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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to