Kind: Class
Source: Pams/Web/Pams.Web/Client/app/components/warehouse/warehouse.ts (line 88)
Part of: Pams
Properties
| Property | Type |
|---|---|
Id | number |
CompanyId | number |
StoreId | number |
EngineerId | number |
InspectionDate | Date |
ReceivedShipmentId | number |
ShipmentNo | string |
SheetNo | string |
ReceivedOrderId | number |
LastModificationDate | Date |
LastModifiedById | number |
CreatedAt | Date |
CreatedById | number |
Comments | string |
ItemsReleasedToWarehouse | boolean |
InspectedProducts | InspectedProduct[] |
ReceivedDocuments | ReceivedDocument[] |
InspectionChecklist | InspectionChecklist[] |
InspectionDefects | InspectionDefects[] |
ClientName | string |
SupplierName | string |
SupplierShipmentNo | string |
JobNo | string |
PODate | Date |
PurchaserName | string |
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)
InspectionDetailsComponent—Pams/Web/Pams.Web/Client/app/components/warehouse/inspection-details/inspection-details.component.ts:1WarehouseService—Pams/Web/Pams.Web/Client/app/components/warehouse/warehouse.service.ts:1
Was this page helpful?