Thursday, July 25, 2024
1 change · saas-17.4
Enhancements to existing features
Event hosts get a smoother registration desk with clearer scan results, sound alerts for issues, and a quick way to scan the next attendee. Attendees also receive clearer confirmation pages and grouped ticket links when registrations come through a sale order, reducing confusion before and during events.
Original PR description
[task-3847374](https://www.odoo.com/web#id=3847374&cids=1&menu_id=6478&action=4043&model=project.task&view_type=form) [PR ENT 60548](https://github.com/odoo/enterprise/pull/60548) ## Purpose **Make…
[task-3847374](https://www.odoo.com/web#id=3847374&cids=1&menu_id=6478&action=4043&model=project.task&view_type=form) [PR ENT 60548](https://github.com/odoo/enterprise/pull/60548) ## Purpose **Make it easier for hosts to handle the entrance of attendees of an event.** - Revamp the registration desk + add sound - Regroup tickets when sending confirmation (except if no SO) - Allow user to send all tickets to custom emails - Redirect to Cart instead of Payment ## MOV _See ENT branch for related commit_ I've moved the OGG and MP3 sounds to the barcodes module so that other modules using barcode scanner can use the same sound file. ## Changes ### Registration Desk Improvement - The registration summary dialog has been simplified (see excalidraw for details) - It plays a notify or error sound if the registration status is in one of the following state : 'already_registered', 'need_manual_confirmation', 'not_ongoing_event', 'canceled_registration' - We can now directly reopen the scanner instead of closing the modal and open the scanner. ### Misc - Update Outlook & Google Calendar icons with the ones from appointment - Create an Empty placeholder template (event_confirmation_track_redirection_message) in website_event to avoid having to create a bridge module between website_event_track and website_event_sale task-3847374 Related ENT PR: https://github.com/odoo/enterprise/pull/60548