VAT calculate problem - VAT calculate on final price

Hi,

The closer issue with mine is this two

So during reading i try to remove rounding on final price. I set final rounding on 0 and metod 2 it works, but now problem is that i need rounded final price.

Method what i need is Method 2, method who not working with final rounding set at 1.

But now i see other problem, if the rounding is set on 1, final price is not correct.

Here is the exemple:
Lines
1 > Unit price without VAT - 130
2 > Unit price without VAT - 123
Vat is 18% for both lines
Final computed price without rounding is 298.54 (which is correct if you made math on calculator) and this final price need to be rounded on 299 becuase it is hulf up. But when i set final rounding on 1, final price is rounded on 298, which is incorect.

Also, if final rounding is set at 1, method 2 is not working and give error what i post on beffore posts.

So something is not good around final rounding…

Did you comment on those 2 github issues @martin54? maybe write a little comment about your experiences, possibly including your findings and example experiments. Maybe also the link to this thread.

Hi, yes i will post on github