behigh / redmine_timelog_timer

A simple javascript timer for timelog form
Other
30 stars 21 forks source link

time sharing and time control for working hours #5

Open cforce opened 11 years ago

cforce commented 11 years ago

Every user can enter working hours in my account).Defaults are configurable by admin.

There is a week view which sums recorded time per day and substracts it from day's working hour. The view shows a table with column per day (monday-sunday, but only for days with working hours> 0) and a row for every issue with logged time for that day. The last row shows substraction of "working hours for this day" minus "sum of all issues logged time per day"

his way everyuser overview if time is shared correctly. If not thete is the possibility (dependent on rights to change values), e.g +1 hour for an issue and minus 1 another or so.