Bug 20212: Use API to render orders datatable
[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 [% PROCESS 'i18n.inc' %]
8 [% SET footerjs = 1 %]
9 [% INCLUDE 'doc-head-open.inc' %]
10 <title>
11     Koha &rsaquo; Acquisitions &rsaquo;
12     [% IF ( invoiceclosedate ) %]
13         Receipt summary for [% name | html %] [% IF ( invoice ) %]invoice [% invoice | html %][% END %]
14     [% ELSE %]
15         Receive orders from [% name | html %]
16     [% END %]
17 </title>
18 [% INCLUDE 'doc-head-close.inc' %]
19 </head>
20
21 <body id="acq_parcel" class="acq">
22 [% INCLUDE 'header.inc' %]
23 [% INCLUDE 'acquisitions-search.inc' %]
24
25 <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;
26     [% IF invoiceclosedate %]
27         Receipt summary for <em>[% name | html %]</em>
28         [% IF ( invoice ) %]
29             <em>[ [% invoice | html %] ]</em>
30         [% END %]
31     [% ELSE %]
32         Receive orders from [% name | html %]
33     [% END %]
34 </div>
35
36
37 <div class="main container-fluid">
38     <div class="row">
39         <div class="col-sm-10 col-sm-push-2">
40             <main>
41
42     [% IF ( receive_error ) %]
43     <div class="dialog alert">
44     <h3>Error adding items:</h3>
45     <ul>
46     [% FOREACH error_loo IN error_loop %]
47         <li>[% error_loo.error_param | html %][% IF ( error_loo.error_duplicate_barcode ) %]Duplicate Barcode[% END %] <!-- todo: other error conditions come here. --></li>
48     [% END %]
49     </ul>
50     </div>
51     [% END %]
52     <h1>
53         [% IF ( invoiceclosedate ) %]
54         Receipt summary for <em>[% name | html %]</em> [% IF ( invoice ) %] <em> [ [% invoice | html %] ] </em>[% END %]
55         [% ELSE %]
56             Receive orders from [% name | html %]
57         [% END %]
58     </h1>
59
60     [% IF ( success_delorder ) %]
61     <div class="dialog message">The order has been successfully canceled.</div>
62     [% ELSE %]
63     [% IF ( error_delitem ) %]
64         <div class="dialog alert">The order has been canceled, although one or more items could not have been deleted.</div>
65     [% END %]
66     [% IF ( error_delbiblio ) %]
67         <div class="dialog alert">The order has been canceled, although the record has not been deleted.</div>
68     [% END %]
69     [% END %]
70
71     [% IF (error_cancelling_receipt) %]
72       <div class="dialog alert">
73       Cannot cancel receipt. Possible reasons :
74       <ul>
75         <li>
76           The order line you are trying to cancel was created from a partial receipt
77           of another order line which is already received. Try to cancel this
78           one first and retry.
79         </li>
80         <li>
81           The order line you are trying to cancel was created from a partial receipt
82           of another order line which has been deleted. Cancellation is not
83           possible.
84         </li>
85       </ul>
86       </div>
87     [% END %]
88
89     [% IF error_invoice_not_known %]
90         <div class="dialog alert">
91             The invoice referenced by this invoiceid does not exist.
92         </div>
93     [% END %]
94
95 [% UNLESS no_orders_to_display %]
96 <div id="acqui_receive_summary">
97 <p><strong>Invoice number:</strong> [% invoice | html %] <strong>Shipment date:</strong> [% shipmentdate | $KohaDates %]</p>
98 </div>
99 [% UNLESS (invoiceclosedate) %]
100     <div id="acqui_receive_search">
101         <h3>Pending orders</h3>
102         <table id="pending_orders" class="table table-bordered table-striped">
103             <thead>
104                 <tr>
105                     <th>Basket</th>
106                     <th>Basket group</th>
107                     <th>Order line</th>
108                     <th class="hidden">Title</th>
109                     <th class="hidden">Author</th>
110                     <th class="hidden">ISBN</th>
111                     <th>Summary</th>
112                     <th>More</th>
113                     <th>Replacement price</th>
114                     <th>Quantity</th>
115                     <th>Unit cost</th>
116                     <th>Order cost</th>
117                     <th>Fund</th>
118                     <th>&nbsp;</th>
119                     <th>&nbsp;</th>
120                 </tr>
121             </thead>
122         </table>
123     </div>
124 [% ELSE %]
125     <p>
126         Invoice is closed, so you can't receive orders anymore.
127         [% IF CAN_user_acquisition_reopen_closed_invoices %]
128             <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>.
129         [% END %]
130     </p>
131 [% END %]
132
133 <div id="acqui_receive_receivelist">
134     <h3>Already received</h3>
135
136    [% IF ( loop_received ) %]
137    <form action="/cgi-bin/koha/acqui/parcel.pl" method="get" name="orderform">
138     <table id="receivedt">
139       <thead>
140         <tr>
141           <th>Basket</th>
142           <th>Basket group</th>
143           <th>Order line</th>
144           <th title="Item holds / Total holds">Holds</th>
145           <th>Summary</th>
146           <th>More</th>
147           <th>Replacement price</th>
148           <th>Quantity</th>
149           <th>Fund</th>
150           <th>Est cost</th>
151           <th>Actual cost</th>
152           <th>TOTAL</th>
153           <th></th>
154         </tr>
155       </thead>
156     <tfoot>
157         [% FOREACH key IN subtotal_for_funds.keys.sort %]
158             <tr>
159                 [% IF invoiceincgst %]
160                     <td colspan="6" class="total">(Tax inc.)</td>
161                 [% ELSE %]
162                     <td colspan="6" class="total">(Tax exc.)</td>
163                 [% END %]
164                 <td colspan="3"><em>Subtotal for</em> [% key | html %]</td>
165                 <td>[% subtotal_for_funds.$key.ecost | $Price %]</td>
166                 <td>[% subtotal_for_funds.$key.unitprice | $Price %]</td>
167                 <td>&nbsp;</td>
168                 <td>&nbsp;</td>
169             </tr>
170         [% END %]
171         <tr>
172             <th colspan="11" class="total">Total tax exc.</th>
173             <th>[% total_tax_excluded | $Price %]</th>
174             <th></th>
175         </tr>
176         [% FOREACH book_foot IN book_foot_loop %]
177             <tr>
178                 <th colspan="11">Total (GST [% book_foot.tax_rate * 100 | html %]%)</th>
179                 <th>[% book_foot.tax_value | $Price %]</th>
180                 <th></th>
181             </tr>
182         [% END %]
183         <tr>
184             <th colspan="11" class="total">Total tax inc.</th>
185             <th>[% total_tax_included | $Price %]</th>
186             <th></th>
187         </tr>
188     </tfoot>
189     <tbody class="filterclass">
190         [% FOREACH order IN loop_received %]
191             <tr>
192                 <td><a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% order.basketno | uri %]"> [% order.basketname | html %] ([% order.basketno | html %])</a></td>
193                 <td>
194                   [% IF order.basketgroupid %]
195                   <a href="/cgi-bin/koha/acqui/basketgroup.pl?op=add&amp;booksellerid=[% booksellerid | uri %]">[% order.basketgroupname | html %] ([% order.basketgroupid | html %])</a>
196                   [% ELSE %]
197                     No basket group
198                   [% END %]
199                 </td>
200                 <td>
201                   <a href="neworderempty.pl?ordernumber=[% order.ordernumber | uri %]&amp;booksellerid=[% booksellerid | uri %]">[% order.ordernumber | html %]</a>
202                   [% IF (order.parent_ordernumber && (order.parent_ordernumber != order.ordernumber)) %]
203                     (<a href="neworderempty.pl?ordernumber=[% order.parent_ordernumber | uri %]&amp;booksellerid=[% booksellerid | uri %]" title="Original order line">[% order.parent_ordernumber | html %]</a>)
204                   [% END %]
205                 </td>
206                 <td>
207                   [% IF order.total_holds > 0 %]
208                     [% IF order.item_holds > 0 %]
209                       <span class="error"><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% order.biblionumber | uri %]">[% order.item_holds | html %]</a></span>
210                     [% ELSE %]
211                       0
212                     [% END %]
213                     /
214                     <span class="error"><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% order.biblionumber | uri %]">[% order.total_holds | html %]</a></span>
215                   [% ELSE %]
216                     0
217                   [% END %]
218                 </td>
219                 <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% order.biblionumber | uri %]">[% order.title | html %]</a>
220                 [% IF ( order.author ) %] / [% order.author | html %][% END %]
221                 [% IF ( order.isbn ) %] - [% order.isbn | html %][% END %]
222                 [% IF ( order.publishercode ) %]
223                     <br />Publisher: [% order.publishercode | html %]
224                     [%- IF    ( order.publicationyear > 0) -%], [% order.publicationyear | html %]
225                     [%- ELSIF ( order.copyrightdate   > 0) -%] [% order.copyrightdate | html %]
226                     [% END %]
227                 [% END %]
228                 [% IF ( order.suggestionid ) %]
229                     <br/>
230                     Suggested by: [% order.surnamesuggestedby | html %][% IF ( order.firstnamesuggestedby ) %], [% order.firstnamesuggestedby | html %] [% END %]
231                     (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% order.suggestionid | uri %]&amp;op=show">suggestion #[% order.suggestionid | html %]</a>)
232                 [% END %]
233                 <br />
234                 [% IF ( order.order_internalnote ) %]
235                     <p class="ordernote"><strong>Internal note: </strong>[% order.order_internalnote | html %] [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% order.ordernumber | uri %]&amp;referrer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid | uri %]&type=internal">Change internal note</a>]</p>
236                 [% ELSE %]
237                     [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% order.ordernumber | uri %]&amp;referrer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid | uri %]&type=internal">Add internal note</a>]
238                 [% END %]
239                 [% IF ( order.order_vendornote ) %]
240                     <p class="ordernote"><strong>Vendor note: </strong>[% order.order_vendornote | html %]</p>
241                 [% ELSE %]
242                     [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% order.ordernumber | uri %]&amp;referrer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid | uri %]&type=vendor">Add vendor note</a>]
243                 [% END %]
244                 </td>
245                 <td>
246                   <a href="/cgi-bin/koha/acqui/showorder.pl?ordernumber=[% order.ordernumber | uri %]" class="previewData">[% tp('noun', 'Order') | html %]</a><br>
247                   <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% order.biblionumber | uri %]" class="previewData">MARC</a><br>
248                   <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;id=[% order.biblionumber | uri %]" class="previewData">Card</a>
249                 </td>
250                 <td>[% order.replacementprice | $Price %]</td>
251                 <td>[% order.quantityreceived | html %]</td>
252                 <td>[% order.budget.budget_name | html %]</td>
253                 <td>[% order.ecost | $Price %]</td>
254                 <td>[% order.unitprice | $Price %]</td>
255                 <td>[% order.total | $Price %]</td>
256                 <td>
257                     [% IF loop_receive.cannot_cancel or ( order.basket.effective_create_items == "receiving" and loop_receive.holds > 0 ) %]
258                       [% IF loop_receive.cannot_cancel %]
259                         [% span_title = BLOCK %]
260                             Cannot cancel receipt of this order line because it
261                             was created from a partial receipt of order line no.
262                             [% order.parent_ordernumber | html %], which is
263                             already received. Try cancelling this one first and
264                             retry.
265                         [% END %]
266                       [% ELSE %]
267                         [%# FIXME Here we block the cancellation if holds exist. Actually it could be possible if items will be exist after the deletion %]
268                         [%# Some additional checks should be added in the pl file %]
269                         [% span_title = BLOCK %]
270                           Cannot cancel receipt of this order line because at least one reservation exists on the records.
271                         [% END %]
272                       [% END %]
273                       <span title="[% span_title | collapse | html %]">
274                           Can't cancel receipt
275                       </span>
276                     [% ELSE %]
277                         <a href="/cgi-bin/koha/acqui/parcel.pl?invoiceid=[% invoiceid | uri %]&op=cancelreceipt&ordernumber=[% order.ordernumber | uri %]">Cancel receipt</a>
278                     [% END %]
279                 </td>
280             </tr>
281         [% END %]
282     </tbody>
283     </table>
284     </form>
285
286     [% ELSE %]There are no received orders.[% END %]
287 </div>
288
289 <div id="dataPreview" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="dataPreviewLabel" aria-hidden="true">
290     <div class="modal-dialog">
291     <div class="modal-content">
292     <div class="modal-header">
293         <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
294         <h3 id="dataPreviewLabel">MARC preview</h3>
295     </div>
296     <div class="modal-body">
297         <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
298     </div>
299     <div class="modal-footer">
300         <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
301     </div>
302     </div>
303     </div>
304 </div>
305
306 [% IF (invoiceclosedate) %]
307     <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% invoiceid | uri %]">View invoice</a>
308 [% ELSE %]
309     <form action="/cgi-bin/koha/acqui/invoice.pl" method="get">
310         <input type="hidden" name="invoiceid" value="[% invoiceid | html %]" />
311         <fieldset class="action">
312             <input type="submit" value="Finish receiving" />
313         </fieldset>
314     </form>
315 [% END %]
316
317 [% END %]
318
319 </main>
320 </div> <!-- /.col-sm-10.col-sm-push-2 -->
321
322 <div class="col-sm-2 col-sm-pull-10">
323 <aside>
324
325 <form action="/cgi-bin/koha/acqui/parcel.pl" id="filterform" method="post">
326   <fieldset class="brief">
327     <h4>Filter</h4>
328     <ol>
329       <li>
330         <label for="summaryfilter">ISBN, author or title:</label>
331         <input type="text" name="summaryfilter" id="summaryfilter" value="[% summaryfilter | html %]"/>
332       </li>
333       <li>
334         <label for="basketfilter">Basket name:</label>
335         <input type="text" name="basketfilter" id="basketfilter" value="[% basketfilter | html %]"/>
336       </li>
337       <li>
338           <label for="basketgroupnamefilter">Basket group name:</label>
339           <input type="text" name="basketgroupnamefilter" id="basketgroupnamefilter" value="[% basketgroupnamefilter | html %]" />
340       </li>
341       <li>
342         <label for="orderfilter">Order line:</label>
343         <input type="text" name="orderfilter" id="orderfilter" value="[% orderfilter | html %]"/>
344       </li>
345       [% IF (UNIMARC) %]
346         <li>
347           <label for="eanfilter">EAN:</label>
348           <input type="text" name="eanfilter" id="eanfilter" value="[% eanfilter | html %]"/>
349         </li>
350       [% END %]
351     </ol>
352     <fieldset class="action">
353       <input type="hidden" value="search" name="op" />
354       <input type="hidden" value="[% invoiceid | html %]" name="invoiceid" />
355       <input type="submit" value="Filter" />
356       <a href="#" id="clear_form_filters">Clear</a>
357     </fieldset>
358   </fieldset>
359 </form>
360 [% INCLUDE 'acquisitions-menu.inc' %]
361     </aside>
362 </div> <!-- /.col-sm-2.col-sm-pull-10 -->
363 </div> <!-- /.row -->
364
365 [% MACRO jsinclude BLOCK %]
366     [% Asset.js("js/acquisitions-menu.js") | $raw %]
367     [% INCLUDE 'datatables.inc' %]
368     [% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %]
369     [% Asset.js("lib/jquery/plugins/jquery.cookie.min.js") | $raw %]
370     <style>#dataPreview { width : 80%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }</style>
371     <script>
372         dt_overwrite_html_sorting_localeCompare();
373         var sticky_filters = [% sticky_filters | html %];
374
375         $(document).ready(function(){
376
377             if ( $("#receivedt").length ) {
378                 var receivedt = $("#receivedt").dataTable($.extend(true, {}, dataTablesDefaults, {
379                     "bStateSave": true,
380                     "iCookieDuration": 60*60*24*1000, // 1000 days
381                     "iDisplayLength": 10,
382                     "aLengthMenu": [[5, 10, 20, 50, 100, -1], [5, 10, 20, 50, 100, _("All")]],
383                     "aoColumnDefs": [
384                         { "aTargets": [ 5, -1 ], "bSortable": false, "bSearchable": false },
385                     ],
386                     "aoColumns": [
387                         { "sType": "html" },
388                         { "sType": "html" },
389                         { "sType": "html" },
390                         { "sType": "num-html" },
391                         { "sType": "anti-the" },
392                         null,
393                         null,
394                         null,
395                         null,
396                         null,
397                         null,
398                         null,
399                         null
400                     ],
401                     "sPaginationType": "full"
402                 }));
403             }
404
405             var base_query = { "basket.vendor_id": [% booksellerid | html %]  };
406             var pending_orders_url = '/api/v1/acquisitions/orders?only_active=1';
407             var pending_orders_table = $("#pending_orders").api({
408                 "ajax": {
409                     "url": pending_orders_url + '&q=' + encodeURI(JSON.stringify(base_query))
410                 },
411                 "header_filter": true,
412                 "embed": [
413                     "basket.basket_group",
414                     "biblio.active_orders+count",
415                     "biblio.holds+count",
416                     "biblio.items+count",
417                     "biblio.suggestions.suggester",
418                     "fund",
419                     "current_item_level_holds+count",
420                     "items"
421                 ],
422                 'dom': 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>',
423                 "drawCallback": function (settings) {
424                     $(".previewData").on("click", function(e){
425                         e.preventDefault();
426                         var ltitle = $(this).text();
427                         var page = $(this).attr("href");
428                         $("#dataPreviewLabel").text(ltitle);
429                         $("#dataPreview .modal-body").load(page + " div");
430                         $('#dataPreview').modal({show:true});
431                     });
432                 },
433                 "columnDefs": [ {
434                     "targets": [3,4,5,9],
435                     "render": function (data, type, row, meta) {
436                         if ( data != null ) {
437                             return data.escapeHtml();
438                         }
439                         else {
440                             return "";
441                         }
442                     }
443                 },
444                 {
445                     "targets": [8,10],
446                     "render": function (data, type, row, meta) {
447                         if ( data != null ) {
448                             return data.escapeHtml().format_price();
449                         }
450                         else {
451                             return "";
452                         }
453                     }
454                 } ],
455                 "columns": [
456                     { "data": "basket.name",
457                       "orderable": true,
458                       "render": function(data, type, row, meta) {
459                         if (type != 'display') return data;
460                         return "<a href=\"/cgi-bin/koha/acqui/basket.pl?basketno=" + row.basket.basket_id + "\">" + data + " (" + row.basket.basket_id + ")</a>";
461                       }
462                     },
463                     { "data": "basket.basket_group.name",
464                       "orderable": true,
465                       "render": function(data, type, row, meta) {
466                         if ( type != 'display' ) {
467                             if ( data == null ) {
468                                 return "";
469                             }
470                             else {
471                                 return data;
472                             }
473                         }
474                         if ( row.basket.basket_group_id == null ) {
475                             return _("No basket group");
476                         }
477                         else {
478                             return "<a href=\"/cgi-bin/koha/acqui/basketgroup.pl?op=add&amp;booksellerid="
479                                     + row.basket.vendor_id + "&amp;basketgroupid="
480                                     + row.basket.basket_group_id + "\">"
481                                     + row.basket.basket_group.name + " (" + row.basket.basket_group_id + ")</a>";
482                         }
483                       }
484                     },
485                     {
486                         "data": "order_id",
487                         "render": function(data, type, row, meta) {
488                             if (type != 'display') return data;
489                             return "<a href=\"neworderempty.pl?ordernumber="+data+"&amp;booksellerid="+row.basket.vendor_id+"\">"+data+"</a>";
490                         }
491                     },
492                     {
493                         "data": "biblio.author",
494                         "visible": false,
495                         "searchable": true,
496                         "orderable": false
497                     },
498                     {
499                         "data": "biblio.title",
500                         "visible": false,
501                         "searchable": true,
502                         "orderable": false
503                     },
504                     {
505                         "data": "biblio.isbn",
506                         "visible": false,
507                         "searchable": true,
508                         "orderable": false
509                     },
510                     {
511                         "data": function(row, type, val, meta) {
512                             var result = '';
513                             if ( row.biblio_id != null ) {
514                                 result = "<p><a href=\"/cgi-bin/koha/catalogue/detail.pl?biblionumber="+encodeURIComponent(row.biblio_id)+"\">"+row.biblio.title.escapeHtml()+"</a>";
515                                 if ( row.biblio.author != null )
516                                     result += _(" by ") + row.biblio.author.escapeHtml();
517                                 if ( row.biblio.isbn != null )
518                                     result += " &ndash; " + row.biblio.isbn.escapeHtml();
519                                 if ( row.biblio.publisher != null ) {
520                                     result += "<br/>" + _("Publisher: ") + row.biblio.publisher.escapeHtml();
521                                     if ( row.biblio.publication_year != null ) {
522                                         result += ", " + row.biblio.publication_year.escapeHtml();
523                                     }
524                                     else if ( row.biblio.copyright_date != null ) {
525                                         result += row.biblio.copyright_date.escapeHtml();
526                                     }
527                                 }
528                                 var suggestions = row.biblio.suggestions;
529                                 if ( suggestions != null && suggestions.length > 0 ) {
530                                     var suggestion = suggestions[0];
531                                     if ( suggestion.suggester != null ) {
532                                         var suggester = suggestion.suggester;
533                                         var suggested_by = [];
534                                         if ( suggester.surname != null ) {
535                                             suggested_by.push(suggester.surname.escapeHtml());
536                                         }
537                                         if ( suggester.firstname != null ) {
538                                             suggested_by.push(suggester.firstname.escapeHtml());
539                                         }
540
541                                             result += "<br/>" + _("Suggested by: ") +
542                                                         '<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid='
543                                                             + encodeURIComponent(suggestion.suggestionid)
544                                                             + '&amp;op=show">'
545                                                             + suggested_by.join(", ")
546                                                             + " (#" + suggestions[0].suggestionid + ")</a>"; // FIXME: could be changed if we allow matching multiple suggestions
547                                     }
548                                 }
549                                 result += '</p>';
550                             }
551
552                             var internal_note = row.internal_note;
553                             if ( internal_note != null && internal_note != '' ) {
554                                 result += '<p class="ordernote"><strong>'
555                                             + _("Internal note: ")
556                                             + '</strong>' + internal_note.escapeHtml()
557                                             + ' [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber='
558                                             + encodeURIComponent(row.order_id) + '&amp;referrer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid | uri %]'
559                                             + '&type=internal">' + _("Change internal note") + '</a>]</p>';
560                             }
561                             else {
562                                 result += ' [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber='
563                                             + encodeURIComponent(row.order_id) + '&amp;referrer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid | uri %]'
564                                             + '&type=internal">' + _("Add internal note") + '</a>]';
565                             }
566
567                             var vendor_note = row.vendor_note;
568                             if ( vendor_note != null && vendor_note != '' ) {
569                                 result += '<p class="ordernote"><strong>'
570                                             + _("Vendor note: ")
571                                             + '</strong>' + vendor_note.escapeHtml() + '</p>';
572                             }
573                             else {
574                                 result += ' [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber='
575                                             + encodeURIComponent(row.order_id) + '&amp;referrer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid | uri %]'
576                                             + '&type=vendor">' + _("Add vendor note") + '</a>]';
577                             }
578
579                             return result;
580                         },
581                         "orderable": false
582                     },
583                     {
584                         "data": function( row, type, val, meta) {
585                             var result = '<a href="/cgi-bin/koha/acqui/showorder.pl?ordernumber=' + encodeURIComponent(row.order_id) + '" class="previewData">' + _("Order") + '</a><br>'
586                                 + '<a href="/cgi-bin/koha/catalogue/showmarc.pl?id=' + encodeURIComponent(row.biblio_id) + '" class="previewData">' + _("MARC") + '</a><br>'
587                                 + '<a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;id=' + encodeURIComponent(row.biblio_id) + '" class="previewData">' + _("Card") + '</a>';
588                             return result;
589                         },
590                         "orderable": false
591                     },
592                     {
593                         "data": "replacement_price"
594                     },
595                     {
596                         "data": "quantity",
597                         "orderable": true
598                     },
599                     {
600                         "data": "ecost"
601                     },
602                     {
603                         "data": function ( row, type, val, meta ) {
604                             return (row.quantity * row.ecost).format_price();
605                         },
606                         "orderable": false // FIXME: How can we do it in DBIC?
607                     },
608                     {
609                         "data": "fund_id",
610                         "render": function(data, type, row, meta) {
611                             if (type != 'display') return data.escapeHtml();
612                             return row.fund.name.escapeHtml();
613                         }
614                     },
615                     {
616                         "data": function( row, type, val, meta ) {
617                             return '<a href="orderreceive.pl?ordernumber='
618                                     + encodeURIComponent(row.order_id) + '&amp;invoiceid=[% invoiceid | uri %]' + '">'
619                                     + _("Receive") + '</a><br/>'
620                                     + '<a href="#" onclick="transfer_order_popup(' + row.order_id.escapeHtml() + '); return false;">'
621                                     + _("Transfer") + '</a>';
622                         },
623                         "orderable": false
624                     },
625                     {
626                         "data": function( row, type, val, meta ) {
627                             var result = "";
628
629                             if ( row.current_holds_count > 0 ) {
630                                 result += '<span class="button" title="'
631                                         + _("Can't cancel order, (%s) holds are linked with this order. Cancel holds first").format( row.holds_count.escapeHtml() ) + '">'
632                                         + _("Can't cancel order") + '</span><br/>';
633                             }
634                             else {
635                                 result += '<a href="/cgi-bin/koha/acqui/cancelorder.pl?ordernumber='
636                                             + encodeURIComponent(row.order_id)
637                                             + '&biblionumber=' + encodeURIComponent(row.biblio_id)
638                                             + '&referrer=/cgi-bin/koha/acqui/parcel.pl?invoiceid=[% invoiceid | uri %]">'
639                                             + _("Cancel order") + '</a><br/>';
640                             }
641
642                             if ( row.biblio != null ) {
643                                 if ( row.biblio.items_count - row.items.length > 0 ||
644                                     row.biblio.active_orders_count > 1 ||
645                                     row.biblio.subscriptions_count > 0 ||
646                                     row.biblio.holds_count > 0 ) { // biblio can be deleted
647                                     result += '<span class="button" title="'
648                                             + _("Can't delete catalog record, see constraints below") + '">'
649                                             + _("Can't cancel order and delete catalog record") + '</span><br>';
650                                 }
651                                 else {
652                                     result += '<a href="/cgi-bin/koha/acqui/cancelorder.pl?ordernumber='
653                                             + encodeURIComponent(row.order_id) + '&biblionumber=' + encodeURIComponent(row.biblio_id)
654                                             + '&del_biblio=1&referrer="/cgi-bin/koha/acqui/parcel.pl?invoiceid=[$ invoiceid | uri ]">'
655                                             + _("Cancel order and catalog record") + '</a><br/>';
656                                 }
657
658                                 if ( row.biblio.items_count - row.items.length > 0 ) {
659                                     result += '<strong title="'
660                                             + _("Can't delete catalog record, because of %s existing item(s)").format(row.items.length)
661                                             +'">' + (row.biblio.items_count - row.items.length) + _(" item(s) left") + '</strong><br/>';
662                                 }
663
664                                 if ( row.biblio.active_orders_count > 1 ) {
665                                     result += '<strong title="'
666                                             + _("Can't delete catalog record, delete other orders linked to it first") + '">'
667                                             + (row.biblio.active_orders_count - 1) + _(" order(s) left") + '</strong><br/>';
668                                 }
669
670                                 if ( row.biblio.subscriptions_count > 0 ) {
671                                     result += '<strong title="' + _("Can't delete catalog record, delete subscriptions first") + '">'
672                                             + _("%s subscription(s) left").format(row.biblio.subscriptions_count)
673                                             + '</strong><br>';
674                                 }
675
676                                 if ( row.biblio.holds_count > 0 ) {
677                                     result += '<strong title="' + _("Can't delete catalog record or order, cancel holds first") + '">'
678                                             + _("%s hold(s) left").format(row.biblio.holds_count) + '</strong>';
679                                 }
680                             }
681
682                             return result;
683                         },
684                         "orderable": false
685                     }
686                 ]
687             });
688
689             $("#filterform").on("submit", function(e) {
690                 e.preventDefault();
691                 // Update the datatable URL
692                 var summary      = $("#summaryfilter").val();
693                 var basket_name  = $("#basketfilter").val();
694                 var basket_group = $("#basketgroupnamefilter").val();
695                 var order_id     = $("#orderfilter").val();
696                 var ean          = $("#eanfilter").val();
697
698                 var query_and = [];
699
700                 if (basket_name != "") {
701                     query_and.push( { "basket.name": { "like": '%'+basket_name+'%' } } );
702                 }
703                 if (basket_group != "") {
704                     query_and.push( { "basket.basket_group.name": { "like": '%'+basket_group+'%' } } );
705                 }
706                 if (summary != "") {
707                     query_and.push( { "-or": [{"biblio.title":  { "like": '%'+summary+'%' } },
708                                 {"biblio.author": { "like": '%'+summary+'%' } },
709                                 {"biblio.isbn":   { "like": '%'+summary+'%' } } ] } );
710                 }
711             [% IF (UNIMARC) %]
712                 if (ean != "") {
713                     query_and.push( { "biblio.ean": ean } );
714                 }
715             [% END %]
716
717                 if ( !jQuery.isEmptyObject(query_and) || order_id != "" ) {
718
719                     var query_params = [];
720
721                     if ( order_id != "" ) {
722                         query_params.push("order_id="+order_id);
723                     }
724
725                     if ( !jQuery.isEmptyObject(query_and) ) {
726                         query_and.push(base_query);
727                         query_params.push('q=' + encodeURI(JSON.stringify({ "-and": query_and })));
728                     }
729
730                     pending_orders_table.api().ajax.url( pending_orders_url + '&' + query_params.join("&") );
731                 }
732                 else {
733                     pending_orders_table.api().ajax.url( pending_orders_url + '&q=' + encodeURI(JSON.stringify(base_query)) );
734                 }
735                 pending_orders_table.api().ajax.reload( null, false );
736             });
737
738             $('#clear_form_filters').on("click", function(){
739                 $(this).closest('form').find("input[type=text], textarea").val("");
740                 pending_orders_table.api().ajax.url(pending_orders_url + '&q=' + encodeURI(JSON.stringify(base_query))).draw();
741             });
742
743             // Keep filters from finishreceive.pl to parcel.pl
744             $.cookie("filter_parcel_summary", $("#summaryfilter").val());
745             $.cookie("filter_parcel_basketname", $("#basketfilter").val());
746             $.cookie("filter_parcel_orderno", $("#orderfilter").val());
747             $.cookie("filter_parcel_basketgroupname", $("#basketgroupnamefilter").val());
748             $.cookie("filter_parcel_ean", $("#eanfilter").val());
749
750             $("#filterform").on('submit', function(){
751                 $.cookie("filter_parcel_summary", $("#summaryfilter").val());
752                 $.cookie("filter_parcel_basketname", $("#basketfilter").val());
753                 $.cookie("filter_parcel_orderno", $("#orderfilter").val());
754                 $.cookie("filter_parcel_basketgroupname", $("#basketgroupnamefilter").val());
755                 $.cookie("filter_parcel_ean", $("#eanfilter").val());
756             });
757
758             $(".previewData").on("click", function(e){
759                 e.preventDefault();
760                 var ltitle = $(this).text();
761                 var page = $(this).attr("href");
762                 $("#dataPreviewLabel").text(ltitle);
763                 $("#dataPreview .modal-body").load(page + " div");
764                 $('#dataPreview').modal({show:true});
765             });
766
767             $("#dataPreview").on("hidden.bs.modal", function(){
768                 $("#dataPreviewLabel").html("");
769                 $("#dataPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface | html %]/[% theme | html %]/img/spinner-small.gif\" alt=\"\" /> "+_("Loading")+"</div>");
770             });
771         });
772
773         // Case-insensitive version of jquery's contains function
774         jQuery.extend(jQuery.expr[':'], {
775             icontains : "jQuery(a).text().toUpperCase().indexOf(m[3].toUpperCase())>=0"
776         });
777
778         // Contains exactly function
779         jQuery.extend(jQuery.expr[':'], {
780             containsExactly: "$(a).text() == m[3]"
781         });
782
783         function transfer_order_popup(ordernumber) {
784         var url = "/cgi-bin/koha/acqui/transferorder.pl?"
785             + "ordernumber=" + ordernumber
786             window.open(url, 'TransferOrder');
787         }
788     </script>
789 [% END %]
790
791 [% INCLUDE 'intranet-bottom.inc' %]