Kind: Class
Source: Frontend/src/app/components/warehouse/warehouse.ts (line 686)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
StoreId | number |
CompanyId | number |
SheetNo | string |
StoreName | string |
OrderStatusId | number |
ServiceTypeId | number |
ProjectManagerId | number |
ProjectManagerName | string |
SupplierAdress | string |
SupplierName | string |
OrderDate | Date |
SupplierId | number |
TimeFrameId | number |
TimeFramePeriod | number |
TransferredById | number |
TransferredByName | string |
TransferredAt | Date |
ReceivedById | number |
ReceivedByName | string |
ReceivedAt | Date |
CreatedAt | Date |
CreatedById | number |
LastModifiedById | number |
LastModificationDate | Date |
ExternalServiceDetails | ExternalServiceDetail[] |
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)
ExtrServiceDetailsComponent—Frontend/src/app/components/warehouse/extr-service-details/extr-service-details.component.ts:1WarehouseService—Frontend/src/app/components/warehouse/warehouse.service.ts:1
Was this page helpful?