Restrict check-in to current date

  • Janiko
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 years 8 months ago #152920 by Janiko
Restrict check-in to current date was created by Janiko
Hello all,
is there a way to restrict the check-in, so that a error is shown, if I try to check-in a participant for an event in the feature or in the past? I'm using the QR code for check-in.
Currently I can check-in for all events, as long as the QR code is not yet checked in.

Thank you for your answers. 

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

More
2 years 8 months ago #152927 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Restrict check-in to current date
Hi Janiko

Currently, the system already check if the event is in the past and display an error

It does not check for future events yet, I will check and also implement this restriction in next release

Regards

Tuan

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

More
2 years 8 months ago #152929 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Restrict check-in to current date
Hello

I just updated code of the extension to validate checkin date of the event. Basically, checkin will only be allowed if the current date is between start date and end date of the event

So if checkin before or after, won't be allowed

You can access to My Downloads menu item, download latest package of Events Booking, upgrade it to your site and everything will work well

Regards,

Tuan

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

  • Janiko
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 years 8 months ago #152930 by Janiko
Replied by Janiko on topic Restrict check-in to current date
Great. Thank you for the quick implementation. I will update asap.
Maybe one small remark. I could imagine, that some events will open there doors a few hours earlier then the actual start date of the event. Are the checking only the date (day) or the timestamp? Actually for me the timestamp would also be fine, but maybe for other a configurable offset would be helpful.

Best regards
Janiko

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

More
2 years 8 months ago #152932 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Restrict check-in to current date
Hi Janiko

I thought about that case, Of course, checking should be allowed earlier than event start date. So for checking the date:

- We allow checking from 00:00:00 at the date of the event
- Checkin will also be allowed until the 23:59:59 of event end date (so basically, the end of day)

That should cover all the cases

Tuan

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

Moderators: Tuan Pham Ngoc