The compare command, The audit command – Gasboy SCII POS User Manual
Page 27

20
Command Syntax
Point of Sale and Shift Change
Gasboy CFN Series
03/07/03
REPORT
[Printer POS] pclrk [Extension] [clerk#]
REPORT
[Printer POS] atnd [attendant#]
REPORT
[Printer POS] patnd [Extension] [attendant#]
THE COMPARE COMMAND
The COMPARE command is used in command files to compare two character strings without case
sensitivity. COMPARE returns a value of zero when the two strings are equal.
The syntax for using the COMPARE command in a command file is:
COMPARE [string 1] [string 2]
THE AUDIT COMMAND
The AUDIT command is used to generate clerk, attendant, intra-shift and intra-end-of-day reports-
in other words, a report on a shift or day before that shift or day has closed. Report files are
created, and printed if configured, and an Event is logged to the disk journal file.
The first argument is the POS number of the receipt printer used to print the report, followed by
the type of report to be generated.
The syntax for the AUDIT command is:
AUDIT [Printer POS] shft [Shift] [POS#]
AUDIT
[Printer POS] day
AUDIT
[Printer POS] clrk [clerk#]
AUDIT
[Printer POS] atnd [attendant#]
To generate an intra-shift report, use the shft argument. To generate an intra-end-of-day report,
use the day argument.
The filenames for the shift audit reports are PASHF%S%C.%W and ashft%S%C.%W, where %S is
the shift number on console number %C, and %W is the day of the week.
The filenames for the day audit reports are PADAY.%W and ADAY.%W, where %W is the day of
the week.
The filename for the clerk audit report is PACL%C.%W where %C is the clerk number.
The filename for the clerk audit report is PAAT%A.%W where %A is the attendant number.