Bug 27899: Missing description for libraryNotPickupLocation on request.pl
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reserve / request.tt
1 [% USE raw %]
2 [% USE To %]
3 [% USE Asset %]
4 [% USE JSON.Escape %]
5 [% USE Koha %]
6 [% USE KohaDates %]
7 [% USE Branches %]
8 [% USE Categories %]
9 [% USE ItemTypes %]
10 [% USE AuthorisedValues %]
11 [% USE Price %]
12 [% USE TablesSettings %]
13 [% SET footerjs = 1 %]
14 [% INCLUDE 'doc-head-open.inc' %]
15 [% UNLESS ( multi_hold ) %]
16     <title>Place a hold on [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Holds &rsaquo; Circulation &rsaquo; Koha</title>
17 [% ELSE %]
18     <title>Confirm holds &rsaquo; Holds &rsaquo; Circulation &rsaquo; Koha</title>
19 [% END %]
20 [% INCLUDE 'doc-head-close.inc' %]
21 </head>
22
23 <body id="circ_request" class="catalog">
24
25 [% INCLUDE 'header.inc' %]
26 [% INCLUDE 'circ-search.inc' %]
27
28 [% UNLESS ( multi_hold ) %]
29     <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
30         <ol>
31             <li>
32                 <a href="/cgi-bin/koha/mainpage.pl">Home</a>
33             </li>
34             <li>
35                 <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
36             </li>
37             <li>
38                 [% INCLUDE 'biblio-title.inc' link =1 %]
39             </li>
40             <li>
41                 <a href="#" aria-current="page">
42                     Place a hold
43                 </a>
44             </li>
45         </ol>
46     </nav>
47 [% ELSE %]
48     <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
49         <ol>
50             <li>
51                 <a href="/cgi-bin/koha/mainpage.pl">Home</a>
52             </li>
53             <li>
54                 <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
55             </li>
56             <li>
57                 <a href="#" aria-current="page">
58                     Confirm holds
59                 </a>
60             </li>
61         </ol>
62     </nav>
63 [% END # UNLESS multi_hold %]
64
65 <div class="main container-fluid">
66     <div class="row">
67         [% IF ( multi_hold ) # No sidebar menu when placing multiple holds %]
68             <div class="col-md-10 col-md-offset-1">
69         [% ELSE %]
70             <div class="col-sm-10 col-sm-push-2">
71         [% END %]
72
73         <main>
74
75             [% IF ( noitems ) %]
76                 <div class="dialog alert">
77                 [%IF (multi_hold) %]
78                     <strong>Cannot place hold:</strong> one or more records without items attached.
79                 [% ELSE %]
80                     <strong>Cannot place hold:</strong> this record has no items attached.
81                 [% END %]
82                 </div>
83             [% END %]
84
85             [% IF ( messagetransfert ) %]
86                 <div class="dialog message">
87                     <h2>Hold found for ([% nextreservtitle | html %]), please transfer</h2>
88                     <p>Hold placed by : <strong> [% nextreservsurname | html %] [% nextreservfirstname | html %]</strong> at : <strong> [% branchname | html %] </strong>, Please transfer this item.
89                     </p>
90                     <form name="cancelReservewithtransfert" action="branchreserves.pl" method="post">
91                         <input type="submit" class="button" />
92                     </form>
93                 </div>
94             [% END %]
95
96             [% UNLESS ( multi_hold ) %]
97                 <h1>Place a hold on [% INCLUDE 'biblio-title.inc' link = 1 %]</h1>
98             [% ELSE %]
99                 <h1>Confirm holds</h1>
100             [% END %]
101
102             [% UNLESS club OR patron OR patron.borrowernumber OR noitems %]
103                 [% IF ( messageborrower ) %]
104                     <div class="dialog alert">
105                         <h3>Patron not found</h3>
106                         <p>No patron with this name, please, try another</p>
107                     </div>
108                 [% END %]
109
110                 [% IF ( messageclub ) %]
111                     <div class="dialog alert">
112                         <h3>Club not found</h3>
113                         <p>No club with this name, please, try another</p>
114                     </div>
115                 [% END %]
116                 <fieldset class="brief">
117                     [% IF clubcount %]
118                         <label>Search patrons or clubs</label>
119                     [% ELSE %]
120                         <label>Search patrons</label>
121                     [% END %]
122                     <div id="circ_holds_select" class="toptabs">
123                         <ul>
124                             <li><a href="#holds_patronsearch_pane">Patrons</a></li>
125                             [% IF clubcount %]
126                                 <li><a href="#holds_clubsearch_pane">Clubs</a></li>
127                             [% END %]
128                         </ul>
129                         <div id="holds_patronsearch_pane">
130                             <form id="holds_patronsearch" action="request.pl?biblionumbers=[% biblionumbers | html %]" method="post">
131                                 <div class="hint">Enter patron card number or partial name:</div>
132                                 <input type="text" size="40" id="patron" class="focus" name="findborrower" autocomplete="off" />
133                                 <input type="submit" value="Search" />
134                                 [% IF multi_hold %]
135                                     <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
136                                 [% ELSE %]
137                                     <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
138                                 [% END %]
139
140                             </form> <!-- /#holds_patronsearch -->
141                             [% IF borrowers %]
142                                 [% INCLUDE 'circ-patron-search-results.inc' destination = "holds" %]
143                             [% END %]
144                         </div>
145                         [% IF clubcount %]
146                             <div id="holds_clubsearch_pane">
147                                 <form id="holds_clubsearch" action="request.pl?biblionumber=[% biblionumber | html %]" method="post">
148                                     <div class="hint">Enter club ID or partial name:</div>
149                                     <input type="text" size="40" id="club" class="focus" name="findclub" autocomplete="off" />
150                                     <input type="submit" value="Search" />
151                                     [% IF multi_hold %]
152                                         <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
153                                     [% ELSE %]
154                                         <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
155                                     [% END %]
156
157                                 </form> <!-- /#holds_patronsearch -->
158                                 [% IF clubs %]
159                                     [% INCLUDE 'clubs-table.inc' destination = "holds" %]
160                                 [% END %]
161                             </div>
162                         [% END %]
163                     </div>
164                 </fieldset>
165             [% ELSIF club %]
166                 <div class="dialog alert hide clubalert">
167                 </div>
168                 <fieldset class="rows">
169                     <legend>Hold details</legend>
170                     <form action="/api/v1/clubs/[% club.id | html %]/holds" method="post" name="form" id="club-request-form">
171
172                         [% IF ( multi_hold ) %]
173                             <input type="hidden" name="biblionumbers" id="multi_hold_bibs" value="[% biblionumbers | html %]"/>
174                             <input type="hidden" name="bad_bibs" id="bad_bibs" value=""/>
175                             <input type="hidden" name="request" value="any"/>
176                             [% FOREACH biblioloo IN biblioloop %]
177                                 <input type="hidden" name="title_[% biblioloo.biblionumber | html %]" value="[% biblioloo.title | html %]"/>
178                                 <input type="hidden" name="rank_[% biblioloo.biblionumber | html %]" value="[% biblioloo.rank | html %]"/>
179                             [% END %]
180                         [% ELSE %]
181                             <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
182                             <input type="hidden" name="title" value="[% biblio.title | html %]" />
183                             <input type="hidden" name="rank-request" value="[% fixedRank | html %]" />
184                         [% END # /IF multi_hold %]
185                         <ol>
186                             <li>
187                                 <span class="label">Club: </span> [% club.name | html %]
188                             </li>
189                             <li>
190                                 <span class="label">Description: </span> [% club.description | html %]
191                             </li>
192                             <li>
193                                 <label for="pickup">Pickup at:</label>
194                                 <select name="pickup" id="pickup">
195                                     [% PROCESS options_for_libraries libraries => Branches.all({ selected => club.branchcode, search_params => { pickup_location => 1 } }) %]
196                                 </select>
197                             </li>
198                             <li>
199                                 <label for="default_patron_home">Pickup at patron's home library when possible:</label>
200                                 <input type="checkbox" id="default_patron_home" name="default_patron_home"/>
201                             </li>
202                         </ol>
203                         <h2 style="padding: 0 1em;">Members</h2>
204                         <ol>
205                             [% FOREACH member IN members %]
206                                 [% SET patron = member.patron %]
207                                 <li style="padding: 0.5em 1em;">
208                                     <div><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] ([% patron.cardnumber | html %])</a></div>
209                                     [% IF member.exceeded_maxreserves %]
210                                         <div>
211                                             <i class="fa fa-error"></i>
212                                             <strong>Too many holds: </strong> Patron can only place a maximum of [% maxreserves | html %] total holds.
213                                         </div>
214                                     [% END %]
215                                     [% IF ( member.expiry ) %]
216                                         <div>
217                                             <i class="fa fa-warning"></i>
218                                             <strong>Account has expired</strong>
219                                         </div>
220                                     [% END %]
221                                     [% IF patron.is_debarred %]
222                                         <div>
223                                             <i class="fa fa-warning"></i>
224                                             <strong>Patron has restrictions</strong>
225                                         </div>
226                                     [% END %]
227                                     [% IF amount_outstanding && Koha.Preference('maxoutstanding') && amount_outstanding > Koha.Preference('maxoutstanding') %]
228                                         <div>
229                                             <i class="fa fa-warning"></i>
230                                             <strong>Patron has outstanding fines: [% member.amount_outstanding | $Price %]</strong>
231                                         </div>
232                                     [% END %]
233
234                                     [% IF ( member.diffbranch ) %]
235                                         <div>
236                                             <i class="fa fa-warning"></i>
237                                             <strong>Pickup library is different.</strong> Patron's home library: ([% Branches.GetName(patron.branchcode) | html %] / [% patron.branchcode | html %] )
238                                         </div>
239                                     [% END %]
240                                 </li>
241                             [% END %]
242                         </ol>
243                         [% UNLESS ( multi_hold ) %]
244                             <fieldset class="action">
245                                 <input type="submit" value="Place hold" />
246                             </fieldset>
247                         [% ELSE %]
248                             <table id="requesttitles">
249                                 <tr>
250                                     <th>&nbsp;</th>
251                                     <th>Title</th>
252                                     [% UNLESS ( item_level_itypes ) %]
253                                         <th>Item type</th>
254                                     [% END %]
255                                     <th>Priority</th>
256                                     <th>Information</th>
257                                 </tr>
258                                 [% FOREACH biblioloo IN biblioloop %]
259                                     [% IF ( biblioloo.warn ) %]
260                                         <tr class="onissue">
261                                     [% ELSE %]
262                                         <tr>
263                                     [% END %]
264                                         <td>
265                                             [% UNLESS ( biblioloo.warn ) %]
266                                                     <input class="multi_hold_item_checkbox" type="checkbox" checked="checked" title="[% biblioloo.biblionumber | html %]"/>
267                                                 </td>
268                                             [% END %]
269                                         <td>
270                                             <ul>
271                                                 <li>
272                                                     <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber | uri %]">[% biblioloo.title | html %]</a>
273                                                 </li>
274                                                 [% IF ( biblioloo.publicationyear ) %]
275                                                     <li>
276                                                         <span class="label">Publication year:</span> [% biblioloo.publicationyear | html %]
277                                                     </li>
278                                                 [% END %]
279                                             </ul>
280                                             [% IF ( biblioloo.warn ) %]
281                                                 <span class="not_holdable" title="[% biblioloo.biblionumber | html %]"></span>
282                                             [% END %]
283                                         </td>
284                                         [% UNLESS ( item_level_itypes ) %]
285                                             <td>
286                                                 <img src="[% biblioloo.imageurl | html %]" alt="[% biblioloo.itypename | html %]" title="[% biblioloo.itypename | html %]" />
287                                             </td>
288                                         [% END %]
289                                         <td>[% biblioloo.rank | html %]</td>
290                                         <td>
291                                             [% IF ( biblioloo.checked_previously ) %]
292                                                 <span>Patron has previously checked out this title</span><br/>
293                                             [% END %]
294                                             [% IF ( biblioloo.alreadyres ) %]
295                                                 <ul>
296                                             [% ELSE %]
297                                                 [% IF ( biblioloo.none_avail ) %]
298                                                     <ul>
299                                                 [% END %]
300                                             [% END %]
301
302                                             [% IF ( biblioloo.alreadyres ) %]
303                                                 <li>
304                                                     <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %]</a>
305                                                     <strong>already has a hold</strong> on this item
306                                                 </li>
307                                             [% END %]
308                                             [% IF ( biblioloo.none_avail ) %]
309                                                 <li> <strong>No items are available</strong> to be placed on hold</li>
310                                             [% END %]
311
312                                             [% IF ( biblioloo.alreadyres ) %]
313                                                 </ul>
314                                             [% ELSE %]
315                                                 [% IF ( biblioloo.none_avail ) %]
316                                                     </ul>
317                                                 [% END %]
318                                             [% END %]
319                                         </td>
320                                     </tr>
321                                 [% END # /FOREACH biblioloo %]
322                             </table> <!-- /#requesttitles -->
323                         [% END %]
324                     </form>
325                 </fieldset>
326             [% ELSIF NOT noitems # /UNLESS patron %]
327
328                 [% IF ( checked_previously && !multi_hold ) %]
329                     <div class="dialog alert">
330                         <ul>
331                             <li>Patron has previously checked out this title</li>
332                         </ul>
333                     </div>
334                 [% END %]
335
336                 [% IF ( no_reserves_allowed || exceeded_maxreserves || exceeded_holds_per_record || alreadyreserved || none_available || alreadypossession || ageRestricted ) %]
337                     <div class="dialog alert">
338
339                         [% UNLESS ( multi_hold ) %]
340                             <h3>Cannot place hold</h3>
341                             <ul>
342                                 [% IF ( no_reserves_allowed ) %]
343                                     <li><strong>No holds allowed: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] </a> cannot place a hold on any of these items.</li>
344                                 [% ELSIF ( exceeded_maxreserves ) %]
345                                     <li><strong>Too many holds: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] </a> can only place a maximum of [% maxreserves | html %] total holds.</li>
346                                 [% ELSIF ( exceeded_holds_per_record ) %]
347                                     <li><strong>Too many holds for this record: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] </a> can only place a maximum of [% max_holds_for_record | html %] hold(s) on this record.</li>
348                                 [% ELSIF ( alreadypossession ) %]
349                                     <li> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %]</a> <strong>is already in possession</strong> of one item.</li>
350                                 [% ELSIF ( alreadyreserved ) %]
351                                     <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %]</a> <strong>already has a hold</strong> on this item.</li>
352                                 [% ELSIF ( ageRestricted ) %]
353                                     <li><strong>Age restricted</strong></li>
354                                 [% ELSIF ( none_available ) %]
355                                     <li> <strong>No items are available</strong> to be placed on hold.</li>
356                                 [% ELSIF ( maxreserves ) %]
357                                     <li><strong>Too many holds: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] </a> has too many holds.</li>
358                                 [% END # /IF exceeded_maxreserves %]
359                             </ul>
360                         [% ELSE # UNLESS multi_hold %]
361                             <h3>Cannot place hold on some items</h3>
362                             [% IF (no_reserves_allowed ) %]
363                                 <li><strong>No holds allowed: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] </a> cannot place holds on some of these title's items.</li>
364                             [% ELSIF ( exceeded_maxreserves ) %]
365                                 <li><strong>Too many holds: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] </a> can place [% new_reserves_allowed | html %] of the requested [% new_reserves_count | html %] holds for a maximum of [% maxreserves | html %] total holds.</li>
366                             [% ELSIF ( exceeded_holds_per_record ) %]
367                                 [% FOREACH biblioloo IN biblioloop %]
368                                     [% IF (biblioloo.tooManyHoldsForThisRecord) %]
369                                         <li><strong>Too many holds for <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber | uri %]"> [% biblioloo.title | html %]</a>: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | html %]">[% patron.firstname | html %] [% patron.surname | html %] </a> can only place a maximum of [% max_holds_for_record | html %] hold(s) on this record.</li>
370                                     [% END %]
371                                 [% END %]
372                             [% END # /IF exceeded_maxreserves %]
373                         [% END # /UNLESS multi_hold %]
374                     </div>
375                 [% END # /IF ( exceeded_maxreserves || ... %]
376
377                 [% IF ( expiry || diffbranch || patron.is_debarred || ( amount_outstanding && Koha.Preference('maxoutstanding') && amount_outstanding > Koha.Preference('maxoutstanding') ) ) %]
378                     <div class="dialog message">
379                         <ul>
380                             [% IF ( expiry ) %]
381                                 <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %]</a>: <strong>Account has expired</strong></li>
382                             [% END %]
383
384                             [% IF patron.is_debarred %]
385                                 <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]#reldebarments">[% patron.firstname | html %] [% patron.surname | html %]</a>: <strong>Patron has restrictions</strong></li>
386                             [% END %]
387
388                             [% IF amount_outstanding && Koha.Preference('maxoutstanding') && amount_outstanding > Koha.Preference('maxoutstanding') %]
389                                 <li><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %]</a>: <strong>Patron has outstanding fines: [% amount_outstanding | $Price %]</strong></li>
390                             [% END %]
391
392                             [% IF ( diffbranch ) %]
393                                 <li> <strong>Pickup library is different. </strong>Patron: <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %]</a> Patron's home library: ([% Branches.GetName(patron.branchcode) | html %] / [% patron.branchcode | html %] )</li>
394                             [% END %]
395                         </ul> <!-- /.dialog.message -->
396                     </div>
397                 [% END # /IF expiry || diffbranch ... %]
398
399                 [% IF ( messageborrower ) %]
400                     <div class="dialog alert">
401                         <h3>Patron not found:</h3>
402                         <p>Name or barcode not found. Please try an other </p>
403                     </div>
404                 [% END %]
405
406                 <div class="dialog alert hide holdalert">
407                 </div>
408
409                 <fieldset class="rows">
410                     <legend>Hold details</legend>
411                     <form action="placerequest.pl" method="post" name="form" id="hold-request-form">
412
413                         <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
414                         <input type="hidden" name="type" value="str8" />
415
416                         [% IF ( multi_hold ) %]
417                             <input type="hidden" name="biblionumbers" id="multi_hold_bibs" value="[% biblionumbers | html %]"/>
418                             <input type="hidden" name="multi_holds" id="multi_holds" value="1" />
419                             <input type="hidden" name="bad_bibs" id="bad_bibs" value=""/>
420                             <input type="hidden" name="request" value="any"/>
421                             [% FOREACH biblioloo IN biblioloop %]
422                                 <input type="hidden" name="title_[% biblioloo.biblionumber | html %]" value="[% biblioloo.title | html %]"/>
423                                 <input type="hidden" name="rank_[% biblioloo.biblionumber | html %]" value="[% biblioloo.rank | html %]"/>
424                             [% END %]
425                         [% ELSE %]
426                             <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
427                             <input type="hidden" name="title" value="[% biblio.title | html %]" />
428                             <input type="hidden" name="rank-request" value="[% fixedRank | html %]" />
429                         [% END # /IF multi_hold %]
430
431                         <ol>
432                             <li>
433                                 <span class="label">Patron:</span>
434                                 [% IF ( patron.borrowernumber ) %]
435                                     <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] ([% patron.cardnumber | html %])</a>
436                                 [% ELSE %]
437                                     Not defined yet
438                                 [% END %]
439                             </li>
440
441                             [% UNLESS ( multi_hold ) %]
442                                 <li>
443                                     <span class="label">Estimated priority:</span>
444                                     <strong>[% fixedRank | html %]</strong>
445                                 </li>
446                             [% END %]
447
448                             <li>
449                                 <label for="holdnotes">Notes:</label>
450                                 <textarea id="holdnotes" name="notes" cols="30" rows="1"></textarea>
451                             </li>
452                             <li>
453                                 <label for="pickup">Pickup at:</label>
454                             [% UNLESS ( multi_hold ) %]
455                                 <select name="pickup" id="pickup" data-biblio-id="[% biblio.biblionumber | html %]" data-patron-id="[% patron.borrowernumber | html %]">
456                                     [% PROCESS options_for_libraries libraries => Branches.pickup_locations({ search_params => { biblio => biblionumber, patron => patron }, selected => pickup }) %]
457                             [% ELSE %]
458                                 <select name="pickup" id="pickup_multi" data-patron-id="[% patron.borrowernumber | html %]">
459                                     <option value="" selected="selected"></option>
460                                 [% FOREACH pickup_location IN multi_pickup_locations %]
461                                     <option value="[% pickup_location.branchcode | html %]">[% pickup_location.branchname | html %]</option>
462                                 [% END %]
463                             [% END %]
464                                 </select>
465                             </li>
466
467                             [% UNLESS ( multi_hold ) %]
468                                 [% IF Koha.Preference('AllowHoldItemTypeSelection') %]
469                                     <li>
470                                         <label for="itemtype">Request specific item type:</label>
471                                         <select name="itemtype" id="itemtype">
472                                             <option value="">Any item type</option>
473                                             [%- FOREACH itemtype IN available_itemtypes %]
474                                                 <option value="[% itemtype | html %]">[% ItemTypes.GetDescription( itemtype ) | html %]</option>
475                                             [%- END %]
476                                         </select>
477                                     </li>
478                                 [% END %]
479                             [% END # /UNLESS multi_hold %]
480
481                             [% IF ( reserve_in_future ) %]
482                                 <li>
483                                     <label for="from">Hold starts on date:</label>
484                                     <input name="reserve_date" id="from" size="10" class="datepickerfrom" type="text" >
485                                     <input type="hidden" class="datepickerfrom_hidden" />
486                                     <a href="#" id="clear-date-from" class="clear-date">Clear date</a>
487                                 </li>
488                             [% END %]
489
490                             <li>
491                                 <label for="to">Hold expires on date:</label>
492                                 <input name="expiration_date" id="to" size="10" class="datepickerto" type="text" />
493                                 <input type="hidden" class="datepickerto_hidden" />
494                                 <a href="#" id="clear-date-to" class="clear-date">Clear date</a>
495                             </li>
496
497                             [% UNLESS ( multi_hold ) %]
498                                 <li>
499                                     <label for="requestany">Hold next available item </label>
500                                     [% IF force_hold_level == 'item' %]
501                                         <input type="checkbox" id="requestany" name="request" disabled="true" />
502                                     [% ELSIF force_hold_level == 'record' %]
503                                         <input type="checkbox" id="requestany" checked="checked" value="Any" disabled="true"/>
504                                         <input type="hidden" name="request" value="Any"/>
505                                     [% ELSE %]
506                                         <input type="checkbox" id="requestany" name="request" checked="checked" value="Any" />
507                                     [% END %]
508                                     <input type="hidden" name="biblioitem" value="[% biblioitemnumber | html %]" />
509                                     <input type="hidden" name="alreadyreserved" value="[% alreadyreserved | html %]" />
510                                 </li>
511
512                                 [% IF remaining_holds_for_record > 1 %]
513                                     <li>
514                                         <label for="holds_to_place_count">Holds to place (count)</label>
515                                         <input type="text" inputmode="numeric" pattern="[0-9]*" id="holds_to_place_count" name="holds_to_place_count" maxlength="[% remaining_holds_for_record | html %]" value="1" />
516                                     </li>
517                                 [% ELSE %]
518                                     <input type="hidden" name="holds_to_place_count" value="1" />
519                                 [% END %]
520                             [% END # /UNLESS multi_hold %]
521
522                             <li id="non_priority_list_item">
523                                 <label for="non_priority">Non priority hold:</label>
524                                 <input name="non_priority" id="non_priority" type="checkbox" />
525                                 <span class="hint">A non priority hold doesn't prevent a current checkout from renewing</span>
526                             </li>
527                         </ol>
528
529                         [% UNLESS ( multi_hold ) %]
530                             <fieldset class="action">
531                                 [% IF ( patron.borrowernumber ) %]
532                                     [% IF ( override_required ) %]
533                                         <button type="submit" class="btn btn-default warning"><i class="fa fa-exclamation-triangle "></i> Place hold</button>
534                                     [% ELSIF ( none_available ) %]
535                                         <button type="submit" disabled="disabled" class="btn btn-default btn-disabled">Place hold</button>
536                                     [% ELSE %]
537                                         <button type="submit" class="btn btn-default">Place hold</button>
538                                     [% END %]
539                                 [% END %]
540                             </fieldset>
541
542                             [% FOREACH bibitemloo IN bibitemloop %]
543                                 <ol>
544                                     [% UNLESS ( item_level_itypes ) %]
545                                         <li>
546                                             <span class="label">Item type:</span>
547                                             [% bibitemloo.description | html %]
548                                         </li>
549                                     [% END %]
550
551                                     [% IF ( bibitemloo.publicationyear ) %]
552                                         <li>
553                                             <span class="label">Publication year:</span>
554                                             [% bibitemloo.publicationyear | html %]
555                                         </li>
556                                     [% END %]
557                                 </ol>
558
559                                 <h2 style="padding: 0 1em;">
560                                     Place a hold on a specific item
561                                     [% IF bibitemloo.force_hold_level == 'item' %]
562                                          <span class="error"><em>(Required)</em></span>
563                                     [% END %]
564                                 </h2>
565
566                                 <table id="requestspecific">
567                                     <thead>
568                                         <tr>
569                                             <th>Hold</th>
570                                             [% IF ( item_level_itypes ) %]
571                                                 <th>Item type</th>
572                                             [% END %]
573                                             <th>Barcode</th>
574                                             <th>Home library</th>
575                                             <th>Last location</th>
576                                             [% IF itemdata_ccode %]
577                                                 <th>Collection</th>
578                                             [% END %]
579                                             <th>Call number</th>
580                                             <th>Copy number</th>
581                                             [% IF itemdata_enumchron %]
582                                                 <th>Vol no.</th>
583                                             [% END %]
584                                             <th>Information</th>
585                                             <th>Allowed pickup locations</th>
586                                         </tr>
587                                     </thead>
588                                     <tbody>
589                                         [% SET selected = 0 %]
590                                         [% FOREACH itemloo IN bibitemloo.itemloop %]
591                                             [% UNLESS ( itemloo.hide ) %]
592                                                 <tr class="[% itemloo.backgroundcolor | html %]">
593                                                     <td>
594                                                         [% IF itemloo.force_hold_level == 'record' # Patron has placed a record level hold previously for this record %]
595                                                             <span class="error">
596                                                                 <i class="fa fa-times fa-lg" title="Cannot be put on hold"></i>
597                                                                 Hold must be record level
598                                                             </span>
599                                                         [% ELSIF ( itemloo.available ) %]
600                                                             <input type="radio" name="checkitem" value="[% itemloo.itemnumber | html %]" />
601                                                         [% ELSIF ( itemloo.override ) %]
602                                                             <input type="radio" name="checkitem" class="needsoverride" value="[% itemloo.itemnumber | html %]" />
603                                                             <i class="fa fa-exclamation-triangle fa-lg" style="color:gold" title="Requires override of hold policy"/></i>
604                                                         [% ELSE %]
605                                                             <span class="error">
606                                                                 <i class="fa fa-times fa-lg" title="Cannot be put on hold"></i>
607                                                                 [% IF itemloo.not_holdable %]
608                                                                     [% IF itemloo.not_holdable == 'damaged' %]
609                                                                         Item damaged
610                                                                     [% ELSIF itemloo.not_holdable == 'ageRestricted' %]
611                                                                         Age restricted
612                                                                     [% ELSIF itemloo.not_holdable == 'tooManyHoldsForThisRecord' %]
613                                                                         Exceeded max holds per record
614                                                                     [% ELSIF itemloo.not_holdable == 'tooManyReservesToday' %]
615                                                                         Daily hold limit reached for patron
616                                                                     [% ELSIF itemloo.not_holdable == 'tooManyReserves' %]
617                                                                         Too many holds
618                                                                     [% ELSIF itemloo.not_holdable == 'notReservable' %]
619                                                                         Not holdable
620                                                                     [% ELSIF itemloo.not_holdable == 'cannotReserveFromOtherBranches' %]
621                                                                         Patron is from different library
622                                                                     [% ELSIF itemloo.not_holdable == 'branchNotInHoldGroup' %]
623                                                                         Cannot place hold from patron's library
624                                                                     [% ELSIF itemloo.not_holdable == 'itemAlreadyOnHold' %]
625                                                                         Patron already has hold for this item
626                                                                     [% ELSIF itemloo.not_holdable == 'cannotBeTransferred' %]
627                                                                         Cannot be transferred to pickup library
628                                                                     [% ELSIF itemloo.not_holdable == 'pickupNotInHoldGroup' %]
629                                                                         Only pickup locations within the same hold group are allowed
630                                                                     [% ELSIF itemloo.not_holdable == 'noReservesAllowed' %]
631                                                                         No reserves are allowed on this item
632                                                                     [% ELSIF itemloo.not_holdable == 'libraryNotPickupLocation' %]
633                                                                         Library is not a pickup location
634                                                                     [% ELSE %]
635                                                                         [% itemloo.not_holdable | html %]
636                                                                     [% END %]
637                                                                 [% END %]
638                                                             </span>
639                                                         [% END # /IF itemloo.force_hold_level %]
640                                                     </td>
641                                                     [% IF ( item_level_itypes ) %]
642                                                         <td>
643                                                             [% UNLESS ( noItemTypeImages ) %]
644                                                                 [% IF ( itemloo.imageurl ) %]<img src="[% itemloo.imageurl | html %]" alt="" /> <br /> [% END %]
645                                                             [% END %]
646                                                             [% itemloo.itypename | html %]
647                                                         </td>
648                                                     [% END %]
649                                                     <td>
650                                                         [% itemloo.barcode | html %]
651                                                     </td>
652                                                     <td>
653                                                         [% Branches.GetName( itemloo.homebranch ) | html %]
654                                                     </td>
655                                                     <td>
656                                                         [% Branches.GetName( itemloo.holdingbranch ) | html %]
657                                                     </td>
658                                                     [% IF itemdata_ccode %]
659                                                         <td>
660                                                             [% IF ( itemloo.ccode ) %][% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => itemloo.ccode ) | html %][% END %]
661                                                         </td>
662                                                     [% END %]
663                                                     <td>
664                                                         [% itemloo.itemcallnumber | html %]
665                                                     </td>
666                                                     <td>
667                                                         [% IF ( itemloo.copynumber ) %][% itemloo.copynumber | html %][% ELSE %]&nbsp;[% END %]
668                                                     </td>
669                                                     [% IF itemdata_enumchron %]
670                                                         <td>
671                                                             [% itemloo.enumchron | html %]
672                                                         </td>
673                                                     [% END %]
674                                                     [% IF ( itemloo.onloan ) %]
675                                                         <td data-order="[% itemloo.date_due | html %]">
676                                                             <span class="checkedout">Due [% itemloo.date_due | $KohaDates  as_due_date => 1 %]</span>
677                                                     [% ELSE %]
678                                                         <td>
679                                                             [% IF ( itemloo.transfertwhen ) %]
680                                                                 In transit from [% Branches.GetName( itemloo.transfertfrom ) | html %],
681                                                                 to [% Branches.GetName( itemloo.transfertto ) | html %], since [% itemloo.transfertwhen | html %]
682                                                             [% END %]
683                                                     [% END %]
684
685                                                         [% IF ( itemloo.reservedate ) %]
686                                                             [% IF ( itemloo.nocancel ) %]
687                                                                     Can't be cancelled when item is in transit
688                                                             [% ELSE %]
689                                                                 [% IF ( itemloo.waitingdate ) %]Waiting[% ELSE %]On hold[% END %]
690                                                                 [% IF ( itemloo.canreservefromotherbranches ) %]
691                                                                     for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% itemloo.ReservedFor.borrowernumber | uri %]">[% itemloo.ReservedFor.firstname | html %] [% itemloo.ReservedFor.surname | html %]</a>
692                                                                 [% END %]
693                                                                 [% IF ( itemloo.waitingdate ) %]at[% ELSE %]expected at[% END %]
694                                                                 [% Branches.GetName( itemloo.ExpectedAtLibrary ) | html %] since
695                                                                 [% IF ( itemloo.waitingdate ) %]
696                                                                     [% itemloo.waitingdate | $KohaDates %]
697                                                                 [% ELSE %]
698                                                                     [% IF ( itemloo.reservedate ) %]
699                                                                         [% itemloo.reservedate | html %]
700                                                                     [% END %]
701                                                                 [% END %].
702                                                                 <a class="info cancel-hold" href="modrequest.pl?CancelBiblioNumber=[% itemloo.biblionumber | html %]&amp;CancelBorrowerNumber=[% itemloo.ReservedFor.borrowernumber | html %]&amp;CancelItemnumber=[% itemloo.itemnumber | html %]">Cancel hold</a>
703                                                             [% END # /IF itemloo.nocancel %]
704                                                         [% ELSE %]
705                                                             Not on hold
706                                                         [% END # /IF itemloo.reservedate %]
707
708                                                         [% IF itemloo.item_level_holds == "N" %]
709                                                             <br/>Item level hold not allowed from OPAC
710                                                         [% ELSIF itemloo.item_level_holds == "F" %]
711                                                             <br/>Item level hold forced from OPAC
712                                                         [% END %]
713
714                                                         [% IF ( itemloo.itemlost ) %]
715                                                            <span class="lost">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => itemloo.itemlost ) | html %]</span>
716                                                         [% END %]
717
718                                                         [% IF ( itemloo.damaged ) %]
719                                                             <span class="dmg">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.damaged', authorised_value => itemloo.damaged ) | html %]</span>
720                                                         [% END %]
721
722                                                         [% IF ( itemloo.withdrawn ) %]
723                                                            <span class="wdn">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.withdrawn', authorised_value => itemloo.withdrawn ) | html %]</span>
724                                                         [% END %]
725
726                                                         [% IF ( itemloo.notforloan ) %]
727                                                            <span class="nfl">Not for loan ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => itemloo.notforloan ) | html %])</span>
728                                                         [% END %]
729                                                     </td>
730                                                     <td>
731                                                     [% IF itemloo.any_pickup_location %]
732                                                         Any library
733                                                     [% ELSE %]
734                                                         [% itemloo.pickup_locations | html %]
735                                                     [% END %]
736                                                     </td>
737                                                 </tr>
738                                             [% END # / UNLESS itemloo.hide %]
739                                         [% END # /FOREACH itemloo %]
740                                     </tbody>
741                                 </table> <!-- /#requestspecific -->
742
743                                 [% IF ( bibitemloo.hiddencount ) %]
744                                     <form>
745                                         <p class="hiddencount">
746                                             <a href="request.pl?biblionumber=[% bibitemloo.biblionumber | uri %]&amp;borrowernumber=[% bibitemloo.borrowernumber | uri %]&amp;showallitems=1">Show all items ([% bibitemloo.hiddencount | html %] hidden)</a>
747                                         </p>
748                                     </form>
749                                 [% END # /IF bibitemloo.hiddencount %]
750                             [% END # /FOREACH bibitemloo %]
751
752                         [% ELSE # /UNLESS multi_hold %]
753
754                             <table id="requesttitles">
755                                 <tr>
756                                     <th>&nbsp;</th>
757                                     <th>Title</th>
758                                     [% UNLESS ( item_level_itypes ) %]
759                                         <th>Item type</th>
760                                     [% END %]
761                                     <th>Priority</th>
762                                     <th>Information</th>
763                                     <th>Pickup location</th>
764                                 </tr>
765                                 [% FOREACH biblioloo IN biblioloop %]
766                                     [% IF ( biblioloo.warn ) %]
767                                         <tr class="onissue">
768                                     [% ELSE %]
769                                         <tr>
770                                     [% END %]
771                                         <td>
772                                             [% UNLESS ( biblioloo.warn ) %]
773                                                     <input class="multi_hold_item_checkbox" type="checkbox" checked="checked" title="[% biblioloo.biblionumber | html %]"/>
774                                                 </td>
775                                             [% END %]
776                                         <td>
777                                             <ul>
778                                                 <li>
779                                                     <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber | uri %]">[% biblioloo.title | html %]</a>
780                                                 </li>
781                                                 [% IF ( biblioloo.publicationyear ) %]
782                                                     <li>
783                                                         <span class="label">Publication year:</span> [% biblioloo.publicationyear | html %]
784                                                     </li>
785                                                 [% END %]
786                                             </ul>
787                                             [% IF ( biblioloo.warn ) %]
788                                                 <span class="not_holdable" title="[% biblioloo.biblionumber | html %]"></span>
789                                             [% END %]
790                                         </td>
791                                         [% UNLESS ( item_level_itypes ) %]
792                                             <td>
793                                                 <img src="[% biblioloo.imageurl | html %]" alt="[% biblioloo.itypename | html %]" title="[% biblioloo.itypename | html %]" />
794                                             </td>
795                                         [% END %]
796                                         <td>[% biblioloo.rank | html %]</td>
797                                         <td>
798                                             [% IF ( biblioloo.checked_previously ) %]
799                                                 <span>Patron has previously checked out this title</span><br/>
800                                             [% END %]
801                                             [% IF ( biblioloo.alreadyres ) %]
802                                                 <ul>
803                                             [% ELSE %]
804                                                 [% IF ( biblioloo.none_avail ) %]
805                                                     <ul>
806                                                 [% END %]
807                                             [% END %]
808
809                                             [% IF ( biblioloo.alreadyres ) %]
810                                                 <li>
811                                                     <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %]</a>
812                                                     <strong>already has a hold</strong> on this item
813                                                 </li>
814                                             [% END %]
815                                             [% IF ( biblioloo.none_avail ) %]
816                                                 <li> <strong>No items are available</strong> to be placed on hold</li>
817                                             [% END %]
818
819                                             [% IF ( biblioloo.alreadyres ) %]
820                                                 </ul>
821                                             [% ELSE %]
822                                                 [% IF ( biblioloo.none_avail ) %]
823                                                     </ul>
824                                                 [% END %]
825                                             [% END %]
826                                         </td>
827                                         <td>
828                                             <select name="pickup_[% biblioloo.biblionumber | html %]"
829                                                     class="multi_pickup_select"
830                                                     data-biblio-id="[% biblioloo.biblionumber | html %]"
831                                                     data-patron-id="[% patron.borrowernumber | html %]"
832                                                     data-pickup-locations='[% biblioloo.pickup_locations_codes.json | $raw %]'>
833                                                 <option value=""></option>
834                                             [% FOREACH pickup_location IN biblioloo.pickup_locations %]
835                                                 <option value="[% pickup_location.branchcode | html %]">[% pickup_location.branchname | html %]</option>
836                                             [% END %]
837                                             </select>
838                                         </td>
839                                     </tr>
840                                 [% END # /FOREACH biblioloo %]
841                             </table> <!-- /#requesttitles -->
842
843                         [% END # /UNLESS multi_hold %]
844
845                         <fieldset class="action">
846                             [% IF ( patron AND patron.borrowernumber ) %]
847                                 [% IF ( override_required ) %]
848                                     <button type="submit" class="btn btn-default warning"><i class="fa fa-exclamation-triangle "></i> Place hold</button>
849                                 [% ELSIF ( none_available ) %]
850                                     <button type="submit" disabled="disabled" class="btn btn-default btn-disabled">Place hold</button>
851                                 [% ELSE %]
852                                     [% IF ( multi_hold ) %]
853                                         <button type="submit" class="btn btn-default" id="multi_hold_submit">Place hold</button>
854                                     [% ELSE %]
855                                         <button type="submit" class="btn btn-default">Place hold</button>
856                                     [% END %]
857                                 [% END %]
858                             [% END # /IF patron %]
859                         </fieldset> <!-- /.action -->
860                     </form> <!-- /#hold-request-form -->
861                 </fieldset> <!-- /.rows -->
862             [% END %]
863
864             [% UNLESS ( patron ) %]
865                 [% IF ( reserveloop ) %]
866                     <form id="existing_holds" name="T[% time | html %]" action="modrequest.pl" method="post" style="display:block">
867                         [% IF ( multi_hold ) %]
868                             <input type = "hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
869                         [% END %]
870
871                         <h2>Existing holds</h2>
872                         <div id="toolbar" class="btn-toolbar">
873                             <input type="submit" name="submit" value="Update hold(s)" />
874                         <fieldset id="cancellation-reason-fieldset" class="action">
875                             [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
876                             [% IF hold_cancellation %]
877                                 <label for="cancellation-reason">Cancellation reason: </label>
878                                 <select class="cancellation-reason" name="cancellation-reason" id="cancellation-reason">
879                                     <option value="">No reason given</option>
880                                     [% FOREACH reason IN hold_cancellation %]
881                                         <option value="[% reason.authorised_value | html %]">[% reason.lib | html %]</option>
882                                     [% END %]
883                                 </select>
884                             [% END %]
885                         </fieldset>
886                         </div>
887
888                         [% FOREACH biblioloo IN biblioloop %]
889                             [% IF ( biblioloo.reserveloop ) %]
890                                 [% IF ( multi_hold ) %]
891                                     <h3>
892                                         <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber | uri %]">
893                                             [% biblioloo.title | html %]
894                                         </a>
895                                     </h3>
896                                 [% END %]
897
898                                 [% IF Koha.Preference('HoldsSplitQueue') == 'branch' %]
899                                     [% SET branchcodes = [] %]
900
901                                     [% FOREACH h IN biblioloo.reserveloop %]
902                                         [% branchcodes.push( h.branchcode ) %]
903                                     [% END %]
904                                     [% branchcodes = branchcodes.unique %]
905
906                                     [% FOREACH b IN branchcodes.sort %]
907                                         [% SET holds_by_branch = [] %]
908                                         [% FOREACH h IN biblioloo.reserveloop %]
909                                             [% IF h.branchcode == b %]
910                                                 [% holds_by_branch.push( h ) %]
911                                             [% END %]
912                                         [% END %]
913                                         <fieldset>
914                                             <legend>[% Branches.GetName( b ) | html %]</legend>
915                                             [% INCLUDE holds_table.inc holds=holds_by_branch %]
916                                         </fieldset>
917                                     [% END # /FOREACh b %]
918                                 [% ELSIF Koha.Preference('HoldsSplitQueue') == 'itemtype' %]
919                                     [% SET itemtypes = [] %]
920
921                                     [% FOREACH h IN biblioloo.reserveloop %]
922                                         [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
923                                         [% itemtypes.push( hold_itemtype ) %]
924                                     [% END %]
925                                     [% itemtypes = itemtypes.unique %]
926
927                                     [% FOREACH i IN itemtypes.sort %]
928                                         [% SET holds_by_itemtype = [] %]
929                                         [% FOREACH h IN biblioloo.reserveloop %]
930                                             [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
931                                             [% IF hold_itemtype == i %]
932                                                 [% holds_by_itemtype.push( h ) %]
933                                             [% END %]
934                                         [% END %]
935
936                                         <fieldset>
937                                             [% IF i %]
938                                                 <legend>[% ItemTypes.GetDescription( i ) | html %]</legend>
939                                             [% ELSE %]
940                                                 <legend>Any item type</legend>
941                                             [% END %]
942                                             [% INCLUDE holds_table.inc holds=holds_by_itemtype %]
943                                         </fieldset>
944                                     [% END # /FOREACH i %]
945                                 [% ELSIF Koha.Preference('HoldsSplitQueue') == 'branch_itemtype' %]
946                                     [% SET branchcodes = [] %]
947
948                                     [% FOREACH h IN biblioloo.reserveloop %]
949                                         [% branchcodes.push( h.branchcode ) %]
950                                     [% END %]
951                                     [% branchcodes = branchcodes.unique %]
952
953                                     [% FOREACH b IN branchcodes.sort %]
954                                         <fieldset>
955                                             <legend>[% Branches.GetName( b ) | html %]</legend>
956                                             [% SET holds_by_branch = [] %]
957                                             [% FOREACH h IN biblioloo.reserveloop %]
958                                                 [% IF h.branchcode == b %]
959                                                     [% holds_by_branch.push( h ) %]
960                                                 [% END %]
961                                             [% END %]
962
963                                             [% SET itemtypes = [] %]
964                                             [% FOREACH h IN holds_by_branch %]
965                                                 [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
966                                                 [% itemtypes.push( hold_itemtype ) %]
967                                             [% END %]
968                                             [% itemtypes = itemtypes.unique %]
969
970                                             [% FOREACH i IN itemtypes.sort %]
971                                                 [% IF i %]
972                                                     <h3>[% ItemTypes.GetDescription( i ) | html %]</h3>
973                                                 [% ELSE %]
974                                                     <h3>Any item type</h3>
975                                                 [% END %]
976
977                                                 [% SET holds_by_itemtype = [] %]
978                                                 [% FOREACH h IN holds_by_branch %]
979                                                     [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
980                                                     [% IF hold_itemtype == i %]
981                                                         [% holds_by_itemtype.push( h ) %]
982                                                     [% END %]
983                                                 [% END %]
984                                                 [% INCLUDE holds_table.inc holds=holds_by_itemtype %]
985                                             [% END %]
986                                         </fieldset>
987                                     [% END # /FOREACH b %]
988                                 [% ELSE %]
989                                     [% INCLUDE holds_table.inc holds=biblioloo.reserveloop %]
990                                 [% END # /IF HoldsSplitQueue %]
991
992                             [% END # /IF biblioloo.reserveloop %]
993                         [% END # FOREACH biblioloo %]
994                         </fieldset> <!-- /.rows -->
995                     </form> <!-- /name=TTime -->
996                 [% END # IF reserveloop %]
997             [% END # UNLESS patron %]
998
999         </main>
1000
1001         [% IF ( multi_hold ) # No sidebar menu when placing multiple holds %]
1002             </div> <!-- /.col-md-10.col-md-offset-1 -->
1003         [% ELSE %]
1004             </div> <!-- /.col-sm-10.col-sm-push-2 -->
1005                 <div class="col-sm-2 col-sm-pull-10">
1006                     <aside>
1007                         [% INCLUDE 'biblio-view-menu.inc' %]
1008                     </aside>
1009                 </div> <!-- /.col-sm-2.col-sm-pull-10 -->
1010         [% END %]
1011     </div> <!-- /.row -->
1012
1013     <div id="cancelModal" class="modal" tabindex="-1" role="dialog" aria-hidden="true">
1014         <div class="modal-dialog" role="document">
1015             <div class="modal-content">
1016                 <div class="modal-header">
1017                     <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1018                     <h3>Confirm deletion</h3>
1019                 </div>
1020
1021                 <div class="modal-body">
1022                     <p>Are you sure you want to cancel this hold?</p>
1023
1024                     <fieldset class="action">
1025                         [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
1026                         [% IF hold_cancellation %]
1027                             <label for="cancellation-reason">Cancellation reason: </label>
1028                             <select class="cancellation-reason" name="modal-cancellation-reason" id="modal-cancellation-reason">
1029                                 <option value="">No reason given</option>
1030                                 [% FOREACH reason IN hold_cancellation %]
1031                                     <option value="[% reason.authorised_value | html %]">[% reason.lib | html %]</option>
1032                                 [% END %]
1033                             </select>
1034                         [% END %]
1035                     </fieldset>
1036                 </div>
1037
1038                 <div class="modal-footer">
1039                     <button id="cancelModalConfirmBtn" type="button" class="btn btn-danger">Confirm cancellation</button>
1040                     <a href="#" data-dismiss="modal">Cancel</a>
1041                 </div>
1042             </div>
1043         </div>
1044     </div>
1045
1046 [% MACRO jsinclude BLOCK %]
1047     [% INCLUDE 'datatables.inc' %]
1048     [% INCLUDE 'calendar.inc' %]
1049     [% INCLUDE 'columns_settings.inc' %]
1050     [% Asset.js("lib/hc-sticky.js") | $raw %]
1051     [% Asset.js("js/circ-patron-search-results.js") | $raw %]
1052     [% INCLUDE 'select2.inc' %]
1053     <script>
1054         var Sticky;
1055         var biblionumber = "[% biblionumber | $raw %]";
1056         var borrowernumber = "[% patron.borrowernumber | $raw %]";
1057         var patron_homebranch = "[% To.json( Branches.GetName( patron.branchcode ) ) | $raw %]";
1058         var override_items = {[% FOREACH bibitemloo IN bibitemloop %][% FOREACH itemloo IN bibitemloo.itemloop %][% IF ( itemloo.override ) %]
1059         [% itemloo.itemnumber | html %]: {
1060             homebranch: "[% To.json( Branches.GetName( itemloo.homebranch ) ) | $raw %]",
1061             holdallowed: "[% itemloo.holdallowed | html %]"
1062             },
1063             [% END %][% END %][% END %]
1064         };
1065         var ERROR_MAP = {
1066             damaged: _("Item damaged"),
1067             ageRestricted: _("Age restricted"),
1068             tooManyHoldsForThisRecord: _("Exceeded max holds per record"),
1069             tooManyReservesToday: _("Daily hold limit reached for patron"),
1070             tooManyReserves: _("Too many holds"),
1071             notReservable: _("Not holdable"),
1072             noReservesAllowed: _("No reserves allowed"),
1073             cannotReserveFromOtherBranches: _("Patron is from different library"),
1074             itemAlreadyOnHold: _("Patron already has hold for this item"),
1075             cannotBeTransferred: _("Cannot be transferred to pickup library"),
1076             pickupNotInHoldGroup: _("Only pickup locations within the same hold group are allowed")
1077         }
1078         columns_settings_borrowers_table = [% TablesSettings.GetColumns( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %];
1079         $.fn.select2.defaults.set("width", "100%" );
1080         $.fn.select2.defaults.set("dropdownAutoWidth", true );
1081
1082         $(document).ready(function() {
1083             $('#cancellation-reason-fieldset').hide();
1084             $('.rank-request').on('change', function() {
1085                 if ( $(".rank-request option:selected[value='del']").length ) {
1086                     $('#cancellation-reason-fieldset').show();
1087                 } else {
1088                     $('#cancellation-reason-fieldset').hide();
1089                 }
1090             });
1091
1092             [% SET active = clubs ? 1 : 0 %]
1093             $('#circ_holds_select').tabs({
1094                 active: [% active | $raw %],
1095                 activate: function(){
1096                     $(this).find("input.focus").focus();
1097                 },
1098                 create: function(){
1099                     $(this).find("input.focus").focus();
1100                 }
1101             });
1102             function ToggleHoldsToPlace() {
1103                 if ( $("#requestany").prop('checked') ) {
1104                     $("#holds_to_place_count").prop('disabled', false);
1105                 } else {
1106                     $("#holds_to_place_count").prop('disabled', true);
1107                 }
1108             }
1109             ToggleHoldsToPlace();
1110             $("#requestany").on('change', function(){
1111                 ToggleHoldsToPlace();
1112             });
1113
1114             [% IF Koha.Preference('UseBranchTransferLimits') %]
1115                 $("#pickup").on('change', function(){
1116                     var pickup = $("#pickup").val();
1117                     var url = "?pickup=" + pickup;
1118                     url += "&borrowernumber=" + borrowernumber;
1119                     url += "&biblionumber=" + biblionumber;
1120                     window.location.replace(url);
1121                 });
1122             [% END %]
1123
1124             [% IF AutoResumeSuspendedHolds %]
1125                 $(".suspend_until_datepicker, .datepickerfrom, .datepickerto").datepicker("option", "minDate", 1);
1126             [% END %]
1127
1128             $(".datepickerto").datepicker("option", "altField", ".datepickerto_hidden");
1129             $(".datepickerto").datepicker("option", "altFormat", "yy-mm-dd");
1130
1131             $(".datepickerfrom").datepicker("option", "altField", ".datepickerfrom_hidden");
1132             $(".datepickerfrom").datepicker("option", "altFormat", "yy-mm-dd");
1133
1134             var my_table = $("#requestspecific").dataTable($.extend(true, {}, dataTablesDefaults, {
1135                 'bPaginate': false,
1136                 "sDom": '<"top pager"ilf>t',
1137             }));
1138
1139             //Override fieldset styling for dataTables search box
1140             $("div.top.pager").css("margin-left","1em");
1141             $(".dataTables_filter label").css({
1142                 "width":"auto",
1143                 "margin-right":"0em"
1144             });
1145
1146             $("#club-request-form").on("submit", function() {
1147                 let $t = $(this);
1148                 $('.clubalert, .holdalert').addClass('hide');
1149                 let biblionumbers = [biblionumber];
1150                 let biblionumbers_text;
1151                 const data = {
1152                     pickup_library_id: $('select[name="pickup"]').val()
1153                 };
1154                 if($('input[name="checkitem"]:checked').length)
1155                     data.item_id = $('input[name="checkitem"]:checked').val();
1156                 if($('input[name="borrowernumber"]').length)
1157                     data.patron_id = $('input[name="borrowernumber"]').val();
1158                 if($('textarea[name="notes"]').length)
1159                     data.notes = $('textarea[name="notes"]').val()||null;
1160                 if($('.datepickerto_hidden').length)
1161                     data.expiration_date = $('.datepickerto_hidden').val()||null;
1162                 if($('.datepickerfrom_hidden').length)
1163                     data.hold_date = $('.datepickerfrom_hidden').val()||null;
1164                 if($('input[name="itemtype"]').length) {
1165                     data.item_type = $('input[name="itemtype"]').val()||null;
1166                 }
1167                 if($('input[name="default_patron_home"]:checked').length) {
1168                     data.default_patron_home = 1;
1169                 }
1170                 if($('input[name="biblionumbers"]').length) {
1171                     biblionumbers_text = $('input[name="biblionumbers"]').val();
1172                     biblionumbers = biblionumbers_text.replace(/\/$/, '').split('/')
1173                 }
1174
1175                 const count = $('input[name="holds_to_place_count"]').length?$('input[name="holds_to_place_count"]').val():1;
1176                 biblionumbers.forEach(function(biblionumber) {
1177                     data.biblio_id = biblionumber;
1178                     let options = {
1179                         url: $t.attr('action'),
1180                         method: $t.attr('method').toUpperCase(),
1181                         contentType: 'application/json',
1182                         data: JSON.stringify(data)
1183                     };
1184                     for(let i = 0; i < count; i++) {
1185                         $.ajax(options)
1186                         .then(function(result) {
1187                             let url = 'request.pl?biblionumber='+biblionumber;
1188                             if(biblionumbers_text) {
1189                                 url = 'request.pl?biblionumbers='+biblionumbers_text;
1190                             }
1191                             document.location = url;
1192                         })
1193                         .fail(function(err) {
1194                             var message = err.responseJSON.error;
1195                             var match = err.responseJSON.error.match(/Reason: (\w+)\s*$/);
1196                             if(match && ERROR_MAP[match[1]]) {
1197                                 message = '<div><strong>'+_("Cannot place hold")+'</strong></div><div>'+ERROR_MAP[match[1]]+'</div>'
1198                             }
1199                             $('.clubalert, .holdalert').removeClass('hide').html(message);
1200                         });
1201                     }
1202                 });
1203
1204                 return false;
1205             });
1206
1207             [% UNLESS ( multi_hold ) %]
1208                 $("#hold-request-form").on("submit", function(){
1209                     return check();
1210                 });
1211             [% ELSE %]
1212                 $("#hold-request-form").on("submit", function(){
1213                     return checkMultiHold();
1214                 });
1215             [% END %]
1216
1217             function display_pickup_location (state) {
1218                 var $text;
1219                 if ( state.needs_override === true ) {
1220                     $text = $(
1221                         '<span>' + state.text + '</span> <span style="float:right;" title="' +
1222                         _("This pickup location is not allowed according to circulation rules") +
1223                         '"><i class="fa fa-exclamation-circle" aria-hidden="true"></i></span>'
1224                     );
1225                 }
1226                 else {
1227                     $text = $('<span>'+state.text+'</span>');
1228                 }
1229
1230                 return $text;
1231             };
1232
1233             $(".pickup_location_dropdown").each( function () {
1234                 var this_dropdown = $(this);
1235                 var hold_id = $(this).data('hold_id');
1236
1237                 this_dropdown.select2({
1238                     allowClear: false,
1239                     ajax: {
1240                         url: '/api/v1/holds/' + encodeURIComponent(hold_id) + '/pickup_locations',
1241                         delay: 300, // wait 300 milliseconds before triggering the request
1242                         dataType: 'json',
1243                         data: function (params) {
1244                             var search_term = (params.term === undefined) ? '' : params.term;
1245                             var query = {
1246                                 "q": JSON.stringify({"name":{"-like":search_term+'%'}}),
1247                                 "_order_by": "name"
1248                             };
1249                             return query;
1250                         },
1251                         processResults: function (data) {
1252                             var results = [];
1253                             data.forEach( function ( pickup_location ) {
1254                                 results.push(
1255                                     {
1256                                         "id": pickup_location.library_id.escapeHtml(),
1257                                         "text": pickup_location.name.escapeHtml(),
1258                                         "needs_override": pickup_location.needs_override
1259                                     }
1260                                 );
1261                             });
1262                             return { "results": results };
1263                         }
1264                     },
1265                     templateResult: display_pickup_location
1266                 });
1267             });
1268
1269             $("#pickup_multi").select2({
1270                 width: '30%',
1271                 allowClear: true
1272             });
1273
1274             $('.multi_pickup_select').select2({
1275                 width: '100%',
1276                 allowClear: true
1277             });
1278
1279             $("#pickup_multi").on("change", function() {
1280                 var selection = $(this).val();
1281                 if ( selection != '' ) {
1282                     $(".multi_pickup_select").each(function() {
1283                         var valid_pickup_locations = $(this).data('pickup-locations');
1284                         if ( valid_pickup_locations.includes(selection) ) {
1285                             $(this).val(selection);
1286                             $(this).trigger("change");
1287                         }
1288                     });
1289                 }
1290             });
1291
1292             $("#pickup").each( function () {
1293                 var this_dropdown = $(this);
1294                 var patron_id = $(this).data('patron-id');
1295                 var biblio_id = $(this).data('biblio-id');
1296
1297                 this_dropdown.select2({
1298                     width: 'style',
1299                     allowClear: false,
1300                     ajax: {
1301                         url: '/api/v1/biblios/' + encodeURIComponent(biblio_id) + '/pickup_locations',
1302                         delay: 300, // wait 300 milliseconds before triggering the request
1303                         dataType: 'json',
1304                         data: function (params) {
1305                             var search_term = (params.term === undefined) ? '' : params.term;
1306                             var query = {
1307                                 "q": JSON.stringify({"name":{"-like":search_term+'%'}}),
1308                                 "_order_by": "name",
1309                                 "patron_id": patron_id
1310                             };
1311                             return query;
1312                         },
1313                         processResults: function (data) {
1314                             var results = [];
1315                             data.forEach( function ( pickup_location ) {
1316                                 results.push(
1317                                     {
1318                                         "id": pickup_location.library_id.escapeHtml(),
1319                                         "text": pickup_location.name.escapeHtml(),
1320                                         "needs_override": pickup_location.needs_override
1321                                     }
1322                                 );
1323                             });
1324                             return { "results": results };
1325                         }
1326                     },
1327                     templateResult: display_pickup_location
1328                 });
1329             });
1330         });
1331
1332         function check() {
1333             var msg = "";
1334             var count_reserv = 0;
1335
1336             // check if we have checkitem form
1337             if (document.form.checkitem){
1338                 for (i=0;i<document.form.checkitem.length;i++){
1339                     if (document.form.checkitem[i].checked == true) {
1340                         count_reserv++ ;
1341                     }
1342                 }
1343                 // for only one item, check the checkitem without consider the loop checkitem
1344                 if (i==0){
1345                     if (document.form.checkitem.checked == true) {
1346                         count_reserv++;
1347                     }
1348                 }
1349             }
1350
1351             if (document.form.requestany.checked == true){
1352                 count_reserv++ ;
1353             }
1354
1355             if (count_reserv == "0"){
1356                 msg += (_("- Please select an item to place a hold") + "\n");
1357             }
1358
1359             if (msg == "") {
1360                 $('#hold-request-form').preventDoubleFormSubmit();
1361                 return(true);
1362             } else {
1363                 alert(msg);
1364                 return(false);
1365             }
1366         }
1367
1368         function checkMultiHold() {
1369
1370             var biblionumbers = "";
1371             var selected_bibs = $(".multi_hold_item_checkbox:checked");
1372             if ( selected_bibs.length > 0 ) {
1373                 // there are biblios selected in the form!
1374                 // verify they have a pickup location selected
1375
1376                 var pickup_not_set = 0;
1377                 selected_bibs.each(function() {
1378                     if ( $(this).closest('tr').find(".multi_pickup_select").val() === "" ) {
1379                         pickup_not_set++;
1380                     }
1381                     else {
1382                         var bibnum = $(this).attr("title");
1383                         biblionumbers += bibnum + "/";
1384                     }
1385                 });
1386                 if ( pickup_not_set > 0 ) {
1387                     alert( _("Please make sure all selected titles have a pickup location set" + "\n") );
1388                     return false;
1389                 }
1390             }
1391             else {
1392                 alert( _("Please select at least one title" + "\n") );
1393                 return false;
1394             }
1395
1396             var badSpans = $(".not_holdable");
1397             var badBibs = "";
1398             $(badSpans).each(function() {
1399                 var bibnum = $(this).attr("title");
1400                 badBibs += bibnum + "/";
1401             });
1402
1403             $("#multi_hold_bibs").val(biblionumbers);
1404             $("#bad_bibs").val(badBibs);
1405
1406             $('#hold-request-form').preventDoubleFormSubmit();
1407
1408             return true;
1409         }
1410
1411          $(document).ready(function() {
1412             $("input.needsoverride").click(function() { // This must be before the radio button/checkbox switch logic
1413                 var itemnumber = this.value;
1414                 var msg = '';
1415
1416                 switch (override_items[itemnumber].holdallowed) {
1417                     case "not_allowed": msg = _("This item normally cannot be put on hold."); break;
1418                     case "from_home_library": msg = _("This item normally cannot be put on hold except for patrons from %s.").format(override_items[itemnumber].homebranch); break;
1419                 }
1420
1421                 msg += "\n\n" + _("Place hold on this item?");
1422
1423                 return confirm(msg);
1424             });
1425             $("button.warning").click(function() {
1426                 return confirm( _("None of these items can normally be put on hold for this patron.") + "\n\n" + _("Place hold?") );
1427             });
1428             $("#requestany").click(function() {
1429                 if(this.checked){
1430                     $("input[name=checkitem]").each(function() {
1431                         $(this).prop("checked", false);
1432                     });
1433                 }
1434             });
1435             $("input[name=checkitem]").click(function() {
1436                 onechecked = 0;
1437                 $("input[name=checkitem]").each(function() {
1438                     if(this.checked){
1439                         onechecked = 1;
1440                     }
1441                 });
1442                 if(onechecked == 1){
1443                     $("#requestany").prop("checked", false);
1444                     $("#holds_to_place_count").prop('disabled', true);
1445                 } else {
1446                     $("#requestany").prop("checked",true);
1447                     $("#holds_to_place_count").prop('disabled', false);
1448                 }
1449             });
1450             var prev_rank_request;
1451             $("select[name=rank-request]").on("focus", function() {
1452                 prev_rank_request = $(this).val();
1453                 var row = $(this).parents("tr:first");
1454             }).change(function() {
1455                 var row = $(this).parents("tr:first");
1456                 var value = parseInt($(this).val());
1457                 var found_holds = $("select[name='rank-request'][disabled='disabled']").length ; //Count how many are found
1458                 if( !isNaN(value) ) {  //If moved to 'del'
1459                     var after = row.parent().find("tr:nth-child("+(value+1+found_holds )+")"); //Go to the row 1 after the new value (and skip found holds)
1460                     if (prev_rank_request > value) {
1461                         row.insertBefore(after);
1462                     } else {
1463                         row.insertAfter(after);
1464                     }
1465                 }
1466
1467                 var next_priority = 1;
1468                 $("select[name=rank-request]").each(function () {
1469                     if( isNaN( $(this).val() ) ){ return true; } //Don't reset found or del holds
1470                     $(this).val(next_priority);
1471                     next_priority++;
1472                 });
1473             });
1474
1475             $(".clear-date").on("click",function(e){
1476                 e.preventDefault();
1477                 var fieldID = this.id.replace("clear-date-","");
1478                 $("#" + fieldID).val("");
1479             });
1480
1481             // Confirm cancellation of hold
1482             let cancel_link;
1483             $(".cancel-hold").on("click",function(e) {
1484                 e.preventDefault;
1485                 cancel_link = $(this);
1486                 $('#cancelModal').modal();
1487                 return false;
1488             });
1489             $("#cancelModalConfirmBtn").on("click",function(e) {
1490                 let borrowernumber = cancel_link.data('borrowernumber');
1491                 let biblionumber = cancel_link.data('biblionumber');
1492                 let reserve_id = cancel_link.data('id');
1493                 let reason = $("#modal-cancellation-reason").val();
1494                 let link = `request.pl?action=cancel&amp;borrowernumber=${ borrowernumber }&amp;biblionumber=${ biblionumber }&amp;reserve_id=${ reserve_id }`;
1495                 if ( reason ) {
1496                     link += "&amp;cancellation-reason=" + reason
1497                 }
1498                 window.location.href = link;
1499                 return false;
1500             });
1501
1502             [% UNLESS ( patron || patron.borrowernumber || borrowers || noitems ) %]
1503                 [% IF ( PatronAutoComplete ) %]
1504                 $( "#patron" ).autocomplete({
1505                     source: "/cgi-bin/koha/circ/ysearch.pl",
1506                     minLength: 3,
1507                     select: function( event, ui ) {
1508                         $( "#patron" ).val( ui.item.cardnumber );
1509                         $( "#holds_patronsearch" ).submit();
1510                         return false;
1511                     }
1512                 })
1513                 .data( "ui-autocomplete" )._renderItem = function( ul, item ) {
1514                     return $( "<li></li>" )
1515                     .data( "ui-autocomplete-item", item )
1516                     .append(
1517                         "<a>"
1518                             + ( item.surname ? item.surname.escapeHtml() : "" )
1519                             + ", "
1520                             + ( item.firstname ? item.firstname.escapeHtml() : "" )
1521                             + " (" + ( item.cardnumber ? item.cardnumber.escapeHtml() : "" ) + ")"
1522                             + " "
1523                             + "<small>"
1524                                 + ( item.address ? item.address.escapeHtml() : "" )
1525                                 + " "
1526                                 + ( item.city ? item.city.escapeHtml() : "" )
1527                                 + " "
1528                                 + ( item.zipcode ? item.zipcode.escapeHtml() : "" )
1529                                 + " "
1530                                 + ( item.country ? item.country.escapeHtml() : "" )
1531                             + "</small>"
1532                         + "</a>" )
1533                     .appendTo( ul );
1534                 };
1535                 [% END %]
1536             [% END %]
1537             Sticky = $("#toolbar");
1538             Sticky.hcSticky({
1539                 stickTo: "#existing_holds",
1540                 stickyClass: "floating"
1541             });
1542         });
1543     </script>
1544 [% END %]
1545
1546 [% INCLUDE 'intranet-bottom.inc' %]