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 #133

Open
Nollzie opened this issue Jan 10, 2024 · 0 comments
Open

Desk Reservation App #133

Nollzie opened this issue Jan 10, 2024 · 0 comments

Comments

@Nollzie
Copy link

Nollzie commented Jan 10, 2024

Hi April I have your app customized to manage pool cars and it works well, 1 issue is that if a Car is booked out for 3 days, the App is showing the car as available to others on the first and last day, so when someone else sets their date to the same start date they can book the Car.

Please help as I just rolled this app out to our Purchasing division.

This is the current filter

Filter(
Sort(col_Desks,Title),
Not(
Title in col_Reservations.'Car Info'
) && Active = 1 && Or(DeskSearchFilter.Text in Title , DeskSearchFilter.Text in Description)
)
// 'Check Out From' <= startTime && 'Check Out To' >= endTime
/*
Filter(
col_Desks,
Not(
Title in col_Reservations.DeskText
) && Active = 1
)
*/

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

1 participant