Share via


TaxReportAlandImportDP_FI.addToTotals Method [AX 2012]

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

  • _addToTotalSummary
    Type: boolean
    A Boolean value that indicates whether to calculate summary total values.

See Also

Reference

TaxReportAlandImportDP_FI Class