[Koha-bugs] [Bug 7090] New: Add "AllowItemsOnHandCheckout" syspref to allow issue to the patron regardless of hold status

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 26 02:35:58 CEST 2011


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

             Bug #: 7090
           Summary: Add "AllowItemsOnHandCheckout" syspref to allow issue
                    to the patron regardless of hold status
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Self checkout
        AssignedTo: ian.walls at bywatersolutions.com
        ReportedBy: srdjan at catalyst.net.nz
         QAContact: koha-bugs at lists.koha-community.org


an item scanned at a self check station connected to Koha over SIP2 should
issue regardless of whether there is a hold on the item. If the patron has the
book in hand, they should be allowed to check it out; otherwise, what's to stop
them from just taking it?

This also prevents patrons from self-checking out holds that are waiting for
THEM.

Work To Be Done:
  -  Add new system preference that asks whether self-check blocks checkout if
the material in hand is on hold for someone else
  -  Controls checkouts using Koha’s SCO
  -  Controls checkouts over SIP2

How to test:
  -  Set preference to allow checkouts of items in hand
  -  Checkout a book with a hold on it for another via SIP. Checkout should
proceed, hold should still exist
  -  Checkout a book with a hold on it for another via SCO. Checkout should
proceed, hold should still exist
  -  Check out a book with a hold on it for yourself via SIP. Checkout should
proceed, hold should be marked filled.
  -  Check out a book with a hold on it for yourself via SCO. Checkout should
proceed, hold should be marked filled.
  -  Set preference to not allow checkouts of items in hand if hold is on them
  -  Checkout a book with a hold on it for another via SIP. Checkout should not
proceed, hold should still exist
  -  Checkout a book with a hold on it for another via SCO. Checkout should not
proceed, hold should still exist
  -  Check out a book with a hold on it for yourself via SIP. Checkout should
proceed, hold should be marked filled.
  -  Check out a book with a hold on it for yourself via SCO. Checkout should
proceed, hold should be marked filled.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list