fix for bug 2543: report output by tabulation a bit too literal
authorJesse Weaver <jesse.weaver@liblime.com>
Wed, 10 Sep 2008 00:31:31 +0000 (19:31 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 12 Nov 2008 14:11:26 +0000 (15:11 +0100)
commitb69e271424876ccd78ed2b2317686844aeea26de
treeac61eec96cf9b486e404acbc2a9ddb78aae94ee4
parentc57d2de5164dc0211e28a62be52c86b59c679977
fix for bug 2543: report output by tabulation a bit too literal

This repurposes the Reports module for general reports, and moves its functionality to a different module, Reports::Guided. It also updates all of the reports that can export to correctly treat the 'tabulation' value of the 'delimiter' syspref.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
17 files changed:
C4/Reports.pm
C4/Reports/Guided.pm [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tmpl
reports/acquisitions_stats.pl
reports/bor_issues_top.pl
reports/borrowers_out.pl
reports/borrowers_stats.pl
reports/cat_issues_top.pl
reports/catalogue_out.pl
reports/catalogue_stats.pl
reports/dictionary.pl
reports/guided_reports.pl
reports/issues_avg_stats.pl
reports/issues_stats.pl
tools/runreport.pl
tools/scheduler.pl