Koha/koha-tmpl/intranet-tmpl/prog/en/modules/reports
Owen Leonard c063990a92
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>
2023-10-18 10:26:02 -03:00
..
csv
acquisitions_stats.tt Bug 33923: Improve translation of title tags: Reports 2023-09-01 11:23:19 -03:00
bor_issues_top.tt Bug 33923: Improve translation of title tags: Reports 2023-09-01 11:23:19 -03:00
borrowers_out.tt Bug 33923: Improve translation of title tags: Reports 2023-09-01 11:23:19 -03:00
borrowers_stats.tt Bug 33923: Improve translation of title tags: Reports 2023-09-01 11:23:19 -03:00
cash_register_stats.tt Bug 33923: Improve translation of title tags: Reports 2023-09-01 11:23:19 -03:00
cat_issues_top.tt Bug 33923: Improve translation of title tags: Reports 2023-09-01 11:23:19 -03:00
catalogue_out.tt Bug 33923: Improve translation of title tags: Reports 2023-09-01 11:23:19 -03:00
catalogue_stats.tt Bug 33923: Improve translation of title tags: Reports 2023-09-01 11:23:19 -03:00
convert_report.tt Bug 33923: Improve translation of title tags: Reports 2023-09-01 11:23:19 -03:00
dictionary.tt Bug 33923: Improve translation of title tags: Reports 2023-09-01 11:23:19 -03:00
guided_reports_start.tt Bug 29181: Create patron card creator batch from report result 2023-10-18 10:26:02 -03:00
issues_avg_stats.tt Bug 33923: Improve translation of title tags: Reports 2023-09-01 11:23:19 -03:00
issues_stats.tt Bug 33923: Improve translation of title tags: Reports 2023-09-01 11:23:19 -03:00
itemslost.tt Bug 33923: Improve translation of title tags: Reports 2023-09-01 11:23:19 -03:00
itemtypes.tt Bug 33923: Improve translation of title tags: Reports 2023-09-01 11:23:19 -03:00
orders_by_budget.tt Bug 33923: Improve translation of title tags: Reports 2023-09-01 11:23:19 -03:00
reports-home.tt Bug 33923: Improve translation of title tags: Reports 2023-09-01 11:23:19 -03:00
reserves_stats.tt Bug 33923: Improve translation of title tags: Reports 2023-09-01 11:23:19 -03:00
serials_stats.tt Bug 33923: Improve translation of title tags: Reports 2023-09-01 11:23:19 -03:00