This member is for System Use Only and should NOT be used.
Obsolete. Use Total functions instead.
Returns the Total of Transactions up to the 'Date As At' specified - excluding Reversed transactions.
Syntax
finAccountTransactions.GetTotals(totalValue, totalDebit, totalCredit, [totalOverdue], [totalOverdueContractual], [totalWithholdingTaxValue], [dateAsAt])
Parameters
| Name | Type | Optional | ByRef | Description |
| totalValue |
Decimal |
|
ByRef |
|
| totalDebit |
Decimal |
|
ByRef |
|
| totalCredit |
Decimal |
|
ByRef |
|
| totalOverdue |
Decimal |
Optional |
ByRef |
If omitted, a value of 0 is assumed. |
| totalOverdueContractual |
Decimal |
Optional |
ByRef |
If omitted, a value of 0 is assumed. |
| totalWithholdingTaxValue |
Decimal |
Optional |
ByRef |
If omitted, a value of 0 is assumed. |
| dateAsAt |
Date |
Optional |
|
The optional Date As At.
If omitted, a value of ISRuntime.OptionalNullDate is assumed. |
- Member of:
- finAccountTransactions
- Namespace:
- Intersoft.finSupport6
- Assembly:
- finSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0