Main Koha release repository https://koha-community.org
Find a file
Brendan Lawlor 521c9294cc
Bug 35746: add multiselect to report dropdowns
Rebased for changes to guided_reports_start.tt

This patch adds the ability to use multi select in report dropdowns.

It uses syntax similar to using a list and when using the :all option
WHERE i.homebranch in <<Select libraries|brnaches:in>>

Test plan:
1. Create an SQL report with with new syntax for multi select
    SELECT
    i.homebranch,
    count(*)
    FROM items i
    WHERE i.homebranch in <<Select libraries|branches:in>>
    GROUP BY i.homebranch
2. Save the report
3. Note that you get the error
    The authorized value category (branches:in) you selected does not exist.
4. Apply the patch and repeat steps 1 and 2
5. Note the report saves successfully
6. Run the report
7. Note the select dropdown is now a multiselect
8. Run the report with multiple selections
10. Click show SQL and note that multi select parameters get inserted into the query like:
     WHERE i.homebranch in ('CPL', 'FFL', 'FPL')
11. Test other types of queries with multiple multi selects and lists etc

Sponsored-by: CLAMS

Signed-off-by: Andrew Fuerste-Henry <andrewfh@dubcolib.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
2024-04-26 18:06:19 +02:00
acqui Bug 35363: Update transfer order pop-up window with consistent footer markup 2024-04-22 08:57:39 +02:00
admin Bug 35919: Add record sources admin page 2024-04-26 17:06:04 +02:00
api Bug 36505: (follow-up) Consistent error codes in POST 2024-04-26 18:06:16 +02:00
authorities
basket
bin
bookings
C4 Bug 35746: add multiselect to report dropdowns 2024-04-26 18:06:19 +02:00
catalogue Bug 35558: Do not retrieve the local image if none exists 2024-04-26 18:06:07 +02:00
cataloguing Bug 33703: Add Maskito to dateaccessioned.pl 2024-04-26 17:06:10 +02:00
circ Bug 16122: Tidy changed code blocks 2024-04-26 14:15:02 +02:00
clubs
course_reserves
debian Bug 35919: Add record sources admin page 2024-04-26 17:06:04 +02:00
docs
erm
errors
etc
ill Bug 36416: Fix cud-check_out 2024-04-26 08:52:49 +02:00
installer Bug 35728: DBRev 23.12.00.030 2024-04-26 18:06:06 +02:00
Koha Bug 35746: add multiselect to report dropdowns 2024-04-26 18:06:19 +02:00
koha-tmpl Bug 35746: add multiselect to report dropdowns 2024-04-26 18:06:19 +02:00
labels
lib/CGI/Session/Serialize
members Bug 35581: Koha::Illrequest -> Koha::ILL::Request 2024-04-22 08:57:45 +02:00
misc Bug 16122: Tidy changed code blocks 2024-04-26 14:15:02 +02:00
offline_circ
opac Bug 35558: Do not retrieve the local image if none exists - OPAC 2024-04-26 18:06:08 +02:00
patron_lists
patroncards
plugins
pos
preservation
recalls
reports Bug 35746: add multiselect to report dropdowns 2024-04-26 18:06:19 +02:00
reserve Bug 35979: Check pref before inserting holds_queue background jobs 2024-04-26 08:52:54 +02:00
reviews
rotating_collections
serials
services
skel
suggestion Bug 34963: Restore the ability to blank fields when editing a suggestion 2024-04-19 18:06:36 +02:00
svc
t Bug 35826: Add unit tests. 2024-04-26 18:06:18 +02:00
tags
tools Bug 36443: Add a fax field / column to the batch patron modification tool 2024-04-26 18:06:07 +02:00
virtualshelves
xt
.editorconfig
.eslintrc.json Bug 36400: Centralize {js,ts,vue} formatting config in .prettierrc.js 2024-04-22 08:57:39 +02:00
.gitignore
.htaccess
.mailmap
.perlcriticrc
.perltidyrc
.prettierrc.js Bug 36400: (follow-up) remove option editorconfig from .prettierrc.js 2024-04-22 08:57:40 +02:00
.proverc.dist
.stylelintrc.json
about.pl Bug 32693: About script: Process only the tab being queried 2024-04-22 12:39:24 +02:00
app.psgi
build-resources.PL
changelanguage.pl
cpanfile Bug 35826: optimize on transport cost when building holds queue 2024-04-26 18:06:16 +02:00
cypress.config.ts
fix-perl-path.PL
gulpfile.js
help.pl
INSTALL
Koha.pm Bug 35728: DBRev 23.12.00.030 2024-04-26 18:06:06 +02:00
kohaversion.pl
LICENSE
mainpage.pl
Makefile.PL Bug 36400: (RM follow-up) Add .prettierrc to Makefile 2024-04-24 10:13:13 +01:00
MANIFEST.SKIP
package.json Bug 36400: Centralize {js,ts,vue} formatting config in .prettierrc.js 2024-04-22 08:57:39 +02:00
README
README.md
README.robots
rewrite-config.PL
tsconfig.json
webpack.config.js Bug 35919: Add record sources admin page 2024-04-26 17:06:04 +02:00
yarn.lock Bug 36400: Centralize {js,ts,vue} formatting config in .prettierrc.js 2024-04-22 08:57:39 +02:00

Koha is a free software integrated library system (ILS).

Koha is distributed under the GNU GPL version 3 or later.

Note: Koha does not accept pull requests from git hosting sites.

Note: This project has its own bug tracker, to report a bug or submit a patch visit http://bugs.koha-community.org.

For guidelines on submitting patches for Koha please visit https://wiki.koha-community.org/wiki/SubmitingAPatch

The developers handbook can be found at https://wiki.koha-community.org/wiki/Developer_handbook

http://koha-community.org/

Koha Logo