Maintainers
This module is part of the sygel-technology/sy-server-backend project on GitHub.
You are welcome to contribute.
This module allows you to change the reports font size from the document layout configurator.
It also allows to customize all the reports css to users with debug mode
Table of contents
To configure this module, you need to:
To use this module, print a report after changing the configuration. The font size will be your configured one.
If a report uses special custom classes, the font size cannot be changed. It is not common, but it has been detected that it happens with the direction of boxed reports. It can also happen if a report uses headers other than h2. If this happens to you, tell the technician who creates CSS for you. Example to solve the size of headers 1, and the direction of the boxed:
font-size: 20px; h1 { font-size: 40px; } .o_boxed_header { font-size: 20px; }
Migrations between v15 y v18 should de fast and easy.
More css units can be added.
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
This module is part of the sygel-technology/sy-server-backend project on GitHub.
You are welcome to contribute.