b34b65cacd0c45cfd3da3109b3f188179e1b8fad
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / circ / view_holdsqueue.tmpl
1 <!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
3 <h1>Holds Queue</h1>
4
5 <p>This report lists the next hold waiting (one per biblio) depending on how system preferences are set</p>
6                 <ul>
7                         <li>StaticHoldsQueueWeight<br/>Allows the library to specify a list of library location codes -- if used alone, it will rank the list statically, selecting the top-ranking available location to be added to the picklist.</li>
8                         <li>RandomizeHoldsQueueWeight<br/>If 'RandomizeHoldsQueueWeight' and 'StaticHoldsQueueWeight' are set, the list of library codes in the 'StaticHoldsQueueWeight' system preference are randomized rather than statically ranked. If RandomizeHoldsQueueWeight alone is set, the list of all available library codes is used to randomize the weight.</li>
9                 </ul><br/>If neither 'RandomizeHoldsQueueWeight' or 'StaticHoldsQueueWeight' is set, the holds queue is statically ranked according to how they are pulled out of the system database.<br/>
10                 <ul>
11                         <li><em>Get there: </em>More &gt; Administration &gt; General Preferences &gt; Circulation</li>
12                 </ul>
13
14 <!-- TMPL_INCLUDE NAME="help-bottom.inc" -->