Tax Amount and Line Total

If a user changes the value of the Tax Rate field, then both the Tax Amount and Line Total are calculated automatically.

This calculation uses the CalcLineTotalWithOutTax value as input.

If Tax Rate and/or Tax Amount are used the following calculations are performed.

if (“Tax Rate” > 0) “Tax Amount” = Result of CalcLineTotalWithOutTax * “Tax Rate” / 100.00;

Then, the

“Line Total” = Result of CalcLineTotalWithOutTax + “Tax Amount”