Hour Tracking application

ions

Access User
Local time
Today, 02:03
Joined
May 23, 2004
Messages
816
Hello Members,

I am looking for an application that allows me to track my programming hours throughout the day as well as document what I did so I have a record of hours worked / day and what tasks were performed for the client.

I looked around the internet and downloaded a few solutions but none meet all my needs. I wanted to know if you have any recommendations.

Thank you
 
Ions

Why don't you try and make something?

TblJob
PKIDjobno
JobDescription
ClientID

TblClient
PKID
Name
Address

TblTasks
PKID
ProgrammingTasks

TblClientProgrammingRecord
PKID
Date
StartTime
EndTime
Description
JobID
ProgrammingTaskID

Afraid I don't have anything made up and I'm a bit of an amateur so not a hired gun whose thougth about this before.
 
LightWave I was considering making it myself but thought why re-invent the wheel.

Is there really nothing good on the market for this?
 
I have one that I have built for my own use but it is not really ready for prime time as I need to do a lot of clean up on it.

If you don't find anything else, I can share it with you but I would want to do some work on it first.

Not only does it track the information you are wanting to track but it will allow you to open the application and specify the project you are starting to work on. If you close the application before providing an ending time for when you stopped working on that project, the next time you open the application it will log when you opened database as the ending time for stopping work on the last project you started and allow you so accept the defaulted stop time or change it. This make is quite easy to use. Just open the application, tell it what project you are starting to work on and then when you have finished working on that project, just open the application again and close out your logged time.

I will continue to monitor this thread and if you don't find anything else, we can work out something.
 

Users who are viewing this thread

Back
Top Bottom