Splitting the bill (evenly / by amount / by item) and tips¶
Splitting the bill¶
When a group wants to split the bill, you have 3 ways: - Evenly: divide the total by the number of people. - By amount: each person pays an amount they choose. - By item: each person pays for the items they ordered.
Every partial payment is recorded, and the order closes as soon as it's fully covered.
Tips¶
Add a tip as an amount or a percentage (%). The tip is recorded separately (not part of the bill's revenue), and it appears in the shift report attributed to the employee.
On mobile¶
A guest paying via QR can also split and add a tip from their phone.
Next: Refunds and voids