Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bestpractical/rt-extension-excelfeed
https://github.com/bestpractical/rt-extension-excelfeed
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/rt-extension-excelfeed
- Owner: bestpractical
- Created: 2016-09-09T20:50:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T17:31:44.000Z (11 months ago)
- Last Synced: 2024-01-17T01:56:08.286Z (11 months ago)
- Language: Perl
- Homepage: http://metacpan.org/release/rt-extension-excelfeed
- Size: 82 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
RT-Extension-ExcelFeedDESCRIPTION
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.2Updates 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 permissionsAdd this line to /opt/rt5/etc/RT_SiteConfig.pm
Plugin('RT::Extension::ExcelFeed');Clear your mason cache
rm -rf /opt/rt5/var/mason_data/objRestart 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, LLCBUGS
All bugs should be reported via email toL
or via the web at
L.
LICENSE AND COPYRIGHT
This software is Copyright (c) 2015-2024 by Best Practical Solutions,
LLCThis is free software, licensed under:
The GNU General Public License, Version 2, June 1991