Index of /src

#########
# ABOUT #
#########

Title:
E-CheckBook

Coded By:
Eric O'Callaghan
http://ericoc.info
eric1207@gmail.com

Purpose:
Money Management
I had a friend who made something similar to this once a few years ago.
He knew everything fancy and seemed like a great coder to me.
This was when I barely knew HTML. Now it's my turn to make one, I guess.

Don't Blame Me:
If you misplace or mismanage any money, don't blame me or this script,
your lost money is your own fault - your bank needs to help you.

Requirements:
Web server/hosting with PHP and MySQL installed (required)
Money (optional)

Notes:
This is not automatically updated remotely the second a check clears.
You must manually enter any transactions you perform. This script is simply
for fun and not meant to keep/record any kind of major transaction information.

The style of the entire application is done in simple CSS.
The checkbook.css that comes with it is what I personally use, but it's there to be edited.

This is obvious, but you probably want to put this script in a separate folder from the rest of your
website and possibly put an .htaccess or password on it to stop prying eyes from checking it out.

#########
# MYSQL #
#########

Notice in the configuration file (config.php) that you cannot choose the table name you
wish to store your transaction information in. 

In this archive, there's a "checkbook.sql" file.
Use the MySQL query found in it to create the table which will hold all the transaction information.
I'm haven't really thought about making an installer for it because it's so simple, but if it's requested...

###########
# CONTACT #
###########

Feel free to e-mail me (eric1207@gmail.com) with any questions, suggestions, or whatever feedback you may have!


Enjoy...