Thursday, February 6, 2020
2 changes · master
Enhancements to existing features
Website theme settings such as colors, fonts, and layout are now available directly inside the website editor instead of a separate customization window. This makes design changes easier to find and manage while keeping related website editing tools in one place.
Original PR description
*: theme_bootswatch Previously, theme customization was done through a modal dialog in the website module, this was not very user friendly since the rest of the customization for the website design…
*: theme_bootswatch Previously, theme customization was done through a modal dialog in the website module, this was not very user friendly since the rest of the customization for the website design was done from edit mode, meaning the user had to exit edit mode to customize things such as theme colors or fonts. It was also rather confusing to have these seemingly related things in completely unrelated places. This commit moves all of the options that used to be in the theme customization modal into a new tab in the editor's left panel. Instead of having an entirely dedicated system for theme options, those theme options are now simple snippet options. See the customizeWebsite generic method. This allows to make any option available in the third tab or on any meaningful element like the header or the footer. This also allows to take advantage of all the features of the left panel: dependencies, visibility update, etc. Note: same as before, those changes do apply the color/size/layout immediately on the website, even if not saved. Changing that behavior is complex and might be the job of another task. See sub-commits for details task-2088298
The subscription dashboard now gives sales teams clearer revenue insights, including helpful KPI explanations, multi-salesperson views, clickable report lines, and PDF export. Subscription performance tracking is also more reliable because it is based on subscription change history rather than invoice lines, reducing misleading changes caused by currency rates or display issues.
Original PR description
Improve the behaviour of the sale subscription dashboard for salesman.