AccountedTime

Moderator: crythias

Locked
tomdc67
Znuny newbie
Posts: 2
Joined: 25 Aug 2010, 18:30
Znuny Version: 2.4.5

AccountedTime

Post by tomdc67 »

Hi,

we are using otrs2.4 and gave access to our customers.
Some of these customers would like to see the amount time that was spend on the tickets.
Is there a way to get this in the customerstatusview?

Thanks
elvanov
Znuny newbie
Posts: 32
Joined: 12 Jun 2010, 00:42
Znuny Version: 2.4.7

Re: AccountedTime

Post by elvanov »

Hello,

The accounted time is exclusive for the Agent interface. What I can think of is setting one of the free text fields to "Accounted time" or something similar and enable it for both interfaces in the SysConfig:

Ticket::Frontend::CustomerTicketZoom###AttributesView - In order for your customers to see the fields.
Ticket::Frontend::AgentTicketEmail###TicketFreeText - To make it visible for the agents while creating an email ticket.
Ticket::Frontend::AgentTicketPhone###TicketFreeText - To make it visible for the agents while creating a phone ticket.
TicketFreeKey1 - To specify the label for the field. This could be Key="MyAccountedTime" Content="Accounted time".
Please note that there are 16 free text fields and that you can use any of them. In this example I
used number 1.

I hope this helps!

Regards,
Elva
chetannagaonkar
Znuny advanced
Posts: 149
Joined: 25 Oct 2010, 10:02
Znuny Version: 3.2
Location: Bangalore, India

Re: AccountedTime

Post by chetannagaonkar »

Elanov,

Does the Accounting Time starts only after the status is set to Open? Or does it account the time since its creation. Also, in 3.02, I have created tickets that is showing Accounting Time as 0 and I don't have any option to move to status "Open" inspite of the fact that they have been assigned to owner(default agent: Admin OTRS).

Chetan
Best Regards
Chetan
OTRS 3.06
ITSM 3.1
MySQL
Windows 7 Ultimate
elvanov
Znuny newbie
Posts: 32
Joined: 12 Jun 2010, 00:42
Znuny Version: 2.4.7

Re: AccountedTime

Post by elvanov »

Hello Chetan,

The accounted time represents the effort (in minutes or any other working units) that an agent did to work on a ticket, but it is a number that the agent writes, this is not generated automatically. Maybe what you mean is the age of the ticket, this is calculated by the system.

I hope this helps!

Regards,
Elva
Locked