- Created by Heidi Adams, last modified on Mar 25, 2020
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 3 Next »
A ticket format file is used by Interact as a template for generating printed or emailed transaction tickets. Use the Ticket Editor to create and modify ticket format files.
Multiple ticket formats can be created. Within the Interact program, a system default ticket is selected. Unless otherwise specified, all transaction tickets will print using the default ticket. A different ticket format file, that will override the system default ticket, can be selected for an individual account or truck.
Must have .gtk to appear in Weight |Options list
To open the Ticket Editor, select Utilities | Ticket Editor. A window similar to the following will appear.
To create a new ticket design, click the New button. A blank form appears.
Enter a meaningful name and file extension for the ticket, TicketSample.gtk for our example.
Ticket Extensions
Interact uses file extensions to perform different functions; such as which ticket is to used for outbound transaction or inbound transaction or for unattended transaction. Go to the Ticket Extensions page to learn more about ticket extensions.
Ticket Extentions
This document defines the ticket types used by the Interact software and describes the order in which they are processed
Interact has been designed to use file extensions to perform different ticket printing functions.
Outbound vs. Inbound
An Outbound transaction is a completed ticket where a value greater than zero (0) exists in the Net field (weight, yard, or unit count).
An Inbound transaction is not a completed ticket. A value of zero (0) exists in the Net and Weigh Out fields.
- .GTK - This format file will be used for Outbound transactions when a transaction is being completed.
- .ITK - This format file will be used for Inbound transactions when a transaction is started.
- .UTK - This format file will be used for Unattended Outbound transactions. Most unattended kiosk systems come with a thermal ticket printer. The .UTK contains all of the printer commands necessary to print and cut a tickets sent to this printer. Using this file extension in combination with the .GTK extension will allow a user to design and print tickets for attended transactions to one printer type (i.e. a laser printer) and unattended tickets to a different printer mounted inside a kiosk. A ticket will only be printed to the printer mounted in the unattended kiosk when the system is running in unattended mode.
- .WTK - This format file will be used for Unattended Inbound transactions. Most unattended kiosk systems come with a thermal ticket printer. The .WTK contains all of the printer commands necessary to print and cut a tickets sent to this printer. Using this file extension in combination with the .ITK extension will allow a user to design and print tickets for attended inbound transactions to one printer type (i.e. a laser printer) and unattended inbound tickets to a different printer mounted inside a kiosk. A ticket will only be printed to the printer mounted in the unattended kiosk when the system is running in unattended mode.
Ticket Naming Algorithm
Ticket printing will choose the ticket name (excluding the suffix) of the file based on the following priority ranking:
- Truck Preference Ticket
- Truck Type Preference Ticket
- Account Preference Ticket
- System Global Ticket
Interact will always send the ticket printing routine the name of the ticket format file with the correct extension. If that particular ticket format file does not exist, the following algorithm is used:
.GTK | Not Found => Error Condition |
.UTK | Not Found => Use .GTK |
.ITK | Not Found => Use .GTK |
.WTK | Not Found => Use .ITK |
Examples:
- If a ticket.GTK and ticket.ITK both exist, then an inbound transaction will print using the ticket.ITK file.
- If a ticket.GTK exists but ticket.UTK does not, then an Unattended Outbound transaction will print using the ticket.GTK file.
Block Unattended Journal (This feature is incorporated in the Block Tickets feature below)
*Must be Interact 6.4.1 or newer (not implemented in 5)* This feature will allow a ticket to only be printed to the Kiosk (set as Ticket printer port) in unattended mode when you have a Journal printer setup. Use the following INI setting:
[Weigh Options]
BlockUnattendedJournalTicket=Yes
Block Tickets
*Must use Interact 6.4.107 or newer (not implemented in 5)* This feature will block certain ticket conditions from printing.
INI setting: [Printer Settings] TicketBlock=(List of conditions)
A condition is a 3 character definition. If that condition is present, the ticket will be blocked.
First char (T)icket or (J)ournal.
Second char (U)nattended or (A)ttended.
3rd char (N)et present or (O)pen, Open tickets are tickets without a net weight.
Condition | Explanation |
---|---|
TUN | Unattended Net Ticket |
TUO | Unattended Open Ticket |
TAN | Attended Net Ticket |
TAO | Attended Open Ticket |
JUN | Unattended Net Journal |
JUO | Unattended Open Journal |
JAN | Attended Net Journal |
JAO | Attended Open Journal |
EXAMPLE
TicketBlock=TUO,JAO
These two settings will block the ticket printer from printing
1) Unattended ticket printer printing a no net weight ticket
2) Attended journal printer printing a no net weight ticket
Journal Suffix Formats
.ITK | Inbound Journal Ticket |
.JTK | Outbound Journal Ticket (also see JournalNameFromTicket) |
Journal Ticket Naming Algorithm
Journal Ticket printing will choose the ticket name (excluding suffix) of the file based on the following priority ranking:
- JournalNameFromTicket mode uses the file name selected from Ticket Printing
- Account Journal preference ticket
- Default Journal Ticket name
Interact will always send the ticket printing routine the name of the ticket format file with the correct extension. If that particular ticket format file does not exist, the following algorithm is used:
.GTK | Not Found => Error Condition |
.JTK | Not Found => Use .GTK |
.ITK | Not Found => Use .GTK |
Examples:
- If ticket.GTK and ticket.ITK both exist, then an inbound transaction will print using the ticket.ITK file.
- If ticket.GTK exists but ticket.UTK does not, then an Unattended Outbound transaction will print using the ticket.GTK file.
- Ticket Keywords
- Ticket Emailer
- Printer Setup
- No labels