Monday, July 26, 2021
2 changes · master
Enhancements to existing features
Once a timesheet has been validated, any linked global time off can no longer be edited. This helps preserve approved records and prevents accidental changes after validation.
Original PR description
When a timesheet is already validated, the global time off linked to it shouldn't be editable. Task-2352428
Managers can now see pending employee time off more clearly when reviewing schedules. Unapproved time off is shown distinctly, warnings explain that time off has been requested, and time-off filters include both pending and approved requests so planning can be adjusted earlier.
Original PR description
_* = web_gantt
The purpose of the task is to inform the manager that an employee
has submitted a timeoff request and that the planning might need
to be adapted accordingly
So in this commit, done the following changes:
- non-validated time off should be displayed in grey hatched.
- adapt the timeoff warning to "Employee has requested timeoff..."
for non validated timeoff of employees in form view and popover
- "employees on time off" filter should return shifts that fall during
both non validated and validated time off
TaskId: 2485142