UI changes of update from

This commit is contained in:
2026-01-24 16:29:04 +05:30
parent 50f0e77f77
commit 30a7a4287e
11 changed files with 406 additions and 118 deletions

View File

@@ -42,6 +42,7 @@ document.addEventListener("DOMContentLoaded", function () {
// --- TAX PAYABLE (18.5%) ---
var tax185 = getValue("tax_book_profit_18_5");
// --- Education Cess 3% ---
var tax_payable = (tax30 > tax185) ? tax30 : tax185;
setValue("tax_payable", tax_payable);