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