New Functionality
Work Time Limit for Time Logging
We have implemented a business rule that takes into account employee work schedules and allows them to log time on tasks only during their available working hours.
Additionally, we have added two system properties:
- wtm.overtime_work: When enabled, employees can log time including overtime.
- wtm.default_time_spent_time: Specifies, in seconds, the default time limit available to employees without a schedule for logging time on tasks.
When calculating available logging time from the employee’s work schedule, all calendar elements are considered except those of type Excluded and Day Off. If a calendar element of type Excluded or Day Off is created after an element that is included in schedule calculations and overlaps with it in time, the overlapping duration is subtracted from the schedule.
Time Log Sheet
In the columns for days of the week and dates, the total time logged for tasks on each day is displayed. Additionally, color indicators are shown:
- Blue – Not all time from the scheduled limit has been logged for the day.
- Green – The full scheduled time limit has been logged for the day.
- Red – The scheduled time limit has been exceeded for the day.
Tooltips display the remaining time to log or the amount of overtime.
