Class InvoiceGenerateRMA

  • All Implemented Interfaces:
    ProcessCall

    public class InvoiceGenerateRMA
    extends SvrProcess
    Generate invoice for Vendor RMA
    Author:
    Ashley Ramdass Based on org.compiere.process.InvoiceGenerate
    • Constructor Detail

      • InvoiceGenerateRMA

        public InvoiceGenerateRMA()
    • Method Detail

      • prepare

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

        protected String doIt()
                       throws Exception
        Description copied from class: SvrProcess
        Perform process.
        Specified by:
        doIt in class SvrProcess
        Returns:
        Message (variables are parsed)
        Throws:
        Exception - if not successful e.g. throw new AdempiereUserError ("@FillMandatory@ @C_BankAccount_ID@");