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.
Loops through miscellaneous charges and passes them to the insertIntoSalesInvoiceTmp method.
Syntax
private void printmarkupTrans(
CustInvoiceJour _custInvoiceJour,
CustInvoiceTrans _custInvoiceTrans,
HeadingLine _headingLine,
[MCRMiscChargePrintOption _miscChargePrintOption])
Run On
Server
Parameters
- _custInvoiceJour
Type: CustInvoiceJour Table
A record buffer of CustInvoiceJour table.
- _custInvoiceTrans
Type: CustInvoiceTrans Table
A record buffer of CustInvoiceTrans table.
- _headingLine
Type: HeadingLine Enumeration
This is the HeadingLine type.
- _miscChargePrintOption
Type: MCRMiscChargePrintOption Enumeration
This is the misc change print option, detail or summarized.
Remarks
1)New misc charges not in the list are inserted with a value of 1. Using this field to keep track of how many misc charges of that type were found.
2) If find new misc charges with the same code as one in the list, add the value and increment calculatedAmount.
3) When no more misc charges are found, loop through list and send each record to report.