Summary: | Place bookings on multiple items | ||
---|---|---|---|
Product: | Koha | Reporter: | Aude Charillon <aude.charillon> |
Component: | Circulation | Assignee: | Bugs List <koha-bugs> |
Status: | Needs Signoff --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | e.betemps, gmcharlt, kyle.m.hall, thibaud.guillot |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | Sponsored | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | bookings | ||
Bug Depends on: | 33738 | ||
Bug Blocks: | |||
Attachments: | Bug 38493: Add possibility to add mutliple bookings at once |
Description
Aude Charillon
2024-11-20 11:32:32 UTC
Created attachment 176294 [details] [review] Bug 38493: Add possibility to add mutliple bookings at once Note: For now it's implemented only on the OPAC side If the biblio_id parameter is not present in the url, the modal window will be replaced by another form. Items can be found by barcode, and once added, validated by clicking on the button. Pickup locations will automatically appear according to the item's biblios. Test plan: 1) Apply this patch and restart_all 2) Active booking for one item or itemtype 3) Go on the OPAC url 'cgi-bin/koha/opac-bookings.pl' 4) You can add some items with their barcodes 5) Dynamically delete items if you want 6) And when you're ready, click on 'Validate items' it will check if you can perform a booking for each items with the same pickup library and on the same period Sponsored by: Association de Gestion des Œuvres Sociales d'Inria (AGOS) error: sha1 information is lacking or useless (koha-tmpl/opac-tmpl/bootstrap/en/includes/bookings-table.inc). (In reply to Emmanuel Bétemps from comment #2) > error: sha1 information is lacking or useless > (koha-tmpl/opac-tmpl/bootstrap/en/includes/bookings-table.inc). Link to rebase of 33738.. I fixed this normally |