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?
|
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? |
|||
|
|
|
|
I have a ruby script that appends a line with timestamp and all commandline arguments to a text file. Then I have an alias from "I" to this script, such that I can just type on the command line...
...and all that is recorded in a text file with timestamps. Other scripts later use that text file to generate work reports, or just tag clouds of what I have done during the last weeks or months.
|
|||
|
|
Since I am an independent contractor, accurately measuring my time is very important. I wrote a utility that sits in the taskbar and records the process name and window caption of the active window every second of the day. If the keyboard or mouse was touched during that second then the time is considered active versus idle. Every 15 minutes this information is summarized and written to an SQLite database. At the end of the day I can view that data in a timeline and use a Bayesian filter to classify each unique process/window into one of three buckets: work, play, other. From there I estimate my hours based on some predefined thresholds that I've worked out over time. I have tried professional software but the combination of automated recording and classification of active windows is by far the easiest approach to accurate time tracking! One of these days I'll have to open source it... |
||||
|
|
|
I like to use TimeSnapper in order to track my time. It also provides a way of reconstructing everything I have done, as it is based on periodically taken screenshots. The actual timesheet is then constructed by using the data from TimeSnapper and categorizing the worked-on items as appropriate in an excel spreadsheet. |
|||
|
|
We use Redmine - you can just add the spent time directly to a ticket. Actually a web-based tracker is the best solution if you work on different computers. Maybe one of the tools here can help too. |
|||
|
|
|
|
I come in, I work the hours (+ a few more if I'm on a roll), I go home. My boss trusts me to get the work done. (I am fortunate enough to work in an environment where that is okay behaviour, I realise that this isn't an option for many people) In the past when I have done billable work, I had some nifty time-reporting software on a Palm Pilot that you could reach across and touch to start/stop/select task - i.e., far less intrusive than having to fill out a spreadsheet as you went. |
|||
|
|
FogCreek's FogBugz has really nicely integrated time tracking; you just need to remember to use the "working on..." pulldown. It'll use the timesheets to give you some fascinating feedback on the accuracy of your original estimates, and feeds them into statistical projections of project completion dates too. |
|||
|
|
I track my time by remembering what I have done each day, my out look callender seems to tell me what I was supposed to be doing, so I use that as a basis for it. |
||||
|
|
|
Try http://projecthamster.wordpress.com/, if you only need something small, something for yourself only. |
|||
|
|
|
|
I use a Google Spredsheet which lets me add start and end time. It then sums up per project. I need to know how much I work on each project, so it is as simple as possible. |
|||
|
|
|
|
I remember in my previous office they had a crappy web-based time management system in place. I had an account on it, and someone, probably one who managed that application, added all my currently assigned projects to it, so when I accessed the application to add my time at the end of a day, I would have sections for each project I was working on. Of course, I had to manually add, say, five hours for this project, and two for this, and so on and so forth. I really did not see what actual purpose that served, and even though the technically-sound managers failed to see any actual benefit of the system, they still requested people under them to fill up the time sheet. In my current job, there is no time management. One reason may be that unlike my previous workplace, this one is considerably small. But, most of all, we trust each other to do the stuff. We maintain centralised and per-client TODO lists and message boards, where we discuss stuff and post timelines, and tasks, and mark them off. All in all, that gives a good overview of what is happening and what is not. |
|||
|
|
I've used 'harvest' before (www.getharvest.com) - it's not too bad since it works from a widget. With a bit of effort, in a week or two you can get into the habit of clicking what project you are on (it tracks the hours for you). I have seen some spurious time-tracking systems at companies, if people's hearts aren't in it (i.e. writing proper time-sheets), the data in them is pretty much fictional. I don't know if operational managers realise this, if you force someone to do time sheets without doing two things; 1) explaining why, and 2) leading by example - you will get rubbish data. People will just back-track and make up whatever to fill in their time. As a project manager, what I would like to do is this - fill out my programmer's time-sheets for them on a weekly basis. And I think this would be possible using a program like timesnapper. If I get the chance, I will be trying this out at the next company I work at. |
|||
|
|
|
|
We have an in office built solution that all projects are created on and all employees write down their time and describe what was done. |
|||
|
|
I described how I track (and schedule) my time in another question: http://stackoverflow.com/questions/37139/how-do-you-maintain-a-project-schedule#128578 |
|||
|
|
|
|
We use a site called Taskdirector.com which was actually built by a previous intern at the company. It has a pretty simple interface to assign projects to people and the user can select from the dropdown list of tasks assigned to them and then just manually put in how much time they worked on it. It's quite simple. I guess its not the most accurate method though... |
|||
|
|
|
|
This isn't so important in my current job, but my previous job I was building websites and needed to track time, there's a really good time tracker for Google Desktop, called Time Tracker I think... (imagine that). Me and the rest of my co-workers absolutely loved it. Then at the end of the day, we'd jump into netsuite, or whatever our time entry program of choice was at the time, and enter our time. |
|||
|
|
|
|
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/ |
|||
|
|
|
|
SlimTimer is a low friction time tracker and is my current tool of choice. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
If your people are just working on 1 project, have them use Excel. We use that and it works great. |
|||
|
|
|
|
I've created an application, which allows me to define some projects and I can enter the tasks in there. The application creates an XML-File out of this stuff and I can use it to create the bills or import this into another system. |
|||
|
|
|
|
I allocate a page in my notebook (the paper kind) for a single day and list down all the things that I need to do for that day. I mark off items as they are done and list down the number of hours I spent working on it. I tally them at the end of the day. I have another page that summarized what happened that week including the daily figures. I then type in the figures on my employer's intranet based timesheet app. |
|||
|
|
|
|
At work we used to use a truly horrific Excel spreadsheet for this. In the end I got so tired of it I developed a quick web app for this written in PHP with a MySQL backend. It doesn't look wonderful but is easy to use. Best of all I control the data and can extract it in any way I wish. Every year the data is exported into a CSV file and sent to my main Manager who can import it into his Excel spreadsheet. Not exactly the most efficient solution but it does the job. |
|||
|
|
|
|
I use an Excel workbook with one worksheet per day. I generally updating it every few hours or if I'm very busy, the next day. It's infinitely flexible if hard to data mine. It includes unique project numbers, location and work description etc. and a Y/N chargable column. I use formulas to total client time based on project numbers and the chargable column. It's a real boon at the end of a month, I can look at four weekly workbooks and total up the hours for a client, and summarise the work that was undertaken. I've been meaning to create a small application to do this for some time, but Excel is so simple and flexible that, other than automated reporting, I'm not sure it'll be an improvement. |
|||
|
|
|
|
I use Eclipse a lot, and when I activate and deactivate tasks in Mylyn (an Eclipse plugin), the start and stop time along with the Task ID is recorded in an xml file. So for me that is one good source of timekeeping data, which can be imported to our time tracking system. |
|||
|
|
|
|
I have been using Timelog for a couple of years, and I am quite satisfied with it. It is a web-based, hosted application. Every day, I fill out a spreadsheet-like page, typing in the hours I have worked in different projects. The project manager keeps track on who's working on what, and bills customers using monthly reports. |
|||
|
|
|
|
At the risk of being labeled a company stooge, I think it's still worthwhile to outline how I book my own time. We make and sell our own software product to do this: MCS Project Management. Requests for work are booked into the system as calls, work orders are assigned to respond to these calls and end up in everyone's "todo list". When work is executed, people can drag the work order onto the calendar to book a task for it (like dragging around tasks in MS Project), and eventually these tasks get billed semi-automatically to the customer based on the contract and type of work that was requested. Ofcourse, this system only pays off for larger companies. If you're a 10-person team, it's over-engineered for your needs. But I still think it's a really nice way of working, and I'm not just saying that because I help to build it :) |
|||
|
|
|
|
My company provides a time accounting system for billable purposes. |
|||
|
|
|
|
I keep daily notes in a text file and/or internal wiki with notes as to waht I'm doing. At the end of billable weeks, I cull through that and fill out a time sheet. When I'm not on billable time, I show, do my job, and go home :) |
|||
|
|