Class OrderCreateProduction

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

public class OrderCreateProduction extends SvrProcess
Author:
Carlos Ruiz - globalqss - bxservice
  • Constructor Details

    • OrderCreateProduction

      public OrderCreateProduction()
  • Method Details

    • prepare

      protected void prepare()
      Prepare - e.g., get Parameters.
      Specified by:
      prepare in class SvrProcess
      See Also:
    • doIt

      protected String doIt() throws Exception
      Create Production for BOM products of an order
      Specified by:
      doIt in class SvrProcess
      Returns:
      Message (variables are parsed)
      Throws:
      Exception
    • getOrderLineWhereClause

      protected String getOrderLineWhereClause()
      SQL WHERE clause to filter the order lines to be processed
      Returns:
      SQL where clause