Page 1 of 1
QR code generator
Posted: 2021-08-31 10:19
by afayez
Dears
good evening
How can I add a QR code in my invoice printing form?
Does any one has a previos experiment with this?
thanks
Re: QR code generator
Posted: 2021-09-01 17:56
by onoehring
Hi,
I would suggest looking at this:
https://github.com/kreativekorp/barcode
The software can generate QR and provides an example for this. As you are asking in "Advanced customization" I suppose you will be able to incorporate this

I would think you will need to place code in the hooks/tablename.... somewhere (_before /_after insert/update functions - or - as you want to print in that of course).
Olaf