mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-15 09:14:08 +00:00
Global percentage taxes are now recalculated when items or discount change, preventing stale tax amounts. Math.round() applied to sub_total, total, and tax in invoice/estimate submit payloads to ensure the backend always receives whole-cent integers.