Hi, what do you think about the idea of having a QR symbol as a business card next to a contact in ESPOCRM?
VCard QRCode
Collapse
X
-
Our QRCode (bardcode) field type supports max length of 255 characters. Longer strings (though it's not possible to do via the UI) are not guaranteed.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
-
No. We don't plan.
Note that we are also limited by library capabilities.
I tested, and could display strings way longer than 255.Last edited by yuri; 02-20-2024, 09:03 AM.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
-
Hi, I would need more characters to generate a VCard. The ideal situation is to have the VCard with the address. I tried without the address, but even so the number of characters is insufficient. It is ideal to have at least 500 characters.
BEGIN:VCARD
VERSION:
N;CHARSET=UTF-8:Hložanský;Čestmír;;Mr.;
FN;CHARSET=UTF-8:Mr. Čestmír Hložanský
TEL;TYPE=CELL:+4208789678567
ORG;CHARSET=UTF-8:Firma spol. s r. o.
TITLE;CHARSET=UTF-8:Vývojový technický pracovník
ADR;CHARSET=UTF-8;TYPE=WORK,PREF:;;Náměstí A. Holešovského 456;Brandýs nad Labem;67598
EMAIL:holansky.cestmir@firma.cz
URL:http://www.firma.cz
END:VCARDComment
-
I can only recommend to do customization.
You can increase maxLength in entityDefs for your field. Then it's up to the library whether it will be able to render your long string. I won't be able to help more.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
Comment