home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / empsch10.zip / SCHEDULE.DOC < prev    next >
Text File  |  1989-11-20  |  34KB  |  595 lines

  1.  
  2.  
  3.  
  4.                             THE SCHEDULER
  5.  
  6.                                  an
  7.                       Employee schedule program
  8.  
  9.                                  by
  10.                             Ron Thompson
  11.  
  12.                            Copyright 1989
  13.                        Computer Room Software
  14.  
  15.  
  16.  
  17.     Scheduler is a program designed to allow entry of employee's
  18.     work schedules, with easy modification and printing of the
  19.     schedules.  The program will make a 1 week schedule, for up
  20.     to 60 employees.  The program will also display graphs of the
  21.     schedule for each day.
  22.  
  23.     Scheduler consists of six files that must be on the same
  24.     disk or in the same directory; SCHEDULE.EXE, WEEK.FRM,
  25.     GRAPH1.SCR, GRAPH2.SCR, HELP.SCR, and SCHEDULE.DOC
  26.  
  27.     Two other types of files will appear on the disk when using
  28.     Scheduler; filename.SCH and filename.BAK.  The .SCH is the
  29.     latest version of a schedule.  When you "Build a new schedule"
  30.     the program will produce a .SCH file.  When you "Load an old
  31.     schedule" the program will save the .SCH file as a .BAK file,
  32.     and save the new changes as a .SCH file.  If you make a mistake
  33.     when modifying a file that has a matching .BAK file it is easy
  34.     to recover from the mistake by exiting the program and erasing
  35.     the messed up .SCH file and using the DOS command
  36.     "RENAME filename.BAK filename.SCH"  and pressing the Enter key.
  37.     The filename in the line would be the name of your file, and
  38.     you would not type in the quote marks.
  39.  
  40.  
  41.  
  42.     This small manual will take you through the steps of making a
  43.     new schedule, altering it and printing the finished schedule.
  44.  
  45.  
  46.  
  47.  
  48.     At the DOS prompt, type SCHEDULE and press enter.
  49.  
  50. A>SCHEDULE
  51.                                                          
  52.     You will be asked for the path to the schedule files.  That
  53.     simply means to type in the drive and directory names that
  54.     have the data files.  If you have a dual drive disk, you may
  55.     want to keep the Schedule program files on a disk in drive A,
  56.     and the schedules on a disk in drive B.  If so, you would
  57.     enter B:\  , which tells the program to look in the main directory
  58.     of drive B.  If you have a hard disk drive named C, and have
  59.     made a subdirectory for the schedule program and schedules and
  60.     called it SCHEDULE, you would enter C:\SCHEDULE\  .
  61.  
  62. ╓──Path Information ──────────────────────────────────────────────────────────╖
  63. ║             Which drive and subdirectory are your schedules in?             ║
  64. ║Enter as A:\ or B:\SUBDIRECTORY\ >                              <            ║
  65. ╙─────────────────────────────────────────────────────────────────────────────╜
  66.  
  67.  
  68.     You will then see the menu;
  69.                                                                                 
  70.                      ╓────────────────────────────────────╖
  71.                      ║ *** THE Scheduler's MAIN MENU ***  ║
  72.                      ╠════════════════════════════════════╣
  73.                      ║  Load an old schedule              ║
  74.                      ║  Build a new schedule              ║
  75.                      ║  Print out a schedule              ║
  76.                      ║  Graph                             ║
  77.                      ║  Quit the program                  ║
  78.                      ╙────────────────────────────────────╜
  79.                      ╓────────────────────────────────────╖
  80.                      ║      COMPUTER ROOM SOFTWARE        ║
  81.                      ║          COPYRIGHT 1989            ║
  82.                      ╙────────────────────────────────────╜
  83.  
  84.          ╓──[ Information ]─────────────────────────────────────────╖
  85.          ║   Use the Up and Down Cursor Keys to select an Option.   ║
  86.          ║             Press the ENTER key to continue.             ║
  87.          ╙──────────────────────────────────────────────────────────╜
  88.  
  89.                                                                                 
  90.     Notice that the line "Load an old schedule" is highlighted.  By
  91.     pressing the up and down arrows you can move to other selections.
  92.     Press the ENTER key when you are on the selection you want.
  93.  
  94.     For this example, select "Build a new schedule".
  95.                                                                                 
  96.     A small box will appear that asks for the name of the file.  Type
  97.     a word (or a number) that you want to use for the name of the
  98.     schedule.  Do not enter more than eight characters, or a period,
  99.     the program will add the .SCH automatically.
  100.  
  101.                      ╓────────────────────────────────────╖
  102.                      ║ *** THE Scheduler's MAIN MENU ***  ║
  103.                      ╠════════════════════════════════════╣
  104.                      ║  Load an old schedule              ║
  105.                      ║  Build a new schedule              ║
  106.                      ║  Print out a schedule              ║
  107.                      ║  Graph                             ║
  108.                      ║  Quit the program                  ║
  109.                      ╙────────────────────────────────────╜
  110.                      ╓────────────────────────────────────╖
  111.                      ║      COMPUTER ROOM SOFTWARE        ║
  112.                      ║          COPYRIGHT 1989            ║
  113.                      ╙────────────────────────────────────╜
  114.  
  115.          ╓──[ Name of file ]─────────────────────────────────────────╖
  116.          ║Enter name of file >DEMO    <                              ║
  117.          ╙───────────────────────────────────────────────────────────╜
  118.     Type in the name and press enter.
  119.  
  120.                                                                                 
  121.     The program will ask for the date of the program.  This is just
  122.     for your convenience, and you may press Enter if you do not want
  123.     the date shown while working on the schedule.
  124.  
  125.  
  126.  
  127.  
  128.                     ╓─────────────────────────────────────╖
  129.                     ║ *** THE Scheduler's MAIN MENU ***   ║
  130.                     ╠═════════════════════════════════════╣
  131.                     ║  Load an old schedule               ║
  132.                     ║  Build a new schedule               ║
  133.                     ║  Print out a schedule               ║
  134.                     ║  Graph                              ║
  135.                     ║  Quit the program                   ║
  136.                     ╙─────────────────────────────────────╜
  137.                                                                                 
  138.                                                                                 
  139.                     ╓───────────────────────────────────╖
  140.                     ║      COMPUTER ROOM SOFTWARE       ║
  141.                     ║          COPYRIGHT 1989           ║
  142.                     ╙───────────────────────────────────╜
  143.                                                                                 
  144.         ╓──[ Week beginning ]───────────────────────────────────────╖
  145.         ║Enter as MM/DD/YY >        <                               ║
  146.         ╙───────────────────────────────────────────────────────────╜
  147.  
  148.      The date is entered as 2 numbers, a "/" , 2 more numbers, another
  149.      "/", and 2 more numbers.
  150.                                                                       
  151.         ╓──[ Week beginning ]───────────────────────────────────────╖
  152.         ║Enter as MM/DD/YY >09/12/89<                               ║
  153.         ╙───────────────────────────────────────────────────────────╜
  154.  
  155.  
  156.                                                                            
  157.      You are then shown the entry screen.  It has room for a name and
  158.      seven days.  When the screen comes on, the word "NAME" is highlighted.
  159.      If you press the;
  160.                       SPACE key ... You will be asked to enter the
  161.                                     persons name.
  162.  
  163.                       Right arrow . The S for Sunday will be highlighted
  164.                                     and if you press the SPACE you will
  165.                                     be asked for the time the person
  166.                                     will start on Sunday.
  167.  
  168.                       Left arrow .. The S for Saturday will be highlighted
  169.                                     and if you press the SPACE you will
  170.                                     be asked for the time the person will
  171.                                     start on Saturday.
  172.  
  173.                       Down arrow .. Will show the next person, which should
  174.                                     be blank at this time.
  175.  
  176.                       Up arrow  ... Will show the previous person, if you
  177.                                     are on the first person the key is
  178.                                     ignored.
  179.                                                                                 
  180.                       Page up   ... Will show you a chart explaining
  181.                                     military time (0000 to 2400 hours).
  182.  
  183.                       Page down ... Will list all people entered so far,
  184.                                     you can use the Page UP, Page Down,
  185.                                     and Up and Down keys to browse through
  186.                                     them.  If you have a line, with a person's
  187.                                     name, highlighted and press ENTER, you
  188.                                     will be returned to this screen with
  189.                                     that person's information displayed.
  190.  
  191.                       ESC       ... Returns you to the menu.
  192. ┌───────────────────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬───────┐
  193. │ NAME              │   S  │   M  │   T  │   W  │   TH │   F  │   S  │ TOTAL │
  194. ├───────────────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼───────┤
  195. │                   │      │      │      │      │      │      │      │       │
  196. │                   │      │      │      │      │      │      │      │       │
  197. │                   │      │      │      │      │      │      │      │       │
  198. ├─────────┬─────────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴───────┤
  199. │ WEEK OF │ SPACE = Enter information  PAGE UP =   Display time comparison   │
  200. │09/12/89 │ ESC = Quit to Menu         PAGE DOWN = Scroll thru schedule      │
  201. └─────────┴──────────────────────────────────────────────────────────────────┘
  202.                                                                                 
  203.  
  204.       With the word "NAME" highlighted, we press the SPACE key.  A small
  205.       box appears at the bottom of the screen.  Type in the person's name
  206.       and press ENTER.
  207.                                                                                 
  208. ┌───────────────────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬───────┐
  209. │ NAME              │   S  │   M  │   T  │   W  │   TH │   F  │   S  │ TOTAL │
  210. ├───────────────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼───────┤
  211. │                   │      │      │      │      │      │      │      │       │
  212. │                   │      │      │      │      │      │      │      │       │
  213. │                   │      │      │      │      │      │      │      │       │
  214. ├─────────┬─────────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴───────┤
  215. │ WEEK OF │ SPACE = Enter information  PAGE UP =   Display time comparison   │
  216. │09/12/89 │ ESC = Quit to Menu         PAGE DOWN = Scroll thru schedule      │
  217. └─────────┴──────────────────────────────────────────────────────────────────┘
  218.                                                                                 
  219.                                                                                 
  220.                                                                                 
  221.                                                                                 
  222.                                                                                 
  223.                                                                                 
  224.                                                                                 
  225.                                                                                 
  226. ╓──[ Name of person ]────────────────────────────────────────────────────────╖
  227. >Ron Thompson        <                                                       ║
  228. ╙────────────────────────────────────────────────────────────────────────────╜
  229.                                                                                 
  230.       The person's name will appear on the screen.  We then press the
  231.       right arrow, and the S for Sunday is highlighted.  We press the
  232.       SPACE key and a box appears at the bottom of the screen which
  233.       asks for the time the person will start.  Type in the military
  234.       time for when the person will start to work.  If you forget what
  235.       hours equal the normal AM or PM, then press the PAGE UP key.
  236.  
  237.       We could have pressed the Right (or Left) arrow several more times
  238.       and picked any day.
  239.  
  240. ┌───────────────────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬───────┐
  241. │ NAME              │   S  │   M  │   T  │   W  │   TH │   F  │   S  │ TOTAL │
  242. ├───────────────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼───────┤
  243. │Ron Thompson       │      │      │      │      │      │      │      │       │
  244. │                   │      │      │      │      │      │      │      │       │
  245. │                   │      │      │      │      │      │      │      │       │
  246. ├─────────┬─────────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴───────┤
  247. │ WEEK OF │ SPACE = Enter information  PAGE UP =   Display time comparison   │
  248. │09/12/89 │ ESC = Quit to Menu         PAGE DOWN = Scroll thru schedule      │
  249. └─────────┴──────────────────────────────────────────────────────────────────┘
  250.                                                                                 
  251.                                                                                 
  252.                                                                                 
  253.                                                                                 
  254.                                                                                 
  255.                                                                                 
  256.                                                                                 
  257.                                                                                 
  258.                                                                                 
  259.                                                                                 
  260. ╓──Sunday start (Enter if off)───────────────────────────────────────────────╖
  261. >0800<                                                                       ║
  262. ╙────────────────────────────────────────────────────────────────────────────╜
  263.  
  264.       The time that you entered will be displayed in the day of week
  265.       that you are on.  You will then be asked for the time the person
  266.       will stop working.  Enter it the same way.
  267.  
  268. ┌───────────────────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬───────┐
  269. │ NAME              │   S  │   M  │   T  │   W  │   TH │   F  │   S  │ TOTAL │
  270. ├───────────────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼───────┤
  271. │Ron Thompson       │0800  │      │      │      │      │      │      │       │
  272. │                   │      │      │      │      │      │      │      │       │
  273. │                   │      │      │      │      │      │      │      │       │
  274. ├─────────┬─────────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴───────┤
  275. │ WEEK OF │ SPACE = Enter information  PAGE UP =   Display time comparison   │
  276. │09/12/89 │ ESC = Quit to Menu         PAGE DOWN = Scroll thru schedule      │
  277. └─────────┴──────────────────────────────────────────────────────────────────┘
  278.                                                                                 
  279.                                                                                 
  280.                                                                                 
  281.                                                                                 
  282.                                                                                 
  283.                                                                                 
  284. ╓──Sunday end (Enter if off)─────────────────────────────────────────────────╖
  285. >1600<                                                                       ║
  286. ╙────────────────────────────────────────────────────────────────────────────╜
  287.                                                                                 
  288.  
  289.       The hours worked for the day, and the total of the hours worked
  290.       for the week, will be calculated automatically.  The program will
  291.       support quarter hour figures (1015 or 1030) and will display the
  292.       hours worked in decimals (8.25  8.50  8.75).
  293.  
  294.       If the hours scheduled for the week is more than 39 hours, the
  295.       computer will beep to warn you.
  296.  
  297. ┌───────────────────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬───────┐
  298. │ NAME              │   S  │   M  │   T  │   W  │   TH │   F  │   S  │ TOTAL │
  299. ├───────────────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼───────┤
  300. │Ron Thompson       │0800  │      │      │      │      │      │      │       │
  301. │                   │1600  │      │      │      │      │      │      │       │
  302. │                   │ 8. 0 │      │      │      │      │      │      │ 8. 0  │
  303. ├─────────┬─────────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴───────┤
  304. │ WEEK OF │ SPACE = Enter information  PAGE UP =   Display time comparison   │
  305. │09/12/89 │ ESC = Quit to Menu         PAGE DOWN = Scroll thru schedule      │
  306. └─────────┴──────────────────────────────────────────────────────────────────┘
  307.  
  308.                                                                                 
  309.     Pressing the PAGE UP key will display this screen.  When you
  310.     are done, press any key to return to where you were.
  311.  
  312.                                                                                 
  313. ┌────────────┬────────────┐
  314. │      AM    │     PM     │
  315. │12:15 - 0015│12:15 - 1215│
  316. │12:30 - 0030│12:30 - 1230│
  317. │12:45 - 0045│12:45 - 1245│
  318. │ 1:00 - 0100│ 1:00 - 1300│
  319. │ 2:00 - 0200│ 2:00 - 1400│
  320. │ 3:00 - 0300│ 3:00 - 1500│
  321. │ 4:00 - 0400│ 4:00 - 1600│
  322. │ 5:00 - 0500│ 5:00 - 1700│
  323. │ 6:00 - 0600│ 6:00 - 1800│
  324. │ 7:00 - 0700│ 7:00 - 1900│
  325. │ 8:00 - 0800│ 8:00 - 2000│
  326. │ 9:00 - 0900│ 9:00 - 2100│
  327. │10:00 - 1000│10:00 - 2200│
  328. │11:00 - 1100│11:00 - 2300│
  329. │ NOON - 1200│MIDN  - 2400│
  330. └────────────┴────────────┘
  331.   Press any key to return
  332.  
  333.                                                                                 
  334.        Pressing the PAGE DOWN key will show the summary of people
  335.        already entered, in the form shown below.
  336.        You may scroll thru the list with the Page up, Page Down,
  337.        Up arrow, Down arrow, Home, and End keys.  When you have
  338.        the name of the person highlighted and press Enter, you
  339.        will return to the Entry screen with that person on display.
  340.        There is only one person shown now, but later up to three
  341.        people can be shown at one time.
  342. ┌───────────────────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬───────┐
  343. │ NAME              │   S  │   M  │   T  │   W  │   TH │   F  │   S  │ TOTAL │
  344. ├───────────────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼───────┤
  345. │Ron Thompson       │0800  │      │      │      │      │      │      │       │
  346. │                   │1600  │      │      │      │      │      │      │       │
  347. │                   │ 8. 0 │      │      │      │      │      │      │ 8. 0  │
  348. ├─────────┬─────────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴───────┤
  349. │ WEEK OF │ SPACE = Enter information  PAGE UP =   Display time comparison   │
  350. │09/12/89 │ ESC = Quit to Menu         PAGE DOWN = Scroll thru schedule      │
  351. └─────────┴──────────────────────────────────────────────────────────────────┘
  352. ╓──09/12/89────────────────────────────────────────────────────────────────╥─╖
  353. ║ Ron Thompson      │0800 │      │      │      │      │      │      │      ║v║
  354. ║                   │1600 │      │      │      │      │      │      │      ║ ║
  355. ║                   │8. 0 │      │      │      │      │      │      │8. 0  ║ ║
  356. ║                   │     │      │      │      │      │      │      │      ║ ║
  357. ║                   │     │      │      │      │      │      │      │      ║ ║
  358. ║                   │     │      │      │      │      │      │      │      ║ ║
  359. ║                   │     │      │      │      │      │      │      │      ║ ║
  360. ║                   │     │      │      │      │      │      │      │      ║ ║
  361. ║                   │     │      │      │      │      │      │      │      ║ ║
  362. ╙──────────────────────────────────────────────────────────────────────────╨─╜
  363.  
  364.                                                                                 
  365.       If you select "Load an old schedule" from the Menu, you will
  366.       see a box that has upto 10 schedule files shown.  Use the
  367.       Up arrow, or Down arrow to select the one you want to load,
  368.       and press ENTER.
  369.                                                                                 
  370.  
  371.                                                                                 
  372.                                                                                 
  373.                                                                                 
  374.                     ╓─────────────────────────────────────╖
  375.                     ║ *** TH╒══FILES══════════╤═╕NU ***   ║
  376.                     ╠═══════│ SAMPLE.SCH      │v│═════════╣
  377.                     ║  Load │ DEMO.SCH        │ │         ║
  378.                     ║  Build╘═════════════════╧═╛         ║
  379.                     ║  Print out a schedule               ║
  380.                     ║  Graph                              ║
  381.                     ║  Quit the program                   ║
  382.                     ╙─────────────────────────────────────╜
  383.                                                                                 
  384.                                                                                 
  385.                      ╓───────────────────────────────────╖
  386.                      ║      COMPUTER ROOM SOFTWARE       ║
  387.                      ║          COPYRIGHT 1989           ║
  388.                      ╙───────────────────────────────────╜
  389.                                                                                 
  390.          ╓──[ Information ]──────────────────────────────────────────╖
  391.          ║   Use the Up and Down Cursor Keys to select an Option.    ║
  392.          ║             Press the ENTER key to continue.              ║
  393.          ╙───────────────────────────────────────────────────────────╜
  394.                                                                                 
  395.        You will be asked the date as before, and the Entry screen will
  396.        appear, but this time people will be displayed at the start.
  397.        To move to the end of the list you can either press the Down
  398.        arrow until you reach the end, or press Page Down and then the
  399.        End key followed by the Enter key.
  400.  
  401.        NOTE:
  402.        You can replace previously entered names or times by moving to
  403.        them and re-entering the information.  If you have entered hours
  404.        for a day, and then decide that the employee should be off that
  405.        day, just type 0 for both the start and end times.
  406.  
  407.                          PRINTING OUT A SCHEDULE
  408.  
  409.        If you select "Print out a schedule" you are again shown the
  410.        box with the list of .SCH files.  Select one and press Enter,
  411.        you will be asked for a date, and you should enter a date this
  412.        time as it will appear on the printout.
  413.  
  414.        The program will print either 15 people per page (and up to
  415.        4 pages) ,or it will stop if it reaches a place where there
  416.        are no weekly hours entered.  When it reaches a blank space,
  417.        the program will ask once if you wish to continue.  If you
  418.        answer Yes, it will print all four pages whether empty or not.
  419.  
  420.                                  GRAPHS
  421.  
  422.        The Scheduler program will show a graph of how many people
  423.        are working for each hour of the day.
  424.  
  425.        When you select "Graph" from the menu, you will be shown which
  426.        schedules are available on the drive.  Select one by highlighting
  427.        it and pressing ENTER.
  428.                     ╓─────────────────────────────────────╖
  429.                     ║ *** TH╒══FILES══════════╤═╕NU ***   ║
  430.                     ╠═══════│ SAMPLE.SCH      │v│═════════╣
  431.                     ║  Load │ DEMO.SCH        │ │         ║
  432.                     ║  Build╘═════════════════╧═╛         ║
  433.                     ║  Print out a schedule               ║
  434.                     ║  Graph                              ║
  435.                     ║  Quit the program                   ║
  436.                     ╙─────────────────────────────────────╜
  437.                      ╓───────────────────────────────────╖
  438.                      ║      COMPUTER ROOM SOFTWARE       ║
  439.                      ║          COPYRIGHT 1989           ║
  440.                      ╙───────────────────────────────────╜
  441.                                                                                 
  442.          ╓──[ Information ]──────────────────────────────────────────╖
  443.          ║   Use the Up and Down Cursor Keys to select an Option.    ║
  444.          ║             Press the ENTER key to continue.              ║
  445.          ╙───────────────────────────────────────────────────────────╜
  446.                      
  447.                     ╓─────────────────────────────────────╖
  448.                     ║ *** TH╒══FILES══════════╤═╕NU ***   ║
  449.                     ╠═══════│ SAMPLE.SCH      │v│═════════╣
  450.                     ║  Load │ DEMO.SCH        │ │         ║
  451.                     ║  Build╘═════════════════╧═╛         ║
  452.                     ║  Print out a schedule               ║
  453.                     ║  Graph                              ║
  454.                     ║  Graph2                             ║
  455.                     ║  Quit the program                   ║
  456.                     ╙─────────────────────────────────────╜
  457.                      ╓───────────────────────────────────╖
  458.                      ║      COMPUTER ROOM SOFTWARE       ║
  459.                      ║          COPYRIGHT 1989           ║
  460.                      ╙───────────────────────────────────╜
  461.                                                                                 
  462.          ╓──[ Information ]──────────────────────────────────────────╖
  463.          ║   Use the Up and Down Cursor Keys to select an Option.    ║
  464.          ║             Press the ENTER key to continue.              ║
  465.          ╙───────────────────────────────────────────────────────────╜
  466.  
  467.  
  468.               A menu of days appears, select one and press ENTER.  You
  469.               can also select QUIT to return to the main menu.
  470.  
  471.                     ╓─────────────────────────────────────╖
  472.                     ║ *** THE Scheduler's MAIN MENU ***   ║
  473.                     ╠═════════════════════════════════════╣
  474.                     ║  Load an old schedule               ║
  475.                     ║  Build a new schedule               ║
  476.                     ║  Print out a schedule               ║
  477.                     ║  Graph                              ║
  478.                     ║  Graph2                             ║
  479.                     ║  Quit the program                   ║
  480.                     ╙─────────────────────────────────────╜
  481.                     ╓─────────────────────────────────────╖
  482.                     ║      COMPUTER ROOM SOFTWARE         ║
  483.                     ║          COPYRIGHT 1989             ║
  484.                     ╙─────────────────────────────────────╜
  485.                                                                                 
  486.          ╓──[ Information ]──────────────────────────────────────────╖
  487. ╓─Which day─────────────────────────────────────────────────╖ion.    ║
  488. ║  Sun    Mon    Tues    Wed    Thur    Fri    Sat    Quit  ║        ║
  489. ╙───────────────────────────────────────────────────────────╜────────╜
  490.  
  491. MID 1  2  3  4  5  6  7  8  9  10 11 12 1  2  3  4  5  6  7  8  9  10 11  SUN
  492. ┌───────────────────────────────────────────────────────────────────────────┐21
  493. ├───────────────────────────────────────────────────────────────────────────┤20
  494. ├───────────────────────────────────────────────────────────────────────────┤19
  495. ├───────────────────────────────────────────────────────────────────────────┤18
  496. ├───────────────────────────────────────────────────────────────────────────┤17
  497. ├───────────────────────────────────────────────────────────────────────────┤16
  498. ├───────────────────────────────────────────────────────────────────────────┤15
  499. ├───────────────────────────────────────────────────────────────────────────┤14
  500. ├───────────────────────────────────────────────────────────────────────────┤13
  501. ├───────────────────────────────────────────────────────────────────────────┤12
  502. ├───────────────────────────────────────────────────────────────────────────┤11
  503. ├───────────────────────────────────────────────────────────────────────────┤10
  504. ├───────────────────────────────────────────────────────────────────────────┤ 9
  505. ├───────────────────────────────────────────────────────────────────────────┤ 8
  506. ├───────────────────────────────────────────────────────────────────────────┤ 7
  507. ├─────────────────────────────────██─██─██─██───────────────────────────────┤ 6
  508. ├─────────────────────────────────██─██─██─██───────────────────────────────┤ 5
  509. ├──────────────────────────────██─██─██─██─██─██─██─────────────────────────┤ 4
  510. ├──────────────────────────────██─██─██─██─██─██─██─────────────────────────┤ 3
  511. ├──────────────────────────────██─██─██─██─██─██─██─────────────────────────┤ 2
  512. ├─────────██─██─██─██─██─██─██─██─██─██─██─██─██─██─██─██─██─██─────────────┤ 1
  513. MID─1──2──3──4──5──6──7──8──9──10─11─12─1──2──3──4──5──6──7──8──9──10─11────┘
  514. ^                                    ^
  515. Midnight                             Noon
  516.  
  517.         The graph begins with midnight and goes to 11 pm.
  518.         It has room for up to 20 employees per hour, if there are more than
  519.         20 employees working during an hour the graph will only show that
  520.         there are only 20.  The numbers on the right side of the screen
  521.         show how many people are working, the numbers at the top and bottom
  522.         are the hours of the day.  Notice that there is only 1 employee
  523.         working during the hours of 3 am to 9 am, and 4 at 10 am.
  524.  
  525.         If you press any key, you will return to the day selection menu.
  526.         To return to the main menu from there, select Quit.
  527.  
  528.                                ACKNOWLEDGMENTS
  529.  
  530.         This program uses routines from THE QUICKBASIC UTILITY SET, a
  531.         library of routines written by Daniel R. Berry, of Traveller Software,
  532.         4277 Redmond Way, Beale AFB, CA  95903.
  533.  
  534.         Thanks to Dan Tillman, sysop of Missing Link BBS 618-233-6982, for
  535.         quite a bit of technical assistance for this and other programs.
  536.  
  537.         Thanks to Bob Scruggs, owner of Circle Software, 12 East Main St.,
  538.         Belleville, IL 62221, for the use of several QuickBasic routines.
  539.  
  540.  
  541.                                   SHAREWARE
  542.  
  543.         This program is being offered on a Shareware basis.  It may be
  544.         copied and distributed by any means, as long as none of the
  545.         files including this doc file are not altered.
  546.  
  547.         Shareware means that you may try this program to see if it meets
  548.         your needs.  If you use Scheduler beyond a trial basis you are
  549.         expected to register it.
  550.  
  551.         Registration fee:
  552.               If you only wish to register this version of Scheduler,
  553.               and do not require future updates, the fee is $25.00.
  554.  
  555.               If you wish to register and receive all future updates
  556.               at no additional cost, the fee is $50.00.
  557.  
  558.         In either case, registration entitles you to all the assistance
  559.         that I can provide.
  560.  
  561.         Ron Thompson
  562.         214 Marla Kay Drive
  563.         Swansea, IL  62221
  564.         618-235-7739
  565.  
  566.  
  567.  
  568.  
  569.  
  570.                               REGISTRATION FORM
  571.                   Please make checks payable to:
  572.                   Ron Thompson
  573.                   214 Marla Kay Drive
  574.                   Swansea, Illinois 62221
  575.  
  576.  
  577.  ┌───────────────────────────────────────────────────────┬─────────────────┐
  578.  │NAME:                                                  │DATE             │
  579.  ├───────────────────────────────────────────────────────┴─────────────────┤
  580.  │STREET ADDRESS:                                                          │
  581.  ├─────────────────────────────────────────────────────────────────────────┤
  582.  │CITY, STATE, ZIP:                                                        │
  583.  ├─────────────────────────────────────────────────────────────────────────┤
  584.  │ Registration for version 1.0 of Scheduler.                              │
  585.  ├──────────────────────────────────┬──────────────────────────────────────┤
  586.  │ Limited Registration  $25.00     │    Full registration  $50.00         │
  587.  ├──────────────────────────────────┴──────────────────────────────────────┤
  588.  │ Suggestions:                                                            │
  589.  │                                                                         │
  590.  │                                                                         │
  591.  │                                                                         │
  592.  ├─────────────────────────────────────────────────────────────────────────┤
  593.  │ Where did you get Schedule?                                             │
  594.  └─────────────────────────────────────────────────────────────────────────┘
  595.