How to print customer Ticket in PizzaPOS SA

General Discussions
Post Reply
seyyh44
New Member
New Member
Posts: 1
Joined: Tue Jan 16, 2018 8:30 am

How to print customer Ticket in PizzaPOS SA

Post by seyyh44 »

Hi, I have switched to PizzaPOS SA recently and I like to know how to print a ticket number for the customer when the shop is busy so that orders don't get messed up.

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

Re: How to print customer Ticket in PizzaPOS SA

Post by Scott »

Do you want to print just a ticket number and no items, etc. ?

If so, go to the Management Utility then select Configure -> Global Printer Definitions.
  1. Add a new printer definition and call it something like "Ticket Number" in the Printer Name field.
  2. Click the OK button to save this profile.
  3. Place a check in the box labeled "This Printer is an Extended Graphical Printer" (bottom of the window). This will enable the script for this profile.
  4. Go into the script box (right side edit box) and clear all of the content that is there.
  5. Just above the box there are 4 buttons for the fonts. Change the Angle for Font 3 from 6 to 0.
  6. Place the code below into the script box, and save the script by clicking the OK button.
Script Code to replace original with:
---------------------------------------------

%f3
%el
%clTicket # %on
%f4
%cl%li
%el
%el

---------------------------------------------
  1. Go to Local Machine Config.
  2. Go to the Printer Settings tab page.
  3. Edit the #4 Printer and select "Ticket Number +" from the list in the left-side drop-down list.
  4. Select the driver that feeds this printer from the right side drop-down list.
  5. Save and Exit
  6. Go to Global System Config.
  7. Select the Printing Options tab page.
  8. At the very bottom of the page UNCHECK Edit Slips to Printer #4 (Only the Initial Slips for Printer #4 should be checked, do not change any other printer numbers other than 4).
  9. Click Save and Exit.
At this point your printer will print a ticket number slip. You can further edit the data (or fonts) for that slip by going back to the printer profile editor for "Ticket Number +" and making the needed changes. Note that the %li code must always be present. The codes for the scripting language can be found on the Windows Start button menu under "All Programs" -> "POS Pizza 7 [SA]" -> "Receipt Printing Script Codes".


Scott
Post Reply