Kind: Class
Source: Frontend/src/app/components/warehouse/warehouse.ts (line 410)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
StoreId | number |
StockingProductId | number |
InspectionSheetId | number |
ReceivingShipmentId | number |
InspectionSheetNo | string |
ProductId | number |
OrderId | number |
OrderTypeId | number |
ProductVariantId | number |
Quantity | number |
BookedQty | number |
ProductUnitId | number |
StockTypeId | number |
ProductStageId | number |
ProductStageName | string |
StoreAreaId | number |
PositionName | string |
SupplierId | number |
SupplierName | string |
LatestPrice | number |
CurrencyCode | string |
CurrencySymbol | string |
CurrencyRateToMainCurrency | number |
CurrencyRateToSalesCurrency | number |
OtherCostInSalesCurrency | number |
OtherCostInMainCurrency | number |
SalesPrice | number |
MinSalesPrice | number |
RejectedToAccepted | number |
CreatedAt | Date |
CreatedById | number |
LastModifiedById | number |
LastModificationDate | Date |
VariantName | string |
ProductName | string |
ProductDescription | string |
UnitName | string |
UnitCost | number |
StoreAreaName | string |
Used by
1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (1)
WarehouseDetailsComponent—Frontend/src/app/components/warehouse/warehouse-details/warehouse-details.component.ts:1
Was this page helpful?