[Koha-bugs] [Bug 27380] Add option for taking a list parameter in reports

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 11 18:35:12 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27380

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 115044
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115044&action=edit
Bug 27380: Add 'list' option to Koha report parameters

TODO: Need to address the svc endpoints

To test:
1 - Create a 'New SQL report' like:
    SELECT * FROM items WHERE itemnumber IN <<Itemnumbers|list>>
2 - Run the report
3 - You should have a text area where you can enter various itemnumbers
4 - Enter some valid and invalid itemnumbers
5 - You get the info for the valid itemnumbers, no error for the others
6 - Test adding other params to the report and ensure things still work as
expected
7 - You should be able to use the svc api to all the report, separating items
with %0D in the url:

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list