Bug 20421: Inform staff that patron does have the title checked out during placing...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reserve / request.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% USE KohaDates %]
5 [% USE Branches %]
6 [% USE Categories %]
7 [% USE ItemTypes %]
8 [% USE AuthorisedValues %]
9 [% USE Price %]
10 [% SET footerjs = 1 %]
11 [% INCLUDE 'doc-head-open.inc' %]
12 [% UNLESS ( multi_hold ) %]
13     <title>Koha &rsaquo; Circulation &rsaquo; Holds &rsaquo; Place a hold on [% title | html %]</title>
14 [% ELSE %]
15     <title>Koha &rsaquo; Circulation &rsaquo; Holds &rsaquo; Confirm holds</title>
16 [% END %]
17 [% INCLUDE 'doc-head-close.inc' %]
18 </head>
19
20 <body id="circ_request" class="catalog">
21 [% INCLUDE 'header.inc' %]
22 [% INCLUDE 'circ-search.inc' %]
23
24 [% UNLESS ( multi_hold ) %]
25     <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | html %]">[% title | html %]</a> &rsaquo; Place a hold on [% title | html %]</div>
26 [% ELSE %]
27     <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a> &rsaquo; Confirm holds</div>
28 [% END %]
29
30 <div class="main container-fluid">
31     <div class="row">
32         [% IF ( multi_hold ) # No sidebar menu when placing multiple holds %]
33             <div class="col-md-10 col-md-offset-1">
34         [% ELSE %]
35             <div class="col-sm-10 col-sm-push-2">
36         [% END %]
37             <main>
38
39 [% IF ( noitems ) %]
40     <div class="dialog alert">
41     [%IF (multi_hold) %]
42         <strong>Cannot place hold:</strong> one or more records without items attached.
43     [% ELSE %]
44         <strong>Cannot place hold:</strong> this record has no items attached.
45     [% END %]
46     </div>
47 [% END %]
48
49   [% IF ( messagetransfert ) %]
50                 <div class="dialog message">
51                                 <h2>Hold found for ([% nextreservtitle | html %]), please transfer</h2>
52                         <p>Hold placed by : <strong> [% nextreservsurname | html %] [% nextreservfirstname | html %]</strong> at : <strong> [% branchname | html %] </strong>, Please transfer this item.
53                         </p>
54                         <form name="cancelReservewithtransfert" action="branchreserves.pl" method="post">
55                                 <input type="submit" class="button" />
56                         </form>
57                 </div>
58   [% END %]
59
60   [% UNLESS ( multi_hold ) %]
61     <h1>Place a hold on [% INCLUDE 'biblio-default-view.inc' %][% title | html %]</a></h1>
62   [% ELSE %]
63     <h1>Confirm holds</h1>
64   [% END %]
65
66   [% UNLESS patron OR patron.borrowernumber OR noitems %]
67     [% IF ( messageborrower ) %]
68       <div class="dialog alert"><h3>Patron not found</h3><p>No patron with this name, please, try another</p> </div>
69     [% END %]
70     <form  id="holds_patronsearch" action="request.pl?biblionumber=[% biblionumber | html %]" method="post">
71         <fieldset id="circ_holds_selectborrower" class="brief">
72
73         [% UNLESS borrowers %]
74                 <label for="patron">Patron: </label>
75                 <div class="hint">Enter patron card number or partial name:</div>
76                 <input type="text" size="40" id="patron" class="focus" name="findborrower" autocomplete="off" />
77                 <input type="submit" value="Search" />
78             [% IF multi_hold %]
79                 <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
80                 <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
81             [% ELSE %]
82                 <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
83             [% END %]
84             </fieldset>
85         [% ELSE %]
86             [% INCLUDE 'circ-patron-search-results.inc' destination = "holds" %]
87           </fieldset>
88
89         [% END %]
90         [% IF ( multi_hold ) %]
91             <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
92             <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
93         [% END %]
94     </form>
95   [% ELSIF NOT noitems %]
96
97 [% IF ( checked_previously && !multi_hold ) %]
98 <div class="dialog alert">
99   <ul>
100     <li>Patron has previously checked out this title</li>
101   </ul>
102 </div>
103 [% END %]
104
105 [% IF ( exceeded_maxreserves || exceeded_holds_per_record || alreadyreserved || none_available || alreadypossession || ageRestricted ) %]
106     <div class="dialog alert">
107
108     [% UNLESS ( multi_hold ) %]
109       <h3>Cannot place hold</h3>
110       <ul>
111         [% IF ( exceeded_maxreserves ) %]
112           <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>
113         [% ELSIF ( exceeded_holds_per_record ) %]
114           <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>
115         [% ELSIF ( alreadypossession ) %]
116           <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>
117         [% ELSIF ( alreadyreserved ) %]
118           <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>
119         [% ELSIF ( ageRestricted ) %]
120           <li><strong>Age restricted</strong></li>
121         [% ELSIF ( none_available ) %]
122           <li> <strong>No items are available</strong> to be placed on hold.</li>
123         [% ELSIF ( maxreserves ) %]
124           <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>
125         [% END %]
126       </ul>
127     [% ELSE %]
128         <h3>Cannot place hold on some items</h3>
129         [% IF ( exceeded_maxreserves ) %]
130           <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>
131         [% ELSIF ( exceeded_holds_per_record ) %]
132             [% FOREACH biblioloo IN biblioloop %]
133                 [% IF (biblioloo.tooManyHoldsForThisRecord) %]
134                     <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>
135                 [% END %]
136             [% END %]
137         [% END %]
138     [% END %]
139
140     </div>
141 [% END %]
142
143 [% IF ( expiry || diffbranch || patron.is_debarred || ( amount_outstanding && Koha.Preference('maxoutstanding') && amount_outstanding > Koha.Preference('maxoutstanding') ) ) %]
144 <div class="dialog message"><ul>
145     [% IF ( expiry ) %]
146     <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>
147     [% END %]
148
149     [% IF patron.is_debarred %]
150     <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>
151     [% END %]
152
153     [% IF amount_outstanding && Koha.Preference('maxoutstanding') && amount_outstanding > Koha.Preference('maxoutstanding') %]
154     <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>
155     [% END %]
156
157     [% IF ( diffbranch ) %]
158     <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>
159     [% END %]
160
161 </ul></div>
162 [% END %]
163
164   [% IF ( messageborrower ) %]
165    <div class="dialog alert"><h3>Patron not found:</h3> <p>Name or barcode not found. Please try an other </p></div>
166   [% END %]
167
168   <fieldset class="rows left">
169     <legend>Hold details</legend>
170         [% UNLESS ( multi_hold ) %]
171             <form action="placerequest.pl" method="post" onsubmit="return check();" name="form" id="hold-request-form">
172         [% ELSE %]
173             <form action="placerequest.pl" method="post" onsubmit="return checkMultiHold();" name="form">
174         [% END %]
175
176         <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
177         <input type="hidden" name="type" value="str8" />
178
179         [% IF ( multi_hold ) %]
180             <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
181             <input type="hidden" name="biblionumbers" id="multi_hold_bibs" value="[% biblionumbers | html %]"/>
182             <input type="hidden" name="bad_bibs" id="bad_bibs" value=""/>
183             <input type="hidden" name="request" value="any"/>
184             [% FOREACH biblioloo IN biblioloop %]
185               <input type="hidden" name="title_[% biblioloo.biblionumber | html %]" value="[% biblioloo.title | html %]"/>
186               <input type="hidden" name="rank_[% biblioloo.biblionumber | html %]" value="[% biblioloo.rank | html %]"/>
187             [% END %]
188         [% ELSE %]
189             <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
190             <input type="hidden" name="title" value="[% title | html %]" />
191             <input type="hidden" name="rank-request" value="[% fixedRank | html %]" />
192         [% END %]
193
194        <ol> <li><span class="label">Patron:</span>
195             [% IF ( patron.borrowernumber ) %]
196                 <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] ([% patron.cardnumber | html %])</a>
197             [% ELSE %]
198                 Not defined yet
199             [% END %]
200         </li>
201         [% UNLESS ( multi_hold ) %]
202           <li>
203               <span class="label">Estimated priority:</span>
204               <strong>[% fixedRank | html %]</strong>
205           </li>
206         [% END %]
207         <li>
208             <label for="holdnotes">Notes:</label>
209             <textarea id="holdnotes" name="notes" cols="30" rows="1"></textarea>
210         </li>
211         <li>
212             <label for="pickup">Pickup at:</label>
213             <select name="pickup" size="1" id="pickup">
214                 [% PROCESS options_for_libraries libraries => Branches.all({ selected => pickup, search_params => { pickup_location => 1 } }) %]
215             </select>
216         </li>
217
218         [% UNLESS ( multi_hold ) %]
219             [% IF Koha.Preference('AllowHoldItemTypeSelection') %]
220                 <li>
221                     <label for="itemtype">Request specific item type:</label>
222                     <select name="itemtype" size="1" id="itemtype">
223                         <option value="">Any item type</option>
224                         [%- FOREACH itemtype IN available_itemtypes %]
225                             <option value="[% itemtype | html %]">[% ItemTypes.GetDescription( itemtype ) | html %]</option>
226                         [%- END %]
227                     </select>
228                 </li>
229             [% END %]
230         [% END %]
231
232         [% IF ( reserve_in_future ) %]
233         <li>
234         <label for="from">Hold starts on date:</label>
235         <input name="reserve_date" id="from" size="10" class="datepickerfrom" type="text" >
236         <a href="#" id="clear-date-from" class="clear-date">Clear date</a>
237         </li>
238         [% END %]
239
240         <li>
241         <label for="to">Hold expires on date:</label>
242         <input name="expiration_date" id="to" size="10" class="datepickerto" type="text" />
243         <a href="#" id="clear-date-to" class="clear-date">Clear date</a>
244         </li>
245
246         [% UNLESS ( multi_hold ) %]
247           <li> <label for="requestany">Hold next available item </label>
248                [% IF force_hold_level == 'item' %]
249                    <input type="checkbox" id="requestany" name="request" disabled="true" />
250                [% ELSIF force_hold_level == 'record' %]
251                    <input type="checkbox" id="requestany" checked="checked" value="Any" disabled="true"/>
252                    <input type="hidden" name="request" value="Any"/>
253                [% ELSE %]
254                    <input type="checkbox" id="requestany" name="request" checked="checked" value="Any" />
255                 [% END %]
256                <input type="hidden" name="biblioitem" value="[% biblioitemnumber | html %]" />
257                <input type="hidden" name="alreadyreserved" value="[% alreadyreserved | html %]" />
258           </li>
259
260           [% IF remaining_holds_for_record > 1 %]
261               <li>
262                    <label for="holds_to_place_count">Holds to place (count)</label>
263                    <input id="holds_to_place_count" type="number" name="holds_to_place_count" min="1" max="[% remaining_holds_for_record | html %]" step="1" value="1" />
264               </li>
265             [% ELSE %]
266                 <input type="hidden" name="holds_to_place_count" value="1" />
267             [% END %]
268         [% END %]
269
270 </ol>
271    [% UNLESS ( multi_hold ) %]
272         <fieldset class="action">
273             [% IF ( patron.borrowernumber ) %]
274                 [% IF ( override_required ) %]
275                     <input type="submit" class="warning" value="Place hold" />
276                 [% ELSIF ( none_available ) %]
277                     <input type="submit" disabled="disabled" value="Place hold" />
278                 [% ELSE %]
279                     <input type="submit" value="Place hold" />
280                 [% END %]
281             [% END %]
282         </fieldset>
283         [% FOREACH bibitemloo IN bibitemloop %]
284           <ol>
285             [% UNLESS ( item_level_itypes ) %]
286               <li><span class="label">Item type:</span> [% bibitemloo.description | html %]</li>
287             [% END %]
288
289             [% IF ( bibitemloo.publicationyear ) %]<li><span class="label">Publication year:</span> [% bibitemloo.publicationyear | html %]</li>[% END %]
290           </ol>
291
292         <h2 style="padding: 0 1em;">
293             Place a hold on a specific item
294             [% IF bibitemloo.force_hold_level == 'item' %]
295                 <span class="error"><i>(Required)</i></span>
296             [% END %]
297         </h2>
298         <table id="requestspecific">
299             <thead>
300                 <tr>
301                     <th>Hold</th>
302                 [% IF ( item_level_itypes ) %]
303                     <th>Item type</th>
304                 [% END %]
305                     <th>Barcode</th>
306                     <th>Home library</th>
307                     <th>Last location</th>
308                 [% IF itemdata_ccode %]
309                     <th>Collection</th>
310                 [% END %]
311                     <th>Call no.</th>
312                     <th>Copy number</th>
313                 [% IF itemdata_enumchron %]
314                     <th>Vol no.</th>
315                 [% END %]
316                     <th class="title-string">Information</th>
317                 </tr>
318             </thead>
319             <tbody>
320             [% SET selected = 0 %]
321             [% FOREACH itemloo IN bibitemloo.itemloop %]
322             [% UNLESS ( itemloo.hide ) %]
323                 <tr class="[% itemloo.backgroundcolor | html %]">
324                     <td>
325                 [% IF itemloo.force_hold_level == 'record' # Patron has placed a record level hold previously for this record %]
326                     <span class="error">
327                         <i class="fa fa-times fa-lg" title="Cannot be put on hold"></i>
328                         Hold must be record level
329                     </span>
330                 [% ELSIF ( itemloo.available ) %]
331                     <input type="radio" name="checkitem" value="[% itemloo.itemnumber | html %]" />
332                 [% ELSIF ( itemloo.override ) %]
333                     <input type="radio" name="checkitem" class="needsoverride" value="[% itemloo.itemnumber | html %]" />
334                     <i class="fa fa-exclamation-triangle fa-lg" style="color:gold" title="Requires override of hold policy"/></i>
335                 [% ELSE %]
336                     <span class="error">
337                         <i class="fa fa-times fa-lg" title="Cannot be put on hold"></i>
338                         [% IF itemloo.not_holdable %]
339                             [% IF itemloo.not_holdable == 'damaged' %]
340                                 Item damaged
341                             [% ELSIF itemloo.not_holdable == 'ageRestricted' %]
342                                 Age restricted
343                             [% ELSIF itemloo.not_holdable == 'tooManyHoldsForThisRecord' %]
344                                 Exceeded max holds per record
345                             [% ELSIF itemloo.not_holdable == 'tooManyReservesToday' %]
346                                 Daily hold limit reached for patron
347                             [% ELSIF itemloo.not_holdable == 'tooManyReserves' %]
348                                 Too many holds
349                             [% ELSIF itemloo.not_holdable == 'notReservable' %]
350                                 Not holdable
351                             [% ELSIF itemloo.not_holdable == 'cannotReserveFromOtherBranches' %]
352                                 Patron is from different library
353                             [% ELSIF itemloo.not_holdable == 'itemAlreadyOnHold' %]
354                                 Patron already has hold for this item
355                             [% ELSIF itemloo.not_holdable == 'cannotBeTransferred' %]
356                                 Cannot be transferred to pickup library
357                             [% ELSE %]
358                                 [% itemloo.not_holdable | html %]
359                             [% END %]
360                         [% END %]
361                     </span>
362                 [% END %]
363                     </td>
364                 [% IF ( item_level_itypes ) %]
365                     <td>
366                     [% UNLESS ( noItemTypeImages ) %]
367                         [% IF ( itemloo.imageurl ) %]<img src="[% itemloo.imageurl | html %]" alt="" /> <br /> [% END %]
368                     [% END %]
369                         [% itemloo.itypename | html %]
370                     </td>
371                 [% END %]
372
373                     <td>
374                         [% itemloo.barcode | html %]
375                     </td>
376                     <td>
377                         [% Branches.GetName( itemloo.homebranch ) | html %]
378                     </td>
379                     <td>
380                         [% Branches.GetName( itemloo.holdingbranch ) | html %]
381                     </td>
382                 [% IF itemdata_ccode %]
383                     <td>
384                         [% IF ( itemloo.ccode ) %][% AuthorisedValues.GetByCode( 'CCODE', itemloo.ccode ) | html %][% END %]
385                     </td>
386                 [% END %]
387                     <td>
388                         [% itemloo.itemcallnumber | html %]
389                     </td>
390                     <td>
391                         [% IF ( itemloo.copynumber ) %][% itemloo.copynumber | html %][% ELSE %]&nbsp;[% END %]
392                     </td>
393                 [% IF itemdata_enumchron %]
394                     <td>
395                         [% itemloo.enumchron | html %]
396                     </td>
397                 [% END %]
398                     <td>
399                 [% IF ( itemloo.onloan ) %]
400                     <span title="[% itemloo.date_due | html %]" class="checkedout">Due [% itemloo.date_due | $KohaDates  as_due_date => 1 %]</span>
401                 [% ELSE %]
402                     <span title="0000-00-00">
403                         [% IF ( itemloo.transfertwhen ) %]
404                             In transit from [% Branches.GetName( itemloo.transfertfrom ) | html %],
405                             to [% Branches.GetName( itemloo.transfertto ) | html %], since [% itemloo.transfertwhen | html %]
406                         [% END %]
407                     </span>
408                 [% END %]
409                 [% IF ( itemloo.message ) %]
410                    Unavailable (lost or missing)
411                 [% END %]
412
413                 [% IF ( itemloo.notforloan ) %]
414                    Not for loan ([% itemloo.notforloanvalue | html %])
415                 [% END %]
416
417                 [% IF ( itemloo.reservedate ) %]
418                     [% IF ( itemloo.nocancel ) %]
419                             Can't be cancelled when item is in transit
420                     [% ELSE %]
421                     [% IF ( itemloo.waitingdate ) %]Waiting[% ELSE %]On hold[% END %]
422                     [% IF ( itemloo.canreservefromotherbranches ) %]for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% itemloo.ReservedFor.borrowernumber | uri %]">[% itemloo.ReservedFor.firstname | html %] [% itemloo.ReservedFor.surname | html %]</a>[% END %] [% IF ( itemloo.waitingdate ) %]at[% ELSE %]expected at[% END %] [% Branches.GetName( itemloo.ExpectedAtLibrary ) | html %]
423                     since
424                     [% IF ( itemloo.waitingdate ) %][% itemloo.waitingdate | $KohaDates %][% ELSE %][% IF ( itemloo.reservedate ) %][% itemloo.reservedate | html %][% END %][% END %]. <a class="info" href="modrequest.pl?CancelBiblioNumber=[% itemloo.biblionumber | html %]&amp;CancelBorrowerNumber=[% itemloo.ReservedFor.borrowernumber | html %]&amp;CancelItemnumber=[% itemloo.itemnumber | html %]"  onclick="return confirmDelete(MSG_CONFIRM_DELETE_HOLD);">Cancel hold</a>
425
426                     [% END %]
427                 [% ELSE %]
428                     Not on hold
429                 [% END %]
430
431                 [% IF itemloo.item_level_holds == "N" %]
432                     <br/>Item level hold not allowed from OPAC
433                 [% ELSIF itemloo.item_level_holds == "F" %]
434                     <br/>Item level hold forced from OPAC
435                 [% END %]
436                 [% IF ( itemloo.damaged ) %]
437                     <br />Damaged
438                 [% END %]
439                     </td>
440                 </tr>
441             [% END %] <!--UNLESS item hide-->
442             [% END %] <!-- itemloop -->
443             </tbody>
444         </table>
445     [% IF ( bibitemloo.hiddencount ) %]
446         <form>
447         <p class="hiddencount"><a href="request.pl?biblionumber=[% bibitemloo.biblionumber | uri %]&amp;borrowernumber=[% bibitemloo.borrowernumber | uri %]&amp;showallitems=1">Show all items ([% bibitemloo.hiddencount | html %] hidden)</a></p>
448         </form>
449     [% END %] <!-- hiddencount -->
450     [% END %] <!-- bibitemloop -->
451
452   [% ELSE %]<!-- UNLESS multi_hold -->
453
454     <table id="requesttitles">
455       <tr>
456         <th>&nbsp;</th>
457         <th>Title</th>
458         [% UNLESS ( item_level_itypes ) %]
459           <th>Item type</th>
460         [% END %]
461         <th>Priority</th>
462         <th>Information</th>
463       </tr>
464       [% FOREACH biblioloo IN biblioloop %]
465         [% IF ( biblioloo.warn ) %]
466           <tr class="onissue">
467         [% ELSE %]
468           <tr>
469         [% END %]
470           <td>
471             [% UNLESS ( biblioloo.warn ) %]
472               <input class="multi_hold_item_checkbox" type="checkbox" checked="checked" title="[% biblioloo.biblionumber | html %]"/></td>
473             [% END %]
474             <td>
475             <ul>
476               <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber | uri %]">[% biblioloo.title | html %]</a></li>
477               [% IF ( biblioloo.publicationyear ) %]
478                 <li><span class="label">Publication year:</span> [% biblioloo.publicationyear | html %]</li>
479               [% END %]
480             </ul>
481             [% IF ( biblioloo.warn ) %]
482               <span class="not_holdable" title="[% biblioloo.biblionumber | html %]"></span>
483             [% END %]
484           </td>
485           [% UNLESS ( item_level_itypes ) %]
486             <td>
487               <img src="[% biblioloo.imageurl | html %]" alt="[% biblioloo.itypename | html %]" title="[% biblioloo.itypename | html %]" />
488             </td>
489           [% END %]
490             <td>[% biblioloo.rank | html %]</td>
491           <td>
492             [% IF ( biblioloo.checked_previously ) %]
493               <span class="alert">Patron has previously checked out this title</span><br/>
494             [% END %]
495             [% IF ( biblioloo.alreadyres ) %]
496               <ul>
497             [% ELSE %]
498               [% IF ( biblioloo.none_avail ) %]
499                 <ul>
500               [% END %]
501             [% END %]
502
503           [% IF ( biblioloo.alreadyres ) %]
504               <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>
505           [% END %]
506           [% IF ( biblioloo.none_avail ) %]
507               <li> <strong>No items are available</strong> to be placed on hold</li>
508           [% END %]
509
510             [% IF ( biblioloo.alreadyres ) %]
511               </ul>
512             [% ELSE %]
513               [% IF ( biblioloo.none_avail ) %]
514                 </ul>
515               [% END %]
516             [% END %]
517
518           </td>
519         </tr>
520       [% END %]
521     </table>
522
523   [% END %]<!-- /multi_hold -->
524
525     <fieldset class="action">
526         [% IF ( patron AND patron.borrowernumber ) %]
527             [% IF ( override_required ) %]
528                 <input type="submit" class="warning" value="Place hold" />
529             [% ELSIF ( none_available ) %]
530                 <input type="submit" disabled="disabled" value="Place hold" />
531             [% ELSE %]
532                 [% IF ( multi_hold ) %]
533                     <input type="submit" value="Place hold" id="multi_hold_submit"/>
534                 [% ELSE %]
535                     <input type="submit" value="Place hold" />
536                 [% END %]
537             [% END %]
538         [% END %]
539     </fieldset>
540     </form>
541         </fieldset>
542 [% END %]
543
544 [% UNLESS ( patron ) %]
545     [% IF ( reserveloop ) %]
546         <form name="T[% time | html %]" action="modrequest.pl" method="post">
547             [% IF ( multi_hold ) %]
548                 <input type = "hidden" name="multi_hold" value="1"/>
549                 <input type = "hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
550             [% END %]
551
552             <fieldset class="rows left">
553                 <legend>Existing holds</legend>
554
555                 [% FOREACH biblioloo IN biblioloop %]
556                     [% IF ( biblioloo.reserveloop ) %]
557                         [% IF ( multi_hold ) %]
558                             <h3>
559                                 <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber | uri %]">
560                                     [% biblioloo.title | html %]
561                                 </a>
562                             </h3>
563                         [% END %]
564
565                         [% IF Koha.Preference('HoldsSplitQueue') == 'branch' %]
566                             [% SET branchcodes = [] %]
567
568                             [% FOREACH h IN biblioloo.reserveloop %]
569                                 [% branchcodes.push( h.branchcode ) %]
570                             [% END %]
571                             [% branchcodes = branchcodes.unique %]
572
573                             [% FOREACH b IN branchcodes.sort %]
574                                 [% SET holds_by_branch = [] %]
575                                 [% FOREACH h IN biblioloo.reserveloop %]
576                                     [% IF h.branchcode == b %]
577                                         [% holds_by_branch.push( h ) %]
578                                     [% END %]
579                                 [% END %]
580                                 <fieldset>
581                                     <legend>[% Branches.GetName( b ) | html %]</legend>
582                                     [% INCLUDE holds_table.inc holds=holds_by_branch %]
583                                 </fieldset>
584                             [% END %]
585                         [% ELSIF Koha.Preference('HoldsSplitQueue') == 'itemtype' %]
586                             [% SET itemtypes = [] %]
587
588                             [% FOREACH h IN biblioloo.reserveloop %]
589                                 [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
590                                 [% itemtypes.push( hold_itemtype ) %]
591                             [% END %]
592                             [% itemtypes = itemtypes.unique %]
593
594                             [% FOREACH i IN itemtypes.sort %]
595                                 [% SET holds_by_itemtype = [] %]
596                                 [% FOREACH h IN biblioloo.reserveloop %]
597                                     [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
598                                     [% IF hold_itemtype == i %]
599                                         [% holds_by_itemtype.push( h ) %]
600                                     [% END %]
601                                 [% END %]
602
603                                 <fieldset>
604                                     [% IF i %]
605                                         <legend>[% ItemTypes.GetDescription( i ) | html %]</legend>
606                                     [% ELSE %]
607                                         <legend>Any item type</legend>
608                                     [% END %]
609                                     [% INCLUDE holds_table.inc holds=holds_by_itemtype %]
610                                 </fieldset>
611                             [% END %]
612                         [% ELSIF Koha.Preference('HoldsSplitQueue') == 'branch_itemtype' %]
613                             [% SET branchcodes = [] %]
614
615                             [% FOREACH h IN biblioloo.reserveloop %]
616                                 [% branchcodes.push( h.branchcode ) %]
617                             [% END %]
618                             [% branchcodes = branchcodes.unique %]
619
620                             [% FOREACH b IN branchcodes.sort %]
621                                 <fieldset class="contrast">
622                                     <legend>[% Branches.GetName( b ) | html %]</legend>
623                                     [% SET holds_by_branch = [] %]
624                                     [% FOREACH h IN biblioloo.reserveloop %]
625                                         [% IF h.branchcode == b %]
626                                             [% holds_by_branch.push( h ) %]
627                                         [% END %]
628                                     [% END %]
629
630                                     [% SET itemtypes = [] %]
631                                     [% FOREACH h IN holds_by_branch %]
632                                         [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
633                                         [% itemtypes.push( hold_itemtype ) %]
634                                     [% END %]
635                                     [% itemtypes = itemtypes.unique %]
636
637                                     [% FOREACH i IN itemtypes.sort %]
638                                         <fieldset class="standard">
639                                             [% IF i %]
640                                                 <legend>[% ItemTypes.GetDescription( i ) | html %]</legend>
641                                             [% ELSE %]
642                                                 <legend>Any item type</legend>
643                                             [% END %]
644
645                                             [% SET holds_by_itemtype = [] %]
646                                             [% FOREACH h IN holds_by_branch %]
647                                                 [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
648                                                 [% IF hold_itemtype == i %]
649                                                     [% holds_by_itemtype.push( h ) %]
650                                                 [% END %]
651                                             [% END %]
652                                             [% INCLUDE holds_table.inc holds=holds_by_itemtype %]
653                                         </fieldset>
654                                     [% END %]
655                                 </fieldset>
656                             [% END %]
657                         [% ELSE %]
658                             [% INCLUDE holds_table.inc holds=biblioloo.reserveloop %]
659                         [% END %]
660
661                     [% END %]<!-- /reserveloop -->
662                 [% END %]<!-- /biblioloop -->
663
664                 <fieldset class="action">
665                     <input type="submit" name="submit" value="Update hold(s)" />
666                 </fieldset>
667             </fieldset>
668         </form>
669     [% END %]
670 [% END %]
671
672             </main>
673
674         [% IF ( multi_hold ) # No sidebar menu when placing multiple holds %]
675             </div> <!-- /.col-md-10.col-md-offset-1 -->
676         [% ELSE %]
677             </div> <!-- /.col-sm-10.col-sm-push-2 -->
678                 <div class="col-sm-2 col-sm-pull-10">
679                     <aside>
680                             [% INCLUDE 'biblio-view-menu.inc' %]
681                     </aside>
682                 </div> <!-- /.col-sm-2.col-sm-pull-10 -->
683         [% END %]
684     </div> <!-- /.row -->
685
686
687 [% MACRO jsinclude BLOCK %]
688     [% INCLUDE 'datatables.inc' %]
689     [% INCLUDE 'calendar.inc' %]
690     [% INCLUDE 'columns_settings.inc' %]
691     [% Asset.js("js/circ-patron-search-results.js") | $raw %]
692     <script>
693         var biblionumber = "[% biblionumber | $raw %]";
694         var borrowernumber = "[% patron.borrowernumber | $raw %]";
695         var MSG_CONFIRM_DELETE_HOLD   = _("Are you sure you want to cancel this hold?");
696         var patron_homebranch = "[% Branches.GetName( patron.branchcode ) |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') | html %]";
697         var override_items = {[% FOREACH bibitemloo IN bibitemloop %][% FOREACH itemloo IN bibitemloo.itemloop %][% IF ( itemloo.override ) %]
698         [% itemloo.itemnumber | html %]: {
699             homebranch: "[% Branches.GetName( itemloo.homebranch ) |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') | html %]",
700             holdallowed: [% itemloo.holdallowed | html %]
701             },
702             [% END %][% END %][% END %]
703         };
704         var MSG_NO_ITEMS_AVAILABLE = _("A hold cannot be requested on any of these items.");
705         columns_settings_borrowers_table = [% ColumnsSettings.GetColumns( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %]
706
707         $(document).ready(function() {
708             function ToggleHoldsToPlace() {
709                 if ( $("#requestany").prop('checked') ) {
710                     $("#holds_to_place_count").prop('disabled', false);
711                 } else {
712                     $("#holds_to_place_count").prop('disabled', true);
713                 }
714             }
715             ToggleHoldsToPlace();
716             $("#requestany").on('change', function(){
717                 ToggleHoldsToPlace();
718             });
719
720             [% IF Koha.Preference('UseBranchTransferLimits') %]
721                 $("#pickup").on('change', function(){
722                     var pickup = $("#pickup").val();
723                     var url = "?pickup=" + pickup;
724                     url += "&borrowernumber=" + borrowernumber;
725                     url += "&biblionumber=" + biblionumber;
726                     window.location.replace(url);
727                 });
728             [% END %]
729
730             [% IF AutoResumeSuspendedHolds %]
731                 $(".suspend_until_datepicker, .datepickerfrom, .datepickerto").datepicker("option", "minDate", 1);
732             [% END %]
733
734             var my_table = $("#requestspecific").dataTable($.extend(true, {}, dataTablesDefaults, {
735                 'bPaginate': false,
736                 "sDom": '<"top pager"ilf>t',
737                 "aoColumnDefs": [
738                     { "sType": "title-string", "aTargets" : [ "title-string" ] }
739                 ]
740             }));
741
742             //Override fieldset styling for dataTables search box
743             $("div.top.pager").css("margin-left","1em");
744             $(".dataTables_filter label").css({
745                 "width":"auto",
746                 "margin-right":"0em"
747             });
748
749         });
750
751         function check() {
752             var msg = "";
753             var count_reserv = 0;
754
755             // check if we have checkitem form
756             if (document.form.checkitem){
757                 for (i=0;i<document.form.checkitem.length;i++){
758                     if (document.form.checkitem[i].checked == true) {
759                         count_reserv++ ;
760                     }
761                 }
762                 // for only one item, check the checkitem without consider the loop checkitem
763                 if (i==0){
764                     if (document.form.checkitem.checked == true) {
765                         count_reserv++;
766                     }
767                 }
768             }
769
770             if (document.form.requestany.checked == true){
771                 count_reserv++ ;
772             }
773
774             if (count_reserv == "0"){
775                 msg += (_("- Please select an item to place a hold") + "\n");
776             }
777
778             if (msg == "") {
779                 $('#hold-request-form').preventDoubleFormSubmit();
780                 return(true);
781             } else {
782                 alert(msg);
783                 return(false);
784             }
785         }
786
787         function checkMultiHold() {
788             var spans = $(".multi_hold_item_checkbox:checked");
789             if ($(spans).size() == 0) {
790                 alert(MSG_NO_ITEMS_AVAILABLE);
791                 return false;
792             }
793
794             var biblionumbers = "";
795             $(spans).each(function() {
796                 var bibnum = $(this).attr("title");
797                 biblionumbers += bibnum + "/";
798             });
799
800             var badSpans = $(".not_holdable");
801             var badBibs = "";
802             $(badSpans).each(function() {
803                 var bibnum = $(this).attr("title");
804                 badBibs += bibnum + "/";
805             });
806
807             $("#multi_hold_bibs").val(biblionumbers);
808             $("#bad_bibs").val(badBibs);
809
810             $('#hold-request-form').preventDoubleFormSubmit();
811
812             return true;
813         }
814
815          $(document).ready(function() {
816             $("input.needsoverride").click(function() { // This must be before the radio button/checkbox switch logic
817                 var itemnumber = this.value;
818                 var msg = '';
819
820                 switch (override_items[itemnumber].holdallowed) {
821                     case 0: msg = _("This item normally cannot be put on hold."); break;
822                     case 1: msg = _("This item normally cannot be put on hold except for patrons from %s.").format(override_items[itemnumber].homebranch); break;
823                 }
824
825                 msg += "\n\n" + _("Place hold on this item?");
826
827                 return confirm(msg);
828             });
829             $("input.warning").click(function() {
830                 return confirm( _("None of these items can normally be put on hold for this patron.") + "\n\n" + _("Place hold?") );
831             });
832             $("#requestany").click(function() {
833                 if(this.checked){
834                     $("input[name=checkitem]").each(function() {
835                         $(this).prop("checked", false);
836                     });
837                 }
838             });
839             $("input[name=checkitem]").click(function() {
840                 onechecked = 0;
841                 $("input[name=checkitem]").each(function() {
842                     if(this.checked){
843                         onechecked = 1;
844                     }
845                 });
846                 if(onechecked == 1){
847                     $("#requestany").prop("checked", false);
848                     $("#holds_to_place_count").prop('disabled', true);
849                 } else {
850                     $("#requestany").prop("checked",true);
851                     $("#holds_to_place_count").prop('disabled', false);
852                 }
853             });
854             var prev_rank_request;
855             $("select[name=rank-request]").on("focus", function() {
856                 prev_rank_request = $(this).val();
857                 var row = $(this).parents("tr:first");
858             }).change(function() {
859                 var row = $(this).parents("tr:first");
860                 var value = parseInt($(this).val());
861                 var found_holds = $("select[name='rank-request'][disabled='disabled']").length ; //Count how many are found
862                 if( !isNaN(value) ) {  //If moved to 'del'
863                     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)
864                     if (prev_rank_request > value) {
865                         row.insertBefore(after);
866                     } else {
867                         row.insertAfter(after);
868                     }
869                 }
870
871                 var next_priority = 1;
872                 $("select[name=rank-request]").each(function () {
873                     if( isNaN( $(this).val() ) ){ return true; } //Don't reset found or del holds
874                     $(this).val(next_priority);
875                     next_priority++;
876                 });
877             });
878
879             $(".clear-date").on("click",function(e){
880                 e.preventDefault();
881                 var fieldID = this.id.replace("clear-date-","");
882                 $("#" + fieldID).val("");
883             });
884
885             // Confirm cancelation of hold
886             $(".cancel-hold").on("click",function(e) {
887                 return confirmDelete(MSG_CONFIRM_DELETE_HOLD);
888             });
889
890             [% UNLESS ( patron || patron.borrowernumber || borrowers || noitems ) %]
891                 [% IF ( CircAutocompl ) %]
892                 $( "#patron" ).autocomplete({
893                     source: "/cgi-bin/koha/circ/ysearch.pl",
894                     minLength: 3,
895                     select: function( event, ui ) {
896                         $( "#patron" ).val( ui.item.cardnumber );
897                         $( "#holds_patronsearch" ).submit();
898                         return false;
899                     }
900                 })
901                 .data( "ui-autocomplete" )._renderItem = function( ul, item ) {
902                     return $( "<li></li>" )
903                     .data( "ui-autocomplete-item", item )
904                     .append( "<a>" + item.surname + ", " + item.firstname +
905                              " (" + item.cardnumber + ") <small>" + item.address +
906                              " " + item.city + " " + item.zipcode + " " +
907                              item.country + "</small></a>" )
908                     .appendTo( ul );
909                 };
910                 [% END %]
911             [% END %]
912
913         });
914     </script>
915 [% END %]
916
917 [% INCLUDE 'intranet-bottom.inc' %]