5 [% INCLUDE 'doc-head-open.inc' %]
6 <title>Koha › Serials › [% IF ( modify ) %][% bibliotitle |html %] › Modify subscription[% ELSE %]New subscription[% END %]</title>
7 [% INCLUDE 'doc-head-close.inc' %]
8 <style type="text/css">
9 fieldset.rows li.radio { width: 100%; } /* override staff-global.css */
10 .yui-u li p label.widelabel {
11 width: 300px; /* not enough for IE7 apparently */
16 <body id="ser_subscription-add" class="ser">
17 [% INCLUDE 'header.inc' %]
18 [% INCLUDE 'serials-search.inc' %]
20 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> › [% IF ( modify ) %]<a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid %]"><i>[% bibliotitle |html %]</i></a> › Modify subscription[% ELSE %]New subscription[% END %]</div>
22 <div class="main container-fluid">
25 <h1>[% IF ( modify ) %] Modify subscription for <i>[% bibliotitle |html %]</i>[% ELSE %]Add a new subscription[% END %] (<span id="page_number">1/2</span>)</h1>
26 <form method="post" id="subscription_add_form" name="f" action="/cgi-bin/koha/serials/subscription-add.pl" class="validated">
28 <input type="hidden" name="op" value="modsubscription" />
29 <input type="hidden" name="subscriptionid" value="[% subscriptionid %]" />
31 <input type="hidden" name="op" value="addsubscription" />
33 <input type="hidden" name="user" value="[% loggedinusername %]" />
34 <input type="hidden" name="irreg_check" value="0" />
37 <div class="col-md-6">
38 <fieldset id="subscription_add_information" class="rows">
39 <legend>Subscription details</legend>
41 [% IF ( subscriptionid ) %]
42 <li><span class="label">Subscription #</span> [% subscriptionid %]</li>
45 <label for="aqbooksellerid">Vendor: </label>
46 <input type="text" name="aqbooksellerid" id="aqbooksellerid" value="[% aqbooksellerid %]" size="8" /> (<input type="text" name="aqbooksellername" id="aqbooksellername" value="[% aqbooksellername %]" disabled="disabled" readonly="readonly" />) <a href="#" id="vendor_search"><i class="fa fa-search"></i> Search for a vendor</a>
49 <label for="biblionumber" class="required" title="Subscriptions must be associated with a bibliographic record">Record:</label>
50 <input type="text" name="biblionumber" id="biblionumber" value="[% bibnum %]" size="8" />
51 (<input type="text" name="title" value="[% bibliotitle %]" disabled="disabled" readonly="readonly" />) <span class="required" title="Subscriptions must be associated with a bibliographic record">Required</span>
52 <div class="inputnote"> <a href="#" id="record_search"><i class="fa fa-search"></i> Search for record</a>
53 [% IF ( CAN_user_editcatalogue ) %]
55 | <a href="#" id="biblio_add_edit" data-biblionumber="[% bibnum %]"><i class="fa fa-pencil"></i> Edit record</a>
57 | <a href="#" id="biblio_add_edit"><i class="fa fa-plus"></i> Create record</a>
63 [% IF ( serialsadditems ) %]
64 <p><input type="radio" id="serialsadditems-yes" name="serialsadditems" value="1" checked="checked" /><label class="widelabel" for="serialsadditems-yes">create an item record when receiving this serial</label></p>
65 <p><input type="radio" id="serialsadditems-no" name="serialsadditems" value="0" /><label class="widelabel" for="serialsadditems-no">do not create an item record when receiving this serial </label></p>
67 <p><input type="radio" id="serialsadditems-yes" name="serialsadditems" value="1"/><label class="widelabel" for="serialsadditems-yes">create an item record when receiving this serial</label></p>
68 <p><input type="radio" id="serialsadditems-no" name="serialsadditems" value="0" checked="checked" /><label class="widelabel" for="serialsadditems-no">do not create an item record when receiving this serial</label></p>
72 <p>When there is an irregular issue:</p>
73 [% IF (skip_serialseq) %]
75 <input type="radio" id="skip_serialseq_yes" name="skip_serialseq" value="1" checked="checked" />
76 <label for="skip_serialseq_yes">Skip issue number</label>
79 <input type="radio" id="skip_serialseq_no" name="skip_serialseq" value="0" />
80 <label for="skip_serialseq_no">Keep issue number</label>
84 <input type="radio" id="skip_serialseq_yes" name="skip_serialseq" value="1" />
85 <label for="skip_serialseq_yes">Skip issue number</label>
88 <input type="radio" id="skip_serialseq_no" name="skip_serialseq" value="0" checked="checked" />
89 <label for="skip_serialseq_no">Keep issue number</label>
94 <label for="manualhistory">Manual history:</label>
95 [% IF (manualhistory) %]
96 <input type="checkbox" id="manualhistory" name="manualhist" checked="checked" />
98 <input type="checkbox" id="manualhistory" name="manualhist" />
102 <label for="callnumber">Call number:</label>
103 <input type="text" name="callnumber" id="callnumber" value="[% callnumber %]" size="20" />
106 <label for="branchcode">Library:</label>
107 <select name="branchcode" id="branchcode" style="width: 20em;">
108 [% UNLESS ( Independentbranches ) %]
109 <option value="">None</option>
111 [% IF CAN_user_serials_superserials %]
112 [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1 ) %]
114 [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode ) %]
116 </select> (select a library)
119 <label for="notes">Public note:</label>
120 <textarea name="notes" id="notes" cols="30" rows="2">[% notes %]</textarea>
123 <label for="internalnotes">Nonpublic note:</label>
124 <textarea name="internalnotes" id="internalnotes" cols="30" rows="2">[% internalnotes %]</textarea>
127 [% IF ( letterloop ) %]
128 <label for="letter">Patron notification: </label>
129 <select name="letter" id="letter">
130 <option value="">None</option>
131 [% FOREACH letterloo IN letterloop %]
132 [% IF ( letterloo.selected ) %]
133 <option value="[% letterloo.value %]" selected="selected">[% letterloo.lettername %]</option>
135 <option value="[% letterloo.value %]">[% letterloo.lettername %]</option>
139 <div class="hint">Selecting a notice will allow patrons to subscribe to notifications when a new issue is received.</div>
141 <span class="label">Patron notification: </span>
142 <div class="hint">To notify patrons of new serial issues, you must <a href="/cgi-bin/koha/tools/letter.pl">define a notice</a>.</div>
146 <label for="location">Location:</label>
147 <select name="location" id="location">
148 <option value="">None</option>
149 [% FOREACH locations_loo IN locations_loop %]
150 [% IF locations_loo.authorised_value == location %]
151 <option value="[% locations_loo.authorised_value %]" selected="selected">[% locations_loo.lib %]</option>
153 <option value="[% locations_loo.authorised_value %]">[% locations_loo.lib %]</option>
159 <label for="itemtype">Item type:</label>
160 <select name="itemtype" id="itemtype">
161 <option value=""></option>
162 [% FOREACH type IN typeloop %]
163 [% IF ( type.selected ) %]
164 <option value="[% type.code %]" selected="selected">[% type.value %]</option>
166 <option value="[% type.code %]">[% type.value %]</option>
171 [%IF makePreviousSerialAvailable %]
173 <label for="previousitemtype">item type for older issues:</label>
174 <select name="previousitemtype" id="previousitemtype">
175 <option value=""></option>
176 [% FOREACH previous IN previoustypeloop %]
177 [% IF ( previous.selected ) %]
178 <option value="[% previous.code %]" selected="selected">[% previous.value %]</option>
180 <option value="[% previous.code %]">[% previous.value %]</option>
187 <label for="graceperiod">Grace period:</label>
188 <input type="text" name="graceperiod" id="graceperiod" value="[% graceperiod %]" size="5"/> day(s)
191 <label class="widelabel" for="staffdisplaycount">Number of issues to display to staff: </label>
192 <input type="text" name="staffdisplaycount" id="staffdisplaycount" value="[% staffdisplaycount %]" size="4"/>
195 <label class="widelabel" for="opacdisplaycount">Number of issues to display to the public: </label>
196 <input type="text" name="opacdisplaycount" id="opacdisplaycount" value="[% opacdisplaycount %]" size="4"/>
200 <fieldset class="action">
201 <input type="button" value="Next >>" id="subscription_add_next" style="float:right;" />
207 <div class="col-md-6">
208 <div id="subscription_form_planning">
209 <fieldset class="rows">
210 <legend>Serials planning</legend>
213 <label for="firstacquidate" class="required">First issue publication date:</label>
214 [% UNLESS (more_than_one_serial) %]
215 <input type="text" size="10" id="acqui_date" name="firstacquidate" value="[% firstacquidate | $KohaDates %]" class="datepicker required" required="required" />
217 [% firstacquidate | $KohaDates %]
218 <input type="hidden" size="10" id="acqui_date" name="firstacquidate" value="[% firstacquidate | $KohaDates %]"/>
221 [% IF (more_than_one_serial) %]
223 <label for="nextacquidate">Next issue publication date:</label>
224 <input type="text" size="10" id="nextacquidate" name="nextacquidate" value="[% nextacquidate | $KohaDates %]" class="datepicker" />
228 <label for="frequency" class="required">Frequency:</label>
229 <select name="frequency" size="1" id="frequency" class="required" required="required">
230 <option value="">-- please choose --</option>
231 [% FOREACH frequency IN frequencies %]
232 [% IF (frequency.selected) %]
233 <option value="[% frequency.id %]" selected="selected">
235 <option value="[% frequency.id %]">
237 [% frequency.label %]
243 <label for="subtype">Subscription length:</label>
244 <select name="subtype" id="subtype">
245 [% FOREACH st IN subtypes %]
247 [% CASE 'numberlength' %]
248 [% IF st == subtype %]
249 <option value="issues" selected="selected">
251 <option value="issues">
254 [% CASE 'weeklength' %]
255 [% IF st == subtype %]
256 <option value="weeks" selected="selected">
258 <option value="weeks">
261 [% CASE 'monthlength' %]
262 [% IF st == subtype %]
263 <option value="months" selected="selected">
265 <option value="months">
273 <input type="text" name="sublength" id="sublength" value="[% sublength %]" size="3" /> (enter amount in numerals)
274 <input type="hidden" name="issuelengthcount">
277 <label for="startdate" class="required"> Subscription start date:</label>
278 <input type="text" size="10" id="from" name="startdate" value="[% startdate | $KohaDates %]" class="datepickerfrom required" required="required" />
281 <label for="enddate">Subscription end date:</label>
282 <input type="text" size="10" id="to" name="enddate" value="[% enddate | $KohaDates %]" class="datepickerto" />
285 <label for="numberpattern" class="required">Numbering pattern:</label>
286 <select name="numbering_pattern" size="1" id="numberpattern" class="required" required="required">
287 <option value="">-- please choose --</option>
288 [% FOREACH numberpattern IN numberpatterns %]
289 [% IF (numberpattern.selected) %]
290 <option value="[% numberpattern.id %]" selected="selected">
292 <option value="[% numberpattern.id %]">
294 [% numberpattern.label %]
300 <label for="locale">Locale:</label>
301 <select id="locale" name="locale">
302 <option value=""></option>
303 [% FOREACH l IN locales %]
304 [% IF l.language == locale %]
305 <option value="[% l.language %]" selected="selected">[% l.description %]</option>
307 <option value="[% l.language %]">[% l.description %]</option>
311 <span class="hint">If empty, English is used</span>
313 <li id="more_options">
314 <table id="moreoptionst">
318 <th id="headerX"> </th>
319 <th id="headerY"> </th>
320 <th id="headerZ"> </th>
326 [% IF (more_than_one_serial) %]
332 <td id="beginsX"><input type="text" id="lastvaluetemp1" name="lastvaluetemp1" value="[% lastvalue1 %]" /></td>
333 <td id="beginsY"><input type="text" id="lastvaluetemp2" name="lastvaluetemp2" value="[% lastvalue2 %]" /></td>
334 <td id="beginsZ"><input type="text" id="lastvaluetemp3" name="lastvaluetemp3" value="[% lastvalue3 %]" /></td>
337 <td>Inner counter</td>
338 <td id="innerX"><input type="text" id="innerlooptemp1" name="innerlooptemp1" value="[% innerloop1 %]" /></td>
339 <td id="innerY"><input type="text" id="innerlooptemp2" name="innerlooptemp2" value="[% innerloop2 %]" /></td>
340 <td id="innerZ"><input type="text" id="innerlooptemp3" name="innerlooptemp3" value="[% innerloop3 %]" /></td>
346 <a href="#" class="toggle_advanced_pattern show_advanced_pattern"><i class="fa fa-plus-square"></i> Show advanced pattern</a>
347 <a href="#" style="display:none;" class="toggle_advanced_pattern hide_advanced_pattern"><i class="fa fa-minus-square"></i> Hide advanced pattern</a>
349 <div id="advancedpredictionpattern" style="display:none">
351 <label for="patternname" class="required">Pattern name:</label>
352 <input id="patternname" name="patternname" type="text" readonly="readonly" class="required" required="required" />
355 <label for="numberingmethod">Numbering formula:</label>
356 <input readonly="readonly" type="text" name="numberingmethod" id="numberingmethod" size="50" value="[% numberingmethod %]" />
358 <table id="advancedpredictionpatternt">
361 <th colspan="4">Advanced prediction pattern</th>
373 <td><input type="text" readonly="readonly" id="label1" name="label1" /></td>
374 <td><input type="text" readonly="readonly" id="label2" name="label2" /></td>
375 <td><input type="text" readonly="readonly" id="label3" name="label3" /></td>
379 <td><input type="text" readonly="readonly" id="lastvalue1" name="lastvalue1" /></td>
380 <td><input type="text" readonly="readonly" id="lastvalue2" name="lastvalue2" /></td>
381 <td><input type="text" readonly="readonly" id="lastvalue3" name="lastvalue3" /></td>
385 <td><input type="text" readonly="readonly" id="add1" name="add1" /></td>
386 <td><input type="text" readonly="readonly" id="add2" name="add2" /></td>
387 <td><input type="text" readonly="readonly" id="add3" name="add3" /></td>
391 <td><input type="text" readonly="readonly" id="every1" name="every1" /></td>
392 <td><input type="text" readonly="readonly" id="every2" name="every2" /></td>
393 <td><input type="text" readonly="readonly" id="every3" name="every3" /></td>
397 <td><input type="text" readonly="readonly" id="setto1" name="setto1" /></td>
398 <td><input type="text" readonly="readonly" id="setto2" name="setto2" /></td>
399 <td><input type="text" readonly="readonly" id="setto3" name="setto3" /></td>
402 <td>When more than</td>
403 <td><input type="text" readonly="readonly" id="whenmorethan1" name="whenmorethan1" /></td>
404 <td><input type="text" readonly="readonly" id="whenmorethan2" name="whenmorethan2" /></td>
405 <td><input type="text" readonly="readonly" id="whenmorethan3" name="whenmorethan3" /></td>
408 <td>Inner counter</td>
409 <td><input type="text" readonly="readonly" id="innerloop1" name="innerloop1" /></td>
410 <td><input type="text" readonly="readonly" id="innerloop2" name="innerloop2" /></td>
411 <td><input type="text" readonly="readonly" id="innerloop3" name="innerloop3" /></td>
414 [% BLOCK numbering_select %]
415 <select disabled="disabled" id="[% name %]" name="[% name %]">
416 <option value=""></option>
417 <option value="dayname">Name of day</option>
418 <option value="dayabrv">Name of day (abbreviated)</option>
419 <option value="monthname">Name of month</option>
420 <option value="monthabrv">Name of month (abbreviated)</option>
421 <option value="season">Name of season</option>
422 <option value="seasonabrv">Name of season (abbreviated)</option>
426 <td>[% PROCESS numbering_select name="numbering1" %]</td>
427 <td>[% PROCESS numbering_select name="numbering2" %]</td>
428 <td>[% PROCESS numbering_select name="numbering3" %]</td>
432 <input id="modifyadvancedpatternbutton" type="button" value="Modify pattern" />
433 <input id="restoreadvancedpatternbutton" type="button" value="Cancel modifications" style="display:none" />
434 <input id="saveadvancedpatternbutton" type="button" value="Save as new pattern" style="display:none" />
439 [% IF additional_fields_for_subscription %]
440 <div id="subscription_additional_fields">
441 <fieldset class="rows">
442 <legend>Additional fields</legend>
444 [% FOR field IN additional_fields_for_subscription %]
446 <label for="additional_field_[% field.id %]"> [% field.name %]: </label>
447 [% IF field.authorised_value_choices %]
448 <select name="additional_field_[% field.id %]" id="additional_field_[% field.id %]">
449 [% FOREACH av IN field.authorised_value_choices %]
450 [% IF av.authorised_value == additional_fields.${field.name} %]
451 <option value="[% av.authorised_value %]" selected="selected">[% av.lib %]</option>
453 <option value="[% av.authorised_value %]">[% av.lib %]</option>
456 </select> (Authorised values for [% field.authorised_value_category %])
458 [% IF field.marcfield %]
459 <input type="text" value="[% additional_fields.${field.name} %]" id="additional_field_[% field.id %]" name="additional_field_[% field.id %]" readonly="readonly" />
460 This value will be filled with the [% field.marcfield %] subfield of the selected biblio.
462 <input type="text" value="[% additional_fields.${field.name} %]" id="additional_field_[% field.id %]" name="additional_field_[% field.id %]" />
472 <fieldset class="action">
473 <input type="button" id="subscription_add_previous" value="<< Previous" style="float:left;"/>
474 <input id="testpatternbutton" type="button" value="Test prediction pattern" />
475 <input type="submit" value="Save subscription" style="float:right;" accesskey="w" />
479 <div class="col-md-6">
480 <li id="displayexample"></li>
486 [% MACRO jsinclude BLOCK %]
487 [% INCLUDE 'calendar.inc' %]
488 <script type="text/javascript">
489 var subscriptionid = "[% subscriptionid %]";
490 var irregularity = "[% irregularity %]";
491 var more_than_one_serial = "[% more_than_one_serial %]";
493 [% FOREACH field IN dont_export_field_loop %]
494 tags.push("[% field.fieldid %]");
496 var MSG_LINK_TO_VENDOR = _("If you wish to claim late or missing issues you must link this subscription to a vendor. Click OK to ignore or Cancel to return and enter a vendor");
497 var MSG_LINK_BIBLIO = _("You must choose or create a bibliographic record");
498 var MSG_REQUIRED_SUB_LENGTH = _("You must choose a subscription length or an end date.");
499 var MSG_TEST_PREDICTION = _("Please click on 'Test prediction pattern' before saving subscription.");
500 var MSG_REQUIRED_PUB_DATE = _("You must choose a first publication date");
501 var MSG = _("You have modified the advanced prediction pattern. Please save your work or cancel modifications.");
502 var MSG_PATTERN_IRREG = _("Warning! Present pattern has planned irregularities. Click on 'Test prediction pattern' to check if it's still valid")
503 var MSG_PATTERN_NAME = _("Please enter a name for this pattern");
504 var MSG_PATTERN_NAME_EXISTS = _("This pattern name already exists. Do you want to modify it?");
505 var MSG_OVERWRITE_PATTERNS = _("Warning: it will modify the pattern for all subscriptions that are using it.");
506 var MSG_PATTERN_CREATE_FAILED = _("Something went wrong. Unable to create a new numbering pattern.");
507 var MSG_PATTERN_TEST_FAILED = _("Cannot test prediction pattern for the following reason(s): %s");
508 var MSG_FREQUENCY_UNDEFINED = _("Frequency is not defined");
509 var MSG_PUB_DATE_UNDEFINED = _("First publication date is not defined");
510 var MSG_NEXT_ISSUE_UNDEFINED = _("Next issue publication date is not defined");
512 [% Asset.js("js/subscription-add.js") %]
513 [% Asset.js("js/showpredictionpattern.js") %]
516 [% INCLUDE 'intranet-bottom.inc' %]