Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.app.inventory.InvCost

  • Packages that use InvCost 
    Package Description
    psdi.app.inventory
    The Inventory package includes MBOs related to Inventory Control.
    • Uses of InvCost in psdi.app.inventory

      Methods in psdi.app.inventory with parameters of type InvCost 
      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 Inventory.updateInventoryAverageCost(double quantity, double totalvalue, double exr, InvCost invCost, boolean transferWithinStore) 
      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.
      void InventoryRemote.updateInventoryLastCost(double unitcost, double exr, InvCost invcost) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes