kylephillipsau
kylephillipsau
I'm currently printing screenshots of the web display to be able to have the ticket attributes displayed on the printed job sheets, as our custom fields contain important information which...
Could it be possible to configure this stylesheet so that it doesn't hide the ticket attributes? Possibly a configuration option in the ticket settings could be added to allow users...
I've been fiddling around with `/opt/zammad/app/assets/stylesheets/print.scss` in our production environment, but so far I haven't gotten it to work. Doesn't seem to be broken yet either, which is good.
The most recent version of moviepy introduced breaking changes. In order to run this, you'll need to use an older version of Pillow and MoviePy. ```bash pip install Pillow==9.5.0 pip...