show escalation solution time on statusview

Moderator: crythias

Locked
leocertuche
Znuny newbie
Posts: 40
Joined: 12 Apr 2010, 22:50
Znuny Version: 2.4.7
Location: Medellin, Colombia
Contact:

show escalation solution time on statusview

Post by leocertuche »

Hello there!

Our customer would love to see Escalation Solution Time on his StatusView instead of Age. I tried to insert it using the same variables that appear at AgentTicketZoom.dtl (SolutionTimeHuman and SolutionTimeWorkingTime) but they show nothing. Is there any whay to show Escalation Solution Time on AgentTicketOverviewSmall.dtl with human time?

Thanks,
Leonardo Certuche
www.itconsultores.com.co
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: show escalation solution time on statusview

Post by crythias »

Take a look at my post here: http://forums.otrs.org/viewtopic.php?f=60&t=5156, specifically the Kernel/Language.pm entry. I think it might help, at least in the Kernel/Language.pm part.

There's the issue of which "code word" to use as well, but if the Escalation time is stored as epoch time, this would help show the exact date.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: show escalation solution time on statusview

Post by crythias »

oops. I think ... SolutionTimeHuman is the answer. But CustomerTicketPrint.dtl shows:

Code: Select all

<tr>
                <td class="contentkey">$Text{"Solution Time"}:</td>
                <td class="contentvalue">$TimeShort{"$QData{"SolutionTimeDestinationDate"}"}</td>
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked