Skip to Content
Menu
This question has been flagged
1 Reply
5697 Views

For instance: 0.09975 which should be 9.975% in Quebec, but currently rounds to 9.98, causing calculations to be off.

Avatar
Discard
Author Best Answer

In order to avoid the annoying decimal rounding, open the tax in form view. In the Tax Definition tab, Tax Computation section, set the Tax Type to Python Code.

Following the example aboe, in the Python Code field, enter:

result = price_unit * 0.09975

And in the Python Code (reverse) field:

result = price_unit / 0.09975
Avatar
Discard
Related Posts Replies Views Activity
0
Dec 24
9523
3
Sep 24
21780
5
Dec 24
53069
4
Jul 24
10627
7
Aug 23
11026