[Bug 9717] Extend RecordLocalUseOnReturn system preference to optionally distinguish completed transfers and captured holds
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9717 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Local use recorded for |Extend |holds/transfers |RecordLocalUseOnReturn | |system preference to | |optionally distinguish | |completed transfers and | |captured holds CC| |andrew@bywatersolutions.com --- Comment #21 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- This longstanding issue has languished for lack of consensus. I suggest we add to new system preferences, connected to the existing RecordLocalUseOnReturn. RecordLocalUseOnReturn currently reads: (Don't record / record) local use when an unissued item is checked in. I suggest we add a these preferences: RecordTransferOnReturn (Don't record / record) a transfer when an unissued item is checked in and completes a transfer. This option supersedes RecordLocalUseOnReturn. RecordHoldCaptureOnReturn (Don't record / record) a hold capture when an unissued item is checked in and captured for a hold. This option supersedes RecordTransferOnReturn and RecordLocalUseOnReturn. With RecordTransferOnReturn set to "record," checking in an unissued item would write "transfer" to statistics.type rather than "localuse" when that checkin completes a transfer. With RecordHoldCaptureOnReturn set to "record" checking in an unissued item would write "hold_capture" to statistics.type rather than "localuse." For items checked in to complete a transfer *for* a hold, they would record a type of "hold_capture" if RecordHoldCaptureOnReturn is enabled or "transfer" if RecordHoldCaptureOnReturn is off but RecordTransferOnReturn is on. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org