Overbooking problem
-
Hi there! I have a problem with the booking logic. Lets say i have 3 services: service A, service B, service C. And i have 2 assistants: assistant A and assistant B.
Assistant A can do service A. Assistant B can do service B and C.
All services need the assistant at hand (so they cant do any other at the same time)
All of them got priority 1 and 1 hour length.
The shop has 2 seats so “Customer per session” is set to 2 and only 1 service can be choosen per booking.
“Availability mode” is set to the highestNow the problem: First I book service B. But than on a new booking i can book service C for the same date and time but it should not be allowed because assistant B is already “busy” with the booked service B.
I’m running on the newest build (3.19.1) and ajax is working so the problem should lie in the logic probably.
- The topic ‘Overbooking problem’ is closed to new replies.