Hi,

> Yes, Greger, I've this files in this. But I copy 
> TicketOverview.pm as Ticket_Overview.pm But I don�t know 
> where I may say to OTRS that load this .pm file.

Simply add the following lines to your Config.pm

    $Self->{SystemStatsMap}->{"OTRS::Stats6"} = {
        Name => 'Test Stats Module',
        Module => 'Kernel::System::Stats::Ticket_Overview.pm',
        Desc => 'Description to new stats module.',
        UseResultCache => 1,
        Output => ['Print', 'CSV', 'GraphLine', 'GraphBars', 'GraphPie'],
        OutputDefault => 'Print',
    };

Regards,


    Markus Ruecker

--

((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg

http://www.otrs.de/ :: Manage your communication! 


_______________________________________________
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
Support oder Consulting f�r Ihr OTRS System?
=> http://www.otrs.de/

Reply via email to