Checkbook Plus 1.1
-------------------
Joel Seligstein
joel@basm.org
www.basm.org

____________________________________
Disclaimer

I take no responsibility for anything that happens to you or your calculator from using my program in any way, shape or form.  I assume no liability.
____________________________________
Thanks

Thank you for downloading Checkbook Plus 1.1.  I hope it suits your needs as it does mine.
____________________________________
Feature Description

1. NEW BOOK
    Creates a new checkbook file, deleting any previous file.  An 'Are you sure?' message will      confirm you mean to do this.
    Will automatically ask you for your opening balance.  The program assumes this is a positive      amount.
2. VIEW BOOK
    Allows three viewing options:
      - LIST
          Displays each item in the checkbook register and its value.  Displays an ending            balance at the end of the list.
      - SINGLE
          Displays each item in the checkbook one by one.  Pressing right will go to the next            item [looping to 0 once it reaches the last item.]  Pressing clear will take you back            to the main menu.
      - SUMMARY
          Displays the total number of deposits and their amount, the total number of withdrawls            and their amound, and the ending balance.
3. MODIFY BOOK
    Allows three modifying options:
      - ADD ITEM
          First asks for a description of the new item to be entered in the checkbook.
          Next asks if it is a deposit or a withdrawl that you are entering.
          Then asks for the value of the item.  Negative is assumed for withdrawl and positive            for deposit, DO NOT INCLUDE - OR +!!!
      - EDIT ITEM
          Switches to the VIEW -> SINGLE mode and functions the same way.  Press enter to change            the current item.
            - You can change the item's description, value, or change from a withdrawl to a               deposit and vice versa.
      - DELETE ITEM
          Switches to the VIEW -> SINGLE mode and functions the same way.  Press enter to delete            the current item.
4. ABOUT
    Displays my information.
5. QUIT
    Exits the program.
____________________________________
Notes

 The entire checkbook is stored in Str1.  So be careful not to clear ram or play games that   change Str1.  My advice is to make a new basic program and hit 2nd [RCL] then VARS 7 1 then   ENTER.  This will paste Str1 in the program.  Then exit the editor and archive the program.  If   Str1 should be changed for any reason, you can use this to recall the information.
 Str1-5 are used, so if you need those to be saved, don't use my program! =)
____________________________________
Ideas, Future

I don't know what else to add.  Email me anything you want added or changed.
____________________________________
Version History

Version 1.0
- 2226 Bytes
Version 1.1
- Removed prgmA from beginning [it was a string loader for testing]