Re: [otrs] Queue view on Dashboard

2009-12-15 Thread Johannes Grimm




Usually only the chosen queues (Settings / MyQueues) are shown on the
dashboard.
if you need more queues but want to display only one of them on the
dashboard you have to discover the code :)



And how can you add a filter to show only the tickets in Raw queue (or
another queue)?
  
  
Regards,
DM
  
El lun, 14-12-2009 a las 10:33 +0100, Gerrit Tamboer escribió:
   Thanks Johannes
  
    
  
   It worked!
  
   

  
  From: Johannes Grimm
[mailto:johannes.gr...@fh-rosenheim.de]
  To: otrs@otrs.org
  Sent: Mon, 14 Dec 2009 10:10:19 +0100
  Subject: Re: [otrs] Queue view on Dashboard
  
Hi Gerrit, the additional rows show up if you adjust the table width
for different rows.
  
  
Settings need to be changed in this file for your individual scheme.
(in this case this is the fhr path)
  
/opt/otrs/Kernel/Output/HTML/fhr/AgentDashboardTicketGeneric.dtl
  

    
    
  
  
    $Data{"TicketNumber"}
  
  
    Title"}">$QData{"Title","70"}
  
  $QData{"Time"}
  
  
    
  
    Queue"}">$QData{"Queue"}
  
    
  
  
  
  
  
  
if everything went fine your dashboard will look like this:
  
  
Now you can sort the tickets for queue, or user.
  

  
    
  
    
  
  
-
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

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

  
  

-
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

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/






smime.p7s
Description: S/MIME Cryptographic Signature
-
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

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Re: [otrs] Queue view on Dashboard

2009-12-15 Thread Diego Mayol


And how can you add a filter to show only the tickets in Raw queue (or
another queue)?


Regards,
DM

El lun, 14-12-2009 a las 10:33 +0100, Gerrit Tamboer escribió:
> Thanks Johannes
>  
> It worked!
> 
> 
> 
> 
> __
> From: Johannes Grimm [mailto:johannes.gr...@fh-rosenheim.de]
> To: otrs@otrs.org
> Sent: Mon, 14 Dec 2009 10:10:19 +0100
>         Subject: Re: [otrs] Queue view on Dashboard
> 
> Hi Gerrit, the additional rows show up if you adjust the table
> width for different rows.
> 
> 
> Settings need to be changed in this file for your individual
> scheme.
> (in this case this is the fhr path)
> 
> /opt/otrs/Kernel/Output/HTML/fhr/AgentDashboardTicketGeneric.dtl
> 
> 
>  "searchactive"; }>
>  onmouseover="this.className='searchhighlight';"
> onmouseout="this.className='$Env{"Color"}';">
> 
>   
>  href="$Env{"Baselink"}Action=AgentTicketZoom&TicketID=
> $Data{"TicketID"}&ArticleID=$Data{"ArticleID"}&QueueID=
> $Data{"QueueID"}"
> onmouseover="window.status='$JSText{"Zoom"}'; return true;"
> onmouseout="window.status='';"
> title="$QData{"Title"}">$Data{"TicketNumber"}
>   
>   
>  title="$QData{"Title"}">$QData{"Title","70"}
>   
>   $QData{"Time"}
>   
> 
>  href="$Env{"Baselink"}Action=AgentTicketQueue&QueueID=
> $QData{"QueueID"}"onmouseover="window.status='$JSText{"Queue"}'; 
> return true;" onmouseout="window.status='';">
> 
>  title="$QData{"Queue"}">$QData{"Queue"}
> 
> 
> 
>   
> 
>   
> 
> 
> if everything went fine your dashboard will look like this:
> 
> 
> Now you can sort the tickets for queue, or user.
> 
> 
>  
>  
> 
> -
> 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
> 
> NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
> http://www.otrs.com/en/support/enterprise-subscription/
-
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

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Re: [otrs] Queue view on Dashboard

2009-12-14 Thread Gerrit Tamboer
Thanks Johannes  
   
It worked!
  _  

  From: Johannes Grimm [mailto:johannes.gr...@fh-rosenheim.de]
To: otrs@otrs.org
Sent: Mon, 14 Dec 2009 10:10:19 +0100
Subject: Re: [otrs] Queue view on Dashboard

Hi Gerrit, the additional rows show up if you adjust the table width for 
different rows.


Settings need to be changed in this file for your individual scheme.
(in this case this is the fhr path)

/opt/otrs/Kernel/Output/HTML/fhr/AgentDashboardTicketGeneric.dtl





  
$Data{"TicketNumber"}
  
  
$QData{"Title","70"}
  
  $QData{"Time"}
  



$QData{"Queue"}



  

  


if everything went fine your dashboard will look like this:


Now you can sort the tickets for queue, or user.

  
   
 -
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

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Re: [otrs] Queue view on Dashboard

2009-12-14 Thread Gerrit Tamboer
Thanks for the help Johannes,  
   
I'll check out these settings.
  _  

  From: Johannes Grimm [mailto:johannes.gr...@fh-rosenheim.de]
To: otrs@otrs.org
Sent: Mon, 14 Dec 2009 10:10:19 +0100
Subject: Re: [otrs] Queue view on Dashboard

Hi Gerrit, the additional rows show up if you adjust the table width for 
different rows.


Settings need to be changed in this file for your individual scheme.
(in this case this is the fhr path)

/opt/otrs/Kernel/Output/HTML/fhr/AgentDashboardTicketGeneric.dtl





  
$Data{"TicketNumber"}
  
  
$QData{"Title","70"}
  
  $QData{"Time"}
  



$QData{"Queue"}



  

  


if everything went fine your dashboard will look like this:


Now you can sort the tickets for queue, or user.

  
   
 -
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

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Re: [otrs] Queue view on Dashboard

2009-12-12 Thread Torsten Thau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Gerrit Tamboer schrieb:
> Hello fellow OTRS'rs,  
>
> I have a question.  
> By default the dashboard view for tickets have the following views:   
> - Reminder Tickets  
> - Escalated Tickets  
> - New Tickets  
> - Open Tickets / Need to be answered  
>
> In our situation at our company it would be better is the dashboard had  the 
> tickets devided by the queues, looking something like this:  
> - Raw  
> - Postmaster  
> - RandomQueue1  
> - RandomQueue2  
> etc, etc.  
>
> Can anyone tell me how to get this done?  

this needs some corresponding dashboard plugins. You can develop them on
yourself or ask for professional support (e.g. at OTRS or our company :-D):

http://otrs.org/support/

But I think there's even a company in Norway.


regards, T.


- --
Torsten Thau, Dipl. Inform.
c.a.p.e. IT Labs GbR - Annaberger Str. 240 - D-09125 Chemnitz
phone: +49 371 5347 623
cell: +49 176 66 680 680
personal pgp-key: 0x93E0A174
fax: +49 371 5347 625
http://www.cape-it.de
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAksjZ+cACgkQvXo8m5PgoXSP0wCeJzWZ+RaIm7o0yNqAvgj4NPMR
dFgAnR3fnQ500SfEjiFyHgsKK2oQg2aE
=aOvm
-END PGP SIGNATURE-
-
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

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/


[otrs] Queue view on Dashboard

2009-12-11 Thread Gerrit Tamboer
Hello fellow OTRS'rs,  
   
I have a question.  
By default the dashboard view for tickets have the following views:   
- Reminder Tickets  
- Escalated Tickets  
- New Tickets  
- Open Tickets / Need to be answered  
   
In our situation at our company it would be better is the dashboard had  the 
tickets devided by the queues, looking something like this:  
- Raw  
- Postmaster  
- RandomQueue1  
- RandomQueue2  
etc, etc.  
   
Can anyone tell me how to get this done?  
   
Thanks in advance!-
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

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/