home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / diskl264.zip / PRODUCTS.DOC < prev    next >
Text File  |  1991-04-23  |  7KB  |  130 lines

  1.  
  2.  
  3.  
  4.      Here are descriptions of two other Shareware programs produced by
  5.      Gulf Sierra, PC-ACCOUNT and SHERLOCK.
  6.  
  7.  
  8.                                  PC-ACCOUNT
  9.  
  10.      PC-ACCOUNT is a personal accounting system with data base
  11.      retrieval capabilities.  With it, you can discard your checkbook
  12.      ledger.  Its most unique feature is its ability to print on any
  13.      personal check.
  14.  
  15.      Personal checks are usually not designed for the normal line
  16.      spacing of 6 lines per inch.  This program utilizes the variable
  17.      line spacing of most printers to achieve the efficiency and
  18.      accuracy of having your computer print on your checks.  A utility
  19.      lets you create formats for fifteen different checking accounts.
  20.      The check is printed as soon as the transaction is completed.
  21.      The amount is printed on the check in words.
  22.  
  23.      A directory is maintained of check payees and memo data to be
  24.      printed on the check, such as its purpose or your account number
  25.      with the payee.  Payees are selected by number, and the name and
  26.      memo are automatically transferred to the check.
  27.  
  28.      Searches can be made for all transactions against an account, for
  29.      a user defined code, for an amount, for a text string within the
  30.      comment, or for a check number.  These searches can be made
  31.      through any selected consecutive months, so a full years
  32.      transactions in a specific category can be retrieved at tax time.
  33.  
  34.      Recurring transactions such as loan payments and cash
  35.      distributions to accounts can be saved, edited and invoked on
  36.      command for auto entry.  There is a routine that can reconcile
  37.      your bank statement swiftly.  Another routine double checks the
  38.      line by line totals in your checkbook.
  39.  
  40.      This system makes full use of the features of the IBM PC.  All 10
  41.      function keys are used.  Listings of accounts and transactions
  42.      can be output to the screen, to the printer, to a disk text file,
  43.      or to a file that can be imported by Lotus 1-2-3.
  44.  
  45.      This software works on the IBM PC/XT/AT with 256K of free memory
  46.      and at least 1 double sided disk drive.  It runs under PC DOS 2.0
  47.      and later versions.  It is distributed on bulletin boards,
  48.      CompuServe, and by Shareware disk vendors.  It comes in three
  49.      files: PCACT220.TXT, PCDOC220.EXE, and PCACT220.EXE.
  50.  
  51.  
  52.  
  53.                                   SHERLOCK
  54.  
  55.      SHERLOCK is designed to do one job, compare two ASCII files line
  56.      by line.  When they don't match, SHERLOCK raises a flag.  At that
  57.      point, you may scroll either or both files passed the mismatch to
  58.      put them in sync and then continue.  SHERLOCK contains features
  59.      for searching, jumping around the files, restarting, and copying
  60.      lines to a printer.  SHERLOCK does not write to either file.
  61.  
  62.      SHERLOCK is designed as a tool for programmers, writers and
  63.      workstation support personnel.  It is best on files like program
  64.      source files, AUTOEXEC.BAT, CONFIG.SYS, and text documents.
  65.  
  66.      SHERLOCK displays five lines of each file in separate windows.
  67.      The line from each file that is being compared is in the center
  68.      of the window and highlighted.  The line number of the center
  69.      line is displayed in the upper left corner of the window frame.
  70.      When they do not match, a message pops up between the windows.
  71.      The top line of each window frame displays the number of the
  72.      center line and the name of the file.
  73.  
  74.      At the end of this documentation is a page showing the SHERLOCK
  75.      screen.  Since it contains graphic lines, it may not print on
  76.      your printer.  View this on your computer screen.
  77.  
  78.      You may order a disk with the latest PC-ACCOUNT system and
  79.      SHERLOCK from me.  Send $45.00 to register PC-ACCOUNT and/or
  80.      $20.00 to register SHERLOCK right away and get the benefit of
  81.      immediate telephone assistance, or send $3.00 for a disk with
  82.      both.  The same software will be sent First Class whether you
  83.      register PC-ACCOUNT or SHERLOCK now or not.  Visa and MasterCard
  84.      accepted.
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.                               ┌─────────────────┐
  92.                               │ S H E R L O C K │
  93.                               └─────────────────┘
  94. ╒╡      356╞═══════════════════╡ DISKLIST.BAS ╞═══════════════════════════════╕
  95. │   CASE 1                                                                    │
  96. │      D1 = ASC(DSEL$(CHOICE))                                                │
  97. │      D1 = D1 - 1: IF D1 < 66 THEN D1 = DRIVEL                               │
  98. │      DSEL$(CHOICE) = CHR$(D1) + ":"                                         │
  99. │   CASE 2                                                                    │
  100. ╘═════════════════════════════════════════════════════════════════════════════╛
  101.           DO NOT MATCH
  102. ╒╡      356╞═══════════╡ D:\QB45\DISKLIST\DISKLIST.BAS ╞══════════════════════╕
  103. │   CASE 1                                                                    │
  104. │      D1 = ASC(DSEL$(CHOICE))                                                │
  105. │      D1 = D1 - 1: IF D1 < 65 THEN D1 = DRIVEL                               │
  106. │      DSEL$(CHOICE) = CHR$(D1) + ":"                                         │
  107. │   CASE 2                                                                    │
  108. ╘═════════════════════════════════════════════════════════════════════════════╛
  109.        ╔╡ FUNCTION KEYS ╞═══════════════════════════════════════════════╗
  110.        ║ FK 1 - HELP; also Shift & Ctl  FK 2  - Jump to Line            ║
  111.        ║ FK 3 - Quit Now                FK 4  - Jump to DOS             ║
  112.        ║ FK 5 - Open a New File         FK 6  - Reverse Scroll Action  ║
  113.        ║ FK 7 - Print Lines             FK 8  - Print Registration Form ║
  114.        ║ FK 9 - Toggle Display ON/OFF   FK 10 - Toggle Auto SCAN ON/OFF ║
  115.        ╚════════════════════════════════════════════════════════════════╝
  116.  
  117.  
  118.  
  119.      This is the main screen of SHERLOCK.  It illustrates the two
  120.      windows that contain the text being displayed and the list of
  121.      functions available.  Unfortunately, it doesn't show the yellow,
  122.      brown, black, red and blue colors or the reverse video of this
  123.      screen.
  124.  
  125.      The middle lines of the top two windows are highlighted.  They
  126.      are both line 356 in the respective documents.  The flag between
  127.      the windows indicate that these lines do not match.  One line has
  128.      the number with the value 66 and the other has 65.
  129.  
  130.