Class InvoiceGenerateRMA

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

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

    • InvoiceGenerateRMA

      public InvoiceGenerateRMA()
  • Method Details

    • 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@");