vote up 28 vote down star
25

I had about 7 employes until today and everyone had another kind of timesheet/timereporting.

How do you track your time at your current workplace, or if your a freelancer, how do you keep track of your time?

flag
show 1 more comment

50 Answers

prev 1 2
vote up 1 vote down

If you use Eclipse, Mylyn will automatically track the time you spend working on tasks from your team's bug/issue tracker. With the free Tasktop Starter, a dashboard shows you exactly what you've been working on so you can enter it into your team's time tracking system. Tasktop Pro adds functionality for reporting over arbitrary time periods and task categories.

Mylyn: http://www.eclipse.org/mylyn/

Tasktop: http://tasktop.com/

link|flag
vote up 0 vote down

I found Toggl to be a useful tool to time whatever I'm working on. If you leave the computer for some time, you can decide to delete the idle time upon returning.

link|flag
vote up 1 vote down

SlimTimer is a low friction time tracker and is my current tool of choice.

link|flag
vote up 1 vote down

Replicon has a web timesheet that where I work uses. It is OK for giving a matrix-like entry of hours while there is also a weekly e-mail of tasks to provide that kind of perspective on how us developers are doing.

link|flag
vote up 0 vote down

If you want a really good Project Management and time management app look at the free open source ClockingIT

link|flag
vote up 0 vote down

At my office we use Replicon for timesheets; everyone does it from top to bottom. Its very nice for the account people as we bill hourly for clients. The interface is cumbersome and doesn't work well in all browsers so it tends to be problematic to use throughout the day. Its Best for just filling in at the end of the day/week.

For day to day use, I've been using the Emergent Task Timer from Dave Seah. Its blocked in 15 minute intervals, so its very nice for just filling in bubbles as the day moves on.

link|flag
vote up 1 vote down

Slife is a fantastic tool that tracks your usage on your pc based on the application that your using. It can also log how much time you err 'waste' of sites such as SO. There are OS X and Win versions available.

link|flag
vote up 0 vote down

I use http://ptm.sourceforge.net/ to track my time. It works well but I had to go editthe code so I could have it not prompt me every hour if I was working on the same thing, for example when I had to go to meetings I wanted to be able to let my computer keep track of that time even though I wasn't at the computer. The program also keeps track of how much time you spend in what applications which is helpful.

link|flag
vote up 0 vote down

We use a web-based tool called Intervals, which is great for time tracking, but also includes task management. Since we are a web development agency, that works great for us because our task system is the same as our time tracking.

link|flag
vote up 0 vote down

We have a small consulting team of 3 people working on multiple clients / projects. We used to use a spreadsheet on Google Docs, but it was a pain to update and report on it.

We recently switched to Harvest (www.getharvest.com), it's a hosted solution that is also integrated with their other application Coop (coopapp.com) which is a twitter / yammer-like application. We like it a lot, especially since it now allows us to easily generate invoices to customers and track hour hours against hours purchased.

Other light-weight time tracking apps incude www.tickspot.com, and somebody I know evaluated and is moving to light-weight project management software called Intervals.

link|flag
vote up 0 vote down

I'm a freelancer, so its important for me to keep track of where I spend my time. I use the invoice mechanism of Quicken Home & Business to keep track of my monthly invoices. I create an invoice for each customer at the beginning of the month, and I enter a new line in the invoice for each day I work on a project. This allows me also to add a summary of what I did that day in the comments field along with the hours worked.

Steve

link|flag
vote up 0 vote down

I use http://www.allnetic.com/ and its works great for me to timetrack multiple projects!

link|flag
vote up 0 vote down

I lug a slate tablet everywhere with an HTA I made for tracking time spent per task. The HTA is 36 buttons big enough I can peck them with my finger and so can save the time of grabbing the digitizer pen. The tasks names are predefined, but for one that is free-form. The free-form tasknames are put to csv and 'Select *' using MS LogParser so I can use the same spelling for the same tasks. All buttons (divs, really) change color and log the start date and time of an activity, into a CSV file. No limit to multiple tasks running. A red div means that task is active. Poke it, and it sends the end time and the vbscript finds the entry wherein that task's beginning was logged, and computes the # of seconds from start to end (puts that in the CSV), changes back to it's former color. I have several canned SQL strings for giving me quick stats, but I keep planning to open the csv with XL to do some good analysis. I've been using the tablet (rugged) for several months, just collecting data. I do use 'TaskHelper', but it is slow on the tablet, so I will likely add the task mgt to my HTA. I'm just learning javascript, looking fwd to experiencing some of it's coolness.

link|flag
vote up 1 vote down

If your people are just working on 1 project, have them use Excel. We use that and it works great.

link|flag
vote up 0 vote down

I've been using [ManicTime][1] to do part of the work. It tracks what window you're in, the window title etc. So at the end of the day (or a week later), you have enough information to be able to reconstruct a reasonable picture of what you were doing.

I hate tracking time at the time and always end up fudging the figures one way or another. And this seems to make the process a bit less painful, even though it doesn't seem intended for this purpose at all.

[1]: http://www.manictime.com/ ManicTime

link|flag
vote up 0 vote down

I use 1time. Really great way for teams to keep track of time.

link|flag
vote up 0 vote down

I have a terrible memory, and need to keep a record of just about everything. I keep detailed notes in MS Outlook Journal. It's a good tool, and well worth spending a few hours to get to know. Do one of the many tutorials online.

link|flag
vote up 0 vote down

i use rescue-time i love it mainly because its desktop client :)

link|flag
vote up 0 vote down

When working on Linux I have been using his one http://agendaxml.sourceforge.net/

link|flag
vote up 0 vote down

I use Kronos, an adobe air application, very useful and beautiful

link|flag
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.