home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF020.ZIP / FOS.DOC < prev    next >
Text File  |  1987-04-27  |  14KB  |  420 lines

  1.  
  2.  
  3.  
  4.                      Financial Operating System  (FOS)
  5.                                  Ver. 2.4
  6.      
  7.                      Duane Brummel  471 Hillcrest La.
  8.                           Brooklyn, Wis.  53521
  9.                        Copyright (c) 1985 1986 1987
  10.  
  11.      
  12.      
  13.      
  14.          This program will maintain all your financial records whether
  15.     they are checking accounts, savings accounts, CD's, Stocks, Bank
  16.     Notes, Cash expenditures or just about any other transaction.
  17.     Many reports are available to inform you of your current 'net
  18.     worth' and to aid you in controlling your liquid assets.
  19.  
  20.          If you find this program useful, a small contribution of $10.00
  21.     will be appreciated.  You will then be on the mailing list and will
  22.     be notified of any changes or enhancements to this program.
  23.  
  24.  
  25.  
  26.  
  27.     DISCLAIMER     
  28.   
  29.          The author makes no warranty of any kind, express or implied,
  30.     including without limitation, any warranties of merchantability
  31.     and/or fitness for a particular purpose.  The author shall not be
  32.     liable for any damages, whether direct, indirect, special or 
  33.     consequential arising from a failure of this program to operate 
  34.     in  the manner desired by the user.  In no event will the author
  35.     be liable to you for any damages, including any lost profits,
  36.     lost savings or other incidental or consequential damages arising
  37.     out of your use or inability to use the program, or for any claim
  38.     by any other party.
  39.  
  40.  
  41.  
  42.      
  43.      
  44.     GENERAL INFORMATION
  45.      
  46.          Minimum hardware configuration required is 96k storage, one
  47.     disk drive and a 80 Col. display either color or mono.  A printer
  48.     is optional.  FOS is designed to run with any version of DOS and
  49.     BASICA.
  50.      
  51.          The FOS package consist of the following files:
  52.  
  53.               FOS.DOC       This document.
  54.               FOS.BAS       The main FOS program.
  55.               FOS2.BAS      Another section of the FOS program
  56.                             containing file maintenance and data
  57.                             analysis routines.
  58.               EXP-CODE.FOS  This will be created the first time you
  59.                             run FOS and contains expense code data.
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      
  71.          FOS is initially set up so that FOS and it's data files must
  72.     be located on drive A.  If a different disk drive is desired for
  73.     your data files you only have to make two small changes.  In line
  74.     65 in the FOS program and line 25 in the FOS2 program change the
  75.     DRIVE$="A" statement to DRIVE$="X" to match your system requirements.
  76.     Example:  Start BASICA by entering BASICA at the DOS prompt.
  77.     Next load FOS by entering LOAD"FOS".  Now enter LIST 65 to list
  78.     program line number 65.  You should see: 65 DRIVE$="A".  Now
  79.     change the "A" to the drive you want to use.  Next you must save
  80.     your changed program so that your change is permanent.  Enter:
  81.     SAVE"FOS".  That completes the modification to the FOS.BAS program.   
  82.     Next, you have to modify line 25 in the FOS2.BAS program using
  83.     the same procedure.
  84.  
  85.  
  86.     
  87.          If you are using a PC-Jr., you will NOT want the key-pad
  88.     to be automatically put into Num. lock mode.  To prevent this
  89.     automatic switch to Num. mode, you must change line 40 in the
  90.     main FOS program.  Insert REM followed by a space right after the
  91.     line number 40.  This will change the entire line to a comment
  92.     instead of an executable line of code.
  93.      
  94.          To enter Social Security numbers and/or any other data you
  95.     would like displayed from the '0' option on the main FOS menu, you
  96.     must change program lines.  Load FOS, but do not RUN it.  Enter
  97.     LIST 12000- and you will see existing data that you should change
  98.     to suit your needs.  Then SAVE "FOS" and your ready to go.
  99.   
  100.          To keep FOS handy for quick and frequent use, you could copy
  101.     the FOS programs 'FOS.BAS' ,'FOS2.BAS', and EXP-CODE.FOS plus any
  102.     data files already in use, onto the diskette you normally keep
  103.     installed in drive A.
  104.      
  105.          The keyboard will automatically be put in Numeric Keypad mode
  106.     and Upper Case, for convenience, when FOS is started.
  107.  
  108.  
  109.  
  110.  
  111.     SPECIAL KEYS
  112.      
  113.     F1   (Abort or Exit key)
  114.      
  115.          Any time you want to stop what you are presently doing and
  116.     return to the current menu, you can use this key.  For
  117.     example, in the Checking account program when you are entering
  118.     checks, the program is in an 'enter-data' loop always looking
  119.     for another entry.  The proper way to exit this 'enter'
  120.     mode is to use the F1 key.
  121.      
  122.          Most transactions require several fields of data.  Lets
  123.     suppose that you notice that a field you entered earlier was
  124.     in error.  Use the F1 key to cancel that entire entry and
  125.     re-enter the correct data.
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.      
  137.          Also, if a menu is displayed on the screen, pressing F1 at
  138.     this time will take you to the next higher level menu.
  139.    
  140.          Most of the time that the F1 key is used will be when FOS is
  141.     waiting for a keyboard entry.  At these times, it will be
  142.     necessary to press 'enter' after the F1 key.
  143.      
  144.      
  145.     F2   (End)
  146.      
  147.          This key will close all files, and return you to BASIC.
  148.      
  149.      
  150.     F9   (Stop Printer)
  151.      
  152.          When printing data, this key can be used to temporarily stop
  153.     the printer.
  154.     
  155.      
  156.     F10  (Continue Printing)
  157.      
  158.          Printer operation that was halted using the F9 key can be
  159.     restarted by using this key.
  160.  
  161.      
  162.      
  163.      
  164.     ENTERING A DATE:
  165.      
  166.          Any time FOS requests a DATE to be entered, you have three
  167.     options:
  168.      
  169.          1) Just press 'enter' and FOS will use the date that was
  170.     entered when you powered on the PC.  This 'default' date is always
  171.     displayed in the lower right corner of the screen.
  172.      
  173.          2) Press 4 digits for the MMDD and then 'enter' and FOS will
  174.     use that and the 'default' year.
  175.      
  176.          3) Press 6 digits for the MMDDYY and 'enter'.
  177.  
  178.  
  179.  
  180.  
  181.     INITIALIZING FILES:
  182.      
  183.          All files must be initialized using the INITIALIZE function
  184.     before they can be used by FOS.  During initialization, you will
  185.     be asked what the maximum number of records will be in that
  186.     particular file.  Don't be afraid to 'underestimate' for several
  187.     reasons:  1) The larger the file, the more search time is required
  188.     in some cases.  2). The larger the file, the more disk space is
  189.     required that may never be used, and  3) It is very  easy to
  190.     increase the size of any file whenever the need arises.
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.      
  203.          Let's say you were entering transactions in a Checking
  204.     account and this particular file became full.  You would be
  205.     informed by FOS that the file is full.  You could now select the
  206.     ENLARGER function listed under UTILITIES to increase the size of
  207.     that file.
  208.  
  209.      
  210.          Here are some typical file sizes:
  211.     Outstanding checks.. 70 (Or about one months quantity.)
  212.     Canceled checks.....400 (About six months, then later expand.)
  213.     Special accounts.....10
  214.     Cash expenditures...150
  215.      
  216.          The two types of files that contain an ever increasing number
  217.     of transactions, Canceled Checks, and Cash Expenditures,
  218.     would normally be increased in size to accommodate at least
  219.     one year.
  220.  
  221.  
  222.      
  223.      
  224.     SAVINGS ACCOUNTS
  225.      
  226.          These are designed to store the last 20 transactions in a
  227.     first in / first out arrangement.  So when entering the 21st
  228.     transaction, the 1st one will be rolled out... etc.  If you have a
  229.     need to keep Savings records over a greater length of time, use
  230.     the 'Print Screen' option to list the contents of the file before
  231.     the oldest data is lost.  A facility has been incorporated
  232.     to make it easy to add interest payments to the Accounts.
  233.  
  234.  
  235.      
  236.      
  237.     CHECKING ACCOUNTS
  238.      
  239.          DEBIT ENTRIES:
  240.      
  241.          This function is selected whenever money is withdrawn from an
  242.     account, whether by an Automated Teller Machine or by writing
  243.     a check.  The first data requested is the ITEM#.  If this is
  244.     a check, enter the check number. (Must be between 200 and
  245.     32767).  If it is a Teller Machine transaction, you will not
  246.     have a ITEM# to enter.  In this case, press 'enter' and FOS
  247.     will assign a number to that transaction.  These automatic numbers
  248.     will be in the range of 2 thru 199 and can only be assigned by
  249.     FOS.
  250.      
  251.          Another item asked for is the expense code or category.  Just
  252.     select one of the 36 expense codes that are displayed.  If the
  253.     code you want is not displayed, just hit the ENTER key and the
  254.     second group of up to 36 additional expense codes will be
  255.     displayed.  (When you start FOS for the first time, a set of
  256.     default codes will be set up but you are free to change or add
  257.     to this list any time you want.)
  258.      
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.          To charge several expense categories all paid for by a single
  269.     check (Master Card monthly bill etc.), enter the check number
  270.     as usual but immediately follow the number with a '+'.  Example:
  271.     for check No. 1234, just enter: '1234+'.  When listing files, a
  272.     lower case 'n' or 'y' will appear under the TAX Col. if it is part
  273.     of a split check.
  274.  
  275.      
  276.         You will also be asked if the transaction could possible be a
  277.     tax deductible.  If so, it will be flagged so it can be listed
  278.     with other tax related items to assist at tax time.  Any response
  279.     other than a 'Y' including just 'enter' assumes it is not tax
  280.     related.
  281.      
  282.  
  283.  
  284.      
  285.          CREDIT ENTRIES
  286.      
  287.     When making deposits to a checking account, you have the ability
  288.     to use your own transaction numbers or to let FOS assign them for
  289.     you.  You can also enter a description for your deposit or let FOS
  290.     automatically enter "DEPOSIT" for you.
  291.      
  292.  
  293.  
  294.      
  295.          BALANCE CHECKBOOK
  296.      
  297.     All you have to do here is to enter the check numbers of the
  298.     checks that the bank has cleared on your statement.  For deposits,
  299.     or Teller Machine transactions, that have cleared, enter the
  300.     automatic number that FOS originally assigned to that transaction
  301.     when it was entered.  You can display the Outstanding Checks File
  302.     to determine these numbers.  These items will now be removed from
  303.     the Outstanding Checks File and placed into the Canceled Checks
  304.     File for future reference.  After the last Item# has been entered,
  305.     FOS will arrive at a figure that should equal the amount indicated
  306.     as your balance on your BANK STATEMENT and will be carried forward
  307.     in the current checks file under the entry called PREVIOUS BALANCE.
  308.     The whole procedure should only take a few minutes.
  309.     
  310.          To save time and reduce unnecessary book-work, you might
  311.     consider one of the following:
  312.      
  313.          1)  Eliminate recording entries in you hard-copy bank
  314.     checkbook.
  315.      
  316.          2)  Reduce the quantity of data that you enter in your
  317.     hard-copy bank checkbook.  For example it is no longer
  318.     necessary to maintain a running balance.  FOS does it for
  319.     you.
  320.      
  321.      
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.      
  335.          DISPLAY/SEARCH CANCELED CHECK FILE
  336.      
  337.          This facility can be used to search for specific items
  338.     in the canceled check file.
  339.     Once an item has been located, it can be deleted or the
  340.     next item displayed that matches the search criteria.
  341.  
  342.          When doing a search on the DESCRIPTION field, upper or
  343.     lower case characters can be used as the program converts
  344.     all strings to upper case before attempting a match.  Matches will
  345.     occur on partial entries.  Ex: If you enter 'Cas', you will
  346.     receive a match on all items that have a description field
  347.     starting with the letters 'cas'.  
  348.  
  349.  
  350.  
  351.      
  352.     CASH EXPENDITURES
  353.      
  354.          This file can be use to track any or all outlays of cash.
  355.      
  356.      
  357.     SPECIAL ACCOUNTS
  358.      
  359.          You can keep records of your stock holdings, CD's, bonds,
  360.     bank notes, or just about any asset or liability in this
  361.     file.  Just enter the data requested.
  362.      
  363.      
  364.     BACK-UPS
  365.      
  366.          As with any other important disk.  it is recommended that a
  367.     multiple backup procedure be implemented.  Normal DOS functions
  368.     can be used to achieve this.
  369.  
  370.  
  371.     FOS VER 2.3 ENHANCEMENTS
  372.  
  373.          New facility added to checking accounts to allow the printout
  374.     of all items in the cancelled check file that match a specified 
  375.     expense code.  Also, all of the expense codes can be displayed
  376.     as a prompt for entering a code for searches.
  377.  
  378.  
  379.  
  380.     QUICK START UP PROCEDURE
  381.  
  382.     1.  Get BASICA running and load "FOS"
  383.  
  384.     2.  If you intend to use a drive other that A, make the necessary
  385.         change to the FOS.BAS and FOS2.BAS programs per above
  386.         instructions.
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.     3.  Run FOS and select option 9 from the main menu.  This will load
  402.         in section 2 of the FOS program (FOS2.BAS).  Select INITIALIZE
  403.         (Option 1) and initialize the Checking Account #1 Current Checks
  404.         and Cancelled Checks files.
  405.  
  406.     4.  Leave FOS program section 2 by entering option 9 on the main 
  407.         menu.
  408.  
  409.     5.  Now, from the main fos menu, enter option 2 and go to checking
  410.         account #1 main menu.  Here enter various checks, deposits, etc
  411.         and become familiar with how FOS runs.  Try the balance option
  412.         and then check out the various search capabilities in the 
  413.         cancelled checks file.  Remember, to return to a previous screen
  414.         or to cancel a current operation just hit the F1 key. (If the
  415.         computer was waiting for a keyboard entry, you must hit the 
  416.         ENTER key also.)  Once you have satisfied yourself that the 
  417.         program does work and you have tested various factions, you
  418.         can erase all this 'test' data by going back to step 3 and
  419.         re-initialize the two checking account #1 files.
  420.