Language corrections: branch -> library. Changing "Libraries, branches, and groups...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / smart-rules.tmpl
1 <!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
3 <h1>Circulation and Fines Rules</h1>
4
5 <p>This matrix is to be used to create all of the rules associated with circulation and fines.</p>
6                 <ul>
7                         <li>               
8                    The rules are applied from most specific to less specific, using the first found in this order:
9                         <ul>
10                                 <li>same library, same patron type, same item type</li>
11                                 <li>same library, same patron type, default item type</li>
12                                 <li>same library, default patron type, same item type</li>
13                                 <li>same library, default patron type, default item type</li>
14                                 <li>default library, same patron type, same item type</li>
15                                 <li>default library, same patron type, default item type</li>
16                                 <li>default library, default patron type, same item type</li>
17                                 <li>default library, default patron type, default item type</li>
18                         </ul></li>
19                         <li><span style="background-color: #ffe599">
20 TIP: To modify a rule, create a new one with the same patron type and item type</span></li>
21                         <li>               
22                    These rules can be applied to individual libraries by choosing them from the pull down at the top of the page, by default the rules are applied to all libraries</li>
23                 </ul>
24         </div>  <!-- TMPL_INCLUDE NAME="help-bottom.inc" -->