How to get unrounded taxes?
-
Hi! Is there a way to have different decimal precision in the back end and front end? I only want visitors to see two decimal digits, but for tax purposes, I really need to have more when e.g. exporting orders as a csv.
This is because to file my taxes correctly I have to separate every order into subtotal A with regular tax rate and subtotal B with the reduced tax rate. E.g. an order is $50.00. $10.00 are taxed 20%, $40.00 are taxed 10%, I have to submit that order split up into $10.00 and $40.00.
I have found no export plugin that can give me these numbers, but several who give me the calculated taxes separated according to tax class. If the taxes had 5 or more digits after the decimal point instead of merely 2 I could calculate the original subtotal from those numbers.
Or is there a better way to solve this problem?
- The topic ‘How to get unrounded taxes?’ is closed to new replies.