diff --git a/src/static/images/check.png b/src/static/images/check.png new file mode 100644 index 0000000..ab57dac Binary files /dev/null and b/src/static/images/check.png differ diff --git a/src/static/images/denied.png b/src/static/images/denied.png new file mode 100644 index 0000000..96e6158 Binary files /dev/null and b/src/static/images/denied.png differ diff --git a/src/templates/attendance/report.php b/src/templates/attendance/report.php new file mode 100644 index 0000000..577d171 --- /dev/null +++ b/src/templates/attendance/report.php @@ -0,0 +1,94 @@ + + +

Attendance Report

+ +Back to the menu +Log + + 1]); +$sessions = EventSession::list(["event_id" => $event->id]); + +if ($sessions && $subscriptions) { ?> + + + + + + + + + + + + + + + + + $session->id, + "person_id" => $subscription->person->id + ]); + if ($attendance !== null) { + ?> + + + + + + + +
NameIDname;?>
person->fullname; ?>id; ?>
+ +

No records found.

+ + +Back to the menu + + + + + + + + + + + + + + + + + diff --git a/src/templates/index.php b/src/templates/index.php index 74a64d5..7e2fde7 100644 --- a/src/templates/index.php +++ b/src/templates/index.php @@ -21,6 +21,8 @@ href="./attendance/form.php">Registro manual de asistencia Lista de asistencia + Informe