General Use

This is a very simple time tracking application.

Feature List

MySQL Database Support

TimeTool allows you to pull task and description lists from a MySQL database.

  1. Open the Options screen
  2. Select the MySQL Tab (shown at right)
  3. Do not change the JDBC driver entry. MySQL is the only tested database at this time.
  4. Change the Database URL to be location of your database. The format for the url is "jdbc:mysql://servername/databasename"
  5. Enter the database user name in the User Name field.
  6. Enter the database password in the password field. Warning: this is stored as plain text on disk.
  7. Alter the SQL to return a query from your database with the following columns:
    • task_id
    • task_name
    • description_id
    • description_text
  8. Check the enabled checkbox
  9. Click OK
Options Screen

Once configured, the add task dialog will contain two
drop down lists instead of free form text entry.
Add Task