Class 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 Detail

      • InventoryValue

        public InventoryValue()
    • Method Detail

      • 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