Kind: Class
Source: Frontend/src/app/components/warehouse/warehouse.ts (line 385)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
SheetNo | string |
StoreId | number |
CompanyId | number |
InspectionSheetId | number |
ReceivingShipmentId | number |
StockTypeId | number |
ReceivedById | number |
SalesItemId | number |
SalesOrderId | number |
SentToStoreAt | Date |
IsAssembledProduct | boolean |
IsPurchasedProduct | boolean |
Comments | string |
CreatedAt | Date |
CreatedById | number |
LastModifiedById | number |
LastModificationDate | Date |
ReceivingDate | Date |
ReceivedByName | string |
InspectionDate | Date |
InspectedByName | string |
StockingProductDetails | WarehouseDetailsList[] |
Used by
2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (2)
WarehouseDetailsComponent—Frontend/src/app/components/warehouse/warehouse-details/warehouse-details.component.ts:1WarehouseService—Frontend/src/app/components/warehouse/warehouse.service.ts:1
Was this page helpful?