changes of column import and add serialize table column fild show as per sheet

This commit is contained in:
2026-01-09 15:22:32 +05:30
parent bdd7312a5e
commit fe9b056128
12 changed files with 269 additions and 170 deletions

View File

@@ -17,17 +17,7 @@
{% endfor %}
</select>
<!-- 2. FILE TYPE (MODEL NAME) -->
<!-- <label class="form-label">Select File Type</label>
<select name="file_type" id="file_type" class="form-select mb-3" required>
<option value="">-- Select File Type --</option>
<option value="">Subcontractor Sheet</option>
<option value="trench_excavation">Trench Excavation (Tr.Ex)</option>
<option value="manhole_excavation">Manhole Excavation (Mh.Ex)</option>
<option value="manhole_domestic_chamber">Manhole & Domestic Chambers Construction (MH & DC)</option>
<option value="">Laying Sheet</option>
</select> -->
<!-- 2. RA bill no -->
<label class="form-label">RA Bill No</label>
<input type="text" name="RA_Bill_No" class="form-control mb-3" required>