Koha/koha-tmpl/intranet-tmpl/prog/en/modules/circ
Agustin Moyano 954d2606a8 Bug 23678: Allow cancel holds in bulk
This patch allows staff patrons to cancel multiple holds in bulk.

To test:
1. Apply this patch
2. restart_all
3. In cataloge go to a book and place many holds
CHECK => Holds table shows a column of checkboxes
4. Play with checkboxes (have some fun ;-P)
CHECK => When you manually check all checkboxes, the checkbox in the
header also gets checked.
      => When you uncheck one of the checkboxes, the one in the header also gets unchecked.
      => If no checkbox is checked and you check the one in the header,
all checkboxes get checked.
      => If there are some checkboxes that are checked and others are
not, when you click on the checkbox in the header all checkboxes get
unchecked.
      => If all checkboxes are checked, when you uncheck the one in the
header, all checkboxes get unchecked.
      => Every time you play with checkboxes, the number in the button
"Cancel selected" changes.
5. Check some of the checkboxes and click on cancel selected.
SUCCESS => A background job gets fired to cancel all selected holds.
        => A message should appear with a link to the job.
6. Wait a few seconds and click on the link
SUCCESS => A message appears with the report of the execution of the
background job.
7. Grab a patron and search to hold
8. Select multiple biblios and click on "place hold for <patron>"
CHECK => After holds are confirmed, multiple holds table are shown.. one for
   each record. Checkboxes work exactly the same as before, but scoped
for each individual table. Checkboxes from one table will not affect
checkboxes from other tables.
9. Repeat steps 4 to 6.
10. Check In some of the items so the get in Waiting state.
11. Update expirationdate os some of those holds and set it to
    ReservesMaxPickUpDelay + 1 days earlier
NOTE => ReservesMaxPickUpDelay = 7 days by default, so sql syntax to update would be
     => update reserves set expirationdate = date_sub(expirationdate, interval 8 day) where reserve_id in (...)
12. Repeat steps 4 to 6 but in waitingreserves.pl, in both tabs.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Bug 23678: (QA follow-up) Add missing template filter

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Bug 23678: (QA follow-up) Add missing filters

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Bug 23678: (QA follow-up) Use correct indentation

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

JD amended patch: also Koha/BackgroundJob/BatchCancelHold.pm

JD Amended patch: Full rebase and adjustements made on top of bug 26080.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-10-01 16:02:58 +02:00
..
article-requests.tt Bug 20472: (QA follow-up) Add few TT filters 2021-07-12 15:47:34 +02:00
bookcount.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
branchoverdues.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
branchtransfers.tt Bug 28438: Capitalization: Various corrections 2021-09-28 15:12:45 +02:00
checkout-notes.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
circulation-home.tt Bug 28601: Fix 'Home' breadcrumd on circulation-home.pl 2021-06-24 11:53:44 +02:00
circulation.tt Bug 28937: Use Flatpickr on circulation and patron pages 2021-09-29 12:47:33 +02:00
circulation_batch_checkouts.tt Bug 28937: Use Flatpickr on circulation and patron pages 2021-09-29 12:47:33 +02:00
offline-mf.tt
offline.tt Bug 28937: Use Flatpickr on circulation and patron pages 2021-09-29 12:47:33 +02:00
on-site_checkouts.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
overdue.tt Bug 28937: Use Flatpickr on circulation and patron pages 2021-09-29 12:47:33 +02:00
pendingreserves.tt Bug 28937: Use Flatpickr on circulation and patron pages 2021-09-29 12:47:33 +02:00
printslip.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
renew.tt Bug 28376: Replace jQueryUI date/timepicker with Flatpickr 2021-08-30 18:08:04 +02:00
request-article.tt Bug 20472: (QA follow-up) Add few TT filters 2021-07-12 15:47:34 +02:00
reserveratios.tt Bug 28937: Use Flatpickr on circulation and patron pages 2021-09-29 12:47:33 +02:00
returns.tt Bug 20688: Add accesskeys for transfers 2021-08-30 17:02:07 +02:00
set-library.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
transfers_to_send.tt Bug 26703: (follow-up) fixed some page titles in files 2021-04-22 09:09:28 +02:00
transferstoreceive.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
view_holdsqueue.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
waitingreserves.tt Bug 23678: Allow cancel holds in bulk 2021-10-01 16:02:58 +02:00