You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,14 @@ respect the alphabet while sorting customer entered content.
141
141
For that purpose the application config file has `locale_code_for_sorting` entry.
142
142
By default the value is `en` (English). One can override it with other locales such as `cs`, `fr`, `de` etc.
143
143
144
+
### Force employees to pick type each time new leave is booked
145
+
146
+
Some organizations require employees to explicitly pick the type of leave when booking time off. So employee makes a choice rather than relying on default settings.
147
+
That reduce number of "mistaken" leaves, which are cancelled after.
148
+
149
+
In order to force employee to explicitly pick the leave type of the booked time off, change `is_force_to_explicitly_select_type_when_requesting_new_leave`
150
+
flag to be `true` in the `config/app.json` file.
151
+
144
152
## Use Redis as a sessions storage
145
153
146
154
Follow instructions on [this page](docs/SessionStoreInRedis.md).
0 commit comments