Class OrderLineCreateProduction

  • All Implemented Interfaces:
    ProcessCall

    public class OrderLineCreateProduction
    extends SvrProcess
    Create (Generate) Invoice from Shipment
    Version:
    $Id: OrderLineCreateProduction.java,v 1.1 2007/07/23 05:34:35 mfuggle Exp $
    Author:
    Jorg Janke
    • Constructor Detail

      • OrderLineCreateProduction

        public OrderLineCreateProduction()
    • Method Detail

      • prepare

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

        protected String doIt()
                       throws Exception
        Create Production Header and Plan for single ordered product
        Specified by:
        doIt in class SvrProcess
        Returns:
        Message (variables are parsed)
        Throws:
        Exception