
I want to change the ticket format, so that when a customer logs in, he can see the end date of a particular ticket. The end date is the the date by which the agent thinks the ticket will be taken care of. Is it very difficult to extend the existing OTRS app to include this change, and if not , how do I go about doing the change? Rahul Pilani

On Wed, 04 May 2005 23:26:50 +0200, Rahul Pilani
The end date is the the date by which the agent thinks the ticket will be taken care of.
This is actually a good idea, to record the estimated time of resolving. Should be OPTIONAL though because most of the ISPs know that users cannot stand overtime problem solving :) peter

How do I incorporate in my system though? Peter Gervai wrote:
On Wed, 04 May 2005 23:26:50 +0200, Rahul Pilani
wrote: The end date is the the date by which the agent thinks the ticket will be taken care of.
This is actually a good idea, to record the estimated time of resolving. Should be OPTIONAL though because most of the ISPs know that users cannot stand overtime problem solving :)
peter
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/

Hi, Use one of the freetext fields. Define a TicketFreeKey within the Config.pm: $Self->{"TicketFreeKey1"} = { 'Estimated Completion Date' => 'EstCompleteDate', }; The Coding is already in place and when populated, the 'EstCompleteDate' will be displayed automatically in AgentStatusView etc. HTH Graeme Rahul Pilani wrote:
How do I incorporate in my system though?
Peter Gervai wrote:
On Wed, 04 May 2005 23:26:50 +0200, Rahul Pilani
wrote: The end date is the the date by which the agent thinks the ticket will be taken care of.
This is actually a good idea, to record the estimated time of resolving. Should be OPTIONAL though because most of the ISPs know that users cannot stand overtime problem solving :)
peter
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NOTICE: This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
participants (3)
-
Graeme Brough
-
Peter Gervai
-
Rahul Pilani