|
|
|
|
|
by hkanaktas
2229 days ago
|
|
Ahh, okay, I see. I think I can implement subtotals easily. Gotta check with my partner first though. I'm aware of the tax calculation problems. It's a somewhat fragile topic, at least in my country. It's on my list and I'll work on it soon. Thanks for the heads up. |
|
It seems like the tax logic is different in the edit sheet from when it is saved on the page. The below test case will produce you a 0.01 penny tax pre-save, and a 0.00 penny tax post-save. If you click between them the value changes:
Line item 1: £10, tax @ 0.04%
Line item 2: £10, tax @ 0.04%
Result pre-save (correct) is 1p
Result post-save (incorrect) is 0p