Kind: Class
Source: Pams/Web/Pams.Web/Client/app/components/warehouse/warehouse.ts (line 340)
Part of: Pams
Properties
| Property | Type |
|---|---|
Id | number |
StoreId | number |
CompanyId | number |
SheetNo | string |
EngineerId | number |
SalesOrderId | number |
SalesItemId | number |
PackageTitle | string |
IsAssembled | boolean |
Comments | string |
CreatedById | number |
CreatedAt | Date |
LastModifiedById | number |
LastModificationDate | Date |
BookingProductDetails | BookingProductList[] |
SentToStoreAt | Date |
ReceivedById | number |
IsReadyForShipment | boolean |
ReadyForShipmentAt | Date |
IsInvoiceApproved | boolean |
InvoiceApprovedAt | Date |
IsDeliverdToClient | boolean |
DeliverdToClientAt | Date |
DeliverdToClientById | number |
Used by
1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (1)
WarehouseService—Pams/Web/Pams.Web/Client/app/components/warehouse/warehouse.service.ts:1
Was this page helpful?