Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Desk Reservation app cannot find availability between reservations #117

Open
melissamuse opened this issue Aug 17, 2023 · 2 comments
Open

Comments

@melissamuse
Copy link

Describe the bug
Hi April! I used this template to create a vehicle check out app. My MAJOR bug is that it cannot find availability between bookings. For example, if a vehicle is booked from 9a-10a and also from 2p-3pm, It will not show as available when I search for a vehicle for 12-1pm. Any advice based on the filters that you used?

Additional context
Add any other context about the problem here.

@Tidomann
Copy link

The filters are correct. The two columns in your reservation list "Check out from" and "Check out to" must be date and time columns WITH "Include Time" ENABLED. By default without the "Include Time" enabled, the date and time columns will only have the date patched by the program when creating a reservation causing the filters to always detect a booking conflict.

The Instructions might want to mention this is a requirement when setting up the column

@melissamuse
Copy link
Author

melissamuse commented Aug 27, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants