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)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 23 Oct 2008 16:44:28 +0000 (11:44 -0500)
commitb8d8a0ec5a10ab7dcb2529e8ca4a815822d43cbb
treece5e9810bc5d3f08ae7f20e45608f4d7c4f4ec71
parentfeed19f154ef2025b85094c1b09a42b8e3a90141
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