Tuesday, June 11, 2024
4 changes · master
Enhancements to existing features
The Planning app’s guided mobile tour has been updated so it works with the mobile layout. It now accounts for the default mobile view and hidden options, helping users complete the tour reliably on phones.
Original PR description
Before this commit the problem with the mobile tour not working in mobile is due to the fact that mobile default view is kanban and planning requires to switch to gantt view and some options are put under a dropdown button in mobile. Added the steps required to make the tour functional. task-3705287
Helpdesk dashboards and reports now use clearer wording for time, SLA, and rating measures, making the figures easier for business users to interpret consistently. Kanban progress bars also show plain status labels like in progress, ready, and blocked instead of relying on color names.
Original PR description
-* = helpdesk_timesheet
After this merge:
- Display in progress/ready/blocked in the Kanban progress bar instead of grey/green/red.
- Unify the labels of the measures in all tickets, tickets analysis, and SLA analysis as per below:
hours spent -> hours spent (timesheets)
hours to assign -> working hours to assign
hours to close -> working hours to close
hours to respond -> average hours to respond
hours until SLA deadline / working hours to reach SLA -> working hours
until SLA deadline
rating (/5) -> rating (1-5)
task-3827128The Belgian payroll setup now stores the fiscal voluntarism rate on the employee record instead of each contract. This makes the rate easier to manage consistently when an employee has contract changes, reducing duplicate updates and improving payroll data reliability.
Original PR description
This will move the fiscal voluntarism rate from the contract to the employee. Task: 3877405
Administrators can now set default follower subscription preferences from the activity wizard. These defaults apply to new followers and new records for the same model, helping teams keep future notifications consistent without changing existing records.
Original PR description
From the activity wizard: "Default subscription"
1. "Edit default subscription" as action, after "Add follower";
2. Should be available with admin rights for the model;
3. This default subscription should apply to all new followers,
not existing ones;
4. This default subscription should apply to all records of the same
model;
5. Need a pop-up to confirm the action;
From the activity wizard:
1. Toggle to apply the selection to all records of the same model;
2. Should be applied to new records only, not existing ones;
task-3954970