Wednesday, January 22, 2025
1 change · 18.0
Resolved issues and error corrections
Orders placed from the same table QR code are now combined into the existing open table order. This helps restaurants avoid missing or split orders when multiple guests at one table order from different devices.
Original PR description
When 2 orders are made from the same QR Code representing the same table all the orders would not be merged on the table Steps to reproduce: ------------------- * Setup QR + Ordering and serving at Table in PoS settings * Open one table QR Code in 2 different devices/browsers * Make an order in each device > Observation: Only one will appear on the table Why the fix: ------------ Based on the behavior in 17.4 we should merge the orders from the same table. To do this when we find an open order for the table we change the id of the new order to the one of the existing order so that those 2 orders are merged. opw-4482805