A convenient way to control the registrations using QR codes ?

More
2 years 5 months ago #158865 by Tuan Pham Ngoc
Great. Thanks for confirming and thanks for the nice words. I will keep working hard to improve the extension and make it better from time to time

Regards,

Tuan

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

  • Shiluba
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 years 5 months ago #158920 by Shiluba
Hi. It's great that the QR code reader can distinctly validate each member of a group registration.
Is there a way to do the same manually ?

All we can do with the interface "Manage Registrants" is to Check-in the WHOLE Group registration at once. Did we miss a tool/setting allowing to manually and separately validate each member of a group ?

Regards

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

More
2 years 5 months ago #158923 by Tuan Pham Ngoc
Hi

I have to check it again to see why it was implemented like that (from quite long time ago) but currently, from backend, it is not possible to check in individual group members.

I will check and improve it if it is possible (don't remember the reason it was implemented like that for now)

Tuan

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

  • Shiluba
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 years 5 months ago #158928 by Shiluba
Thank you for this clarification. And thank you for checking and improving it if possible.
Maybe it could be implemented by triggering the same scripts & modal notifications as in the QR code scanner ?
Best regards

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

  • Shiluba
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 years 5 months ago #158953 by Shiluba
Hi,
A quick notice : in your file "/components/com_eventbooking/helper/registration.php", at line 4365, I added a "+1" to $row->checked_in_count
Otherwise, the displayed number is the number of registered members in the group BEFORE the current one is registered.
Here is my full line 4365 :
Code:
$replaces['checked_in_count'] = $row->checked_in_count+1;
It seems that it works this way and it does not break anything. But there may be a cleaner way to get the proper number.
Best regards

 

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

More
2 years 5 months ago #158965 by Tuan Pham Ngoc
To be honest, I do not know why you had to modify code like that. So I will have to check the code again. For now, please keep that modification

Tuan

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

Moderators: Tuan Pham Ngoc