I want to put my bank account QR code in sales invoice . any idea how to do it
Thanks.
It could be done using a script in footers but i suggest you wait as this feature might be added as built in feature.
Add an image to the footer
- Activate Folders Tab,
- Add a new folder, open it and add the qr image file that you want to display.
- Click the image that has been successfully added to the manager, then note the URL displayed in the browser like this
/view-attachment?ChIJzz15y55ZR0MRuhorlkKssxyiBg1UZXN0IEJ1c2luZXNz
- Create a new footer for Sales Invoice.
- Write this code, replace the url with the url of your qrcode image
<img src="/view-attachment?ChIJrLBFWfK6XUARlXpdpU5rORyiBg1UZXN0IEJ1c2luZXNz" alt="Bank QrCode" >
-
Create/Update Footer.
-
Open Sales Invoice, add the newly created footer and save.
The Qrcode should be displayed on your invoice display.
2 Likes