Incorrect rounding in tax breakdown for VAT-inclusive prices
Hi FluentCart team,
I found a possible rounding issue in the tax breakdown display for VAT-inclusive prices.
The order total is 14.90 β¬ including 19% VAT.
Mathematically, the calculation should be:
14.90 β¬ / 1.19 = 12.5210 β¬ net
So the rounded values should be:
- Net amount / taxable base: 12.52 β¬
- VAT: 2.38 β¬
- Total: 14.90 β¬
However, FluentCart displays:
- Taxable base / Nettoanteil: 12.53 β¬
- VAT / MwSt.: 2.38 β¬
- Total: 14.90 β¬
This does not add up correctly, because:
12.53 β¬ + 2.38 β¬ = 14.91 β¬
So the displayed taxable base seems to be rounded incorrectly by 1 cent. The VAT amount and the total are correct, but the taxable base does not match the total.
I attached screenshots showing the issue.
Could you please check how the taxable base is calculated and rounded for VAT-inclusive prices?
Expected display:
- Taxable base: 12.52 β¬
- VAT: 2.38 β¬
- Total: 14.90 β¬
Current display:
- Taxable base: 12.53 β¬
- VAT: 2.38 β¬
- Total: 14.90 β¬
Thanks for checking this.

Tagging Sarkar RiponΒ
Shahjahan JewelΒ Yes that's the thing we have fixed already
Sarkar RiponΒ Thanks for the update! Just to be sure: Has this fix already been rolled out to production, or will it be included in an upcoming release? I can still see the bug on my end.
Oliver KaiserΒ Will be included in the upcoming release
Thanks for your feedback !
I think this issue has been resolved in our last update (yesterday)
Shahjahan JewelΒ Yes! Thank you