-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
59 lines (41 loc) · 1.73 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
NAME
RT-Extension-ExcelFeed
DESCRIPTION
This extenstion allows you to generate RT reports in MS Excel XSLX
format. It provides two ways to do this. First, it adds a new MS Excel
option to the 'Feeds' menu on the Query Builder search results page. It
also adds an option to the Dashboard subscription page that allows you
to have scheduled dashboards emailed to recipients as attached MS Excel
files rather than inline HTML reports.
RT VERSION
Works with RT 4.4.5, 5.0.2
Updates are made in version 0.07 for compatibility with RT 4.4.5 and
5.0.2. To run with earlier versions of RT, use version 0.06.
INSTALLATION
"perl Makefile.PL"
"make"
"make install"
May need root permissions
Add this line to /opt/rt5/etc/RT_SiteConfig.pm
Plugin('RT::Extension::ExcelFeed');
Clear your mason cache
rm -rf /opt/rt5/var/mason_data/obj
Restart your webserver
CONFIGURATION
$HideChartDownloadButton
By default, a "Download as Microsoft Execel Spreadsheet" button is
enabled on Charts. You can disable it by adding the following config
to your RT_SiteConfig.pm:
Set( $HideChartDownloadButton, 1 );
AUTHOR
Best Practical Solutions, LLC <[email protected]>
BUGS
All bugs should be reported via email to
L<[email protected]|mailto:[email protected]>
or via the web at
L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name=RT-Extension-ExcelFeed>.
LICENSE AND COPYRIGHT
This software is Copyright (c) 2015-2024 by Best Practical Solutions,
LLC
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991