Customer self register

Hello Community,

We are working on Customization about Customer self register. Anyone have tried Customer self register through QRcode prints on receipt ? Or any idea how to realize this concept??

Little detail:
When POS prints, it prints with qrcode. If customer scan qrcode it opens customer registration. Registered customers can participate Loyalty program.

Appreciate any suggestions
Thanks,
Ahrorjon

2 Likes

Hi!
A possible solution could be to create a Web Form for Customer Doctype & use the Web Form Link (Route in Webform Doctype) to generate QR Code.
Web Form Documentation - ERPNext Webform

I would suggest using pyqrcode (Python Library) for generating QR Code. - pyqrcode Documentation

1 Like