Hi to all,
I am struggling to create a nice form where the users can enter their time spent on specific projects.
the header line should contain the days of the month (1-28/29/30/31) and the day (Mo-Su).
The details should be editable as a inline editing function.
I played around with several alternatives but found no nice solution.
First alternative I used was a reference from my entry BO to a timesheet BO (multible allowed) where the timesheet had several fields (1-31) of type number.
One problem here was that I could not set the display length to 2. It always displayed the filed with a length of 6!
The other Problem was that I could not display the day of the week.
I am thinking about a nice Excel like entry stile.
Can this be done with the calender function? I could not find anything in the documentation as there are only the day, week, month views mentioned and their lookout does not match my expectations.
Any suggestion?
Cheers, Peter