Saturday, March 16, 2024
1 change · master
Enhancements to existing features
Appointment Gantt planning now groups bookings by all assigned resources, making it easier to manage appointment types that use multiple resources, such as restaurants with shared capacity. Resource capacity allocation has also been simplified so staff can handle complex bookings more reliably.
Original PR description
We now group the gantt view by appointment_resource_ids to manage appointment type where multiple resources can be chosen for the booking. It is now possible to manage appointment types of restaurant type (aka with manage capacity and multi resources). The field appointment_resource_id on the calendar event is removed as no longer useful. Everything is now managed with the appointment_resource_ids field. The capacity distribution between resources is simplified and takes the shared resources in last. task-3496901