Hi all,
I've been using ac for a while and now I'm needing some kind of time tracking capabilities on it. I'm planning to develop it by myself but as long as it's a planned feature for the next versions I would like to ask some questions about it:
It's planned to be included on next release?
If not, is the next version stable enough to start developing the time tracking over it, or should I use the current one?
Of course, I'll be glad to share my development.
Regards,
Pablo Viojo
PS: btw, great work ;)
I've been using ac for a while and now I'm needing some kind of time tracking capabilities on it. I'm planning to develop it by myself but as long as it's a planned feature for the next versions I would like to ask some questions about it:
It's planned to be included on next release?
If not, is the next version stable enough to start developing the time tracking over it, or should I use the current one?
Of course, I'll be glad to share my development.
Regards,
Pablo Viojo
PS: btw, great work ;)
Ilija Studen
on Jan 29. 2007. 8:26 am
I really can't tell you much at this point. Develop your own time tracking module if you need one urgently.
activeCollab team member
Actually, the company I work for has already written a time tracking module for activeCollab. We're using it in our Basejumpr service. I submitted the code to Ilija on Jan 21st. This was his reply:
"Thanks for the update. Looks great. I'll just polish it a bit (add some simple reporting and ability to attach reports with tasks) and than pack it as 0.7.5. Thanks for providing this important feature set."
Any idea when you'll be releasing 0.7.5, Ilija?
Here's a link to the activeCollab SVN branch with our time tracking changes in place.
http://code.activecollab.com/svn/ac/branches/EXP0.7.1-TT/
Tyler
"Thanks for the update. Looks great. I'll just polish it a bit (add some simple reporting and ability to attach reports with tasks) and than pack it as 0.7.5. Thanks for providing this important feature set."
Any idea when you'll be releasing 0.7.5, Ilija?
Here's a link to the activeCollab SVN branch with our time tracking changes in place.
http://code.activecollab.com/svn/ac/branches/EXP0.7.1-TT/
Tyler
Hi Tyler,
your time tracking module looks very good, great work.
I´ve downloaded the SVN branch and run Ilijas build script to clean up things a bit and have done a fresh install to test it. As I can see, all works fine.
No my question is, what to do, if I want to use your time tracking addin in my main activeCollab installation with all my projects inside.
Is there a simple way to upgrade from 0.7.1. to the branch version or does a upgrade script exist?
Any hints how to add the time tracking addin without crashing my activeCollab installation would be very nice.
Thanks a lot
Sares
your time tracking module looks very good, great work.
I´ve downloaded the SVN branch and run Ilijas build script to clean up things a bit and have done a fresh install to test it. As I can see, all works fine.
No my question is, what to do, if I want to use your time tracking addin in my main activeCollab installation with all my projects inside.
Is there a simple way to upgrade from 0.7.1. to the branch version or does a upgrade script exist?
Any hints how to add the time tracking addin without crashing my activeCollab installation would be very nice.
Thanks a lot
Sares
Sares,
Before you do any of this, make sure you backup your activeCollab directory and database. That said, adding time tracking to your existing install shouldn't be too difficult.
1) Assuming you haven't made any changes to your existing activeCollab code, just copy the code from the SVN branch over your existing install.
2) Next, you need to update your database by creating the table that stores the time tracking info and adding an extra field to one other table. Here's the SQL to create the table and make the modification:
http://basejumpr.com/activecollab/time.sql
You can paste that into a tool like phpMyAdmin or run it in MySQL directly. Once you do that, I *think* that should take care of things. Let me know if you run into any problems. You can email me at tyler AT sitening DOT com
Before you do any of this, make sure you backup your activeCollab directory and database. That said, adding time tracking to your existing install shouldn't be too difficult.
1) Assuming you haven't made any changes to your existing activeCollab code, just copy the code from the SVN branch over your existing install.
2) Next, you need to update your database by creating the table that stores the time tracking info and adding an extra field to one other table. Here's the SQL to create the table and make the modification:
http://basejumpr.com/activecollab/time.sql
You can paste that into a tool like phpMyAdmin or run it in MySQL directly. Once you do that, I *think* that should take care of things. Let me know if you run into any problems. You can email me at tyler AT sitening DOT com
Hello Tyler,
thank you very much for this perfect explaination how to upgrade and your kind offer to email you in case of a "crashing nightmare" ;-)
I will backup all my data and give it a try and will report how I succeed.
Thanks a lot!
Sares
thank you very much for this perfect explaination how to upgrade and your kind offer to email you in case of a "crashing nightmare" ;-)
I will backup all my data and give it a try and will report how I succeed.
Thanks a lot!
Sares
Hello Tyler,
just want to let you know that upgrading worked fine for me, following your instructions.
No problems at all.
Thanks a lot!
Sares
just want to let you know that upgrading worked fine for me, following your instructions.
No problems at all.
Thanks a lot!
Sares
Yay! Another Time Tracking success story. Thanks, Alex.
If any of you are unsure about incorporating our changes yourself, take at look at the hosted activeCollab service we offer at http://basejumpr.com Not only do you get time tracking, but we also offer unlimited storage for attachments. $30/month.
If any of you are unsure about incorporating our changes yourself, take at look at the hosted activeCollab service we offer at http://basejumpr.com Not only do you get time tracking, but we also offer unlimited storage for attachments. $30/month.



