Statistik Modul: export to XLS

Hilfe zu Znuny Problemen aller Art
Locked
drdafresh
Znuny newbie
Posts: 67
Joined: 01 Dec 2008, 13:37
Znuny Version: 2.3.2 & 2.4.7

Statistik Modul: export to XLS

Post by drdafresh »

Hi Leute,

Ich habe mit dem Otrs Statistik-Modul meine Reports super zurechtgelegt!

Jetzt würde ich gerne die Reports gerne per Cronjob verschicken, wie im Hanbuch beschrieben

19.3.5. Automatisiertes Generieren von Statistiken - Cron::
http://doc.otrs.org/2.4/de/html/x2520.h ... -old-stats

Leider ist das auch nicht näher beschrieben. :(


Natürlich sollen die Reports auch unserem Corporate Design entsprechen.
Im Excel hab ich unser Design umgesetzt!


Ist es möglich über das Statistikmodul das Excel zu befüllen?


Vieleicht hat ja jemand so etwas ähnliches schon versucht?!

Greetz dafresh


EDIT: Passt warscheinlich besser ins Forum "Sonstiges" Bitte Verschieben.
Produktiv:
OTRS: 2.3.2, OTRS::ITSM 1.2,
OS: CentOS Linux 5.2
Apache 2.2.3 /MySQL 5.0.45

OTRS: CICS 2.1
OS: CentOS Linux 5.2
Apache 2.2.3 /MySQL 5.0.45

OTRS: 2.4.7
OS: CentOS Linux 5.4
Apache 2.2.3 /MySQL 5.0.77

Test:
OTRS: 3.0.0 beta1
OS: CentOS Linux 5.4
Apache 2.2.3 /MySQL 5.0.77
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Statistik Modul: export to XLS

Post by jojo »

das versenden wird über bin/mkstats.pl gemacht

Mehr Infos: http://www.jbothe.de/blog/?p=123
"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
drdafresh
Znuny newbie
Posts: 67
Joined: 01 Dec 2008, 13:37
Znuny Version: 2.3.2 & 2.4.7

Statistik Modul: export to XLS

Post by drdafresh »

Danke JOJO für deine Antwort!

Ist das für die Zukunkt geplant oder muss ich mit CSV leben?

Ich hätte ja auch kein Problem wenn ich ein Pdf machen kann wo ich unser Logo und Farben integrieren kann.

Greetz dafresh
Produktiv:
OTRS: 2.3.2, OTRS::ITSM 1.2,
OS: CentOS Linux 5.2
Apache 2.2.3 /MySQL 5.0.45

OTRS: CICS 2.1
OS: CentOS Linux 5.2
Apache 2.2.3 /MySQL 5.0.45

OTRS: 2.4.7
OS: CentOS Linux 5.4
Apache 2.2.3 /MySQL 5.0.77

Test:
OTRS: 3.0.0 beta1
OS: CentOS Linux 5.4
Apache 2.2.3 /MySQL 5.0.77
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Statistik Modul: export to XLS

Post by jojo »

Hallo,

da Excel kein offener Standard ist musst Du wohl mit dem importierbaren CSV File leben. Du kannst aber z.B. ein File mit einer entsprechenden Aufarbeitung (z.B. Pivot Tabellen) und Optik bauen und jeweils in einem 2. Reiter das CSV importieren.

Bzgl. des PDF. Das Logo für PDF Erzeugung kannst Du über die SysConfig (Framework->Core::PDF) definieren, die Farben leider derzeit nicht.
"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
drdafresh
Znuny newbie
Posts: 67
Joined: 01 Dec 2008, 13:37
Znuny Version: 2.3.2 & 2.4.7

Statistik Modul: export to XLS

Post by drdafresh »

Thx jojo,

Hilft mir sehr weiter!
Werde mir das mal ansehen!
da Excel kein offener Standard ist musst Du wohl mit dem importierbaren CSV File leben. Du kannst aber z.B. ein File mit einer entsprechenden Aufarbeitung (z.B. Pivot Tabellen) und Optik bauen und jeweils in einem 2. Reiter das CSV importieren.
werds mal versuchen das so umzusetzen!? Das mit dem import in ein file! Kann das OTRS machen?
das versenden wird über bin/mkstats.pl gemacht
Könnte ich das alles im otrs so abbilden das alles direkt ohne zusätzliche hilfsprogramme über OTRS machen!

Bin von OTRS überzeugt und möchte es auch voll ausnutzen!


Greetz dafresh
Produktiv:
OTRS: 2.3.2, OTRS::ITSM 1.2,
OS: CentOS Linux 5.2
Apache 2.2.3 /MySQL 5.0.45

OTRS: CICS 2.1
OS: CentOS Linux 5.2
Apache 2.2.3 /MySQL 5.0.45

OTRS: 2.4.7
OS: CentOS Linux 5.4
Apache 2.2.3 /MySQL 5.0.77

Test:
OTRS: 3.0.0 beta1
OS: CentOS Linux 5.4
Apache 2.2.3 /MySQL 5.0.77
Locked