Apr 06 2026: enhanced - update the dynamic QR code

This commit is contained in:
2026-04-06 09:28:58 -04:00
parent 28bcd13c7f
commit f9aa07716b
12 changed files with 727 additions and 74 deletions
+2 -2
View File
@@ -168,7 +168,7 @@ def attendance_report():
ad.check_in_time,
ad.location_name,
qc.location_event,
qc.location_address as qr_address,
COALESCE(ad.qr_address, qc.location_address) as qr_address,
ad.address as checked_in_address,
ad.latitude,
ad.longitude,
@@ -196,7 +196,7 @@ def attendance_report():
ad.check_in_time,
ad.location_name,
qc.location_event,
qc.location_address as qr_address,
COALESCE(ad.qr_address, qc.location_address) as qr_address,
ad.address as checked_in_address,
ad.latitude,
ad.longitude,