Wednesday, August 23, 2023
6 changes
Enhancements to existing features
TaxCloud and AvaTax setup options are now hidden in countries where those services are not supported. This reduces confusion during tax configuration and helps users choose only relevant options for their location.
Original PR description
Hide the option to enable Taxcloud and Avatax outside countries they support. task-3475816
This update removes an unused touch-device styling file and reorganizes shared web styling utilities. The change helps keep the Enterprise web interface codebase simpler and easier to maintain without expected visible impact for users.
Original PR description
task-3439226
The website editor’s top action buttons have been visually adjusted in Enterprise to better match the Milk design style. This gives users a more consistent and polished editing experience when managing website content.
Original PR description
WIP task-3381773
Subscription reporting dashboards were adjusted to remove the Monthly Recurring Revenue KPI and rename remaining KPI labels so they are easier to understand. This helps sales and subscription teams interpret dashboard figures more clearly without changing core subscription workflows.
Original PR description
- Remove the Monthly Recurring Revenue KPI - Rename KPI to be self explicit task-id: 3391916
This update removes obsolete internal file references and an unused test file from the Project Forecast and UK Reports areas. It helps keep the codebase cleaner and easier to maintain, with no expected change to day-to-day user workflows.
Original PR description
…init removing commented python files from init file of project_forecast, l10n_uk_reports modules and remove unused python file from project_forecast module
The appointment pages SEO dialog no longer shows the custom URL option because appointment links cannot be safely changed there. This avoids confusing users and helps prevent unsupported website changes that would not work as expected.
Original PR description
**Purpose:** The user tries to change the URL from the SEO tool of the website but it doesn't handle the URL change for appointments. **Specification:** This commit hides the custom URL option from the SEO optimization dialog. Task-3324989