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

Thibaud Guillot <thibaud.guil...@biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #169927|0                           |1
        is obsolete|                            |

--- Comment #122 from Thibaud Guillot <thibaud.guil...@biblibre.com> ---
Created attachment 169928
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=169928&action=edit
Bug 8137: Add 'global checkout limits' table

The aim here is to avoid the accumulation of checkouts possibilities through
the rules of the various branches, in order to have a global quota.

Test plan:

1) Apply this patch
2) Run updatedatabase script and rebuild schema, restart_all..
3) On circulation rules page you will find a new table "Global checkout
   limits".
4) If you enter values, they will overwrite the existing values,
   creating limits for all branches combined.
5) Test it by set a "current checkouts allowed" to 2 on "standard rules
section"
   and set a "global" maxissueqty to 1.
   Normally 1 is the new limit for now.
6) You can also add a "current checkouts allowed" on other branches and
   see that you can't accumulate checkouts (you can also delete "global"
   values and see that if you have 3 on a branch and 2 on other, you can
   perform 5 checkouts in total.
7) Note that on specific branch circulation rules page the table cannot
   be modified, but just shown as a reminder. If main matrix is empty on
specific branch the table is hidden by default (cause if none values
it's referred to standard rules).

Sponsored-by: BibLibre

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
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