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:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user