[Koha-bugs] [Bug 24023] Add ability to create bundles of items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 24 13:26:10 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24023

Julian Maurice <julian.maurice at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #95331|0                           |1
        is obsolete|                            |

--- Comment #4 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 101555
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101555&action=edit
Bug 24023: Add ability to create bundles of items

This patch adds the ability to link items to a biblio to create bundles
of items that can be reserved and checked out like a regular item.
A withdrawn status will be set to linked items so that they can't be
checked out while they are part of a bundle.
When returning a bundle, the list of items that are part of this bundle
will be displayed, allowing the librarian to verify that all items are
there.
Bundles can also be used in the inventory tool as a filter.

Test plan:
0. Apply the patch, run updatedatabase + update_dbix_class_files
1. Create a biblio record with at least a title. Create an item for this
   biblio record
2. In the biblio 'Edit' menu you have a new option: 'Link elements'.
   Click on it
3. Enter a list of valid and invalid barcodes in the textarea, select a
   withdrawn status and click on 'Continue'
4. Verify that new fields have been added to the MARC record (462 for
   UNIMARC, 774 otherwise)
5. Verify that the withdrawn status has been correctly set for the items
   you have linked
6. Verify that, for item created at step 1, items.materials has been
   updated with the number of items contained in the bundle
7. Edit the biblio record and remove one of the 462/774 fields
8. Verify that the corresponding item's withdrawn status has been reset
9. Checkout and checkin the item created at step 1
10. You should see the list of items contained in the bundle. Click on
    'Confirm checkin without verifying'. Verify that the item has been
    returned
11. Checkout and checkin the item created at step 1 again
12. Now click on 'Verify items bundle contents'. A textarea lets you
    enter barcodes. Enter some (but not all) barcodes that are in the
    bundle. Select a 'lost' status and click on 'Confirm checkin and
    mark missing items as lost'
13. Verify that the items corresponding to barcodes you did not type in
    the textarea are now marked as lost with the lost status you chose
14. Go to the inventory tool, use the bundle filter and verify that it
    works

Sponsored-by: Bibliothèque Départementale de l'Yonne

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list