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 the invoice taxes information.
Syntax
protected abstract void insertTaxes(CustInvoiceJour _custInvoiceJour)
Run On
Server
Parameters
- _custInvoiceJour
Type: CustInvoiceJour Table
A CustInvoiceJour record that contains invoice data.
Remarks
This method should be overridden in the sub classes to get the right taxes information and be inserted in the right tables.