Kind: Class
Source: Frontend/src/app/components/bill-of-materials/bill-of-materials.ts (line 3)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
BranchId | number |
SheetNo | string |
JobId | number |
Items | BOMSalesItems[] |
DoMultiSupplierRequired | boolean |
DoEngineeringRequired | boolean |
DoProductionRequired | boolean |
CreatedAt | Date |
CreatedById | number |
LastModifiedById | number |
LastModifiedAt | Date |
ExpectedDeliveryDate | Date |
KickOffMeetingDate | Date |
ReadyForShippingDate | Date |
SalesJobStatusId | number |
SupplyTypeId | number |
ExpectedDelayInWeeks | string |
ExternalOrderNo | string |
ExternalOrderId | number |
ProjectManagerId | number |
TotalPMBudget | number |
TotalPMBudgetInMainCurrency | number |
OrderCurrencyCode | string |
OrderCurrencySymbol | string |
RateToMainCurrency | number |
Relationships
- IMPORTS →
AppSettings
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)
BillOfMaterialsDetailsComponent—Frontend/src/app/components/bill-of-materials/bill-of-materials-details/bill-of-materials-details.component.ts:1BillOfMaterialsService—Frontend/src/app/components/bill-of-materials/bill-of-materials.service.ts:1
Was this page helpful?