Class InventoryValue

java.lang.Object
org.compiere.process.SvrProcess
org.compiere.process.InventoryValue
All Implemented Interfaces:
ProcessCall

public class InventoryValue extends SvrProcess
Inventory Valuation. Process to fill T_InventoryValue
Version:
$Id: InventoryValue.java,v 1.2 2006/07/30 00:51:02 jjanke Exp $
Author:
Jorg Janke, Michael Judd (mjudd) Akuna Ltd - BF [ 2685127 ]
  • Constructor Details

    • InventoryValue

      public InventoryValue()
  • Method Details

    • prepare

      protected void prepare()
      Prepare - get Parameters.
      Specified by:
      prepare in class SvrProcess
    • doIt

      protected String doIt() throws Exception
      Perform process.
        - Fill Table with QtyOnHand for Warehouse and Valuation Date
        - Perform Price Calculations
        
      Specified by:
      doIt in class SvrProcess
      Returns:
      Message
      Throws:
      Exception