[Koha-bugs] [Bug 11897] Stock Rotation for Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 5 17:18:01 CEST 2018


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

--- Comment #341 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
I believe it should, in fact, work at it's best with AutomaticItemReturn set to
'On'.

There is nothing here that explicitly takes AutomaticItemReturn into account.
What this code does is it changes the 'home' library of the item in question
after a given duration of it residing at that home library.

Upon reaching the target length of time at the branch, the home location of the
item will be updated and a transfer will be triggered to move the item from
it's prior location to the new home location.

It's also specifically designed to work at the item level and not as a
collection. Thus, items can be 'put on rotation' at any time and at any
location and start rotating by themselves.

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


More information about the Koha-bugs mailing list