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 data into the temporary table.
Syntax
private void insertVendPayableBalanceTmp_CN(
VendAccount _vendAccount,
AmountMST _openingBal,
AmountMST _periodBal,
AmountMST _periodPayment,
AmountMST _closingBalance,
int _days,
String255 _periodCode)
Run On
Server
Parameters
- _vendAccount
Type: VendAccount Extended Data Type
Passes the vendor account to this method.
- _openingBal
Type: AmountMST Extended Data Type
Passes opening balance of the vendor for the selected period.
- _periodBal
Type: AmountMST Extended Data Type
Passes the sum of purchases done in this period.
- _periodPayment
Type: AmountMST Extended Data Type
Passes the sum of amount paid in this period.
- _closingBalance
Type: AmountMST Extended Data Type
Passes the remaining balance of the selected period.
- _days
Type: int
Passes the no of days in selected period.
- _periodCode
Type: String255 Extended Data Type
Passes the selected period.