Opened 14 years ago
Last modified 8 years ago
#7786 new enhancement
[Patch] Discriminating excessive work hours.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | WorkLogPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
When using worklog plugin, if a user forgets to stop his/her clock when work ended, he has given a chance (to correct time on a popup window) to do it. If he even misses this chance, work log records some excessive working hours. Even we can't prevent it from happening, with this patch, we have a chance to discriminate such logs on user view for work log. On Work log for User view, if work is not stopped on the day it started, it will be colorized. If this condition is met and work continues, it will be highlighted with yellow color. Otherwise it will be highlighted in light red color.
Patch applies to [6472] and 0.11 branch of worklog plugin.
Attachments (2)
Change History (3)
Changed 14 years ago by
Attachment: | worklog_colorview.patch added |
---|
Changed 14 years ago by
Attachment: | worklog.colorview.patch added |
---|
Update : still struggling for right patch file format.
comment:1 Changed 8 years ago by
Owner: | Colin Guthrie deleted |
---|
Patch file for coloring user log. For [6472].