kohabug 1993 - task scheduler improvements
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / bull / subscription-add.tmpl
1 <!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
3         <h1>Serials subscription add and modify help</h1>
4         <ul>
5                 <h2>Subscription information bloc</h2>
6                 <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>
7                 <h2>Planning information bloc</h2>
8                 <p>it contains various information to calculate arrival dates.</p>
9                 <h2>Subscription length</h2>
10                 <p>one field in this bloc should be filled : the subscription length can be calculated in weeks, months or number of issues to receive</p>
11                 <h2>Numbering calculation</h2>
12                 <p>The numbering of issues received can be a 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>
13                         <ul>
14                                 <li>Add : the number here is added to XYZ</li>
15                                 <li>once every : the number before can be added on every issue or less often</li>
16                                 <li>When more than : if the calculated number is more than the value here</li>
17                                 <li>Set back to : if the previous condition is valid, the calculated number is set to this one instead</li>
18                                 <li>Last value / begins with : the last value calculated or the 1st value (when adding a subscription</li>
19                         </ul>
20                 <h2>Sample</h2>
21                 Consider the formula <b>#{X}/{Y}</b>. The following XYZ settings :
22                 <ul>
23                         <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>
25                 </ul>
26                 will result in the following issues numbers :
27                 <p>#2004/1, #2004/2, #2004/3, #2004/4, #2005/1, #2005/2, #2005/3, #2005/4, #2006/1</p>
28                 <p>
29                         <b>Note:</b> when you add a subscription, Koha assumes you have already created the order, or that you will do it soon. So, NO information is sent to the acquisition module. This is not the case when the subscription expires. In this case, a subscription renewal creates a "suggestion" that is sent to the acquisition module.
30                 </p>
31
32 <!-- TMPL_INCLUDE name="help-bottom.inc" -->