Kind: Class
Source: Frontend/src/app/components/bill-of-materials/bill-of-materials.ts (line 33)
Part of: Frontend
Properties
| Property | Type |
|---|---|
ID | number |
SalesItemId | number |
ItemNo | string |
OrderId | number |
VendorOrderNo | string |
SheetId | number |
BranchId | number |
ItemDescription | string |
ItemQuantity | number |
ItemUnitId | number |
ItemUnitPrice | number |
ItemTotalPrice | number |
AgreedMarginPercent | number |
ItemTotalPriceExcludingMargin | number |
ItemTotalPriceExcludingMarginInMainCurrency | number |
SalesItemDiscount | number |
OrderCurrencyCode | string |
OrderCurrencySymbol | string |
RateToMainCurrency | number |
ProductId | number |
Products | BOMProductItems[] |
ExpectedDeliveryDate | Date |
ReadyForShipmentAt | Date |
ReleasedForShipmentAt | Date |
SalesOrderStatusId | number |
ActualCost | number |
SalesInvoiceAmount | number |
ActualMarginAmount | number |
ActualMarginPercentage | number |
OrderTotalPrice | number |
AllInvoicesAreDue | boolean |
OrderSalesPrice | number |
CurrencyRate | number |
CurrencySymbol | string |
CurrencyCode | string |
LocalCurrencyCode | string |
LocalCurrencySymbol | string |
RateToLocalCurrency | number |
LocalCurrencyPercent | number |
ReferenceCurrencyCode | string |
ReferenceCurrencySymbol | string |
RateToReferenceCurrency | number |
ReferenceCurrencyPercent | number |
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?