Kind: Class
Source: Pams/Web/Pams.Web/Client/app/components/warehouse/warehouse.ts (line 9)
Part of: Pams
Properties
| Property | Type |
|---|---|
Id | number |
StoreId | number |
CompanyId | number |
ShipmentNo | string |
SheetNo | string |
SupplierId | number |
ReceivedAt | Date |
ReceivedById | number |
Comments | string |
CreatedAt | Date |
CreatedById | number |
LastModifiedById | number |
LastModificationDate | Date |
ReceivedPOs | ReceivedPOs[] |
_ReceivedOrders | number[] |
_OrderTypeId | number |
_ClientName | string |
Used by
3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (3)
ReceivedPurchaseOrderComponent—Pams/Web/Pams.Web/Client/app/components/warehouse/receiving-shipment-details/received-purchase-order/received-purchase-order.component.ts:1ReceivingShipmentDetailsComponent—Pams/Web/Pams.Web/Client/app/components/warehouse/receiving-shipment-details/receiving-shipment-details.component.ts:1WarehouseService—Pams/Web/Pams.Web/Client/app/components/warehouse/warehouse.service.ts:1
Was this page helpful?