June 25 - Implement reminder

This commit is contained in:
2026-06-25 16:52:19 -04:00
parent ea3648ad90
commit 2a75d17301
7 changed files with 263 additions and 1 deletions
+7 -1
View File
@@ -60,7 +60,13 @@
<div class="card mt-4">
<div class="card-header">
<h2 class="card-title">Today's Completion</h2>
<button class="btn btn-ghost btn-sm" onclick="location.reload()">↻ Refresh</button>
<div class="flex gap-1">
<button class="btn btn-ghost btn-sm" onclick="location.reload()">↻ Refresh</button>
<form method="post" action="{{ url_for('admin_shifts.send_incomplete_reminders') }}" style="display:inline"
onsubmit="return confirm('Send reminder emails to all staff with incomplete checks in shifts ending within 40 minutes?')">
<button class="btn btn-secondary btn-sm" type="submit">📧 Remind Incomplete</button>
</form>
</div>
</div>
<table class="table">
<thead>