InventoryWarehouseViewModel
| Name | Description | Type | Additional information |
|---|---|---|---|
| InventoryWarehouseID |
The ID for the Inventory/Warehouse combination. |
integer |
None. |
| ProductID |
This is the Product ID or item number |
string |
None. |
| WarehouseID |
The WarehouseID |
integer |
None. |
| Cost |
Company cost for a specific inventory item. |
decimal number |
None. |
| OnHand |
The number of a specific inventory item on hand. |
integer |
None. |
| OnHandShipped |
The number of a specific inventory item currently in the warehouse and slated for shipping. |
integer |
None. |
| IdealOnHand |
The ideal quantity of a specific item to keep on hand in the warehouse. |
integer |
None. |
| ReorderLevel |
The point at which a specific inventory item should be ordered for the warehouse. |
integer |
None. |
| SoftCount | integer |
None. |
|
| SoftCountParty | integer |
None. |
|
| SoftCountNonParty | integer |
None. |