[Koha-bugs] [Bug 8836] Resurrect Rotating Collections

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 31 14:09:32 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8836

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32999|0                           |1
        is obsolete|                            |
  Attachment #33000|0                           |1
        is obsolete|                            |
  Attachment #33001|0                           |1
        is obsolete|                            |
  Attachment #33002|0                           |1
        is obsolete|                            |
  Attachment #33046|0                           |1
        is obsolete|                            |
  Attachment #33047|0                           |1
        is obsolete|                            |
  Attachment #33050|0                           |1
        is obsolete|                            |
  Attachment #33051|0                           |1
        is obsolete|                            |

--- Comment #100 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 33058
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33058&action=edit
Bug 8836 - Resurrect Rotating Collections

Test Plan:
In "Tools" -> "Rotating Collections" -> "Add/Remove items":
When adding item barcodes to the collection, the input field
  <input type="text" id="barcode" name="barcode">
should become active
automatically so it is easy to add multiple barcodes rapidly without touching
the
mouse or keyboard.
Enter-press is dealt by the barcode reader so automatic form submittal should
be handled
by the barcode reader.

In "Rotating collections" -> "Transfer Collection":
When the collection is initially transferred, items are set to trasfer
correctly.
When the collection is transferred while items are still being transferred, the
transfer
destination library doesn't change from the original one.
The holding library changes for all items in the collection to the destination
library on
retransfers as well.
This is tricky if a user accidentally places the wrong destination.
When I try to checkin these items to their new retransfer location, I get the
following messages:
-"This item is part of a rotating collection and needs to be transferred to
<original transfer destination>"
-"Please return Valkoinen ihmissyj / to <original transfer destination>"
-"Print slip or Cancel transfer"

When I checkin a Item to a arbitrary branch, I get the following messages:
"This item is part of a rotating collection and needs to be transferred to
<retransfer destination>"
"Please return Valkoinen ihmissyj / to <original trasfer destination>"

Bug 8836 - Resurrect Rotating Collections - QA Followup

Bug 8836 - Resurrect Rotating Collections - Followup 2 - Perltidy rotating
collections scripts

Bug 8836 - Resurrect Rotating Collections - Followup 3

* Fix bad TT Tag
* Fix bad sql query
* Fix capitalization ( HTML4 )
* Allow a rotating collection's location to keep AutomaticItemReturn
  from sending it back to the branch of origin
* Fix bad query

Bug 8836 - Resurrect Rotating Collections - Followup 4 - Autofocus on barcode
field

Bug 8836 - Resurrect Rotating Collections - Followup 5 - Don't transfer issued
and waiting items

Items in a rotating collection are automatcially transferred when a
collection is transferred. This is a problem for currently checked out
items and items on hold marked as "Waiting".

This patch resolves this issue by skipping the transfer for those items.
When the items are then returned, the librarian will be alerted to
transfer the item to the library currently holding that rotating
collection.

Bug 8836 - Resurrect Rotating Collections - Followup 5 - Link
collections.colBranchcode to branches.branchcode

Signed-off-by: jmbroust <jean-manuel.broust at univ-lyon2.fr>
Signed-off-by: Cindy Murdock Ames <cmurdock at ccfls.org>

http://bugs.koha-community.org/show_bug.cgi?id=8835

Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

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


More information about the Koha-bugs mailing list