Kind: Class
Source: Pams/Web/Pams.Web/Client/app/components/warehouse/warehouse.ts (line 245)
Part of: Pams
Properties
| Property | Type |
|---|---|
Id | number |
TransferringProductId | number |
StockingProductDetailId | number |
ProductId | number |
ProductName | string |
VariantName | string |
ProductVariantId | number |
ProductUnitId | number |
UnitName | string |
ProductQty | number |
UnitCost | number |
CurrencyRate | number |
CurrencyCode | string |
CurrencySymbol | string |
CreatedAt | Date |
CreatedById | number |
LastModifiedById | number |
LastModificationDate | Date |
_TotalUnitCost | number |
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)
TransferOrderDetailsComponent—Pams/Web/Pams.Web/Client/app/components/warehouse/transfer-order-details/transfer-order-details.component.ts:1
Was this page helpful?