How to hard code busy slots quantite
Hi, I have user case where I have location with four rooms where the services can be provided.I have different employees with different services, but they all share the same location (and no, it's not the kind of business you think about). From the customer's point of view, it does not matter which employee will perform the service or in what room it will be performed. So I would like the client to only choose the service (date and time of course) and the system to check whether there are free rooms at a given time. Maybe this could be done by adding the number of slots to the location?
2 Answers
Hi Gal in your case you have ability to provide 4 service at the same time on that location so I would suggest that you set slot count to 4 on connection settings. Since you have only one location then set that to be predefined so users will select only service. Set worker to be predefined as well :)
Best regards,
Nikola
Please login or Register to submit your answer