Bug 13618: Manually replace missing .raw
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / circulation.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% USE Branches %]
5 [% USE KohaDates %]
6 [% USE Categories %]
7 [% USE ColumnsSettings %]
8 [% USE ItemTypes %]
9 [% USE Price %]
10 [% USE AuthorisedValues %]
11 [% SET footerjs = 1 %]
12 [% INCLUDE 'doc-head-open.inc' %]
13 [% SET destination = "circ" %]
14 <title>Koha &rsaquo; Circulation
15 [% IF patron %]
16   &rsaquo; Checking out to [% INCLUDE 'patron-title.inc' invert_name = 1 no_html = 1 %]
17 [% END %]
18 </title>
19 [% INCLUDE 'doc-head-close.inc' %]
20 [% Asset.css("css/datatables.css") | $raw %]
21 </head>
22
23 <body id="circ_circulation" class="circ">
24
25 [% INCLUDE 'header.inc' %]
26 [% INCLUDE 'circ-search.inc' %]
27
28 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo;
29 [% IF patron %]
30     <a href="/cgi-bin/koha/circ/circulation.pl">Checkouts</a> &rsaquo; [% INCLUDE 'patron-title.inc' %]
31 [% ELSE %]
32     <strong>Checkouts</strong>
33 [% END %]
34 </div>
35 [% IF ( $borrowers ) %]
36 <div id="doc" class="yui-t7">
37
38    <div id="bd">
39         <div id="yui-main">
40         <div class="yui-g">
41 [% ELSE %]
42 <div id="doc3" class="yui-t2">
43
44    <div id="bd">
45         <div id="yui-main">
46         <div class="yui-b">
47 [% END %]
48
49 [% IF patron %]
50 [% INCLUDE 'members-toolbar.inc' %]
51 [% END %]
52
53 <!--  INITIAL BLOC : PARAMETERS & BORROWER INFO -->
54 [% IF ( was_renewed ) %]<div class="dialog message">Patron's account has been renewed until [% expiry | $KohaDates %]</div>[% END %]
55
56 [% IF autoswitched %]
57     <div id="autoswitched" class="dialog message">Patron was automatically switched by reading the patron card during checking out. Ensure you are working with the right patron.</div>
58 [% END %]
59
60 [% IF additional_materials %]
61     <div id="materials" class="dialog message">Note about the accompanying materials: <br />
62     [% additional_materials | html %]
63     </div>
64 [% END %]
65
66 [% IF ( alert.ITEM_LOST ) %]
67     <div class="dialog message">This item has been lost with a status of "[% alert.ITEM_LOST | html %]".</div>
68 [% END %]
69
70 [% IF ( alert.OTHER_CHARGES ) %]
71     <div class="dialog message">The patron has unpaid charges for holds, rentals etc of [% alert.OTHER_CHARGES | html %]</div>
72 [% END %]
73
74 [% IF alert.HIGHHOLDS %]
75     <div class="dialog message">High demand item. <b>Loan period was not shortened due to override.</b> Shortened due date would have been [% alert.HIGHHOLDS.returndate | html %] ([% alert.HIGHHOLDS.duration | html %] days).</div>
76 [% END %]
77
78 [% IF ( nopermission ) %]
79     <div class="dialog alert">Staff members are not allowed to discharge borrowers, nor borrowers to request a discharge.</div>
80 [% END %]
81
82 [% IF ( NEEDSCONFIRMATION ) %]
83 <div class="yui-g">
84
85 <div id="circ_needsconfirmation" class="dialog alert audio-alert-action">
86 [% IF CAN_user_circulate_force_checkout %]
87   <h3>Please confirm checkout</h3>
88 [% ELSE %]
89   <h3>Cannot check out</h3>
90 [% END %]
91
92 <ul>
93 [%IF ( AGE_RESTRICTION ) %]
94     <li>Age restriction [% AGE_RESTRICTION | html %].
95       [% IF CAN_user_circulate_force_checkout %]
96         Check out anyway?
97       [% END %]
98     </li>
99 [% END %]
100
101 [% IF ( DEBT ) %]
102     <li>The patron has a debt of [% DEBT | $Price | html %].</li>
103 [% END %]
104
105 [% IF ( DEBT_GUARANTEES ) %]
106     <li>The patron's guarantees collectively have a debt of [% DEBT_GUARANTEES | $Price | html %].</li>
107 [% END %]
108
109 [% IF ( RENTALCHARGE && RENTALCHARGE > 0 ) %]
110     <li>Rental charge for this item: [% RENTALCHARGE | html %]</li>
111 [% END %]
112
113 [% IF ( RENEW_ISSUE ) %]
114     <li>Item <i>[% getTitleMessageIteminfo | html %]</i> ([% getBarcodeMessageIteminfo | html %]) is currently checked out to this patron.  Renew?</li>
115 [% END %]
116
117 [% IF ( RESERVE_WAITING ) %]
118     <li>Item <i>[% getTitleMessageIteminfo | html %]</i> ([% getBarcodeMessageIteminfo | html %]) has been waiting for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% resborrowernumber | html %]">[% resfirstname | html %] [% ressurname | html %]</a> ([% rescardnumber | html %]) at [% Branches.GetName( resbranchcode ) | html %] since [% reswaitingdate | $KohaDates %]</li>
119 [% END %]
120
121 [% IF ( RESERVED ) %]
122     <li>Item <i>[% getTitleMessageIteminfo | html %]</i> ([% getBarcodeMessageIteminfo | html %]) has been on hold for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% resborrowernumber | html %]">[% resfirstname | html %] [% ressurname | html %]</a> ([% rescardnumber | html %]) at [% Branches.GetName( resbranchcode ) | html %] since [% resreservedate | $KohaDates %]</li>
123 [% END %]
124
125 [% IF ( ISSUED_TO_ANOTHER ) %]
126     <li>Item <i>[% getTitleMessageIteminfo | html %]</i> ([% getBarcodeMessageIteminfo | html %]) is checked out to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% issued_borrowernumber | html %]">[% issued_firstname | html %] [% issued_surname | html %]</a> ([% issued_cardnumber | html %]).
127       [% IF CAN_user_circulate_force_checkout %]
128         Check in and check out?
129       [% END %]
130     </li>
131 [% END %]
132
133 [% IF TOO_MANY and TOO_MANY == 'TOO_MANY_CHECKOUTS' %]
134     <li>Too many checked out. [% current_loan_count | html %] checked out, only [% max_loans_allowed | html %] are allowed.</li>
135 [% END %]
136
137 [% IF TOO_MANY and TOO_MANY == 'TOO_MANY_ONSITE_CHECKOUTS' %]
138     <li>Too many on-site checked out. [% current_loan_count | html %] on-site checked out, only [% max_loans_allowed | html %] are allowed.</li>
139 [% END %]
140
141 [% IF ( BORRNOTSAMEBRANCH ) %]
142     <li>This patron is from a different library ([% Branches.GetName( BORRNOTSAMEBRANCH ) | html %])</li>
143 [% END %]
144
145 [% IF ( PATRON_CANT ) %]
146     <li>This patron can't check out this item per library circulation policy.</li>
147 [% END %]
148
149 [% IF ( TOO_MANY and TOO_MANY == 'NO_RULE_DEFINED' ) %]
150     <li>No circulation rule is defined for this patron and itemtype combination.</li>
151 [% END %]
152
153 [% IF ( NOT_FOR_LOAN_FORCING ) %]
154     <li>
155     [% IF ( itemtype_notforloan ) %]
156         Item type is normally not for loan.
157     [% ELSIF ( item_notforloan ) %]
158         [% item_notforloan_lib = AuthorisedValues.GetByCode( authvalcode_notforloan, item_notforloan, 0 ) | html %]
159         Item is normally not for loan [% IF (item_notforloan_lib) %]([% item_notforloan_lib | html %])[% END %].
160     [% END %]
161       [% IF CAN_user_circulate_force_checkout %]
162         Check out anyway?
163       [% END %]
164     </li>
165 [% END %]
166
167 [% IF ( USERBLOCKEDOVERDUE ) %]
168     <li>Patron has [% USERBLOCKEDOVERDUE %] overdue item(s).
169       [% IF CAN_user_circulate_force_checkout %]
170        Check out anyway?
171       [% END %]
172     </li>
173 [% END %]
174
175 [% IF ( ITEM_LOST ) %]
176     <li>This item has been lost with a status of "[% ITEM_LOST | html %]".
177       [% IF CAN_user_circulate_force_checkout %]
178         Check out anyway?
179       [% END %]
180     </li>
181 [% END %]
182
183 [% IF HIGHHOLDS %]
184     <li>High demand item. Loan period shortened to [% HIGHHOLDS.duration | html %] days (due [% HIGHHOLDS.returndate | html %]). Check out anyway?</li>
185 [% END %]
186
187 [% IF PREVISSUE %]
188     <li>Patron has previously checked out this title: <b>[% biblio.title | html %] [% IF biblio.author %] by [% biblio.author | html %][% END %]</b>. Check out anyway?</li>
189 [% END %]
190
191 [% IF BIBLIO_ALREADY_ISSUED %]
192   <li>
193     Patron has already checked out another item from this record.
194     [% IF CAN_user_circulate_force_checkout %]
195       Check out anyway?
196     [% END %]
197   </li>
198 [% END %]
199 </ul>
200
201 [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
202 <form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off">
203     <input type="hidden" name="restoreduedatespec" />
204
205 [% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %]
206
207 [% IF HIGHHOLDS %]
208     <p class="circ-override-high-holds">
209     <input type="checkbox" name="override_high_holds_tmp" id="override_high_holds_tmp" value="1" />
210     <label for="override_high_holds_tmp">Don't decrease loan length based on holds</label>
211     </p>
212 [% END %]
213
214 [% IF ( RESERVED ) %]
215     <p>
216     <input type="checkbox" id="cancelreserve" name="cancelreserve" value="cancel" />
217     <label for="cancelreserve">Cancel hold</label>
218     </p>
219 [% END %]
220
221 [% IF ( RESERVE_WAITING ) %]
222 <p>
223     <label for="cancelreserve">Cancel hold</label>
224     <input type="radio" value="cancel" name="cancelreserve" id="cancelreserve" /><br />
225     <label for="revertreserve">Revert waiting status</label>
226     <input type="radio" value="revert" name="cancelreserve" id="revertreserve" checked="checked"/>
227 </p>
228 [% END %]
229
230     <input type="hidden" name="barcode" value="[% barcode | html %]" />
231     <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
232     <input type="hidden" name="issueconfirmed" value="1" />
233     <input type="hidden" name="override_high_holds" value="[% override_high_holds | html %]"/>
234     [% IF ( DEBT ) %]<input type="hidden" name="debt_confirmed" value="1" />[% END %]
235     [% IF ( INVALID_DATE ) %]
236     <p>
237     <input type="text" size="13" id="duedatespec" name="duedatespec" value="[% duedatespec | html %]" />
238     <label for="duedatespec">Due date</label>
239     </p>
240     [% ELSE %]
241     <input type="hidden" name="duedatespec" value="[% duedatespec | html %]" />
242     [% END %]
243     <input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" />
244     <input type="hidden" name="branch" value="[% branch | html %]" />
245     [% IF ( RENEW_ISSUE ) %]
246     <button type="submit" class="approve" accesskey="y"><i class="fa fa-check"></i> Yes, renew (Y)</button>
247     [% ELSE %]
248     <button type="submit" class="approve" accesskey="y"><i class="fa fa-check"></i> Yes, check out (Y)</button>
249     [% END %]
250     <input type="hidden" name="onsite_checkout" value="[% onsite_checkout | html %]" />
251     <input type="hidden" name="auto_renew" value="[% auto_renew | html %]" />
252 </form>
253 [% END %]
254
255 [% IF ( RESERVED ) %]
256 <form method="get" action="/cgi-bin/koha/circ/circulation.pl">
257     <input type="hidden" name="restoreduedatespec" />
258     <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
259     <input type="hidden" name="duedatespec" value="[% duedatespec | html %]" />
260     <input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" />
261     <button class="print" type="submit" onclick="Dopop('hold-transfer-slip.pl?borrowernumber=[% reserveborrowernumber | html %]&amp;biblionumber=[% itembiblionumber | html %]&amp;itemnumber=[% item.itemnumber | html %]&amp;op=slip');this.form.submit();"><i class="fa fa-print"></i> Don't check out and print slip (P)</button>
262 </form>
263 [% END %]
264
265 [% IF ( RESERVE_WAITING ) %]
266 <form method="get" action="/cgi-bin/koha/circ/circulation.pl">
267     <input type="hidden" name="restoreduedatespec" />
268     <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
269     <input type="hidden" name="duedatespec" value="[% duedatespec | html %]" />
270     <input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" />
271     <button class="print" type="submit" onclick="Dopop('hold-transfer-slip.pl?borrowernumber=[% reserveborrowernumber | html %]&amp;biblionumber=[% itembiblionumber | html %]&amp;itemnumber=[% item.itemnumber | html %]&amp;op=slip');this.form.submit();"><i class="fa fa-print"></i> Don't check out and print slip (P)</button>
272 </form>
273 [% END %]
274
275 <form method="get" action="/cgi-bin/koha/circ/circulation.pl">
276     [% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %]
277     <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
278     <input type="hidden" name="duedatespec" value="[% duedatespec | html %]" />
279     <input type="hidden" name="restoreduedatespec" />
280     <input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" />
281     [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
282         [% IF ( RENEW_ISSUE ) %]
283         <button type="submit" class="deny" accesskey="n"><i class="fa fa-times"></i> No, don't renew (N)</button>
284         [% ELSE %]
285         <button type="submit" class="deny" accesskey="n"><i class="fa fa-times"></i> No, don't check out (N)</button>
286         [% END %]
287     [% ELSE %]
288         <button type="submit" class="deny"><i class="fa fa-times"></i> Continue</button>
289     [% END %]
290 </form>
291
292 [% IF ( RESERVED || ISSUED_TO_ANOTHER ) && (CAN_user_reserveforothers_place_holds ) %]
293     [% UNLESS noissues %]
294         <button type="submit" onclick="window.location.href='/cgi-bin/koha/reserve/request.pl?biblionumber=[% itembiblionumber | html %]&borrowernumber=[% patron.borrowernumber | html %]'"><i class="fa fa-sticky-note-o"></i> Cancel checkout and place a hold for [% INCLUDE 'patron-title.inc' %]</button>
295     [% END %]
296 [% END %]
297 </div></div>
298 [% END %] <!-- NEEDSCONFIRMATION -->
299
300         [% IF ( IMPOSSIBLE ) %]
301
302 <div class="yui-g">
303 <div id="circ_impossible" class="dialog alert audio-alert-warning">
304     [% IF ( UNKNOWN_BARCODE ) %]
305         <h3>Barcode not found</h3>
306     [% END %]
307 <!-- RESULT OF ISSUING REQUEST -->
308         <ul>
309         [% IF ( STATS ) %]
310             <li>Local use recorded</li>
311         [% END %]
312
313         [% IF ( INVALID_DATE ) %]
314             <li>The due date &quot;[% INVALID_DATE | html %]&quot; is invalid</li>
315         [% END %]
316
317         [% IF ( UNKNOWN_BARCODE ) %]
318             <li>The barcode was not found: <span class="ex">[% barcode | html %]</span>
319
320                 <div>
321                     [% IF ( FALLBACK ) %]
322                         [% IF options %]
323                             <button type="button" class="approve" data-toggle="modal" data-target="#itemSearchFallback"><i class="fa fa-search"></i> Show matching titles</button>
324                         [% ELSE %]
325                             <div>No items were found by searching.</div>
326                         [% END %]
327                     [% END %]
328
329                     [% IF ( fast_cataloging ) %]
330                         [% IF ( CAN_user_editcatalogue_fast_cataloging ) %]
331                             <a class="approve" href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA&amp;barcode=[% barcode |uri %]&amp;circborrowernumber=[% patron.borrowernumber | html %]&amp;branch=[% branch | html %]&amp;duedatespec=[% duedatespec | html %]&amp;stickyduedate=[% stickyduedate | html %]"><i class="fa fa-plus"></i> Add record using fast cataloging</a>
332                         [% END %]
333                     [% END %]
334                 </div>
335
336             </li>
337         [% END %]
338
339         [% IF ( NOT_FOR_LOAN ) %]
340             <li>
341             [% IF ( itemtype_notforloan ) %]
342                 Item type not for loan.
343             [% ELSIF ( item_notforloan ) %]
344                 [% item_notforloan_lib = AuthorisedValues.GetByCode( authvalcode_notforloan, item_notforloan, 0 ) | html %]
345                 Item not for loan [% IF (item_notforloan_lib) %]([% item_notforloan_lib | html %])[% END %].
346             [% END %]
347             </li>
348         [% END %]
349
350         [% IF ( WTHDRAWN ) %]
351             <li>Item has been withdrawn</li>
352         [% END %]
353
354         [% IF ( RESTRICTED ) %]
355             <li>Item is restricted</li>
356         [% END %]
357
358         [% IF ( GNA ) %]
359             <li>Patron's address is in doubt</li>
360         [% END %]
361
362         [% IF ( CARD_LOST ) %]
363             <li>Patron's card is lost</li>
364         [% END %]
365
366         [% IF ( DEBARRED ) %]
367             <li>Patron is restricted</li>
368         [% END %]
369
370         [% IF ( NO_MORE_RENEWALS ) %]
371             <li>No more renewals possible</li>
372         [% END %]
373
374         [% IF NO_RENEWAL_FOR_ONSITE_CHECKOUTS %]
375             <li>This item can not be renewed, it's an on-site checkout</li>
376         [% END %]
377
378         [%IF ( AGE_RESTRICTION ) %]
379             <li>Age restriction [% AGE_RESTRICTION | html %].</li>
380         [% END %]
381
382         [% IF ( EXPIRED ) %]
383             <li>Patron's card is expired</li>
384         [% END %]
385
386         [% IF ( TOO_MANY ) %]
387             <li>Too many checked out. [% current_loan_count | html %] checked out, only [% max_loans_allowed | html %] are allowed.</li>
388         [% END %]
389
390         [% IF ( ITEMNOTSAMEBRANCH ) %]
391             <li>This item belongs to [% Branches.GetName( itemhomebranch ) | html %] and cannot be checked out from this location.</li>
392         [% END %]
393
394         [% IF RETURN_IMPOSSIBLE %]
395             <li>This item must be returned to [% Branches.GetName( branch_to_return ) | html %].</li>
396         [% END %]
397
398         [% IF ( USERBLOCKEDWITHENDDATE ) %]
399             <li>Patron has a restriction until [% USERBLOCKEDWITHENDDATE | $KohaDates %].</li>
400         [% END %]
401
402         [% IF ( USERBLOCKEDNOENDDATE ) %]
403             <li>Patron has an indefinite restriction.</li>
404         [% END %]
405
406         [% IF ( USERBLOCKEDOVERDUE ) %]
407             <li>Checkouts are BLOCKED because patron has overdue items.</li>
408         [% END %]
409         </ul>
410
411         [% IF (forceallow) %]
412             <li>Restriction overridden temporarily.</li>
413         [% END %]
414
415 </div></div>
416
417         [% IF ( FALLBACK ) %]
418             [% IF options %]
419
420                 <!-- Modal -->
421                 <div class="modal" id="itemSearchFallback" tabindex="-1" role="dialog" aria-labelledby="itemSearchFallbackLabel">
422                     <div class="modal-dialog modal-wide" role="document">
423                         <div class="modal-content">
424                             <div class="modal-header">
425                                 <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
426                                 <h3 id="itemSearchFallbackLabel"><h3>Barcode not found. The following items were found by searching:</h3>
427                             </div>
428                             <div class="modal-body">
429                                 <table class="table_borrowers">
430                                     [% FOREACH book IN options %]
431                                         <tr>
432                                             <td>
433                                                 <a class="popup" target="_blank" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% book.biblionumber | html %]">[% book.title | html %]</a>
434                                                 [% book.barcode | html %]
435                                             </td>
436                                             <td>
437                                                 <form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off">
438                                                     [% IF (forceallow) %]
439                                                         <input type="hidden" name="forceallow" value="1">
440                                                     [% END %]
441                                                     <input type="hidden" name="restoreduedatespec" />
442                                                     <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
443                                                     <input type="hidden" name="duedatespec" value="[% duedatespec | html %]" />
444                                                     <input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" />
445                                                     <input type="hidden" name="branch" value="[% branch | html %]" />
446                                                     <input type="hidden" name="barcode" value="[% book.barcode | html %]" />
447                                                     <button class="btn btn-default btn-xs" type="submit" name="x"><i class="fa fa-check"></i> Check out</button>
448                                                 </form>
449                                             </td>
450                                         </tr>
451                                     [% END %]
452                                 </table>
453                             </div>
454                             <div class="modal-footer">
455                                 <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
456                             </div>
457                         </div>
458                     </div>
459                 </div>
460             [% END %]
461         [% END %]
462
463 [% ELSE %]
464   [% IF (forceallow) %]
465       <div id="overridden_debarment" class="dialog alert">Restriction overridden temporarily</div>
466   [% END %]
467 [% END %] <!-- /impossible -->
468
469 <span class="audio-alert-success"></span>
470
471 [% IF ( issued ) %]
472 <p>Item checked out</p>
473 [% END %]
474
475 [% IF ( message ) %]
476 [% INCLUDE 'patron-toolbar.inc' %]
477 <h4>
478 No patron matched <span class="ex">[% message | html %]</span>
479 </h4>
480 [% END %]
481
482 [% IF ( borrowers ) %]
483 [% INCLUDE 'patron-toolbar.inc' %]
484
485 <fieldset id="circ_circulation_selectborrower">
486     [% INCLUDE 'circ-patron-search-results.inc' destination = "circ" %]
487 </fieldset>
488 [% ELSE %]
489
490 <!-- BARCODE ENTRY -->
491
492 [% IF patron %]
493 <div class="yui-g">
494
495 [% IF privacy == 2 AND NOT Koha.Preference('AnonymousPatron') %]
496     <div class="dialog alert"><strong>Error:</strong> This patron has requested their circulation history be anonymized on check-in, but the AnonymousPatron system preference is empty or incorrect.</div>
497 [% END %]
498
499 [% IF ( !noissues ) || ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') )%]
500 <div class="yui-u first">
501
502 <form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off">
503     <input type="hidden" name="restoreduedatespec" />
504 [% IF ( issue ) %]
505     <fieldset id="circ_circulation_issue" class="lastchecked">
506 [% ELSE %]
507     <fieldset id="circ_circulation_issue">
508 [% END %]
509     [% IF ( DisplayClearScreenButton ) %]
510         <span id="clearscreen"><a href="/cgi-bin/koha/circ/circulation.pl" title="Clear screen">x</a></span>
511     [% END %]
512
513     [% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %]
514
515     <label class="circ_barcode" for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label>
516
517         [% IF Koha.Preference('itemBarcodeFallbackSearch') %]
518             <div class="hint">Enter item barcode or keyword:</div>
519         [% ELSE %]
520             <div class="hint">Enter item barcode:</div>
521         [% END %]
522
523     [% IF NEEDSCONFIRMATION %]
524         <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" disabled="disabled" />
525     [% ELSE %]
526         <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" />
527     [% END %]
528     <button type="submit" class="btn btn-default">Check out</button>
529
530     <div id="show-checkout-settings">
531         <a href="#"><i class="fa fa-caret-right checkout-settings-icon"></i> Checkout settings</a>
532     </div>
533
534     <div class="checkout-settings">
535
536         [% UNLESS ( noissues && Koha.Preference('OnSiteCheckoutsForce') ) %]
537             [% IF ( SpecifyDueDate ) %]
538                 <div id="specify-due-date" class="checkout-setting">
539                     <div class="hint">Specify due date [% INCLUDE 'date-format.inc' %]: </div>
540                     [% IF ( duedatespec ) %]
541                         <input type="text" size="13" id="duedatespec" name="duedatespec" value="[% duedatespec | html %]" />
542                     [% ELSE %]
543                         <input type="text" size="13" id="duedatespec" name="duedatespec" value="" />
544                     [% END %]
545                     <label for="stickyduedate"> Remember for session:</label>
546                     [% IF ( stickyduedate ) %]
547                         <input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" checked="checked" />
548                     [% ELSE %]
549                         <input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" />
550                     [% END %]
551                     <button class="btn btn-default btn-sm action" id="cleardate" name="cleardate" onclick="this.checked = false; this.form.duedatespec.value = ''; this.form.stickyduedate.checked = false; this.form.barcode.focus(); return false;" >Clear</button>
552                 </div>
553             [% END %]
554         [% END %]
555
556         [% UNLESS ( noissues ) %]
557             <div id="set-automatic-renewal" class="checkout-setting">
558                 [% IF NEEDSCONFIRMATION %]
559                     <input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" disabled="disabled" />
560                 [% ELSE %]
561                     <input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" class="circ_setting" />
562                 [% END %]
563
564                 <label for="auto_renew">Automatic renewal</label>
565             </div>
566             [% IF Koha.Preference('decreaseLoanHighHolds') %]
567                 <div id="set_high_holds_overrride" class="checkout-setting">
568                     [% IF NEEDSCONFIRMATION %]
569                         [% IF override_high_holds %]
570                             <input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" disabled="disabled" checked="checked"/>
571                         [% ELSE %]
572                             <input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" disabled="disabled"/>
573                         [% END %]
574                     [% ELSE %]
575                         [% IF override_high_holds %]
576                             <input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" class="circ_setting" checked="checked" />
577                         [% ELSE %]
578                             <input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" class="circ_setting" />
579                         [% END %]
580                     [% END %]
581                     <label for="override_high_holds">Don't decrease checkout length based on holds</label>
582                 </div>
583             [% END %]
584         [% END %]
585
586         [% IF Koha.Preference('OnSiteCheckouts') %]
587             <div id="onsite_checkout-select" class="checkout-setting">
588                 [% IF noissues %]
589                     <div class="onsite-checkout-only">
590                         <input type="checkbox" id="onsite_checkout" name="onsite_checkout_forced" checked="checked" disabled="disabled" /> <label for="onsite_checkout">On-site checkouts only. Automatic due date: </label>
591                         <input type="text" name="duedatespec" id="duedatespec" />
592                         <input type="hidden" name="onsite_checkout" checked="checked" value="1" />
593                     </div>
594                 [% ELSE %]
595                     <input type="checkbox" id="onsite_checkout" name="onsite_checkout" class="circ_setting" /> <label for="onsite_checkout">On-site checkout</label>
596                 [% END %]
597             </div>
598         [% END %]
599
600     </div> <!-- /.checkout-settings -->
601
602           <input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber | html %]" />
603           <input type="hidden" name="branch" value="[% branch | html %]" />
604           <input type="hidden" name="print" value="maybe" />
605           <input type="hidden" name="debt_confirmed" value="[% debt_confirmed | html %]" />
606                 [% IF ( CHARGES ) %]
607                         <input type="hidden" name="charges" value="yes" />
608                 [% END %]
609 </fieldset>
610 [% IF ( issue ) %]
611     <div class="lastchecked">
612         <p><strong>Checked out: </strong>[% issue.item.biblioitemnumber.biblionumber.title | html %] ([% issue.item.barcode | html %]). Due on [% issue.date_due | $KohaDates %]</p>
613     </div>
614 [% END %]
615 </form></div>
616
617 [% END %]<!-- /unless noissues -->
618
619 [% IF ( noissues ) %]
620     [% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %]
621         <div class="yui-u">
622     [% ELSE %]
623         <div>
624     [% END %]
625 [% ELSE %]
626     <div class="yui-u">
627 [% END %]
628
629         [% IF ( noissues ) %]
630             [% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %]
631                 <div id="circmessages" class="circmessage attention">
632             [% ELSE %]
633                 <h4>Checking out to [% INCLUDE 'patron-title.inc' %]</h4>
634                 <div id="circmessages" class="circmessage warning">
635             [% END %]
636             <h3>
637                 Cannot check out!
638                 [% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %]
639                     <span class="circ-hlt">Only on-site checkouts are allowed</span>
640                 [% END %]
641             </h3>
642         [% ELSE %]
643             <div id="circmessages" class="circmessage attention">
644                 <h3>Attention:</h3>
645         [% END %]
646
647                 <ul>
648
649                    [% IF ( has_modifications ) %]
650                     <li><span class="circ-hlt">Pending modifications:</span> Patron has pending modifications.
651                             [% IF CAN_user_borrowers_edit_borrowers && ( !Koha.Preference('IndependentBranchesPatronModifications') || borrower.branch == branch ) %]
652                                     <a href="/cgi-bin/koha/members/members-update.pl">View all pending patron modifications</a>
653                             [% END %]
654                    </li>
655                   [% END %]
656
657                         [% IF ( warndeparture ) %]
658                         <li><span class="circ-hlt">Expiration:</span> Patron's card will expire soon.
659             Patron's card expires on [% expiry | $KohaDates %] <a href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% patron.borrowernumber | html %]&amp;destination=circ&amp;reregistration=y">Renew</a> or <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&amp;destination=circ&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;categorycode=[% categorycode | html %]">Edit Details</a>
660
661                         </li>
662                         [% END %]
663
664                         [% IF ( returnbeforeexpiry ) %]
665                          <li><span class="circ-hlt">Set due date to expiry:</span> You have the ReturnBeforeExpiry system preference enabled this means if the
666                          expiry date is before the date due, the date due will be set to the expiry date
667                          </li>
668                         [% END %]
669
670                         [% IF ( expired ) %]
671                         <li><span class="circ-hlt">Expiration:</span> Patron's card has expired.
672             [% IF ( expiry ) %]Patron's card expired on [% expiry | $KohaDates %][% END %] <a href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% patron.borrowernumber | html %]&amp;destination=circ&amp;reregistration=y">Renew</a> or <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&amp;destination=circ&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;categorycode=[% categorycode | html %]">Edit Details</a>
673
674                         </li>
675                         [% END %]
676
677             [% IF ( gna ) %]
678                         <li class="blocker"><span class="circ-hlt">Address:</span> Patron's address in doubt</li>
679                         [% END %]
680
681             [% IF ( lost ) %]
682                         <li class="blocker"><span class="circ-hlt">Lost: </span>Patron's card is lost</li>
683                         [% END %]
684
685             [% IF ( userdebarred ) %]
686                <li class="blocker">
687                    <span class="circ-hlt"> Restricted:</span> Patron's account is restricted
688
689                    [% IF ( userdebarreddate ) %]
690                        until [% userdebarreddate | $KohaDates %]
691                    [% END %]
692
693                    [% IF ( debarredcomment ) %]
694                        with the explanation: <br/><i>
695                        [% IF debarredcomment.search('OVERDUES_PROCESS') %]
696                            Restriction added by overdues process [% debarredcomment.remove('OVERDUES_PROCESS ') | raw | html_line_break %]
697                        [% ELSE %]
698                            [% debarredcomment | raw | html_line_break %]
699                        [% END %]
700                        </i>
701                    [% END %]
702                    <br/>
703                    <a class="btn btn-default btn-sm" href="#reldebarments" onclick="$('#debarments-tab-link').click()"><i class="fa fa-ban"></i> View restrictions</a>
704                     [% IF (noissues && patron && CAN_user_circulate_force_checkout) %]
705                         <span class="override_debarment">
706                             <a href="/cgi-bin/koha/circ/circulation.pl?forceallow=1&amp;borrowernumber=[% patron.borrowernumber | html %]" class="btn btn-default btn-sm">Override restriction temporarily</a>
707                         </span>
708                     [% END %]
709                </li>
710             [% END %]
711
712                 [% IF ( odues ) %]<li><span class="circ-hlt">Overdues: Patron has ITEMS OVERDUE.</span> <a href="#checkouts">See highlighted items below</a></li>
713             [% END %]
714
715             [% IF ( charges ) %]
716                 [% INCLUDE 'blocked-fines.inc' fines = chargesamount %]
717             [% END %]
718
719             [% IF ( charges_guarantees ) %]
720                 <li>
721                     <span class="circ-hlt">Fees &amp; Charges:</span> Patron's guarantees collectively owe [% chargesamount_guarantees | $Price | html %].
722                         [% IF noissues %]
723                             <span class="circ-hlt">Checkouts are BLOCKED because fine balance is OVER THE LIMIT.</span>
724                         [% END %]
725                 </li>
726             [% END %]
727
728
729             [% IF ( credits ) %]
730                 <li>
731                     <span class="circ-hlt">Credits:</span> Patron has a credit[% IF ( creditsamount ) %] of [% creditsamount | $Price | html %][% END %]
732                 </li>
733             [% END %]
734
735                         </ul>
736         </div>
737
738             [% IF WaitingHolds.count %]
739                 <div id="holdswaiting" class="circmessage">
740                     <h4>Holds waiting:</h4>
741                     [% FOREACH w IN WaitingHolds %]
742                         <ul>
743                             <li>
744                                 <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% w.biblio.biblionumber | html %]">[% w.biblio.title | html %]</a>
745                                 ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]),
746                                 [% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %]
747                                 [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | html %]] [% END %]
748                                 Hold placed on [% w.reservedate | $KohaDates %].
749
750                                 <br/>
751                                 [% IF ( w.branch.branchcode == Branches.GetLoggedInBranchcode()  ) %]<strong class="waitinghere">[% ELSE %]<strong>[% END %]
752                                     [% SET expires_on = w.expirationdate %]
753                                     Waiting at [% w.branch.branchname | html %] [% IF expires_on %] until [% expires_on | $KohaDates %] [% END %]
754                                 </strong>
755                             </li>
756                         </ul>
757                     [% END %]
758                 </div>
759             [% END %]
760
761         [% IF ( notes ) %]
762                         <div id="circnotes" class="circmessage">
763                         <h4>Notes:</h4>
764             <p><span class="circ-hlt">[% notesmsg | html %]</span></p>
765                         </div>
766
767
768     <!-- /If notes -->[% END %]
769
770     <div id="messages" class="circmessage">
771         <h4>Messages:</h4>
772         <ul>
773             [% FOREACH message IN messages %]
774                 <li>
775                     [% IF(message.message_type == "L") %]
776                         <span class="circ-hlt">
777                     [% ELSE %]
778                         <span>
779                     [% END %]
780                         [% message.message_date | $KohaDates %]
781                         [% Branches.GetName( message.branchcode ) | html %]
782                         [% IF message.manager_id %]
783                             ( <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.manager_id | html %]">[% message.get_column('manager_firstname') | html %] [% message.get_column('manager_surname') | html %]</a> )
784                         [% END %]
785                         <i>"[% message.message | html %]"</i>
786                     </span>
787                     [% IF message.branchcode == branch OR Koha.Preference('AllowAllMessageDeletion') %]
788                         <a class="btn btn-link btn-sm" href="/cgi-bin/koha/circ/del_message.pl?message_id=[% message.message_id | html %]&amp;borrowernumber=[% message.borrowernumber | html %]" onclick="return confirm(MSG_CONFIRM_DELETE_MESSAGE);"><i class="fa fa-trash"></i> Delete</a>
789                     [% END %]
790                 </li>
791             [% END %]
792         </ul>
793         <a id="addnewmessageLabel" href="#add_message_form" class="btn btn-link btn-sm" data-toggle="modal"><i class="fa fa-plus"></i> Add a new message</a>
794     </div>
795
796 </div>
797 </div>
798
799 <div class="yui-g"><div id="patronlists" class="toptabs">
800
801 <ul>
802     <li>
803         [% IF ( issuecount ) %]
804             <a href="#checkouts">[% issuecount | html %] Checkout(s)</a>
805         [% ELSE %]
806             <a href="#checkouts">0 Checkouts</a>
807         [% END %]
808     </li>
809
810     [% IF relatives_issues_count %]
811         <li><a id="relatives-issues-tab" href="#relatives-issues">Relatives' checkouts</a></li>
812     [% END %]
813
814     <li>
815         [% IF ( holds_count ) %]
816             <a href="#reserves" id="holds-tab">[% holds_count | html %] Hold(s)</a>
817         [% ELSE %]
818             <a href="#reserves" id="holds-tab">0 Holds</a>
819         [% END %]
820     </li>
821
822     [% IF Koha.Preference('ArticleRequests') %]
823         <li>
824             <a href="#article-requests" id="article-requests-tab"> [% patron.article_requests_current.count | html %] Article requests</a>
825         </li>
826     [% END %]
827
828     <li><a id="debarments-tab-link" href="#reldebarments">[% debarments.count | html %] Restrictions</a></li>
829
830     [% SET enrollments = patron.get_club_enrollments(1) %]
831     [% SET enrollable  = patron.get_enrollable_clubs(0,1) %]
832     [% IF CAN_user_clubs && ( enrollable.count || enrollments.count ) %]
833         <li>
834             <a id="clubs-tab-link" href="#clubs-tab">
835                 Clubs ([% enrollments.count | html %]/[% enrollable.count | html %])
836             </a>
837         </li>
838     [% END %]
839
840 </ul>
841
842 <!-- SUMMARY : TODAY & PREVIOUS ISSUES -->
843
844 [% INCLUDE "checkouts-table.inc" %]
845
846 [% IF ( relatives_issues_count ) %]
847     <div id="relatives-issues">
848         <table id="relatives-issues-table">
849             <thead>
850                 <tr>
851                     <th scope="col">Due date (unformatted, hidden)</th>
852                     <th scope="col">Due date</th>
853                     <th scope="col">Title</th>
854                     <th scope="col">Item type</th>
855                     <th scope="col">Location</th>
856                     <th scope="col">Checked out on</th>
857                     <th scope="col">Checked out from</th>
858                     <th scope="col">Call no</th>
859                     <th scope="col">Charge</th>
860                     <th scope="col">Fine</th>
861                     <th scope="col">Price</th>
862                     <th scope="col">Patron</th>
863                 </tr>
864             </thead>
865         </table>
866     </div>
867 [% END %]
868
869 [% IF CAN_user_clubs && ( enrollable.count || enrollments.count ) %]
870     <div id="clubs-tab">
871         Loading...
872     </div>
873 [% END %]
874
875 [% INCLUDE borrower_debarments.inc %]
876
877 <div id="reserves">
878 [% IF ( holds_count ) %]
879     <form action="/cgi-bin/koha/reserve/modrequest.pl" method="post">
880         <input type="hidden" name="from" value="circ" />
881         <table id="holds-table" style="width: 100% !Important;">
882             <thead>
883                 <tr>
884                     <th>Hold date</th>
885                     <th>Title</th>
886                     <th>Call number</th>
887                     <th>Barcode</th>
888                     <th>Pickup at</th>
889                     <th>Expiration</th>
890                     <th>Priority</th>
891                     <th>Cancel?</th>
892                     <th>Suspend?</th>
893                 </tr>
894             </thead>
895         </table>
896
897         <fieldset class="action">
898             <input type="submit" class="cancel" name="submit" value="Cancel marked holds" />
899         </fieldset>
900     </form>
901
902     [% IF Koha.Preference('SuspendHoldsIntranet') %]
903     <fieldset class="action">
904         <form action="/cgi-bin/koha/reserve/modrequest_suspendall.pl" method="post">
905             <input type="hidden" name="from" value="circ" />
906             <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
907             <input type="submit" value="Suspend all holds" />
908
909             [% IF Koha.Preference('AutoResumeSuspendedHolds') %]
910             <label for="suspend_until">until</label>
911             <input type="text" size="10" id="suspend_until" name="suspend_until" class="datepicker"/>
912             <span class="hint">Specify date on which to resume [% INCLUDE 'date-format.inc' %]: </span>
913              [% END %]
914         </form>
915     </fieldset>
916
917     <fieldset class="action">
918         <form action="/cgi-bin/koha/reserve/modrequest_suspendall.pl" method="post">
919             <input type="hidden" name="from" value="circ" />
920             <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
921             <input type="hidden" name="suspend" value="0" />
922             <input type="submit" value="Resume all suspended holds" />
923         </form>
924     </fieldset>
925     [% END # IF SuspendHoldsIntranet %]
926
927 [% ELSE %]
928         <p>Patron has nothing on hold.</p>
929 [% END %]
930 </div> <!-- reservesloop -->
931
932 [% IF Koha.Preference('ArticleRequests') %]
933     [% INCLUDE 'patron-article-requests.inc' %]
934 [% END %]
935
936 [% ELSIF borrowernumber %]
937     <div class="dialog message">This patron does not exist. <a href="/cgi-bin/koha/members/members-home.pl">Find another patron?</a></div>
938 [% END %]
939 </div></div>
940 [% END %]
941 [% IF Koha.Preference('CircSidebar') %]
942 [% UNLESS ( borrowers ) %]
943     [% IF not( borrowernumber and patron ) %]
944         <div class="yui-b noprint">
945             [% INCLUDE 'circ-nav.inc' %]
946         </div>
947     [% END %]
948 [% END %]
949 [% END %]
950 </div>
951 </div>
952 [% UNLESS ( borrowers ) %]
953     [% IF borrowernumber and patron %]
954         <div class="yui-b">
955             [% INCLUDE 'circ-menu.inc' %]
956         </div>
957     [% END %]
958 [% END %]
959 </div>
960 <!-- Modal -->
961 <div id="barcodeSubmittedModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="barcodeSubmittedModalLabel" aria-hidden="true">
962     <div class="modal-dialog">
963     <div class="modal-content">
964     <div class="modal-header">
965         <h3 id="barcodeSubmittedModalLabel">Barcode submitted</h3>
966     </div>
967
968     <div class="modal-body">
969         <p>You have already submitted a barcode, please wait for the checkout to process...</p>
970     </div>
971     </div>
972     </div>
973 </div>
974
975 [% MACRO jsinclude BLOCK %]
976     [% INCLUDE 'strings.inc' %]
977     [% INCLUDE 'calendar.inc' %]
978     [% INCLUDE 'datatables.inc' %]
979     [% INCLUDE 'columns_settings.inc' %]
980     [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
981     [% Asset.js("lib/jquery/plugins/jquery-ui-timepicker-addon.min.js") | $raw %]
982     [% INCLUDE 'timepicker.inc' %]
983     [% Asset.js("lib/jquery/plugins/jquery.dataTables.rowGrouping.js") | $raw %]
984     [% Asset.js("js/pages/circulation.js") | $raw %]
985     [% Asset.js("js/checkouts.js") | $raw %]
986     [% Asset.js("js/holds.js") | $raw %]
987     [% Asset.js("js/circ-patron-search-results.js") | $raw %]
988     <script type="text/javascript">
989         /* Set some variable needed in circulation.js */
990         var MSG_DT_LOADING_RECORDS = _("Loading... you may continue scanning.");
991         var interface = "[% interface | html %]";
992         var theme = "[% theme | html %]";
993         var borrowernumber = "[% patron.borrowernumber | html %]";
994         var branchcode = "[% branch | html %]";
995         var exports_enabled = "[% Koha.Preference('ExportCircHistory') | html %]";
996         var AllowRenewalLimitOverride = [% (CAN_user_circulate_override_renewals && Koha.Preference('AllowRenewalLimitOverride') )? 1: 0 | html %];
997         var AllowCirculate = [% (CAN_user_circulate_circulate_remaining_permissions)? 1 : 0 | html %];
998         var script = "circulation";
999         var relatives_borrowernumbers = new Array();
1000         [% FOREACH b IN relatives_borrowernumbers %]
1001             relatives_borrowernumbers.push("[% b | html %]");
1002         [% END %]
1003
1004         var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export");
1005         var MSG_CONFIRM_DELETE_MESSAGE = _("Are you sure you want to delete this message? This cannot be undone.");
1006
1007         columns_settings = [% ColumnsSettings.GetColumns( 'circ', 'circulation', 'issues-table', 'json' ) | $raw %]
1008
1009         [% IF borrowernumber and patron %]
1010             if($.cookie("holdfor") != [% patron.borrowernumber | html %]){
1011                 $.removeCookie("holdfor", { path: '/' });
1012             }
1013         [% ELSE %]
1014             $.removeCookie("holdfor", { path: '/' });
1015         [% END %]
1016
1017         [% UNLESS ( patron.borrowernumber ) %][% UNLESS ( borrowers ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %][% END %]
1018
1019         // On-site checkout
1020         function toggle_onsite_checkout(){
1021             if ( $("#onsite_checkout").prop('checked') ) {
1022                 $("#duedatespec").val("[% todaysdate | $KohaDates with_hours => 1 | html %]")
1023                 [% IF !Koha.Preference('SpecifyDueDate') %]
1024                     $("#duedatespec").datetimepicker('destroy');
1025                 [% END %]
1026             } else {
1027                 $("#duedatespec").datetimepicker({
1028                     onClose: function(dateText, inst) {
1029                         if (validate_date(dateText, inst) ) {
1030                             $("#barcode").focus();
1031                         }
1032                     },
1033                     hour: 23,
1034                     minute: 59
1035                 }).on("change", function(e, value) {
1036                     if ( ! is_valid_date( $(this).val() ) ) {$(this).val("");}
1037                 });
1038             }
1039         }
1040
1041         function Dopop(link) {
1042             var newin = window.open(link, 'popup', 'width=600,height=400,resizable=1,toolbar=0,scrollbars=1,top');
1043         }
1044         $(document).ready(function() {
1045             $('#mainform').on('submit',function() {
1046                 if ($("#barcode") && $("#barcode").val()) {
1047                     $('#barcode').on('keypress',function(event) {
1048                         $('#barcodeSubmittedModal').modal();
1049                         event.preventDefault(); }
1050                     );
1051                 }
1052             });
1053
1054             if ( $('#clubs-tab').length ) {
1055                 $('#clubs-tab-link').on('click', function() {
1056                     $('#clubs-tab').text(_("Loading..."));
1057                     $('#clubs-tab').load('/cgi-bin/koha/clubs/patron-clubs-tab.pl?borrowernumber=[% patron.borrowernumber | html %]');
1058                 });
1059             }
1060
1061             [% IF !( CircAutoPrintQuickSlip == 'clear' ) %]
1062                 // listen submit to trigger qslip on empty checkout
1063                 $('#mainform').bind('submit',function() {
1064                     if ($('#barcode').val() == '') {
1065                         return printx_window( '[% CircAutoPrintQuickSlip | html %]' );
1066                     }
1067                 });
1068             [% END %]
1069             toggle_onsite_checkout();
1070             $("#onsite_checkout").click(function(){
1071                 toggle_onsite_checkout();
1072             });
1073
1074             $("#suspend_until").datepicker({
1075                 onClose: function(dateText, inst) {
1076                     validate_date(dateText, inst);
1077                 },
1078                 minDate: 1, // require that hold suspended until date is after today
1079             });
1080
1081             [% IF HIGHHOLDS %]
1082                 [% IF !override_high_holds %]
1083                     $("input[name=duedatespec]:hidden").val('[% HIGHHOLDS.returndate | html %]');
1084                     if ('[% duedatespec | html %]' === '') {
1085                         $("input[name=restoreduedatespec]:hidden").val('highholds_empty');
1086                     } else {
1087                         $("input[name=restoreduedatespec]:hidden").val('[% duedatespec | html %]');
1088                     }
1089                 [% END %]
1090
1091                 $("#override_high_holds_tmp").on( 'change', function() {
1092                     if ( this.checked ) {
1093                         $("input[name=duedatespec]:hidden").val('');
1094                     }
1095                 });
1096             [% END %]
1097         });
1098     </script>
1099     [% INCLUDE 'str/members-menu.inc' %]
1100     [% Asset.js("js/members-menu.js") | $raw %]
1101 [% END %]
1102
1103 [% INCLUDE 'intranet-bottom.inc' %]