home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / yearplan.zip / CALENDAR.DOC next >
Text File  |  1988-12-12  |  34KB  |  1,146 lines

  1.  
  2.  
  3.  
  4.  
  5. Y E A R    P L A N N E R      version 2.89
  6. ______________________________________________________________________________
  7.   
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. FLOWSOFT custom programming
  49. William A. Anderson
  50. Owner & Author
  51. 875 Franklin Rd. #1635
  52. Marietta, Ga. 30067
  53. 404-428-4028
  54.  
  55.  
  56.  
  57.  
  58. C O N T E N T S
  59. ______________________________________________________________________________
  60.  
  61.  
  62.  
  63. 1    Introduction                                      Page
  64.  
  65.  
  66.      1.1  Program Description & Requirements........   1  
  67.  
  68.  
  69. 2    Getting Started 
  70.  
  71.  
  72.      2.1  System Installation.......................   2   
  73.  
  74.      2.2  Starting the Program......................   3
  75.  
  76.      2.3  Main Menu Explanation.....................   4
  77.  
  78.      2.4  Initializing a New Year...................   5   
  79.  
  80.      2.5  Setup - Printer, Color, Pause Time........   6-7
  81.  
  82.  
  83. 3    Other Functions                    
  84.  
  85.  
  86.      3.1  Working on the Calendar...................   8-9
  87.  
  88.      3.2  The Overlay Template......................   10
  89.  
  90.      3.3  Jumping to a Specified Day................   11
  91.  
  92.      3.4  Function Keys Explained...................   12
  93.  
  94.      3.5  Onscreen Summary..........................   13
  95.  
  96.      3.6  Printing the Wall Planner.................   14
  97.  
  98.      3.7  Add/Update Important Dates................   15
  99.  
  100.      3.8  Insert Important Dates into Year..........   15
  101.  
  102.  
  103. 4    Registration
  104.  
  105.  
  106.      4.1  Year Planner Software License Agreement...   16
  107.  
  108.      4.2  Registration Form and Support Info........   17
  109.  
  110.  
  111.  
  112.  
  113.  
  114. 1.1  Program Description
  115.  
  116.  
  117. Year  Planner is an organizing tool which mimics the familiar  "write-
  118. on,  wipe-off"  wall  planner calendar system most businesses  use  to 
  119. schedule  important  events.  You  are  allowed  to  write  deadlines, 
  120. appointments,  and other important information into "day blocks" which 
  121. can  later  be  printed  out  in a  large  standard  calendar  format. 
  122. Information can be easily updated or erased altogether and  reprinted. 
  123. Features include an overlay template to apply similar messages in many 
  124. "day  blocks",  an onscreen year summary so you can see the whole year 
  125. at a glance,  large calendar printouts, and all major holidays already 
  126. built in.
  127.  
  128.  
  129.  
  130. >>>> System Requirements:
  131.  
  132. *    520K of main memory.
  133. *    One 5 1/4 "  floppy drive.
  134. *    One hard disk drive. (optional)
  135. *    IBM PC or compatible.
  136. *    files=40 and buffers=40 in CONFIG.SYS file.
  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.  
  165.  
  166.  
  167.  
  168.  
  169.                                                    Page 1
  170.  
  171.  
  172.  
  173.  
  174.  
  175. 2.1  System Installation
  176.  
  177.  
  178.  
  179. Floppy Drive System:
  180.  
  181. To  install  the year planner program on a floppy drive  system,  just 
  182. copy  the calendar.exe and setup.exe files over to a blank,  formatted 
  183. floppy  diskette. You will have more than enough space on  the  floppy 
  184. diskette  to hold the program, the yearly data files, and the  printer 
  185. control codes setup file.
  186.  
  187.  
  188.  
  189. Hard Drive System:
  190.  
  191. To  install the year planner program on a hard disk, you should  first 
  192. create  a  new  subdirectory  on  the hard  disk  and  then  copy  the 
  193. calendar.exe  and setup.exe files to the newly  created  subdirectory. 
  194. The commands to create the new subdirectory are:
  195.  
  196.  
  197.      C>cd \                   goes to the root directory
  198.      C>md calendar            makes a new subdirectory called calendar
  199.      C>cd \calendar           goes to the calendar subdirectory
  200.  
  201.      (C> is the DOS prompt and is not part of the command)
  202.  
  203.  
  204. Once  you  have  created the new subdirectory,  you  should  copy  the 
  205. calendar.exe and setup.exe program files to the subdirectory. Use  the 
  206. DOS  copy  command  to  do this. Make sure you  are  in  the  calendar 
  207. subdirectory  before  issuing  this  command.  The  command  has   the 
  208. following format:
  209.  
  210.      C>copy d:\path\calendar
  211.  
  212. Where  d:\path\  is the pathname for the location of the  calendar.exe 
  213. file.  For example,  if the file was in the root directory on drive  A 
  214. then the copy commands would look like this: 
  215.  
  216.      C>copy A:calendar.exe
  217.      C>copy A:setup.exe
  218.  
  219. As  another example,  if the calendar.exe file were in a  subdirectory 
  220. called XTALK on drive C then the commands would look like this:
  221.  
  222.      C>copy C:\xtalk\calendar.exe
  223.      C>copy C:\xtalk\setup.exe
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.                                                    Page 2
  231.  
  232.  
  233.  
  234.  
  235.  
  236. 2.2  Starting the Program
  237.  
  238.  
  239.  
  240. Floppy Drive System:
  241.  
  242. 1) Insert the floppy diskette created in section 2.1 into drive A.
  243.  
  244. 2) Make sure you have the A> prompt.
  245.  
  246. 3) Type CALENDAR and then press 'enter'.
  247.  
  248. 4) The main menu will appear.
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255. Hard Drive System:
  256.  
  257. 1) Go to the subdirectory created is section 2.1: C>cd \calendar
  258.  
  259. 2) Type CALENDAR and then press 'enter'.
  260.  
  261. 3) The main menu will appear.
  262.  
  263.  
  264.  
  265.  
  266. Note: In the current version, you have the ability to create more than 
  267. one calendar file. You can enter the calendar file name on the command 
  268. line  when you start the program (CALENDAR filename) or, if you  don't 
  269. enter  it on the command line, you will be prompted by the program  to 
  270. enter a calendar file name.
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.                                                    Page 3
  292.  
  293.  
  294.  
  295.  
  296.  
  297. 2.3  Main Menu Explanation
  298.  
  299.               ---------------------------------------------------
  300.               |       Wall Planner v2.89 Main Menu              |
  301.               |                                                 |
  302.               |       W) Work on Calendar.                      |
  303.               |       O) Onscreen Summary.                      |
  304.               |       P) Print Wall Planner.                    |
  305.               |       I) Initialize file for a New Year.        |
  306.               |       A) Add/Update Important Dates.            |
  307.               |       D) Insert Important Dates into Year.      |
  308.               |       S) Color & Printer Control Codes Setup.   |
  309.               |       X) Exit to DOS.                           |
  310.               |                                                 |
  311.               |       Enter Option...                           |
  312.               |-------------------------------------------------|
  313.               |       If you find this Wall Planner useful,     |
  314.               |       please register for support and updates   |
  315.               |       by sending $10 to the address below.      |
  316.               |       Thank You!                                |
  317.               |                                                 |
  318.               |       FLOWSOFT custom programming.              |
  319.               |       875 Franklin Rd. #1635                    |
  320.               |       Marietta, Ga. 30067                       |
  321.               |       404-428-4028                              |
  322.               ---------------------------------------------------
  323.  
  324.  
  325. To  use the year planner menu system simply press the letter  next  to 
  326. the option you want to choose.
  327.  
  328.  
  329.      Option         Refer to Section 
  330. ----------------  ---------------------
  331.        W                 3.1
  332.        O                 3.5
  333.        P                 3.6
  334.        I                 2.4
  335.        A                 3.7
  336.        D                 3.8   
  337.        S                 2.5
  338.        X                 Simply exits to DOS.
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.                                                    Page 4
  353.  
  354.  
  355.  
  356.  
  357.  
  358. 2.4  Initializing a New Year
  359.  
  360.  
  361. Before  doing  anything such as entering appointments  or  printing  a 
  362. calendar, you must first initialize the calendar file for the year you 
  363. would like to work with. To do this, choose option I on the main menu. 
  364. After  entering the name of the file that you want to initialize,  you 
  365. will get the following prompt:
  366.  
  367.  
  368.  
  369.          Enter year (YY): ..
  370.  
  371.          Esc to Exit.
  372.  
  373.  
  374. After  you enter the year, the calendar file will be initialized.  All 
  375. "day  blocks"  will be set equal to spaces. After the  file  has  been 
  376. initialized, you will get the following prompt:
  377.  
  378.  
  379.  
  380.          Do you want to insert Holidays in calendar ? (Y/N)...
  381.  
  382.  
  383. If  you  answer  Y  to  the  prompt,   all  major  holidays  will   be 
  384. automatically  inserted  in  the  last line of  the  appropriate  "day 
  385. block".  If you answer N to the prompt,  all "day blocks" will  remain 
  386. blank.
  387.  
  388.  
  389. Note  that all year's are supported up to year 1999. And holidays  are 
  390. included only for years 1987 thru 1989. Future holidays and years will 
  391. be updated on a yearly basis or as needed.
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.                                                    Page 5
  414.  
  415.  
  416.  
  417.  
  418.  
  419. 2.5  Setup - Printer, Color, Pause Time.
  420.  
  421.  
  422. The  setup routine is option S on the main menu, so press S  now.  The 
  423. following printer setup menu will appear:
  424.  
  425.  
  426.                   ----------------------------------------
  427.                   |                                      |
  428.                   |   LPT1 Printer Setup Menu.           |
  429.                   |                                      |
  430.                   |   E) Epson and Compatibles.          |
  431.                   |   N) NEC.                            |
  432.                   |   O) Okidata.                        |
  433.                   |   T) Toshiba.                        |
  434.                   |   R) Radio Shack.                    |
  435.                   |   I) IBM.                            |
  436.                   |   C) Custom Printer Setup.           |
  437.                   |   M) Return to Menu (without saving).|
  438.                   |                                      |
  439.                   |                                      |
  440.                   |   Enter Option...                    |
  441.                   |                                      |
  442.                   ----------------------------------------
  443.  
  444.  
  445. If  your  printer is listed on the menu above, then simply  press  the 
  446. letter  corresponding to your printer. Otherwise, press C  for  custom 
  447. printer setup. Whether you choose a specific printer or custom  setup, 
  448. the next screen you get will be the custom printer setup screen:
  449.  
  450. -------------------------------------------------------------------------
  451. |      Enter the following control codes for your printer. There        |
  452. |      are 10 spaces available for each set of codes. Usually,          |
  453. |      just 1 or 2 codes are needed for each printer mode, so just      |
  454. |      enter the values necessary starting from the left, leaving       |
  455. |      the unused values blank (or 0). All numbers are in decimal:      |
  456. |-----------------------------------------------------------------------|
  457. |                                                                       |
  458. | 8 lines per inch    :  27,  48, ..., ..., ..., ..., ..., ..., ..., ...|
  459. |                                                                       |
  460. | 6 lines per inch    :  27,  50, ..., ..., ..., ..., ..., ..., ..., ...|
  461. |                                                                       |
  462. | Condensed (16.7 cpi):  15, ..., ..., ..., ..., ..., ..., ..., ..., ...|
  463. |                                                                       |
  464. | Regular (10 cpi)    :  18, ..., ..., ..., ..., ..., ..., ..., ..., ...|
  465. |                                                                       |
  466. |-----------------------------------------------------------------------|
  467. |                                                                       |
  468. | Is everything correct ? (Y/N)...                                      |
  469. |                                              Press F10 when finished. |
  470. -------------------------------------------------------------------------
  471.  
  472.  
  473.  
  474.                                                    Page 6
  475.  
  476.  
  477.  
  478.  
  479. 2.5  (continued)
  480.  
  481. If you chose a specific printer on the first menu, then the codes  for 
  482. that  printer  will appear on the screen above; otherwise,  the  codes 
  483. will be blank. If you need to enter codes for your printer, look  them 
  484. up  in your printer manual and enter them on the screen  above.  Press 
  485. F10  when you have entered the last code. The codes will be stored  on 
  486. disk  and you will proceed to the next screen. The decimal  codes  can 
  487. usually be found in a table in the back of your printer manual or in a 
  488. section that describes the different printer modes and tells you  what 
  489. codes to send from software to put your printer into that mode.
  490.  
  491.  
  492. Color Setup:
  493.  
  494. After  you are finished entering the printer control codes,  you  will 
  495. get the following color setup screen:
  496.  
  497.                   ----------------------------------------
  498.                   |   Color Setup Screen.                |
  499.                   |                                      |
  500.                   |   M) Monochrome Mode.                |
  501.                   |   F) Change Foreground Color.        |
  502.                   |   B) Change Background Color.        |
  503.                   |   D) Change Border Color.            |
  504.                   |   S) Save Colors.                    |
  505.                   |                                      |
  506.                   |   Enter Option...                    |
  507.                   |                                      |
  508.                   ----------------------------------------
  509.  
  510. To  change  the  screen  colors,  simply  press  the  appropriate  key 
  511. corresponding  to the area that you want to change. Eight  colors  are 
  512. available  for each area of the screen. As you press F,  for  example, 
  513. the foreground color will change each time the F key is pressed.  Note 
  514. that the foreground color cannot be the same as the background  color. 
  515. If you are using a monochrome monitor, just press M on the menu above. 
  516. When  the  colors are set the way you want them, press S to  save  the 
  517. color setup. 
  518.  
  519.  
  520. Error Message Pause Time:
  521.  
  522. The next screen you will get is:
  523.  
  524. -------------------------------------------------------------------
  525. |    Enter the number of seconds you would like error messages    |
  526. |   to be displayed on the screen (1-10 secs): ..                 |
  527. -------------------------------------------------------------------
  528.  
  529. To finish the setup routine, just enter the number of seconds that you 
  530. want all error messages to be displayed on the screen. 
  531.  
  532.  
  533.  
  534.  
  535.                                                    Page 7
  536.  
  537.  
  538.  
  539.  
  540.  
  541. 3.1  Working on the Calendar
  542.  
  543.  
  544. This  option allows you to enter  appointments,  schedules,  important 
  545. dates,  etc  into "day blocks".  Eight "day blocks" at a time will  be 
  546. displayed on the screen. The screen window looks like this:
  547.  
  548. -----------------------------------------------------------------------------
  549. |F ............... |S ............... |S ............... |M ............... |
  550. |r ............... |a ............... |u ............... |o ............... |
  551. |i ............... |t ............... |n ............... |n ............... |
  552. |  ............... |  ............... |  ............... |  ............... |
  553. |A ............... |A ............... |A ............... |A ............... |
  554. |u ............... |u ............... |u ............... |u ............... |
  555. |g ............... |g ............... |g ............... |g ............... |
  556. |  ............... |  ............... |  ............... |  ............... |
  557. |2 ............... |2 ............... |3 ............... |3 ............... |
  558. |8 ............... |9 ............... |0 ............... |1 ............... |
  559. |---------------------------------------------------------------------------|
  560. |M ............... |T ............... |W ............... |                  |
  561. |o ............... |u ............... |e ............... |                  |
  562. |n ............... |e ............... |d ............... |                  |
  563. |  ............... |  ............... |  ............... |                  |
  564. |S ............... |S ............... |S ............... |                  |
  565. |e ............... |e ............... |e ............... |                  |
  566. |p ............... |p ............... |p ............... |                  |
  567. |  ............... |  ............... |  ............... |                  |
  568. |2 ............... |2 ............... |3 ............... |                  |
  569. |8 ............... |9 ............... |0 ............... |                  |
  570. -----------------------------------------------------------------------------
  571. F1-ClrLine F2-Jump  Pgup/PgDn CtrlLeft-Left   Ctrl S-Sw Mode CtrlA-ApTmp
  572. F3-ClrBox  F10-Save Esc-Exit  CtrlRight-Right Ctrl W-Wrap    CtrlE-EdTmp
  573.  
  574. The  "day  block" that you are allowed to change is always the  second 
  575. one on the top row (Aug 29 above). In standard format, the entire year 
  576. is laid out like this:
  577.  
  578. Jan  1 ............................. 31
  579. Feb  1 ......................... 28
  580. Mar  1 ............................. 31
  581. Apr  1 ........................... 30
  582. May  1 ............................. 31
  583. Jun  1 ........................... 30
  584. Jul  1 ............................. 31
  585. Aug  1 ............................. 31
  586. Sep  1 ........................... 30
  587. Oct  1 ............................. 31
  588. Nov  1 ........................... 30
  589. Dec  1 ............................. 31
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.                                                    Page 8
  597.  
  598.  
  599.  
  600.  
  601.  
  602. 3.1  (continued)
  603.  
  604.  
  605. Use  the PgUp and PgDn keys to move up and down between months and use 
  606. the  CtrlLeft Arrow and Ctrl Right Arrow cursor movement keys to  move 
  607. left and right between days of a month.  With all movement keys,  make 
  608. sure you are moving to a valid day. For example, you cannot move up to 
  609. the 30th day in February.
  610.  
  611.  
  612.  
  613.  
  614.  
  615. Entering Appointments:
  616.  
  617.  
  618. To enter an appointment or other information just type the information 
  619. into  the appropriate "day block" and then save it.  A "day block"  is 
  620. saved by pressing the F10 function key or by moving on to another "day 
  621. block".  Make  sure  all "day blocks" are saved before  pressing  Esc. 
  622. Pressing  Esc  just returns back to the main menu  without  doing  any 
  623. saving first.
  624.  
  625.  
  626.  
  627. Refer to sections 3.2, 3.3, and 3.4 for more information about working 
  628. on a calendar.
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.                                                    Page 9
  658.  
  659.  
  660.  
  661.  
  662.  
  663. 3.2  The Overlay Template
  664.  
  665. The overlay template is used to apply the same information into several
  666. "day  blocks"  without having to retype it every time.  There are  two 
  667. functions  involved:  Ctrl E will allow you to edit the  template  and 
  668. Ctrl  A  will  allow  you to apply the template to  the  current  "day 
  669. block".
  670.  
  671. Editing the template:
  672.  
  673. While  working on a calendar,  press Ctrl E and the  following  screen 
  674. will appear:
  675.  
  676.                    --------------------
  677.                    |T ............... |
  678.                    |E ............... |
  679.                    |M --Vacation--... |
  680.                    |P ............... |
  681.                    |L ............... |
  682.                    |A ............... |
  683.                    |T ............... |
  684.                    |E ............... |
  685.                    |  ............... |
  686.                    |  ............... |
  687.                    --------------------
  688.  
  689.  
  690.                    Press F10 when finished editing template.
  691.  
  692.  
  693. Just  type  in the information you want the template to hold  for  you 
  694. until you apply the template. For example you could put "--Vacation--"
  695. in  the template and then apply the template to the days that you will 
  696. be on vacation.
  697.  
  698.  
  699.  
  700.  
  701. Applying the template:
  702.  
  703. To apply the template, you should first go to the day that you want to 
  704. apply the template to and then simply press Ctrl A.  The template will 
  705. be applied to the current day.  Note that lines which were not entered 
  706. in the template will not erase information that was in the "day block" 
  707. before you applied the template.  To apply the template to another day 
  708. just move to another day and press Ctrl A again.
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.                                                    Page 10
  719.  
  720.  
  721.  
  722.  
  723.  
  724. 3.3  Jumping to a Specified Day
  725.  
  726.  
  727. While  working  on  the calendar,  you may want to move quickly  to  a 
  728. specific day of the year.  To do so press the F2 function key and  you 
  729. will be prompted to enter a day in the form MMDD:
  730.  
  731.  
  732.  
  733.  
  734.          Enter Date to Jump to (MMDD): ....
  735.  
  736.          Esc to Exit.
  737.  
  738.  
  739.  
  740.  
  741. After  a valid month and day are entered,  you will return back to the 
  742. main  working  screen.  The  day that you jumped to will  now  be  the 
  743. current day. Make sure days are entered in the form MMDD. For example, 
  744. March 2 should be entered like this: 0302.
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.                                                    Page 11
  780.  
  781.  
  782.  
  783.  
  784.  
  785. 3.4  Function Keys Explained
  786.  
  787.  
  788. On the bottom of the main working screen,  you will see displayed  the 
  789. following function key abbreviations:
  790.  
  791. F1-ClrLine F2-Jump  Pgup/PgDn CtrlLeft-Left   Ctrl S-Sw Mode CtrlA-ApTmp
  792. F3-ClrBox  F10-Save Esc-Exit  CtrlRight-Right Ctrl W-Wrap    CtrlE-EdTmp
  793.  
  794.  
  795. These keys are explained below:
  796.  
  797. Function Key             Explanation
  798. ------------------  ------------------------------------------------------
  799. F1                  This key will clear the current line that you are
  800.                     on within a "day box".
  801.  
  802. F2                  Jump to a specific day. Refer to section 3.3
  803.  
  804. F3                  This key will blank out the entire "day box".
  805.  
  806. F10                 This key will save the current "day box".
  807.  
  808. PgUp                Moves up one month. With all movement keys,
  809.                     make sure you are moving to a valid day. For
  810.                     example, you cannot move up to the 30th day
  811.                     in February.
  812.  
  813. PgDn                Moves down one month.
  814.  
  815. Ctrl Left Arrow     Moves left one day.     
  816.  
  817. Ctrl Right Arrow    Moves right one day.
  818.  
  819. Del                 Deletes the one character at the cursor location.
  820.  
  821. Esc                 Exits and returns back to the main menu. No saves
  822.                     are done first.
  823.  
  824. Ctrl A              Apply the template. Refer to section 3.2
  825.  
  826. Ctrl E              Edit the template. Refer to section 3.2
  827.  
  828. Ctrl S              Switches between the standard display mode and
  829.                     an optional display mode where you see 8
  830.                     contiguous days on the screen at a time.
  831.  
  832. Ctrl W              Toggles word wrap on and off. If word wrap is on,
  833.                     then words will automatically wrap to the next
  834.                     line when entering day blocks.
  835.  
  836.  
  837.  
  838.  
  839.  
  840.                                                    Page 12
  841.  
  842.  
  843.  
  844.  
  845.  
  846. 3.5  Onscreen Summary
  847.  
  848.  
  849. This  option allows you to look at the whole year at a glance.  Choose 
  850. option O on the main menu and a summary like this one will appear:
  851.  
  852.  
  853.                         1                   2                   3
  854.       1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1    1987
  855. Jan  |X| | | | | | | | | | | | | | | | | |X| | | | | | | | | | | | |
  856.      ---------------------------------------------------------------
  857. Feb  | | | | | | | | | | | |X| |X| |X| | | | | | | | | | | | | | | |
  858.      ---------------------------------------------------------------
  859. Mar  | |X| |X| | | | | | | | | | | | |X| | | | | | | | | | | | | | |
  860.      ---------------------------------------------------------------
  861. Apr  | | | | | | | | | | | |X| | | | |X| |X| | | | | | | | | | | | |
  862.      ---------------------------------------------------------------
  863. May  | | | | | | | | | |X| | | | | | | | | | | | | | |X| | | | | | |
  864.      ---------------------------------------------------------------
  865. Jun  | | | | | | | | | | | | | |X| | | | | | |X| | | | | | | | | | |
  866.      ---------------------------------------------------------------
  867. Jul  | | | |X| | | | | | | | | | | | | | | | | | | | | | | | | | | |
  868.      ---------------------------------------------------------------
  869. Aug  | | | | | | | | | | | | | | | | | | | | | | | | | | | | |X|X|X|
  870.      ---------------------------------------------------------------
  871. Sep  | | | | | |X|X| | | | | | | | | | | | | | | | |X| | |X| | | | |
  872.      ---------------------------------------------------------------
  873. Oct  | | |X| | | | | | | | |X| | | |X| | | | | | | | | | | | | | |X|
  874.      ---------------------------------------------------------------
  875. Nov  | | |X| | | | | | | |X| | | | | | | |X| | | |X| | |X| | | | | |
  876.      ---------------------------------------------------------------
  877. Dec  | | | | | | | | | | | | | | | |X| | | | | | | | |X| | | | | | |
  878. Press any key to return to main menu...
  879.  
  880.  
  881.  
  882.  
  883. The  X's appearing in the onscreen yearly summary above mean that  you 
  884. have entered something for that day or that day is a holiday.
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.                                                    Page 13
  902.  
  903.  
  904.  
  905.  
  906.  
  907. 3.6  Printing the Wall Planner
  908.  
  909.  
  910. This  option  allows  you to print a calendar for a range  of  months. 
  911. Choose  option  P  on the main menu and you  will  get  the  following 
  912. prompt:
  913.  
  914.  
  915.               ---------------------------------------------------
  916.               |                                                 |
  917.               |    1987                                         |
  918.               |                                                 |
  919.               |    Enter Month (MM)  From: ..                   |
  920.               |                                                 |
  921.               |                        To: ..                   |
  922.               |                                                 |
  923.               ---------------------------------------------------
  924.  
  925.  
  926.  
  927. Just enter the range of months you want to print calendars for.  After 
  928. the  month ranges have been entered, you will be asked whether or  not 
  929. you want to print in condensed mode and/or whether or not you want  to 
  930. print using graphics characters. Please be sure you have entered  your 
  931. printer  control codes (section 2.5) correctly before  executing  this 
  932. routine. If you print in condensed mode, the calendar will be  printed 
  933. in  8.5 x 11 format, otherwise it will be printed in 14 x  11  format. 
  934. Both formats should print in 8 lines per inch mode.
  935.  
  936. Note (8 lpi): If your printout is longer than one 11" page, then  your 
  937. 8 lines per inch control codes are not working or you reset or  turned 
  938. off your printer after the codes were sent to the printer.
  939.  
  940. Note (graphics): In order to print graphics, your printer must be able 
  941. to accept graphics characters. Refer to the DOS manual and look  under 
  942. the "graphics" command.
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.                                                    Page 14
  963.  
  964.  
  965.  
  966.  
  967. 3.7  Add/Update Important Dates
  968.  
  969.  
  970. Option  A on the main menu allows you to maintain a file of  important 
  971. dates  such as birthdays and anniversaries which can be inserted  into 
  972. your  calendar files every year. These dates should fall on  the  same 
  973. day every year. Choose option A, and the following menu will appear:
  974.  
  975.  
  976.                    -----------------------------------------
  977.                    |                                       |
  978.                    |    Date (MMDD)  Description           |
  979.                    |                                       |
  980.                    |                                       |
  981.                    |                                       |
  982.                    |                                       |
  983.                    |                                       |
  984.                    |       0716      Billy's               |
  985.                    |       1030      Tom's                 |
  986.                    |       1203      Jessica's             |
  987.                    |                                       |
  988.                    |                                       |
  989.                    |                                       |
  990.                    |                                       |
  991.                    -----------------------------------------
  992.  
  993.  
  994.      [F1]-ClrFld    [Up]-Up 1 line      [PgUp]-Up 1 page    [F10]-Save
  995.      [Esc]-Exit     [Down]-Down 1 line  [PgDn]-Down 1 page
  996.  
  997.  
  998. Simply  enter  the important dates, then press F10 and Esc.  The  file 
  999. will be sorted by date, saved to disk, and you will return back to the 
  1000. main menu. Use the up, down, PgUp, and PgDn keys to scroll within  the 
  1001. list.
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008. 3.8  Insert Important Dates into Year
  1009.  
  1010.  
  1011. This is option D on the main menu. It will simply insert the dates  in 
  1012. the important date file into the current calendar year file.
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.                                                    Page 15
  1024.  
  1025.  
  1026.  
  1027. 4.1  Year Planner Software License Agreement
  1028.  
  1029. 1)  License:  You  have the non-exclusive right to  use  the  enclosed 
  1030. program. If you find this program to be useful, then you must register 
  1031. for support by sending $10 to FLOWSOFT custom programming.
  1032.  
  1033. 2)   Copyright:  This  program  and  its  related  documentation   are 
  1034. copyrighted.  You may copy the program and the  related  documentation 
  1035. for distribution to friends via diskette or electronic bulletin  board 
  1036. service. 
  1037.  
  1038. 3) Term: This license is in effect until terminated. You may terminate 
  1039. it by destroying the program and documentation and all copies thereof. 
  1040. This  license will also terminate if you fail to comply with any  term 
  1041. or condition of this agreement. 
  1042.  
  1043. 4) Warranty: If within thirty (30) calendar days of purchase you  find 
  1044. that  this  product does not perform in accordance  to  our  (Flowsoft 
  1045. custom  programming) claims, return it to the place of  purchase,  and 
  1046. request  a  refund  of the purchase price less  a  $15  handling  fee. 
  1047. Flowsoft  custom programming will honor this warranty if the  purchase 
  1048. is  made directly from Flowsoft custom programming. Retail stores  and 
  1049. other distributors are not obligated to be bound by the terms of  this 
  1050. warranty.
  1051.  
  1052. 5)  Limitation of Liability: Neither Flowsoft custom  programming  nor 
  1053. anyone  else  who has been involved in the  creation,  production,  or 
  1054. delivery  of  this program shall be liable for any  direct,  indirect, 
  1055. consequential,  or  incidental  damages arising out of  the  use,  the 
  1056. results  of, or inability to use this product even if Flowsoft  custom 
  1057. programming  has  been advised of the possibility of such  damages  or 
  1058. claim.  Some  states  do  not allow the  exclusion  or  limitation  of 
  1059. liability  for  consequential  or incidental  damages,  so  the  above 
  1060. limitation may not apply to you.
  1061.  
  1062. 6)  Update  Policy:  In order to be able to  obtain  updates  to  this 
  1063. program,  the licensee must complete and return the registration  form 
  1064. in  section  4.2. If the registration form has not  been  received  by 
  1065. Flowsoft  custom programming, Flowsoft custom programming is under  no 
  1066. obligation  to make available to you any updates even though you  have 
  1067. made payment of the applicable update fee.
  1068.  
  1069. 7)  Misc: This license agreement shall be governed by the laws of  the 
  1070. State  of  Georgia and shall inure to the benefit of  Flowsoft  custom 
  1071. programming,  its  successors,  administrators,  owners,  heirs,   and 
  1072. assigns.
  1073.  
  1074. 8) Acknowledgment: You acknowledge that you have read this  agreement, 
  1075. understand it, and agree to be bound by its terms and conditions.  You 
  1076. also agree that this agreement is the complete and exclusive statement 
  1077. between the parties and supersedes all proposals or prior  agreements, 
  1078. verbal  or written, and any other communications between  the  parties 
  1079. relating to the subject matter of this agreement.
  1080.  
  1081.  
  1082.  
  1083.  
  1084.                                                    Page 16
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090. 4.2  Registration Form and Support Info
  1091.  
  1092.  
  1093. This   form  must  be  completed  and  returned  to  Flowsoft   custom 
  1094. programming  along  with  a $10 registration fee before  you  will  be 
  1095. eligible  to  receive support for the product.  This  form  will  also 
  1096. entitle you to receive future update notices on the product. 
  1097.  
  1098.  
  1099.      Year Planner version 2.89
  1100.  
  1101.  
  1102.      Name:  _________________________________________________________
  1103.  
  1104.      Company Name:  _________________________________________________
  1105.  
  1106.      Address:  ______________________________________________________
  1107.  
  1108.      City, State, Zip Code:  ________________________________________
  1109.  
  1110.      Phone Number:  _________________________________________________
  1111.  
  1112.      Type of Computer:  _____________________________________________
  1113.  
  1114.      Number of Floppy Drives:  ______   Number of Hard Disks:  ______
  1115.  
  1116.  
  1117.  
  1118.      Return To:     Flowsoft custom programming
  1119.                     875 Franklin Rd. #1635
  1120.                     Marietta, Ga. 30067 
  1121.                     404-428-4028
  1122.  
  1123.  
  1124.  
  1125.  
  1126.  
  1127. Support Prices: For telephone support, you will be billed at the  rate 
  1128. of  $5.00  per 15 minutes of support (15 minute minimum).  For  onsite 
  1129. support,  you  will be billed at the rate of $50.00 per  hour.  Please 
  1130. call  Flowsoft custom programming for quotes on custom jobs,  tape  to 
  1131. disk  conversions, and other software packages like our FLOWMAIL  PLUS 
  1132. v4.3 bulk mailing system. 
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143.  
  1144.  
  1145.                                                    Page 17
  1146.