Class InvoicePrint

  • All Implemented Interfaces:
    ProcessCall

    public class InvoicePrint
    extends SvrProcess
    Print Invoices on Paper or send PDFs
    Version:
    $Id: InvoicePrint.java,v 1.2 2006/07/30 00:51:02 jjanke Exp $
    Author:
    Jorg Janke
    • Field Detail

      • p_EMailPDF

        protected boolean p_EMailPDF
        Mail PDF
      • p_R_MailText_ID

        protected int p_R_MailText_ID
        Mail Template
      • m_dateInvoiced_From

        protected Timestamp m_dateInvoiced_From
      • m_dateInvoiced_To

        protected Timestamp m_dateInvoiced_To
      • m_C_BPartner_ID

        protected int m_C_BPartner_ID
      • m_C_Invoice_ID

        protected int m_C_Invoice_ID
      • m_DocumentNo_From

        protected String m_DocumentNo_From
      • m_DocumentNo_To

        protected String m_DocumentNo_To
    • Constructor Detail

      • InvoicePrint

        public InvoicePrint()
    • Method Detail

      • prepare

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

        protected void setSQLAndParams()