Kind: Class
Source: Pams/Web/Pams.Web/Client/app/components/warehouse/warehouse.ts (line 458)
Part of: Pams
Properties
| Property | Type |
|---|---|
Id | number |
CompanyId | number |
StoreId | number |
SheetNo | string |
ProjectManagerId | number |
ProjectManagerName | string |
OrderDate | Date |
DeliveredAt | Date |
DeliveredById | number |
IsDelivered | boolean |
IsReviewed | boolean |
IsOrderIssued | boolean |
IsReleasedForShipment | boolean |
ReleasedForShipmentAt | Date |
ReleasedForShipmentById | number |
IsReadyForShipment | boolean |
ReadyForShipmentAt | Date |
ReadyForShipmentById | number |
ReadyForShipmentByName | string |
SalesOrderId | number |
SalesJobId | number |
_SalesJobType | number |
_DistributionTypeId | number |
_DistributionTargetQty | number |
_DistributionUnitId | number |
_DistributionUnitName | string |
_DistributionSelectedQty | number |
_DistributionRestToTargetQty | number |
SalesOrderNo | string |
OrderStatusId | number |
ShipmentTypeId | number |
CreatedAt | Date |
CreatedById | number |
MovedToShippingAt | Date |
MovedToShippingById | number |
MovedToShippingByName | string |
LastModifiedById | number |
LastModificationDate | Date |
ContractualDeliveryDate | number |
Client | string |
ClientOrderNo | string |
ShippingItems | ShippingItemDetails[] |
ShippingOrderDetails | ShippingOrderDetail[] |
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)
ShippingOrderDetailsComponent—Pams/Web/Pams.Web/Client/app/components/warehouse/shipping-order-details/shipping-order-details.component.ts:1WarehouseService—Pams/Web/Pams.Web/Client/app/components/warehouse/warehouse.service.ts:1
Was this page helpful?