Kind: Class
Source: Frontend/src/app/models/common/product-category.model.ts (line 16)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
CompanyId | number |
BranchId | number |
Barcode | string |
CategoryId | number |
ProductGroupId | number |
ParentId | number |
ProductVariantId | number |
GroupId | number |
VariantName | string |
ProductDescription | string |
ProductName | string |
ProductTypeId | number |
ProductUnitId | number |
ProductUnit | string |
ProductVolume | number |
ProductWeight | number |
PurchaseUnitId | number |
PurchaseUnit | string |
ReferenceNo | string |
MinStockQty | number |
MinRequisitionQty | number |
IsForInternalUse | boolean |
ExternalItemId | number |
ProductDetails | ProductDetail[] |
WithdrawalStrategyType | number |
Used by
4 references from 4 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (4)
MrqDetailsComponent—Frontend/src/app/components/MRQ/mrq-details/mrq-details.component.ts:1BillOfMaterialsDetailsComponent—Frontend/src/app/components/bill-of-materials/bill-of-materials-details/bill-of-materials-details.component.ts:1ProductsDetailsComponent—Frontend/src/app/components/configuration/products/products-details/products-details.component.ts:1CategoryService—Frontend/src/app/services/common/category.service.ts:1
Was this page helpful?