display from and summary report heading changes

This commit is contained in:
2026-01-30 12:16:32 +05:30
parent 4592113f76
commit a7eec85b8f
10 changed files with 9 additions and 6 deletions

View File

@@ -128,7 +128,7 @@ class DocumentHandler:
"GTI as per", "Less: Deduction u/s 80IA - On Business Income", "- On Misc Receipts", "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", " ", "- On Other", "- On Sec 37 Disallowance", "Less: Deduction u/s 80G", " ",
"Net Taxable Income", "Tax @ 30%", "Tax @ 18.5% on Book Profit", "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", " ", "Less: MAT Credit Utilized", "Add: Interest u/s 234C", "Total Tax", " ",
"Advance Tax", "TDS", "TCS", "SAT", "Advance Tax", "TDS", "TCS", "SAT",
"Tax on Regular Assessment", "Refund" , "Remarks" "Tax on Regular Assessment", "Refund" , "Remarks"
@@ -139,8 +139,8 @@ class DocumentHandler:
'-', 'deduction_80ia_business','deduction_80ia_misc', '-', 'deduction_80ia_business','deduction_80ia_misc',
'deduction_80ia_other', 'deduction_sec37_disallowance','deduction_80g', '-', 'deduction_80ia_other', 'deduction_sec37_disallowance','deduction_80g', '-',
'net_taxable_income', 'tax_30_percent','tax_book_profit_18_5', 'net_taxable_income', 'tax_30_percent','tax_book_profit_18_5',
'tax_payable','surcharge_12', 'edu_cess_3', 'total_tax_payable', 'tax_payable','surcharge', 'edu_cess', 'total_tax_payable',
'mat_credit' , 'interest_234c','total_tax', '-', 'mat_credit_created','mat_credit_utilized' , 'interest_234c','total_tax', '-',
'advance_tax', 'tds', 'tcs', 'sat', 'advance_tax', 'tds', 'tcs', 'sat',
'tax_on_assessment', 'refund', 'Remarks' 'tax_on_assessment', 'refund', 'Remarks'
] ]

View File

@@ -106,7 +106,8 @@ class ITATHandler:
"surcharge": "Surcharge @ %", "surcharge": "Surcharge @ %",
"edu_cess": "Education Cess @ %", "edu_cess": "Education Cess @ %",
"total_tax_payable": "Total Tax Payable", "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", "interest_234c": "Add: Interest u/s 234C",
"total_tax": "Total Tax", "total_tax": "Total Tax",
"advance_tax": "Advance Tax", "advance_tax": "Advance Tax",

View File

@@ -45,7 +45,9 @@
</table> </table>
</div> </div>
{% else %} {% else %}
<p style="text-align: center; margin-top: 20px;" class="no-record">No AO records found.</p> <p style="text-align: center; margin-top: 20px" class="no-record">
No records found. Click the button above to add one!
</p>
{% endif %} {% endif %}
</div> </div>
{% endblock %} {% endblock %}

View File

@@ -51,7 +51,7 @@
</div> </div>
{% else %} {% else %}
<p class="no-record">No ITAT records found. Click the button above to add one!</p> <p class="no-record">No records found. Click the button above to add one!</p>
{% endif %} {% endif %}
</div> </div>