Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Timesheet application

Status
Not open for further replies.

xsw1971

Programmer
Joined
Jun 21, 2001
Messages
153
Location
US
I have been through every forum on every CF website I can think of and cannot find any help on developing a simple timesheet (everything I find is too complicated and must be purchased!)

The basic interface detail is as follows:

- display 1 week at a time, Sun-Sat with dates (user can navigate forward or backward a week)

- display days horizontally, projects vertically (the number of projects is dynamic and depends on the user logged in; the listing will come from a cfquery

- time can only be input in the current month - if there is a month that ends midweek, I will block out the days belonging to the next month.

I have found code for building weekly calendars, but I don't know how to associate the times entered with the correct project and the correct dates. (The input time will be stored in a database...)

Thanks in advance!
 
I did, and actually they are all much more complex than what I need. Thanks for the suggestion though.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top