Difference between revisions of "NF12 Context Variable HTML REPORT THEME"
From iDempiere en
Dpansheriya (talk | contribs) |
CarlosRuiz (talk | contribs) m (CarlosRuiz moved page NF13 Context Variable HTML REPORT THEME to NF12 Context Variable HTML REPORT THEME) |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
'''Goal:''' Technical | '''Goal:''' Technical | ||
| Line 17: | Line 15: | ||
[[Category:New Features|F]] | [[Category:New Features|F]] | ||
[[Category:New Features Technical]] | [[Category:New Features Technical]] | ||
| − | [[Category:New Features | + | [[Category:New Features w12|F]] |
| − | |||
Latest revision as of 21:50, 4 August 2025
Goal: Technical
Developer: Deepak Pansheriya
Feature Ticket: IDEMPIERE-6396
Description
report.css path is configurable using system configuration named HTML_REPORT_THEME. But when path of same needs to decide bases on some dynamic logic, it is not achievable. for example in theme pack, when there is dark backgrond colored theme then odd line not visible so for dark theme or per theme selected needs to decide path of report.css.
Adding this feature, it is possible to set a context variable like #ThemeVarient and configuring HTML_REPORT_THEME with value like ~./theme/themepack/@#ThemeVarient@ will allow to load theme based on user selected theme.
