Bug 5698: Add date picker option to SQL Runtime Parameters
authorIan Walls <koha.sekjal@gmail.com>
Sat, 10 Mar 2012 14:03:20 +0000 (09:03 -0500)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 19 Mar 2012 15:20:29 +0000 (16:20 +0100)
commit08b7589b8512f2bde2bbe9fc34aaf8b12ade0a49
tree1b05a970ca32eac6f03ff1c208ed9e31678c1b49
parent0576342cbb3e4258551a2b0111ae80bebe0d18d8
Bug 5698: Add date picker option to SQL Runtime Parameters

Adds a date picker for SQL reports with the 'date' authorised_value.  Updates help
documentation for this new feature, as well.

To test:
1.  Create a new report with two date parameters, using the syntax:
<<Label for this selection of date|date>>
2.  Run the report
3.  Select dates
4.  The SQL generated should format the dates properly in ISO, and keep track of which
date is which

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt
reports/guided_reports.pl