Barcode scanner use

  • craig kennedy
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
2 months 2 weeks ago #164325 by craig kennedy
Barcode scanner use was created by craig kennedy
I have tested the QR code portion of the Events system and it works great, but Id like to know if I can use a proper bar code scanner to achieve the same, assuming thre bar code scanner has the facility to talk with the website?  Has anyone done this at all?

Please Log in or Create an account to join the conversation.

  • Mr Leslie Jarrett
  • Offline
  • Junior Member
  • Junior Member
More
1 month 2 weeks ago #165219 by Mr Leslie Jarrett
Replied by Mr Leslie Jarrett on topic Barcode scanner use
I have installed MPDF as that supports printing of a BARCODE .and a similar question for membership Cards 
I saw some example code
<tr>
<td align="center">UPCAP5</td>
<td>UPC-A barcode with 5-digit EAN-5 supplement. This is a subset of the EAN-13</td>
<td class="barcodecell"><barcode code="07567816412 90000" type="UPCAP5" class="barcode" /></td>
</tr>
right when I look at the code for Membership Card I see similar code
<tr>
<td style="width: 50%;" align="left">Address:</td>
<td align="left">[ADDRESS], [CITY], [STATE], [COUNTRY]</td>
</tr>
which works of course
so can you try with your test system loaded with MPDF and see if you can get it to work to print a barcode using the substitution of [MEMBERSHIP_ID]
I used an online barcode generator to show what we want to see and attached the file 
Attachments:

Please Log in or Create an account to join the conversation.

More
1 month 2 weeks ago #165240 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Barcode scanner use
Hello

You can try to test it yourself please. Just replace the hardcoded string 07567816412 90000 with the tag [MEMBERSHIP_ID] to see if it works

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc