I'm trying to make my own raport and I need to change couple things inside premade layouts.
The external one with background is closest to what I need but I want different background image and diffrent CSS in couple places (like table formating).
What is proper way to do this?
I duplicated the external_layout_background view, modified it and called inside my report template. It was working just fine. But then I tried to modify background image and formatting. The way I did this was by modifying layout_background.scss and changing path to the background image and changing some of the formating. And it broke something, even thought I reverted all changes it is still broken. Maybe it is linux related or something
And I feel like it should be easier and cleaner way to do this stuff. How? Is there a way to do this sort of things from web UI? Or maybe write everything inside report template xml using inline CSS?
Are you trying to just add/remove/move fields or do you need complete control over the layout ?