|
From: Bob S. <bo...@pr...> - 2000-11-11 23:53:09
|
Camden Spiller wrote: > > Okay, I've got my changes made to allow timesheets.php to display multiple > entries per day. > > Check it out from CVS and let me know what you think. > > Camden Camden, It appears to work so far. I think as things progress, it would be nicer to eventually have the separate entries pre-totaled as the printer friendly version still does, with editdetail handling navigation between entries, but as long as this works for now, we can leave that for the future. I did notice that the totalled entry on the printer friendly page was not formatted the same as single entries ( "4" instead of 4.00). Just a little nit-picking there. Regarding your other emails, I think it best to add a end_time field to job_details as type TIME, similar to start_time. Status fields can be added for processed, approved, finalized, whatever. Using time fields, we should be able to just use sql's built-in calculation functions to have it calculate the num_hours field. Have anyone updated their addjobdetail and editdetail.php to the latest CVS yet? Need to update the whole timetrack module, actually. Anyway, I Was wondering what everyone thinks of the new Date and Time Selector widgets (as I like to call them. I think I did a pretty good job on the Time Selector. It has the ability to configure the minutes increment amount (have to currently edit the code to change it until I add a configurable option for it though). The latest changes to the date selector have it currently popup in a separate window due to a layering incompatibility with Netscape on HP-UX, but I plan on also allowing a configure option for that too. I did not write the main portion of the Calendar date selector, only incorporated it. It should be quite easy to use the TimeSelector for the endtime field also. I also still need to change other date entry fields to the new selector soon, Bob S. > > ----- Original Message ----- > From: Bob Schader <bo...@pr...> > To: Camden Spiller <ca...@ar...> > Sent: Saturday, November 11, 2000 1:27 PM > Subject: Re: [Phpgwtimetrack-developers] invoicing > > > Go for it. > > Bob > > > > Camden Spiller wrote: > > > > > > I'm glad to hear you'll be able to make use of the start and end times! > > > > > > Should I goahead and rework timesheets.php to handle multiple > job_details > > > per day? > > > > > > Thanks, > > > > > > Camden > > _______________________________________________ > Phpgwtimetrack-developers mailing list > Php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpgwtimetrack-developers |