[Koha-bugs] [Bug 24304] New: Incomplete returns (notes)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 23 20:06:25 CET 2019


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

            Bug ID: 24304
           Summary: Incomplete returns (notes)
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: cbrannon at cdalibrary.org
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

When dealing with incomplete returns (items return with parts missing), there
is no easy way to add a message to the item as to what is missing.

We would exploit the feature called AllowCheckoutNotes, but it would mean
patrons could change the note, and the note is only visible upon check-in.

It would be preferable if there was a to scan the item during check-in and mark
it as incomplete, adding a note, and not actually checking it in.  The note
would be visible on the patron account next to the item, and would also be
visible in the staff view of the item.  This is how I would see this working:

On the Check in (returns.pl) page, there would be a button you would click
called "Incomplete return".  A modal would pop up allowing you to scan the
barcode and enter a note.  Scanning the barcode would not close the modal.  You
would have to submit the incomplete return via button.

The modal would close, returning you to the check in screen, showing the
incomplete return, and not checked in.

Marking the item incomplete would give the item a damaged status of Incomplete.
 It would not check the item in.  It would send a notification for incomplete
returns, along with the note, via e-mail, print or sms or phone.

The note would be visible with the item on the checkout page and on the item
record.  The note could also be updated by staff.

The note would be removed from the item once the item is checked in (complete).
 I would think the best place to store this message is in the issues table.

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


More information about the Koha-bugs mailing list