QP: is this possible to calculate a sale price after the unit price has been rounded
Hello,
We are facing an issue that has an small impact on our AR transactions.
From a quote, we call an item that has a unit price defined in a specific price list.
This unit price comes well in the quote at 34.17€. We have to add the 20% vat which brings us to the following calculation:
34.17 * 1.2 = 41.004
With the rounding defined, the price is displayed as 41.00
The issue we have occurs when the quantity is > 1. If we do the calculation with the same case:
34.17 * 2 * 1.2 = 82.008
With the rounding definied, the price is diplayed as 82.01
We have this difference of 1 cent since we would like a calculated sale price at 82.00.