home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / 123tutr2.lzh / MAGEELGR.EVL < prev    next >
Text File  |  1985-02-26  |  2KB  |  38 lines

  1.  
  2. Problem  Menu driven general purpose transaction processor.  Allows you
  3.          to enter and manage simple transaction database (date,
  4.          transaction#, desc., acct#, and amount).  Gives you clean and
  5.          simple way to summarize transactions by account number.  Design
  6.          makes efficient use of memory allowing up to 1700 transactions
  7.          and over 100 account numbers on a 256k computer.
  8.  
  9. Block Diagram  ___________________ ___________________
  10.               |                   |                   |
  11.               | Main menu         |    Online         |
  12.               |___________________|                   |
  13.               |                   |    Help           |
  14.               |                   |                   |
  15.               |  Macros           |    Screens        |
  16.               |                   |                   |
  17.               |___________________|___________________|
  18.               |                   |
  19.               |  Data Summary Area|
  20.               |___________________|
  21.               |                   |
  22.               |  Data Query Area  |
  23.               |___________________|
  24.               |                   |
  25.               |  Tran. Database   |
  26.               |___________________|
  27.  
  28. Tips
  29.          Probably the most extensive macro application in entire library.
  30.          Patrick Magee's most extensive application to date.  Contains
  31.          many rathter innovative macro, database, and date arithmatic
  32.          techniques.  See AUTO123.WKS (#7202) for tips on studying this
  33.          and other worksheets.
  34.  
  35.  
  36.  
  37.  
  38.