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!
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!