Login or Register

RSS IconRecent posts in this topic

avatar Pro
CD on Aug 13. 2008. 3:10 pm
Current: When tickets are approaching the due date, there is no "quick" indicator that tells the user when the tickets are due.

Proposed: Have a user-specified threshold criteria for green light/red light/yellow light indicator to mark tickets as they are approaching. Something similar to:

* Green: Due date is 2 weeks or later
* Yellow: Due date is within 1 week
* Red: Ticket is late

Nice to have would be optional automatic reminders sent at these times as well.
http://www.linkedin.com/in/chrisduncan1


avatar
michael.a on Aug 13. 2008. 6:21 pm
Yes!!! This would be fantastic!
avatar
michael.a on Aug 13. 2008. 7:33 pm
Having been to the gym, I realise that it could be as simple as something like:

if ($item->due_date <= $unix_timestamp + $red_warning_threshold) { 
    $item->status_colour = 'red';
}
avatar
MarkOs on Aug 13. 2008. 10:08 pm
Hi CD - please see my thread here as it some mods i've made somewhat suit your requirements:

http://www.activecollab.com/forums/topic/3117/

RSS IconRecent posts in this topic