Printer Scripts

General Information about POS Pizza 6 and 7
Post Reply
Diamatron
Active Member
Active Member
Posts: 63
Joined: Tue Feb 26, 2019 4:50 pm

Printer Scripts

Post by Diamatron »

How can I change the font to 'Bold' on the "items skipped" on Graphical Kitchen Receipts ?

Thanks Rick
User avatar
Scott
Site Admin
Site Admin
Posts: 2567
Joined: Wed Apr 16, 2003 5:35 pm
Location: Western PA

Re: Printer Scripts

Post by Scott »

I'm not sure what you mean by items skipped. If you are filtering they won't print at all. Fonts can be changed by inserting the font change command (%f1, %f2, %f3, %f4) just before the item that you want printed, and then changing it back again afterward.


Scott
Diamatron
Active Member
Active Member
Posts: 63
Joined: Tue Feb 26, 2019 4:50 pm

Re: Printer Scripts

Post by Diamatron »

When am order has items going to separate make line there is a " # of items skipped' note printed. Can I change this font, as right now it just follows the font of the memu items.
User avatar
Scott
Site Admin
Site Admin
Posts: 2567
Joined: Wed Apr 16, 2003 5:35 pm
Location: Western PA

Re: Printer Scripts

Post by Scott »

Yes, use the %f codes in that part of the script. Graphical Kitchen Print II uses a similar setting so that the special instructions are printed in a different font than the rest of the item data. Below are 2 lines from that script. The %f4 in line 1 switches to font 4 for that line, then the %f1 in the line below it switches back to font 1.

Code: Select all

%po%si%f4%rj####: %si  ; special instr if there
%po%si%f1                     ; back to font 1
Scott
Post Reply