modification of report, froms, models

This commit is contained in:
2026-02-17 16:54:43 +05:30
parent b8c289294d
commit 0ba78a0bd1
25 changed files with 92 additions and 404 deletions

View File

@@ -62,6 +62,7 @@ function addRow() {
tr.innerHTML = `
<td contenteditable="true"></td>
<td><input></td>
<td><input></td>
${utilizedCols}
<td><input></td>
<td>
@@ -88,6 +89,7 @@ function saveRow(btn) {
let payload = {
financial_year: financialYear,
mat_credit: inputs[0].value || 0,
opening_balance: inputs[1].value || 0,
balance: inputs[inputs.length - 1].value || 0,
utilization: []
};