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