The process is underway to merge phpgwtimetrack into the phpgroupware project. First item to be processed is moving the cvs module from this project to phpgroupware's cvs tree.
A Note for those upgrading phpgroupware to 0.9.10: The current upgrade process for groupware incorrectly upgrades the addressbook table, rendering most of it's data corrupted. However, they currently are copying the data to a new table while leaving the original addressbook table unchanged. I plan to incorporate a corrected upgrade procedure for users of timetrack that will redo this upgrade using the original addressbook table, so as long as you don't delete the original table, all should be well once the new version of Timetrack is ready
You need to execute the following sql from a mysql client on the phpgroupware database:
ALTER TABLE customers ADD active ENUM ('Y','N') DEFAULT 'N' NOT NULL;
UPDATE customers SET active = 'Y';
I had submitted these changes to the main phpgroupware app since they went and added my customers table to the core groupware, but they didn't update it for some reason, and I had removed the update sql from my package thinking it had been taken care of. Also note that there is a bug (for lack of a better term) that once you activate Timetrack, if you have any entries in your addressbook, they will not show up until you add some company names to the customers table. At that point, the addressbook entries will re-appear but you will then have to edit them to point to the appropriate company name in that table. Timetrack will be undergoing a major rework for phpgroupware 0.9.10(+?) which will do away with all these problems once and for all (I hope). There are also problems with the last entry in the cusomters table being displayed 2 times.
Bob is back from vacation and is preparing to give more developers CVS access
Bob Schader, the main developer here, will be on vacation from 10/19 thru
10/24. So your on your own then.
Have made an initial file release and imported CVS tree.
Expect to see an initial release of this program in the next few weeks. I will be going on vacation for 5 days in mid October, will try to release some files before then.