Search found 27 matches

by Cheesypuffs
11 Jan 2013, 11:12
Forum: General
Topic: Change background color of dashboard
Replies: 9
Views: 5679

Change background color of dashboard

Hi Due to a change in our logo, we need to change the default BLACK background header of the dashboard to white. Currently we have the default skin I believe of header in black, icons in orange and widgets/dashlets in grey. I would like to change the header to white and the icons to blue...Is this p...
by Cheesypuffs
07 Dec 2012, 14:16
Forum: General
Topic: Create a dashlet/widget using dynamic fields
Replies: 23
Views: 9537

Re: Create a dashlet/widget using dynamic fields

I have the search saved in a template. When I click on Profile Link I get

http://pq9otrs01/otrs/index.pl?Action=A ... ket%20List

How can this help for my dashlet?
by Cheesypuffs
07 Dec 2012, 11:39
Forum: General
Topic: Create a dashlet/widget using dynamic fields
Replies: 23
Views: 9537

Re: Create a dashlet/widget using dynamic fields

Hi Crythias I still only get one ticket showing up from only 1 of the vendors when I know there are more than 1. It seems like the ; chooses one vendor or the other I put in the attributes DynamicField_3rd Party_Equals=Microsoft;DynamicField_3rd Party_Equals=Xerox; and I only get the ticket of Xerox...
by Cheesypuffs
05 Dec 2012, 14:54
Forum: General
Topic: Create a dashlet/widget using dynamic fields
Replies: 23
Views: 9537

Re: Create a dashlet/widget using dynamic fields

I know I can do this and it works using a search template but what I wanted to have was a dashlet on my Dashboard
by Cheesypuffs
05 Dec 2012, 13:14
Forum: General
Topic: Create a dashlet/widget using dynamic fields
Replies: 23
Views: 9537

Re: Create a dashlet/widget using dynamic fields

As I said before, in the Dynamic Field_3rd Party I have 3 or more vendors (Microsoft, Xerox, etc) and I need the attribute to search for all those tickets with the fields filled. I have tried: "DynamicField_3rd Party_Equals=Microsoft;Xerox;" as well as "DynamicField_3rd Party_Like=Mic...
by Cheesypuffs
04 Dec 2012, 14:42
Forum: General
Topic: Create a dashlet/widget using dynamic fields
Replies: 23
Views: 9537

Re: Create a dashlet/widget using dynamic fields

I see your point...an overlook there

So maybe I should have written something like

DynamicField_3rd Party_Equals=Microsoft AND
StateType=open OR
StateType=new

Can you indicate to me what that would be in commands? I know OR now is ;.....but AND?
by Cheesypuffs
04 Dec 2012, 11:49
Forum: General
Topic: Create a dashlet/widget using dynamic fields
Replies: 23
Views: 9537

Re: Create a dashlet/widget using dynamic fields

I say this because in fact the field 3rd Party has 3+ vendors (not just Microsoft) and I want to be able to see ALL possible vendors for tickets open and new
by Cheesypuffs
04 Dec 2012, 11:19
Forum: General
Topic: Create a dashlet/widget using dynamic fields
Replies: 23
Views: 9537

Re: Create a dashlet/widget using dynamic fields

Thanks again Crythias...

I get it now. The ; stands for OR. Instead of OR, what would be the command for AND?

By this I mean DynamicField_3rd Party_Equals=Microsoft AND
StateType=open AND
StateType=new

I am definitely making progress :-)
by Cheesypuffs
03 Dec 2012, 18:58
Forum: General
Topic: Create a dashlet/widget using dynamic fields
Replies: 23
Views: 9537

Re: Create a dashlet/widget using dynamic fields

Sorry, what do you mean by ; is or. ??
by Cheesypuffs
03 Dec 2012, 17:21
Forum: General
Topic: Create a dashlet/widget using dynamic fields
Replies: 23
Views: 9537

Re: Create a dashlet/widget using dynamic fields

Hi again I have added your code to the xml with the following result: <?xml version="1.0" encoding="utf-8"?> <otrs_config version="1.0" init="Application"> <ConfigItem Name="DashboardBackend###0430-3rdPartyTicketsOpen" Required="0" Valid=&q...
by Cheesypuffs
03 Dec 2012, 14:45
Forum: General
Topic: Create a dashlet/widget using dynamic fields
Replies: 23
Views: 9537

Re: Create a dashlet/widget using dynamic fields

Thanks for replying Crythias

I guess you are referring to DashboardTicketGeneric.pm, right?

Do I therefore have to unquote the comments (#) for the one I wish to use? If the dynamic field is 3rdParty, could you please tell me what would I put? I am a bit confused...

Thanks in advance
by Cheesypuffs
28 Nov 2012, 14:52
Forum: General
Topic: Create a dashlet/widget using dynamic fields
Replies: 23
Views: 9537

Re: Create a dashlet/widget using dynamic fields

I have so far used the following link to assist me http://blog.otrs.org/2010/09/26/keep-an-eye-on-certain-customers/#AgentTSearch I created xml file in Kernel\Config\Files called 3rd Party Open Tickets.xml with the below data: <?xml version="1.0" encoding="utf-8"?> <otrs_config v...
by Cheesypuffs
28 Nov 2012, 11:47
Forum: General
Topic: Create a dashlet/widget using dynamic fields
Replies: 23
Views: 9537

Create a dashlet/widget using dynamic fields

Hi I have created 2 dynamic fields for 3rd Party Tickets (3rd Party and 3rd Party ticket number). I would now like to create a dashlet/widget like that of Agent Calendar/Upcoming Events to be able to list the open tickets which have these 2 dynamic fields filled in. Can anyone help me for the coding...
by Cheesypuffs
27 Nov 2012, 17:42
Forum: Howtos
Topic: Some changes to .dtl and .pm files.
Replies: 36
Views: 41052

Re: Some changes to .dtl and .pm files.

Sorry about that. I have managed to sort it out anyways.

Tata
by Cheesypuffs
13 Nov 2012, 17:21
Forum: Help
Topic: Dynamic fields in Dashboard
Replies: 1
Views: 1114

Dynamic fields in Dashboard

Hi I have 2 dynamic fields created which I would like to appear in the Agent Dashboard. One is called Third Party and the other is Third Party Ticket Number. I would like 2 new columns to appear to the right of Ticket ID in the dashboard. I have managed to create these in AgentDashboardTicketGeneric...
by Cheesypuffs
12 Nov 2012, 16:36
Forum: Howtos
Topic: Some changes to .dtl and .pm files.
Replies: 36
Views: 41052

Re: Some changes to .dtl and .pm files.

Thanks I managed to do that Now I have a similar issue for the dashboard in that I have created 2 dynamic fields (one called "ThirdParty", the other "ThirdPartyTicketNumber") I want to see them both on the dashboard in 2 separate columns after the Ticket ID. Can this be done and ...
by Cheesypuffs
01 Oct 2012, 10:46
Forum: General
Topic: View Ticket ownership, responsible or lock in dashboard
Replies: 14
Views: 8406

Re: View Ticket ownership, responsible or lock in dashboard

OK, I see it now. However I am more interested in having the same as My Responsibilities but called "Owned Tickets". My responsibilities are not the same as tickets owned by me. In all other ticketing systems, I have been able to list all tickets owned by me (assigned to me). Is there a mo...
by Cheesypuffs
28 Sep 2012, 13:09
Forum: General
Topic: View Ticket ownership, responsible or lock in dashboard
Replies: 14
Views: 8406

Re: View Ticket ownership, responsible or lock in dashboard

Ok so I have enabled the My Responsibilities module in the Dashboard. However what I want is to see the tickets listed which are my responsibility (being the owner) but all I see are all tickets by each agent
by Cheesypuffs
27 Sep 2012, 18:07
Forum: General
Topic: View Ticket ownership, responsible or lock in dashboard
Replies: 14
Views: 8406

Re: View Ticket ownership, responsible or lock in dashboard

And if we are not talking about locked tickets?

I am referring to open and new tickets which are NOT locked to the owner

Thanks
by Cheesypuffs
27 Sep 2012, 18:01
Forum: General
Topic: View Ticket ownership, responsible or lock in dashboard
Replies: 14
Views: 8406

Re: View Ticket ownership, responsible or lock in dashboard

Hi Now that we have this established, is it possible to filter only tickets by certain owner in the dashboard? I know you can do it using the search option but it is long winded and time consuming. Is there not a filter button on the dashboard itself for this? I have an agent who only wants to see t...
by Cheesypuffs
03 Sep 2012, 12:39
Forum: Howtos
Topic: Add lightbox to image attachments (updated3.3)
Replies: 13
Views: 41026

Re: Add lightbox to image attachments

Thanks Crythias too

I see that Bumpbox might get the pdf to work

If you ever get to check that one out please share with the forum (coding etc)
by Cheesypuffs
03 Sep 2012, 12:28
Forum: Howtos
Topic: Add lightbox to image attachments (updated3.3)
Replies: 13
Views: 41026

Re: Add lightbox to image attachments

if (lc $EncodedFilename =~ /\.(tif|jpg|png|gif|jpeg|tiff)$/) { Look at the ending of your files you tried to open with lightbox. If it´s JPG, jpeg or something different it can´t work. You have to add all the different endings to the code like this: if (lc $EncodedFilename =~ /\.(tif|jpg|Jpeg|JPG|pn...
by Cheesypuffs
23 Aug 2012, 14:13
Forum: Howtos
Topic: Add lightbox to image attachments (updated3.3)
Replies: 13
Views: 41026

Re: Add lightbox to image attachments

Hi

I have downloaded lightbox2 v 2.5.1 and have followed the steps as described but still only get the option to download and there is no pop up window with the attachment :-(
by Cheesypuffs
23 Aug 2012, 12:00
Forum: Howtos
Topic: Add lightbox to image attachments (updated3.3)
Replies: 13
Views: 41026

Re: Add lightbox to image attachments

Hi,

Will lightbox2 support attached pdf files?

I have followed your steps and still only get the download option :-(

Thanks!
by Cheesypuffs
09 Aug 2012, 12:26
Forum: General
Topic: Quick tickets immediate closing
Replies: 0
Views: 682

Quick tickets immediate closing

I often have tickets which I create and want to immediate close them (quick ticket). So when I enter all the subject and field text and change the state to closed successful and hit submit it removes both the subject and field text, meaning I have to enter them all again. It is a pain. Is there a wo...
by Cheesypuffs
20 Jun 2012, 10:57
Forum: Howtos
Topic: Some changes to .dtl and .pm files.
Replies: 36
Views: 41052

Re: Some changes to .dtl and .pm files.

Just jumping on the bandwagon here.... In AgentDashboardTicketGeneric.dtl, I have added the following to add a Owner column to the Dashboard Ticket view: <div title="$QData{"Owner"}">$QData{"Owner","20"}</div> However, I am seeing the Owner Id (e.g. BloggsJ) w...