Bug 5437 - smart-rule improvements
Summary: smart-rule improvements
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: 3.4
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Paul Poulain
QA Contact: Bugs List
URL: http://wiki.koha-community.org/wiki/E...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-24 16:12 UTC by Paul Poulain
Modified: 2014-12-07 20:02 UTC (History)
2 users (show)

See Also:
Change sponsored?: 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 Paul Poulain 2010-11-24 16:12:28 UTC
A lot of development is intended to allow for more refined parameters as far as circulation is concerned: see other RFCs for 3.4. There's going to be many more options and many more toggles / choices / more possibilities. It's doubtful this can be accommodated within the current smart-rules.pl page. So a new way to deal with the UI aspect of managing rules is in order. (to be continued with actual proposals: feel free to chime in)

This part has been done. It uses a new module C4/IssuingRules.pm and jquery to display and help in organisation of the smart-rule. Still to be done : a) highlighting the selected values, b) use of JEditable in order to allow ppl to edit one value at a time

Librarian can now enter default values for a library entering a * where they want the value to be abide by for all the categories or itemtypes below

network quotas are also checked, namely, when a value is entered for a default library, and a user borrows books from two libraries, not only Koha checks the quota for each library is respected, but also it checks the conformity with the global rule (“*”)
Comment 1 Paul Poulain 2012-07-05 13:15:01 UTC
see bug 8361, that is a revival of this one