Bug 28338: Make item-level holds use locally defined pickup branches
[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_club">
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                                                                     [% ELSIF itemloo.not_holdable == 'no_valid_pickup_location' %]
635                                                                         No valid pickup location
636                                                                     [% ELSE %]
637                                                                         [% itemloo.not_holdable | html %]
638                                                                     [% END %]
639                                                                 [% END %]
640                                                             </span>
641                                                         [% END # /IF itemloo.force_hold_level %]
642                                                     </td>
643                                                     [% IF ( item_level_itypes ) %]
644                                                         <td>
645                                                             [% UNLESS ( noItemTypeImages ) %]
646                                                                 [% IF ( itemloo.imageurl ) %]<img src="[% itemloo.imageurl | html %]" alt="" /> <br /> [% END %]
647                                                             [% END %]
648                                                             [% itemloo.itypename | html %]
649                                                         </td>
650                                                     [% END %]
651                                                     <td>
652                                                         [% itemloo.barcode | html %]
653                                                     </td>
654                                                     <td>
655                                                         [% Branches.GetName( itemloo.homebranch ) | html %]
656                                                     </td>
657                                                     <td>
658                                                         [% Branches.GetName( itemloo.holdingbranch ) | html %]
659                                                     </td>
660                                                     [% IF itemdata_ccode %]
661                                                         <td>
662                                                             [% IF ( itemloo.ccode ) %][% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => itemloo.ccode ) | html %][% END %]
663                                                         </td>
664                                                     [% END %]
665                                                     <td>
666                                                         [% itemloo.itemcallnumber | html %]
667                                                     </td>
668                                                     <td>
669                                                         [% IF ( itemloo.copynumber ) %][% itemloo.copynumber | html %][% ELSE %]&nbsp;[% END %]
670                                                     </td>
671                                                     [% IF itemdata_enumchron %]
672                                                         <td>
673                                                             [% itemloo.enumchron | html %]
674                                                         </td>
675                                                     [% END %]
676                                                     [% IF ( itemloo.onloan ) %]
677                                                         <td data-order="[% itemloo.date_due | html %]">
678                                                             <span class="checkedout">Due [% itemloo.date_due | $KohaDates  as_due_date => 1 %]</span>
679                                                     [% ELSE %]
680                                                         <td>
681                                                             [% IF ( itemloo.transfertwhen ) %]
682                                                                 In transit from [% Branches.GetName( itemloo.transfertfrom ) | html %],
683                                                                 to [% Branches.GetName( itemloo.transfertto ) | html %], since [% itemloo.transfertwhen | html %]
684                                                             [% END %]
685                                                     [% END %]
686
687                                                         [% IF ( itemloo.reservedate ) %]
688                                                             [% IF ( itemloo.nocancel ) %]
689                                                                     Can't be cancelled when item is in transit
690                                                             [% ELSE %]
691                                                                 [% IF ( itemloo.waitingdate ) %]Waiting[% ELSE %]On hold[% END %]
692                                                                 [% IF ( itemloo.canreservefromotherbranches ) %]
693                                                                     for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% itemloo.ReservedFor.borrowernumber | uri %]">[% itemloo.ReservedFor.firstname | html %] [% itemloo.ReservedFor.surname | html %]</a>
694                                                                 [% END %]
695                                                                 [% IF ( itemloo.waitingdate ) %]at[% ELSE %]expected at[% END %]
696                                                                 [% Branches.GetName( itemloo.ExpectedAtLibrary ) | html %] since
697                                                                 [% IF ( itemloo.waitingdate ) %]
698                                                                     [% itemloo.waitingdate | $KohaDates %]
699                                                                 [% ELSE %]
700                                                                     [% IF ( itemloo.reservedate ) %]
701                                                                         [% itemloo.reservedate | html %]
702                                                                     [% END %]
703                                                                 [% END %].
704                                                                 <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>
705                                                             [% END # /IF itemloo.nocancel %]
706                                                         [% ELSE %]
707                                                             Not on hold
708                                                         [% END # /IF itemloo.reservedate %]
709
710                                                         [% IF itemloo.item_level_holds == "N" %]
711                                                             <br/>Item level hold not allowed from OPAC
712                                                         [% ELSIF itemloo.item_level_holds == "F" %]
713                                                             <br/>Item level hold forced from OPAC
714                                                         [% END %]
715
716                                                         [% IF ( itemloo.itemlost ) %]
717                                                            <span class="lost">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => itemloo.itemlost ) | html %]</span>
718                                                         [% END %]
719
720                                                         [% IF ( itemloo.damaged ) %]
721                                                             <span class="dmg">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.damaged', authorised_value => itemloo.damaged ) | html %]</span>
722                                                         [% END %]
723
724                                                         [% IF ( itemloo.withdrawn ) %]
725                                                            <span class="wdn">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.withdrawn', authorised_value => itemloo.withdrawn ) | html %]</span>
726                                                         [% END %]
727
728                                                         [% IF ( itemloo.notforloan ) %]
729                                                            <span class="nfl">Not for loan ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => itemloo.notforloan ) | html %])</span>
730                                                         [% END %]
731                                                     </td>
732                                                     <td>
733                                                     [% IF (itemloo.pickup_locations_count > 0) %]
734                                                         <select name="item_pickup" class="pickup_locations"
735                                                                 data-item-id="[% itemloo.itemnumber | html %]"
736                                                                 data-patron-id="[% patron.borrowernumber | html %]"></select>
737                                                     [% END %]
738                                                     </td>
739                                                 </tr>
740                                             [% END # / UNLESS itemloo.hide %]
741                                         [% END # /FOREACH itemloo %]
742                                     </tbody>
743                                 </table> <!-- /#requestspecific -->
744
745                                 [% IF ( bibitemloo.hiddencount ) %]
746                                     <form>
747                                         <p class="hiddencount">
748                                             <a href="request.pl?biblionumber=[% bibitemloo.biblionumber | uri %]&amp;borrowernumber=[% bibitemloo.borrowernumber | uri %]&amp;showallitems=1">Show all items ([% bibitemloo.hiddencount | html %] hidden)</a>
749                                         </p>
750                                     </form>
751                                 [% END # /IF bibitemloo.hiddencount %]
752                             [% END # /FOREACH bibitemloo %]
753
754                         [% ELSE # /UNLESS multi_hold %]
755
756                             <table id="requesttitles">
757                                 <tr>
758                                     <th>&nbsp;</th>
759                                     <th>Title</th>
760                                     [% UNLESS ( item_level_itypes ) %]
761                                         <th>Item type</th>
762                                     [% END %]
763                                     <th>Priority</th>
764                                     <th>Information</th>
765                                     <th>Pickup location</th>
766                                 </tr>
767                                 [% FOREACH biblioloo IN biblioloop %]
768                                     [% IF ( biblioloo.warn ) %]
769                                         <tr class="onissue">
770                                     [% ELSE %]
771                                         <tr>
772                                     [% END %]
773                                         <td>
774                                             [% UNLESS ( biblioloo.warn ) %]
775                                                     <input class="multi_hold_item_checkbox" type="checkbox" checked="checked" title="[% biblioloo.biblionumber | html %]"/>
776                                                 </td>
777                                             [% END %]
778                                         <td>
779                                             <ul>
780                                                 <li>
781                                                     <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber | uri %]">[% biblioloo.title | html %]</a>
782                                                 </li>
783                                                 [% IF ( biblioloo.publicationyear ) %]
784                                                     <li>
785                                                         <span class="label">Publication year:</span> [% biblioloo.publicationyear | html %]
786                                                     </li>
787                                                 [% END %]
788                                             </ul>
789                                             [% IF ( biblioloo.warn ) %]
790                                                 <span class="not_holdable" title="[% biblioloo.biblionumber | html %]"></span>
791                                             [% END %]
792                                         </td>
793                                         [% UNLESS ( item_level_itypes ) %]
794                                             <td>
795                                                 <img src="[% biblioloo.imageurl | html %]" alt="[% biblioloo.itypename | html %]" title="[% biblioloo.itypename | html %]" />
796                                             </td>
797                                         [% END %]
798                                         <td>[% biblioloo.rank | html %]</td>
799                                         <td>
800                                             [% IF ( biblioloo.checked_previously ) %]
801                                                 <span>Patron has previously checked out this title</span><br/>
802                                             [% END %]
803                                             [% IF ( biblioloo.alreadyres ) %]
804                                                 <ul>
805                                             [% ELSE %]
806                                                 [% IF ( biblioloo.none_avail ) %]
807                                                     <ul>
808                                                 [% END %]
809                                             [% END %]
810
811                                             [% IF ( biblioloo.alreadyres ) %]
812                                                 <li>
813                                                     <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %]</a>
814                                                     <strong>already has a hold</strong> on this item
815                                                 </li>
816                                             [% END %]
817                                             [% IF ( biblioloo.none_avail ) %]
818                                                 <li> <strong>No items are available</strong> to be placed on hold</li>
819                                             [% END %]
820
821                                             [% IF ( biblioloo.alreadyres ) %]
822                                                 </ul>
823                                             [% ELSE %]
824                                                 [% IF ( biblioloo.none_avail ) %]
825                                                     </ul>
826                                                 [% END %]
827                                             [% END %]
828                                         </td>
829                                         <td>
830                                             <select name="pickup_[% biblioloo.biblionumber | html %]"
831                                                     class="multi_pickup_select"
832                                                     data-biblio-id="[% biblioloo.biblionumber | html %]"
833                                                     data-patron-id="[% patron.borrowernumber | html %]"
834                                                     data-pickup-locations='[% biblioloo.pickup_locations_codes.json | $raw %]'>
835                                                 <option value=""></option>
836                                             [% FOREACH pickup_location IN biblioloo.pickup_locations %]
837                                                 <option value="[% pickup_location.branchcode | html %]">[% pickup_location.branchname | html %]</option>
838                                             [% END %]
839                                             </select>
840                                         </td>
841                                     </tr>
842                                 [% END # /FOREACH biblioloo %]
843                             </table> <!-- /#requesttitles -->
844
845                         [% END # /UNLESS multi_hold %]
846
847                         <fieldset class="action">
848                             [% IF ( patron AND patron.borrowernumber ) %]
849                                 [% IF ( override_required ) %]
850                                     <button type="submit" class="btn btn-default warning"><i class="fa fa-exclamation-triangle "></i> Place hold</button>
851                                 [% ELSIF ( none_available ) %]
852                                     <button type="submit" disabled="disabled" class="btn btn-default btn-disabled">Place hold</button>
853                                 [% ELSE %]
854                                     [% IF ( multi_hold ) %]
855                                         <button type="submit" class="btn btn-default" id="multi_hold_submit">Place hold</button>
856                                     [% ELSE %]
857                                         <button type="submit" class="btn btn-default">Place hold</button>
858                                     [% END %]
859                                 [% END %]
860                             [% END # /IF patron %]
861                         </fieldset> <!-- /.action -->
862                     </form> <!-- /#hold-request-form -->
863                 </fieldset> <!-- /.rows -->
864             [% END %]
865
866             [% UNLESS ( patron ) %]
867                 [% IF ( reserveloop ) %]
868                     <form id="existing_holds" name="T[% time | html %]" action="modrequest.pl" method="post" style="display:block">
869                         [% IF ( multi_hold ) %]
870                             <input type = "hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
871                         [% END %]
872
873                         <h2>Existing holds</h2>
874                         <div id="toolbar" class="btn-toolbar">
875                             <input type="submit" name="submit" value="Update hold(s)" />
876                         <fieldset id="cancellation-reason-fieldset" class="action">
877                             [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
878                             [% IF hold_cancellation %]
879                                 <label for="cancellation-reason">Cancellation reason: </label>
880                                 <select class="cancellation-reason" name="cancellation-reason" id="cancellation-reason">
881                                     <option value="">No reason given</option>
882                                     [% FOREACH reason IN hold_cancellation %]
883                                         <option value="[% reason.authorised_value | html %]">[% reason.lib | html %]</option>
884                                     [% END %]
885                                 </select>
886                             [% END %]
887                         </fieldset>
888                         </div>
889
890                         [% FOREACH biblioloo IN biblioloop %]
891                             [% IF ( biblioloo.reserveloop ) %]
892                                 [% IF ( multi_hold ) %]
893                                     <h3>
894                                         <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber | uri %]">
895                                             [% biblioloo.title | html %]
896                                         </a>
897                                     </h3>
898                                 [% END %]
899
900                                 [% IF Koha.Preference('HoldsSplitQueue') == 'branch' %]
901                                     [% SET branchcodes = [] %]
902
903                                     [% FOREACH h IN biblioloo.reserveloop %]
904                                         [% branchcodes.push( h.branchcode ) %]
905                                     [% END %]
906                                     [% branchcodes = branchcodes.unique %]
907
908                                     [% FOREACH b IN branchcodes.sort %]
909                                         [% SET holds_by_branch = [] %]
910                                         [% FOREACH h IN biblioloo.reserveloop %]
911                                             [% IF h.branchcode == b %]
912                                                 [% holds_by_branch.push( h ) %]
913                                             [% END %]
914                                         [% END %]
915                                         <fieldset>
916                                             <legend>[% Branches.GetName( b ) | html %]</legend>
917                                             [% INCLUDE holds_table.inc holds=holds_by_branch %]
918                                         </fieldset>
919                                     [% END # /FOREACh b %]
920                                 [% ELSIF Koha.Preference('HoldsSplitQueue') == 'itemtype' %]
921                                     [% SET itemtypes = [] %]
922
923                                     [% FOREACH h IN biblioloo.reserveloop %]
924                                         [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
925                                         [% itemtypes.push( hold_itemtype ) %]
926                                     [% END %]
927                                     [% itemtypes = itemtypes.unique %]
928
929                                     [% FOREACH i IN itemtypes.sort %]
930                                         [% SET holds_by_itemtype = [] %]
931                                         [% FOREACH h IN biblioloo.reserveloop %]
932                                             [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
933                                             [% IF hold_itemtype == i %]
934                                                 [% holds_by_itemtype.push( h ) %]
935                                             [% END %]
936                                         [% END %]
937
938                                         <fieldset>
939                                             [% IF i %]
940                                                 <legend>[% ItemTypes.GetDescription( i ) | html %]</legend>
941                                             [% ELSE %]
942                                                 <legend>Any item type</legend>
943                                             [% END %]
944                                             [% INCLUDE holds_table.inc holds=holds_by_itemtype %]
945                                         </fieldset>
946                                     [% END # /FOREACH i %]
947                                 [% ELSIF Koha.Preference('HoldsSplitQueue') == 'branch_itemtype' %]
948                                     [% SET branchcodes = [] %]
949
950                                     [% FOREACH h IN biblioloo.reserveloop %]
951                                         [% branchcodes.push( h.branchcode ) %]
952                                     [% END %]
953                                     [% branchcodes = branchcodes.unique %]
954
955                                     [% FOREACH b IN branchcodes.sort %]
956                                         <fieldset>
957                                             <legend>[% Branches.GetName( b ) | html %]</legend>
958                                             [% SET holds_by_branch = [] %]
959                                             [% FOREACH h IN biblioloo.reserveloop %]
960                                                 [% IF h.branchcode == b %]
961                                                     [% holds_by_branch.push( h ) %]
962                                                 [% END %]
963                                             [% END %]
964
965                                             [% SET itemtypes = [] %]
966                                             [% FOREACH h IN holds_by_branch %]
967                                                 [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
968                                                 [% itemtypes.push( hold_itemtype ) %]
969                                             [% END %]
970                                             [% itemtypes = itemtypes.unique %]
971
972                                             [% FOREACH i IN itemtypes.sort %]
973                                                 [% IF i %]
974                                                     <h3>[% ItemTypes.GetDescription( i ) | html %]</h3>
975                                                 [% ELSE %]
976                                                     <h3>Any item type</h3>
977                                                 [% END %]
978
979                                                 [% SET holds_by_itemtype = [] %]
980                                                 [% FOREACH h IN holds_by_branch %]
981                                                     [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
982                                                     [% IF hold_itemtype == i %]
983                                                         [% holds_by_itemtype.push( h ) %]
984                                                     [% END %]
985                                                 [% END %]
986                                                 [% INCLUDE holds_table.inc holds=holds_by_itemtype %]
987                                             [% END %]
988                                         </fieldset>
989                                     [% END # /FOREACH b %]
990                                 [% ELSE %]
991                                     [% INCLUDE holds_table.inc holds=biblioloo.reserveloop %]
992                                 [% END # /IF HoldsSplitQueue %]
993
994                             [% END # /IF biblioloo.reserveloop %]
995                         [% END # FOREACH biblioloo %]
996                         </fieldset> <!-- /.rows -->
997                     </form> <!-- /name=TTime -->
998                 [% END # IF reserveloop %]
999             [% END # UNLESS patron %]
1000
1001         </main>
1002
1003         [% IF ( multi_hold ) # No sidebar menu when placing multiple holds %]
1004             </div> <!-- /.col-md-10.col-md-offset-1 -->
1005         [% ELSE %]
1006             </div> <!-- /.col-sm-10.col-sm-push-2 -->
1007                 <div class="col-sm-2 col-sm-pull-10">
1008                     <aside>
1009                         [% INCLUDE 'biblio-view-menu.inc' %]
1010                     </aside>
1011                 </div> <!-- /.col-sm-2.col-sm-pull-10 -->
1012         [% END %]
1013     </div> <!-- /.row -->
1014
1015     <div id="cancelModal" class="modal" tabindex="-1" role="dialog" aria-hidden="true">
1016         <div class="modal-dialog" role="document">
1017             <div class="modal-content">
1018                 <div class="modal-header">
1019                     <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1020                     <h3>Confirm deletion</h3>
1021                 </div>
1022
1023                 <div class="modal-body">
1024                     <p>Are you sure you want to cancel this hold?</p>
1025
1026                     <fieldset class="action">
1027                         [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
1028                         [% IF hold_cancellation %]
1029                             <label for="cancellation-reason">Cancellation reason: </label>
1030                             <select class="cancellation-reason" name="modal-cancellation-reason" id="modal-cancellation-reason">
1031                                 <option value="">No reason given</option>
1032                                 [% FOREACH reason IN hold_cancellation %]
1033                                     <option value="[% reason.authorised_value | html %]">[% reason.lib | html %]</option>
1034                                 [% END %]
1035                             </select>
1036                         [% END %]
1037                     </fieldset>
1038                 </div>
1039
1040                 <div class="modal-footer">
1041                     <button id="cancelModalConfirmBtn" type="button" class="btn btn-danger">Confirm cancellation</button>
1042                     <a href="#" data-dismiss="modal">Cancel</a>
1043                 </div>
1044             </div>
1045         </div>
1046     </div>
1047
1048 [% MACRO jsinclude BLOCK %]
1049     [% INCLUDE 'datatables.inc' %]
1050     [% INCLUDE 'calendar.inc' %]
1051     [% INCLUDE 'columns_settings.inc' %]
1052     [% Asset.js("lib/hc-sticky.js") | $raw %]
1053     [% Asset.js("js/circ-patron-search-results.js") | $raw %]
1054     [% INCLUDE 'select2.inc' %]
1055     <script>
1056         var Sticky;
1057         var biblionumber = "[% biblionumber | $raw %]";
1058         var borrowernumber = "[% patron.borrowernumber | $raw %]";
1059         var patron_homebranch = "[% To.json( Branches.GetName( patron.branchcode ) ) | $raw %]";
1060         var override_items = {[% FOREACH bibitemloo IN bibitemloop %][% FOREACH itemloo IN bibitemloo.itemloop %][% IF ( itemloo.override ) %]
1061         [% itemloo.itemnumber | html %]: {
1062             homebranch: "[% To.json( Branches.GetName( itemloo.homebranch ) ) | $raw %]",
1063             holdallowed: "[% itemloo.holdallowed | html %]"
1064             },
1065             [% END %][% END %][% END %]
1066         };
1067         var ERROR_MAP = {
1068             damaged: _("Item damaged"),
1069             ageRestricted: _("Age restricted"),
1070             tooManyHoldsForThisRecord: _("Exceeded max holds per record"),
1071             tooManyReservesToday: _("Daily hold limit reached for patron"),
1072             tooManyReserves: _("Too many holds"),
1073             notReservable: _("Not holdable"),
1074             noReservesAllowed: _("No reserves allowed"),
1075             cannotReserveFromOtherBranches: _("Patron is from different library"),
1076             itemAlreadyOnHold: _("Patron already has hold for this item"),
1077             cannotBeTransferred: _("Cannot be transferred to pickup library"),
1078             pickupNotInHoldGroup: _("Only pickup locations within the same hold group are allowed")
1079         }
1080         columns_settings_borrowers_table = [% TablesSettings.GetColumns( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %];
1081         $.fn.select2.defaults.set("width", "100%" );
1082         $.fn.select2.defaults.set("dropdownAutoWidth", true );
1083
1084         $(document).ready(function() {
1085             $('#cancellation-reason-fieldset').hide();
1086             $('.rank-request').on('change', function() {
1087                 if ( $(".rank-request option:selected[value='del']").length ) {
1088                     $('#cancellation-reason-fieldset').show();
1089                 } else {
1090                     $('#cancellation-reason-fieldset').hide();
1091                 }
1092             });
1093
1094             [% SET active = clubs ? 1 : 0 %]
1095             $('#circ_holds_select').tabs({
1096                 active: [% active | $raw %],
1097                 activate: function(){
1098                     $(this).find("input.focus").focus();
1099                 },
1100                 create: function(){
1101                     $(this).find("input.focus").focus();
1102                 }
1103             });
1104             function ToggleHoldsToPlace() {
1105                 if ( $("#requestany").prop('checked') ) {
1106                     $("#holds_to_place_count").prop('disabled', false);
1107                 } else {
1108                     $("#holds_to_place_count").prop('disabled', true);
1109                 }
1110             }
1111             ToggleHoldsToPlace();
1112             $("#requestany").on('change', function(){
1113                 ToggleHoldsToPlace();
1114             });
1115
1116             [% IF Koha.Preference('UseBranchTransferLimits') %]
1117                 $("#pickup").on('change', function(){
1118                     var pickup = $("#pickup").val();
1119                     var url = "?pickup=" + pickup;
1120                     url += "&borrowernumber=" + borrowernumber;
1121                     url += "&biblionumber=" + biblionumber;
1122                     window.location.replace(url);
1123                 });
1124             [% END %]
1125
1126             [% IF AutoResumeSuspendedHolds %]
1127                 $(".suspend_until_datepicker, .datepickerfrom, .datepickerto").datepicker("option", "minDate", 1);
1128             [% END %]
1129
1130             $(".datepickerto").datepicker("option", "altField", ".datepickerto_hidden");
1131             $(".datepickerto").datepicker("option", "altFormat", "yy-mm-dd");
1132
1133             $(".datepickerfrom").datepicker("option", "altField", ".datepickerfrom_hidden");
1134             $(".datepickerfrom").datepicker("option", "altFormat", "yy-mm-dd");
1135
1136             var my_table = $("#requestspecific").dataTable($.extend(true, {}, dataTablesDefaults, {
1137                 'bPaginate': false,
1138                 "sDom": '<"top pager"ilf>t',
1139             }));
1140
1141             //Override fieldset styling for dataTables search box
1142             $("div.top.pager").css("margin-left","1em");
1143             $(".dataTables_filter label").css({
1144                 "width":"auto",
1145                 "margin-right":"0em"
1146             });
1147
1148             $("#club-request-form").on("submit", function() {
1149                 let $t = $(this);
1150                 $('.clubalert, .holdalert').addClass('hide');
1151                 let biblionumbers = [biblionumber];
1152                 let biblionumbers_text;
1153                 const data = {
1154                     pickup_library_id: $('select[name="pickup"]').val()
1155                 };
1156                 if($('input[name="checkitem"]:checked').length)
1157                     data.item_id = $('input[name="checkitem"]:checked').val();
1158                 if($('input[name="borrowernumber"]').length)
1159                     data.patron_id = $('input[name="borrowernumber"]').val();
1160                 if($('textarea[name="notes"]').length)
1161                     data.notes = $('textarea[name="notes"]').val()||null;
1162                 if($('.datepickerto_hidden').length)
1163                     data.expiration_date = $('.datepickerto_hidden').val()||null;
1164                 if($('.datepickerfrom_hidden').length)
1165                     data.hold_date = $('.datepickerfrom_hidden').val()||null;
1166                 if($('input[name="itemtype"]').length) {
1167                     data.item_type = $('input[name="itemtype"]').val()||null;
1168                 }
1169                 if($('input[name="default_patron_home"]:checked').length) {
1170                     data.default_patron_home = 1;
1171                 }
1172                 if($('input[name="biblionumbers"]').length) {
1173                     biblionumbers_text = $('input[name="biblionumbers"]').val();
1174                     biblionumbers = biblionumbers_text.replace(/\/$/, '').split('/')
1175                 }
1176
1177                 const count = $('input[name="holds_to_place_count"]').length?$('input[name="holds_to_place_count"]').val():1;
1178                 biblionumbers.forEach(function(biblionumber) {
1179                     data.biblio_id = biblionumber;
1180                     let options = {
1181                         url: $t.attr('action'),
1182                         method: $t.attr('method').toUpperCase(),
1183                         contentType: 'application/json',
1184                         data: JSON.stringify(data)
1185                     };
1186                     for(let i = 0; i < count; i++) {
1187                         $.ajax(options)
1188                         .then(function(result) {
1189                             let url = 'request.pl?biblionumber='+biblionumber;
1190                             if(biblionumbers_text) {
1191                                 url = 'request.pl?biblionumbers='+biblionumbers_text;
1192                             }
1193                             document.location = url;
1194                         })
1195                         .fail(function(err) {
1196                             var message = err.responseJSON.error;
1197                             var match = err.responseJSON.error.match(/Reason: (\w+)\s*$/);
1198                             if(match && ERROR_MAP[match[1]]) {
1199                                 message = '<div><strong>'+_("Cannot place hold")+'</strong></div><div>'+ERROR_MAP[match[1]]+'</div>'
1200                             }
1201                             $('.clubalert, .holdalert').removeClass('hide').html(message);
1202                         });
1203                     }
1204                 });
1205
1206                 return false;
1207             });
1208
1209             [% UNLESS ( multi_hold ) %]
1210                 $("#hold-request-form").on("submit", function(){
1211                     return check($(this));
1212                 });
1213             [% ELSE %]
1214                 $("#hold-request-form").on("submit", function(){
1215                     return checkMultiHold();
1216                 });
1217             [% END %]
1218
1219             function display_pickup_location (state) {
1220                 var $text;
1221                 if ( state.needs_override === true ) {
1222                     $text = $(
1223                         '<span>' + state.text + '</span> <span style="float:right;" title="' +
1224                         _("This pickup location is not allowed according to circulation rules") +
1225                         '"><i class="fa fa-exclamation-circle" aria-hidden="true"></i></span>'
1226                     );
1227                 }
1228                 else {
1229                     $text = $('<span>'+state.text+'</span>');
1230                 }
1231
1232                 return $text;
1233             };
1234
1235             $(".pickup_location_dropdown").each( function () {
1236                 var this_dropdown = $(this);
1237                 var hold_id = $(this).data('hold_id');
1238
1239                 this_dropdown.select2({
1240                     allowClear: false,
1241                     ajax: {
1242                         url: '/api/v1/holds/' + encodeURIComponent(hold_id) + '/pickup_locations',
1243                         delay: 300, // wait 300 milliseconds before triggering the request
1244                         dataType: 'json',
1245                         data: function (params) {
1246                             var search_term = (params.term === undefined) ? '' : params.term;
1247                             var query = {
1248                                 "q": JSON.stringify({"name":{"-like":search_term+'%'}}),
1249                                 "_order_by": "name"
1250                             };
1251                             return query;
1252                         },
1253                         processResults: function (data) {
1254                             var results = [];
1255                             data.forEach( function ( pickup_location ) {
1256                                 results.push(
1257                                     {
1258                                         "id": pickup_location.library_id.escapeHtml(),
1259                                         "text": pickup_location.name.escapeHtml(),
1260                                         "needs_override": pickup_location.needs_override
1261                                     }
1262                                 );
1263                             });
1264                             return { "results": results };
1265                         }
1266                     },
1267                     templateResult: display_pickup_location
1268                 });
1269             });
1270
1271             $("#pickup_multi").select2({
1272                 width: '30%',
1273                 allowClear: true
1274             });
1275
1276             $('.multi_pickup_select').select2({
1277                 width: '100%',
1278                 allowClear: true
1279             });
1280
1281             $("#pickup_multi").on("change", function() {
1282                 var selection = $(this).val();
1283                 if ( selection != '' ) {
1284                     $(".multi_pickup_select").each(function() {
1285                         var valid_pickup_locations = $(this).data('pickup-locations');
1286                         if ( valid_pickup_locations.includes(selection) ) {
1287                             $(this).val(selection);
1288                             $(this).trigger("change");
1289                         }
1290                     });
1291                 }
1292             });
1293
1294             $("#pickup").each( function () {
1295                 var this_dropdown = $(this);
1296                 var patron_id = $(this).data('patron-id');
1297                 var biblio_id = $(this).data('biblio-id');
1298
1299                 this_dropdown.select2({
1300                     width: 'style',
1301                     allowClear: false,
1302                     ajax: {
1303                         url: '/api/v1/biblios/' + encodeURIComponent(biblio_id) + '/pickup_locations',
1304                         delay: 300, // wait 300 milliseconds before triggering the request
1305                         dataType: 'json',
1306                         data: function (params) {
1307                             var search_term = (params.term === undefined) ? '' : params.term;
1308                             var query = {
1309                                 "q": JSON.stringify({"name":{"-like":search_term+'%'}}),
1310                                 "_order_by": "name",
1311                                 "patron_id": patron_id
1312                             };
1313                             return query;
1314                         },
1315                         processResults: function (data) {
1316                             var results = [];
1317                             data.forEach( function ( pickup_location ) {
1318                                 results.push(
1319                                     {
1320                                         "id": pickup_location.library_id.escapeHtml(),
1321                                         "text": pickup_location.name.escapeHtml(),
1322                                         "needs_override": pickup_location.needs_override
1323                                     }
1324                                 );
1325                             });
1326                             return { "results": results };
1327                         }
1328                     },
1329                     templateResult: display_pickup_location
1330                 });
1331             });
1332             $(".pickup_locations").each( function () {
1333                 var this_dropdown = $(this);
1334                 var patron_id = $(this).data('patron-id');
1335                 var item_id   = $(this).data('item-id');
1336
1337                 this_dropdown.select2({
1338                     allowClear: true,
1339                     ajax: {
1340                         url: '/api/v1/items/' + encodeURIComponent(item_id) + '/pickup_locations',
1341                         delay: 300, // wait 300 milliseconds before triggering the request
1342                         dataType: 'json',
1343                         data: function (params) {
1344                             var search_term = (params.term === undefined) ? '' : params.term;
1345                             var query = {
1346                                 "q": JSON.stringify({"name":{"-like":search_term+'%'}}),
1347                                 "_order_by": "name",
1348                                 "patron_id": patron_id
1349                             };
1350                             return query;
1351                         },
1352                         processResults: function (data) {
1353                             var results = [];
1354                             data.forEach( function ( pickup_location ) {
1355                                 results.push(
1356                                     {
1357                                         "id": pickup_location.library_id.escapeHtml(),
1358                                         "text": pickup_location.name.escapeHtml(),
1359                                         "needs_override": pickup_location.needs_override
1360                                     }
1361                                 );
1362                             });
1363                             return { "results": results };
1364                         }
1365                     },
1366                     templateResult: display_pickup_location
1367                 });
1368             });
1369         });
1370
1371         function check( table ) {
1372
1373             var msg = "";
1374
1375             if ( $("#requestany").attr("checked") !== "checked" ) {
1376                 // requestany not selected, go through the item-specific cases
1377                 if ( $('input[type="radio"]:checked').length > 0 ) {
1378                     // got item-specific hold requests in the form!
1379                     // verify they have a pickup location selected
1380
1381                     if (table.find('input[type="radio"]:checked')
1382                                 .closest('tr')
1383                                 .find(".pickup_locations").val() === null) {
1384
1385                         msg = _("- Please select a pickup location for the item" + "\n")
1386                     }
1387                 }
1388                 else {
1389                     msg = (_("- Please select an item to place a hold") + "\n");
1390                 }
1391             }
1392
1393             if (msg == "") {
1394                 $('#hold-request-form').preventDoubleFormSubmit();
1395                 return(true);
1396             } else {
1397                 alert(msg);
1398                 return(false);
1399             }
1400         }
1401
1402         function checkMultiHold() {
1403
1404             var biblionumbers = "";
1405             var selected_bibs = $(".multi_hold_item_checkbox:checked");
1406             if ( selected_bibs.length > 0 ) {
1407                 // there are biblios selected in the form!
1408                 // verify they have a pickup location selected
1409
1410                 var pickup_not_set = 0;
1411                 selected_bibs.each(function() {
1412                     if ( $(this).closest('tr').find(".multi_pickup_select").val() === "" ) {
1413                         pickup_not_set++;
1414                     }
1415                     else {
1416                         var bibnum = $(this).attr("title");
1417                         biblionumbers += bibnum + "/";
1418                     }
1419                 });
1420                 if ( pickup_not_set > 0 ) {
1421                     alert( _("Please make sure all selected titles have a pickup location set" + "\n") );
1422                     return false;
1423                 }
1424             }
1425             else {
1426                 alert( _("Please select at least one title" + "\n") );
1427                 return false;
1428             }
1429
1430             var badSpans = $(".not_holdable");
1431             var badBibs = "";
1432             $(badSpans).each(function() {
1433                 var bibnum = $(this).attr("title");
1434                 badBibs += bibnum + "/";
1435             });
1436
1437             $("#multi_hold_bibs").val(biblionumbers);
1438             $("#bad_bibs").val(badBibs);
1439
1440             $('#hold-request-form').preventDoubleFormSubmit();
1441
1442             return true;
1443         }
1444
1445          $(document).ready(function() {
1446             $("input.needsoverride").click(function() { // This must be before the radio button/checkbox switch logic
1447                 var itemnumber = this.value;
1448                 var msg = '';
1449
1450                 switch (override_items[itemnumber].holdallowed) {
1451                     case "not_allowed": msg = _("This item normally cannot be put on hold."); break;
1452                     case "from_home_library": msg = _("This item normally cannot be put on hold except for patrons from %s.").format(override_items[itemnumber].homebranch); break;
1453                 }
1454
1455                 msg += "\n\n" + _("Place hold on this item?");
1456
1457                 return confirm(msg);
1458             });
1459             $("button.warning").click(function() {
1460                 return confirm( _("None of these items can normally be put on hold for this patron.") + "\n\n" + _("Place hold?") );
1461             });
1462             $("#requestany").click(function() {
1463                 if(this.checked){
1464                     $("input[name=checkitem]").each(function() {
1465                         $(this).prop("checked", false);
1466                     });
1467                 }
1468             });
1469             $("input[name=checkitem]").click(function() {
1470                 onechecked = 0;
1471                 $("input[name=checkitem]").each(function() {
1472                     if(this.checked){
1473                         onechecked = 1;
1474                     }
1475                 });
1476                 if(onechecked == 1){
1477                     $("#requestany").prop("checked", false);
1478                     $("#holds_to_place_count").prop('disabled', true);
1479                 } else {
1480                     $("#requestany").prop("checked",true);
1481                     $("#holds_to_place_count").prop('disabled', false);
1482                 }
1483             });
1484             var prev_rank_request;
1485             $("select[name=rank-request]").on("focus", function() {
1486                 prev_rank_request = $(this).val();
1487                 var row = $(this).parents("tr:first");
1488             }).change(function() {
1489                 var row = $(this).parents("tr:first");
1490                 var value = parseInt($(this).val());
1491                 var found_holds = $("select[name='rank-request'][disabled='disabled']").length ; //Count how many are found
1492                 if( !isNaN(value) ) {  //If moved to 'del'
1493                     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)
1494                     if (prev_rank_request > value) {
1495                         row.insertBefore(after);
1496                     } else {
1497                         row.insertAfter(after);
1498                     }
1499                 }
1500
1501                 var next_priority = 1;
1502                 $("select[name=rank-request]").each(function () {
1503                     if( isNaN( $(this).val() ) ){ return true; } //Don't reset found or del holds
1504                     $(this).val(next_priority);
1505                     next_priority++;
1506                 });
1507             });
1508
1509             $(".clear-date").on("click",function(e){
1510                 e.preventDefault();
1511                 var fieldID = this.id.replace("clear-date-","");
1512                 $("#" + fieldID).val("");
1513             });
1514
1515             // Confirm cancellation of hold
1516             let cancel_link;
1517             $(".cancel-hold").on("click",function(e) {
1518                 e.preventDefault;
1519                 cancel_link = $(this);
1520                 $('#cancelModal').modal();
1521                 return false;
1522             });
1523             $("#cancelModalConfirmBtn").on("click",function(e) {
1524                 let borrowernumber = cancel_link.data('borrowernumber');
1525                 let biblionumber = cancel_link.data('biblionumber');
1526                 let reserve_id = cancel_link.data('id');
1527                 let reason = $("#modal-cancellation-reason").val();
1528                 let link = `request.pl?action=cancel&amp;borrowernumber=${ borrowernumber }&amp;biblionumber=${ biblionumber }&amp;reserve_id=${ reserve_id }`;
1529                 if ( reason ) {
1530                     link += "&amp;cancellation-reason=" + reason
1531                 }
1532                 window.location.href = link;
1533                 return false;
1534             });
1535
1536             [% UNLESS ( patron || patron.borrowernumber || borrowers || noitems ) %]
1537                 [% IF ( PatronAutoComplete ) %]
1538                 $( "#patron" ).autocomplete({
1539                     source: "/cgi-bin/koha/circ/ysearch.pl",
1540                     minLength: 3,
1541                     select: function( event, ui ) {
1542                         $( "#patron" ).val( ui.item.cardnumber );
1543                         $( "#holds_patronsearch" ).submit();
1544                         return false;
1545                     }
1546                 })
1547                 .data( "ui-autocomplete" )._renderItem = function( ul, item ) {
1548                     return $( "<li></li>" )
1549                     .data( "ui-autocomplete-item", item )
1550                     .append(
1551                         "<a>"
1552                             + ( item.surname ? item.surname.escapeHtml() : "" )
1553                             + ", "
1554                             + ( item.firstname ? item.firstname.escapeHtml() : "" )
1555                             + " (" + ( item.cardnumber ? item.cardnumber.escapeHtml() : "" ) + ")"
1556                             + " "
1557                             + "<small>"
1558                                 + ( item.address ? item.address.escapeHtml() : "" )
1559                                 + " "
1560                                 + ( item.city ? item.city.escapeHtml() : "" )
1561                                 + " "
1562                                 + ( item.zipcode ? item.zipcode.escapeHtml() : "" )
1563                                 + " "
1564                                 + ( item.country ? item.country.escapeHtml() : "" )
1565                             + "</small>"
1566                         + "</a>" )
1567                     .appendTo( ul );
1568                 };
1569                 [% END %]
1570             [% END %]
1571             Sticky = $("#toolbar");
1572             Sticky.hcSticky({
1573                 stickTo: "#existing_holds",
1574                 stickyClass: "floating"
1575             });
1576         });
1577     </script>
1578 [% END %]
1579
1580 [% INCLUDE 'intranet-bottom.inc' %]