Consecutive days

In this section, you define the range(minimum-maximum) of consecutive days an employee may work the same shift. Between shifts, there is a required resting period, whereas, after each working week, there is a weekly resting period.

Things to note:

  • For each employee, set the "from" and "to" fields, where "from" must hold a value that is smaller than the one in "to".

Example:

Erna, George, Jony and Mery, must work at least three and at most five consecutive days, whereas the student must work at least one, and at most five consecutive days.