Income Tax Appellate Tribunal Records 📄
âž• Add New Record
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{% else %}
{{ message }}
{% endfor %}
{% endif %}
{% endwith %}
{% if records %}
| Year | MAT Tax Credit | Surcharge | Cess | Total Credit | Actions |
|---|---|---|---|---|---|
| AY {{ record.year }}-{{ record.year+1 }} | {{ "{:,.2f}".format(record.gross_total_income) }} | {{ "{:,.2f}".format(record.net_taxable_income) }} | {{ "{:,.2f}".format(record.total_tax_payable) }} | {{ "{:,.2f}".format(record.refund) }} | >Edit |
No ITAT records found. Click the button above to add one!
{% endif %}