Management of multiple services for the same worker in the same time slots

Support forumCategory: BugsManagement of multiple services for the same worker in the same time slots
marzio_maracani asked 2 years ago
The program must manage the bookings of a hairdresser shop.
A worker can do two different services at the same time (eg Schampo and Hair cut) according to customer requests. The system does not prevent double booking at the same time and this is an ERROR.
marzio_maracani replied 2 years ago

Example:
If a customer books me a haircut with Lucia at 9.30 another customer cannot book a SHAMPO at 9.30 always with Lucia because Lucia can only do one service at a time even if she is enabled for both. The principle is that the first one who arrives is served for one of the two services that Lucia can do and the other must choose a different time that is still free.

1 Answers
marzio_maracani answered 2 years ago
I solved it by changing the value to exclusive for worker.
Problem solved.
Thank you