Shift Models - Shift Template
The second tab is for scheduling the “shift templates”. We can create a model by selecting pre-created shift templates. When we want to enter a shift template we need to click on this button :Create_shift_template:
After this step, the table is gonna displayed. Here we chose shift templates from the selection bar with predefined parameters. By this process, we can schedule for the work week.
If we need to delete the row we click on this button :minus_delete:

In the below table, there are all the parameters of the Shift model, tab Shift template with its description.
Parameter name | Limitations | Possible values | Description | DB field |
---|---|---|---|---|
Shift template | defined values | List of all shift templates | Selection from all available Shift Templates. | [SHIFT_MODEL_TEMPLATE_REL].[ID_SHIFT_TEMPLATE] |
Shift starts | not editable | - | Predefine value from Shift templates | [SHIFT_TEMPLATE].[BEGIN_TIME] |
Shift ends | not editable | - | Predefine value from Shift templates | [SHIFT_TEMPLATE].[END_TIME] |
Work time | not editable | - | Predefine value from Shift templates | [SHIFT_MODEL].[WORKTIME] |
Break time | not editable | - | Predefine value from Shift templates | [SHIFT_BREAK].[BREAK_TIME] |
Staff | Float | Free text | Number of operators on this shift. | [SHIFT_MODEL_TMPL_WOR_REL_VAL].[STAFF] |
Total work time | not editable | - | Total working time (after subtracting the time for breaks) within the work week set in this way. | [SHIFT_MODEL].[TOTAL_WORKTIME] |
Total break time | not editable | - | The total time of breaks within the working week set in this way. | [SHIFT_BREAK].[ID_SHIFT_BREAK_TEMPLATE] |