Bug 21526: Use the 'url' filter when needed
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / basket.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% BLOCK csv_export %]
4     <div class="btn-group">
5         <a id="exportbutton" class="btn btn-default btn-sm" href="[% script_name | url %]?op=export&amp;basketno=[% basketno | html %]&amp;booksellerid=[% booksellerid | html %]"><i class="fa fa-download"></i> Export as CSV</a>
6       <a class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></a>
7       <ul class="dropdown-menu" id="export-csv-menu">
8           <li><a href="#">Default</a></li>
9           [% IF csv_profiles %]
10               [% FOR csv IN csv_profiles %]
11                 <li><a href="#" data-value="[% csv.export_format_id | html %]">[% csv.profile | html %]</a></li>
12               [% END %]
13           [% END %]
14        </ul>
15     </div>
16 [% END %]
17 [% USE KohaDates %]
18 [% USE Branches %]
19 [% USE Price %]
20 [% USE AuthorisedValues %]
21 [% SET footerjs = 1 %]
22 [% INCLUDE 'doc-head-open.inc' %]
23 <title>Koha &rsaquo; Acquisitions &rsaquo; [% UNLESS ( basketno ) %]New [% END %]Basket [% basketname | html %] ([% basketno | html %]) for [% booksellername | html %]</title>
24 [% Asset.css("css/datatables.css") | $raw %]
25 [% INCLUDE 'doc-head-close.inc' %]
26 <style type="text/css">
27     .sortmsg {font-size: 80%;}
28 </style>
29 </head>
30
31 <body id="acq_basket" class="acq">
32 [% INCLUDE 'header.inc' %]
33 [% INCLUDE 'acquisitions-search.inc' %]
34
35
36 <div id="breadcrumbs">
37     <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
38     <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo;
39     <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a> &rsaquo;
40     [% UNLESS ( basketno ) %][% IF ( delete_confirmed ) %]Deleted [% ELSE %]New [% END %][% END %]Basket [% basketname | html %] [% IF ( basketno ) %]([% basketno | html %])[% END %] for [% booksellername | html %]
41 </div>
42
43 <div id="doc3" class="yui-t2">
44
45 <div id="bd">
46     <div id="yui-main">
47     [% IF (cannot_manage_basket) %]
48         <div class="yui-b">
49             <p class="error">You are not authorised to manage this basket.</p>
50         </div>
51     [% ELSE %]
52     <div class="yui-b">
53         [% IF !confirm_close && !edi_confirm %]
54         [% UNLESS ( selectbasketg ) %]
55             [% UNLESS ( closedate ) %]
56             [% UNLESS ( delete_confirmed ) %]
57                 <div id="toolbar" class="btn-toolbar">
58                     [% IF active %]
59                         <div class="btn-group"><a href="#addtoBasket" role="button" class="btn btn-default btn-sm" data-toggle="modal"><i class="fa fa-plus"></i> Add to basket</a></div>
60                     [% END %]
61                     <div class="btn-group"><a href="basketheader.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]&amp;op=add_form" class="btn btn-default btn-sm" id="basketheadbutton"><i class="fa fa-pencil"></i> Edit basket</a></div>
62                     [%# FIXME This action should not be available for everyone %]
63                     <div class="btn-group"><a href="#deleteBasketModal" role="button" class="btn btn-default btn-sm" data-toggle="modal" id="delbasketbutton"><i class="fa fa-trash"></i> Delete this basket</a></div>
64                    [% IF ( unclosable ) %]
65                     [% ELSIF ( uncertainprices ) %]
66                         <div class="btn-group"><a href="/cgi-bin/koha/acqui/uncertainprice.pl?booksellerid=[% booksellerid | uri %]&amp;owner=1" class="btn btn-default btn-sm" id="uncertpricesbutton"><i class="fa fa-usd"></i> Uncertain prices</a></div>
67                         <div title="Can not close baskets that have items with uncertain prices in them." class="btn-group">
68                             <a href="" class="btn btn-default btn-sm disabled" id="closebutton"><i class="fa fa-times-circle"></i> Close this basket</a>
69                         </div>
70                     [% ELSE %]
71                         <div class="btn-group">
72                             <a href="/cgi-bin/koha/acqui/basket.pl?op=close&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default btn-sm" id="closebutton"><i class="fa fa-times-circle"></i> Close this basket</a>
73                         </div>
74                     [% END %]
75
76                     [% PROCESS csv_export %]
77
78                         [% IF ediaccount %]
79                         <div class="btn-group"><a href="/cgi-bin/koha/acqui/edi_ean.pl?op=ediorder&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default btn-sm" id="ediorderbutton"><i class="fa fa-download"></i> Create EDIFACT order</a></div>
80                         [% END %]
81
82                         [% IF ( active && books_loop ) %]
83                             <div class="btn-group">
84                                 <form action="/cgi-bin/koha/acqui/basket.pl" method="post">
85                                     <input type="hidden" name="op" value="email" />
86                                     <input type="hidden" name="basketno" value="[% basketno | html %]" />
87                                     <button type="submit" class="btn btn-default btn-sm" id="emailvendorbutton"><i class="fa fa-envelope"></i> E-mail order</button>
88                                 </form>
89                             </div>
90                         [% END %]
91                 </div>
92             [% END %]
93
94             <!-- Modal for confirm deletion box-->
95                 <div class="modal" id="deleteBasketModal" tabindex="-1" role="dialog" aria-labelledby="delbasketModalLabel" aria-hidden="true">
96                     <div class="modal-dialog">
97                     <div class="modal-content">
98                     <div class="modal-header">
99                         <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
100                         <h3>Confirm deletion</h3>
101                     </div>
102                     [% UNLESS book_foot_loop %]
103                         <div class="modal-body">
104                            <p>Are you sure you want to delete this basket?</p>
105                         </div>
106                         <div class="modal-footer">
107                             <button type="button" class="btn btn-primary" data-dismiss="modal">Cancel</button>
108                             <form action="/cgi-bin/koha/acqui/basket.pl" method="get">
109                                 <input type="hidden" name="op" value="delete_confirm" />
110                                 <input type="hidden" name="basketno" value="[% basketno | html %]" />
111                                 <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
112                                 <input type="hidden" name="delbiblio" value="0" />
113                                 <button type="submit" class="btn btn-default btn-default">Delete basket</button>
114                             </form>
115                         </div>
116                     [% ELSE %]
117                         <div class="modal-body">
118                            <p>Are you sure you want to delete this basket?</p>
119                            <p>Warning:</p>
120                            <p>All orders of this basket will be cancelled and used funds will be refunded.</p>
121                            <p>If items have been created when ordering or receiving, they will be deleted.</p>
122                            <p>You can choose to delete bibliographic records if possible (bibliographic records that have other items or that are used in a subscription or another order will not be deleted).</p>
123                         </div>
124                         <div class="modal-footer">
125                             <button type="button" class="btn btn-primary" data-dismiss="modal">Cancel</button>
126                             <form action="/cgi-bin/koha/acqui/basket.pl" method="get">
127                                 <input type="hidden" name="op" value="delete_confirm" />
128                                 <input type="hidden" name="basketno" value="[% basketno | html %]" />
129                                 <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
130                                 <input type="hidden" name="delbiblio" value="0" />
131                                 <button type="submit" class="btn btn-default btn-default">Delete basket and orders</button>
132                             </form>
133
134                             <form action="/cgi-bin/koha/acqui/basket.pl" method="get">
135                                 <input type="hidden" name="op" value="delete_confirm" />
136                                 <input type="hidden" name="basketno" value="[% basketno | html %]" />
137                                 <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
138                                 <input type="hidden" name="delbiblio" value="1" />
139                                 <button type="submit" class="btn btn-default btn-default">Delete basket, orders, and records</button>
140                             </form>
141
142                         </div>
143                     [% END %]
144                     </div>
145                     </div>
146                 </div>
147 <!-- End of Modal-->
148             [% ELSE %]
149                 [% UNLESS ( grouped ) %]
150                 <div id="toolbar" class="btn-toolbar">
151
152                     <div class="btn-group"><a href="#" class="btn btn-default btn-sm" id="reopenbutton"><i class="fa fa-refresh"></i> Reopen this basket</a></div>
153
154                     [% PROCESS csv_export %]
155
156                 </div>
157                 [% END %]
158             [% END %]
159             [% END %]
160
161     [% IF ( NO_BOOKSELLER ) %]
162     <h2>Vendor not found</h2>
163     [% ELSE %]
164         [% IF ( delete_confirmed ) %]
165             <div class="dialog message">
166                 <h3>Basket deleted</h3>
167             </div>
168             [% IF (cannotdelbiblios) %]
169                 <div class="dialog alert">
170                     <p><strong>Warning:</strong></p>
171                     <p><strong>The following records could not be deleted:</strong></p>
172                     <ul>
173                     [% FOREACH cannotdelbiblio IN cannotdelbiblios %]
174                         <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% cannotdelbiblio.biblionumber | uri %]">[% cannotdelbiblio.title | html %]</a> by [% cannotdelbiblio.author | html %]:
175                             <ul>
176                             [% IF (cannotdelbiblio.itemcount) %]<li>[% cannotdelbiblio.itemcount | html %] item(s) attached.</li>[% END %]
177                             [% IF (cannotdelbiblio.subscriptions) %]<li>[% cannotdelbiblio.subscriptions | html %] subscription(s) attached.</li>[% END %]
178                             [% IF (cannotdelbiblio.countbiblio) %]<li>[% cannotdelbiblio.countbiblio | html %] order(s) attached.</li>[% END %]
179                             [% IF (cannotdelbiblio.othererror) %]<li>Unknown error.</li>[% END %]
180                             </ul>
181                         </li>
182                     [% END %]
183                     </ul>
184                 </div>
185                 <a href="booksellers.pl">Click here to go back to booksellers page</a>
186             [% ELSE %]
187                 <a href="/cgi-bin/koha/acqui/booksellers.pl?booksellerid=[% booksellerid | uri %]" class="btn btn-default btn-sm">Show baskets for vendor [% booksellername | html %]</a> <a href="/cgi-bin/koha/acqui/booksellers.pl" class="btn btn-default btn-sm">Show all active baskets</a>
188             [% END %]
189         [% ELSE %]
190
191         [% FOR m IN messages %]
192             <div class="dialog [% m.type | html %]">
193                 [% SWITCH m.code %]
194                 [% CASE 'no_email' %]
195                     This vendor has no contact selected for sending orders to or is missing an e-mail address.
196                 [% CASE 'no_basketno' %]
197                     No basket given.
198                 [% CASE 'no_letter' %]
199                     There is no notice template with code ACQORDER defined.
200                 [% CASE 'email_sent' %]
201                     Order e-mail was sent to the vendor.
202                 [% CASE %]
203                     ERROR! - [% m.code | html %]
204                 [% END %]
205             </div>
206         [% END %]
207         <h1>[% UNLESS ( basketno ) %]New [% END %]Basket [% basketname | html %] ([% basketno | html %]) for <a href="supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a></h1>
208         [% IF ( basketno ) %]
209             <div id="acqui_basket_summary" class="yui-g">
210                 <div class="rows">
211                 <div class="yui-u first">
212                 <ol>
213                 [% IF ( basketnote ) %]<li><span class="label">Internal note:</span> [% basketnote | html %]</li>[% END %]
214                 [% IF ( basketbooksellernote ) %]<li><span class="label">Vendor note:</span> [% basketbooksellernote | html %]</li>[% END %]
215                 [% IF ( basketcontractno ) %]
216                     <li><span class="label">Contract name:</span> <a href="../admin/aqcontract.pl?op=add_form&amp;contractnumber=[% basketcontractno | uri %]&amp;booksellerid=[% booksellerid | uri %]">[% basketcontractname | html %]</a></li>
217                 [% END %]
218                 [% IF deliveryplace %]<li><span class="label">Delivery place:</span> [% Branches.GetName( deliveryplace ) | html %]</li>[% END %]
219                 [% IF billingplace %]<li><span class="label">Billing place:</span> [% Branches.GetName( billingplace ) | html %]</li>[% END %]
220                 [% IF ( authorisedbyname ) %]<li><span class="label">Created by:</span>  [% authorisedbyname | html %]</li>[% END %]
221                 <li id="managedby">
222                     <form action="" method="post">
223                         <span class="label">Managed by:</span>
224                         <div style="float:left">
225                             <ul id="users_names" style="padding-left:0">
226                                 [% FOREACH user IN users %]
227                                     <li id="user_[% user.borrowernumber | html %]">
228                                         [% user.firstname | html %] [% user.surname | html %]
229                                         <a href="#" data-borrowernumber="[% user.borrowernumber | html %]" class="del_user"><i class="fa fa-trash"></i> Delete user</a>
230                                     </li>
231                                 [% END %]
232                                 <li>
233                                     <a href="#" id="add_user"><i class="fa fa-plus"></i> Add user</a>
234                                 </li>
235                                 <li id="add_user_submit" style="display:none;">
236                                     <button type="submit" class="btn btn-default btn-xs">Save changes</button>
237                                 </li>
238                             </ul>
239                         </div>
240                         <input type="hidden" id="basketno" name="basketno" value="[% basketno | html %]" />
241                         <input type="hidden" id="users_ids" name="users_ids" value="[% users_ids | html %]" />
242                         <input type="hidden" id="op" name="op" value="mod_users" />
243                     </form>
244
245                 </li>
246                 <li id="branch">
247                     <span class="label">Managing library:</span>
248                     [% IF basketbranchcode %]
249                         [% Branches.GetName( basketbranchcode ) | html %]
250                         <a href="#" id="set_managing_library"><i class="fa fa-pencil"></i> Change library</a>
251                     [% ELSE %]
252                         No library
253                         <a href="#" id="set_managing_library"><i class="fa fa-pencil"></i> Set library</a>
254                     [% END %]
255                 </li>
256                 [% IF branches_loop.size %]
257                     <li id="managing_library_entry" style="display:none;">
258                         <span class="label">&nbsp;</span>
259                         <div style="float:left">
260                             <form action="" method="post">
261                                 <select id="select_managing_library" name="branch">
262                                     <option value="">(no library)</option>
263                                     [% FOREACH branch IN branches_loop %]
264                                         [% IF ( basketbranchcode == branch.branchcode ) %]
265                                             <option selected="selected" value="[% branch.branchcode | html %]"> [% branch.branchname | html %]</option>
266                                         [% ELSE %]
267                                             <option value="[% branch.branchcode | html %]"> [% branch.branchname | html %]</option>
268                                         [% END %]
269                                     [% END %]
270                                 </select>
271                                 <a id="library_entry_cancel" href="#" class="cancel">Cancel</a>
272                                 <input type="hidden" id="basketno" name="basketno" value="[% basketno | html %]" />
273                                 <input type="hidden" id="op" name="op" value="mod_branch" />
274                             </form>
275                         </div>
276                     </li>
277                 [% END %]
278
279                 </ol>
280                 </div>
281
282                 <div class="yui-u">
283                     <ol>
284                         [% IF ( creationdate ) %]
285                             <li><span class="label">Opened on:</span>  [% creationdate | $KohaDates %]</li>
286                         [% END %]
287                         [% IF ( closedate ) %]
288                             <li><span class="label">Closed on:</span> [% closedate | $KohaDates %]</li>
289                         [% END %]
290                         [% IF ( estimateddeliverydate ) %]
291                             <li><span class="label">Estimated delivery date:</span> [% estimateddeliverydate | $KohaDates %]</li>
292                         [% END %]
293                         <li><span class="label">Orders are standing:</span> [% IF is_standing %]Yes[% ELSE %]No[% END %]</li>
294
295                         [% IF basket.create_items %]
296                             <li>
297                                 <span class="label">Create items when:</span>
298                                 [% SWITCH basket.create_items %]
299                                     [% CASE 'receiving' %]Receiving items
300                                     [% CASE 'cataloguing' %]Cataloguing items
301                                     [% CASE %]Placing orders
302                                 [% END %]
303                             </li>
304                         [% END %]
305                     </ol>
306
307                     [% IF ( closedate ) %]
308                         <ol>
309                             <li>
310                                 <span class="label">Basket group:</span>
311                                 [% IF basketgroup.id and not basketgroup.name %]
312                                     [% SET basketgroup.name = "Basket group no. " _ basketgroup.id %]
313                                 [% END %]
314
315                                 [% IF basketgroup.closed %]
316                                     [% IF ( CAN_user_acquisition_group_manage ) %]
317                                         <a href="basketgroup.pl?op=add&booksellerid=[% booksellerid | uri %]&basketgroupid=[% basketgroup.id | uri %]" title="basketgroup">[% basketgroup.name | html %] (closed)</a>
318                                     [% ELSE %]
319                                         [% basketgroup.name | html %] (closed)
320                                     [% END %]
321                                 [% ELSIF ( ! CAN_user_acquisition_group_manage ) %]
322                                     [%- IF basketgroup.id -%]
323                                 [% basketgroup.name | html %]
324                                     [%- ELSE -%]
325                                         No group
326                                     [%- END -%]
327                                 [% ELSE %]
328                                     [% IF ( CAN_user_acquisition_group_manage ) %]
329                                         [% IF ( basketgroup.id ) %]
330                                             [% basketgroup.name | html %]
331                                             <a href="#" id="set_basket_group"><i class="fa fa-pencil"></i> Change basket group</a>
332                                         [% ELSE %]
333                                             No group
334                                             <a href="#" id="set_basket_group"><i class="fa fa-pencil"></i> Set basket group</a>
335                                         [% END %]
336                                     [% END %]
337                                 [% END %]
338                             </li>
339                             [% IF ( CAN_user_acquisition_group_manage ) %]
340                                 <li id="basket_grouping" style="display:none;">
341                                     <span class="label">&nbsp;</span>
342                                     <div style="float:left">
343                                         <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="post">
344                                             <select id="basketgroupid" name="basketgroupid">
345                                                 <option value="">No group</option>
346                                                 [% FOREACH bg IN basketgroups %]
347                                                     [% IF ( bg.default ) %]
348                                                         <option value="[% bg.id | html %]" selected="selected">[% bg.name | html %]</option>
349                                                     [% ELSE %]
350                                                         [% UNLESS bg.closed %]
351                                                             <option value="[% bg.id | html %]">[% bg.name | html %]</option>
352                                                         [% ELSE %]
353                                                             <option value="[% bg.id | html %]" disabled="disabled">[% bg.name | html %] (closed)</option>
354                                                         [% END %]
355                                                     [% END %]
356                                                 [% END %]
357                                                 <option value="new">Add new group</option>
358                                             </select>
359                                             <a href="#" id="basket_group_cancel" class="cancel">Cancel</a>
360                                             <input type="hidden" id="basketno" value="[% basketno | html %]" name="basketno" />
361                                             <input type="hidden" value="mod_basket" name="op" />
362                                             <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
363                                         </form>
364                                     </div>
365                                 </li>
366                             [% END # /IF ( CAN_user_acquisition_group_manage ) %]
367                             [% IF basketgroup.deliveryplace %]
368                                 <li>
369                                     <span class="label">Basket group delivery placename:</span> [% Branches.GetName( basketgroup.deliveryplace ) | html %]
370                                 </li>
371                             [% END %]
372                             [% IF basketgroup.billingplace %]
373                                 <li>
374                                     <span class="label">Basket group billing place:</span> [% Branches.GetName( basketgroup.billingplace ) | html %]
375                                 </li>
376                             [% END %]
377                         </ol>
378                     [% END # /IF closeddate %]
379                 </div>
380             </div>
381             </div>
382         [% END %]
383         [% IF ( duplinbatch ) %]<div class="dialog alert">
384         <h4>Duplicate warning</h4>
385         <p>Some records have not been automatically added because they match an existing record in your catalog:<a href="/cgi-bin/koha/acqui/addorderiso2709.pl?import_batch_id=[% duplinbatch | uri %]&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]" title="Open in new window" target="_blank" class="popup" style="margin-left:10px">Display them</a></p>
386         </div>[% END %]
387
388         <div id="acqui_basket_content" class="yui-g">
389         [% IF ( books_loop ) %]
390         <h2>Orders</h2>
391         <label for="show_all_details">
392             <input type="checkbox" style="vertical-align: middle;" id="show_all_details" />
393             Show all details
394         </label>
395             <table id="orders">
396                 <thead>
397                     <tr>
398                         <th>No.</th>
399                         <th class="anti-the">Order</th>
400                         <th class="tax_excluded">RRP tax exc.</th>
401                         <th class="tax_excluded">ecost tax exc.</th>
402                         <th class="tax_included">RRP tax inc.</th>
403                         <th class="tax_included">ecost tax inc.</th>
404                         <th class="replacementprice">Replacement price</th>
405                         <th>Qty.</th>
406                         <th class="tax_excluded">Total tax exc. ([% currency | html %])</th>
407                         <th class="tax_included">Total tax inc. ([% currency | html %])</th>
408                         <th>GST %</th>
409                         <th>GST</th>
410                         <th>Fund</th>
411                         <th>Supplier report</th>
412                         [% IF ( active ) %]
413                             [% UNLESS ( closedate ) %]
414                                 <th>Modify</th>
415                                 <th>Cancel order</th>
416                             [% END %]
417                         [% END %]
418                     </tr>
419                 </thead>
420                 <tfoot>
421                 [% FOREACH foot_loo IN book_foot_loop %]
422                     <tr>
423                         <th></th>
424                         <th>Total (GST [% foot_loo.tax_rate * 100 | html %])</th>
425                         <th class="tax_excluded">&nbsp;</th>
426                         <th class="tax_excluded">&nbsp;</th>
427                         <th class="tax_included">&nbsp;</th>
428                         <th class="tax_included">&nbsp;</th>
429                         <th class="replacementprice">&nbsp;</th>
430                         <th>[% foot_loo.quantity | html %]</th>
431                         <th class="tax_excluded">[% foot_loo.total_tax_excluded | $Price %]</th>
432                         <th class="tax_included">[% foot_loo.total_tax_included | $Price %]</th>
433                         <th>&nbsp;</th>
434                         <th>[% foot_loo.tax_value | $Price %]</th>
435                         <th>&nbsp;</th>
436                         <th>&nbsp;</th>
437                         [% IF ( active ) %]
438                             [% UNLESS ( closedate ) %]
439                                 <th>&nbsp;</th>
440                                 <th>&nbsp;</th>
441                             [% END %]
442                         [% END %]
443                     </tr>
444                 [% END %]
445                 <tr>
446                     <th></th>
447                     <th>Total ([% currency | html %])</th>
448                     <th class="tax_excluded">&nbsp;</th>
449                     <th class="tax_excluded">&nbsp;</th>
450                     <th class="tax_included">&nbsp;</th>
451                     <th class="tax_included">&nbsp;</th>
452                     <th class="replacementprice">&nbsp;</th>
453                     <th>[% total_quantity | html %]</th>
454                     <th class="tax_excluded">[% total_tax_excluded | $Price %]</th>
455                     <th class="tax_included">[% total_tax_included | $Price %]</th>
456                     <th>&nbsp;</th>
457                     <th>[% total_tax_value | $Price %]</th>
458                     <th>&nbsp;</th>
459                     <th>&nbsp;</th>
460                     [% IF ( active ) %]
461                         [% UNLESS ( closedate ) %]
462                             <th>&nbsp;</th>
463                             <th>&nbsp;</th>
464                         [% END %]
465                     [% END %]
466                 </tr>
467                 </tfoot>
468                 <tbody>
469                 [% FOREACH books_loo IN books_loop %]
470                     [% IF ( books_loo.order_received ) %]
471                         <tr class="disabled">
472                     [% ELSE %]
473                         <tr>
474                     [% END %]
475                         <td>
476                             [% books_loo.ordernumber | html %]
477                         </td>
478                         <td>
479                             <p>
480                                 [% IF ( books_loo.order_received ) %] (rcvd)[% END %]
481                                 [% IF books_loo.title %]
482                                     <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% books_loo.biblionumber | uri %]">[% books_loo.title | html %]</a>[% IF books_loo.author %] by [% books_loo.author | html %][% END %]
483                                 [% ELSE %]
484                                     <em>Deleted bibliographic record, can't find title</em><br />
485                                 [% END %]
486                                 <br />
487                                 [% IF ( books_loo.isbn ) %] - [% books_loo.isbn | html %][% END %]
488                                 [% IF ( books_loo.issn ) %] - [% books_loo.issn | html %][% END %]
489                                 [% IF ( books_loo.publishercode ) %], [% books_loo.publishercode | html %][% END %]
490                                 [% IF ( books_loo.publicationyear ) %], [% books_loo.publicationyear | html %]
491                                 [% ELSIF ( books_loo.copyrightdate ) %] [% books_loo.copyrightdate | html %][% END %]
492                                 [% IF ( books_loo.editionstatement ) %], [% books_loo.editionstatement | html %][% END %]
493                                 [% IF ( books_loo.suggestionid ) %]
494                                     <br/>
495                                     Suggested by: [% books_loo.surnamesuggestedby | html %][% IF ( books_loo.firstnamesuggestedby ) %], [% books_loo.firstnamesuggestedby | html %] [% END %]
496                                     (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% books_loo.suggestionid | uri %]&amp;op=show">suggestion #[% books_loo.suggestionid | html %]</a>)
497                                 [% END %]
498                             </p>
499                                 [% IF ( books_loo.order_internalnote ) %]
500                                     <p class="ordernote"><strong>Internal note: </strong><span id="internal-note-[% books_loo.ordernumber | html %]">[% books_loo.order_internalnote | html %]</span> <a class="edit_note" data-ordernumber="[% books_loo.ordernumber | html %]" data-note_type="internal" href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber | html %]&type=internal" title="Edit internal note"><i class="fa fa-pencil"></i> Edit internal note</a></p>
501                                 [% ELSE %]
502                                     <a class="edit_note" data-ordernumber="[% books_loo.ordernumber | html %]" data-note_type="internal" href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber | html %]&type=internal" title="Add internal note"><i class="fa fa-plus"></i> Add internal note</a>
503                                 [% END %]
504                                 [% IF ( books_loo.order_vendornote ) %]
505                                     <p class="ordernote"><strong>Vendor note: </strong> <span id="vendor-note-[% books_loo.ordernumber | html %]">[% books_loo.order_vendornote | html %]</span> <a class="edit_note" data-ordernumber="[% books_loo.ordernumber | html %]" data-note_type="vendor" href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber | html %]&type=vendor" title="Edit vendor note"><i class="fa fa-pencil"></i> Edit vendor note</a></p>
506                                 [% ELSE %]
507                                     <a class="edit_note" data-ordernumber="[% books_loo.ordernumber | html %]" data-note_type="vendor" href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber | html %]&type=vendor" title="Add vendor note"><i class="fa fa-plus"></i> Add vendor note</a>
508                                 [% END %]
509                             [% IF (books_loo.transferred_from) %]
510                               [% basket = books_loo.transferred_from.basket %]
511                               [% bookseller = books_loo.transferred_from.bookseller %]
512                               [% timestamp = books_loo.transferred_from.timestamp %]
513                               <p>Transferred from basket:
514                                 <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno | uri %]"> [% basket.basketname | html %]</a>
515                                 (<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% bookseller.id | uri %]">[% bookseller.name | html %]</a>)
516                                 on <span title="[% timestamp | $KohaDates with_hours = 1 %]">
517                                   [% timestamp | $KohaDates %]
518                                 </span>
519                               </p>
520                             [% END %]
521                         </td>
522                         [% SET zero_regex = "^0{1,}\.?0{1,}[^1-9]" %] [%# 0 or 0.0 or 0.00 or 00 or 00.0 or 00.00 or 0.000 ... %]
523                         [%# FIXME: use of a regexp is not ideal; bugs 9410 and 10929 suggest better way of handling this %]
524                         <td class="number tax_excluded [% IF books_loo.rrp_tax_excluded.search(zero_regex) %]error[% END %]">[% books_loo.rrp_tax_excluded | $Price %]</td>
525                         <td class="number tax_excluded [% IF books_loo.ecost_tax_excluded.search(zero_regex) %]error[% END %]">[% books_loo.ecost_tax_excluded | $Price %]</td>
526                         <td class="number tax_included [% IF books_loo.rrp_tax_included.search(zero_regex) %]error[% END %]">[% books_loo.rrp_tax_included | $Price %]</td>
527                         <td class="number tax_included [% IF books_loo.ecost_tax_included.search(zero_regex) %]error[% END %]">[% books_loo.ecost_tax_included | $Price %]</td>
528                         <td class="number replacementprice [% IF books_loo.replacementprice.search(zero_regex) %]error[% END %]">[% books_loo.replacementprice | $Price %]</td>
529                         <td class="number [% IF books_loo.quantity.search(zero_regex) %]error[% END %]">[% books_loo.quantity | html %]</td>
530                         <td class="number tax_excluded [% IF books_loo.total_tax_excluded.search(zero_regex) %]error[% END %]">[% books_loo.total_tax_excluded | $Price %]</td>
531                         <td class="number tax_included [% IF books_loo.total_tax_included.search(zero_regex) %]error[% END %]">[% books_loo.total_tax_included | $Price %]</td>
532                         <td class="number">[% books_loo.tax_rate * 100 | html %]</td>
533                         <td class="number [% IF books_loo.tax_value.search(zero_regex) %]error[% END %]">[% books_loo.tax_value | $Price %]</td>
534                         <td>[% books_loo.budget_name | html %]</td>
535                         <td>[% books_loo.suppliers_report | html %]</td>
536                         [% IF ( active ) %]
537                             [% UNLESS ( closedate ) %]
538                             <td>
539                                 <a href="neworderempty.pl?ordernumber=[% books_loo.ordernumber | uri %]&amp;booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">Modify</a>
540                                 [% UNLESS (books_loo.order_received) %]
541                                     <br />
542                                     <a href="#" class="transfer_order" data-ordernumber="[% books_loo.ordernumber | html %]">Transfer</a>
543                                 [% END %]
544                             </td>
545                             <td>
546                             [% IF ( books_loo.left_holds_on_order ) %]
547                             <span class="button" title="Can't cancel order, ([% books_loo.holds_on_order | html %]) holds are linked with this order cancel holds first">Can't cancel order</span><br>
548                             [% ELSE %]
549                             <a href="/cgi-bin/koha/acqui/cancelorder.pl?ordernumber=[% books_loo.ordernumber | uri %]&biblionumber=[% books_loo.biblionumber | uri %]&basketno=[% basketno | uri %]&referrer=/cgi-bin/koha/acqui/basket.pl%3Fbasketno=[% basketno | uri %]" class="button">Cancel order</a><br>
550                             [% END %]
551                             [% IF ( books_loo.can_del_bib ) %]
552                             <a href="/cgi-bin/koha/acqui/cancelorder.pl?ordernumber=[% books_loo.ordernumber | uri %]&biblionumber=[% books_loo.biblionumber | uri %]&basketno=[% basketno | uri %]&del_biblio=1&referrer=/cgi-bin/koha/acqui/basket.pl%3Fbasketno=[% basketno | uri %]" class="button">Cancel order and delete catalog record</a><br>
553                             [% ELSE %]
554                             <span class="button" title="Can't delete catalog record, see constraints below">Can't cancel order and delete catalog record</span><br>
555                             [% END %]
556                             [% IF ( books_loo.left_item ) %]
557                             <b title="Can't delete catalog record, because of [% books_loo.items | html %] existing hold(s)" >[% books_loo.items | html %] item(s) left</b><br>
558                             [% END %]
559                             [% IF ( books_loo.left_biblio ) %]
560                             <b title="Can't delete catalog record, delete other orders linked to it first">[% books_loo.biblios | html %] order(s) left</b><br>
561                             [% END %]
562                             [% IF ( books_loo.left_subscription ) %]
563                             <b title="Can't delete catalog record, delete subscriptions first">[% books_loo.subscriptions | html %] subscription(s) left</b><br>
564                             [% END %]
565                             [% IF ( books_loo.left_holds ) %]
566                             <b title="Can't delete catalog record or order, cancel holds first">[% books_loo.holds | html %] hold(s) left</b>
567                             [% END %]
568                             </td>
569                             [% END %]
570                         [% END %]
571                     </tr>
572                 [% END %]
573                 </tbody>
574             </table>
575         [% END %]
576         [% IF ( listincgst ) %]<small class="highlight">** Vendor's listings already include tax.</small>
577         [% END %]
578         </div>
579         [% IF (cancelledorders_loop) %]
580           <div id="cancelledorders">
581             <h2>Cancelled orders</h2>
582             <table id="cancelledorderst">
583               <thead>
584                 <tr>
585                   <th>No.</th>
586                   <th>Order</th>
587                   <th class="tax_excluded">RRP tax exc.</th>
588                   <th class="tax_excluded">ecost tax exc.</th>
589                   <th class="tax_included">RRP tax inc.</th>
590                   <th class="tax_included">ecost tax inc.</th>
591                   <th class="replacementprice">Replacement price</th>
592                   <th>Qty.</th>
593                   <th class="tax_excluded">Total tax exc. ([% currency | html %])</th>
594                   <th class="tax_included">Total tax inc. ([% currency | html %])</th>
595                   <th>GST %</th>
596                   <th>GST</th>
597                   <th>Fund</th>
598                 </tr>
599               </thead>
600               <tbody>
601                 [% FOREACH order IN cancelledorders_loop %]
602                   <tr style="color:grey">
603                     <td>
604                         [% order.ordernumber | html %]
605                     </td>
606                     <td>
607                       <p>
608                         [% IF ( order.order_received ) %] (rcvd)[% END %]
609                         [% IF (order.title) %]
610                           [% order.title | html %][% IF order.author %] by [% order.author | html %][% END %]
611                         [% ELSE %]
612                           <em>Deleted bibliographic record, can't find title</em>
613                         [% END %]
614                         <br />
615                         [% IF ( order.order_internalnote ) %] [% order.order_internalnote | html %][% END %]
616                         [% IF ( order.isbn ) %] - [% order.isbn | html %][% END %]
617                         [% IF ( order.issn ) %] - [% order.issn | html %][% END %]
618                         [% IF ( order.publishercode ) %], [% order.publishercode | html %][% END %]
619                         [% IF ( order.publicationyear ) %], [% order.publicationyear | html %]
620                         [% ELSIF ( order.copyrightdate ) %] [% order.copyrightdate | html %][% END %]
621                         [% IF ( books_loo.editionstatement ) %], [% books_loo.editionstatement | html %][% END %]
622                         [% IF ( order.cancellationreason ) %]
623                           <br />
624                           Cancellation reason: [% AuthorisedValues.GetByCode( 'ORDER_CANCELLATION_REASON', order.cancellationreason ) | html %]
625                         [% END %]
626                       </p>
627                       [% IF order.transferred_to %]
628                         [% basket = order.transferred_to.basket %]
629                         [% bookseller = order.transferred_to.bookseller %]
630                         [% timestamp = order.transferred_to.timestamp %]
631                         <p>Transferred to basket:
632                           <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno | uri %]"> [% basket.basketname | html %]</a>
633                           (<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% bookseller.id | uri %]">[% bookseller.name | html %]</a>)
634                           on <span title="[% timestamp | $KohaDates with_hours = 1 %]">
635                             [% timestamp | $KohaDates %]
636                           </span>
637                         </p>
638                       [% END %]
639                     </td>
640                     <td class="number tax_excluded">[% order.rrp_tax_excluded | $Price %]</td>
641                     <td class="number tax_excluded">[% order.ecost_tax_excluded | $Price %]</td>
642                     <td class="number tax_included">[% order.rrp_tax_included | $Price %]</td>
643                     <td class="number tax_included">[% order.ecost_tax_included | $Price %]</td>
644                     <td class="number replacementprice">[% order.replacementprice | $Price %]</td>
645                     <td class="number">[% order.quantity | html %]</td>
646                     <td class="number tax_excluded">[% order.total_tax_excluded | $Price %]</td>
647                     <td class="number tax_included">[% order.total_tax_included | $Price %]</td>
648                     <td class="number">[% order.tax_rate * 100 | html %]</td>
649                     <td class="number">[% order.tax_value | $Price %]</td>
650                     <td>[% order.budget_name | html %]
651                   </tr>
652                 [% END %]
653               </tbody>
654             </table>
655           </div>
656         [% END %]
657         <br />
658         [% UNLESS ( closedate ) %]
659
660     <!-- Modal -->
661     <div id="addtoBasket" class="modal" tabindex="-1" role="dialog" aria-labelledby="addtoBasketLabel" aria-hidden="true">
662         <div class="modal-dialog">
663         <div class="modal-content">
664         <div class="modal-body">
665         [% IF active %]
666             [% INCLUDE 'acquisitions-add-to-basket.inc' %]
667         [% END %]
668         </div>
669         <div class="modal-footer">
670             <a href="#" class="cancel" data-dismiss="modal" aria-hidden="true">Cancel</a>
671         </div>
672         </div>
673         </div>
674     </div>
675
676         [% END %]
677
678 [% END %]
679 [% END %]    [% ELSE %] <!-- if we want just to select a basketgroup for a closed basket -->
680     [% END %]
681 [% IF ( confirm_close ) %]
682         <div id="closebasket_needsconfirmation" class="dialog alert">
683
684         <form action="/cgi-bin/koha/acqui/basket.pl">
685             <h1>Are you sure you want to close basket [% basketname | html %]?</h1>
686             [% IF ( CAN_user_acquisition_group_manage ) %]
687             <p>
688             <label for="createbasketgroup">Attach this basket to a new basket group with the same name</label>
689             <input type="checkbox" id="createbasketgroup" name="createbasketgroup"/>
690             </p>
691             [% END %]
692             <input type="hidden" id="basketno" value="[% basketno | html %]" name="basketno" />
693             <input type="hidden" value="close" name="op" />
694             <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
695             <input type="hidden" name="confirm" value="1" />
696             <input type="hidden" name="basketgroupname" value="[% basketgroupname | html %]" />
697             <button type="submit" class="approve" accesskey="y"><i class="fa fa-fw fa-check"></i> Yes, close (Y)</button>
698         </form>
699         <form action="/cgi-bin/koha/acqui/basket.pl" method="get">
700             <input type="hidden" name="basketno" value="[% basketno | html %]" />
701             <button type="submit" class="deny" accesskey="n"><i class="fa fa-fw fa-remove"></i> No, don't close (N)</button>
702         </form>
703         </div>
704     [% END %]
705 [% IF edi_confirm %]
706         <div id="closebasket_needsconfirmation" class="dialog alert">
707
708         <form action="/cgi-bin/koha/acqui/basket.pl">
709             <h1>Are you sure you want to generate an EDIFACT order and close basket [% basketname | html %]?</h1>
710             [% IF CAN_user_acquisition_group_manage %]
711             <p>
712             <label for="createbasketgroup">Attach this basket to a new basket group with the same name</label>
713             <input type="checkbox" id="createbasketgroup" name="createbasketgroup"/>
714             </p>
715             [% END %]
716             <input type="hidden" id="basketno" value="[% basketno | html %]" name="basketno" />
717             <input type="hidden" value="ediorder" name="op" />
718             <input type="hidden" name="ean" value="[% ean | html %]" />
719             <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
720             <input type="hidden" name="confirm" value="1" />
721             <input type="hidden" name="basketgroupname" value="[% basketgroupname | html %]" />
722             <button type="submit" class="approve" accesskey="Y"><i class="fa fa-fw fa-check"></i> Yes, close (Y)</button>
723         </form>
724         <form action="/cgi-bin/koha/acqui/basket.pl" method="get">
725             <input type="hidden" name="basketno" value="[% basketno | html %]" />
726             <button type="submit" class="deny" accesskey="N"><i class="fa fa-fw fa-remove"></i> No, don't close (N)</button>
727         </form>
728         </div>
729     [% END %]
730 </div>
731 [% END %][%# IF (cannot_manage_basket) %]
732 </div>
733 <div class="yui-b">
734     [% INCLUDE 'vendor-menu.inc' %]
735     [% INCLUDE 'acquisitions-menu.inc' %]
736 </div>
737 </div>
738
739 <!-- Modal for editing vendor and internal notes -->
740 <div class="modal" id="noteEditor" tabindex="-1" role="dialog" aria-labelledby="noteEditorLabel">
741     <div class="modal-dialog" role="document">
742         <form id="modify_order_notes" action="/cgi-bin/koha/acqui/modordernotes.pl" method="post">
743             <div class="modal-content">
744                 <div class="modal-header">
745                     <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
746                     <h4 class="modal-title" id="noteEditorLabel">Order note</h4>
747                 </div>
748                 <div class="modal-body">
749                 <textarea id="ordernotes" name="ordernotes" rows="3" cols="30" class="focus">[% ordernotes | html %]</textarea>
750                 <input type="hidden" id="ordernumber" name="ordernumber" value="" />
751                 <input type="hidden" name="op" value="save" />
752                 <input type="hidden" id="type" name="type" value="" />
753             </div>
754             <div class="modal-footer">
755                 <button type="submit" class="btn btn-default">Save</button>
756                 <button type="button" class="btn btn-link cancel" data-dismiss="modal">Cancel</button>
757             </div>
758         </form>
759     </div>
760 </div>
761 </div>
762
763 [% MACRO jsinclude BLOCK %]
764     [% Asset.js("js/acquisitions-menu.js") | $raw %]
765     [% INCLUDE 'datatables.inc' %]
766     [% Asset.js("lib/jquery/plugins/jquery.fixFloat.js") | $raw %]
767     <script>
768         function updateColumnsVisibility(visible) {
769             if ( visible ) {
770                 $("table .tax_excluded, .tax_included").show();
771             } else {
772                 [% IF ( listincgst ) %]
773                     $("table .tax_excluded").hide();
774                 [% ELSE %]
775                     $("table .tax_included").hide();
776                 [% END %]
777             }
778         }
779
780         $(document).ready(function() {
781             if ( $('#toolbar').length ) {$('#toolbar').fixFloat();}
782             $("#show_all_details").click(function(){
783                 updateColumnsVisibility($(this).is(":checked"));
784             });
785
786             $("#show_all_details").prop('checked', false);
787             updateColumnsVisibility(false);
788             [% UNLESS ( closedate ) %]
789                 $('#addtoBasket').on('show', function () {
790                    $(this).find(".modal-body").html($(".acqui_basket_add")[0].outerHTML);
791                 });
792             [% END %]
793
794             $("body").on("click", ".del_user", function(e){
795                 e.preventDefault();
796                 del_user( $(this).data("borrowernumber") );
797             });
798
799             $("#add_user").on("click",function(e){
800                 e.preventDefault();
801                 UserSearchPopup();
802             });
803
804             $(".transfer_order").on("click",function(e){
805                 e.preventDefault();
806                 transfer_order_popup( $(this).data("ordernumber"));
807             });
808
809             $(".edit_note").on("click", function(e) {
810                 e.preventDefault();
811                 var ordernumber = $(this).data("ordernumber");
812                 var note_type = $(this).data("note_type");
813                 var modalTitle = $(this).attr("title") + " (order number " + ordernumber + ")";
814                 var note_text = $( "#" + note_type + "-note-" + ordernumber ).html();
815                 $("#noteEditor .modal-title").text(modalTitle);
816                 $("#ordernumber").val( ordernumber );
817                 $("#ordernotes").html( note_text );
818                 $("#type").val( note_type );
819                 $("#noteEditor").modal("show");
820                 $("#ordernotes").focus();
821             });
822
823              $("#noteEditor").on('hidden.bs.modal', function (e) {
824                 $("#noteEditorLabel").html("");
825                 $("#noteEditor .modal-title").text("");
826                 $("#ordernotes").html( "" );
827                 $("#ordernumber").val("");
828                 $("#type").val("");
829             });
830
831             $("#set_managing_library").on("click", function(e){
832                 e.preventDefault();
833                 $(this).hide();
834                 $("#managing_library_entry").show();
835             });
836
837             $("#library_entry_cancel").on("click", function(e){
838                 e.preventDefault();
839                 $("#managing_library_entry").hide();
840                 $("#set_managing_library").show();
841             });
842
843             $("#set_basket_group").on("click", function(e){
844                 e.preventDefault();
845                 $(this).hide();
846                 $("#basket_grouping").show();
847             });
848
849             $("#basket_group_cancel").on("click", function(e){
850                 e.preventDefault();
851                 $("#basket_grouping").hide();
852                 $("#set_basket_group").show();
853             });
854
855         });
856     </script>
857
858     [% UNLESS ( closedate ) %]
859         <script>
860             function transfer_order_popup(ordernumber) {
861                 var url = "/cgi-bin/koha/acqui/transferorder.pl?"
862                     + "ordernumber=" + ordernumber
863                 window.open(url, 'TransferOrder','width=600,height=400,toolbar=false,scrollbars=yes');
864             }
865
866             function confirm_ediorder() {
867                 var is_confirmed = confirm(_("Are you sure you want to close this basket and generate an EDIFACT order?"));
868                 if (is_confirmed) {
869                     window.location = "/cgi-bin/koha/acqui/basket.pl?op=edi_confirm&basketno=[% basketno | html %]";
870                 }
871             }
872         </script>
873     [% ELSE %]
874         <script>
875             $(document).ready(function(){
876                 $("#basketgroupid").change(function(){
877                     if($(this).val() == "new"){
878                         location.href="/cgi-bin/koha/acqui/basketgroup.pl?op=add&booksellerid=[% booksellerid | html %]";
879                     } else {
880                         $(this).parent().submit();
881                     }
882                 });
883             });
884         </script>
885         [% UNLESS ( grouped ) %]
886             <script>
887                 function confirm_reopen() {
888                     var skip = [% IF ( skip_confirm_reopen ) %] 1 [% ELSE %] 0 [% END %];
889                     var is_confirmed = skip || confirm(_("Are you sure you want to reopen this basket?"));
890                     if (is_confirmed) {
891                         window.location = "/cgi-bin/koha/acqui/basket.pl?op=reopen&basketno=[% basketno | html %]";
892                     }
893                 }
894             </script>
895         [% END %]
896     [% END %]
897     <script>
898         $(document).ready(function() {
899             var orderst = $("#orders").dataTable($.extend(true, {}, dataTablesDefaults, {
900                 "sPaginationType": "four_button",
901                 [% IF ( active ) %]
902                     "aoColumnDefs": [
903                         [% UNLESS ( closedate ) %]
904                             { "aTargets": [ -1, -2 ], "bSortable": false, "bSearchable": false },
905                         [% END %]
906                         { "sType": "anti-the", "aTargets": [ "anti-the" ] }
907                     ],
908                 [% END %]
909             } ) );
910             var cancelledorderst = $("#cancelledorderst").dataTable($.extend(true, {}, dataTablesDefaults, {
911                 "sPaginationType": "four_button"
912             } ) );
913             $("#reopenbutton").on("click",function(e){
914                 e.preventDefault();
915                 confirm_reopen();
916             });
917             // Generates a dynamic link for exporting the selections data as CSV
918             $("#exportbutton, #export-csv-menu a").click(function() {
919                 // Building the url from currently checked boxes
920                 var url = '/cgi-bin/koha/acqui/basket.pl';
921                 url += $('#exportbutton').attr('href');
922                 if($(this).attr("data-value")) {
923                     url += '&amp;csv_profile=' + $(this).attr("data-value");
924                 }
925                 // And redirecting to the CSV page
926                 location.href = url;
927                 return false;
928             });
929             $("#select_managing_library").on("change", function(){
930                 $(this).parent().submit();
931             });
932         });
933
934         function UserSearchPopup(f) {
935             window.open(
936                 "/cgi-bin/koha/acqui/add_user_search.pl",
937                 'UserSearchPopup',
938                 'width=840, height=500, scrollbars=yes, toolbar=no,'
939              );
940         }
941
942         function add_user(borrowernumber, borrowername) {
943             var ids = $("#users_ids").val();
944             if(ids.length > 0) {
945                 ids = ids.split(':');
946             } else {
947                 ids = new Array;
948             }
949             if (ids.indexOf(borrowernumber.toString()) < 0) {
950                 ids.push(borrowernumber);
951                 $("#users_ids").val(ids.join(':'));
952                 var li = '<li id="user_'+borrowernumber+'">'+borrowername
953                 + ' <a href="#" data-borrowernumber="'+borrowernumber+'" class="del_user"><i class="fa fa-trash"></i> '
954                     + _("Delete user") + '</a></li>';
955                 $("#users_names").prepend(li);
956                 $("#add_user_submit").show();
957                 return 0;
958             }
959             return -1;
960         }
961
962         function del_user(borrowernumber) {
963             $("#user_"+borrowernumber).remove();
964             var ids = $("#users_ids").val().split(':');
965             ids.splice(ids.indexOf(borrowernumber.toString()), 1);
966             $("#users_ids").val(ids.join(':'));
967             $("#add_user_submit").show();
968         }
969     </script>
970 [% END %]
971
972 [% INCLUDE 'intranet-bottom.inc' %]