| Package | Description | 
|---|---|
| psdi.app.inventory | The Inventory package includes MBOs related to Inventory Control. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MatRecTrans. updateInventory(InventoryRemote invmbo,
               PORemote poMbo,
               InvCost invcost)This method performs the update to the InvCost record passed in. | 
| void | Inventory. updateInventoryAverageCost(double quantity,
                          double totalvalue,
                          double exr,
                          InvCost invCost) | 
| void | InventoryRemote. updateInventoryLastCost(double unitcost,
                       double exr,
                       InvCost invcost) | 
| void | Inventory. updateInventoryLastCost(double unitcost,
                       double exr,
                       InvCost invcost)updateInventoryLastCost(1,2)
 This method updates the inventory record with details about the last cost at
 which the item was PURCHASED. |