Bug 19460 - Limit total number of checkouts allowed per patron by patron category code
Summary: Limit total number of checkouts allowed per patron by patron category code
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Kyle M Hall
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-13 13:30 UTC by Kyle M Hall
Modified: 2020-01-06 20:14 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle M Hall 2017-10-13 13:30:00 UTC
Goal of development: Limit total number of checkouts allowed per patron by patron category code

Work to be done:
1) Add new circulation rule "Max checkouts ( global, most restrictive )" to circulation rules.
2) Modify C4::Circulation::TooMany to respect this new rule
3) Modify script and template to show errors relating to this new rule