Class InventoryTrxSummary

java.lang.Object
org.compiere.process.SvrProcess
org.brerp.base.process.InventoryTrxSummary
All Implemented Interfaces:
ProcessCall

public class InventoryTrxSummary extends SvrProcess
Inventory Transactions Summary. Process to fill T_InventoryTrxSummary
Version:
$Id: InventoryTrxSummary.java,v 1.0 2016/09/08 16:58:02 muriloht Exp $
Author:
Murilo H. Torquato
  • Constructor Details

    • InventoryTrxSummary

      public InventoryTrxSummary()
  • 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 QtyMovement for Warehouse and Movement Date
        
      Specified by:
      doIt in class SvrProcess
      Returns:
      Message
      Throws:
      Exception