Tuesday, April 26, 2022
3 changes · master
Enhancements to existing features
Field service worksheet reports now place untaxed amount, taxes, and total labels closer to their matching values. This makes the report footer easier to read and reduces confusion when reviewing service totals.
Original PR description
Before this commit, in the field service > worksheet report, the untaxed amount, taxes, and total labels are aligned to the left, and their values are aligned to the right end. So in this commit moves the untaxed amount, taxes, and totals next to their respective values. task-2762166
This change lowers how often certain automated background tasks run in eBay sales and website lead scoring. It should reduce unnecessary system activity and resource usage without changing day-to-day user workflows.
The appointment calendar now shows a regular button when “Select Dates” is the only available sharing option, instead of presenting an unnecessary dropdown. This makes the scheduling interface clearer and reduces extra clicks for users sharing availability.
Original PR description
Don't display the calendar button to share availabilities as a dropdown if there is no option other than "Select Dates". Instead we display it as a normal button. task-2821503