Feature #565
closedMark expired tasks
100%
Description
If task exceed Due date, is it possible to mark it with some color.
And send reminders to assignee and manager.
http://rubyforge.org/tracker/index.php?func=detail&aid=17060&group_id=1850&atid=7163
Related issues
Updated by Witold Oleksiak over 16 years ago
I second that. It's the most important missing feature which is making me hesitate between Redmine and Eventum..
Updated by Daniel Felix about 12 years ago
This is a smaller implementation of #12222.
The first thing "Mark exceed Due Date" could be implemented by adding a css rule like tr.overdue{ background-color:#FF0000; }
All needed information could be found in the sourcecode of your ticket list.
Updated by Daniel Felix about 12 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Those marking is implemented with the css class "overdue".
Just handle it with your design. This could be implemented by some little css-rule.
Maybe this is implemented in core design. :-)