Hi Sebastian,

ich hab einfach in Kernel/Output/HTML/DashboardTicketStats.pm in Zeile 77 den 
Zähler erweitert.
for my $Key ( 0 .. 18 ) {

Und damit die Oberkante etwas höher als der höchste Punkt ist in Zeile 127
$Max = int($Max*1.2);

Da mir damm aber die X-Achse nicht gefallen hat hab ich die auf den Monatstag 
gesetzt:
in Kernel/Output/HTML/DashboardTicketStats.pm
Zeile 87 eingefügt:
$Data[$Key]->{MDay} = $Day;
Und in AgentDashboardTicketStats.dtl
Zeile 44:
fields: [ "Day", "Created", "Closed" ]
In fields: [ "MDay", "Created", "Closed" ]
Zeile 56:
var toolTipText = series.displayName + " " + item.Day;
in
var toolTipText = series.displayName + " " + item.MDay;
Zeile 75:
xField: "Day",
in 
xField: "MDay",
geändert.

Du musst meim Spielen nur beachten dass du eventuell die caching zeit 
verringerst.
Ticket -> Frontend::Agent::Dashboard
Da kannst du auch den Titel anpassen.

Gruß
Christian


-----Ursprüngliche Nachricht-----
Von: otrs-de-boun...@otrs.org [mailto:otrs-de-boun...@otrs.org] Im Auftrag von 
Sebastian Cabrera
Gesendet: Montag, 21. September 2009 15:04
An: User questions and discussions about OTRS.org in German
Betreff: [otrs-de] Dashboard - 7 Day Stats erweitern?

Hallo zusammen,

gibt es irgendeine Möglichkeit die 7 Day Stats im Dashboard auf 14 Day Stats 
oder ähnliches zu "erweitern"?

Denkeschön,
grüße,

Sebastian

--
A: Yes.
>Q: Are you sure?
>>A: Because it reverses the logical flow of conversation.
>>>Q: Why is top posting frowned upon?
---------------------------------------------------------------------
OTRS mailing list: otrs-de - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs-de
To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de

NEU! ENTERPRISE SUBSCRIPTION - JETZT informieren und buchen!
http://www.otrs.com/de/support/enterprise-subscription/
---------------------------------------------------------------------
OTRS mailing list: otrs-de - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs-de
To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de

NEU! ENTERPRISE SUBSCRIPTION - JETZT informieren und buchen!
http://www.otrs.com/de/support/enterprise-subscription/

Antwort per Email an