Monday, November 11, 2024
1 change
Resolved issues and error corrections
When restaurant staff split an order, the related items are now correctly shown on the kitchen preparation display. This helps kitchen teams avoid missing items and keeps the order view consistent between the point of sale and preparation screens.
Original PR description
pos*: point_of_sale, pos_restaurant, pos_preparation_display before this commit: ============== - splitted order lines were not sent to the kitchen display upon splitting order - there was no widget to distinguish split order lines. after this commit: ============== - ensure that split orders are sent to the preparation display if any of the original order lines are sent there. - standardize the splitting process to ensure consistency between the order widget and the kitchen display. task - 4114041