Summary report UI improvements and JS preview logic

This commit is contained in:
Swapnil9693
2026-02-05 14:57:38 +05:30
parent 438f84e284
commit a8e47af61c
35 changed files with 585 additions and 242 deletions

View File

@@ -9,7 +9,7 @@
{% block content %}
<div class="container">
<h2>Upload Income Tax Documents</h2>
<form id="income_tax_documents" method="POST" enctype="multipart/form-data">
<form id="documents" method="POST" enctype="multipart/form-data">
<label>Year:</label>
<select id="year" name="year" required></select>
<div id="yearError" style="color: red; display: none; margin-bottom: 10px;"></div>