kohabug 1993 - task scheduler improvements
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / bull / statecollection.tmpl
1 <!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
3         <h1>Serials issues and summary</h1>
4         <p>This screen is divided in 2 parts</p>
5         <h2>The right part</h2>
6         <p>The right part deals with issues. When you create a new subscription, the 1st issue is automatically calculated. When you want/need, you can define issues that have a new status:</p>
7         <ul>
8                 <li>Arrived : when an book arrives, you can set it's status to "arrived". Then, the issue disappear from this list, and the number of the issue is added to the "arrived list" (on the left box)</li>
9                 <li>Late : means that the book is late and should be arrived. A books changed to "late" status stays on the issue list, and the next waited number is generated</li>
10                 <li>Missing : means the book will never arrive. The issue disappear from the list, and the number of the issue is added to the "missing list" (on the left box)</li>
11         </ul>
12         <h2>The left part</h2>
13         <p>the left part contains six elements, some are automatically calculated but but can be changed</p>
14         <ul>
15                 <li>Subscription beginning date : the date of the beginning of the 1st subscription. Should not be modified and is not modified automatically by subscriptions renewals</li>
16                 <li>Subscription enddate : must be entered manually when the subscription is definetly closed</li>
17                 <li>Arrived numbers : the list of issues you have in your library. Automatically filled when a new number is marked "arrived". You can manually change this field if you want, for example, to change a long list (1,2,3,4,...,51) to a shorter one (1-51)</li>
18                 <li>Missing numbers : the list of issues you don't have in your library, and that will never arrive (or have been lost). Automatically filled when a new number is marked "missing". You can manually change this field if you want, for example, to change a long list (1,2,3,4,...,51) to a shorter one (1-51)</li>
19                 <li>opac note : the field that appears in the OPAC (with some other subscription information like beginning date and end date. This field must be filled manually. Nothing is put here automatically</li>
20                 <li>opac note : the field that appears in the librarian interface (with some other subscription information like beginning date and end date. This field must be filled manually. Nothing is put here automatically.</li>
21         </ul>
22         <h2>Subscription renewals</h2>
23         <p>Koha calculates automatically the end of the subscription (based on the start date and the number of issues received). when a subscription has ended, you can't change the status of the last "waited number" (as it's not waited in fact). To be able to "receive" this number, you must renew your subscription.</p>
24         <p>Renewing a subscription means that you define some informations for the renewal. When those informations have been filled, a suggestion is automatically created in Koha. This suggestion can be managed by the librarian that orders books, as any other order (= budget and bookseller are defined here).</p>
25         <p><i>Note that the subscription renewal done by the "serials librarian" is supposed to be immediate. We have decided to keep Koha as simple as possible. In fact, the subscription renewal won't be immediate, but we didn't wanted to add too much complexity.</i></p>
26         </p>
27
28 <!-- TMPL_INCLUDE name="help-bottom.inc" -->