Tuesday, July 23, 2024
2 changes · saas-17.4
Enhancements to existing features
Restaurant booking details now appear directly on the assigned table instead of below it, reducing confusion and avoiding overlap with nearby tables. Bookings that have started without customer check-in are highlighted in red, helping staff spot overdue arrivals faster.
Original PR description
Before this commit: --------------------------- - The booking information was displayed below the table, sometimes overlapping with other tables and not clearly indicating which table the booking was for. - The text color change based on the booking timings exceed and still not ordered. After this commit: ----------------------- - The booking information is shown directly on the table, replacing the customer count, making it clearer and easier to understand. - Now, making it more better and text color will be red based on booking timing starts and still customer is not checked in. Related PR --------------- Community PR: https://github.com/odoo/odoo/pull/174159 task: 4014060
Restaurant booking details now appear directly on the relevant table instead of below it, reducing confusion and avoiding overlap with nearby tables. Bookings are also highlighted in red when the reservation time has started but the customer has not checked in, helping staff spot pending arrivals faster.
Original PR description
Before this commit: ------------------------ - The booking information was displayed below the table, sometimes overlapping with other tables and not clearly indicating which table the booking was for. - The text color change based on the booking timings exceed and still not ordered. After this commit: ---------------------- - The booking information is shown directly on the table, replacing the customer count, making it clearer and easier to understand. - Now, making it more better and text color will be red based on booking timing starts and still customer is not checked in. Related PR ---------------- Community PR: https://github.com/odoo/odoo/pull/172766 task: 4014060