home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 256.lha / CreditBook.doc < prev    next >
Text File  |  1989-06-08  |  2KB  |  41 lines

  1.                       The CreditBook
  2.                                     
  3.                                   by sanford l. finley
  4.  
  5.  
  6.                       OVERVIEW
  7. After receiving a mail ad from a credit card company, I decided to write this program.  The ad advised me, that for $15.00 per year, the card company would keep a record of my credit cards and notify the proper companies if they were lost or stolen. Sounded like a great idea....But 15 bucks a year? Sounds more like a job for my mighty Amiga!
  8.  
  9. The program is designed to record pertinent data concerning a maximum of thirty credit cards.  Once you have entered records, you can change, display, sort and examine your accounts. You also have the option of using the program to notify your credit card companies if your card is lost or stolen.  Should you ever need to notify a company or all your credit card companies, just enter your name and address and the program will print out a letter for your signature.
  10.  
  11.                       Set-Up
  12.  
  13. Rename crbk.info to CreditBook.info. An icon is included for running from workbench. Just click on icon and it should run.  To run from cli, set the stack to 5000 and enter "CreditBook".
  14.  
  15.                      OPERATION
  16. The only difficult part is digging out your records and entering the information, you will need; i.e., credit card company address, telephone number, card number, expiration date, and credit limit.
  17.  
  18.                       records
  19. create: Use this function to open file and enter first record.
  20.  
  21. enter: Use this function to add additional records.
  22.  
  23. display: shows records in a grid. Click on record to view.
  24.  
  25. sort: Alphabetizes your records.
  26.  
  27. delete: Will permanently remove a record.
  28.  
  29. examine: Shows individual records you request by record number.
  30.                      notify
  31. letter: Use this option to print out letter to card company. When                         requested to enter your name and address, capitalize as 
  32.         you would want it to appear in a letter.
  33. about: How to contact me.
  34.  
  35.                      Program Notes
  36. This program was written in AmigaBasic and compiled with the Absoft Compiler. Many thanks to Absoft from we Basic programmers whom still think "C" stands for confusion. The records are kept in the random file "cards". A record pointer is kept in the file "stuff". The operation is mainly mouse driven for ease of use.
  37.  
  38.  
  39. Enjoy,
  40.  
  41. Sanford Finley