Home › Forums › Knowledge Base › Legacy Applications › Key Item Report Plugin
- This topic has 0 replies, 1 voice, and was last updated 19 years ago by
Rob.
-
AuthorPosts
-
April 15, 2006 at 1:07 am #1590
Rob
MemberKey Item Report Plugin
Last edited: December 15, 2003 08:09 AM
The Key Item plugin report is an extra report that can be run from within Manager. (See .PID File Format section for more information.) This report looks similar to the Itemized report currently available in Manager with the exception that the user can control which PLUs are included on the report. The user defines PLU lists which they can select from when running the report.
To setup the PLU Lists:
1. Launch Manager.
2. Select Configure Extra Reports from the File menu.[img:z6w3ush1]http://www.possupport.net/dealer/kbase/images/config_list.jpg[/img:z6w3ush1]
3. Select Key Item Report from the list of available reports. The PLU List Name Maintenance dialog will appear:[img:z6w3ush1]http://www.possupport.net/dealer/kbase/images/config_plulist.jpg[/img:z6w3ush1]
This dialog shows a list of available PLU lists to choose from when running the report. There are a total of 99 possible lists. All 99 are shown, whether they are in use or not. However, the lists will not be available for reporting until a name has been defined.
4. To define a name, highlight a list number and select the Edit button.[img:z6w3ush1]http://www.possupport.net/dealer/kbase/images/edit_list_name.jpg[/img:z6w3ush1]
Type a descriptive name for the list and select Ok.
5. Next, you will define which PLUs belong to the list.[img:z6w3ush1]http://www.possupport.net/dealer/kbase/images/config_plulist2.jpg[/img:z6w3ush1]
6. Highlight the desired list and select the Included PLUs button. The Included Itemized Report PLUs dialog will appear.[img:z6w3ush1]http://www.possupport.net/dealer/kbase/images/included_plus01.jpg[/img:z6w3ush1]
This list shows the PLUs that belong to the selected List. When a report is generated for this list, ONLY the PLUs on this list will appear on the report.
7. Add, Modify or Delete PLUs to/from the list as needed using the Add, Edit and Delete buttons. When the Add button is selected, the Edit An Included PLU dialog appears:[img:z6w3ush1]http://www.possupport.net/dealer/kbase/images/included_plus02.jpg[/img:z6w3ush1]
Select PLUs to include to the list from the drop down combo box.
To print the list of PLUs in the list, select the Print button.
8. Select the Exit button when list maintenance is complete.To run the Report:
1. Select Choose A Date from the Reports menu.
[img:z6w3ush1]http://www.possupport.net/dealer/kbase/images/select_date.jpg[/img:z6w3ush1]
Select the date or range of dates to generate the report for and select the Ok button.
2. Select Extra Reports from the Reports menu. The Select a Report dialog will appear, providing a list of the available Plugin reports.[img:z6w3ush1]http://www.possupport.net/dealer/kbase/images/select_list.jpg[/img:z6w3ush1]
3. After selecting Key Item Report from the list, the Select a PLU List dialog will be shown.[img:z6w3ush1]http://www.possupport.net/dealer/kbase/images/select_plulist.jpg[/img:z6w3ush1]
Choose a PLU list to generate the report from and then select the Ok button.
4. The report will generate and the usual report options will be presented:Sample Report
Version 6.xx Blimpie Data
** Key Item Itemized Report **
Report Using List: Special List 1
Report Printed on: Wed, Dec 16, 1998 3:44pm
Report For: Mon, Jul 15, 1996
> Sun, Jul 21, 1996PLU DESCRIPTION QTY VOIDS SALES
2 Best 6” 97 0 309.433 Best 12” 118 0 612.42
22 Veggie 6” 4 0 7.16
23 Veggie 12” 1 0 3.58
27 Hot R.Beef 6” 22 0 74.58
28 Hot R.Beef 12” 17 0 91.63
Totals: 0 1098.80(Program: ItemRep Version: 6.01)
Installation
Create a directory called Plugins on the same drive as Manager was found. If Manager was found on C: then the directory should be created on the C: drive.
Place the program files in this directory. The necessary files are:
* ItemRep.EXE – the program executable
* ItemRep.RES – the resource file
* ItemRep.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 compatible 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.
Revisions12/16/98 Version 6.01
1. Created this document
2. Converted from a standalone program to a Manager plugin
3. Year 2000 compliant.8/31/99 Version 6.02
1. Added support for 4 digit PLU Numbers
5/28/02 Version 6.03
1. Added the ability to have several instances of the same PLU.
2. Added Qty totals to the report.
3. Added support for the Eject Code report option. -
AuthorPosts
- You must be logged in to reply to this topic.