Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts invoice detail information.
Syntax
public void insertInvoiceDetailsInformation(
CustInvoiceJour _custInvoiceJour,
CustInvoiceTrans _custInvoiceTrans,
CustPaymSchedLine _custPaymSchedLine,
CustTrans _prepaymentCustTrans,
TaxTrans _prepaymentTaxTrans)
Run On
Server
Parameters
- _custInvoiceJour
Type: CustInvoiceJour Table
A CustInvoiceJour record that has the invoice header information.
- _custInvoiceTrans
Type: CustInvoiceTrans Table
A CustInvoiceTrans record that has the invoice details information.
- _custPaymSchedLine
Type: CustPaymSchedLine Table
A CustPaymSchedLine record that has the payment schedule information.
- _prepaymentCustTrans
Type: CustTrans Table
A CustTrans record that has the prepayment information.
- _prepaymentTaxTrans
Type: TaxTrans Table
Remarks
This method will insert the invoice details information. It should be overridden in the sub classes to insert the data into the right temporary tables.