dataase field updateds and model updateds

This commit is contained in:
2026-03-11 13:20:49 +05:30
parent 21f8576e33
commit c5b3e7bd60
17 changed files with 391 additions and 440 deletions

View File

@@ -36,6 +36,11 @@
<input type="text" class="form-control" name="gst_no">
</div>
<div class="mb-3">
<label class="form-label">PAN No:</label>
<input type="text" class="form-control" name="pan_no">
</div>
<button class="btn btn-success">Save</button>
<a href="{{ url_for('subcontractor.subcontractor_list') }}" class="btn btn-secondary">Back</a>