ragav
October 27, 2016, 5:31am
1
Hi All ,
I am planning to generate a QR code which would link my sales order , with the below code , but it generates a QR code where if I decode only it is showing http , could anyone guide me please ?
I referred this post
Hi All,
So I’ve finally got my barcodes printing on my Custom Print Formats and I thought I’d share
Using this site:
http://www.barcodes4.me/apidocumentation
And their REST API you simply need to call the barcode as an image in your HTML.
For me I wanted a QR code representing the URL of the Sales Order so we can scan this into a browser and have the Sales Order come up onscreen within the production workshops.
So my code is:
<img src="http://www.barcodes4.me/barcode/qr/myfilename…
<img src="http://www.barcodes4.me/barcode/qr/myfilename.png?value=192.168.1.129:8000/desk%23Form/Sales%20Order/{{ doc.name }}">
Thanks in advance
ragav
October 27, 2016, 5:34am
2
Please close this thread. Thanks
In case you found solution, please post it here to help other potential searchers in future. Thanks.
Thanks to @spa , here us solution:
<img src="http://www.barcodes4.me/barcode/qr/qr.png?value=https://192.168.1.129:8000/desk#Form/Sales%2520Order/{{doc.name}}&size=5&ecclevel=2" draggable="false">