> Have a chat with a decent tax accountant for the jurisdiction where > things are being operated to see how they do it, and fix your logic > to match the local statutes.
yes, I've done this, I need to use all decimals I can (a 13.925% when all gets added), and then round off the total. Still that order.total not being rounded, is that OK? that ends up with non-zero balances later on. I added a trunc_decimal on satchmo_store/shop/models.py on Order.force_recalculate_total, and it seems to fix the issue, but I'm worried I might be overseeing something (my guess is that something like this would have been spotted before) -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
