From f8c23d119dc710047cc3f6e405d8d48a6e7199cf Mon Sep 17 00:00:00 2001 From: pjpatil12 Date: Mon, 9 Mar 2026 15:26:36 +0530 Subject: [PATCH] rename of fields - form- summary report --- AppCode/AOHandler.py | 2 +- AppCode/DocumentHandler.py | 4 ++-- templates/mat_credit.html | 4 +++- templates/view_docs.html | 6 +----- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/AppCode/AOHandler.py b/AppCode/AOHandler.py index 2cc8177..80ef35f 100644 --- a/AppCode/AOHandler.py +++ b/AppCode/AOHandler.py @@ -19,7 +19,7 @@ class AOHandler: return records - # get ao recourd + # get ao record def get_ao_by_id(self, id): self.cursor.callproc('GetAOById', [id]) records = [] diff --git a/AppCode/DocumentHandler.py b/AppCode/DocumentHandler.py index 14bcf8c..85870c9 100644 --- a/AppCode/DocumentHandler.py +++ b/AppCode/DocumentHandler.py @@ -220,7 +220,7 @@ class DocumentHandler: "-", "Tax Payable", "Total Tax Payable", - "Opening Balance:", + "Opening Balance of Mat Credit:", "Add: MAT Credit Created", "Less: MAT Credit Utilized", "Closing Balance", @@ -321,7 +321,7 @@ class DocumentHandler: "-", "Tax Payable", "Total Tax Payable", - "Opening Balance", + "Opening Balance of Mat Credit", "Add: MAT Credit Created", "Less: MAT Credit Utilized", "Closing Balance", diff --git a/templates/mat_credit.html b/templates/mat_credit.html index 90e8292..eb9b6aa 100644 --- a/templates/mat_credit.html +++ b/templates/mat_credit.html @@ -35,7 +35,8 @@ Utilized {{ y }} {% endfor %} - Balance + Closing Balance + Remarks Action @@ -54,6 +55,7 @@ {% endfor %} + {% endfor %} diff --git a/templates/view_docs.html b/templates/view_docs.html index 1bb81a1..2e04993 100644 --- a/templates/view_docs.html +++ b/templates/view_docs.html @@ -27,11 +27,7 @@ - {% with messages = get_flashed_messages(with_categories=true) %} - {% for category, message in messages %} -
{{ message }}
- {% endfor %} - {% endwith %} +