added back-to button - report

This commit is contained in:
2026-03-09 17:06:04 +05:30
parent f8c23d119d
commit 529380c42a
7 changed files with 187 additions and 105 deletions

View File

@@ -7,6 +7,11 @@
{% endblock %}
{% block content %}
<div class="main-top-bar">
<a href="{{ url_for('reports') }}" class="back-btn">
← Back to Reports
</a>
</div>
<div class="container">
<h2>Download Assessing Officer(AO) Report</h2>
<form method="GET" action="{{ url_for('ao_report') }}" target="_blank">

View File

@@ -7,6 +7,11 @@
{% endblock %}
{% block content %}
<div class="main-top-bar">
<a href="{{ url_for('reports') }}" class="back-btn">
← Back to Reports
</a>
</div>
<div class="container">
<h2>Download CIT Report</h2>
<form method="GET" action="{{ url_for('cit_report') }}" target="_blank">

View File

@@ -7,6 +7,11 @@
{% endblock %}
{% block content %}
<div class="main-top-bar">
<a href="{{ url_for('reports') }}" class="back-btn">
← Back to Reports
</a>
</div>
<div class="container">
<h2>Download Income Tax Appellate Tribunal(ITAT) Report</h2>
<form method="GET" action="{{ url_for('itat_report') }}" target="_blank">

View File

@@ -7,6 +7,11 @@
{% endblock %}
{% block content %}
<div class="main-top-bar">
<a href="{{ url_for('reports') }}" class="back-btn">
← Back to Reports
</a>
</div>
<div class="container">
<h2>Download Income Tax Return(ITR) Report</h2>
<form method="GET" action="{{ url_for('itr_report') }}" target="_blank">