home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF102.ZIP / WORKQUE.ZIP / PRINT.ME next >
Text File  |  1990-10-16  |  11KB  |  332 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.                                     WorkQueue (TM)
  12.  
  13.                                 Work Scheduling System
  14.  
  15.                          INSTALLATION AND START-UP PROCEDURES
  16.  
  17.           WorkQueue helps you schedule a "queue" of work where skilled
  18.           people are the principle resource needed to get that work done.
  19.  
  20.           You begin by establishing a Staff Plan. In it you identify the
  21.           people available to do the work as well as the skills and
  22.           availability of each person. Any skill can be defined and
  23.           assigned to any person. The skills can also be "weighted"
  24.           according to the experience of each person. In addition to
  25.           skills, the availability of each person can be modified to allow
  26.           for vacations, overtime and part time.
  27.  
  28.           The next step is to establish a work plan. You begin by
  29.           describing the overall products or goals of the work at hand
  30.           (each is called a "job"). Next, the individual work steps (called
  31.           tasks) needed to complete each job are defined. Each of these
  32.           tasks is assigned to either a person or a skill. The number of
  33.           workdays needed to complete each task is also recorded.
  34.  
  35.           Holidays can also be excluded from the schedule (but they can be
  36.           overridden).
  37.  
  38.           Once the Staff Plan, Work Plan and Holiday schedule are
  39.           completed, the work can be scheduled. The scheduler assigns work
  40.           to the people in the staff plan based on their skills and
  41.           availability and then calculates the elapsed time needed to
  42.           complete each task based on their availability. You can further
  43.           refine the schedule by assigning priorities and declaring
  44.           dependencies between related tasks.
  45.  
  46.  
  47.                                     GETTING STARTED
  48.  
  49.           System Files
  50.                WorkQueue consists of five files:
  51.  
  52.                     WQ.EXE         The executable program. It consists of
  53.                                    the root program and several overlays.
  54.  
  55.                     WQHELP.SCR     The on-line help screens. This includes
  56.                                    operating instructions, glossary, and
  57.                                    instruction manual.
  58.  
  59.  
  60.  
  61.           (C) Copyright 1989 by Lane Davis                         Page   1
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.                     WQHELP.NDX     The index and table of contents to the
  76.                                    on-line instruction manual.
  77.  
  78.                     WQPRINT.CON    Printer drivers.
  79.  
  80.                     PRINT.ME       This document.
  81.  
  82.                     WHATS.NEW      Print this file for a list of changes,
  83.                                    bug fixes and improvements in this
  84.                                    version.
  85.  
  86.                You should make a "back up" copy of these files and put them
  87.                in a safe place.
  88.  
  89.                Collectively, these files take up about 550k of disk space.
  90.                If you are going to run WorkQueue from a floppy disk, you
  91.                can't use a 5.25-inch 360k floppy - it simply doesn't have
  92.                the storage capacity. You must use a 3.5-inch (either 720k
  93.                or 1.4m) or a 5.25-inch 1.2m disk.
  94.  
  95.  
  96.           Running the System
  97.                TWO FLOPPY DISK DRIVES
  98.                To run from a floppy disk, put the disk containing the
  99.                system files in drive "A" and a formatted disk in drive "B"
  100.                to store the data files on. Make sure drive "A" is the
  101.                default drive and start WorkQueue with the following
  102.                command:
  103.  
  104.                     A:>WQ
  105.  
  106.                HARD DISK DRIVE
  107.                To run from a hard disk, create a directory called "WQ" (or
  108.                any other name you choose) on your hard disk and copy the
  109.                system files to it.
  110.  
  111.                Add two statements to your AUTOEXEC.BAT file:
  112.  
  113.                     Add the WorkQueue directory (e.g., WQ) to the PATH
  114.                     statement
  115.  
  116.                     Add the following statement:  SET WQ=C:\WQ
  117.  
  118.                Restart the PC so these changes will take effect. You can
  119.                then start WorkQueue from any directory or drive by keying
  120.                in:
  121.  
  122.                          WQ
  123.  
  124.  
  125.  
  126.  
  127.           (C) Copyright 1989 by Lane Davis                         Page   2
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.           The Opening Screen
  142.                The first screen presented will be the Opening Screen. It
  143.                will ask for the name of the Project File to be used. If you
  144.                key in a project name that doesn't yet exist, it will be
  145.                created for you.
  146.  
  147.           Menus
  148.                After you have keyed in the Project File name and pressed
  149.                the enter key, you'll see the Main Menu at the top of the
  150.                screen. Most system functions are executed from this and the
  151.                "drop down" menus beneath it. You can make a menu choice
  152.                either by pressing the capitalized letter or by using the
  153.                cursor arrows to move the highlighted letter to your choice
  154.                and pressing Enter.
  155.  
  156.  
  157.                                      ON-LINE HELP
  158.  
  159.           The operating instructions for any screen can be displayed by
  160.           pressing F1. The Users Guide can be displayed by pressing F2. You
  161.           can page forward or backward through the help screens via the
  162.           PgUp and PgDn keys. Pressing Esc will exit help.
  163.  
  164.           While you are in Help you can also access two other Help
  165.           services:
  166.  
  167.                GLOSSARY, accessed by pressing F6 from any help screen, is
  168.                context sensitive and contains the definition for those data
  169.                elements on the screen you were in at the time you pressed
  170.                F1.
  171.  
  172.                INDEX and TABLE OF CONTENTS, accessed by pressing F4 from
  173.                any help screen, displays an index and table of contents to
  174.                the Users Guide from which you can choose any subject to
  175.                read.
  176.  
  177.           THERE IS NO PRINTED INSTRUCTION MANUAL FOR WorkQueue, IT IS
  178.           CONTAINED ENTIRELY IN THE ON-LINE HELP.
  179.  
  180.  
  181.                                  SYSTEM REQUIREMENTS
  182.  
  183.           WorkQueue requires a PC with 512K of Random Access Memory (RAM)
  184.           and DOS 2.0 or greater. If you find that WorkQueue won't run on
  185.           your PC, simply return it for a refund under the terms of the
  186.           warranty.
  187.  
  188.                                       DISCLAIMER
  189.  
  190.           In no event will the author be liable to the user for any
  191.           damages, including lost profits, lost savings or other incidental
  192.  
  193.           (C) Copyright 1989 by Lane Davis                         Page   3
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.           or consequential damages arising out of the use of or inability
  208.           to use WorkQueue, even if the author has been advised of the
  209.           possibility of such damages, or for any claim by any other party.
  210.  
  211.  
  212.                                        LICENSE
  213.  
  214.           WorkQueue is licensed software, not public domain software or
  215.           free software. WorkQueue is copyright (c) 1989, 1990 by Lane
  216.           Davis.
  217.  
  218.                1.   You may make copies of this software and share it with
  219.                     others for the purpose of evaluation but you must copy
  220.                     all the system files. WorkQueue must be copied complete
  221.                     with all files, including this one.
  222.  
  223.                2.   You may evaluate the software at no charge but if you
  224.                     decide to use it, you must purchase a license.
  225.  
  226.                3.   You may not modify any of the WorkQueue files in any
  227.                     way or decompile, disassemble or reverse engineer them.
  228.  
  229.                4.   You may not sell this software or distribute it in
  230.                     conjunction with any other product without a specific
  231.                     license to do so from Lane Davis.
  232.  
  233.                5.   No fee, charge or other compensation may be accepted or
  234.                     requested by any licensee.
  235.  
  236.                6.   Operators of electronic bulletin board systems (Sysops)
  237.                     may post WorkQueue for downloading by their users only
  238.                     as long as the above conditions are met. 
  239.  
  240.                7.   Distributors of public domain or user supported
  241.                     software may distribute copies of WorkQueue for a
  242.                     reasonable fee, subject to the above conditions.
  243.  
  244.                8.   A license allows the owner of the license to use the
  245.                     program on only one computer at a time.
  246.  
  247.  
  248.                                         PRICE
  249.  
  250.           $40, United States dollars, for each license. Volume discounts
  251.           are available.
  252.  
  253.  
  254.                                        UPGRADES
  255.  
  256.           If you have already purchased a license for a previous version,
  257.           that license can be upgraded to cover a later version for $20.
  258.  
  259.           (C) Copyright 1989 by Lane Davis                         Page   4
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.                                        SUPPORT
  274.  
  275.           Questions, comments and suggestions are encouraged. They should
  276.           be directed to the author by mail or through CompuServe
  277.           electronic mail ID 73577,1675. You will receive a response within
  278.           a reasonable period of time, usually 1-2 weeks. Priority will be
  279.           given to those who have purchased a license.
  280.  
  281.  
  282.                                        WARRANTY
  283.  
  284.           If a license has been purchased and the system is found to be
  285.           unsatisfactory, a refund can be obtained within 30 days after the
  286.           purchase of the license by writing to the author. The letter must
  287.           be signed by the person who purchased the license.
  288.  
  289.  
  290.                                         ORDERS
  291.  
  292.           License orders must be accompanied by a check or money order - no
  293.           credit cards accepted. Orders should be sent to:
  294.  
  295.                     Lane Davis
  296.                     1714 Hybrid Place
  297.                     Clementon, NJ  08021
  298.  
  299.                You must include 
  300.  
  301.                     The name, a person or a company, to which the license
  302.                     is to be issued.
  303.  
  304.                     A mailing address.
  305.  
  306.                     The version number you currently are using.
  307.  
  308.                     Whether you want 5.25inch (360K or 1.2meg.) or 3.5inch
  309.                     (720K or 1.4meg.) diskettes. 
  310.  
  311.                     A telephone number would be appreciated. 
  312.  
  313.                When you purchase a license, or upgrade a previous license,
  314.                a licensed copy of the most recent version of the system
  315.                will be mailed to you. The licensed version omits the
  316.                "UNLICENSED" text on the opening screen.
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.           (C) Copyright 1989 by Lane Davis                         Page   5
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.