Implemented creating qr code in bulk (import excel file)

This commit is contained in:
2025-11-18 16:33:43 -05:00
parent 332465aeb7
commit a1b4d305fd
4 changed files with 1195 additions and 0 deletions
+7
View File
@@ -556,6 +556,13 @@
<p>Generate a QR code for attendance tracking at your location</p>
</div>
<div style="margin-top: 1rem; margin-bottom: 1rem;">
<a href="{{ url_for('import_bulk_qr_codes') }}" class="btn btn-outline" style="display: inline-flex; align-items: center; gap: 0.5rem;">
<i class="fas fa-file-excel"></i>
Bulk Import from Excel
</a>
</div>
<form method="POST" class="form" id="createQRForm">
<!-- Basic Information Section -->
<div class="form-section">