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.
Gets the total tax for the voucher, date, and journal number.
Syntax
server public static TaxAmountCur taxTotal(
Voucher _voucher,
TransDate _date,
[LedgerJournalId _journalNum,
boolean _includeReversed,
boolean _includeUseTax])
Run On
Server
Parameters
- _voucher
Type: Voucher Extended Data Type
The voucher.
- _date
Type: TransDate Extended Data Type
The transaction date.
- _journalNum
Type: LedgerJournalId Extended Data Type
The journal number.
- _includeReversed
Type: boolean
true if reversed taxes should be included in the total; otherwise, false; optional.
- _includeUseTax
Type: boolean
Return Value
Type: TaxAmountCur Extended Data Type
The total actual tax in transactional currency.