Kind: Class
Source: Pams/Web/Pams.Web/Client/app/components/warehouse/warehouse.ts (line 763)
Part of: Pams
Properties
| Property | Type |
|---|---|
Id | number |
StoreId | number |
CompanyId | number |
SheetNo | string |
StoreName | string |
ShippingOrderNo | string |
ShippingOrderId | number |
SalesOrderId | number |
SalesJobId | number |
OrderDate | Date |
SalesJobNo | string |
BranchName | string |
VendorAddress | string |
VendorPhoneNo | string |
VendorFaxNo | string |
ClientId | number |
ClientName | string |
ClientOrderNo | string |
ShippingAddressId | number |
ClientAddress | string |
ClientPhoneNo | string |
ClientFaxNo | string |
ShippingCompany | string |
DeliveryDestination | string |
TotalWeight | number |
DeliveryTermId | number |
DeliveryTermName | string |
DeliveryDate | Date |
DeliveredById | number |
InvoiceDate | Date |
InvoiceId | number |
CreatedAt | Date |
CreatedById | number |
LastModifiedById | number |
LastModificationDate | Date |
IsComplete | boolean |
DeliveryNoteDetails | DeliveryNoteDetailsList[] |
_ShippingOrderId | number |
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)
DeliveryNoteDetailsComponent—Pams/Web/Pams.Web/Client/app/components/warehouse/delivery-note-details/delivery-note-details.component.ts:1WarehouseService—Pams/Web/Pams.Web/Client/app/components/warehouse/warehouse.service.ts:1
Was this page helpful?