How to change the print format for statistics

Moderator: crythias

Locked
ines
Znuny newbie
Posts: 5
Joined: 31 Mar 2011, 15:53
Znuny Version: itsm

How to change the print format for statistics

Post by ines »

Hello,

I want to change the print format of statistics (overview of all tickets on the system) from portrait to landscape. Does anyone know where the print format is defined?

I searched on the sys config but I found nothing.

Thanks for help,
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: How to change the print format for statistics

Post by crythias »

The only location PageOrientation is defined for stats is in Kernel/Modules/AgentStats.pm and it is landscape. But if it needs to be somewhere else, Find where the PageParams are being defined before DocumentNew

Code: Select all

                 $PageParam{PageOrientation} = 'landscape';
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked