diff --git a/AppCode/DocumentHandler.py b/AppCode/DocumentHandler.py index 0ae3028..81df6df 100644 --- a/AppCode/DocumentHandler.py +++ b/AppCode/DocumentHandler.py @@ -128,7 +128,7 @@ class DocumentHandler: "GTI as per", "Less: Deduction u/s 80IA - On Business Income", "- On Misc Receipts", "- On Other", "- On Sec 37 Disallowance", "Less: Deduction u/s 80G", " ", "Net Taxable Income", "Tax @ 30%", "Tax @ 18.5% on Book Profit", - "Tax Payable", "Surcharge @ %", "Education Cess @ 3%", "Total Tax Payable", + "Tax Payable", "Surcharge @ %", "Education Cess @ %", "Total Tax Payable","Add: MAT Credit Created", "Less: MAT Credit Utilized", "Add: Interest u/s 234C", "Total Tax", " ", "Advance Tax", "TDS", "TCS", "SAT", "Tax on Regular Assessment", "Refund" , "Remarks" @@ -139,8 +139,8 @@ class DocumentHandler: '-', 'deduction_80ia_business','deduction_80ia_misc', 'deduction_80ia_other', 'deduction_sec37_disallowance','deduction_80g', '-', 'net_taxable_income', 'tax_30_percent','tax_book_profit_18_5', - 'tax_payable','surcharge_12', 'edu_cess_3', 'total_tax_payable', - 'mat_credit' , 'interest_234c','total_tax', '-', + 'tax_payable','surcharge', 'edu_cess', 'total_tax_payable', + 'mat_credit_created','mat_credit_utilized' , 'interest_234c','total_tax', '-', 'advance_tax', 'tds', 'tcs', 'sat', 'tax_on_assessment', 'refund', 'Remarks' ] diff --git a/AppCode/ITATHandler.py b/AppCode/ITATHandler.py index d307389..9b1ae3e 100644 --- a/AppCode/ITATHandler.py +++ b/AppCode/ITATHandler.py @@ -106,7 +106,8 @@ class ITATHandler: "surcharge": "Surcharge @ %", "edu_cess": "Education Cess @ %", "total_tax_payable": "Total Tax Payable", - "mat_credit": "Less: MAT Credit Utilized", + "mat_credit_created": "Add: MAT Credit created", + "mat_credit_utilized": "Less: MAT Credit Utilized", "interest_234c": "Add: Interest u/s 234C", "total_tax": "Total Tax", "advance_tax": "Advance Tax", diff --git a/AppCode/__pycache__/AOHandler.cpython-313.pyc b/AppCode/__pycache__/AOHandler.cpython-313.pyc index 1302561..3f90d31 100644 Binary files a/AppCode/__pycache__/AOHandler.cpython-313.pyc and b/AppCode/__pycache__/AOHandler.cpython-313.pyc differ diff --git a/AppCode/__pycache__/CITHandler.cpython-313.pyc b/AppCode/__pycache__/CITHandler.cpython-313.pyc index edb2317..3567079 100644 Binary files a/AppCode/__pycache__/CITHandler.cpython-313.pyc and b/AppCode/__pycache__/CITHandler.cpython-313.pyc differ diff --git a/AppCode/__pycache__/DocumentHandler.cpython-313.pyc b/AppCode/__pycache__/DocumentHandler.cpython-313.pyc index d3e2722..7e86f34 100644 Binary files a/AppCode/__pycache__/DocumentHandler.cpython-313.pyc and b/AppCode/__pycache__/DocumentHandler.cpython-313.pyc differ diff --git a/AppCode/__pycache__/ITATHandler.cpython-313.pyc b/AppCode/__pycache__/ITATHandler.cpython-313.pyc index d189e80..9901af2 100644 Binary files a/AppCode/__pycache__/ITATHandler.cpython-313.pyc and b/AppCode/__pycache__/ITATHandler.cpython-313.pyc differ diff --git a/AppCode/__pycache__/ITRHandler.cpython-313.pyc b/AppCode/__pycache__/ITRHandler.cpython-313.pyc index 64df430..4b0a198 100644 Binary files a/AppCode/__pycache__/ITRHandler.cpython-313.pyc and b/AppCode/__pycache__/ITRHandler.cpython-313.pyc differ diff --git a/AppCode/__pycache__/YearGet.cpython-313.pyc b/AppCode/__pycache__/YearGet.cpython-313.pyc index ca19b35..4f6509e 100644 Binary files a/AppCode/__pycache__/YearGet.cpython-313.pyc and b/AppCode/__pycache__/YearGet.cpython-313.pyc differ diff --git a/templates/display_ao.html b/templates/display_ao.html index cdd2799..149cede 100644 --- a/templates/display_ao.html +++ b/templates/display_ao.html @@ -45,7 +45,9 @@ {% else %} -

No AO records found.

+

+ No records found. Click the button above to add one! +

{% endif %} {% endblock %} \ No newline at end of file diff --git a/templates/display_itat.html b/templates/display_itat.html index 26cb4f5..032da67 100644 --- a/templates/display_itat.html +++ b/templates/display_itat.html @@ -51,7 +51,7 @@ {% else %} -

No ITAT records found. Click the button above to add one!

+

No records found. Click the button above to add one!

{% endif %}