https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532 --- Comment #67 from Aleisha Amohia <aleisha@catalyst.net.nz> --- (In reply to Liz Rea from comment #37)
These are functionality notes for Aleisha
OPAC client view:
We probably want to show the borrower when the book is now expected to be returned by on /cgi-bin/koha/opac-recalls.pl
done
Staff views:
- syspref needs to be defaulted to off please :)
done
/cgi-bin/koha/circ/recalls_queue.pl - probably want to see the new due date here as well
done
/cgi-bin/koha/catalogue/detail.pl?biblionumber=16 - do we want to see what the old due date was here? (to think about, not required)
i think having the old and the new due date might cause some confusion
- Probably want to show somewhere in the item table that there is a recall, and for whom (kinda like we do with holds)
done
- do we want a tab on the detail page that shows all of the recalls for this biblio, and who they are for?
done
General questions:
- If we add an item with the same item type to a biblio that has a recall, should checking in this newly available item trigger the recall to be filled?
i'm not too sure about this. recalls are item-level not record-level so i haven't quite thought about how other available items could fill the recall. perhaps a future cronjob? maybe after this base feature gets through?
I'm out of time for this run at it, but honestly what a great first whack at it.
i've now implemented all of the discussed comments etc and i believe this is ready to test -- You are receiving this mail because: You are watching all bug changes.