Home › Forums › Knowledge Base › Legacy Applications › Summary Report Plugin
- This topic has 0 replies, 1 voice, and was last updated 19 years ago by
Rob.
-
AuthorPosts
-
April 14, 2006 at 11:39 pm #1560
Rob
MemberSummary Report Plugin
Last edited: December 15, 2003 08:18 AM
The summary report plugin report is the version 5.xx ++ replacement of version 4.xx DSR report module. Instead of running the DSR module, this report will be available in Manager for TouchPRO. Manager will handle the date selection, execution of program and report viewing/printing. The report can now be run for a range of dates rather than just one day, hence the name change from Daily Summary Report to Summary Report.
Create a directory called Plugins on the same drive as Manager was found. If Manager was found on C: then the directory should becreated on the C: drive.
Place the program files in this directory. The necessary files are:
* SumRep.EXE – the program executable
* SumRep.PID – the program definition fileTechnical Notes
Below is an excerpt from Plugins.DOC describing the program definition file. For more detailed information about the workings of a plugin, please refer to the Plugins.DOC.
.PID File FormatThe .PID file is a text file that may be created with DOS Edit or any other text editor. It contains settings that Manager will use. Below are a list of possible settings and their meanings.
The file may also contain remarks. A REM indicates that the line is a remark, and will be ignored. Blank lines will also be ignored. A remark may be placed after a setting, on the same line if it is preceeded by a ; symbol.
The following are sample settings, with remarks about each:
Version=5 ;This required line informs manager what version of TouchNet/TouchPRO the report is compatable with.
Name=A Plugin Report ;This is the name that the user will see
Wide=136 ;This is the report width (80 and 136 are common)
UseJournal=yes ;This report will not be launched without the user selecting dates first. Without this line, the /Date=YYMMDD-YYMMDD command line will not be passed.
Revisions
8/16/96 Version 1.001. Initial Release
9/24/96 Version 1.01
1. Fixed bug related to counting checks that are overrings.
2. Stripped out old logic of reporting positive/negative sales.
3. Replaced with the logic used in the Cash Management reconciliation report.10/09/96 Version 1.02
1. Fixed bug related to counting discount items on overring checks.
11/21/96 Version 1.03
1. Fixed bug related to hourly sales section. Was incorrectly reporting the sales amounts. Also, this section uses NET sales!
02/19/97 Version 5.04
1. Changed time stamp to indicate the core product this is compatible with.e.g. TouchPRO version 5.xx
2. Fixed a bug relating to computing labor hours for multiple days.
3. Expanded most fields to eliminate overflow when running the report for many days.
4. Added program/version information to progress window and bottom of report.03/10/97 Version 6.00
1. Changed loading of Employee.DAT and JobCode.DAT
05/23/97 Version 6.01
1. Changed Labor as a % of sales figure to use net sales instead of gross.
2. Compiled with new SHARE and ERRORS. No longer requires SHARE!
3. Fixed bug related to new max Job Codes. Would error 9 when processing a time journal transaction involving a double digit job code.12/09/98 Version 6.02
1. Y2K compliant.
-
AuthorPosts
- You must be logged in to reply to this topic.