home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / dbase / grpsy106.zip / PROGRAMS.ZIP / GROUPSYS.DOC < prev    next >
Text File  |  1993-08-29  |  52KB  |  1,211 lines

  1.  
  2.     
  3.  
  4.  
  5.     
  6.     
  7.     
  8.  
  9.                   "GROUPSYS" Boy Scouts Group Committee System
  10.                   ════════════════════════════════════════════
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.                                 Version 1.06
  19.  
  20.                                 Aug 29, 1993
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.                            Developed by Bruce Howson 
  32.                                B D H Consultants 
  33.                           Bayview Hills Eagles Scouts 
  34.                                 212 Waratah Ave 
  35.                            Newmarket, Ontario L3Y 5J7 
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.              Copyright 1992, B D H Consultants All Rights Reserved. 
  46.  
  47.  
  48.  
  49.     IMPORTANT  NOTE:  This is a shareware version of GROUPSYS which may  be
  50.     copied  and  distributed for evaluation purposes as  described  in  the
  51.     License Agreement below.  However, IT MAY NOT BE DISTRIBUTED AS PART OF
  52.     ANY OTHER SOFTWARE PACKAGE. Please report violations to Bruce Howson at 
  53.     the above address. 
  54.  
  55.  
  56.  
  57.  
  58.     
  59.                                TABLE OF CONTENTS 
  60.                                ═════════════════ 
  61.  
  62.     SYSTEM REQUIREMENTS...................................................3
  63.     PURPOSE OF "GROUPSYS".................................................4
  64.     WHAT IS SHAREWARE.....................................................5
  65.     REGISTRATION..........................................................5
  66.     SUPPORT...............................................................6
  67.     LICENSE AGREEMENT.....................................................6
  68.     MAIN MENU OPTIONS.....................................................7
  69.         Control File Maintenance Menu.....................................7
  70.         Accomplishments Entry Menu........................................7
  71.         Reports and Inquiries Menu........................................7
  72.         System Utilities Menu.............................................8
  73.         Financials Menu...................................................8
  74.         Read Documentation................................................8
  75.     CONTROL FILE MAINTENANCE MENU OPTIONS.................................9
  76.         Membership Basic Data Maintenance.................................9
  77.         Section File Maintenance.........................................11
  78.         Awards File Maintenance..........................................11
  79.         Training File Maintenance........................................12
  80.         Leader - Training Accomplished File Maintenance..................12
  81.         Transfer Leader Records from a Section to Another................12
  82.         Transfer Youth Records from a Section to Another.................12
  83.         Select Contact Leader for a Section..............................12
  84.     ACCOMPLISHMENTS ENTRY MENU OPTIONS...................................13
  85.         Enter Leader Training Completed..................................13
  86.         Enter Leader Awards Presented....................................14
  87.     REPORTS AND INQUIRIES MENU OPTIONS...................................15
  88.         Section Member Listing...........................................15
  89.         Youth Listing....................................................15
  90.         Leader Listing...................................................16
  91.         Leader Accomplishment Record Listing.............................16
  92.         Section Information Listing......................................16
  93.         Summary Listing..................................................16
  94.         Section Registration Forms.......................................16
  95.         Group Committee Agreement Form...................................16
  96.     SYSTEM UTILITIES MENU OPTIONS........................................17
  97.         Configuration File Maintenance...................................17
  98.         Back Up All Data to Floppy.......................................18
  99.         Restore All Data from Floppy.....................................18
  100.         Re-Index All Data Files..........................................18
  101.         Reset System Date and Time.......................................18
  102.         Import Data from Floppy..........................................18
  103.         Set Register Date for ALL Members................................19
  104.         Create ScoutWorks Diskette.......................................19
  105.     FINANCIALS MENU OPTIONS..............................................20
  106.         Enter Cheque Book Transactions...................................20
  107.         Category File Maintenance........................................20
  108.  
  109.                                GROUPSYS   Page 1
  110.  
  111.     Table of Contents con't
  112.     ═══════════════════════
  113.  
  114.         Sub Category File Maintenance....................................21
  115.         Cheque Book Register List........................................21
  116.         Account Detail by Category List..................................21
  117.         Account Summary by Category List.................................21
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.                                GROUPSYS   Page 2
  165.  
  166.  
  167.     SYSTEM REQUIREMENTS 
  168.     ═══════════════════ 
  169.     
  170.     "GROUPSYS" requires the following minimum system configuration: 
  171.     
  172.         - DOS Version 3.3 or higher (earlier versions of DOS only allow 20 
  173.           file handles to open at a time. This includes those file handles 
  174.           used for the Screen, Keyboard, Printer, etc.), 
  175.  
  176.         - 512K or more of memory, 
  177.     
  178.         - a hard drive with at least 1.5 megabytes of free space, 
  179.  
  180.         - a printer which supports the IBM character set (Graphics) 
  181.     
  182.     
  183.     In addition,  your CONFIG.SYS file must contain a line showing at least
  184.     the following number of files: 
  185.     
  186.         FILES=60 
  187.     
  188.     If  you  have  a CONFIG.SYS file that does not contain this line  (  or
  189.     FILES are less than 60), you must edit your CONFIG.SYS file so it does. 
  190.     Use any ASCII text editor or your DOS editor to modify the file.  Refer
  191.     to  your  DOS manual if necessary.  Be sure to reboot your computer  to
  192.     implement the changes. 
  193.     
  194.     A note on the FILES=  in CONFIG.SYS.  DOS uses file handles to  control
  195.     the  computer  and  run programs.  The default number of Files with  no
  196.     FILES= statement is 20. Dos uses about 10 of these to control the basic 
  197.     operation of your computer (keyboard,  screen, floppies, parallel port,
  198.     etc.).   GROUPSYS needs about 25  file handles to run.  If you have any
  199.     resident programs or are using a multi-tasking program, you may need to 
  200.     increase  the  number of file handles by increasing the number  in  the
  201.     FILES=  line in your CONFIG.SYS. As each system is run differently,  we
  202.     cannot determine the optimum number of Files.  If you get an Error such
  203.     as : DBFNTX/1003    Open Error : ????????.NTX   or 
  204.          DBFNTX/1006   Create Error: ????????.NTX
  205.     then you MUST increase the number of Files in your CONFIG.SYS file.
  206.     
  207.     
  208.     "GROUPSYS"  has been tested on 4.77 Mhz IBM XT's,  286  compatibles,386
  209.     compatibles  and 486  compatibles.  Obviously the response time on  the
  210.     486's  was  superb,  but even on the XT's the response time  was  good.
  211.     Every effort has been made to ensure that "GROUPSYS"  will run properly
  212.     on any size machine with the minimum system requirements shown above. 
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.                                GROUPSYS   Page 3
  220.  
  221.     THE PURPOSE OF "GROUPSYS"
  222.     ═════════════════════════ 
  223.     GROUPSYS was written to:
  224.  
  225.     Speed  the  registration process.  Countless hours are spent  gathering
  226.     data from each of the Sections ( Beavers, Cubs, Scouts, etc.)  and then
  227.     consolidating it prior to sending it to District.  GROUPSYS enables you
  228.     to   import  data  from  a  diskette  provided  by  each  Section   and
  229.     consolidating  it  automatically.   The only requirement is  that  each
  230.     Section is using one of our sister products (BEAVSYS, CUBSYS, SCOUTSYS, 
  231.     VENTSYS,   ROVESYS ).  Registration can be done in a matter of  minutes
  232.     each year.  In our Group we were able to complete registration in  less
  233.     than  an hour.  Ten minutes for importing data for 8 Sections  and  165
  234.     Youths and the rest waiting for the printer to finish printing. 
  235.  
  236.     Reduce  considerably  the time,  effort  and  co-ordination required to
  237.     maintain  the training records for leaders by the Group Committee.   As
  238.     any Scouter knows, this can take a lot of time to do properly. GROUPSYS 
  239.     will  enable you to keep the records up to date in only a  few  minutes
  240.     each week. 
  241.  
  242.     Improve the accuracy of the records.  This is by far the hardest  thing
  243.     to co-ordinate.  Records are kept on wall charts, in 3 ring binders, in
  244.     individual  record  books,   even  it sometimes seems on  the  back  of
  245.     envelopes.   With  GROUPSYS  all  records are  stored  in  one  central
  246.     location.  Reports can be printed to verify the accuracy of input data.
  247.     Corrections are simple and fast. 
  248.  
  249.  
  250.  
  251.     The registered version is different in the following ways: 
  252.  
  253.     The  licensed  version  does not have those nagging 4  screens  at  the
  254.     beginning of the program. 
  255.  
  256.     Registered  users  are regularly informed of new upgrades and  any  new
  257.     software availability. 
  258.  
  259.     Registered  users  who submit any enhancement suggestions will  have  a
  260.     better chance of having that suggestion implemented. 
  261.  
  262.     The  license agreement doesn't allow you to distribute  the  registered
  263.     version  to other people.  You can,  however,  distribute the Shareware
  264.     version freely.  
  265.     
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.                                GROUPSYS   Page 4
  275.  
  276.     WHAT IS SHAREWARE 
  277.     ═════════════════
  278.     "GROUPSYS"   is  a  copyrighted program developed and owned  by  B  D H
  279.     Consultants and the Bayview Hills Scout Troop in Newmarket, Ontario. 
  280.  
  281.     "GROUPSYS is distributed as Shareware. Shareware does not mean free and 
  282.     it does not mean public domain.  Shareware is a distribution method not
  283.     a type of software.  The Shareware system enables you to try before you
  284.     buy.   If  you try a Shareware program,  find it suits your  needs  and
  285.     continue  using it,  you are expected to register it.  Those who  don't
  286.     find the program useful are free to junk it or better yet pass it on to 
  287.     a  friend.  The Shareware distribution method keeps overheads  low  and
  288.     hence  prices  are also low.   Shareware has the  ultimate  money  back
  289.     guarantee--if you don't use it, you don't pay for it. 
  290.  
  291.     Copyright  laws apply equally to both commercial software and Shareware
  292.     software  and  the author retains all rights except  as  stated  below.
  293.     "GROUPSYS" is copyrighted and owned by the authors and only the authors 
  294.     have the right to sell it.  However, "GROUPSYS"  may be copied and used
  295.     freely  for  evaluation  purposes only.  Firms  involved  in  Shareware
  296.     program  distribution may distribute it and only charge a fee to  cover
  297.     copying and handling costs. 
  298.  
  299.     GROUPSYS is a "shareware program"  and is  provided at no charge to you
  300.     for evaluation.   Feel free to share it with your friends.  The essence
  301.     of  "user-supported"  software is to provide you with quality  software
  302.     without  high  prices,   and yet to give us incentive  to  continue  to
  303.     develop new products. 
  304.  
  305.     REGISTRATION 
  306.     ════════════ 
  307.     If   you plan to use GROUPSYS to maintain your Groups records you  must
  308.     send a registration payment of $30.00 (plus applicable taxes) to: 
  309.  
  310.                                   Bruce Howson 
  311.                                B D H Consultants 
  312.                           Bayview Hills Eagles Scouts 
  313.                                 212 Waratah Ave. 
  314.                            Newmarket, Ontario L3Y 5J7 
  315.  
  316.     Your  $30.00  registration will license one copy of GROUPSYS for use by
  317.     your  Group.  This means you may freely copy the program and files  for
  318.     use by more than one Group Leader as long as they are involved with the 
  319.     same Group.  Print an order form from the Main Menu Option #5.  Please,
  320.     cheques or money orders only. 
  321.  
  322.     GROUPSYS is a fund raising project for our Troop.   You are  encouraged
  323.     to  pass a copy of  GROUPSYS along to your friends and fellow  Scouters
  324.     for evaluation,  but  please encourage them to register their  copy  if
  325.     they like and use it. 
  326.  
  327.     Thank you for supporting Scouting ! 
  328.  
  329.                                GROUPSYS   Page 5
  330.  
  331.     HOW TO REACH US FOR SUPPORT 
  332.     ═══════════════════════════ 
  333.     We have made GROUPSYS as easy to use as possible.  However, if you have 
  334.     a problem, or find our documentation inadequate,  we would like to hear
  335.     from you. You can reach us via Mail at: 
  336.  
  337.                                B D H Consultants 
  338.                           Bayview Hills Eagles Scouts 
  339.                                 212 Waratah Ave. 
  340.                            Newmarket, Ontario L3Y 5J7 
  341.  
  342.     You will get faster service from us via electronic mail : 
  343.  
  344.     Our CompuServe ID number is 70031,3047. 
  345.     On FidoNet our Node is 1:229/15.
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.     LICENSE AGREEMENT 
  354.     ═════════════════ 
  355.     The  "GROUPSYS"   program and its documentation are  copyrighted  works
  356.     protected by Canadian and international copyright law.  You are granted
  357.     a  license  to  use  your copy of GROUPSYS only  under  the  terms  and
  358.     conditions specified in this license agreement. 
  359.  
  360.     GROUPSYS is a commercial software product. It is not free, nor is it in 
  361.     the public domain. It is distributed as Shareware, which means that you 
  362.     may  try  the software before you pay for it.  However,  you must  stop
  363.     using  GROUPSYS and remove it from  your computer if you decide not  to
  364.     pay the license fee. 
  365.  
  366.     You  may freely copy GROUPSYS and give copies of GROUPSYS to others  if
  367.     they also  agree  to the terms of this agreement. 
  368.  
  369.     USERS OF GROUPSYS MUST ACCEPT THIS DISCLAIMER OF WARRANTY:  GROUPSYS IS
  370.     PROVIDED  AS  IS,  WITHOUT WARRANTY OF ANY KIND,  EXPRESS  OR  IMPLIED,
  371.     INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY 
  372.     AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY 
  373.     AND PERFORMANCE IS WITH YOU. B D H CONSULTANTS ASSUMES NO LIABILITY FOR 
  374.     DAMAGES,   DIRECT OR CONSEQUENTIAL,  WHICH MAY RESULT FROM THE  USE  OF
  375.     GROUPSYS. 
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.                                GROUPSYS   Page 6
  385.  
  386.     Main Menu Options 
  387.     ═════════════════ 
  388.     At  all  menus you can either move the highlight to the desired  option
  389.     and hit "Enter" or simply select the desired menu option number. 
  390.                                                                               
  391.                                                                                 
  392.                   ╔═════ BOY SCOUTS GROUP FILE SYSTEM ═════╗
  393.                   ║              Version 1.02              ║
  394.                   ║                                        ║                    
  395.                   ║ 1. Control File Maintenance Menu       ║                    
  396.                   ║                                        ║                    
  397.                   ║ 2. Accomplishments Entry Menu          ║                    
  398.                   ║                                        ║                    
  399.                   ║ 3. Reports and Inquiries Menu          ║                    
  400.                   ║                                        ║                    
  401.                   ║ 4. System Utilities Menu               ║                    
  402.                   ║                                        ║                    
  403.                   ║ 5. Financials Menu                     ║
  404.                   ║                                        ║                    
  405.                   ║                                        ║                    
  406.                   ║                                        ║                    
  407.                   ║                                        ║                    
  408.                   ║ 6. Read Documentation                  ║
  409.                   ║                                        ║                    
  410.                   ║ 7. Print Registration Form             ║                          ║
  411.                   ║                                        ║                    
  412.                   ║ 8. Print Suggestion Form               ║
  413.                   ║                                        ║                    
  414.                   ╚══════════════ Esc to QUIT ═════════════╝                    
  415.  
  416.  
  417.  
  418.     1. Control File Maintenance Menu 
  419.  
  420.     This  option  will  lead you to a menu allowing  you  to  maintain  the
  421.     necessary control files required to effectively run the system. This is 
  422.     where  all  Youth  and Leader Basic Data,  Training  definitions,   and
  423.     Contact Leaders are  specified.   In  addition, this  is  where you can
  424.     maintain a Leaders individual Training record. 
  425.  
  426.  
  427.     2. Accomplishments Entry Menu 
  428.  
  429.     This is where you enter all training accomplishments by your Leaders. 
  430.  
  431.  
  432.     3. Reports and Inquiries Menu 
  433.  
  434.     This  is  where you will find yourself most often.  There  are  several
  435.     Member's listings available.  In addition there is a Leader's  training
  436.     record and a listing of Section data. All reports can be printed to the 
  437.  
  438.  
  439.                                GROUPSYS   Page 7
  440.  
  441.     Main Menu Options con't
  442.     ═══════════════════════ 
  443.  
  444.     Screen, to the Printer or to a Disk File for future reference. 
  445.  
  446.  
  447.     4. Systems Utilities Menu 
  448.  
  449.     Here  is  where  you will find a set of System Utilities.  There  is  a
  450.     Configuration File where you specify your Group name,  whether you have
  451.     a colour monitor or monochrome,  and can specify your specific  printer
  452.     type.  In addition,  there are routines to Back-up your data,   Restore
  453.     your data,  Re-Index your data files if you feel it is necessary, Reset
  454.     the System  Date & Time, and Import data from diskettes supplied by the
  455.     Sections. 
  456.  
  457.     5. Financials Menu
  458.  
  459.     This  menu will give you access to a checkbook style financial tracking
  460.     system  as  well  as various reports.  All income and expenses  can  be
  461.     tracked  by  categories and sub-categories.  These categories and  sub-
  462.     categories are defined by you. 
  463.  
  464.  
  465.     6. Read Documentation
  466.  
  467.     The  documentation can be read on-line if you desire.  Since I am  sure
  468.     almost  everyone  is  the same as me,  "When all else  fails  read  the
  469.     documentation"  and to print 20 or so pages is such a pain, quite often
  470.     the  documentation  never gets read and features and tricks  are  never
  471.     picked up. 
  472.  
  473.     The full manual is available for viewing on screen.  Simply hit PgUp or
  474.     PgDn to view screen by screen or use the cursor Up or Down keys to view 
  475.     line by line. 
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.                                GROUPSYS   Page 8
  495.  
  496.     Control File Maintenance Menu Options
  497.     ═════════════════════════════════════ 
  498.                                                                                
  499.             ╔═══════════ CONTROL FILE MAINTENANCE MENU ════════════╗         
  500.             ║                                                      ║         
  501.             ║ 1. Membership Basic Data                             ║ 
  502.             ║                                                      ║         
  503.             ║ 2. Section File                                      ║ 
  504.             ║                                                      ║         
  505.             ║ 3. Awards File                                       ║ 
  506.             ║                                                      ║
  507.             ║ 4. Traing File                                       ║ 
  508.             ║                                                      ║         
  509.             ║ 5. Leader - Training Accomplished File               ║ 
  510.             ║                                                      ║         
  511.             ║ 6. Transfer Leader Records from a Section to Another ║ 
  512.             ║                                                      ║         
  513.             ║ 7. Transfer Youth Records from a Section to Another  ║ 
  514.             ║                                                      ║         
  515.             ║ 8. Select Contact Leader for a Section               ║ 
  516.             ║                                                      ║         
  517.             ║                                                      ║ 
  518.             ║                                                      ║         
  519.             ║                                                      ║ 
  520.             ║                                                      ║
  521.             ║                                                      ║ 
  522.             ╚═══════════════════ Esc to Return ════════════════════╝         
  523.  
  524.  
  525.  
  526.     1. Membership Basic Data Maintenance 
  527.  
  528.     This  is  where  you  add,  edit or delete  all  pertinent  information
  529.     relating to each member of the Group - Leader or Scout. When you select 
  530.     this  option  you  will be prompted for whether you  want  to  maintain
  531.     Leader  data or Youth data.  Enter "Y"  or "L"  to specify.  Throughout
  532.     "GROUPSYS" the "ESC" key acts to escape the last request or to step one 
  533.     level back to the previous screen. Keep this in mind. 
  534.  
  535.     Next you  will be presented with a list of Sections. Select the Section
  536.     whose members you wish to maintain. A list of members either Youths  or
  537.     Leaders  will  be  presented next.  If you are just  beginning  to  use
  538.     "GROUPSYS",   this  list will be empty.  "F2"  will allow you to add  a
  539.     record for a new member.  If  you have existing data,  members will  be
  540.     listed  alphabetically.   Beside each name is an "A"  or an "I".   This
  541.     signifies whether a member is Active or Inactive.  Inactive Members  do
  542.     not  show  up  anywhere  within the system except  in  Membership  File
  543.     Maintenance.  Their records,  however,  are kept on file. Youth records
  544.     will always contain an "A" since only active youths are registered each 
  545.     year. This field is to accomodate those Leaders who do not re-register,
  546.     but  at  a  future date decide to re-join.  Saves typing  by  just  re-
  547.     activating them and no training data will be lost.   
  548.  
  549.                                GROUPSYS   Page 9
  550.  
  551.     Control File Maintenance Menu Options con't
  552.     ═══════════════════════════════════════════ 
  553.  
  554.     Your options at this point are: 
  555.    
  556.          - "F2" to add a new record 
  557.  
  558.          - "F4" to delete an existing record (and all associated records) 
  559.  
  560.          - "Enter" to edit an existing record 
  561.  
  562.          - "Esc" to return to the Menu 
  563.  
  564.     Seeking  is  a feature found throughout "GROUPSYS".  To use it all  you
  565.     need to do is key the first letter of,  in this case, the last name and
  566.     the cursor will jump  to the first record  meeting  that criteria.  For
  567.     example,  keying a "B" would jump to the first name beginning with "B".
  568.     If there is more than one name beginning with a "B",  then key the next
  569.     letter of the desired name. For example, "B" then "A" would jump to the 
  570.     first  name beginning with "BA".  And so on.   Seeking Leader names can
  571.     speed  up  data entry significantly.  Cumulative keystrokes  will  work
  572.     until you hit "Enter"  or any cursor control key - Up, Down, Home, End,
  573.     Page UP, or Page Down. 
  574.  
  575.     Cursor  control keys also work the same throughout "GROUPSYS".  Up will
  576.     move  up one record in the list,  Down will move down one record in the
  577.     list,  Home will take you to the first record in the list,  End to  the
  578.     last record in the list,  Page Up will move up one page in the list  or
  579.     to  the first record if too close to the top,  and Page Down will  move
  580.     down  one  page in the list or to the last record if too close  to  the
  581.     bottom. 
  582.  
  583.     Wise  use of the Seeking capability as well as smart use of the  cursor
  584.     control keys can speed up your data entry or inquiry substantially. 
  585.  
  586.     Back to Membership Maintenance. 
  587.  
  588.     a. Add a Record
  589.  
  590.     To  add  a record simply hit "F2".  You will be presented with  a  data
  591.     input screen.  Enter all pertinent data. The cursor "Up"  key will move
  592.     you  back  one field at a time.  The cursor "Down"  key will  move  you
  593.     forward  one  field  at a time.  The Health Card  Number will be 
  594.     formatted for the province as defined in the Configuration File.  
  595.       
  596.     Escape will return you to the Select Member List and WILL NOT save  the
  597.     data  you entered.  To save the data,  you must either enter all fields 
  598.     (even if blank)  or hit "Ctl-W"  after you have entered as much data as 
  599.     you want.  Be sure to exit the last field before hitting "Ctl-W".   The 
  600.     Position  field  is  required  and  verified  as  well  as  the  Church 
  601.     Affiliation. This is for compatibility with ScoutWorks. 
  602.  
  603.  
  604.                                GROUPSYS   Page 10
  605.  
  606.     Control File Maintenance Menu Options con't
  607.     ═══════════════════════════════════════════ 
  608.  
  609.     b. Edit a Record 
  610.  
  611.     To  edit existing data simply place the highlight over the  name  whose
  612.     data  you wish to edit and hit return.  The same rules as for adding  a
  613.     record apply. 
  614.  
  615.     c. Delete a Record 
  616.  
  617.     To  delete a record,  place the highlight over the name whose data  you
  618.     wish to delete and hit "F4". You will be prompted to confirm you really 
  619.     do  want  to delete the record.  This deletion will delete the all  the
  620.     member's  records from the database.  This includes the basic data  and
  621.     all  Training completed. It is recommended that you print a full Record
  622.     Sheet for each Leader you wish to delete before final deletion. Leaders 
  623.     have been known to change their minds and return to Scouting.  Having a
  624.     hard copy of their record eases re-entering their data. 
  625.  
  626.     Deletion  is  meant for those cases where there is no chance  a  member
  627.     will  re-join the Group.  If you are uncertain,  it is better to simply
  628.     mark  the member as Inactive in the database.  This way the records are
  629.     kept  and that member will not appear anywhere else in the system.  You
  630.     can always delete the member when you become certain. 
  631.  
  632.  
  633.     2. Section File 
  634.  
  635.     This  option  allows  you to enter or maintain data  relating  to  each
  636.     Section. The same mechanism and methods of adding, editing, or deleting 
  637.     Badges apply as for Membership Maintenance. 
  638.     
  639.     One note on the fields for Number  of Youths this year.  This field  is 
  640.     maintained automatically as you add,  delete or transfer youths  either 
  641.     manually or by importing. The last year number is transferred from this 
  642.     year at your discretion when importing  data from a Section's diskette. 
  643.     If you are not using the companion programs (BEAVSYS, CUBSYS, SCOUTSYS, 
  644.     VENTSYS,  ROVSYS),  thereby allowing you to import data,  then you will 
  645.     need to maintain these fields manually.  
  646.  
  647.  
  648.     3. Awards File
  649.  
  650.     This option allows you to define the Awards which can be presented to a 
  651.     Leader.   It  comes  pre-loaded  with  ALL the  Awards  as  defined  in 
  652.     ScoutWorks  (  the Scouts Canada Registration System ).  You  can  Add, 
  653.     Change, Delete Awards but they may not be compatible with ScoutWorks if 
  654.     you use the Create ScoutWorks Diskette option on the System Menu. 
  655.  
  656.  
  657.  
  658.  
  659.                                GROUPSYS   Page 11
  660.  
  661.     Control File Maintenance Menu Options con't
  662.     ═══════════════════════════════════════════ 
  663.  
  664.     4. Training File
  665.  
  666.     This   file  contains  a list of all training courses available to  the 
  667.     Leaders.   The  file  has been pre-loaded with  most  of  the  Training 
  668.     available.  This file is NOT compatible with the ScoutWorks data as the 
  669.     ScoutWorks  data  leaves  out  far  too many courses  as  well  as  not 
  670.     providing enough detail. 
  671.         
  672.     As  with  Badge Maintenance,  the same methods as  used  in  Membership
  673.     Maintenance apply.
  674.  
  675.     5. Leader - Training Accomplished File
  676.  
  677.     This  file was originally intended to input,  edit or delete a  Leaders
  678.     individual  training  accomplished. but a better method to do this  was
  679.     found. This  improved  method is found on the Accomplishment Entry Menu
  680.     (from  the  Main  Menu).   This maintenance  has  been  left  here  for
  681.     continuity  only and only inquiry is allowed.  No data may be  entered,
  682.     changed or deleted here. 
  683.     
  684.     6. Transfer Leader Records from a Section to Another
  685.     
  686.     This  option allows you to transfer a leaders records from one  Section
  687.     to another.  This is done typically as a Leader moves from one  Section
  688.     to  another  as  his son or daughter moves up.  By  using  this  option
  689.     integrity  of the data base is maintained and no training  records  are
  690.     lost. 
  691.     
  692.     7. Transfer Youth Records from a Section to Another
  693.     
  694.     Same as #7. (My way of saving typing). Usually done as a youth moves up 
  695.     during the Scouting year rather than at the end of the year. 
  696.     
  697.  
  698.     8. Select Contact Leader for a Section
  699.  
  700.     This  allows you to easily select the Contact Leader for each  Section.
  701.     You  should ensure that this is done as each listing containing Leaders
  702.     or  Sections  specifies the Contact Leader.  All Scouters in the  Group
  703.     should be aware of the Contact Leaders for each Section. 
  704.     
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.                                GROUPSYS   Page 12
  715.  
  716.     Accomplishments Entry Menu Options
  717.     ══════════════════════════════════ 
  718.                                                                                 
  719.                   ╔═════ ACCOMPLISHMENT ENTRY MENU ════════╗                    
  720.                   ║                                        ║                    
  721.                   ║ 1. Enter Leader Training Completed     ║                    
  722.                   ║                                        ║                    
  723.                   ║ 2. Enter Leader Awards Presented       ║                    
  724.                   ║                                        ║                    
  725.                   ║                                        ║                    
  726.                   ║                                        ║                    
  727.                   ║                                        ║                    
  728.                   ║                                        ║                    
  729.                   ║                                        ║                    
  730.                   ║                                        ║                    
  731.                   ║                                        ║                    
  732.                   ║                                        ║                    
  733.                   ║                                        ║                    
  734.                   ║                                        ║                    
  735.                   ║                                        ║                    
  736.                   ║                                        ║                    
  737.                   ║                                        ║
  738.                   ║                                        ║                    
  739.                   ║                                        ║                    
  740.                   ║                                        ║                    
  741.                   ╚═════════════ Esc to Return ════════════╝ 
  742.  
  743.  
  744.     1. Enter Leader Training Completed
  745.  
  746.     This option is where you will do most of your data entry. Not much, eh! 
  747.     It has been designed to speed this process as much as possible. 
  748.  
  749.     When you select this option,  a  calendar will appear.  Select the date
  750.     the training was completed by using the cursor control keys. A reminder 
  751.     of these cursor control keys has been put at the bottom of the calendar 
  752.     for reference.  I  decided to use a calendar rather than just inputting
  753.     the  date because I quite often am tardy in entering data and was tired
  754.     of running to the wall calendar.  Let's see.  They did that on the last
  755.     weekend last month.  What was the date again?  Or I tried counting back
  756.     on my fingers.  They did that at a meeting on Tuesday.  If today is the
  757.     27'th then Tuesday was the...27, 26, 25, 24,  23'rd. It is a lot easier
  758.     to just select a date from the pop-up calendar. 
  759.  
  760.     Next  you  will be prompted for the Training which was completed.  This
  761.     enables you to update all Leader records for that specific training.  A
  762.     list  of  Sections  appears next.  Select the Section  which  a  Leader
  763.     belongs to. 
  764.     
  765.     Next a list of Leaders will appear. If any Leader has already completed 
  766.     that training an asterisk (*)  will appear next to their name.  You can
  767.     determine when they completed that requirement by highlighting their 
  768.  
  769.                                GROUPSYS   Page 13
  770.  
  771.     Accomplishments Entry Menu Options con't
  772.     ════════════════════════════════════════
  773.  
  774.     name and hitting "F5".  This is a useful feature if you need to reverse
  775.     the completion of training for any particular Leader 
  776.  
  777.     Simply by highlighting a Leaders name and hitting "Enter"  will  record
  778.     that  training  as  being  completed  on the  date  selected.   If  you
  779.     inadvertently select the wrong Leader  don't worry. "Enter"  again will
  780.     remove that training record from the records.  The asterisk will toggle
  781.     as you do this. 
  782.     
  783.     You cannot toggle any existing completed training if it has a different 
  784.     date  than the one selected on beginning data entry.  If  you  need  to
  785.     reverse a previous entry, check the completed date by using "F5",  then
  786.     exit and re-enter using that date. 
  787.  
  788.     
  789.     2. Enter Leader Awards Presented
  790.  
  791.     As  with  entering  Training,  select a  Leader  after  choosing  their 
  792.     Section.   You will then be prompted with the available Awards.  Select 
  793.     one by highlighting it. 
  794.  
  795.     An  entry box will appear prompting for only the approval date if  this 
  796.     is  a  new  record  or for both the Approval as  well  as  the  Awarded 
  797.     (Presented)  date if it is an existing record.  A  pop up calendar will 
  798.     appear when you hit Enter in either of the date fields. 
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.                                GROUPSYS   Page 14
  825.  
  826.     Reports and Inquiries Menu Options
  827.     ══════════════════════════════════ 
  828.  
  829.                   ╔═════ REPORTS AND INQUIRIES MENU ═══════╗                    
  830.                   ║                                        ║                    
  831.                   ║ 1. Section Member Listing              ║                    
  832.                   ║                                        ║                    
  833.                   ║ 2. Youth Listing                       ║                    
  834.                   ║                                        ║                    
  835.                   ║ 3. Leader Listing                      ║                    
  836.                   ║                                        ║                    
  837.                   ║ 4. Leader Accomplishment Record Listing║                    
  838.                   ║                                        ║                    
  839.                   ║ 5. Section Information Listing         ║                    
  840.                   ║                                        ║                    
  841.                   ║ 6. Summary Listing                     ║                    
  842.                   ║                                        ║                    
  843.                   ║ 7. Section Registration Forms          ║                    
  844.                   ║                                        ║                    
  845.                   ║ 8. Group Committee Agreement Form      ║                    
  846.                   ║                                        ║                    
  847.                   ║                                        ║                    
  848.                   ║                                        ║                    
  849.                   ║                                        ║                    
  850.                   ║                                        ║                    
  851.                   ╚═════════════ Esc to Return ════════════╝                    
  852.  
  853.  
  854.     1. Section Member Listing
  855.  
  856.     This  option gives a list of Youths Addresses and Phone Numbers as well
  857.     as  the Leaders Addresses and Phone Numbers by Section.  You can choose
  858.     to print the listing for all Sections or for only one selected Section. 
  859.     The Contact Leader is indicated with a "*" beside their name. 
  860.  
  861.     Output  can be to the Screen,  to the Printer,  or to a file for  later
  862.     printing. I frequently print to a file(s)  and then copy the files to a
  863.     diskette.   The files on the diskette can then be printed on  a  better
  864.     quality printer. 
  865.     
  866.  
  867.     2. Youth Listing
  868.  
  869.     This listing lists all the Youths in the Group with Addresses and Phone 
  870.     Numbers.   You  can  choose to print the report  alphabetically  or  by
  871.     Section. 
  872.  
  873.     Again output can be to the Screen, Printer or to a disk File. 
  874.     
  875.  
  876.  
  877.  
  878.  
  879.                                GROUPSYS   Page 15
  880.  
  881.     Reports and Inquiries Menu Options Cont'd
  882.     ═════════════════════════════════════════ 
  883.     
  884.     3. Leader Listing 
  885.  
  886.     This  lists  the Names,  Addresses and Phone Numbers for all Leaders in
  887.     the Group. They can be listed alphabetically or by Section. The Contact 
  888.     Leader is indicated with a "*" beside their name. 
  889.  
  890.  
  891.     4. Leader Accomplishment Record Listing
  892.  
  893.     This  is simply a Record of all Training Completed and Awards presented 
  894.     on file for a Leader. 
  895.  
  896.  
  897.     5. Section Information Listing
  898.  
  899.     This  option prints all general information on file for a Section.   It
  900.     lists Meeting place, Meeting times, Contact Leader, etc. 
  901.  
  902.  
  903.     6. Summary Listing
  904.  
  905.     This option lists the number of Youths and Leaders by Section with sub-
  906.     totals by Section Type (Beavers, Cubs, etc.) and Grand Total.  It shows
  907.     the  number  of  Youths this year as well as last year  for  comparison
  908.     purposes.   In  addition,   in order to keep the  records  straight  it
  909.     recalculates the number of youths on file for this year and adjusts the 
  910.     numbers in the Section File if necessary. 
  911.     
  912.  
  913.     7. Section Registration Forms
  914.  
  915.     This option prints the individual application for registered membership 
  916.     for  each  individual section.  It lists all the youths as well as  the 
  917.     adult  leaders.   You can print  either a single sections  registration 
  918.     form or you can choose to print all sections within the Group. 
  919.  
  920.  
  921.     8. Group Committee Agreement Form
  922.  
  923.     This  option prints the Agreement of the Group/Section  Committee  form 
  924.     which must accompany each registration. 
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.                                GROUPSYS   Page 16
  935.  
  936.     System Utilities Menu Options
  937.     ═════════════════════════════ 
  938.                                                                                 
  939.                   ╔════════ SYSTEM UTILITIES MENU ═════════╗                    
  940.                   ║                                        ║                    
  941.                   ║ 1. Configuration File Maintenance      ║                    
  942.                   ║                                        ║                    
  943.                   ║ 2. Back Up All Data Files to Floppy    ║                    
  944.                   ║                                        ║                    
  945.                   ║ 3. Restore All Data Files from Floppy  ║                    
  946.                   ║                                        ║                    
  947.                   ║ 4. Re-Index All Data Files             ║                    
  948.                   ║                                        ║                    
  949.                   ║ 5. Reset System Date and Time          ║                    
  950.                   ║                                        ║                    
  951.                   ║ 6. Import Data from Floppy             ║                    
  952.                   ║                                        ║                    
  953.                   ║ 7. Set Register Date for ALL Members   ║                    
  954.                   ║                                        ║                    
  955.                   ║ 8. Create ScoutWorks Diskette          ║                    
  956.                   ║                                        ║                    
  957.                   ║                                        ║                    
  958.                   ║                                        ║                    
  959.                   ║                                        ║                    
  960.                   ║                                        ║                    
  961.                   ╚═════════════ Esc to Return ════════════╝                    
  962.  
  963.  
  964.  
  965.     1. Configuration File Maintenance 
  966.  
  967.     This  option allows you to specify some basic data about  your  system. 
  968.     Your  Group name and all Sponsor data is specified here.   This is what 
  969.     will  print  on  all reports.  Your province is specified here as well. 
  970.     This  is  used  to accommodate    differing   Health   Card   Numbering  
  971.     systems  in   various provinces . 
  972.     
  973.     If you have a Colour Monitor,  specify it here and all screens will  be
  974.     in  colour.  A  hint.  If you have a laptop computer with a  monochrome
  975.     monitor and colour graphics capability (256  shades of grey?),  specify
  976.     "N". The  screens will show up better. 
  977.  
  978.     Your  printer  name will be shown.  If you wish to change your  printer
  979.     then  hit  "Y".  A  list of known printers will be displayed.  If  your
  980.     printer  is  listed simply select it.  If not you can add your  printer
  981.     type to the list. Hit "F2". 
  982.  
  983.     To add a new printer to the list, you will need your printer manual for 
  984.     the necessary control codes. 
  985.     
  986.     Add  your  printer  name.   Add the control  codes  for  Normal  Print,
  987.     Compressed Print,  Expanded On Print  and  Expanded Off Print  as  a  3 
  988.     
  989.                                GROUPSYS   Page 17
  990.  
  991.     System Utilities Menu Options Cont'd
  992.     ════════════════════════════════════ 
  993.     
  994.     character  decimal numbers separated by "\".  For example to enter "Esc
  995.     M", it would be entered as "027\077\". 
  996.  
  997.     There are far too many printers out there for me to pre-load them  all.
  998.     This option allows you to tailor your specific printer to the system. 
  999.     
  1000.  
  1001.     2. Back Up All Data Files to Floppy 
  1002.  
  1003.     This  option  allows you to back-up your data to floppy  disk.   It  is
  1004.     highly recommended that you do so frequently.  Re-entering all  records
  1005.     and reconstructing records can be a nightmare. Be prepared. Back up. 
  1006.  
  1007.     It is also an easy way to transfer data among Leaders for planning.  It
  1008.     is recommended that one Leader be responsible for updating the  records
  1009.     but each Leader could use the data for planning. 
  1010.  
  1011.  
  1012.     3. Restore All Data Files from Floppy 
  1013.  
  1014.     This  option  allows  you  to  restore all  data  from  floppy  if  the
  1015.     unthinkable  happens.   It is also a good way to  transfer  data  among
  1016.     Leaders. 
  1017.  
  1018.     
  1019.     4. Re-Index All Data Files 
  1020.  
  1021.     This option should not be required.  However, experience has shown that
  1022.     sometimes indexes get corrupted (probably from hard drive problems). If 
  1023.     your  data  seems screwy or disorganised then the indexes have  somehow
  1024.     become corrupt. Re-indexing will put order back into the system. 
  1025.  
  1026.     If you use the DOS COPY to move files,  you MUST re-index or the system
  1027.     will  lose it's integrity.  We recommend using the Back-up and  Restore
  1028.     functions  from the menu since files are automatically re-indexed  when
  1029.     necessary. 
  1030.  
  1031.  
  1032.     5. Reset System Date and Time 
  1033.  
  1034.     This has been included for older systems which do not have an  internal
  1035.     clock.   It simply sets the system Date and Time so that  the  calendar
  1036.     used  for  data  entry is reasonably correct and that the date  on  all
  1037.     printed reports is correct.. 
  1038.  
  1039.  
  1040.     6. Import Data from Floppy
  1041.  
  1042.     This option will append or replace records to  your data base from data 
  1043.  
  1044.                                GROUPSYS   Page 18
  1045.  
  1046.     System Utilities Menu Options Cont'd
  1047.     ════════════════════════════════════ 
  1048.  
  1049.     base  files  on diskette.  These files will have been created by   your
  1050.     associated  Sections using BEAVSYS,  CUBSYS,  SCOUTSYS,  VENTSYS,   and
  1051.     ROVSYS.  It is intended to reduce keypunch time during registration. 
  1052.  
  1053.     You  will  be  prompted for the drive containing the  floppy  diskette,
  1054.     whether  you are importing Leader or Youth data,   whether you want  to
  1055.     replace the data on file or simply append records to the existing data, 
  1056.     and if replacing Youth data whether you wish to move the current  count
  1057.     of Youths by Section to the Last Year field in the Section File. 
  1058.  
  1059.     Generally speaking you will replace youth data once per year moving the 
  1060.     current counts to last year. If you find it easier to replace data more 
  1061.     than once during the registration process,  be sure you answer "NO"  to
  1062.     the move to Last Year prompt or the counts will be incorrect.  You can,
  1063.     however,   adjust  those counts using Section File Maintenance  in  the
  1064.     Control File Maintenance Menu. 
  1065.  
  1066.     Leader  records should be appended or transferred!  If you replace  the 
  1067.     Leader records for a Section,   ALL Training and Award data on file for 
  1068.     Leaders  in that Section will be lost.  Only use replace when initially 
  1069.     starting the system.   From that point on you should append new Leaders 
  1070.     or  transfer existing  Leaders from one Section to another.   This will 
  1071.     preserve  the Training and Award records of each current Leader. 
  1072.  
  1073.  
  1074.     7. Set Register Date for ALL Members
  1075.  
  1076.     This option should be used only once per year just before you submit 
  1077.     the Registrration data either in printed form or on a ScoutWorks 
  1078.     diskette. If you have any late registrations, enter or import them 
  1079.     using a different date. You can then re-create a ScoutWorks diskette 
  1080.     containing the updated information only.
  1081.  
  1082.  
  1083.     8. Create ScoutWorks Diskette.
  1084.  
  1085.     This  option  allows  you to create a  ScoutWorks  compatible  diskette 
  1086.     containing  ALL Registration data for this year including  Group  data, 
  1087.     Section data,  Adult data,  Youth data, Family data, Awards data,  etc. 
  1088.     The  only exception is the Training data.  ScoutWorks does not  provide 
  1089.     enough  detail or enough Section level courses to be  compatible.   For 
  1090.     instance  ScoutWorks  does not consider a Water Charge course  in  it's 
  1091.     system,   a  basic and necessary course for most Scout and Cub Leaders. 
  1092.     The  Training  data  will  be added at a  later  date  once  ScoutWorks 
  1093.     considers  Section level courses to be on a par with District,  Council 
  1094.     or Provincial Courses. 
  1095.  
  1096.  
  1097.  
  1098.  
  1099.                                GROUPSYS   Page 19
  1100.  
  1101.     Financial Menu Options
  1102.     ══════════════════════
  1103.                                                                                 
  1104.                   ╔══════════ FINANCIALS MENU ═════════════╗
  1105.                   ║                                        ║                    
  1106.                   ║ 1. Enter Cheque Book Transactions      ║
  1107.                   ║                                        ║                    
  1108.                   ║ 2. Category File Maintenance           ║
  1109.                   ║                                        ║                    
  1110.                   ║ 3. Sub Category File Maintenance       ║
  1111.                   ║                                        ║                    
  1112.                   ║ 4. Cheque Book Register List           ║
  1113.                   ║                                        ║                    
  1114.                   ║ 5. Account Detail by Category List     ║
  1115.                   ║                                        ║                    
  1116.                   ║ 6. Account Summary by Category List    ║
  1117.                   ║                                        ║                    
  1118.                   ║                                        ║
  1119.                   ║                                        ║                    
  1120.                   ║                                        ║
  1121.                   ║                                        ║                    
  1122.                   ║                                        ║
  1123.                   ║                                        ║                    
  1124.                   ║                                        ║                    
  1125.                   ║                                        ║                    
  1126.                   ╚═════════════ Esc to Return ════════════╝
  1127.  
  1128.     1. Enter Cheque Book Transactions
  1129.     
  1130.     This  option will present the cheque register on screen.  You may  add,
  1131.     edit  or  delete  transactions  and  the  balance  will  be  maintained
  1132.     automatically  for  you.   If you have defined  categories  and/or  sub
  1133.     categories, as described below, you may specify them here. It is highly 
  1134.     reccommended  that  you categorize all your  transactions.   This  will
  1135.     enable you to determine how and where Group are being raised and
  1136.     spent. Also very handy for budgeting for subsequent years. 
  1137.     
  1138.     Cursor  control keys are active here as they are  throughout  GROUPSYS.
  1139.     Home takes you to the first transaction,  End to the last, PgUp move up
  1140.     through the file a screen at a time, PgDn move down on screen at a time 
  1141.     and the arrow keys move up or down a record at a time. 
  1142.     
  1143.     2. Category File Maintenance
  1144.     
  1145.     This  is  where  you  define the gross categories  for  analysing  your
  1146.     accounts.   Each  category  must be specified as an Income  or  Expense
  1147.     account  (  $ in or $ out).  Typical Income categories  include  Annual
  1148.     Fees,   Dues,  Fund Raising,  etc.  Typical Expense categories  include
  1149.     Badges, Camps, Administration, Resources, Equipment, etc. 
  1150.     
  1151.     Add, edit, delete is performed the same as throughout the system. 
  1152.     
  1153.  
  1154.                                GROUPSYS   Page 20
  1155.  
  1156.     Financial Menu Options con't
  1157.     ════════════════════════════
  1158.  
  1159.     3. Sub Category File Maintenance   
  1160.  
  1161.     This option allows you to further categorize your accounts. For example 
  1162.     you   may  wish  to  further  break  down  Camp  Expenses  into   Food,
  1163.     Transportation,  Campground Fees, Crests, etc.  This will enable you to
  1164.     better analyse your accounts. 
  1165.  
  1166.  
  1167.     4. Cheque Book Register List
  1168.  
  1169.     This  option  simply  provides  a listing of  the  cheque  book  for  a
  1170.     specified date period. 
  1171.  
  1172.  
  1173.     5. Account Detail by Category List
  1174.  
  1175.     This  option provides a listing of all transactions by category and sub
  1176.     category for a specified data range.  It is essentially a sorted cheque
  1177.     register.   If all you are interested in is totals by category and  sub
  1178.     category  and do not need each and every transaction then use the  next
  1179.     report. 
  1180.  
  1181.  
  1182.     6. Account Summary by Category List
  1183.  
  1184.     This  report  provides  a list of all  categories  and  sub  categories
  1185.     showing  the  total  dollars accumulated in each for a  specified  date
  1186.     range. It is essentially your Profit and Loss statement. 
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206.  
  1207.  
  1208.  
  1209.                                GROUPSYS   Page 21
  1210.  
  1211.