Tuesday, January 24, 2023
5 changes
Enhancements to existing features
The Helpdesk dashboard action now shows both successful and failed tickets when the SLA success filter is removed. This gives teams a clearer view of ticket outcomes and opens the relevant ticket list instead of a report view.
Original PR description
Before this PR success rate action only show success ticket even after we removes SLA success filter. This PR update success rate action domain to show failed ticket also when SLA success filter is not applied.
Salary advantages can now keep clear internal names while choosing whether those names appear in the employee salary configurator. This improves day-to-day administration and makes the configurator cleaner for users, alongside other payroll and contract salary usability updates.
Original PR description
Purpose: 'hr.contract.salary.advantage' has the field 'name' that we also show on salary configurator. Sometimes, we don't want to show 'name' for some advantages on the configurator, and to do this, prior we left the field empty. Which is not convenient when for example we check the list of advantages. To solve this issue, we add 'show_name' field in this commit. That allows to populate the field, while keeping salary configurator they way we want. Beyond that, the commit includes UX changes. task - 2902100
This update strengthens testing around recurring shifts in Planning, including how repeated dates are calculated and how recurring shifts are changed or deleted. It helps reduce the risk of scheduling issues for businesses using recurring workforce or resource planning.
Original PR description
Purpose of the PR is to test the flow of shift recurrence So in this commit did the below changes: - creating material resources, assigning them roles. - recurrence calculation of the dates based on the different options of recurrency. - modification/deletion of recurring shifts. task-3010428
The project settings area is now hidden when it has no relevant content to show. It only appears when related apps such as Timesheets or Planning are installed, reducing empty or confusing sections for users.
Original PR description
Before this PR settings div in project simplified was visible even though there is no content to display only when project application is install. So, In this PR hide div from project and display it when timesheet/planning app is install. task-3102445
Users can now quickly select or unselect all documents in the Documents app using a keyboard shortcut. This makes bulk actions faster and reduces repetitive clicking when managing many records.