|
Written by Vahit Hanoğlu
|
|
Monday, 09 March 2009 10:23 |
|
ExpenseTracker is a tool by which users can categorize and save expenses according to the expense type, date , etc.... This version of ExpenseTracker is integrated with MySql database. So, all data is saved into MySql. You can get MySql from here. It is easy to use ExpenseTracker. The only thing you have to do is to set the database parameters included in "mysql.parameters" file.
Content of "mysql.parameters" is as the following.
- mysql_address
- mysql_port
- mysql_username
- mysql_password
If you set up MySql on the same machine with ExpenseTracker, mysql_address should be localhost; otherwise it should be the address of machine where MySql is installed.
The default mysql_port is 3306. If you changed it while setting up MySql, you should set it as modified port number.
mysql_username and mysql_password are the username and the password which you set while installing MySql.
After setting up Mysql, user should create database by executing scripts in "db_creator.sql" for MySql.
Here is the executable. (You need at least Java Runtime Environment 1.6.0_06 installed on your computer.)
You can see screenhots.




|
|
Last Updated on Friday, 13 March 2009 09:14 |