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

--- Comment #6 from solene.nga...@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.nga...@inlibro.com>

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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