Published June 24th, 2007
in development.
This release includes a few a enhancements:
- currency options USD, GBP, EUR, JPY (Yen) set this in preferences
- a global hourly rate, that new timesheets use to auto calculate the fee
- a website field for the clients table
- Underneath the hood, the database class has been updated to use MDB2, which will become an important class for some later features…
Published June 24th, 2007
in changelog.
r4 | chrisk | 2007-06-24 08:55:05 +0100 (Sun, 24 Jun 2007) | 8 lines
Switched over to MBD2 database driver
Changed the preferences check to look for new preferences and set defaults for those missing
Currency is now a preference
Hourly rate is now a preference that automatically calculate fees
New Website field in client table NEED TO ADD THIS TO DB DEFINITION
Changed Value in Timesheet to accept NULL, NEED TO ADD THIS TO DB DEFINITION
————————————————————————
r5 | chrisk | 2007-06-24 09:42:38 +0100 (Sun, 24 Jun 2007) | 4 lines
Added the new MDB2 class (missed out on the last commit)
Made password on installer password field
Default currency is USD
————————————————————————
r6 | chrisk | 2007-06-24 10:13:32 +0100 (Sun, 24 Jun 2007) | 2 lines
Adding an upgrade script
————————————————————————
r8 | chrisk | 2007-06-24 10:30:42 +0100 (Sun, 24 Jun 2007) | 2 lines
adding the upgrade instructions