Kind: Class
Source: Frontend/src/app/components/warehouse/warehouse.ts (line 36)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
OrderId | number |
OrderNumeber | string |
OrderTypeId | number |
ReceivedShipmentId | number |
IsTotallyInspected | boolean |
IsTotallyReceived | boolean |
_DisabledIsTotallyReceived | boolean |
ReceivedProducts | ReceivedProducts[] |
isOpened | boolean |
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—Frontend/src/app/components/warehouse/receiving-shipment-details/received-purchase-order/received-purchase-order.component.ts:1ReceivingShipmentDetailsComponent—Frontend/src/app/components/warehouse/receiving-shipment-details/receiving-shipment-details.component.ts:1WarehouseService—Frontend/src/app/components/warehouse/warehouse.service.ts:1
Was this page helpful?