Transfers - enhancements

From Koha Wiki

Jump to: navigation, search
Home > Development > RFCs > Koha components for RFCs > Library System Modules RFCs > Circulation RFCs
Home > Development > RFCs > Koha version targeted RFCs > Koha 3.4 RFCs
Home > Koha Versions > 3.4

Contents

Enhancements to the display of extended patron attributes in circ

Sponsored by Université Lyon 3 and developed by BibLibre, expected for/deadline: 2011-01-01

See also Bug 5442.

Description

Checking Books from other libraries

Each branch should be able to select if it will accept patrons checking in books from other branches. 3 steps proposed:

  • global syspref: should Koha manage checkins globally or on a branch by branch basis? 3 choices:
    • Check-in allowed globally? Y/N -> any branch will accept books initially checkout from any other library
    • check-in allowed on a branch by branch basis? Y/N
  • if choice 2 is ON, in each site's parameters, one can select the list of branches for which transfer of items are a-ok.
  • in UI in circulation, when one checks in an item initially checked out from another library, Koha has different messages according to the situation:
    • "transfer to library OTHERLIBRARY" if transfer is allowed
    • "Checkin from library OTHERLIBRARY is not allowed. Do you want to override?" Y/N. If Y: do as preceding step; If N: do nothing, the item stays on the patron's account.

Transfers - enhancements - questions

Q: How would this handle holds since transfers are done automatically? - David Schuster dschust1@gmail.com A: Hi David. Your question made me realize I wasn't clear enough: I meant to talk about the checkins, rather than the transfers themselves. I don't think that changes the current working of transfers or holds as such. It's just that if you scan a book from another library that you shouldn't be scanning in, Koha tells you so; you can override this, in which case the return of the document is registered and the rest of the usual settings (as to transfers, holds, etc) kicks in; if you don't override, the item stays on loan on the patron's account. All the rest stays the same. Unless I'm missing something in your question. 

Can someone please explain 'Discharge'? I don't think this is the correct term for this function. in a library context discharge most commonly means 'return a book from loan' The description appears to be 'remove a patron plus extra functionality.