[Koha-bugs] [Bug 9762] Log circulation overrides

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 12 16:48:40 CEST 2023


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

--- Comment #6 from solene.ngamga at inlibro.com ---
Created attachment 149554
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=149554&action=edit
Bug 9762: Log circulation overrides

This patch allows you to save commands that have been overridden by someone.

To test:

--After each step, a message will be display on the actionlog--

Circulation -- Checking out

- Check out an item that is age restricted (AgeRestrictionOverride syspref)
- Check out an item that has a not for loan status (AllowNotForLoanOverride
syspref)
- Check out an item that has a lost status (IssueLostItem syspref)
- Check out an item to a patron who has reached the checkout limit
(AllowTooManyOverride syspref)
- Check out an item to a patron who is not allowed to borrow this item type
- Check out an item to a patron who has unpaid fines (AllFinesNeedOverride
and/or AllowFineOverride + noissuescharge sysprefs)
- Check out an item on hold for someone else
- Check out an item on hold ready for pickup by someone else
- Check out an item already checked out to someone else
(AutoReturnCheckedOutItems syspref)
- Check out to a patron who has restrictions

Circulation -- Checking in

- Ignore a hold upon check in
- Ignore a hold & transfer upon check in

Circulation -- Renewing

- Renew an item on hold for someone else
- Renew an item that has reached the maximum amount of renewals

Holds

- Place a hold for a patron who is not allowed to put this item type on hold
- Place a hold for a patron who has reached the maximum amount of holds
- Place an item-level hold when rules say this is not allowed

Signed-off-by: Solene Ngamga <solene.ngamga at inLibro.com>

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


More information about the Koha-bugs mailing list