Dashboard customisation

English! place to talk about development, programming and coding
Post Reply
jbmraja
Znuny newbie
Posts: 3
Joined: 05 Sep 2012, 10:23
Znuny Version: 2.4.8
Real Name: jebam jeya raja
Company: Mahindra satyam

Dashboard customisation

Post by jbmraja »

Hi Team,

I am a new user of OTRS.
I want to show the tickets in dash board which is created by a specific email id.
How can I do it?

Regards,
Jebam
juanman80
Znuny newbie
Posts: 44
Joined: 11 Nov 2011, 10:30
Znuny Version: 5.0.15

Re: Dashboard customisation

Post by juanman80 »

I've done several dashboard customizations and I think I could help you, but I'm not sure I understand: do you want a Dashboard that shows Tickets from a defined Customer? how would you define this customer? hard-coded or using a filter? Can't you use a customized search instead?
OTRS 5.0.15 on CentOSLinux with MariaDB database connected to an Active Directory for Agents and Customers.
LuciferSam
Znuny newbie
Posts: 17
Joined: 17 Apr 2012, 21:39
Znuny Version: 3.1.10

Re: Dashboard customisation

Post by LuciferSam »

Hi there. I'm trying to customize the grid when you create a new request via phone or mail. When you click on "customer" for selecting the customer.
Is it possible to add new fields in the grid? I suppose to modify the dashboard, right? What file should I edit?
OTRS 3.1.10 on Debian Wheezy
PostgreSQL 9.1
juanman80
Znuny newbie
Posts: 44
Joined: 11 Nov 2011, 10:30
Znuny Version: 5.0.15

Re: Dashboard customisation

Post by juanman80 »

Ticket creation screen is different from Agent dashboard... what do you mean by "the grid"?
OTRS 5.0.15 on CentOSLinux with MariaDB database connected to an Active Directory for Agents and Customers.
jbmraja
Znuny newbie
Posts: 3
Joined: 05 Sep 2012, 10:23
Znuny Version: 2.4.8
Real Name: jebam jeya raja
Company: Mahindra satyam

Re: Dashboard customisation

Post by jbmraja »

Hi I have done it.
Created the below files to get the work done and a simple query change in the BasicHistorySearch subroutine in Ticket.pm module.:

a) a separate module in the path /opt/otrs/Kernel/Output/HTML/DashboardWidget.pm
b) a config file under /opt/otrs/Kernel/Config/Files/DashboardWidget.xml
c) a dtl file under /opt/otrs/Kernel/output/HTML/Standard/DashboardWidget.dtl
Post Reply