Koha/koha-tmpl/intranet-tmpl/prog/en/modules/reports
Nick Clemens 7c97f5263d
Bug 23389: Add 'All' option to report dropdowns
This patch optionally adds an 'all' option to report dropdowns

Note you will need to use 'LIKE' instead of '=' to allow 'All' to work

To test:
 1 - Write a report:
     SELECT branchname FROM branches WHERE branchcode LIKE <<Branch|branches>>
 2 - Run it
 3 - Select a branch
 4 - You get one branch info
 5 - Note you cannot select all
 6 - Apply patch
 7 - Run report
 8 - No change
 9 - Update report like:
     SELECT branchname FROM branches WHERE branchcode LIKE <<Branch|branches:all>>
10 - Run report
11 - Select 'All'
12 - You get all branches
13 - Select one branch
14 - You get one branch
15 - Test with other authorised categories (itemtypes, YES_NO, etc.)
16 - Confirm it works as expected
17 - Prove -v t/db_dependent/Reports/Guided.t

Signed-off-by: Lisette Scheer <lisetteslatah@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2019-10-07 14:09:10 +01:00
..
csv
acquisitions_stats.tt Bug 18939: Acquisition statistics - Fix wrong template variable name for collection filter 2019-02-15 18:42:48 +00:00
bor_issues_top.tt Bug 21526: (QA follow-up) Fix all the tabs 2018-10-26 17:09:58 +00:00
borrowers_out.tt Bug 21428: Update two-column templates with Bootstrap grid: Reports part 1 2018-10-01 23:59:34 +00:00
borrowers_stats.tt Bug 12159: Fix getting extended patron attributes for circ-menu 2019-03-28 13:05:22 +00:00
cash_register_stats.tt Bug 22563: Update lost handling to use accountline.status 2019-07-15 11:28:01 +01:00
cat_issues_top.tt Bug 21428: Update two-column templates with Bootstrap grid: Reports part 1 2018-10-01 23:59:34 +00:00
catalogue_out.tt Bug 21526: (QA follow-up) Fix all the tabs 2018-10-26 17:09:58 +00:00
catalogue_stats.tt Bug 21005: Address QA tool failures on tabs 2018-10-19 17:27:37 +00:00
convert_report.tt
dictionary.tt Bug 23227: Remove type attribute from script tags: Reports 2019-07-15 11:27:58 +01:00
guided_reports_start.tt Bug 23389: Add 'All' option to report dropdowns 2019-10-07 14:09:10 +01:00
issues_avg_stats.tt Bug 21005: Address QA tool failures on tabs 2018-10-19 17:27:37 +00:00
issues_stats.tt Bug 21005: Missing row/column defaults cause unexpected results in report wizards 2018-10-19 17:27:36 +00:00
itemslost.tt Bug 23194: Fix other occurences 2019-07-15 11:27:58 +01:00
itemtypes.tt Bug 22015: Move DataTables CSS to global include 2019-02-19 19:40:35 +00:00
orders_by_budget.tt Bug 22015: Move DataTables CSS to global include 2019-02-19 19:40:35 +00:00
reports-home.tt Bug 22586: IntranetReportsHomeHTML no longer renders as HTML on reports-home.pl 2019-03-29 11:29:05 +00:00
reserves_stats.tt Bug 21526: (QA follow-up) Fix all the tabs 2018-10-26 17:09:58 +00:00
serials_stats.tt Bug 22015: Move DataTables CSS to global include 2019-02-19 19:40:35 +00:00