Class InvoiceType

java.lang.Object
org.bgerp.model.base.Id
org.bgerp.model.base.IdTitle
org.bgerp.plugin.bil.invoice.model.InvoiceType
All Implemented Interfaces:
Serializable, GetJsp, Id<Integer>, IdTitle<Integer>, Title

public class InvoiceType extends IdTitle implements GetJsp
See Also:
  • Constructor Details

  • Method Details

    • invoice

      public Invoice invoice(ConnectionSet conSet, int processId, YearMonth monthFrom, YearMonth monthTo) throws Exception
      Throws:
      Exception
    • getNumberProvider

      public NumberProvider getNumberProvider()
      Returns:
      number provider.
    • getCustomerId

      public int getCustomerId()
      Returns:
      customer from who invoice is generated.
    • getJsp

      public String getJsp()
      Specified by:
      getJsp in interface GetJsp
      Returns:
      JSP template for rendering print form.