|
-
Jan 8th, 2010, 09:13 AM
#1
Suggestions for Time Tracking Software
Hey,
I am looking for some ideas of which application to use.
Basically, I am looking for an application (doesn't really matter if I need to pay for it) that can track my day to day work in a manner that won't take up too much time.
At the minute, I keep a handwritten note book of what I am doing on any given day, this is great, but I can't search through it easily. The software application that I am looking for has to be able to fit the following requirements:
- ability to create new tasks
- record time against a particular task
- web based or windows form based
- ability to create notes against a particular task, including text, screen shots, and other necessary attachments
- ability to search through tasks to find a particular entry
I am not fussed about the creation of fancy reports or anything like that, we have a separate corporate application that I have to enter my time into, this is more for writing useful notes and information about what I have been doing so that I can refer back to it.
Anyone got any suggestions?
Thanks
Gary
Last edited by gep13; Jan 11th, 2010 at 02:49 PM.
Reason: Changed Title
-
Jan 8th, 2010, 09:24 AM
#2
Re: Time Tracking Software
Why not just write your own?
-
Jan 8th, 2010, 09:25 AM
#3
Re: Time Tracking Software
Hey,
Well I thought about that, but I wanted to see what there was available first, people's recommendations etc, before I went to the extent of writing my own.
Gary
-
Jan 11th, 2010, 02:49 PM
#4
Re: Suggestions for Time Tracking Software
Hey,
Has nobody got any suggestions?
Gary
-
Jan 11th, 2010, 03:25 PM
#5
Re: Suggestions for Time Tracking Software
I've used this in the past:
http://www.axosoft.com/ontime
They have both a web and a VS Addin version.
-tg
-
Jan 11th, 2010, 03:49 PM
#6
Re: Suggestions for Time Tracking Software
Hey,
That looks quite interesting. Thanks for that!!
I think it might have a few two many features, i.e. more geared towards a team environment, but I will check it out.
Gary
-
Jan 29th, 2010, 07:37 AM
#7
Re: Suggestions for Time Tracking Software
Hey,

Thank you for the suggestion, I will take a look!
Gary
-
Feb 1st, 2010, 05:19 PM
#8
Re: Suggestions for Time Tracking Software
 Originally Posted by gep13
Basically, I am looking for an application (doesn't really matter if I need to pay for it) that can track my day to day work in a manner that won't take up too much time.
Define "too much time".
-
Feb 2nd, 2010, 02:44 AM
#9
Re: Suggestions for Time Tracking Software
Hey,
What I was getting at was I don't want to have to take up too much time administering/recording the time that I have spent on something. I have seen applications that require you to input the time you start and finish something, but I have seen others, like kimai:
http://www.kimai.org/en/
Where you simply hit a "play" button and the time starts recording for you.
The problem with kimai is that there isn't much scope for recording notes/screenshots/file attachments with a given task.
I am yet to find an application that ticks all the boxes.
Do you have any suggestions?
Gary
-
Feb 2nd, 2010, 03:04 AM
#10
-
Feb 2nd, 2010, 03:12 AM
#11
Re: Suggestions for Time Tracking Software
Hey,
That is really the idea that I am coming round to, but it is just a matter of finding the time, no pun intended. I will give this some thought and see what I can come up with. Thank you for the offer of help!!
Gary
-
Feb 2nd, 2010, 05:18 AM
#12
Re: Suggestions for Time Tracking Software
Since you want something simple, I second the idea of writing it yourself. Budget one day for it and keep it simple enough so that development fits into one day. That's what I did anyway.
-
Feb 2nd, 2010, 05:22 AM
#13
Re: Suggestions for Time Tracking Software
Hey,
So does that mean that you have already created such an application?
Gary
-
Feb 2nd, 2010, 05:30 AM
#14
Re: Suggestions for Time Tracking Software
Buy/Get/code a mobile application. See what languages your mobile phone OS supports and decide accordingly. If you don't find anything fitting your needs, buy a mobile phone first that can run the app, preferably with a touchscreen and handwriting features.
A desktop/web app is really a pain to handle personal time tracking. More often than not you would miss updating it on your PC due to one or the other reasons.
-
Feb 2nd, 2010, 05:46 AM
#15
Re: Suggestions for Time Tracking Software
Hey,
A mobile application is definitely a possibility, however, the overriding feature that I was hoping for was the ability to store a "brain dump" about a particular task, i.e. a short paragraph, a block of code, a screen shot, an attachment. That way, when I need to remember what I did to fix a problem I can look this up.
Gary
-
Feb 2nd, 2010, 05:48 AM
#16
Re: Suggestions for Time Tracking Software
hmm. Good Idea
-
Feb 2nd, 2010, 11:01 AM
#17
Re: Suggestions for Time Tracking Software
 Originally Posted by gep13
So does that mean that you have already created such an application?
Gary
Yes. Had to, I needed it to keep track of a few things.
-
Feb 2nd, 2010, 11:03 AM
#18
Re: Suggestions for Time Tracking Software
Hey,
So to pre-empt some of the questions that I have going to face if I go down the route of creating my own application, can you post some of the features and requirements that your application had?
Thanks
Gary
-
Feb 2nd, 2010, 12:13 PM
#19
Re: Suggestions for Time Tracking Software
There is just one small winforms application sitting on the tray and it connects to an SQL server to get its data. All access is done using the windows user name. Some users are admins while others are plain users. Admins can create tasks while plain users can only register their time. Any user can select a task from a menu and can start the clock. When done, they just stop the clock and the total time for the task is registered in SQL server. Any user can optionally add a note to the time entry.
There is no provision for view/search nor to attach files of any kind to a time entry. Users are defined in a data table which is edited through management studio. Cummulative reports are created in Excel which connects to SQL directly. In short, the admin side of things is non-existent.
-
Feb 2nd, 2010, 12:29 PM
#20
Re: Suggestions for Time Tracking Software
Hey,
Thanks for the update.
Will take all that into consideration.
Thanks
Gary
-
Feb 6th, 2010, 06:25 PM
#21
Frenzied Member
Re: Suggestions for Time Tracking Software
Wow, how weird, I am currently working on a prototype application for just this purpose. I find that most task managers have one feature too many. I simply want to be able to create tasks that can have and be subtasks and also that can be moved around so if a task turns out to be related to the GUI and not the Database it can be moved. I am also working on the ability to import XPS docs as tasks, that way I can work in office 07 and get all those fancy editing features of they are needed.
No time to finish though as it needs a DB and I am head first in SQL (can you believe I have never learned to use databases)
-
Feb 6th, 2010, 06:51 PM
#22
Frenzied Member
Re: Suggestions for Time Tracking Software
As you can see I have painstakingly constructed the documentation for the actual task window!
-
Feb 7th, 2010, 05:19 AM
#23
Re: Suggestions for Time Tracking Software
Ha ha, love the design documentation 
As yet, I have not had a chance to look into this yet, but I will, someday....
-
Feb 7th, 2010, 01:34 PM
#24
Frenzied Member
Re: Suggestions for Time Tracking Software
Ha ha, I find it the best way to actually implement a feature quickly. I have tried to write documentation but I never end up referring to it. That is why I want a task application as it will be one step closer to structure without spending ages on documentation for the sake of it!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|