Übersicht anpassen

Allgemein Fragen, deutsche News, Ankündigungen & Events zu Znuny
Locked
Stoanze
Znuny newbie
Posts: 62
Joined: 15 Jan 2014, 10:53
Znuny Version: 3.3.10
Real Name: Stefan Steinhauser
Company: HERMOS AG
Location: Altötting - Bayern

Übersicht anpassen

Post by Stoanze »

Bin auf der suche welche(s) File(s) ich ändern muss um die in der Übersicht gezeigten Tickets (Neue Tickets, Offene Tickets / Beantwortung erforderlich, Eskalierte Tickets & Erinnerungs-Tickets) und deren angezeigten Zeiten ändern/anpassen zu können.

Ich möchte in diese Übersichten Firmeninterne Projektnummern angezeigt haben, weiß leider jedoch nicht welches Skript dafür "verantwortlich" ist.
Grüße Stoanze

Produktiv: OTRS: 3.3.x
OS: Linux Debian
Apache + MySQL
Feature Add-On: TicketWatchlist & TicketWorkflow
Module: FAQ, iPhoneHandle, Support & MasterSlave
Testing: OTRS: 3.3.x
_________________________________________________________
OTRS 3.2.x
OS: Windows
IIS7 + MS-SQL
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Übersicht anpassen

Post by jojo »

das geht in der 3.3. out of the box
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Stoanze
Znuny newbie
Posts: 62
Joined: 15 Jan 2014, 10:53
Znuny Version: 3.3.10
Real Name: Stefan Steinhauser
Company: HERMOS AG
Location: Altötting - Bayern

Re: Übersicht anpassen

Post by Stoanze »

Ok, und in der 3.2.x?
Grüße Stoanze

Produktiv: OTRS: 3.3.x
OS: Linux Debian
Apache + MySQL
Feature Add-On: TicketWatchlist & TicketWorkflow
Module: FAQ, iPhoneHandle, Support & MasterSlave
Testing: OTRS: 3.3.x
_________________________________________________________
OTRS 3.2.x
OS: Windows
IIS7 + MS-SQL
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Übersicht anpassen

Post by jojo »

da nicht, aber die ist ja schon outdated...
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Stoanze
Znuny newbie
Posts: 62
Joined: 15 Jan 2014, 10:53
Znuny Version: 3.3.10
Real Name: Stefan Steinhauser
Company: HERMOS AG
Location: Altötting - Bayern

Re: Übersicht anpassen

Post by Stoanze »

naja, WinXP ist auch "outdated" und wird trotzdem noch verwendet! :roll:


Für sinnvolle & hilfreiche Antworten wäre ich sehr dankbar!
Grüße Stoanze

Produktiv: OTRS: 3.3.x
OS: Linux Debian
Apache + MySQL
Feature Add-On: TicketWatchlist & TicketWorkflow
Module: FAQ, iPhoneHandle, Support & MasterSlave
Testing: OTRS: 3.3.x
_________________________________________________________
OTRS 3.2.x
OS: Windows
IIS7 + MS-SQL
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Übersicht anpassen

Post by jojo »

das Feature wird ab der 3.3 unterstützt, also empfiehlt sich ein Upgrade. Ich betrachte das Durchaus als eine hilfreiche Antwort.
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Stoanze
Znuny newbie
Posts: 62
Joined: 15 Jan 2014, 10:53
Znuny Version: 3.3.10
Real Name: Stefan Steinhauser
Company: HERMOS AG
Location: Altötting - Bayern

Re: Übersicht anpassen

Post by Stoanze »

Ich suche dennoch eine Lösung für die 3.2.x da dies ein Produktiv-System ist welches so noch eine Zeit lang laufen soll!

:roll:
Last edited by Stoanze on 30 Jan 2014, 15:48, edited 1 time in total.
Grüße Stoanze

Produktiv: OTRS: 3.3.x
OS: Linux Debian
Apache + MySQL
Feature Add-On: TicketWatchlist & TicketWorkflow
Module: FAQ, iPhoneHandle, Support & MasterSlave
Testing: OTRS: 3.3.x
_________________________________________________________
OTRS 3.2.x
OS: Windows
IIS7 + MS-SQL
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Übersicht anpassen

Post by jojo »

für die 2.3.? (die hat kein Dashboard und ist komplett aus dem Support)
für die 3.2
-> Entwickeln lassen
-> Support Kunde werden und entsprechendes Feature Add On bekommen
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Stoanze
Znuny newbie
Posts: 62
Joined: 15 Jan 2014, 10:53
Znuny Version: 3.3.10
Real Name: Stefan Steinhauser
Company: HERMOS AG
Location: Altötting - Bayern

Re: Übersicht anpassen

Post by Stoanze »

Soo, habe das File gefunden welches die Dashboard Übersicht generiert und wie ich Spalten hinzufügen kann.
Nun soll der Inhalt, der von mir erstellten DynamicFields für Tickets angezeigt werden.

Unter: otrs/Kernel/Output/HTML/Standard -> AgentTicketDashboardTicketGeneric.dtl

Um sich z.B. die Queue in der das Ticket ist anzeigen zu lassen muss (ca bei Zeile 111), also hier:
<td class="W50pc">
<div title="$QData{"Title"}">$QData{"Title","70"}</div>
</td>
<td>$QData{"Time"}</td>


eine zusätzliche Zeile eingefügt werden.
z.B.:

<td>$QData{"Queue"}</td>

Nun fehlt mir "nur noch" die Syntax um die DynamicFields abzurufen!
Grüße Stoanze

Produktiv: OTRS: 3.3.x
OS: Linux Debian
Apache + MySQL
Feature Add-On: TicketWatchlist & TicketWorkflow
Module: FAQ, iPhoneHandle, Support & MasterSlave
Testing: OTRS: 3.3.x
_________________________________________________________
OTRS 3.2.x
OS: Windows
IIS7 + MS-SQL
Stoanze
Znuny newbie
Posts: 62
Joined: 15 Jan 2014, 10:53
Znuny Version: 3.3.10
Real Name: Stefan Steinhauser
Company: HERMOS AG
Location: Altötting - Bayern

Re: Übersicht anpassen

Post by Stoanze »

Entschuldige bitte, dass mit Version 2.3. war ein Vertipper, sollte 3.2 sein!

Aber habe nun dass Update auf 3.3.x gemacht! Ist die wohl einfachere Methode zur Lösung des Problems :wink:
Grüße Stoanze

Produktiv: OTRS: 3.3.x
OS: Linux Debian
Apache + MySQL
Feature Add-On: TicketWatchlist & TicketWorkflow
Module: FAQ, iPhoneHandle, Support & MasterSlave
Testing: OTRS: 3.3.x
_________________________________________________________
OTRS 3.2.x
OS: Windows
IIS7 + MS-SQL
Locked