Hot answers tagged time-tracker
6
Track My Hours - without a doubt has the exact feature set you are looking for:
Can track hours, with clock in/clock out functionality
Can do manual entries, also can specify that some employees can't do manual entries (important for us, because our min wage employees we don't want editing their hours)
Tracks unlimited number of Jobs and clients, or can ...
1
I liked ClockingIt pretty much as long as I used it. It is free, you can host it yourself if you want:
no restrictions or limits
one-click time tracking
clean and out of the way interface
interactive gantt chart & scheduling
flexible reporting
multiple ways to communicate
tracks and indexes all changes
notifications via email, rss & ical
ajax, ...
1
The nearest match to your requirements I could find was http://www.inboxjournal.com/
This lets you
post journal entries per day
tag entries so you could tag them as work, study etc
view history
post entries as private or public
However, it doesn't enable you to split them by hourly intervals or view charts.
1
You can do this by modifying the current formulas and adding one of your own.
Based on the template you mentioned, you need to amend the formula for the Total hours per day: column to:
=IF(24*(C2-B2) > 10, 10, 24*(C2-B2))
Then in Column E add a new formula:
=IF(D2=10, ABS(10.00 - (24*(C2-B2))),0)
Then the Formula for Total Hours For This Pay Period ...
1
You can use some jQuery plugins like this one:
http://tenseveninteractive.com/content/jquery-countdown-background-and-overlay
or this one:
http://www.littlewebthings.com/2010/02/jquery-countdown-script/
or this one (but then you'll have to design it a little):
http://keith-wood.name/countdown.html
1
If you are looking for a webapp, take a look at here: http://webapps.stackexchange.com/questions/1866/recommendation-for-a-web-app-to-track-time-like-a-time-clock-at-work
1
I liked ClockingIt pretty much as long as I used it. It is free, you can host it yourself if you want:
no restrictions or limits
one-click time tracking
clean and out of the way interface
interactive gantt chart & scheduling
flexible reporting
multiple ways to communicate
tracks and indexes all changes
notifications via email, rss & ical
...
Only top voted, non community-wiki answers of a minimum length are eligible