Kind: Class
Source: Frontend/src/app/models/common/product-category.model.ts (line 99)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
StoreId | number |
BranchId | number |
ProductId | number |
ProductName | string |
StoreName | string |
BranchName | string |
MinStockQty | number |
MinRequisitionQty | number |
InStockQty | number |
BookedQty | number |
CommittedQty | number |
RequestedForStockQty | number |
RequestedForCommitmentQty | number |
LatestSupplierPrice | number |
LatestSupplierName | string |
LatestSupplierId | number |
CurrencyCode | string |
CurrencyRate | number |
CreatedAt | Date |
CreatedById | number |
LastModifiedById | number |
LastModifiedAt | Date |
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)
ProductsDetailsComponent—Frontend/src/app/components/configuration/products/products-details/products-details.component.ts:1ProductCategoryService—Frontend/src/app/services/common/product-category.service.ts:1
Was this page helpful?