Hi DW,
We have an issue with VAT calculation for an order line.
OrderLinePriceVAT is calculated too low, compared to what the backend ERP system calculates for the same line.
OrderLineQuantity = 57
OrderLineUnitPriceWithoutVAT = 102.39
OrderLinePriceWithoutVAT = 5836.23
OrderLineUnitPriceVATPercent = 25
OrderLineUnitPriceVAT = 25.59
OrderLinePriceVat = 1458.63
25% of 102.39 is 25.5975
DW rounds this down to 25.59
Result is that OrderLinePriceVAT is 1458.63 but the result we want is 1459.06
How do I get DW to calculate VAT as OrderLinePriceWithoutVAT * OrderLinePriceVATPercent = 1459.0575 (rounded to 1459.06)?
BR Christian