Bug 3066 - Overhaul guided reports
authorJoe Atzberger <joe.atzberger@liblime.com>
Tue, 31 Mar 2009 20:08:10 +0000 (15:08 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 26 May 2009 19:15:07 +0000 (21:15 +0200)
commit2419838963c8d043168df9efb97f6a5545338017
tree8359bbb884a636d314b12f8e4180b9ae1cbfa346
parent4c232716b21bab03ffb6713e19285f0e06a740e5
Bug 3066 - Overhaul guided reports

execute_query now refactored, returns reliable results, does
zero presentation-layer crap.  Arguments reduced, client scripts
adapted to new API and performance improved.  Text::CSV now used
to generate CSV output, ensuring portability, encoding and accuracy.

Replaced tools/runreport.pl with misc/cronjobs/runreport.pl:
    ~ security fixed
    ~ documentation improved
    ~ TODO: finish sendmail option.

Bug 3077 also fixed.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
C4/Reports/Guided.pm
koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl
misc/cronjobs/runreport.pl
reports/guided_reports.pl
tools/runreport.pl [deleted file]