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