- Posts: 6
- Thank you received: 0
Barcode , Qrcode feature: need your input
- Mats Lestander
- Offline
- New Member
-
Less
More
10 years 7 months ago #51283
by Mats Lestander
Replied by Mats Lestander on topic Barcode , Qrcode feature: need your input
Hi,
A barcode or Qr code reader would be perfect for event check in registration. This is at the moment (in my view) the biggest feature lack of your otherwise so good component.
I have no experience of using Barcode or QR code so i cannot say wich one is the most reliable option, guess i would be happy with any of them.
Making it work with a free app for smartphone would be perfect.
When do you think we can see this feature in "Event Booking"?
Regards
Mats
A barcode or Qr code reader would be perfect for event check in registration. This is at the moment (in my view) the biggest feature lack of your otherwise so good component.
I have no experience of using Barcode or QR code so i cannot say wich one is the most reliable option, guess i would be happy with any of them.
Making it work with a free app for smartphone would be perfect.
When do you think we can see this feature in "Event Booking"?
Regards
Mats
Please Log in or Create an account to join the conversation.
- Mtspinto
-
- Offline
- Junior Member
-
Less
More
- Posts: 31
- Thank you received: 2
10 years 6 months ago - 10 years 6 months ago #53615
by Mtspinto
Replied by Mtspinto on topic Barcode , Qrcode feature: need your input
I used this for a site
in your case you would use
It will even display when you just go straight to the URL
chart.googleapis.com/chart?chs=150x150&c...ttp://www.umsiko.com
Code:
<img src='https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=http://www.umsiko.com/".htmlSafeOutput($bmeMemId)."'>
in your case you would use
Code:
<img src='https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=UrlGoesHere'>
It will even display when you just go straight to the URL
chart.googleapis.com/chart?chs=150x150&c...ttp://www.umsiko.com
Last edit: 10 years 6 months ago by Mtspinto. Reason: error in code
Please Log in or Create an account to join the conversation.
- Mtspinto
-
- Offline
- Junior Member
-
Less
More
- Posts: 31
- Thank you received: 2
10 years 6 months ago #53886
by Mtspinto
Replied by Mtspinto on topic Barcode , Qrcode feature: need your input
I got the QR code working for the Ticket Submission. Email sent and viewed online
It is generating a QR code for the TRANSACTION ID - which the clients would use for payment offline methods and the staff would scan and use as delegate reference for attendance
DOMAINAME/components/com_eventbooking/emailtemplates/individual_detail.php
DOMAINAME/components/com_eventbooking/emailtemplates/email_individual_detail.php
It is generating a QR code for the TRANSACTION ID - which the clients would use for payment offline methods and the staff would scan and use as delegate reference for attendance
DOMAINAME/components/com_eventbooking/emailtemplates/individual_detail.php
DOMAINAME/components/com_eventbooking/emailtemplates/email_individual_detail.php
Code:
<img src="https://chart.googleapis.com/chart?chs=200x200&cht=qr&chl=<?php echo $row->transaction_id ; ?>">
- Trev Roberts
- Offline
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
10 years 5 months ago #55219
by Trev Roberts
Replied by Trev Roberts on topic Barcode , Qrcode feature: need your input
Great Idea Tuan
Customer books ferry ticket online, copy sent to ferry operator server, customer presents barcode as ticket, ferry operator checks for matching barcode ...Done !
Customer books ferry ticket online, copy sent to ferry operator server, customer presents barcode as ticket, ferry operator checks for matching barcode ...Done !
Please Log in or Create an account to join the conversation.
- James Riley
-
- Offline
- Platinum Member
-
10 years 4 months ago #56315
by James Riley
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Replied by James Riley on topic Barcode , Qrcode feature: need your input
If you use a QR code that contains a URL linking to an Event Booking "front-end Registrant Check-In plugin", that should negate the need for a customized smartphone scanner app (just use any qr-code-reading barcode app) and be platform independent (would work on iOS, Android, etc., unlike some of the iOS-only apps that others mentioned in this thread) . Set it up to allow only a registered user with proper permissions to access the Check-In, and it should work for every scan (after an initial login by that user on the first scan, that is).
URL would be something like MYSITE.COM/index.php?option=com_eventboo...&task=checkin$txnID= [registrantTxnId]
URL would be something like MYSITE.COM/index.php?option=com_eventboo...&task=checkin$txnID= [registrantTxnId]
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Please Log in or Create an account to join the conversation.
- bytekultur
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
7 years 9 months ago #103451
by bytekultur
Replied by bytekultur on topic Barcode , Qrcode feature: need your input
Is there any update on that? There is a PDF invoice template, and I am sure a QR image could be implemented, but I would be interested to know if you plan to build it anyway, Tuan.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Topic Author
- Offline
- Administrator
-
7 years 9 months ago #103452
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Barcode , Qrcode feature: need your input
Hi
This is already supported in the extension. See eventbookingdoc.joomservices.com/advanced-features/check-in-registrants and eventbookingdoc.joomservices.com/advanced-features/tickets-pdf
There is an additional method for checkin registrants using iCODY Mobile APP which I haven't documented yet (best method for checkin registrants, I think)
Regards,
Tuan
This is already supported in the extension. See eventbookingdoc.joomservices.com/advanced-features/check-in-registrants and eventbookingdoc.joomservices.com/advanced-features/tickets-pdf
There is an additional method for checkin registrants using iCODY Mobile APP which I haven't documented yet (best method for checkin registrants, I think)
Regards,
Tuan
The following user(s) said Thank You: Mtspinto
Please Log in or Create an account to join the conversation.
- bytekultur
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
7 years 9 months ago #103453
by bytekultur
Replied by bytekultur on topic Barcode , Qrcode feature: need your input
Thank you Tuan, I will inform my client
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.