home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / cisbil20.zip / CISBILL.DOC < prev    next >
Text File  |  1993-02-21  |  15KB  |  373 lines

  1.                              CISBILL  v2.0                   Feb '93
  2.                        Copyright 1993 JN Goodale
  3.  
  4.               
  5.               
  6.                        D O C U M E N T A T I O N              
  7.               
  8.               
  9.               
  10.                            _______
  11.                       ____|__     |                (R)
  12.                    --|       |    |-------------------
  13.                      |   ____|__  |  Association of
  14.                      |  |       |_|  Shareware
  15.                      |__|   o   |    Professionals
  16.                    -----|   |   |---------------------
  17.                         |___|___|    MEMBER
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.                                  
  27.                                  CONTENTS                 Page
  28.  
  29.                  I     Requirements and Limitations .......  1 
  30.                 II     Main Menu ..........................  1 
  31.                III     Set Up .............................  2 
  32.                 IV     Field Definitions ..................  2
  33.                  V     Files ..............................  3
  34.                 VI     Error Messages .....................  3
  35.                VII     Capturing a Billing File ...........  4
  36.               VIII     Sharware Concept/Ombudsman .........  7
  37.  
  38.                                                       CISBILL 2.0   Page  1
  39.  
  40.      I  REQUIREMENTS AND LIMITATIONS
  41.  
  42.      Requires: IBM compatible               If you are using this, you
  43.                256 K memory                  probably have a modem.
  44.                Hard Drive                    However, a modem is NOT
  45.                DOS 3.0 or above              needed to run CISBILL, because
  46.                Printer - optional            it does NOT get the billing
  47.                                              from CIS for you.
  48.  
  49.                BILLING.CAP, a captured file from a CIS billing inquiry. 
  50.                For a sample of what this is, and instructions on how to 
  51.                get it, see the section on CAPTURING A BILLING FILE.
  52.  
  53.      Limits:   Will handle up to approximately 2200 records in 256 K -
  54.                7000 in 640 K, depending on your system.  One record is 
  55.                one logon session.  2200 records would amount to about 
  56.                6 sessions per day, 365 days per year.  7000 is the max.
  57.  
  58.  
  59.      II  MAIN MENU
  60.  
  61.          After processing existing files (if any) the Main Menu will appear:
  62.  
  63.          _____________Main Menu_______________   ________Sub Menu_______    
  64.         |                                     | |                       |
  65.         |   Select Year  <OR>  One of Below   | |         1993          |
  66.         |                                     | |                       |
  67.         |     1993               ....Quit.... | |       View Records    |
  68.         |     1992                   Help     | |       Print Weekly    |
  69.         |     1991                  Set Up    | |       Print Detail    |
  70.         |     1990                REGISTER!!  | |       Main Menu       |
  71.         |                                     | |                       |
  72.         |_____________________________________| |_______________________|   
  73.  
  74.         Select one of the options using the arrow keys.  Up to four years   
  75.         may be listed.  If there are not 4 years, subsequent entries will 
  76.         appear as ".............".
  77.  
  78.         [ Help ] ....... displays a quick description of the fields.
  79.         [ Set Up ] ..... is described in the next section, SET UP.
  80.         [ REGISTER ] ... allows you to fill in the program registration from 
  81.         within the program.
  82.  
  83.         [ View ] .......... will list by week on the left of the display.  
  84.         You maythen select a week, and the details for the selected week 
  85.         will display on the right side of the display.
  86.         [ Print Weekly ] .. prints (to a file or printer) the Weekly totals.
  87.         [ Print Detail ] .. prints (to a file or printer) all records.
  88.         [ Main Menu ] ..... returns to the Main Menu.
  89.  
  90.                                                       CISBILL 2.0    Page  2
  91.  
  92.      III  SET UP
  93.  
  94.         [      Done      ] - exits Set-Up
  95.         [ Last Date Paid ] - change last date paid
  96.         [ Mono/Color     ] - toggles between color and mono display
  97.         [ Printer/File   ] - toggles between output to printer or file
  98.  
  99.      [ DONE ] will activate changes, if any, and return to the Main Menu.
  100.  
  101.      [ LAST DATE PAID ] displays the last date a payment was made to CIS,
  102.         in YYYYMMDD format.  You must input this, obviously.  It would
  103.         be the last date a charge was made to your bank, your credit card,
  104.         or whatever.  It is initialized at "19900101" which is Jan 1, 1990.
  105.         The purpose of this is to be able to check (√) the end of week
  106.         totals which have been paid, giving you a quick take on your 
  107.         outstanding liability, which is then printed at the end of the
  108.         listing or display.
  109.  
  110.      [ MONO/COLOR ] simply toggles the display between color and mono.
  111.  
  112.      [ PRINTER/FILE ] lets you elect to have all printout go to the file
  113.         CISBILL.PRN ready for printing, rather than directly to a printer.
  114.  
  115.  
  116.      IV  FIELD DEFINITIONS
  117.  
  118.      [ Date ]:       MM DD of year printed in heading. (See Note 1)
  119.      [ Logon ]:      HH:MM Hours, Minutes of Logon time. (Detail only)
  120.      [ Min ]:        Elapsed minutes logged on.
  121.      [ $/Month ]:    $ Cost for the month (Weekly only).
  122.      [ $/Week ]:     $ Cost for that Week Ending. (Weekly only).
  123.      [ Cost ]:       $ Cost for session.  (Detail only).
  124.  
  125.                      The last item displayed (or printed) at the end of a
  126.                      week on a detail list will be "Other", which may 
  127.                      contain a $ value. This is the sum of all charges 
  128.                      not otherwise recorded, such as monthly fees, orders 
  129.                      from CIS, lagged daily billing, etc..  It is a 
  130.                      "catch all" for indeterminite items.
  131.  
  132.      [ √ ]:          This field will be checked if the item has been paid.
  133.  
  134.         The YEARLY TOTAL and CURRENT LIABILITY are printed at the end 
  135.         of the display or listing. 
  136.  
  137.      Note 1:  At year-end, the first weekly billing may contain data from
  138.                 the last few days of December of the previous year.  To
  139.                 keep these "wrong year" days in the right slot, they are
  140.                 assigned the new year, with a month of "00" rather than
  141.                 "12".
  142.  
  143.  
  144.                                                       CISBILL 2.0   Page  3
  145.  
  146.      V  FILES   
  147.   
  148.         Files needed to run CISBILL:
  149.                 CISBILL.COM - executable program
  150.                 BILLING.CAP - captured billing file (You create this)
  151.                               Once this has been read by CISBILL it can 
  152.                               be deleted.
  153.         Files created during CISBILL:
  154.                 CISBILL.CNF - Configuration file from Set Up
  155.                 CISBILL.Ynn - Cumulative Billing for year "nn"
  156.                               When the program detects a new year,
  157.                               a new Cumulative file is created.
  158.  
  159.  
  160.         Files included for sample run only:
  161.                 CISBILL.Y92 - Sample cumulative billing file for 1992.
  162.                 CISBILL.Y91 - Sample cumulative billing file for 1991.
  163.  
  164.                 Delete these files BEFORE starting your own cumulative
  165.                 billing files !!
  166.  
  167.  
  168.      VI  ERROR MESSAGES
  169.  
  170.      Error messages have the following format:
  171.  
  172.         [Program loc n] Dos error: xxxx....
  173.         Where:  n will be 1 thru 4
  174.                 xxxx.... will be a short DOS Error description
  175.  
  176.         if n = 1  The error occurred reading CISBILL.CNF
  177.                2  The error occurred reading CISBILL.Ynn
  178.                3  The error occurred writing CISBILL.CNF
  179.                4  The error occurred writing CISBILL.Ynn
  180.  
  181.      After displaying the error message, the program ends.
  182.  
  183.      If you get one of the errors and cannot determine what to do, contact
  184.      me (see page 6) with the following informations:
  185.  
  186.                 Complete error message
  187.                 File names and sizes of CISBILL.CNF, CISBILL.Ynn (all)
  188.                         and BILLING.CAP
  189.                 Program version number
  190.                 Size and date of CISBILL.COM
  191.  
  192.  
  193.                                                       CISBILL 2.0    Page  4
  194.  
  195.      VII  CAPTURING A BILLING FILE   
  196.    
  197.      After logging on to CompuServe, GO BILL
  198.         The remainder of this shows the CompuServe responses and your input.
  199.  
  200.         ASSISTANCE               BILLING
  201.  
  202.         BILLING INFORMATION
  203.  
  204.          1 Current Rates
  205.          2 Review Your Charges
  206.          3 Electronic Funds Transfer (EFT)
  207.             (U.S. Addresses Only)
  208.          4 Billing Options Explained
  209.          5 Pricing Plans Explained
  210.          6 Changing Your Billing Address
  211.          7 Update Billing Information
  212.          8 Executive Service Option
  213.          9 General Billing Information
  214.  
  215.        !2 <----------------------------------------Select option 2 here
  216.  
  217.  
  218.         ASSISTANCE               CHARGES
  219.  
  220.  
  221.         CompuServe CHARGES
  222.          1 Explanation
  223.          2 Account Balance
  224.          3 Billing History
  225.  
  226.         USAGE DETAILS
  227.          4 Current activity
  228.          5 Previous activity
  229.          6 Mail Hardcopy ($)
  230.  
  231.         Enter Choice !5 <-----------------------------Select option 5 here
  232.                         <--------Just prior to responding, open a capture
  233.                                  file, BILLING.CAP, to record the rest of
  234.                                  the billing session.
  235.  
  236.  
  237.                                                       CISBILL 2.0    Page  5
  238.  
  239.         CompuServe CHARGES                    (New CIS format 9-92)
  240.  
  241.             Week Ending       Total
  242.             -----------       -----
  243.          1    04-Apr-92       $3.63
  244.          2    29-Mar-92      $64.27
  245.          3    21-Mar-92      $18.35
  246.          4    14-Mar-92       $7.24
  247.          5    07-Mar-92      $42.95
  248.          6    29-Feb-92      $29.46
  249.          7    22-Feb-92      $64.21
  250.          8    15-Feb-92       $5.76
  251.          9    08-Feb-92        $.21
  252.         10    01-Feb-92      -$5.83
  253.         11    25-Jan-92      $58.74
  254.         12    18-Jan-92      $34.66
  255.  
  256.         Enter choice !1 <-------------------------Enter week # choice here
  257.  
  258.         CompuServe CHARGES
  259.  
  260.                    BILLING DETAIL (Page 1 of 1)
  261.  
  262.         Date  Description           Node   Logon Min Amount
  263.        ------ --------------------- ------ ----- --- ------
  264.        04-Apr BASIC SERVICES        06ATO  11:35   2    .00
  265.               TOTAL FOR SESSION                         .00
  266.  
  267.        03-Apr BASIC SERVICES        14AGF  17:32   3    .00
  268.               EXTENDED SVC-2400                    2    .43
  269.               TOTAL FOR SESSION                         .43
  270.  
  271.        01-Apr BASIC SERVICES        07ATO  15:25   3    .00
  272.               EXTENDED SVC-2400                    8   1.71
  273.               TOTAL FOR SESSION                        1.71
  274.  
  275.               BASIC SERVICES        01ATA  16:54   1    .00
  276.               TOTAL FOR SESSION                         .00
  277.  
  278.         Last Page ! <---------------------------------Hit [ENTER] here
  279.  
  280.                                                       CISBILL 2.0    Page  6
  281.  
  282.         CompuServe CHARGES
  283.  
  284.             Week Ending       Total
  285.             -----------       -----
  286.          1    04-Apr-92       $3.63
  287.          2    28-Mar-92      $64.27
  288.          3    21-Mar-92      $18.35
  289.          4    14-Mar-92       $7.24
  290.          5    07-Mar-92      $42.95
  291.          6    29-Feb-92      $29.46
  292.          7    22-Feb-92      $64.21
  293.          8    15-Feb-92       $5.76
  294.          9    08-Feb-92        $.21
  295.         10    01-Feb-92      -$5.83
  296.         11    25-Jan-92      $58.74
  297.         12    18-Jan-92      $34.66
  298.  
  299.         Enter choice !2 <----------------------Enter another week here
  300.  
  301.   ____________________________________________________________________         
  302.    
  303.      Continue the above process until you have accessed all weeks you   
  304.      have not yet captured.  The first time, you should get ALL weeks.
  305.      When you are finished, close the capture file.
  306.  
  307.      Move the capture file to the directory where you plan to keep   
  308.      your cumulative billing files, and you are ready to run CISBILL.
  309.  
  310.         >> Revised Sep '92 to handle the new CIS billing format.
  311.            Also will work in 43 or 50 line mode (if you are already
  312.              in that mode).
  313.         >> Revised Jan '93 to solve problem of some erroneous files
  314.              created during start-up.
  315.  
  316.  
  317.  
  318.  
  319.  
  320.     ____________________________________________________________________
  321.    |                                                                    |
  322.    |    If you have problems or questions, contact the author:          |
  323.    |                       JN Goodale                                   |
  324.    |                       7826 Little John Court                       |
  325.    |                       Charlotte,  NC  28227                        |
  326.    |                                                                    |
  327.    |                       CIS ID 71116,302                             |
  328.    |                       Phone   (704)-537-0329 (Your nickel!)        |
  329.    |____________________________________________________________________|
  330.  
  331.    Version 2.0     Feb 1993
  332.  
  333.                                                        CISBILL 2.0   Page  7
  334.  
  335.      VIII SHAREWARE CONCEPT & OBUDSMAN STATEMENT
  336.  
  337.  
  338.         SHAREWARE CONCEPT
  339.         -----------------
  340.  
  341.         Shareware distribution gives users a chance to try software
  342.         before buying it.  If you try a Shareware program and continue
  343.         using it, you are expected to register.
  344.  
  345.         Shareware is a distribution method, not a type of software.  You
  346.         should find software that suits your needs and pocketbook, whether
  347.         it's commercial or Shareware.  The Shareware system makes fitting
  348.         your needs easier, because you can try before you buy.  And because
  349.         the overhead is low, prices are low also.  Shareware has the
  350.         ultimate money-back guarantee -- if you don't use the product,
  351.         you don't pay for it!
  352.  
  353.         OMBUDSMAN
  354.         ---------
  355.  
  356.  
  357.                Association Of Shareware Professionals Ombudsman
  358.  
  359.         This program is produced by a member of the Association of
  360.         Shareware Professionals (ASP).  ASP wants to make sure that the
  361.         shareware principle works for you.  If you are unable to resolve a
  362.         shareware-related problem with an ASP member by contacting the
  363.         member directly, ASP may be able to help.  The ASP Ombudsman can
  364.         help you resolve a dispute or problem with an ASP member, but does
  365.         not provide technical support for members' products.  Please write
  366.         to the ASP Ombudsman at P.O. Box 5786, Bellevue, WA 98006 or send
  367.         a Compuserve message via E-Mail to ASP Ombudsman, 70007,3536
  368.  
  369.  
  370.                          .... End of CISBILL.DOC ....
  371.  
  372.  
  373.