Phase 25A-11: Schedule Audit Log
Employee Schedule Audit
Read-only change history for employee schedule creation, updates, copied shifts, and deletions. This page does not change schedule rules, time clock, POS shifts, payroll, reservations, or payments.
Total Events
2
Created
0
Updated
1
Copied
0
Deleted
1
Filters
Audit Events
Showing up to 250 most recent matching schedule events.
| When | Event | Employee | Schedule | Source | Snapshots |
|---|---|---|---|---|---|
| 05/31/2026 7:47 AM |
Deleted Schedule shift deleted. |
Glen 5235 Manager |
06/01/2026 11:00 AM - 3:30 PM Area: — Status: Scheduled |
Staff Screen System / Staff |
View snapshotsBefore{
"id": 2,
"company_id": 1,
"employee_id": 1,
"role_id": 2,
"schedule_date": "2026-06-01",
"starts_at": "2026-06-01 11:00:00",
"ends_at": "2026-06-01 15:30:00",
"scheduled_hours": "4.50",
"shift_title": null,
"work_area": null,
"station_note": null,
"status": "scheduled",
"notes": null,
"created_by": "System \/ Staff",
"updated_by": "System \/ Staff"
}
|
| 05/31/2026 7:45 AM |
Updated Schedule shift updated. |
Glen 5235 Manager |
06/01/2026 11:00 AM - 3:30 PM Area: — Status: Scheduled |
Staff Screen System / Staff |
View snapshotsBefore{
"id": 2,
"company_id": 1,
"employee_id": 1,
"role_id": 2,
"schedule_date": "2026-06-01T00:00:00.000000Z",
"starts_at": "2026-06-01T10:00:00.000000Z",
"ends_at": "2026-06-01T15:30:00.000000Z",
"scheduled_hours": "5.50",
"shift_title": null,
"work_area": null,
"station_note": null,
"status": "scheduled",
"notes": null,
"created_by": "System \/ Staff",
"updated_by": "System \/ Staff"
}
After
{
"id": 2,
"company_id": 1,
"employee_id": 1,
"role_id": "2",
"schedule_date": "2026-06-01",
"starts_at": "2026-06-01 11:00:00",
"ends_at": "2026-06-01 15:30:00",
"scheduled_hours": "4.50",
"shift_title": null,
"work_area": null,
"station_note": null,
"status": "scheduled",
"notes": null,
"created_by": "System \/ Staff",
"updated_by": "System \/ Staff"
}
|