Printing Admission Tickets

Size: px
Start display at page:

Download "Printing Admission Tickets"

Transcription

1 Printing Admission Tickets Overview CounterPoint can be used to print admission tickets for shows, public attractions, museums, etc. from Point of Sale. Like all forms, admission tickets are completely customizable. You choose the size of the ticket, the information to print on it, and how that information will appear on the ticket. Printing admission tickets requires a printer that is programmable using ASCII characters, (such as the Barcode Blaster or Eltron label printer), and supports a Quantity to print field in the label Header. For each admission ticket item you sell in Ticket Entry, the admission ticket form sends a formatted label header that contains the item s quantity in the Quantity to print field. For example, if you sell 5 adult admissions, CounterPoint sends a single form command to the printer, to print 5 individual tickets. Useful fields in the Line item area of the form that are available for printing include: Ticket number, Ticket date, Ticket time, Order number, Customer number, Customer name, P.O. number, User initials, and System date. This document explains the process of setting up admission tickets, using the following admission ticket as an example. Refer to the CounterPoint Electronic Documentation for further information about Forms and Form Fields.

2 Printing Admission Tickets 2 Defining an admission ticket form The first step in creating an admission ticket is to define a Point of Sale form customized for your admission ticket needs. Select Setup / Point of Sale / Forms. 1. Form ID Enter an ID that will represent your admission ticket in the list of Point of Sale forms. 2. Type Select Ticket to display a ticket form. 3. Description Enter a description for your ticket. 4. Prompt Enter the text to display during ticket entry that will prompt the user to print the ticket. In this case Print Ticket? is the text that will appear. 5. Print in order by Select: To print items on the form: Line number In order by line number. Item number In order by item number. Bin location In order by bin location. Cat/sub-cat In order by category/sub-category. NOTE: Multi-location tickets will be printed in order by line item location, and within each location, in the order you specified (line, item, bin, or category).

3 Printing Admission Tickets 3 6. Components to print Components are not applicable to admission tickets. Select None. 7. Category totals? Category totals are not applicable to admission tickets. Select No. 8. Item notes ID If you want to print item notes on this ticket, enter the item note ID. If the ticket doesn t include item notes, leave <blank>. If an item has a note on file with an ID that matches the note ID entered here, that note prints if you select and include the Item notes line item field on the ticket form. 9. Customer notes ID Customer notes are not applicable to admission tickets. Press Enter to leave <blank>. 10. Mask credit card # s? When you choose to mask credit card numbers, only the last 4 digits of the card number are visible on receipts and invoices. The preceding numbers are masked by asterisks. 11. Width Enter the number of columns that may be printed on the ticket. Your entry here is determined by the character width of your literals, as well as your printer s characters per inch setting (or pitch ). 12. Paginated? This setting is not applicable to admission tickets. Select No. 13. Merge identical lines? This setting is not applicable to admission tickets. Select No. View/change form layout? Select Yes. The Form ID screen appears, allowing you to define over 200 fields to print on this ticket.

4 Printing Admission Tickets 4 Sample admission ticket The sample admission ticket shown below represents a single admission to a ride at an amusement park. The ticket includes the name of the amusement park (10 Flags Over Synchronics), the name of the ride (The DeLorean Express), the condition of use (1 Ride for Ticket Date ONLY!), a barcode, and the date that the ticket is good for. We will refer to this sample ticket throughout the following sections as ticket field configuration is explained. Refer back to it for a better understanding of how the line items defined in the following instructions result in a specific ticket layout.

5 Printing Admission Tickets 5 The following table breaks down the line items entered by line number and by type. It illustrates user input and the resulting text output that CounterPoint sends to the printer for each line item. Line # Line item type Line item input Output to printer 1 Printer header instruction! ! Line item field Qty sold 5 2 Printer header instruction PITCH 100 PITCH Printer header instruction WIDTH 375 WIDTH Literal STRING 12X STRING 12X Literal 10 FLAGS OVER SYNCHRONICS 10 FLAGS OVER SYNCHRONICS 5 Literal ULTRA_FONT A ULTRA_FONT A Line item field Description 1 The DeLorean Express 6 Literal STRING 9X STRING 9X Literal 1 Ride for Ticket Date ONLY! 1 Ride for Ticket Date ONLY! 7 Literal R270 12X R270 12X Line item field Ticket date mm / dd / yy 8 Literal BARCODE CODE BARCODE CODE Line item field Item barcode Literal END END When the line items are grouped and sent to the printer, they look like this:! PITCH 100 WIDTH 375 STRING 12X FLAGS OVER SYNCHRONICS ULTRA_FONT A The DeLorean Express STRING 9X Ride for Ticket Date ONLY! R270 12X /1/03 BARCODE CODE END

6 Printing Admission Tickets 6 Defining admission ticket fields Admission tickets consist of a blank header field and multiple line item fields. For every line that appears on your admission ticket, you must enter printing commands to determine how the printer will format the information on the ticket what font to use, what size text to print, and where to print it. You then instruct the printer to print specific information, such as the name of an attraction, the ticket date, a barcode, etc. Your admission ticket will be made up of three types of line items: Printer header instructions Literals (text) Line items fields It is usually necessary to fill out two screens to complete a single line item. On the first screen, you use a literal to enter printing commands for the line item. These commands determine how the line item will appear on the ticket. On the second screen you enter the text or field that represents the line item value. For each line item, enter a line number and a column to indicate where to print the string command. At Field number, press Enter to insert a literal or make a selection from the list of line item fields. It is not necessary to use conditionals when printing line items. At Text enter a literal value. All three types of line items make use of literals. NOTE: When entering information on separate screens, pay close attention to text positioning. In order for the printer to correctly interpret your instructions, line items must be on the same line number and there must be a space between character strings (i.e., their columns cannot overlap). Printer header instructions Printer header instructions define how the printer works with the label that will be your admission ticket. NOTE: For all admission tickets, you must include a header section that is a blank line. This is the only time you will select Headers as the Field group. At Field number, select Blank line to ensure that the header contains no information.

7 Printing Admission Tickets 7 The remaining Field group entries are all Line items. The first line items you enter on an admission ticket are the printer header instructions. Printer header instructions contain information such as print mode, position of the label in the printer, print pitch, and label width. Your input here is determined by the printer you are using. For the sample ticket, a Barcode Blaster was used. See your printer manual for detailed information about the formatting requirements of your printer. NOTE: Printer header instructions are literals that contain specific instructions for the printer. They do not appear as text on the ticket. For our sample ticket s printer header instructions, we entered three literals and one line item field, as required by our Barcode Blaster printer. The first printer header instruction on our sample ticket is the literal! At Field number we entered Literal. At Text we entered! On our Blaster printer,! specifies ASCII mode, 0 specifies the starting position of the label, 100 specifies Dot time, and 200 specifies the MaxY # of the line that will be memory mapped. On the following screen, we entered the line item field Qty sold. This field is included in the printer header instructions so that the printer knows how many tickets to print. This field is a continuation of the previous line item and is entered on line number 1 in column 13, since the literal entered on the prior screen was 11 characters long and there must be a space between each part of the line item.

8 Printing Admission Tickets 8 The next printer header instruction is the literal PITCH 100, entered on line number 2, column 1. On a Blaster printer, PITCH sets the print density in dots per inch and must be placed after the header line and before any string command. The final printer header instruction is the literal WIDTH 375, entered on line number 3, column 1. On a Blaster printer, WIDTH sets the width of the printed label. The Width command is measured in hundredths of an inch and is used for printing on label stock that is narrower than the print head. NOTE: You must enter the printer header instructions prior to any string commands. Literals Literals are line items for which you specify the text that will appear on the ticket. To insert a literal, press Enter at Field number. Two literals are used on our sample ticket, 10 Flags Over Synchronics and 1 Ride for Ticket Date ONLY! Because these lines were created for the admission ticket itself, they cannot be retrieved from CounterPoint and are entered as literals. As with the printer header instructions, you must first define how the printer will format the literal and then enter the actual text to be printed. On our sample ticket, the printer header instructions are contained in line numbers 1-3, making line number 4 the next line available.

9 Printing Admission Tickets 9 We placed the printing commands for the first literal on line number 4, column 1. At Field number, we entered Literal. At Text, we entered the printing command STRING 12X This command instructs the printer to print an ASCII character string with a font size of 12 X 6. The string will start at the horizontal position of 7 and the vertical position of 2 on the label. Refer to the sample ticket on page 4 to see how these printing commands place the literal on the ticket. On the next screen, we entered 4 at Line number. At Column, we entered 18, because this literal follows the printing instructions entered on the previous screen (STRING 12X16 7 2). That line of text is 16 characters long, plus a blank space, so the literal must begin in column 18. At Field number, we entered Literal. At Text, we entered 10 FLAGS OVER SYNCHRONICS.

10 Printing Admission Tickets 10 We placed the printing commands for the second literal on line number 5, column 1. At Field number, we entered Literal. At Text, we entered the printing guideline STRING 9X This command instructs the printer to print an ASCII character string with a font size of 9 X 12. On the ticket, the string will start at the horizontal position of 40 and the vertical position of 70. On the next screen, we entered 5 for Line number to continue the literal. At Column, we entered 19, because the string command is 17 characters long and we are continuing on the same line with a space between line items. At Field number we entered Literal. At Text, we entered 1 Ride for Ticket Date ONLY!.

11 Printing Admission Tickets 11 Line item fields Line item fields retrieve information from records in the CounterPoint database such as tickets and item records. You can choose from over 200 line item fields to place a specific value on your admission ticket. For the sample ticket, we used values from three line item fields: the item s Description 1 value, the Ticket date, and the Item barcode 1. Item description On the sample ticket, the name of the attraction, The DeLorean Express, is the item description in CounterPoint. To place the item description on our ticket, we entered the literal ULTRA_FONT A on line number 6, in column 1. ULTRA_FONT instructs the printer to print text on the label in a smoother font than the STRING command on line 5 produces. A40 is the font type. 1 specifies the horizontal starting position of the text. 30 specifies the vertical starting position of the text. On the following screen, at Field number, we selected the line item field Description 1. At Line number we entered 6. At Column we entered 21. CounterPoint retrieves the item s description from the item record and prints it according to the commands entered on the previous screen.

12 Printing Admission Tickets 12 Ticket date The current ticket date is positioned vertically on the edge of the sample ticket. To accomplish this, we entered the literal R270 12X on line number 7, in column 1. R270 replaces the string command and rotates the text 270 degrees clockwise. The print is in a font size of 12 X 16. On the label, the string will start at the horizontal position of 350 and the vertical position of 150. On the following screen, at Field number, we selected the line item field Ticket date. At Line number we entered 7, At Column we entered 20. At Format, we selected the format in which the date appears. CounterPoint retrieves this date from the current ticket and prints it according to the commands entered on the previous screen.

13 Printing Admission Tickets 13 Item barcode Our sample ticket also contains a barcode. To place the barcode on our ticket, we entered the literal BARCODE CODE on line number 8, column 1. The command BARCODE instructs the printer to print a barcode. CODE 39 specifies the barcode type. 100 specifies the horizontal starting position. 150 specifies the vertical starting position. 60 specifies the height of the barcode. On the following screen at Field number, we selected the line item field Item barcode 1. At Line number we entered 8. At Column we entered 27. CounterPoint retrieves this value from the item record and prints it according to the commands entered on the previous screen. End command Admission tickets do not contain a Totals section. Instead you must define a Literal value of END. This command is required at the end of all label forms.

14 Printing Admission Tickets 14 Admission ticket notes In Setup / Point of Sale / Device codes, define the printer as a Normal printer (not a Windows printer) attached to the workstation s local parallel or serial port. It is not necessary to enter Literals and Line item fields in a particular order. Admission ticket report For the sample ticket, the following report was generated in Setup / Reports / Point of Sale / Forms. This report enables you to clearly view the configuration of the fields on your admission ticket form.

15 Printing Admission Tickets 15 Printing an admission ticket To print admission tickets from Ticket Entry, you must create a function key that corresponds to the prompt you entered on the admission ticket form. In Setup / Point of Sale / Registers, select a printer. Enter a Device code and Device ID. At Form ID, select the form ID you defined for admission tickets. On the Ticket Entry screen, the Print Ticket? prompt appears as an F3 function key, enabling the user to press F3 and print the number of admission tickets specified in the Qty field. NOTE: To verify the commands you are sending to your printer, in Setup / Point of Sale / Registers, at Device ID, temporarily replace the port name with a file name such as AdmTkt.txt. When you print an admission ticket, CounterPoint will create a file in the top-level directory that contains the ASCII characters you defined on the admission ticket form. This file will be similar to the example on page 5.

Designing Text Layouts Difficulty Level: Intermediate By: Ian Strahler / Matt Messinger

Designing Text Layouts Difficulty Level: Intermediate By: Ian Strahler / Matt Messinger Designing Text Layouts Difficulty Level: Intermediate By: Ian Strahler / Matt Messinger Concurrent Sessions E-Commerce: Extreme Topics (Adv) Salesware Basics 8: Operator Setup & Security (Beg) Reservations:

More information

Using Notes. System: Using CounterPoint. Overview. Adding notes

Using Notes. System: Using CounterPoint. Overview. Adding notes 1 System: Using CounterPoint Using Notes Overview Adding notes CounterPoint allows you to enter unlimited notes for items, customers, vendors, and Order Entry orders. Each note has a unique ID that allows

More information

Receiving Items. Purchasing: Using CounterPoint. Overview. Introduction to Receiving. Receive P.O. s

Receiving Items. Purchasing: Using CounterPoint. Overview. Introduction to Receiving. Receive P.O. s 1 Purchasing: Using CounterPoint Receiving Items Overview When you receive items from your vendors, there are four ways to enter these receivings into your CounterPoint system. Purchasing / Receivings

More information

Upgrading to CounterPoint

Upgrading to CounterPoint 1 Installation and Configuration: Getting Started Upgrading to CounterPoint Overview This document provides instructions for upgrading your data to CounterPoint from earlier versions of SYNCHRONICS software

More information

Overview of individual file utilities

Overview of individual file utilities 1 System: Special Topics File Utilities Overview File utilities refers to a group of utilities that work with your CounterPoint data files. File utilities allow you to export your data files to ASCII text

More information

Some of the new features in the upcoming

Some of the new features in the upcoming 02/08/06 System Some of the new features in the upcoming 7.5.11 Expanded report numbers Each CounterPoint report and journal is identified by a 4-digit report number, (from 0001 to 9999) to help you track

More information

PRINTER S PLAN New Features and Improvements

PRINTER S PLAN New Features and Improvements Addendum to User s Guide 2003.51 1 PRINTER S PLAN 2003.51 New Features and Improvements New Data Entry and Pricing Options Defaults / Options / Data Entry: There are three new options for updating the

More information

Creating A Ticket Format

Creating A Ticket Format Creating A Ticket Format Have More Questions? 1. Log in to Administration. 2. Expand the Regional Information folder and click on the Ticket Formats icon. 3. In the Ticket Format field, right-click and

More information

V Features. System. Windows Vista Support. Third-party components. Point of Sale devices and peripherals. V Features 1

V Features. System. Windows Vista Support. Third-party components. Point of Sale devices and peripherals. V Features 1 V7.5.16 Features 1 V7.5.16 Features System Windows Vista Support CounterPoint V7.5.16 provides limited support for the following Microsoft Windows Vista operating system editions: Windows Vista Business

More information

PART 7. Formatting Pages

PART 7. Formatting Pages PART 7 Formatting Pages In the preceding part, you learned how to format characters and paragraphs. In this part, you learn how to apply formatting that affects entire pages. You ll start with changing

More information

V Features 1. The following features and enhancements have been added to CounterPoint for the Version (February 2008) release.

V Features 1. The following features and enhancements have been added to CounterPoint for the Version (February 2008) release. V7.5.15 Features 1 V7.5.15 Features System The following features and enhancements have been added to CounterPoint for the Version 7.5.15 (February 2008) release. NiceLabel Engine 5.1 CounterPoint includes

More information

Labels Reference Manual Prophet 21 FASPAC 4.1

Labels Reference Manual Prophet 21 FASPAC 4.1 Labels Reference Manual Prophet 21 FASPAC 4.1 Table of Contents INTRODUCTION 4 Label Formats 4 Printer Configuration 4 Label Print Programs 4 ITEM SHIPPING LABEL PRINT (LA/ISLP) 8 Entry/Inquiry Screen

More information

CR35(B) CASH REGISTER QUICK START MANUAL

CR35(B) CASH REGISTER QUICK START MANUAL CR35(B) CASH REGISTER QUICK START MANUAL 1 KEYBOARD 1.1 Keyboard Layout 1.2 Basic Key Functions -Use to feed the paper through the receipt printer. -Clerk login or change operation mode. -Use with a numerical

More information

Purchase Order Import Specifications

Purchase Order Import Specifications Data Interchange: Getting Started Purchase Order Import Specifications Overview CounterPoint allows you to import purchase orders from text files. This capability requires the Data Interchange Option.

More information

V Features 1. CentOS and RedHat Enterprise Linux 5 support

V Features 1. CentOS and RedHat Enterprise Linux 5 support V7.5.17 Features 1 V7.5.17 Features System CentOS and RedHat Enterprise Linux 5 support CentOS and RedHat Enterprise Linux 5 are now supported operating systems for use with CounterPoint V7.5.17. NOTE:

More information

Ticket size setup in Boca FGL driver

Ticket size setup in Boca FGL driver Ticket size setup in Boca FGL driver To print tickets properly through the FGL printer driver you need to make sure that your paper size (ticket size) is set correctly. The default available sizes are:

More information

9 Introducing Drag and Drop Techniques

9 Introducing Drag and Drop Techniques 9 Introducing Drag and Drop Techniques The general technique for dragging and dropping involves: 1. Clicking once to first select an object. 2. Holding the left mouse button down to grab the object for

More information

Excel Level Three. You can also go the Format, Column, Width menu to enter the new width of the column.

Excel Level Three. You can also go the Format, Column, Width menu to enter the new width of the column. Introduction Excel Level Three This workshop shows you how to change column and rows, insert and delete columns and rows, how and what to print, and setting up to print your documents. Contents Introduction

More information

Creating labels in Ticket 2000.

Creating labels in Ticket 2000. Creating labels in Ticket 2000. Ticket 2000 must be open and ready Option One: NEW LABEL: Click on FILES ICON and in the left hand column select New Label Click on the Common Tab and click once on Thermal

More information

Table of Contents. New PayPal Integration PayPal Integration Notify the customer via Printer s Plan Notify the customer via Paypal Receiving Payments

Table of Contents. New PayPal Integration PayPal Integration Notify the customer via Printer s Plan Notify the customer via Paypal Receiving Payments Printer s Plan 2019 What s New and Improved Page 1 Table of Contents Page New PayPal Integration PayPal Integration Notify the customer via Printer s Plan Notify the customer via Paypal Receiving Payments

More information

Creating a New Company Companies are the businesses you run. You must first setup your company before you can add any customers, products or invoices.

Creating a New Company Companies are the businesses you run. You must first setup your company before you can add any customers, products or invoices. Company Manager The Company Manager handles your company setup options and all of the system operating features. These are the companies you own or run! Each company you setup can have their own features.

More information

V Release Notes June 2010

V Release Notes June 2010 V7.5.18 Release Notes June 2010 This document details the new features that are available in CounterPoint V7.5.18. Table of Contents New Features... 3 System... 3 Windows 7 support (32-bit only)... 3 PCI

More information

Printer Groups. System: Getting Started. Overview. Defining a printer group

Printer Groups. System: Getting Started. Overview. Defining a printer group 1 System: Getting Started Printer Groups Overview Printer groups allow you to define groups of printers for use by everyone, or for assignment to individual users. Printer groups can include local printers,

More information

MarkMagic 7 Bar Code Label, RFID Tag, and Forms Software for IBM System i

MarkMagic 7 Bar Code Label, RFID Tag, and Forms Software for IBM System i MarkMagic 7 Bar Code Label, RFID Tag, and SM@RT Forms Software for IBM System i Version 7 Add-on Options FormWeaver CYBRA Knows Bar Code help@cybra.com Welcome Welcome, this tutorial will introduce you

More information

Sienna Database System is the ONLY Small Games of Chance reporting software that has 0 EVER been approved by the PA Dept.

Sienna Database System is the ONLY Small Games of Chance reporting software that has 0 EVER been approved by the PA Dept. Sienna Database System is the ONLY Small Games of Chance reporting software that has 0 EVER been approved by the PA Dept. of Rev EVERY YEAR TABLE OF CONTENTS *SELECT ITEM TO JUMP TO DESIRED PAGE* NEW CATEGORY..

More information

CR6X CASH REGISTER QUICK START MANUAL

CR6X CASH REGISTER QUICK START MANUAL CR6X CASH REGISTER QUICK START MANUAL 1. KEY FUNCTIONS KEY Description Shift the key functions. Use to advance the receipt paper continuously until the key is released. [SHIFT] + [#2] to feed journal paper

More information

3096 Temple Ave Pomona, CA Tel: Fax: Website:

3096 Temple Ave Pomona, CA Tel: Fax: Website: NETcellent s Sales Order Import For ELLIOTT VERSION 7.4x From NETcellent System, Inc. 3096 Temple Ave Pomona, CA 91766 Tel: 909.622.5009 Fax: 909.622.5119 E-mail: sales@netcellent.com Website: www.netcellent.com

More information

Macola Enterprise Suite Release Notes: Macola ES

Macola Enterprise Suite Release Notes: Macola ES Page 1 of 8 Macola Enterprise Suite Release Notes: Macola ES9.5.300 Release: version ES9.5.300 Controlled Release Date: October 26, 2009 Mai Cat Sub Ass Rel Doc ID: Dat General Availability Release Date:

More information

Custom Labels User Manual

Custom Labels User Manual User Manual Copyright 2014 by Samco Software Inc. PROPRIETARY RIGHTS NOTICE: All rights reserved. No part of this material may be reproduced or transmitted in any form or by any means, electronic, mechanical,

More information

Food & Beverage Enhancing the Dining Experience: Floor Management 201

Food & Beverage Enhancing the Dining Experience: Floor Management 201 Food & Beverage Enhancing the Dining Experience: Floor Management 201 Webinar Topics Introduction... 3 Managers Menu... 4 Use This ID and Select Employee Buttons... 5 Quick Transfer... 7 Reporting from

More information

Solar Eclipse Product Data Warehouse (PDW 2) Release 9.0.2

Solar Eclipse Product Data Warehouse (PDW 2) Release 9.0.2 Solar Eclipse Product Data Warehouse (PDW 2) Release 9.0.2 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including

More information

Solar Eclipse Product Data Warehouse (PDW 1) Release 9.0.2

Solar Eclipse Product Data Warehouse (PDW 1) Release 9.0.2 Solar Eclipse Product Data Warehouse (PDW 1) Release 9.0.2 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including

More information

Administrator Manual. Version 10

Administrator Manual. Version 10 Administrator Manual Version 10 Table of Contents Administrator Option Screen 3 Sales Screen 6 Search Sales for finding past sales 7 Pay Account for Paying outstanding accounts 10 Paid in or Out Petty

More information

V9.12 Highlights SBC Solutions Inc. June 2015

V9.12 Highlights SBC Solutions Inc. June 2015 All Programs That Calculate Sell Price New Feature Discount Adjustment Code to Calculate Price Based on Gross Profit % In all price files that offer the option for a discount code, 1.e.. 1 =the actual

More information

How to Spice Up Your Forms Using Crystal

How to Spice Up Your Forms Using Crystal How to Spice Up Your Forms Using Crystal WHAT CAN I DO? Add a logo Add background colors and/or change the font colors Qty Ordered Change the Font style and size Remove unwanted information o Remove the

More information

Jobs Section. Unmatched Contact and Ship to Address. List Unmatched Contacts and Ship to Addresses

Jobs Section. Unmatched Contact and Ship to Address. List Unmatched Contacts and Ship to Addresses Printer s Plan 2015 What s & Improved 1 Jobs Jobs Section Unmatched Contact and Ship to Address If there is a conflict between the customer of the job and the customer of ship to or buyer or if the ship

More information

RedBeam Inventory Tracking User Manual

RedBeam Inventory Tracking User Manual RedBeam Inventory Tracking User Manual Contact us at www.redbeam.com. Page 1 Table of Contents Table of Contents... 2 Overview... 4 RedBeam Inventory Tracking... 4 PC Prerequisites... 4 Mobile Computer

More information

Company Manager Page 1

Company Manager Page 1 Company Manager The Company Manager handles your company setup options and all of the system operating features. These are the companies you own or run! Each company you setup can have their own features.

More information

PROGRAMMER S MANUAL 58mm Printer

PROGRAMMER S MANUAL 58mm Printer PROGRAMMER S MANUAL 58mm Printer (#)Note: this command is available for POS58 model. 5. Printer Commands List 5.1 Command Conception POS58 series printers support ESC/POS print commands. Descriptions as

More information

For addition help including training and support please contact Scanco by or phone. Scanco Support -

For addition help including training and support please contact Scanco by  or phone. Scanco Support  - Scanco Mobility Module Contents Mobility Remote Setup... 2 Purchase Order EZ Import... 9 Sales Order EZ Import... 10 Bill of Materials EZ Import... 11 EZ Import Reject Maintenance... 12 Rejected Import

More information

Receiving in Aggie Mart

Receiving in Aggie Mart Receiving in Aggie Mart Departments will use Aggie Mart to receive items against Purchase Orders created in Aggie Mart. Accounts Payable will pay invoices received in Aggie Mart when invoices are received.

More information

Chapter 15 Printing Reports

Chapter 15 Printing Reports Chapter 15 Printing Reports Introduction This chapter explains how to preview and print R&R reports. This information is presented in the following sections: Overview of Print Commands Selecting a Printer

More information

Working with Open Items

Working with Open Items 1 Customers: Using CounterPoint Working with Open Items Overview Open items are individual documents showing individual transactions that have occurred for specific A/R charge customers. Open items can

More information

4 Pr P i r n i t n e t r e Co C m o m m a m n a d n s d Li L s i t N. C m o m m a m n a d

4 Pr P i r n i t n e t r e Co C m o m m a m n a d n s d Li L s i t N. C m o m m a m n a d 4. Printer Commands List NO. Command Function Description 01 HT Horizontal tab(#) 02 LF Print and line feed 03 CR Print and carriage return (#) 04 ESC SO Set all characters times width print 05 ESC DC4

More information

TIDY LABELS. User Guide

TIDY LABELS. User Guide TIDY LABELS User Guide TIDY LABELS User Guide Contents 1. Overview...3 2. Installation...3 3. Navigating through the application...3 4. Databases...4 4.1 Creating a new database manually...5 4.2 Importing

More information

Maintenance OVERVIEW. 2 STARTUP 3 GETTING STARTED / SYSTEM BACKUPS. 4 SYSTEM USERS.. 5

Maintenance OVERVIEW. 2 STARTUP 3 GETTING STARTED / SYSTEM BACKUPS. 4 SYSTEM USERS.. 5 Maintenance Getting Started Security General Maintenance OVERVIEW. 2 STARTUP 3 GETTING STARTED / SYSTEM BACKUPS. 4 SYSTEM USERS.. 5 PREFERENCES 6 STATION. 9 ORGANIZATION ( CHARITY )... 9 SESSION. 10 SESSION

More information

AFTER HOURS EMERGENCY POS SUPPORT ext 126 Press 4 when prompted

AFTER HOURS EMERGENCY POS SUPPORT ext 126 Press 4 when prompted AFTER HOURS EMERGENCY POS SUPPORT 519-442-3153 ext 126 Press 4 when prompted TEC REGISTER POS Operations Manual A complete guide to the operations of the point-of-sale (POS) unit. Calendar Club of Canada

More information

If you have previously saved parameters for statement printing, these parameters display automatically. Press: F1

If you have previously saved parameters for statement printing, these parameters display automatically. Press: F1 1 Customers: Using CounterPoint Printing Statements Overview Customer statements are generally printed at the end of each billing cycle (e.g., at the end of each month). CounterPoint provides three pre-defined

More information

4Formatting and Printing. Reports. Manipulating report objects. Chapter. Resizing objects

4Formatting and Printing. Reports. Manipulating report objects. Chapter. Resizing objects 4Chapter 4Formatting and Printing Chapter Reports After you have created your report and brought in the data, you need to format it to be quickly and easily read and to give it visual impact. You might

More information

Solar Eclipse Product Data Warehouse (PDW 2) Release 9.0.5

Solar Eclipse Product Data Warehouse (PDW 2) Release 9.0.5 Solar Eclipse Product Data Warehouse (PDW 2) Release 9.0.5 i Table Of Contents Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its

More information

Eclipse Forms. Release 8.7.2

Eclipse Forms. Release 8.7.2 Eclipse Forms Release 8.7.2 Legal Notices 2011 Epicor Software Corporation. All rights reserved. Unauthorized reproduction is a violation of applicable laws. Epicor and the Epicor logo are registered trademarks

More information

DETECTO SCALE DL Series Scales DLX PC Utility Setup and Procedures

DETECTO SCALE DL Series Scales DLX PC Utility Setup and Procedures DETECTO SCALE DL Series Scales DLX PC Utility Setup and Procedures CARDINAL SCALE MFG. CO. 8529-0638-0M Rev A PO BOX 151 WEBB CITY, MO 64870 10/16 PH (417) 673-4631 FAX (417) 673-5001 www.detecto.com Technical

More information

Configuring and Personalizing Your Receipts

Configuring and Personalizing Your Receipts One Blue Hill Plaza, 16 th Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 Configuring and Personalizing Your Receipts CRE/RPE is very

More information

DEALER RESOURCE CENTER TUTORIAL

DEALER RESOURCE CENTER TUTORIAL DEALER RESOURCE CENTER TUTORIAL Please review the General System Requirements and Navigation rules below before proceeding. System Requirements Internet Access is required; the faster, the better. It is

More information

Zebra/bar One Label Printing through Scripts and Adjusting the Coordinates VAI a SAP-Script.

Zebra/bar One Label Printing through Scripts and Adjusting the Coordinates VAI a SAP-Script. Zebra/bar One Label Printing through Scripts and Adjusting the Coordinates VAI a SAP-Script. Applies to: ABAP. For more information, visit the ABAP homepage. Summary: This Article is intended for all those

More information

ACCUFAST. LPX Printer Printing Guide

ACCUFAST. LPX Printer Printing Guide ACCUFAST LPX Printer Printing Guide Printing Overview The first step in printing a file is loading that file. The GUI has a number of features that allow it to read a large number of different file types,

More information

LABEL MATRIX TEKLYNX V E R S I O N 8 Q U I C K S T A R T G U I D E

LABEL MATRIX TEKLYNX V E R S I O N 8 Q U I C K S T A R T G U I D E TEKLYNX LABEL MATRIX V E R S I O N 8 Q U I C K S T A R T G U I D E Note Quick Start Guide The information in this manual is not binding and may be modified without prior notice. Supply of the software

More information

Case IH Agriculture Dealer User s Manual

Case IH Agriculture Dealer User s Manual Case IH Agriculture Dealer User s Manual December 2014 2 P age Table of Contents Introduction... 5 Site Overview... 5 Product Search... 6 Searching for an Item... 6 Using the Pull Downs... 6 Autosuggest

More information

KIS Kindergarten Integrated Platform Start-up Guide for epos

KIS Kindergarten Integrated Platform Start-up Guide for epos KIS Kindergarten Integrated Platform Start-up Guide for epos Before you start using epos system, please read and follow the instructions as below: (A) epos Terminal Settings : Step 1: Set up epos Terminal

More information

DOT MATRIX REMOTE PRINTER SETUP GUIDE

DOT MATRIX REMOTE PRINTER SETUP GUIDE DOT MATRIX REMOTE PRINTER SETUP GUIDE HT1927_05282014 TABLE OF CONTENTS Equipment In Box Dot Matrix Printer Equipment Included Dot Matrix Printer [1x] Power Brick and Power Cord [1x1 Cat5 Cable [2x1 Thermal

More information

ProVisions Training Guide A Step-By-Step Walkthrough

ProVisions Training Guide A Step-By-Step Walkthrough ProVisions Training Guide A Step-By-Step Walkthrough ProVisions Training Guide Created 9/10/2015 // Last Modified 9/11/2015 Contents Introduction..............................................................

More information

Thank you for previewing our resources.

Thank you for previewing our resources. This preview contains only some of the content of the actual textbook. This sample cannot be printed, copied or extracted in any manner. Use of this preview version in the classroom is strictly prohibited.

More information

Creating a new project To start a new project, select New from the File menu. The Select Insert dialog box will appear.

Creating a new project To start a new project, select New from the File menu. The Select Insert dialog box will appear. Users Guide Creating a new project To start a new project, select New from the File menu. The Select Insert dialog box will appear. Select an insert size When creating a new project, the first thing you

More information

File Management. Table of Contents. Select datafields in Solid Edge Recommendations... 2

File Management. Table of Contents. Select datafields in Solid Edge Recommendations... 2 Table of Contents Select datafields in Solid Edge... 2 Recommendations... 2 Datafields in File Properties and Property Manager... 3 Custom datafields in File Properties - Custom... 3 Free Parts Libraries...

More information

User Manual. Minidraw

User Manual. Minidraw User Manual Minidraw Version 1.8 2 Minidraw for HSAJet MiniTouch Table of Contents Before you start 4 How to... create a package 4 How to... add fonts 5 How to... add locales 8 How to... add logos 10 How

More information

The Keystroke Report Engine

The Keystroke Report Engine The Keystroke Report Engine Overview The Keystroke Report Engine controls the way that Keystroke prints Reports and Labels. Users can customize Reports and Labels, using filters, ranges and a variety of

More information

Label & Barcode Printer. Programming & Control. Training Course

Label & Barcode Printer. Programming & Control. Training Course Citizen Systems Europe Label & Barcode Printer Programming & Control Training Course Outline of course I General principles of label printer control I How to send commands to a printer I Print Format commands

More information

Printed Documentation

Printed Documentation Printed Documentation Table of Contents Getting Started... 1 Technical Support... 1 Introduction... 1 Getting Started... 3 Payment Option:... 3 Data Synchronization... 4 General Website settings... 5

More information

Wizard PDS. Automated Perimeter Definition System. January Education and Training Center Wizard Date 5/4/2016. Page 1

Wizard PDS. Automated Perimeter Definition System. January Education and Training Center Wizard Date 5/4/2016. Page 1 PDS Automated Perimeter Definition System January 2016 Page 1 Table of Contents Information Page 3 O Page 32 Operating Procedures Basic Operation Manually Reposition a Truss Snap to Rail Centerline Flip

More information

Windows Driver Manual SRP-352plusIII Thermal printer Rev. 1.02

Windows Driver Manual SRP-352plusIII Thermal printer Rev. 1.02 Windows Driver Manual SRP-352plusIII Thermal printer Rev. 1.02 http://www.bixolon.com Table of Contents 1. About this Manual... 3 2. OS Environment... 3 3. Windows Driver Preparation... 3 4. Windows Driver

More information

Algebra II Honors Combined Study Guides Units 1-4 Unit 1 Study Guide Linear Review, 3-1, 3-2 & 4-5

Algebra II Honors Combined Study Guides Units 1-4 Unit 1 Study Guide Linear Review, 3-1, 3-2 & 4-5 Algebra II Honors Combined Study Guides Units 1-4 Unit 1 Study Guide Linear Review, 3-1, 3- & 4-5 Linear Review Be able to identify the domain, range, and inverse of a function Be able to create a relation,

More information

QBSalesData Version Release Notes

QBSalesData Version Release Notes QBSalesData Version 2.0.7.3 Release Notes Overview of Fixes and Enhancements included in this build: 1. New QB Create/Link Button Functionality (added in 2.0.7.2): The QB Create/Link button has been updated

More information

3. Formatting Documents

3. Formatting Documents 69 3. Formatting Documents The document format is the (highest) level of formatting for a Word document. It is important to select an attractive font and arrange the text in a balanced manner. A good page

More information

ing Reports and Forms. From CounterPoint

ing Reports and Forms. From CounterPoint Emailing Reports and Forms From CounterPoint Introduction Vickie Sheffield Retail Applications Team 4 years with Radiant Systems Objective & Overview Retailers of all sizes are expanding their use of email.

More information

AppBuilder for AFP User Guide Supplement. March 2001 Version 4.10

AppBuilder for AFP User Guide Supplement. March 2001 Version 4.10 AppBuilder for AFP 4.10 User Guide Supplement March 2001 Version 4.10 Elixir Technologies Corporation P.O. Box 1559 Ojai, CA 90024 Copyright 2001 by Elixir Technologies Corporation. All rights reserved.

More information

Word Skills for ETD Preparation

Word Skills for ETD Preparation Word Skills for ETD Preparation Microsoft Office Word 2010 Office of Information Technology West Virginia University OIT Help Desk (304) 293-4444 1-877-327-9260 http://oit.wvu.edu/training/etd/ oithelp@mail.wvu.edu

More information

Print Bar Code. Print Bar Code

Print Bar Code. Print Bar Code Print Bar Code Barcode is a machine-readable code in the form of numbers and a pattern of parallel lines of varying widths, printed on a commodity and used especially for stock control. This definition

More information

Data Import Guide DBA Software Inc.

Data Import Guide DBA Software Inc. Contents 3 Table of Contents 1 Introduction 4 2 Data Import Instructions 5 3 Data Import - Customers 10 4 Data Import - Customer Contacts 16 5 Data Import - Delivery Addresses 19 6 Data Import - Suppliers

More information

Printer Control Language

Printer Control Language Users Manual PCL Printer Control Language Users Guide and Reference Manual AVERY DENNISON Manual Edition 7.6 4 October 2017 Manual Part Number 800116 This Page Intentionally Left Blank 2 Introduction PAXAR

More information

NCR Counterpoint. Course 310 Offline Ticket Entry Exercise Handbook

NCR Counterpoint. Course 310 Offline Ticket Entry Exercise Handbook NCR Counterpoint Course 310 Offline Ticket Entry Exercise Handbook NCR Corporation 2012 NCR Corporation 2012 Summary of Server Installation In the following exercises, these are the steps that you will

More information

BusinessObjects Frequently Asked Questions

BusinessObjects Frequently Asked Questions BusinessObjects Frequently Asked Questions Contents Is there a quick way of printing together several reports from the same document?... 2 Is there a way of controlling the text wrap of a cell?... 2 How

More information

Working with Tables in Word 2010

Working with Tables in Word 2010 Working with Tables in Word 2010 Table of Contents INSERT OR CREATE A TABLE... 2 USE TABLE TEMPLATES (QUICK TABLES)... 2 USE THE TABLE MENU... 2 USE THE INSERT TABLE COMMAND... 2 KNOW YOUR AUTOFIT OPTIONS...

More information

Use the PCL Emul Menu to change printer settings that only affect jobs using the PCL emulation printer language.

Use the PCL Emul Menu to change printer settings that only affect jobs using the PCL emulation printer language. Use the to change printer settings that only affect jobs using the PCL emulation printer language. Select a menu item for more details: 1 A4 Width Auto CR after LF Auto LF after CR Font Name Font Source

More information

Excel 2013 Next Steps

Excel 2013 Next Steps Excel 2013 Next Steps ADULT SERVICES DEPARTMENT CRYSTAL LAKE PUBLIC LIBRARY 126 W. PADDOCK STREET CRYSTAL LAKE, IL 60014 815-459-1687, X7 WWW.CLPL.ORG Agenda 2 Home Toolbar Alignment Group Number Formats

More information

PP8X Printer Command Manual

PP8X Printer Command Manual PP8X Printer Command Manual Pinnacle Technology Corp. CONTENTS 1 COMMANDS... 1 2 COMMAND SAMPLE (hex command)... 29 1 COMMANDS Command Decimal Hex Function HT 9 9 Horizontal tab LF 10 0A Print and line

More information

PP8X Printer Command Manual

PP8X Printer Command Manual PP8X Printer Command Manual Pinnacle Technology Corp. CONTENTS 1 COMMANDS... 1 2 COMMAND SAMPLE (hex command)... 29 1 COMMANDS Command Decimal Hex Function HT 9 9 Horizontal tab LF 10 0A Print and line

More information

GellerTouch FirstPlus GellerTouch First Plus User Guide

GellerTouch FirstPlus GellerTouch First Plus User Guide GellerTouch FirstPlus GellerTouch First Plus User Guide Version 2.1 (8.2.57) 1 Contents About This Manual... 3 Sales Mode... 4 Basic User Operations... 4 To access Sales Mode from the Back Office... 4

More information

Automated Parking Technologies, LLC

Automated Parking Technologies, LLC The Administration Unit/Pay Station is the central component of Parking Management System 450. Controlled via a central computer, it provides a comprehensive range of functions for monitoring and controlling

More information

Skill Exam Objective Objective Number. Setting Page Layout Modify page setup

Skill Exam Objective Objective Number. Setting Page Layout Modify page setup Managing Text Flow 5 LESSON SKILL MATRIX Skill Exam Objective Objective Number Setting Page Layout Modify page setup. 1.3.1 Working with Breaks Insert page, section, or column breaks. Change page setup

More information

Enhancements Guide. Applied Business Services, Inc. 900 Wind River Lane Suite 102 Gaithersburg, MD General Phone: (800)

Enhancements Guide. Applied Business Services, Inc. 900 Wind River Lane Suite 102 Gaithersburg, MD General Phone: (800) Enhancements Guide Applied Business Services, Inc. 900 Wind River Lane Suite 102 Gaithersburg, MD 20878 General Phone: (800) 451-7447 Support Telephone: (800) 451-7447 Ext. 2 Support Email: support@clientaccess.com

More information

^BC Code 128 Bar Code (Subsets A, B, and C)

^BC Code 128 Bar Code (Subsets A, B, and C) 93 Code 128 Bar Code (Subsets A, B, and C) Description The command creates the Code 128 bar code, a high-density, variable length, continuous, alphanumeric symbology. It was designed for complexly encoded

More information

Designer Reference 1

Designer Reference 1 Designer Reference 1 Table of Contents USE OF THE DESIGNER...4 KEYBOARD SHORTCUTS...5 Shortcuts...5 Keyboard Hints...5 MENUS...7 File Menu...7 Edit Menu...8 Favorites Menu...9 Document Menu...10 Item Menu...12

More information

Eclipse TMMG Sales Management Plus. Introduction

Eclipse TMMG Sales Management Plus. Introduction Introduction Eclipse has the ability to export customer, contact and pos/sales history data to be imported into the TMMG Sales Management Plus product. TMMG has recently changed the layout of the data

More information

Step 1: Prepare the worksheet data in Excel for the mail merge You can FT Menu Prompt # 1 R for Report.

Step 1: Prepare the worksheet data in Excel for the mail merge You can FT Menu Prompt # 1 R for Report. Creating Address Labels from Microsoft Word Mail Merge If you want to send a mass mailing to an address list that you maintain in a Microsoft Office Excel worksheet, you can use a Microsoft Office Word

More information

Order Entry 2 Updated July 2016

Order Entry 2 Updated July 2016 Updated July 2016 Contents About This Document...3 Credit Returns...3 Planning to Use Credit Returns...3 Creating a Credit Return...4 Select the Order to Credit...4 Entering Global Credit Data...5 Entering

More information

Printer Control Command Set

Printer Control Command Set Printer Control Command Set Technical Manual Revision: November 1, 2017 Omniprint Inc. 1923 East Deere Ave., Santa Ana, California 92705, U.S.A. T: 949.833.0080 :: F: 949.833.0040 www.omniprintinc.com

More information

DOCUMENTATION CHANGE NOTICE

DOCUMENTATION CHANGE NOTICE DOCUMENTATION CHANGE NOTICE Product/Manual: WORDPERFECT 5.1 WORKBOOK Manual(s) Dated: 12/90, 6/91 and 8/91 Machines: IBM PC and Compatibles This file documents all change made to the documentation since

More information

PT340/PT341. Windows Driver User s Guide

PT340/PT341. Windows Driver User s Guide PT340/PT341 Windows Driver User s Guide Table of Contents 1 Introduction...2 1.1 Overview...2 1.2 Trademarks...2 1.3 System Requirements...2 2 Installing and Uninstalling the Driver...5 3 How to Use the

More information

How to Receive in PeopleSoft

How to Receive in PeopleSoft How to Receive in PeopleSoft Please Note: there are several ways to receive in PeopleSoft as illustrated below. You may choose the option that works best for you Receiving items in PeopleSoft is an important

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Excel contains numerous tools that are intended to meet a wide range of requirements. Some of the more specialised tools are useful to only certain types of people while others have

More information