[Bug 32229] New: Typo: Items missing from bundle at checking for %s
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32229 Bug ID: 32229 Summary: Typo: Items missing from bundle at checking for %s Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Keywords: Academy Severity: trivial Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org CC: martin.renvoize@ptfs-europe.com Should this have been checkin? Items missing from bundle at checking for %s koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt:1336 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32229 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose@inlibr | |o.com --- Comment #1 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- Created attachment 145674 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145674&action=edit Sample records To get to this string: I created a MARC21 file of records to use as an example. It assumes you have the sample branchcodes and itemtypes that come with Koha. You can use any record you have in your database, you need at least four records with at least one item each. 1. If using the example records, import the records 1.1. Download the attached earlyliteracy.mrc file 1.2. Go to Cataloging > Stage records for import 1.3. Click the button and select the file on your computer 1.4. Click 'Upload file' 1.5. Click 'Stage for import' 1.6. Click 'View detail of the enqueued job' 1.7. Click 'View batch' 1.8. Click 'Import this batch into the catalog' 2. If using the example records, bundle the books into the 'My first books bundle' record 2.1. Click 'Manage imported batch' 2.2. Click 'View' next to 'My first books bundle' 2.3. Click 'Manage bundle' on the right of the item 2.4. Click 'Add to bundle' 2.5. Enter the following barcodes, followed by 'Submit' (or press enter) after each - 001229 - 001230 - 001231 - 001232 - 001233 2.6. Click 'Close' Alternate step 2, if using own records: find a record with an item, change the leader/position 7 to c, click 'Manage bundle', then 'Add to bundle' and enter a few existing barcodes (at least 3). 3. Check out bundle 3.1. Go to Patrons 3.2. Click 'Search' to find a patron 3.3. Click 'Checkout' next to a patron 3.4. If using example records, enter the following barcode into the checkout box and click 'Checkout' (or press enter) - 001234 Alternate step 3.4, if using own records: checkout the 'main' record in which you bundled all the other records 4. Check in bundle, 'losing' at least one item 4.1. In the bar at the top of the screen, select 'Check in' 4.2. If using the example records, enter the following barcode and click the arrow (or press enter) - 001234 Alternate step 4.2, check in the same barcode you just checked out 4.3. In the 'Barcodes' box, enter the following barcodes, pressing enter between each - 001229 - 001230 - 001231 Alternate step 4.3, enter only some of the bundled barcodes 4.4. Click 'Confirm checkin and mark missing items as lost' 4.5. Click 'View list of missing items' --> Items missing from bundle at checking for (barcode) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32229 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32229 --- Comment #2 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- Created attachment 145675 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145675&action=edit Bug 32229: Typo: Items missing from bundle at checking for %s This patch corrects a typo in the missing items from bundle pop-up header. To test: I created a MARC21 file of records to use as an example. It assumes you have the sample branches and itemtypes that come with Koha. You can use any record you have in your database, you need at least three records each with at least one item. 0. Apply patch 1. If using the example records, import the records 1.1. Download the attached earlyliteracy.mrc file 1.2. Go to Cataloging > Stage records for import 1.3. Click the button and select the file on your computer 1.4. Click 'Upload file' 1.5. Click 'Stage for import' 1.6. Click 'View detail of the enqueued job' 1.7. Click 'View batch' 1.8. Click 'Import this batch into the catalog' 2. If using the example records, bundle the books into the 'My first books bundle' record 2.1. Click 'Manage imported batch' 2.2. Click 'View' next to 'My first books bundle' 2.3. Click 'Manage bundle' on the right of the item 2.4. Click 'Add to bundle' 2.5. Enter the following barcodes, followed by 'Submit' (or press enter) after each - 001229 - 001230 - 001231 - 001232 - 001233 2.6. Click 'Close' Alternate step 2, if using own records: find a record with an item, change the leader/position 7 to c, click 'Manage bundle', then 'Add to bundle' and enter a few existing barcodes (at least 2). 3. Check out bundle 3.1. Go to Patrons 3.2. Click 'Search' to find a patron 3.3. Click 'Checkout' next to a patron 3.4. If using example records, enter the following barcode into the checkout box and click 'Checkout' (or press enter) - 001234 Alternate step 3.4, if using own records: checkout the 'main' record in which you bundled all the other records 4. Check in bundle, 'losing' at least one item 4.1. In the bar at the top of the screen, select 'Check in' 4.2. If using the example records, enter the following barcode and click the arrow (or press enter) - 001234 Alternate step 4.2, check in the same barcode you just checked out 4.3. In the 'Barcodes' box, enter the following barcodes, pressing enter between each - 001229 - 001230 - 001231 Alternate step 4.3, enter only some of the bundled barcodes 4.4. Click 'Confirm checkin and mark missing items as lost' 4.5. Click 'View list of missing items' --> Items missing from bundle at checkin for (barcode) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32229 --- Comment #3 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- Sorry for the super long test plan... It's not as long as it seems, it's just that you have to create a bundle, then lose items from it and that is a lot of steps... :/ -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32229 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard@myacpl.org |caroline.cyr-la-rose@inlibr | |o.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32229 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #145675|0 |1 is obsolete| | --- Comment #4 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 145690 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145690&action=edit Bug 32229: Typo: Items missing from bundle at checking for %s This patch corrects a typo in the missing items from bundle pop-up header. To test: I created a MARC21 file of records to use as an example. It assumes you have the sample branches and itemtypes that come with Koha. You can use any record you have in your database, you need at least three records each with at least one item. 0. Apply patch 1. If using the example records, import the records 1.1. Download the attached earlyliteracy.mrc file 1.2. Go to Cataloging > Stage records for import 1.3. Click the button and select the file on your computer 1.4. Click 'Upload file' 1.5. Click 'Stage for import' 1.6. Click 'View detail of the enqueued job' 1.7. Click 'View batch' 1.8. Click 'Import this batch into the catalog' 2. If using the example records, bundle the books into the 'My first books bundle' record 2.1. Click 'Manage imported batch' 2.2. Click 'View' next to 'My first books bundle' 2.3. Click 'Manage bundle' on the right of the item 2.4. Click 'Add to bundle' 2.5. Enter the following barcodes, followed by 'Submit' (or press enter) after each - 001229 - 001230 - 001231 - 001232 - 001233 2.6. Click 'Close' Alternate step 2, if using own records: find a record with an item, change the leader/position 7 to c, click 'Manage bundle', then 'Add to bundle' and enter a few existing barcodes (at least 2). 3. Check out bundle 3.1. Go to Patrons 3.2. Click 'Search' to find a patron 3.3. Click 'Checkout' next to a patron 3.4. If using example records, enter the following barcode into the checkout box and click 'Checkout' (or press enter) - 001234 Alternate step 3.4, if using own records: checkout the 'main' record in which you bundled all the other records 4. Check in bundle, 'losing' at least one item 4.1. In the bar at the top of the screen, select 'Check in' 4.2. If using the example records, enter the following barcode and click the arrow (or press enter) - 001234 Alternate step 4.2, check in the same barcode you just checked out 4.3. In the 'Barcodes' box, enter the following barcodes, pressing enter between each - 001229 - 001230 - 001231 Alternate step 4.3, enter only some of the bundled barcodes 4.4. Click 'Confirm checkin and mark missing items as lost' 4.5. Click 'View list of missing items' --> Items missing from bundle at checkin for (barcode) Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32229 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32229 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #5 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Thanks for fixing my mistake Caroline!.. Perfectly executed. Going to straight PQA this one.. :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32229 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32229 --- Comment #6 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32229 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Typo: Items missing from |Typo: Items missing from |bundle at checking for %s |bundle at checkin for %s -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32229 Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.03 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32229 --- Comment #7 from Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32229 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas@bywatersolutions.com Status|Pushed to stable |RESOLVED --- Comment #8 from Lucas Gass <lucas@bywatersolutions.com> --- bundleMissingLabel does not exist in 22.05.x, no backport. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org