rename of fields - form- summary report

This commit is contained in:
2026-03-09 15:26:36 +05:30
parent dd7b7be4b9
commit f8c23d119d
4 changed files with 7 additions and 9 deletions

View File

@@ -35,7 +35,8 @@
<th>Utilized {{ y }}</th>
{% endfor %}
<th>Balance</th>
<th>Closing Balance</th>
<th>Remarks</th>
<th>Action</th>
</tr>
</thead>
@@ -54,6 +55,7 @@
{% endfor %}
<td><input value="{{ row.balance }}"></td>
<td><input value="{{ row.remarks }}"></td>
<td><button onclick="saveRow(this)">Save</button></td>
</tr>
{% endfor %}

View File

@@ -27,11 +27,7 @@
</select>
<button type="submit">Apply</button>
</form>
{% with messages = get_flashed_messages(with_categories=true) %}
{% for category, message in messages %}
<div class="alert alert-{{ category }}">{{ message }}</div>
{% endfor %}
{% endwith %}
<!-- DOCUMENT TABLE -->
<div class="table-responsive">
<table>