Re: AW: QR code creation

2023-08-24 Thread Jacques Le Roux
Hi Mandar, Please use the ML for such questions ;) This said, here you go: https://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Contributors https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Contributors+Best+Practices HTH Jacques Le 23/08/2023 à 20:35, Mandar K a écrit : Hi

Re: AW: QR code creation

2023-08-23 Thread Jacques Le Roux
Thanks Ingo, If it's not working OOTB, could we have that contributed? TIA Jacques Le 22/08/2023 à 20:36, Ingo Wolfmayr a écrit : Hi Mandar, I generate them in Java or Groovy, using the generateQRCodeImage service: Map qrMap = UtilMisc.toMap("message", yourData,

AW: QR code creation

2023-08-22 Thread Ingo Wolfmayr
Hi Mandar, I generate them in Java or Groovy, using the generateQRCodeImage service: Map qrMap = UtilMisc.toMap("message", yourData, "height", 200, "width", 200); Map qrCodeResult = this.dispatcher.runSync("generateQRCodeImage", qrMap); if (qrCodeResult != null &&