How to generate QR Codes in 1C:Enterprise Platform Applications
Question: How can I generate a QR code for using in documents and catalogs in a 1C Application?
Answer: The 1C platform doesn’t have a built-in function that can generate a QR code, but this can be achieve by using an add-in.
The add-in should be added as a binary file (zip file) in a template of the metadata object that needs to use the QR code, or a common template.
The add-in generates a binary sequence based on the input information provided, for example a link or a number, then this binary sequence can be used to generate an image.
An example of how to implement this, and the QR-code add are provided in the links bellow:
QR-Generator epf file: https://cloud.1ci.com/index.php/s/bTHorzESz9aif2S
QR Add-in: https://cloud.1ci.com/index.php/s/9S9QgiSmp7Tk74x