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.
Calculates the closing balance on a cash account for a specified date and currency.
Syntax
server public static AmountCur calcClosingBalance_HU(
RCashAccount _accountNum,
CurrencyCode _currencyCode,
TransDate _transDate)
Run On
Server
Parameters
- _accountNum
Type: RCashAccount Extended Data Type
The cash account for which the closing balance has to be calculated.
- _currencyCode
Type: CurrencyCode Extended Data Type
The currency for which the closing balance has to be calculated.
- _transDate
Type: TransDate Extended Data Type
The date up to which the transactions have to be included to calculate the balance.
Return Value
Type: AmountCur Extended Data Type
The closing balance amount.