fix: make Total (Without Tax) + VAT add up to Grand Total

ERPNext rounds each item's tax-exclusive amount, so net_total + taxes
can differ from grand_total by 0.01 (it hides the diff in an unstored
grand_total_diff). Print the base as grand_total - taxes instead of
net_total when inclusive taxes are shown.
This commit is contained in:
2026-09-11 02:40:10 +00:00
parent f6daadbe0a
commit 3f14b3220e
File diff suppressed because one or more lines are too long