Monday, September 19, 2022
5 changes
Enhancements to existing features
Website administrators can now add a rental search bar to help customers find products available for specific dates. This improves the shopping experience for rental businesses by making availability-based searches easier on both desktop and mobile.
Original PR description
This commit adds a rental search bar snippet task-2806828
Helpdesk teams now use clearer wording to explain how automatic ticket assignment works, making round-robin and balanced assignment easier to understand. The ticket list also gains an overtime filter for service order hours, and live chat helpdesk commands are only shown when a suitable team is available.
Original PR description
helpdesk.team > automatic assignment \- change 'each user is assigned an equal number of tickets' into 'new tickets are evenly distributed among users (round-robin)' \- change 'each user has an equal number of open tickets' into 'new tickets are assigned to the users with the least amount of open tickets (balanced)' helpdesk.ticket search view: add a 'tickets in overtime' filter that should return tickets with a negative number of 'remaining hours on SO task-2880101
Project settings are reorganized into clearer sections, making configuration easier for users to understand. Task search and grouping now use ancestor tasks, and document-to-task creation is improved for smoother project workflows.
Original PR description
**= project_timesheet_forecast,documents_project, project_forecast Purpose of this PR to improve generic usage of project app. So, in this PR done following changes: -In project.project form view : - Divided settings into sections -Replace/Add parent task with ancestor task' in group by and quick search -In documents_project improved create task action task-2844212
The payroll dashboard now warns users when an employee's company does not match the company listed on their contract. This helps payroll teams spot setup issues earlier and reduce the risk of processing payroll with incorrect employee or contract information.
Original PR description
Add a new warning on payroll dashboard to show employees whose company is different than the company shown on the contract. task-2974531
The Planning app now provides clearer labels, helpful placeholders, more date filters, and richer resource names so users can plan shifts faster and with less confusion. Gantt planning on mobile is also easier to read because workload progress remains visible on smaller screens.
Original PR description
The purpose of this commit is to improve the generic usage of the planning app.
These are the following improvements:
- Added tags for shifts in demo data.
- Added a placeholder for field "planning_role_id".
- Improve gantt view for mobile.
- Rename the button text from "Copy Previous"
to "Copy Previous Week".
- Added the following filters:
next week,this week,tomorrow,yesterday,last week.
- Change the placeholder of name field.
- Added a placeholder in field "resource_id".
- Added the resource role in planning "name_get".
task-2823201