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 totals for tax values before tax and after taxation.
Syntax
private void addToTotals(
TaxImportPercent2Decimals_FI _percent,
AmountCur _amtBefore,
AmountCur _taxable,
TaxAmountCur _taxAmt,
boolean _addToTotalSummary)
Run On
Server
Parameters
- _percent
Type: TaxImportPercent2Decimals_FI Extended Data Type
A percent value from the TaxTmpImportAland_FI table.
- _amtBefore
Type: AmountCur Extended Data Type
The Amount value from the TaxTmpImportAland_FI table.
- _taxable
Type: AmountCur Extended Data Type
The Amount from the TaxTmpImportAland_FI table.
- _taxAmt
Type: TaxAmountCur Extended Data Type
The TaxAmount value from TaxTmpImportAland_FI table.
- _addToTotalSummary
Type: boolean
A Boolean value that indicates whether to calculate summary total values.