Something changed with Print Def. for Graphic Kit II

General Information about POS Pizza 6 and 7
Post Reply
User avatar
joshwho
Veteran Member
Veteran Member
Posts: 157
Joined: Fri Oct 12, 2007 5:41 pm
Location: Illinois
Contact:

Something changed with Print Def. for Graphic Kit II

Post by joshwho »

For some reason after the latest 6.x update the kitchen Print Graphic II is not showing toppings in alphabetical order any more. Not sure what has Changed.

We made some toppings with ### before it so it shows at top and now it no longer does that.

Is there any print def that we can change to make this back to alphabetical order?
User avatar
Scott
Site Admin
Site Admin
Posts: 2566
Joined: Wed Apr 16, 2003 5:35 pm
Location: Western PA

Re: Something changed with Print Def. for Graphic Kit II

Post by Scott »

You can manually arrange the order of the toppings in each item. They generally print in the same order as they are shown in the toppings list.


Scott
User avatar
joshwho
Veteran Member
Veteran Member
Posts: 157
Joined: Fri Oct 12, 2007 5:41 pm
Location: Illinois
Contact:

Re: Something changed with Print Def. for Graphic Kit II

Post by joshwho »

It is not even going off that order. We have ***MEAL*** as the first topping but it sometimes shows in the middle of the list. it never use to do this.
Image

Image
Image
Image
User avatar
Scott
Site Admin
Site Admin
Posts: 2566
Joined: Wed Apr 16, 2003 5:35 pm
Location: Western PA

Re: Something changed with Print Def. for Graphic Kit II

Post by Scott »

The full print mode orders by ID. The abbreviated mode prints in the order of the toppings in the toppings list. I don't recall exactly when this was changed, because it was quite awhile ago.


Scott
User avatar
joshwho
Veteran Member
Veteran Member
Posts: 157
Joined: Fri Oct 12, 2007 5:41 pm
Location: Illinois
Contact:

Re: Something changed with Print Def. for Graphic Kit II

Post by joshwho »

is there any definition that could change it back?
User avatar
joshwho
Veteran Member
Veteran Member
Posts: 157
Joined: Fri Oct 12, 2007 5:41 pm
Location: Illinois
Contact:

Re: Something changed with Print Def. for Graphic Kit II

Post by joshwho »

Or is there a way to use abbreviated definition with the kitchen II graphic?
User avatar
Scott
Site Admin
Site Admin
Posts: 2566
Joined: Wed Apr 16, 2003 5:35 pm
Location: Western PA

Re: Something changed with Print Def. for Graphic Kit II

Post by Scott »

For abbreviated change this:

Code: Select all

:For Each Item
.
. {various code between each item markers}
.
:End Item
To this:

Code: Select all

:For Each Item         ; Begin Per Item Layout
%fi                    ; default full item info
:End Item              ; end of per item layout

Scott
Post Reply