Merge branch 'bug_7368' into 3.14-master
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / serials / subscription-add.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Add A New Serial Subscription</h1>
4
5 <p>Subscriptions can be added by clicking the 'New' button on any bibliographic record or by visiting the Serials module and clicking 'New Subscription'</p>
6
7 <p>If you are entering a new subscription from the Serials module you will be presented with a blank form (if creating new from a bibliographic record the form will include the bib info).</p>
8
9 <ul>
10         <li>'Librarian' field will show the logged in librarian's username</li>
11         <li>'Vendor' can be found by either searching vendors entered via the Acquisitions module or entering the vendor ID number
12 <ul>
13         <li>Vendor information is not required</li>
14         <li>In order to claim missing and late issues you need to enter vendor information</li>
15 </ul>
16 </li>
17         <li>'Biblio' is the MARC record you'd like to link this subscription to
18 <ul>
19         <li>This can be done by searching for an existing record by clicking on the 'Search for Biblio' link below the boxes or by entering the bib number for a record in the first box. Only if you search with the field between the parenthesis.</li>
20 </ul>
21 </li>
22         <li>Next you can choose whether a new item is created when receiving an issue</li>
23         <li>'Location' is for the shelving location</li>
24         <li>'Call Number' is for your item's call number prefix</li>
25         <li>'Library' is the library that owns this subscription.
26 <ul>
27         <li>If more than one library subscribes to this serial you will need to create a subscription for each library</li>
28         <li>This can be done easily by using the 'Edit as New (Duplicate)' option found on the subscription information page and changing only the 'Library' field</li>
29 </ul>
30 </li>
31         <li>The 'Grace Period' is the number of days before an issue is automatically moved from 'expected' status to 'waiting' and how many days before an issue is automatically moved from 'waiting' status to 'late'</li>
32         <li>Use the 'Public Note' for any notes you would like to appear in the OPAC for the patrons</li>
33         <li>'Nonpublic Note' should be used for notes that are only visible to the librarians via the staff client</li>
34         <li>To set up a routing list for serials, choose 'Routing List' from the 'Patron notification' field.
35 <ul>
36         <li>For this option to appear you need to make sure that you have a Routing List notice set up in the Notices Tool</li>
37         <li>Learn more about Routing Lists later in this manual</li>
38 </ul>
39 </li>
40         <li>The Staff and OPAC Display options allow you to control how many issues appear by default on bibliographic records in the Staff Client and the OPAC
41 <ul>
42         <li>If no values are entered in these fields, they will use the OPACSerialIssueDisplayCount and StaffSerialIssueDisplayCount system preference values</li>
43 </ul>
44 </li>
45         <li>In 'First issue publication date' you want to enter the date of the issue you have in your hand, the date from which the prediction pattern will start</li>
46         <li>There are several pre-defined options for the 'Frequency' of publication
47 <ul>
48         <li>Without periodicy: some very specific (usually high level science journals) don't have a true periodicity. When you subscribe to the title, you subscribe for 6 issues, which can arrive in 1 year... or 2... There is no regularity or known schedule.</li>
49         <li>Unknown select this if none of the other choices are relevant</li>
50         <li>Irregular: The journal is not "regular" but has a periodicity. You know that it comes out on January, then in October and December, it is irregular, but you know when it's going to arrive.</li>
51         <li>2/day: Twice daily</li>
52         <li>1/day: Daily</li>
53         <li>3/week: Three times a week</li>
54         <li>1/week: Weekly</li>
55         <li>1/ 2 weeks: Twice monthly (fortnightly)</li>
56         <li>1/ 3 weeks: Tri-weekly</li>
57         <li>1/month: Monthly</li>
58         <li>1/ 2 months (6/year): Bi-monthly</li>
59         <li>1/ 3 months (1/quarter): Quarterly</li>
60         <li>1/quarter (seasonal) : Quarterly related to seasons (ie. Summer, Autumn, Winter, Spring)</li>
61         <li>2/year: Half yearly</li>
62         <li>1/year: Annual</li>
63         <li>1/ 2 years: Bi-annual</li>
64 </ul>
65 </li>
66         <li>Checking the 'Manual history' box will allow you to enter serials outside the prediction pattern.</li>
67         <li>'Numbering pattern' will help you determine how the numbers are printed for each issue
68 <ul>
69         <li>Start with the numbering on the issue you have in hand, the numbering that matches the date you entered in the 'First issue publication' field</li>
70         <li>If you have chosen any 'Numbering Format' other than 'Number' in the 'Rollover at' field, enter the last issue number before the volume number changes
71 <ul>
72         <li>If you chose the 'Number' Numbering Format you will see 'issues expected' in which you will enter the total number of issues you expect to receive.</li>
73 </ul>
74 </li>
75         <li>You can choose to create your own numbering pattern by choosing 'None of the above' and clicking the 'Show/Hide Advanced Pattern' button at the bottom of the form</li>
76 </ul>
77 </li>
78         <li>'Subscription start date' is the date at which the subscription begins. This is used for setting up renewal alerts</li>
79         <li>'Subscription length' is the number of issues or months in the subscription. This is also used for setting up renewal alerts</li>
80         <li>'Subscription end date' should only be entered for subscriptions that have ended (if you're entering in a backlog of serials)</li>
81         <li>The 'Numbering formula' is editable to match the way you'd like your numbering to print on the item record and subscription information pages</li>
82 </ul>
83
84 <p>Click 'Save Subscription' to save the information you have entered.</p>
85
86 <p><strong>See the full documentation for Adding a Subscription in the <a href="http://manual.koha-community.org/3.12/en/serials.html#newsubscription">manual</a> (online).</strong></p>
87
88 [% INCLUDE 'help-bottom.inc' %]
89