timegridio / timegrid

Free, open-source, online appointments platform based on Laravel PHP Framework.
GNU Affero General Public License v3.0
958 stars 336 forks source link

Bug: Cannot pick a time for appointment #196

Closed annylinh08 closed 4 years ago

annylinh08 commented 4 years ago

Hi there, I have created a business with Toronto timezone, and set with all availability for the staff but when I book appointment, I could not pick a time to. Is there anyone know how to fix this problem? image image image

alariva commented 4 years ago

Hi @annylinh08 ,

In your second screenshot, the time from is 8:00 AM and to is 12:00 AM, that means that the time range is invalid (the to field is in the past).

WORKAROUND:

Try setting again availability by putting from => 8:00 AM and to => 12:00 PM


This is, however, a bug spotted since Timegrid should have displayed 12:00 PM as default, so we are going to fix it.

alariva commented 4 years ago

@annylinh08 Fix is in progress: https://youtu.be/QbfFdZ0y4Qk