]> git.koha-community.org Git - koha.git/commit
Bug 29181: Create patron card creator batch from report result
authorOwen Leonard <oleonard@myacpl.org>
Mon, 26 Jun 2023 14:38:41 +0000 (14:38 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 18 Oct 2023 13:26:02 +0000 (10:26 -0300)
commitc063990a92fc056237071af3f0cf1b2b7933a59f
tree54b98ce4a80c449010a455993751a1fa042a4831
parentf0f860a43dd7bc32af36caf941a31efb8e24aca6
Bug 29181: Create patron card creator batch from report result

This patch adds the option of taking the results of a report that
returns borrowernumbers and create a new patron card creator batch with
those results.

The logic of the dropdown menu has been modified in order to ensure that
duplicate patron modification options aren't shown in the menu when a
report return both borrowernumber and cardnumber.

To test, apply the patch and create a new report which will return
patron borrowernumbers, e.g.

SELECT borrowernumber, cardnumber, surname, firstname FROM borrowers
order by RAND() LIMIT 20

- Run your report
- Click the "Batch operations with..." button at the top of the result
  -  Click "Patron card creator"
- A new tab should open with a new patron card creator batch with the
  patrons from your report.

Signed-off-by: Sam Lau <samalau@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt