Tax.applyFiscalValueInCalculatedTaxes_BR Method [AX 2012]

Applies Fiscal value requirement to the current tmpTaxWorkTrans

Syntax

protected void applyFiscalValueInCalculatedTaxes_BR()

Run On

Server

Remarks

General Fiscal Value usage:

  1. WithCreditDebit - tax is full taxable, tax base and calculated amount will be used as standard.

    When TaxReductionPct is different from zero, meaning a fraction of the base amount is exempt, the exempted amount is filled in SourceExemptBaseAmount_BR.

  2. WithoutCreditDebitExempt - tax is exempt, the base amount and calculated amount will be filled in SourceExemptBaseAmount_BR and SourceExemptTaxAmount_BR.

  3. WithoutCreditDebitOther - tax is exempt/suspended by other reasons, the base amount and calculated amount will be filled in SourceOtherBaseAmount_BR and SourceOtherBaseTaxAmount_BR.

See Also

Reference

Tax Class