Wednesday, March 29, 2023
4 changes
Enhancements to existing features
This update improves the Planning experience by making key shift details easier to see, broadening eligible resource choices when roles are used, and sorting resources more clearly in email scheduling. Progress indicators in the Gantt view are also rounded for cleaner, easier-to-read percentages.
Original PR description
In this commit improve the following generic UX - move the start date, end date, allocated time, allocated time %, and effective hours fields to the left of the resource. - when a role_id is set on the shift, it should be possible to select resources that either has this role or no roles at all. - send planning by email wizard: if possible, sort resources by alphabetical order. - gantt view progress bar: round percentages to the unit. task-3073907
This update makes everyday field service, project, helpdesk, map, and worksheet screens clearer and easier to use. It improves menu labels, report naming and content, worksheet behavior, setup guidance, and warning visibility so teams can navigate and complete work with less confusion.
Original PR description
** = helpdesk,web_map,worksheet. Purpose of this commit is to improve generic ux for industry_fsm,project and helpdesk apps. So in this commit add following improvements: - industry_fsm ->…
** = helpdesk,web_map,worksheet. Purpose of this commit is to improve generic ux for industry_fsm,project and helpdesk apps. So in this commit add following improvements: - industry_fsm -> configuration add 'Project Stages' menu and rename 'Stages' to 'Task Stages'. - add 'Project' menu should open the same view as the project menu from the 'project' app. - project.task view disable the new worksheet create on quickcreate and form view. - hide 'worksheete' state button from 'worksheet template' form view if records is 0. - industry_fsm -> setting -> 'Time and Material' set documentation link on this field. - add MapBox sign up link and change label string. - change string for 'Task Report' to ' Intervention Report'. - add task name on task report. - add placeholder in default worksheet form view. - change warning for map view. - improve warning visibility for partner phone in 'project.task' form. - improve warning visibility for partner phone and email in 'helpdesk.ticket' form. task-3058275
The Documents app interface is easier to use with clearer folder management actions and improved navigation controls in attachment previews. These updates make common document browsing and organization tasks more intuitive for users.
Barcode operations in Inventory are now handled separately from report printing. This makes the workflow clearer and helps avoid mixing operational barcode commands with document output.
Original PR description
In this commit, We split both the operations from barcode commands and now we are printing reports separately. opw - 2579195