code edit cit from and auto save mat ceadit and utility

This commit is contained in:
2026-02-06 16:37:54 +05:30
parent aaab008a9d
commit 1819c49433
6 changed files with 53 additions and 7 deletions

View File

@@ -9,7 +9,8 @@
{% block content %}
<div class="container">
<h2 style="text-align:center;">New CIT Form </h2>
<form id="cit" method="POST">
<form id="cit" method="POST" enctype="multipart/form-data">
<input type="hidden" name="stage" value="cit">
<div class="form-group full-width inline-2">
<div>
<label>Assessment Year:</label>
@@ -20,6 +21,10 @@
</select>
<div id="yearError" style="color:red; display:none; margin-bottom:10px;"></div>
</div>
<div>
<label>Record Created Date:</label>
<input type="date" name="created_at" value="{{ current_date }}" required>
</div>
</div>
<div class="form-group full-width inline-2">
@@ -166,9 +171,15 @@
<input type="number" name="refund" class="auto" step="any" value="0.00" readonly>
</div>
<div class="form-group">
<label>Remarks:</label>
<input type="text" name="Remarks">
<div class="form-group full-width inline-2">
<div>
<label>Select Documents:</label>
<input type="file" name="documents" multiple>
</div>
<div>
<label>Remarks:</label>
<input type="text" name="Remarks">
</div>
</div>
<button type="submit">Submit</button>