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.
Selects the payment transactions from the RetailTransactionPaymentTrans table and inserts the record in the RetailStatementLines table.
Syntax
public void insertPaymentLines(RetailStatementTable _statementTable)
Run On
Server
Parameters
- _statementTable
Type: RetailStatementTable Table
A RetailStatementTable record.
Remarks
This method calculates the amounts based on the payment transactions in the table and inserts the sum into the RetailStatementLine table.