Bug 22015: Move DataTables CSS to global include
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / parcel.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% USE KohaDates %]
5 [% USE Price %]
6 [% USE currency = format('%.2f') -%]
7 [% SET footerjs = 1 %]
8 [% INCLUDE 'doc-head-open.inc' %]
9 <title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( date ) %]
10             Receipt summary for [% name | html %] [% IF ( invoice ) %]invoice [% invoice | html %][% END %] on [% datereceived | $KohaDates %][% ELSE %]Receive orders from [% name | html %][% END %]</title>
11 [% INCLUDE 'doc-head-close.inc' %]
12 </head>
13
14 <body id="acq_parcel" class="acq">
15 [% INCLUDE 'header.inc' %]
16 [% INCLUDE 'acquisitions-search.inc' %]
17
18 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo;
19     [% IF datereceived %]
20         Receipt summary for <i>[% name | html %]</i>
21         [% IF ( invoice ) %]
22             <i>[ [% invoice | html %] ]</i>
23         [% END %]
24         on <i>[% datereceived | $KohaDates %]</i>
25     [% ELSE %]
26         Receive orders from [% name | html %]
27     [% END %]
28 </div>
29
30
31 <div class="main container-fluid">
32     <div class="row">
33         <div class="col-sm-10 col-sm-push-2">
34             <main>
35
36         [% IF ( receive_error ) %]
37         <div class="dialog alert">
38         <h3>Error adding items:</h3>
39         <ul>
40         [% FOREACH error_loo IN error_loop %]
41                 <li>[% error_loo.error_param | html %][% IF ( error_loo.error_duplicate_barcode ) %]Duplicate Barcode[% END %] <!-- todo: other error conditions come here. --></li>
42         [% END %]
43         </ul>
44         </div>
45         [% END %]
46     <h1>
47         [% IF datereceived %]
48             Receipt summary for <i>[% name | html %]</i> [% IF ( invoice ) %] <i> [ [% invoice | html %] ] </i>[% END %] on <i>[% datereceived | $KohaDates %]</i>
49         [% ELSE %]
50             Receive orders from [% name | html %]
51         [% END %]
52     </h1>
53
54     [% IF ( success_delorder ) %]
55     <div class="dialog message">The order has been successfully canceled.</div>
56     [% ELSE %]
57         [% IF ( error_delitem ) %]
58             <div class="dialog alert">The order has been canceled, although one or more items could not have been deleted.</div>
59         [% END %]
60         [% IF ( error_delbiblio ) %]
61             <div class="dialog alert">The order has been canceled, although the record has not been deleted.</div>
62         [% END %]
63     [% END %]
64
65     [% IF (error_cancelling_receipt) %]
66       <div class="dialog alert">
67       Cannot cancel receipt. Possible reasons :
68       <ul>
69         <li>
70           The order line you trying to cancel was created from a partial receipt
71           of another order line which is already received. Try to cancel this
72           one first and retry.
73         </li>
74         <li>
75           The order line you trying to cancel was created from a partial receipt
76           of another order line which has been deleted. Cancellation is not
77           possible.
78         </li>
79       </ul>
80       </div>
81     [% END %]
82
83     [% IF error_invoice_not_known %]
84         <div class="dialog alert">
85             The invoice referenced by this invoiceid does not exist.
86         </div>
87     [% END %]
88
89 [% UNLESS no_orders_to_display %]
90 <div id="acqui_receive_summary">
91 <p><strong>Invoice number:</strong> [% invoice | html %] <strong>Received by:</strong> [% logged_in_user.userid | html %] <strong>On:</strong> [% datereceived | $KohaDates %]</p>
92 </div>
93 [% UNLESS (invoiceclosedate) %]
94   <div id="acqui_receive_search">
95     <h3>Pending orders</h3>
96
97     [% IF ( loop_orders ) %]
98       <table id="pendingt">
99         <thead>
100           <tr>
101             <th>Basket search</th>
102             <th>Basket group search</th>
103             <th>Order line search</th>
104             <th>Summary search</th>
105             <th>&nbsp;</th>
106             <th>Replacement price search</th>
107             <th>Quantity search</th>
108             <th>Unit cost search</th>
109             <th>Order cost search</th>
110             <th>Fund search</th>
111             <th>&nbsp;</th>
112             <th>&nbsp;</th>
113           </tr>
114           <tr>
115             <th>Basket</th>
116             <th>Basket group</th>
117             <th>Order line</th>
118             <th>Summary</th>
119             <th>More</th>
120             <th>Replacement price</th>
121             <th>Quantity</th>
122             <th>Unit cost</th>
123             <th>Order cost</th>
124             <th>Fund</th>
125             <th>&nbsp;</th>
126             <th>&nbsp;</th>
127           </tr>
128         </thead>
129         <tbody class="filterclass">
130         [% FOREACH loop_order IN loop_orders %]
131             <tr>
132                 <td class="basketfilterclass">[% loop_order.basketname | html %] (<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% loop_order.basketno | uri %]">[% loop_order.basketno | html %]</a>)</td>
133                 <td>
134                   [% IF loop_order.basketgroupid %]
135                     [% loop_order.basketgroupname | html %] (<a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% loop_order.booksellerid | uri %]">[% loop_order.basketgroupid | html %]</a>)
136                   [% ELSE %]
137                     No basket group
138                   [% END %]
139                 </td>
140                 <td class="orderfilterclass"><a href="neworderempty.pl?ordernumber=[% loop_order.ordernumber | uri %]&amp;booksellerid=[% loop_order.booksellerid | uri %]">[% loop_order.ordernumber | html %]</a></td>
141                 <td class="summaryfilterclass">
142                   <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loop_order.biblionumber | uri %]">[% loop_order.title | html %]</a>
143                 [% IF ( loop_order.author ) %] by [% loop_order.author | html %][% END %]
144                 [% IF ( loop_order.isbn ) %] &ndash; [% loop_order.isbn | html %][% END %]
145                 [% IF ( loop_order.publishercode ) %]
146                     <br />Publisher: [% loop_order.publishercode | html %]
147                     [%- IF    ( loop_order.publicationyear > 0) -%], [% loop_order.publicationyear | html %]
148                     [%- ELSIF ( loop_order.copyrightdate   > 0) -%] [% loop_order.copyrightdate | html %]
149                     [% END %]
150                 [% END %]
151                 [% IF ( loop_order.suggestionid ) %]
152                     <br/>
153                     Suggested by: [% loop_order.surnamesuggestedby | html %][% IF ( loop_order.firstnamesuggestedby ) %], [% loop_order.firstnamesuggestedby | html %] [% END %]
154                     (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% loop_order.suggestionid | uri %]&amp;op=show">suggestion #[% loop_order.suggestionid | html %]</a>)
155                 [% END %]
156                 <br />
157                 [% IF ( loop_order.order_internalnote ) %]
158                     <p class="ordernote"><strong>Internal note: </strong>[% loop_order.order_internalnote | html %] [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% loop_order.ordernumber | uri %]&amp;referrer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid | uri %]&type=internal">Change internal note</a>]</p>
159                 [% ELSE %]
160                     [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% loop_order.ordernumber | uri %]&amp;referrer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid | uri %]&type=internal">Add internal note</a>]
161                 [% END %]
162                 [% IF ( loop_order.order_vendornote ) %]
163                     <p class="ordernote"><strong>Vendor note: </strong>[% loop_order.order_vendornote | html %]</p>
164                 [% ELSE %]
165                     [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% loop_order.ordernumber | uri %]&amp;referrer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid | uri %]&type=vendor">Add vendor note</a>]
166                 [% END %]
167                 </td>
168                 <td>
169                   <a href="/cgi-bin/koha/acqui/showorder.pl?ordernumber=[% loop_order.ordernumber | uri %]" class="previewData">Order</a><br>
170                   <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% loop_order.biblionumber | uri %]" class="previewData">MARC</a><br>
171                   <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;id=[% loop_order.biblionumber | uri %]" class="previewData">Card</a>
172                 </td>
173                 <td>[% loop_order.replacementprice | $Price %]</td>
174                 <td>[% loop_order.quantity | html %]</td>
175                 <td>[% loop_order.ecost | $Price %]</td>
176                 <td>[% loop_order.total | $Price %]</td>
177                 <td>[% loop_order.budget_name | html %]</td>
178                                 <td>
179                               <a href="orderreceive.pl?ordernumber=[% loop_order.ordernumber | uri %]&amp;invoiceid=[% invoiceid | uri %]">Receive</a>
180                     <br />
181                     <a href="#" onclick="transfer_order_popup([% loop_order.ordernumber | html %]); return false;">Transfer</a>
182                                 </td>
183                                 <td>
184                         [% IF ( loop_order.left_holds_on_order ) %]
185                         <span class="button" title="Can't cancel order, ([% loop_order.holds_on_order | html %]) holds are linked with this order. Cancel holds first">Can't cancel order</span><br>
186                         [% ELSE %]
187                         <a href="/cgi-bin/koha/acqui/cancelorder.pl?ordernumber=[% loop_order.ordernumber | uri %]&biblionumber=[% loop_order.biblionumber | uri %]&referrer=[% "/cgi-bin/koha/acqui/parcel.pl?invoiceid=$invoiceid" | uri %]">Cancel order</a><br />
188                         [% END %]
189                         [% IF ( loop_order.can_del_bib ) %]
190                         <a href="/cgi-bin/koha/acqui/cancelorder.pl?ordernumber=[% loop_order.ordernumber | uri %]&biblionumber=[% loop_order.biblionumber | uri %]&del_biblio=1&referrer=[% "/cgi-bin/koha/acqui/parcel.pl?invoiceid=$invoiceid" | uri %]">Cancel order and catalog record</a><br />
191                         [% ELSE %]
192                         <span class="button" title="Can't delete catalog record, see constraints below">Can't cancel order and delete catalog record</span><br>
193                         [% END %]
194                         [% IF ( loop_order.left_item ) %]
195                         <b title="Can't delete catalog record, because of [% loop_order.items | html %] existing item(s)" >[% loop_order.items | html %] item(s) left</b><br>
196                         [% END %]
197                         [% IF ( loop_order.left_biblio ) %]
198                         <b title="Can't delete catalog record, delete other orders linked to it first">[% loop_order.biblios | html %] order(s) left</b><br>
199                         [% END %]
200                         [% IF ( loop_order.left_subscription ) %]
201                         <b title="Can't delete catalog record, delete subscriptions first">[% loop_order.subscriptions | html %] subscription(s) left</b><br>
202                         [% END %]
203                         [% IF ( loop_order.left_holds ) %]
204                         <b title="Can't delete catalog record or order, cancel holds first">[% loop_order.holds | html %] hold(s) left</b>
205                         [% END %]
206                     </td>
207                 </tr>
208         [% END %]
209         </tbody>
210       </table>
211     [% ELSE %]There are no pending orders.[% END %]
212   </div>
213 [% ELSE %]
214     <p>
215         Invoice is closed, so you can't receive orders anymore.
216         <a href="/cgi-bin/koha/acqui/invoice.pl?op=reopen&invoiceid=[% invoiceid | uri %]&referer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid | uri %]">Reopen it</a>.
217     </p>
218 [% END %]
219
220 <div id="acqui_receive_receivelist">
221     <h3>Already received</h3>
222
223    [% IF ( loop_received ) %]
224    <form action="/cgi-bin/koha/acqui/parcel.pl" method="get" name="orderform">
225     <table id="receivedt">
226       <thead>
227         <tr>
228           <th>Basket</th>
229           <th>Basket group</th>
230           <th>Order line</th>
231           <th title="Item holds / Total holds">Holds</th>
232           <th>Summary</th>
233           <th>More</th>
234           <th>Replacement price</th>
235           <th>Quantity</th>
236           <th>Fund</th>
237           <th>Est cost</th>
238           <th>Actual cost</th>
239           <th>TOTAL</th>
240           <th></th>
241         </tr>
242       </thead>
243     <tfoot>
244         [% FOREACH key IN subtotal_for_funds.keys.sort %]
245             <tr>
246                 [% IF invoiceincgst %]
247                     <td colspan="6" class="total">(Tax inc.)</td>
248                 [% ELSE %]
249                     <td colspan="6" class="total">(Tax exc.)</td>
250                 [% END %]
251                 <td colspan="3"><i>Subtotal for</i> [% key | html %]</td>
252                 <td>[% subtotal_for_funds.$key.ecost | $Price %]</td>
253                 <td>[% subtotal_for_funds.$key.unitprice | $Price %]</td>
254                 <td>&nbsp;</td>
255                 <td>&nbsp;</td>
256             </tr>
257         [% END %]
258         <tr>
259             <th colspan="11" class="total">Total tax exc.</th>
260             <th>[% total_tax_excluded | $Price %]</th>
261             <th></th>
262         </tr>
263         [% FOREACH book_foot IN book_foot_loop %]
264             <tr>
265                 <th colspan="11">Total (GST [% book_foot.tax_rate * 100 | html %]%)</th>
266                 <th>[% book_foot.tax_value | $Price %]</th>
267                 <th></th>
268             </tr>
269         [% END %]
270         <tr>
271             <th colspan="11" class="total">Total tax inc.</th>
272             <th>[% total_tax_included | $Price %]</th>
273             <th></th>
274         </tr>
275     </tfoot>
276     <tbody class="filterclass">
277         [% FOREACH order IN loop_received %]
278             <tr>
279                 <td>[% order.basketname | html %] (<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% order.basketno | uri %]">[% order.basketno | html %]</a>)</td>
280                 <td>
281                   [% IF order.basketgroupid %]
282                     [% order.basketgroupname | html %] (<a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% order.booksellerid | uri %]">[% order.basketgroupid | html %]</a>)
283                   [% ELSE %]
284                     No basket group
285                   [% END %]
286                 </td>
287                 <td>
288                   <a href="neworderempty.pl?ordernumber=[% order.ordernumber | uri %]&amp;booksellerid=[% booksellerid | uri %]">[% order.ordernumber | html %]</a>
289                   [% IF (order.parent_ordernumber && (order.parent_ordernumber != order.ordernumber)) %]
290                     (<a href="neworderempty.pl?ordernumber=[% order.parent_ordernumber | uri %]&amp;booksellerid=[% booksellerid | uri %]" title="Original order line">[% order.parent_ordernumber | html %]</a>)
291                   [% END %]
292                 </td>
293                 <td>
294                   [% IF order.total_holds > 0 %]
295                     [% IF order.item_holds > 0 %]
296                       <span class="error"><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% order.biblionumber | uri %]">[% order.item_holds | html %]</a></span>
297                     [% ELSE %]
298                       0
299                     [% END %]
300                     /
301                     <span class="error"><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% order.biblionumber | uri %]">[% order.total_holds | html %]</a></span>
302                   [% ELSE %]
303                     0
304                   [% END %]
305                 </td>
306                 <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% order.biblionumber | uri %]">[% order.title | html %]</a>
307                 [% IF ( order.author ) %] / [% order.author | html %][% END %]
308                 [% IF ( order.isbn ) %] - [% order.isbn | html %][% END %]
309                 [% IF ( order.publishercode ) %]
310                     <br />Publisher: [% order.publishercode | html %]
311                     [%- IF    ( order.publicationyear > 0) -%], [% order.publicationyear | html %]
312                     [%- ELSIF ( order.copyrightdate   > 0) -%] [% order.copyrightdate | html %]
313                     [% END %]
314                 [% END %]
315                 [% IF ( order.suggestionid ) %]
316                     <br/>
317                     Suggested by: [% order.surnamesuggestedby | html %][% IF ( order.firstnamesuggestedby ) %], [% order.firstnamesuggestedby | html %] [% END %]
318                     (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% order.suggestionid | uri %]&amp;op=show">suggestion #[% order.suggestionid | html %]</a>)
319                 [% END %]
320                 </td>
321                 <td>
322                   <a href="/cgi-bin/koha/acqui/showorder.pl?ordernumber=[% order.ordernumber | uri %]" class="previewData">Order</a><br>
323                   <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% order.biblionumber | uri %]" class="previewData">MARC</a><br>
324                   <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;id=[% order.biblionumber | uri %]" class="previewData">Card</a>
325                 </td>
326                 <td>[% order.replacementprice | $Price %]</td>
327                 <td>[% order.quantityreceived | html %]</td>
328                 <td>[% order.budget.budget_name | html %]</td>
329                 <td>[% order.ecost | $Price %]</td>
330                 <td>[% order.unitprice | $Price %]</td>
331                 <td>[% order.total | $Price %]</td>
332                 <td>
333                     [% IF loop_receive.cannot_cancel or ( order.basket.effective_create_items == "receiving" and loop_receive.holds > 0 ) %]
334                       [% IF loop_receive.cannot_cancel %]
335                         [% span_title = BLOCK %]
336                             Cannot cancel receipt of this order line because it
337                             was created from a partial receipt of order line no.
338                             [% order.parent_ordernumber | html %], which is
339                             already received. Try cancelling this one first and
340                             retry.
341                         [% END %]
342                       [% ELSE %]
343                         [%# FIXME Here we block the cancellation if holds exist. Actually it could be possible if items will be exist after the deletion %]
344                         [%# Some additional checks should be added in the pl file %]
345                         [% span_title = BLOCK %]
346                           Cannot cancel receipt of this order line because at least one reservation exists on the records.
347                         [% END %]
348                       [% END %]
349                       <span title="[% span_title | collapse | html %]">
350                           Can't cancel receipt
351                       </span>
352                     [% ELSE %]
353                         <a href="/cgi-bin/koha/acqui/parcel.pl?invoiceid=[% invoiceid | uri %]&op=cancelreceipt&ordernumber=[% order.ordernumber | uri %]">Cancel receipt</a>
354                     [% END %]
355                 </td>
356             </tr>
357             [% END %]
358         </tbody>
359     </table>
360     </form>
361
362         [% ELSE %]There are no received orders.[% END %]
363 </div>
364
365 <div id="dataPreview" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="dataPreviewLabel" aria-hidden="true">
366     <div class="modal-dialog">
367     <div class="modal-content">
368     <div class="modal-header">
369         <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
370         <h3 id="dataPreviewLabel">MARC preview</h3>
371     </div>
372     <div class="modal-body">
373         <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
374     </div>
375     <div class="modal-footer">
376         <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
377     </div>
378     </div>
379     </div>
380 </div>
381
382 [% IF (invoiceclosedate) %]
383     <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% invoiceid | uri %]">View invoice</a>
384 [% ELSE %]
385     <form action="/cgi-bin/koha/acqui/invoice.pl" method="get">
386         <input type="hidden" name="invoiceid" value="[% invoiceid | html %]" />
387         <fieldset class="action">
388             <input type="submit" value="Finish receiving" />
389         </fieldset>
390     </form>
391 [% END %]
392
393 [% END %]
394
395 </main>
396 </div> <!-- /.col-sm-10.col-sm-push-2 -->
397
398 <div class="col-sm-2 col-sm-pull-10">
399 <aside>
400
401 <form action="/cgi-bin/koha/acqui/parcel.pl" id="filterform" method="post">
402   <fieldset class="brief">
403     <h4>Filter</h4>
404     <ol>
405       <li>
406         <label for="summaryfilter">ISBN, author or title:</label>
407         <input type="text" name="summaryfilter" id="summaryfilter" value="[% summaryfilter | html %]"/>
408       </li>
409       <li>
410         <label for="basketfilter">Basket:</label>
411         <input type="text" name="basketfilter" id="basketfilter" value="[% basketfilter | html %]"/>
412       </li>
413       <li>
414           <label for="basketgroupnamefilter">Basket group name:</label>
415           <input type="text" name="basketgroupnamefilter" id="basketgroupnamefilter" value="[% basketgroupnamefilter | html %]" />
416       </li>
417       <li>
418         <label for="orderfilter">Order line:</label>
419         <input type="text" name="orderfilter" id="orderfilter" value="[% orderfilter | html %]"/>
420       </li>
421       [% IF (UNIMARC) %]
422         <li>
423           <label for="eanfilter">EAN :</label>
424           <input type="text" name="eanfilter" id="eanfilter" value="[% eanfilter | html %]"/>
425         </li>
426       [% END %]
427     </ol>
428     <fieldset class="action">
429       <input type="hidden" value="search" name="op" />
430       <input type="hidden" value="[% invoiceid | html %]" name="invoiceid" />
431       <input type="submit" value="Filter" />
432       <a href="/cgi-bin/koha/acqui/parcel.pl?invoiceid=[% invoiceid | uri %]">Clear</a>
433     </fieldset>
434   </fieldset>
435 </form>
436 [% INCLUDE 'acquisitions-menu.inc' %]
437     </aside>
438 </div> <!-- /.col-sm-2.col-sm-pull-10 -->
439 </div> <!-- /.row -->
440
441 [% MACRO jsinclude BLOCK %]
442     [% Asset.js("js/acquisitions-menu.js") | $raw %]
443     [% INCLUDE 'datatables.inc' %]
444     [% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %]
445     [% Asset.js("lib/jquery/plugins/jquery.cookie.min.js") | $raw %]
446     <style>#dataPreview { width : 80%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }</style>
447     <script>
448         dt_overwrite_html_sorting_localeCompare();
449         var sticky_filters = [% sticky_filters | html %];
450
451         $(document).ready(function(){
452           if ( $("#pendingt").length ) {
453             var pendingt = $("#pendingt").dataTable($.extend(true, {}, dataTablesDefaults, {
454                 "bStateSave": true,
455                 "iCookieDuration": 60*60*24*1000, // 1000 days
456                 "iDisplayLength": 10,
457                 "aLengthMenu": [[5, 10, 20, 50, 100, -1], [5, 10, 20, 50, 100, _("All")]],
458                 "aoColumnDefs": [
459                     { "aTargets": [ 4, 9, 10 ], "bSortable": false, "bSearchable": false },
460                 ],
461                 "aoColumns": [
462                     { "sType": "html" },
463                     { "sType": "html" },
464                     { "sType": "num-html" },
465                     { "sType": "anti-the" },
466                     null,
467                     null,
468                     null,
469                     null,
470                     null,
471                     null,
472                     null,
473                     null,
474                 ],
475                 'bAutoWidth': false,
476                 "sPaginationType": "four_button"
477             } )
478             ).columnFilter({
479                 sPlaceHolder: "head:after",
480                 aoColumns: [
481                     { type: "text" },
482                     { type: "text" },
483                     { type: "text" },
484                     { type: "text" },
485                     null,
486                     { type: "text" },
487                     { type: "text" },
488                     { type: "text" },
489                     { type: "text" },
490                     { type: "text" },
491                     null,
492                     null
493                 ]
494             });
495           }
496
497           if ( $("#receivedt").length ) {
498             var receivedt = $("#receivedt").dataTable($.extend(true, {}, dataTablesDefaults, {
499                 "bStateSave": true,
500                 "iCookieDuration": 60*60*24*1000, // 1000 days
501                 "iDisplayLength": 10,
502                 "aLengthMenu": [[5, 10, 20, 50, 100, -1], [5, 10, 20, 50, 100, _("All")]],
503                 "aoColumnDefs": [
504                     { "aTargets": [ 5, -1 ], "bSortable": false, "bSearchable": false },
505                 ],
506                 "aoColumns": [
507                     { "sType": "html" },
508                     { "sType": "html" },
509                     { "sType": "html" },
510                     { "sType": "num-html" },
511                     { "sType": "anti-the" },
512                     null,
513                     null,
514                     null,
515                     null,
516                     null,
517                     null,
518                     null,
519                     null
520                 ],
521                 "sPaginationType": "four_button"
522             }));
523           }
524
525           // Keep filters from finishreceive.pl to parcel.pl
526           $.cookie("filter_parcel_summary", $("#summaryfilter").val());
527           $.cookie("filter_parcel_basketname", $("#basketfilter").val());
528           $.cookie("filter_parcel_orderno", $("#orderfilter").val());
529           $.cookie("filter_parcel_basketgroupname", $("#basketgroupnamefilter").val());
530           $.cookie("filter_parcel_ean", $("#eanfilter").val());
531
532           $("#filterform").on('submit', function(){
533             $.cookie("filter_parcel_summary", $("#summaryfilter").val());
534             $.cookie("filter_parcel_basketname", $("#basketfilter").val());
535             $.cookie("filter_parcel_orderno", $("#orderfilter").val());
536             $.cookie("filter_parcel_basketgroupname", $("#basketgroupnamefilter").val());
537             $.cookie("filter_parcel_ean", $("#eanfilter").val());
538           });
539
540             $(".previewData").on("click", function(e){
541                 e.preventDefault();
542                 var ltitle = $(this).text();
543                 var page = $(this).attr("href");
544                 $("#dataPreviewLabel").text(ltitle);
545                 $("#dataPreview .modal-body").load(page + " div");
546                 $('#dataPreview').modal({show:true});
547             });
548             $("#dataPreview").on("hidden.bs.modal", function(){
549                 $("#dataPreviewLabel").html("");
550                 $("#dataPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface | html %]/[% theme | html %]/img/spinner-small.gif\" alt=\"\" /> "+_("Loading")+"</div>");
551             });
552
553         });
554
555          // Case-insensitive version of jquery's contains function
556          jQuery.extend(jQuery.expr[':'], {
557             icontains : "jQuery(a).text().toUpperCase().indexOf(m[3].toUpperCase())>=0"
558          });
559
560          // Contains exactly function
561          jQuery.extend(jQuery.expr[':'], {
562               containsExactly: "$(a).text() == m[3]"
563          });
564
565          function transfer_order_popup(ordernumber) {
566             var url = "/cgi-bin/koha/acqui/transferorder.pl?"
567                 + "ordernumber=" + ordernumber
568                 window.open(url, 'TransferOrder');
569          }
570     </script>
571 [% END %]
572
573 [% INCLUDE 'intranet-bottom.inc' %]