Print SUmmary (18)


Prints summary of sales totals report.
Options: I A
I option allows ranges of categories
A option allows choice of periods:
1 = previous shift 1
2 = previous shift 2
3 = previous shift 3
C = current shift
Y = yesterday's total
D = today's total
T = cumulative total
P = cumulative totals at last day change
The PRINT SUMMARY or P SU command prints a shortened form of the sales report. This format includes only dollar totals by type of payment. This report is generated from the same information used in the PRINT SALES and PRINT TOTALS commands and is also affected by the RESET TOTALS and LOAD SHIFT commands.
The command PRINT SUMMARY with no options prints the current shift and cumulative totals.

PRINT SUMMARY (P SU)
R* PRINT SUMMARY

- Shift 1 from Sun 7/18/93 5:51 PM to Sun 7/18/93 6:35 PM -

Club Debit Credit Cash Total
74.58 0.00 0.00 54.08 128.66
- Totals from Sat 7/17/93 12:59 PM to Sun 7/18/93 6:35 PM -
Club Debit Credit Cash Total
193.19 6.35 14.94 129.08343.56
R*

You can use the A option with the PRINT SUMMARY command to specify the periods to summarize. You can also specify products--or categories, with the I option--to summarize. These options work like they do with the PRINT SALES and PRINT TOTALS commands:
PRINT SUMMARY;A 1D prints a totals summary for the previous shift 1 and the current daily totals.
PRINT SUMMARY;A 123C prints a totals summary for the previous shifts 1, 2, and 3, and the current shift.
PRINT SUMMARY;A DT prints a summary for the current daily totals and the cumulative totals.
PRINT SUMMARY 1-4 prints a summary for the current shift and the cumulative totals for products 1 through 4.
PRINT SUMMARY;AI D,2 prints a summary for the daily totals for category 2.


Basic CFNIII Commands
[Top of the page]