In 1.6.2 I found a way to resize the qr code in de pdf. In 1.6.3 I can’t find the way I did this before.
Is there someone who can tell me where to style the qr code in the footer of the pdf to a more normal size?
In 1.6.2 I found a way to resize the qr code in de pdf. In 1.6.3 I can’t find the way I did this before.
Is there someone who can tell me where to style the qr code in the footer of the pdf to a more normal size?
Hello @KENE
the QR code is printed in the template at the following lines of code
so if you want to change the appearance, one way of doing it would be creating a custom template (you make a custom template by copying the default InvoicePlane template that is already included in your installation and giving the new file a different name) and target the table cell with your custom css (for example by adding an id to the td
tag and styling under it).