Adding totals for items

Hi Guys

Is there a way of counting the number of starters and number of mains and then displaying them on the ticket screen?

Yes, using {ORDER STATE QUANTITY TOTAL:X}

2 Likes

Yes, use item/product tag of course and either report expression using item tag expression or make a state on order added using the item tag and report on the state.
I used the state method along with order grouping to group courses and also update the state to adjust for scenarios where say they want a main served with starters or visa versa.

@JTRTech I am using the state method for the grouping of the starters and mains on the printouts. Would i use Sukasems method and have {ORDER STATE:Mains QUANTITY TOTAL:X} to count all the main course items?

{ORDER STATE QUANTITY TOTAL:Mains}

1 Like