Bug 23485: Show barcode in holds to pull
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / pendingreserves.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% USE KohaDates %]
5 [% USE TablesSettings %]
6 [% USE AuthorisedValues %]
7 [%- USE Branches -%]
8 [%- USE ItemTypes -%]
9 [% SET footerjs = 1 %]
10 [% INCLUDE 'doc-head-open.inc' %]
11 <title>Koha &rsaquo; Circulation &rsaquo; Holds to pull</title>
12 [% INCLUDE 'doc-head-close.inc' %]
13 </head>
14
15 <body id="circ_pendingreserves" class="circ">
16 [% INCLUDE 'header.inc' %]
17 [% INCLUDE 'circ-search.inc' %]
18
19
20 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Holds to pull</div>
21
22 <div class="main container-fluid">
23     <div class="row">
24         <div class="col-sm-10 col-sm-push-2">
25             <main>
26
27         [% FOR m IN messages %]
28             <div class="dialog [% m.type | html %]">
29                 [% SWITCH m.code %]
30                 [% CASE 'letter_enqueued' %]
31                     <span>The notice has been correctly enqueued.</span>
32                 [% CASE 'no_email_address' %]
33                     <span>The patron does not have an email address defined.</span>
34                 [% CASE 'no_template_notice' %]
35                     <span>There is no notice template with a code 'CANCEL_HOLD_ON_LOST' defined in your system.</span>
36                 [% CASE 'hold_cancelled' %]
37                     <span>The hold has been correctly cancelled.</span>
38                 [% CASE 'hold_placed_at_biblio_level' %]
39                     <span>The hold has been placed on biblio level. It is not possible to determine the item to mark as lost.</span>
40                 [% CASE %]
41                     [% m.code | html %]
42                 [% END %]
43             </div>
44         [% END %]
45
46 <h2>Holds to pull placed between [% from | $KohaDates %] and [% to | $KohaDates %]</h2>
47 <h3>Reported on [% todaysdate | $KohaDates %]</h3>
48 <p>The following holds have not been filled. Please retrieve them and check them in.</p>
49 <div id="searchresults">
50     [% IF ( reserveloop ) %]
51     <table id="holdst">
52     <thead>
53         <tr>
54         <th>Pull this many items</th>
55         <th>Items available</th>
56         <th>Patrons with holds</th>
57         <th>First patron</th>
58         <th class="anti-the">Title</th>
59         <th class="string-sort">Libraries</th>
60         <th>Available barcodes</th>
61         <th>Available call numbers</th>
62         <th>Available copy numbers</th>
63         <th>Available enumeration</th>
64         <th class="string-sort">Available item types</th>
65         <th class="string-sort">Available locations</th>
66         <th class="title-string">Earliest hold date</th>
67         <th>Action</th>
68         </tr>
69     </thead>
70     <tbody>
71         [% FOREACH reserveloo IN reserveloop %]
72         <tr>
73         [% IF ( reserveloo.borrowernumber ) %]
74             <td><p><strong>[% reserveloo.pullcount | html %]</strong></p></td>
75             <td>[% reserveloo.count | html %]</td>
76             <td>[% reserveloo.rcount | html %]</td>
77             <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% reserveloo.borrowernumber | uri %]">[% reserveloo.firstname | html %] [% reserveloo.surname | html %]</a></td>
78             <td>
79             <p>
80                 [% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %]
81                     [% INCLUDE 'biblio-title.inc' biblio=reserveloo %]
82                 </a></p>
83                 [% IF ( reserveloo.author ) %]<p> by [% reserveloo.author | html %]</p>[% END %]
84                 [% IF ( reserveloo.editionstatement ) %]<p>[% reserveloo.editionstatement | html %]</p>[% END %]
85                 [% IF ( reserveloo.publicationyear ) %]<p>[% reserveloo.publicationyear | html %]</p>[% END %]
86             </td>
87         [% ELSE %]
88             <td>"</td>
89             <td>"</td>
90             <td>"</td>
91             <td>"</td>
92             <td>"</td>
93         [% END %]
94         <td>
95             [% IF ( reserveloo.holdingbranches ) %]
96                <ul>
97                     [% FOREACH holdingbranch IN reserveloo.holdingbranches %]
98                         <li>
99                             [% Branches.GetName ( holdingbranch ) | html %]
100                         </li>
101                     [% END %]
102                </ul>
103             [% END %]
104         </td>
105         <td>
106             [% IF ( reserveloo.barcode ) %]
107             [% IF ( reserveloo.itemnumber ) %]Only [% reserveloo.barcode.first | html %][% ELSE %][% reserveloo.barcode.first | html %] or any available.[% END %]
108             [% END %]
109         </td>
110         <td>
111             [% IF ( reserveloo.itemcallnumber ) %]
112                 <ul>
113                     [% FOREACH itemcallnumber IN reserveloo.itemcallnumber  %]
114                         <li>
115                             [% itemcallnumber | html %]
116                         </li>
117                     [% END %]
118                 </ul>
119             [% END %]
120         </td>
121         <td>
122             [% IF ( reserveloo.copyno ) %]
123                 <ul>
124                     [% FOREACH copyno IN reserveloo.copyno %]
125                         <li>
126                             [% copyno | html %]
127                         </li>
128                     [% END %]
129                 </ul>
130             [% END %]
131         </td>
132         <td>
133             [% IF ( reserveloo.enumchron ) %]
134                 <ul>
135                     [% FOREACH enumchron IN reserveloo.enumchron %]
136                         <li>
137                             [% enumchron | html %]
138                         </li>
139                     [% END %]
140                 </ul>
141             [% END %]
142         </td>
143         <td>
144         [% FOREACH itemType IN reserveloo.itemTypes %]
145             [% ItemTypes.GetDescription( itemType ) | html %]
146         [% END %]
147         </td>
148         <td>
149         [% FOREACH loc IN reserveloo.locations %]
150             [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => loc) | html %]
151         [% END %]
152         </td>
153         <td>
154             <span title="[% reserveloo.reservedate | html %]">[% reserveloo.reservedate | $KohaDates %] in [% Branches.GetName ( reserveloo.branch ) | html %]</span>
155         </td>
156         <td>
157             <form name="cancelReserve" action="/cgi-bin/koha/circ/pendingreserves.pl" method="post">
158                 <input type="hidden" name="op" value="cancel_reserve" />
159                 <input type="hidden" name="reserve_id" value="[% reserveloo.reserve_id | html %]" />
160
161                 [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
162                 [% IF hold_cancellation %]
163                     <div class="form-group">
164                         <label for="cancellation-reason">Cancellation reason:</label>
165                         <select class="cancellation-reason" name="cancellation-reason" id="cancellation-reason">
166                             <option value="">No reason given</option>
167                             [% FOREACH reason IN hold_cancellation %]
168                                 <option value="[% reason.authorised_value | html %]">[% reason.lib | html %]</option>
169                             [% END %]
170                         </select>
171                     </div>
172                 [% END %]
173
174                 [% IF reserveloo.holdingbranch != reserveloo.homebranch %]
175                     <input class="btn btn-default" type="submit" value="Cancel hold and return to : [% Branches.GetName( reserveloo.homebranch ) | html %]" />
176                 [% ELSE %]
177                     <input class="btn btn-default" type="submit" value="Cancel hold" />
178                 [% END %]
179             </form>
180
181         [% IF Koha.Preference('CanMarkHoldsToPullAsLost') != 'do_not_allow' %]
182             [% IF reserveloo.itemnumber %]
183                 <form name="cancelReserve" action="/cgi-bin/koha/circ/pendingreserves.pl" method="post">
184                     <input type="hidden" name="reserve_id" value="[% reserveloo.reserve_id | html %]" />
185                     [% IF Koha.Preference('CanMarkHoldsToPullAsLost') == 'allow' %]
186                         <input type="hidden" name="op" value="mark_as_lost" />
187                         <input type="submit" value="Mark item as lost" />
188                     [% ELSIF Koha.Preference('CanMarkHoldsToPullAsLost') == 'allow_and_notify' %]
189                         <input type="hidden" name="op" value="mark_as_lost_and_notify" />
190                         <input type="submit" value="Mark lost and notify patron" />
191                     [% END %]
192                 </form>
193             [% ELSE %]
194                 <span>Biblio level hold.</span>
195             [% END %]
196         [% END %]
197             </td>
198         </tr>
199         [% END %]
200     </tbody>
201     <tfoot>
202         <tr>
203         <td><input type="text" class="filter" data-column_num="0" placeholder="Pull this many items" style="width:95%"/></td>
204         <td><input type="text" class="filter" data-column_num="1" placeholder="Items available" style="width:95%"/></td>
205         <td><input type="text" class="filter" data-column_num="2" placeholder="Patron holds" style="width:95%"/></td>
206         <td><input type="text" class="filter" data-column_num="3" placeholder="Patron name" style="width:95%"/></td>
207         <td><input type="text" class="filter" data-column_num="4" placeholder="Title" style="width:95%"/></td>
208         <td id="homebranchfilter"></td>
209         <td><input type="text" class="filter" data-column_num="6" placeholder="Call number" style="width:95%"/></td>
210         <td><input type="text" class="filter" data-column_num="7" placeholder="Available copy" style="width:95%"/></td>
211         <td><input type="text" class="filter" data-column_num="8" placeholder="Available enumeration" style="width:95%"/></td>
212         <td id="itemtype-filter"></td>
213         <td id="locationfilter"></td>
214         <td></td>
215         <td></td>
216         </tr>
217     </tfoot>
218     </table>
219     [% ELSE %]
220         <strong>No items found.</strong>
221     [% END %]
222 </div>
223
224
225             </main>
226         </div> <!-- /.col-sm-10.col-sm-push-2 -->
227
228         <div class="col-sm-2 col-sm-pull-10">
229             <aside>
230
231 <div id="filters">
232
233 <form action="/cgi-bin/koha/circ/pendingreserves.pl" method="post" >
234 <fieldset class="brief">
235 <h4>Refine results</h4>
236 <ol>
237 <li>
238 <label for="from">
239     Start date:
240 </label>
241 <input type="text" size="10" id="from" name="from" value="[% from | $KohaDates %]" class="datepickerfrom" />
242 </li>
243 <li><label for="to">
244     End date:
245 </label>
246 <input type="text" size="10" id="to" name="to" value="[% to | $KohaDates %]" class="datepickerto" />
247 </li>
248 </ol>
249
250 [% IF ( HoldsToPullEndDate ) %]
251     <p><em>(Inclusive, default is [% HoldsToPullStartDate | html %] days ago to [% HoldsToPullEndDate | html %] days ahead. Set other date ranges as needed.)</em></p>
252 [% ELSE %]
253     <p><em>(Inclusive, default is [% HoldsToPullStartDate | html %] days ago to today. Set other date ranges as needed.)</em></p>
254 [% END %]
255
256 <fieldset class="action"><input type="submit" name="run_report" value="Submit" class="submit"/></fieldset>
257 </fieldset>
258 </form>
259
260 </div>
261             </aside>
262         </div> <!-- /.col-sm-2.col-sm-pull-10 -->
263      </div> <!-- /.row -->
264
265 [% MACRO jsinclude BLOCK %]
266     [% INCLUDE 'calendar.inc' %]
267     [% INCLUDE 'datatables.inc' %]
268     [% INCLUDE 'columns_settings.inc' %]
269     <script>
270         $(document).ready(function() {
271           var columns_settings = [% TablesSettings.GetColumns('circ', 'holds', 'holds-to-pull', 'json') | $raw %];
272           var holdst = KohaTable("holdst", {
273             "sPaginationType": "full_numbers"
274           }, columns_settings);
275           holdst.fnAddFilters("filter");
276           [%# add separateData function to cleanse jQuery select lists by breaking apart strings glued with BR tags and then de-duplicating any repeated library codes %]
277           function separateData ( ColumnData ){
278             var cD = ColumnData;
279             var new_array = new Array();
280             for ( j=0 ; j<cD.length ; j++ ) {
281                 var split_array = cD[j].split(/\n/gi);
282                 for ( k=0 ; k<split_array.length ; k++ ){
283                     var str = $.trim(split_array[k].replace(/[\n\r]/g, ''));
284                     if ($.inArray(str, new_array) == -1 && str.length > 0 ) {
285                         new_array.push(str);
286                     }
287                 }
288             }
289             new_array.sort();
290             return new_array;
291           }
292           [%# add SeparateData function into createSelect function, so that it does the createSelect on clean data %]
293           function createSelect( data ) {
294               data = separateData(data);
295               var r='<select style="width:99%"><option value="">' + _("None") + '</option>', i, len=data.length;
296               var regex = /(<([^>]+)>)/ig; // Remove html tags
297               for ( i=0 ; i<len ; i++ ) {
298                   var cell_val = data[i].replace(regex, '');
299                   if ( cell_val.length < 1 ) continue;
300                   r += '<option value="'+cell_val+'">'+cell_val+'</option>';
301               }
302               return r+'</select>';
303           }
304           $("#homebranchfilter").each( function () {
305               $(this).html( createSelect( holdst.fnGetColumnData(5) ) );
306               $('select', this).change( function () {
307                   var filter_value = $(this).val();
308                   holdst.fnFilter( filter_value, 5, true );
309               });
310           });
311           $("#itemtype-filter").each( function () {
312               $(this).html( createSelect( holdst.fnGetColumnData(9) ) );
313               $('select', this).change( function () {
314                   holdst.fnFilter( $(this).val(), 9 );
315               });
316           });
317           $("#locationfilter").each( function () {
318               $(this).html( createSelect( holdst.fnGetColumnData(10) ) );
319               $('select', this).change( function () {
320                   holdst.fnFilter( $(this).val(), 10 );
321               });
322           });
323         });
324     </script>
325 [% END %]
326
327 [% INCLUDE 'intranet-bottom.inc' %]