Skip to content

ascorbic-acid/qrcode_gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qrcode Gen

this simple app uses pyqrcode library to generate QRCodes in ERPNext.

install the app to your site and send GET request to: http://my-site.tld/api/method/qrcode_gen.qrcode.gen_qrcode with (text) argument equal to the text which you want generate QR Code for, the returned data is png base64 which can be used directly in the image src attribute

#####Print Format, you can use the example below to show QRCode in any print format doctype

<img src="{{ gen_qrcode(doc.name) }}" width="100" />

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages