Auto Work Shift Rotator
Schedule Period
Employees
Shifts
Define shifts in the desired rotation order (e.g., M, E, N, OFF). Include a shift for 'Day Off' if needed.
Please complete the setup on the first tab and click "Generate Roster".
Employees: ${awsrEmployees.join(', ')}
Shifts Defined: ${awsrShifts.join(', ')}
| Date | `; awsrEmployees.forEach(empName => { tableHTML += `${empName} | `; }); tableHTML += `
|---|---|
| ${awsrFormatRosterDate(dayEntry.date)} | `; awsrEmployees.forEach(empName => { tableHTML += `${dayEntry.assignments[empName] || '-'} | `; }); tableHTML += `
