Roland
Roland
Same CSS level property error confirmed for e.g. `Sales Invoices `- also for standard templates. ``` ERROR Property: Invalid value for "CSS Level 2.1" property: var(--gray-900) [14:3: color] WARNING Property:...
Maybe related to [Hostname Configuration Issues for Print Formats](https://github.com/frappe/frappe_docker/issues/1547#top)
After migrating an erpnext instance, I have seen in the logs: > WARNING:root:pdftk test call failed (PDFTK_PATH='pdftk'). Indeed, `pdftk` is not available in the docker image. Could that be the...
I have built a new docker image with `pdftk` included. The warning message as described above https://github.com/frappe/frappe/issues/27964#issuecomment-2802850845 is gone. However, PDF still does not render correctly - all text is...
Solution here was to install the [print_designer app](https://github.com/frappe/print_designer) which is installing a Chromium headless browser. This can then be set as the PDF generator in the print format templates. Chrome...
You need a working TURN server for Firefox users with BBB.
Replacing the `wkhtmltopdf` renderer in all relevant `Print format lists` with `Chromium` solved all PDF issues for me. You need to install the `print_designer` app, here is how to build...
+ allow to sell vouchers (= codes from a list of codes)
Getting the same error in a build pipeline using ``` RUN cd /home/frappe/frappe-bench && \ bench get-app https://github.com/frappe/print_designer && \ bench setup-chrome ``` > File "/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 391, in get_common_site_config...
Replacing the `wkhtmltopdf` renderer in all relevant `Print format lists` with `Chromium` solved all PDF issues for me. You need to install the `print_designer` app, here is how to build...