QR code generator

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
User avatar
afayez
Posts: 12
Joined: 2020-09-06 15:24
Location: EGYPT
Contact:

QR code generator

Post by afayez » 2021-08-31 10:19

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

User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1156
Joined: 2019-05-21 22:42
Location: Germany
Contact:

Re: QR code generator

Post by onoehring » 2021-09-01 17:56

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

Post Reply