Adding yuipath variable to help.pl, and doing some cleanup of help templates (standar...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / bull / subscription-detail.tmpl
1 <!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
3         <h1>Serials subscription detail help</h1>
4         In this screen, you can see subscription detail, and modify it if you need.
5         <ul>
6                 <h2>Subscription information bloc</h2>
7                 <p>it contains the name of the librarian that created the subscription, the name of the supplier providing the subscription, the cost and the budget affected. It also contains the title of the biblio managed by the subscription.</p>
8                 <h2>Planning information bloc</h2>
9                 <p>it contains various information to calculate arrival dates.</p>
10                 <h2>Subscription length</h2>
11                 <p>one field in this bloc should be filled : the subscription length can be calculated in weeks, months or number of issues to recieve</p>
12                 <h2>Numbering calculation</h2>
13                 <p>The numbering of items recieved can contain complex formulas. The "numbering formula" can be filled with any text and/or numbers. 3 special tokens <b>{X} {Y}</b> and <b>{Z}</b> can be user to define the calculation formula. XYZ values are calculated with the following method:</p>
14                         <ul>
15                                 <li>Add : the number here is added to XYZ</li>
16                                 <li>once every : the number before can be added on every issue or less often</li>
17                                 <li>When more than : if the calculated number is more than the value here</li>
18                                 <li>Set back to : if the previous condition is valid, the calculated number is set to this one instead</li>
19                                 <li>Last value / begins with : the last value calculated or the 1st value (when adding a subscription</li>
20                         </ul>
21                 <h2>Sample</h2>
22                         Consider the formula <b>#{X}/{Y}</b>. The following XYZ settings :
23                         <ul><li> <b>X</b> add <b>1</b> once every <b>4</b> times. When more than <b>9999999</b> set back to <b>empty</b>. Begins with <b>2004</b></li>
24                         <li> <b>Y</b> add <b>1</b> once every <b>1</b> times. When more than <b>4</b> set back to <b>4</b>. Begins with <b>1</b></li></ul>
25                         will result in the following issues numbers :
26                         <b>#2004/1,#2004/2,#2004/3,#2004/4,#2005/1,#2005/2,#2005/3,#2005/4,#2006/1
27                 <p>
28                 </p>
29
30 <!-- TMPL_INCLUDE name="help-bottom.inc" -->