Kind: Class
Source: Pams/Web/Pams.Web/Client/app/components/bill-of-materials/bill-of-materials.ts (line 66)
Part of: Pams
Properties
| Property | Type |
|---|---|
Id | number |
SheetId | number |
BranchId | number |
SalesItemId | number |
ProductId | number |
ProductVariantId | number |
ProductName | string |
ProductDescription | string |
VariantName | string |
Quantity | number |
QuantityFomStock | number |
QuantityMRQ | number |
_QuantityAvailableInStock | number |
_RemainingQty | number |
UnitId | number |
PurchaseJobId | number |
PurchaseJobNo | string |
PurchaseJobStage | string |
ProductStageName | string |
Purchased | PurchasedInfo[] |
productItems | BOMProductItems[] |
CreatedAt | Date |
CreatedById | number |
LastModifiedById | number |
LastModifiedAt | Date |
MRQNo | string |
MRQRequestId | number |
IsAllowed | boolean |
_ProductUnit | string |
BookingSummary | QtyPopupResponse[] |
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—Pams/Web/Pams.Web/Client/app/components/bill-of-materials/bill-of-materials-details/bill-of-materials-details.component.ts:1BillOfMaterialsService—Pams/Web/Pams.Web/Client/app/components/bill-of-materials/bill-of-materials.service.ts:1
Was this page helpful?