Bug 15348: (follow-up) Fix calendar widget, translateability, etc
[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                         <span>Deleted</span>
53                     [% ELSE %]
54                         <span>New</span>
55                     [% END %]
56                 [% END %]
57                 <span>Basket [% basketname | html %]
58                 [% IF ( basketno ) %]
59                     ([% basketno | html %])
60                 [% END %]
61                 for [% booksellername | html %]</span>
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     <h1>Vendor not found</h1>
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                         <th>Estimated delivery date</th>
455                         [% IF ( active ) %]
456                             [% UNLESS ( closedate ) %]
457                                 <th class="NoSort">Modify</th>
458                                 <th class="NoSort">Cancel order</th>
459                             [% END %]
460                         [% END %]
461                     </tr>
462                 </thead>
463                 <tfoot>
464                 [% FOREACH foot_loo IN book_foot_loop %]
465                     <tr>
466                         <th></th>
467                         <th>Total (GST [% foot_loo.tax_rate * 100 | html %])</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>&nbsp;</th>
475                         <th>[% foot_loo.quantity | html %]</th>
476                         <th>[% foot_loo.total_tax_excluded | $Price %]</th>
477                         <th>[% foot_loo.total_tax_included | $Price %]</th>
478                         <th>&nbsp;</th>
479                         <th>[% foot_loo.tax_value | $Price %]</th>
480                         <th>&nbsp;</th>
481                         [% IF Koha.Preference('EDIFACT') && ediaccount %]
482                         <th>&nbsp;</th>
483                         [% END %]
484                         <th>[% foot_loo.estimated_delivery_date | $KohaDates %]</th>
485                         [% IF ( active ) %]
486                             [% UNLESS ( closedate ) %]
487                                 <th>&nbsp;</th>
488                                 <th>&nbsp;</th>
489                             [% END %]
490                         [% END %]
491                     </tr>
492                 [% END %]
493                 <tr>
494                     <th></th>
495                     <th>Total ([% currency | html %])</th>
496                     <th>&nbsp;</th>
497                     <th>&nbsp;</th>
498                     <th>&nbsp;</th>
499                     <th>&nbsp;</th>
500                     <th>&nbsp;</th>
501                     <th>&nbsp;</th>
502                     <th>&nbsp;</th>
503                     <th>[% total_quantity | html %]</th>
504                     <th>[% total_tax_excluded | $Price %]</th>
505                     <th>[% total_tax_included | $Price %]</th>
506                     <th>&nbsp;</th>
507                     <th>[% total_tax_value | $Price %]</th>
508                     <th>&nbsp;</th>
509                     [% IF Koha.Preference('EDIFACT') && ediaccount %]
510                     <th>&nbsp;</th>
511                     [% END %]
512                     <th>[% estimated_delivery_date | $KohaDates %]</th>
513                     [% IF ( active ) %]
514                         [% UNLESS ( closedate ) %]
515                             <th>&nbsp;</th>
516                             <th>&nbsp;</th>
517                         [% END %]
518                     [% END %]
519                 </tr>
520                 </tfoot>
521                 <tbody>
522                 [% FOREACH books_loo IN books_loop %]
523                     [% IF ( books_loo.order_received ) %]
524                         <tr class="disabled">
525                     [% ELSE %]
526                         <tr>
527                     [% END %]
528                         <td>
529                             [% books_loo.ordernumber | html %]
530                         </td>
531                         <td>
532                             <p>
533                                 [% IF ( books_loo.order_received ) %] <span class="order-received">(received)</span>[% END %]
534                                 [%- IF books_loo.title %]
535                                     <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 -%]
536                                 [%- ELSE -%]
537                                     <em>Deleted bibliographic record, can't find title</em><br />
538                                 [%- END %]
539                                 <br />
540                                 [%- IF ( books_loo.isbn ) %] - [% books_loo.isbn | html %][% END -%]
541                                 [%- IF ( books_loo.issn ) %] - [% books_loo.issn | html %][% END -%]
542                                 [%- IF ( books_loo.publishercode ) %], [% books_loo.publishercode | html %][% END -%]
543                                 [%- IF ( books_loo.publicationyear ) %], [% books_loo.publicationyear | html -%]
544                                 [%- ELSIF ( books_loo.copyrightdate ) %] [% books_loo.copyrightdate | html %][% END -%]
545                                 [%- IF ( books_loo.editionstatement ) %], [% books_loo.editionstatement | html %][% END -%]
546                                 [%- IF ( books_loo.suggestionid ) %]
547                                     <br/>
548                                     Suggested by: [% books_loo.surnamesuggestedby | html %][% IF ( books_loo.firstnamesuggestedby ) %], [% books_loo.firstnamesuggestedby | html %] [% END %]
549                                     (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% books_loo.suggestionid | uri %]&amp;op=show">suggestion #[% books_loo.suggestionid | html %]</a>)
550                                 [% END %]
551                             </p>
552                                 [% IF ( books_loo.order_internalnote ) %]
553                                     <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>
554                                 [% ELSE %]
555                                     <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>
556                                 [% END %]
557                                 [% IF ( books_loo.order_vendornote ) %]
558                                     <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>
559                                 [% ELSE %]
560                                     <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>
561                                 [% END %]
562                             [% IF (books_loo.transferred_from) %]
563                               [% basket = books_loo.transferred_from.basket %]
564                               [% bookseller = books_loo.transferred_from.bookseller %]
565                               [% timestamp = books_loo.transferred_from.timestamp %]
566                               <p>Transferred from basket:
567                                 <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno | uri %]"> [% basket.basketname | html %]</a>
568                                 (<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% bookseller.id | uri %]">[% bookseller.name | html %]</a>)
569                                 on <span title="[% timestamp | $KohaDates with_hours = 1 %]">
570                                   [% timestamp | $KohaDates %]
571                                 </span>
572                               </p>
573                             [% END %]
574                             [% SET claims = books_loo.order_object.claims %]
575                             [% IF claims.count %]
576                                 <p>
577                                     This order has been claimed [% claims.count | html %] times. On [% FOR c IN claims %][% c.claimed_on | $KohaDates %][% UNLESS loop.last %], [% END %][% END %]
578                                 </p>
579                             [% END %]
580                         </td>
581                         [% 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 ... %]
582                         [%# FIXME: use of a regexp is not ideal; bugs 9410 and 10929 suggest better way of handling this %]
583                         <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>
584                         <td class="number [% IF books_loo.unitprice_tax_excluded.search(zero_regex) %]error[% END %]">[% books_loo.unitprice_tax_excluded | $Price %]</td>
585                         <td class="number [% IF books_loo.ecost_tax_excluded.search(zero_regex) %]error[% END %]">[% books_loo.ecost_tax_excluded | $Price %]</td>
586                         <td class="number [% IF books_loo.rrp_tax_included.search(zero_regex) %]error[% END %]">[% books_loo.rrp_tax_included | $Price %]</td>
587                         <td class="number [% IF books_loo.unitprice_tax_included.search(zero_regex) %]error[% END %]">[% books_loo.unitprice_tax_included | $Price %]</td>
588                         <td class="number [% IF books_loo.ecost_tax_included.search(zero_regex) %]error[% END %]">[% books_loo.ecost_tax_included | $Price %]</td>
589                         <td class="number [% IF books_loo.replacementprice.search(zero_regex) %]error[% END %]">[% books_loo.replacementprice | $Price %]</td>
590                         <td class="number [% IF books_loo.quantity.search(zero_regex) %]error[% END %]">[% books_loo.quantity | html %]</td>
591                         <td class="number [% IF books_loo.total_tax_excluded.search(zero_regex) %]error[% END %]">[% books_loo.total_tax_excluded | $Price %]</td>
592                         <td class="number [% IF books_loo.total_tax_included.search(zero_regex) %]error[% END %]">[% books_loo.total_tax_included | $Price %]</td>
593                         <td class="number">[% books_loo.tax_rate * 100 | html %]</td>
594                         <td class="number [% IF books_loo.tax_value.search(zero_regex) %]error[% END %]">[% books_loo.tax_value | $Price %]</td>
595                         <td>[% books_loo.budget_name | html %]</td>
596                         [% IF Koha.Preference('EDIFACT') && ediaccount %]
597                         <td>[% books_loo.suppliers_report | html %]</td>
598                         [% END %]
599                         <td 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 %]">
603                                 <i class="fa fa-pencil"></i> Edit
604                             </a>
605                         </td>
606                     [% END %]
607                         [% IF ( active ) %]
608                             [% UNLESS ( closedate ) %]
609                             <td>
610                                 <a href="neworderempty.pl?ordernumber=[% books_loo.ordernumber | uri %]&amp;booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">Modify</a>
611                                 [% UNLESS (books_loo.order_received) %]
612                                     <br />
613                                     <a href="#" class="transfer_order" data-ordernumber="[% books_loo.ordernumber | html %]">Transfer</a>
614                                 [% END %]
615                             </td>
616                             <td>
617                             [% IF ( books_loo.orderstatus != "complete") %]
618                                 [% IF ( books_loo.left_holds_on_order ) %]
619                                     <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>
620                                 [% ELSE %]
621                                     <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>
622                                 [% END %]
623                                 [% IF ( books_loo.can_del_bib ) %]
624                                     <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>
625                                 [% ELSE %]
626                                     <span class="button" title="Can't delete catalog record, see constraints below">Can't cancel order and delete catalog record</span><br>
627                                 [% END %]
628                                 [% IF ( books_loo.left_item ) %]
629                                     <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>
630                                 [% END %]
631                                 [% IF ( books_loo.left_biblio ) %]
632                                     <strong title="Can't delete catalog record, delete other orders linked to it first">[% books_loo.biblios | html %] order(s) left</strong><br>
633                                 [% END %]
634                                 [% IF ( books_loo.left_subscription ) %]
635                                     <strong title="Can't delete catalog record, delete subscriptions first">[% books_loo.subscriptions | html %] subscription(s) left</strong><br>
636                                 [% END %]
637                                 [% IF ( books_loo.left_holds ) %]
638                                     <strong title="Can't delete catalog record or order, cancel holds first">[% books_loo.holds | html %] hold(s) left</strong>
639                                 [% END %]
640                             [% END %]
641                             </td>
642                             [% END %]
643                         [% END %]
644                     </tr>
645                 [% END %]
646                 </tbody>
647             </table>
648         [% END %]
649         [% IF ( listincgst ) %]<small class="highlight">** Vendor's listings already include tax.</small>
650         [% END %]
651         </div> <!-- /#acqui_basket_content -->
652         [% IF (cancelledorders_loop) %]
653           <div id="cancelledorders">
654             <h2>Cancelled orders</h2>
655             <table id="cancelledorderst">
656               <thead>
657                 <tr>
658                   <th>No.</th>
659                   <th>[% tp('noun', 'Order') | html %]</th>
660                   <th class="tax_excluded">RRP tax exc.</th>
661                   <th class="tax_excluded">ecost tax exc.</th>
662                   <th class="tax_included">RRP tax inc.</th>
663                   <th class="tax_included">ecost tax inc.</th>
664                   <th class="replacementprice">Replacement price</th>
665                   <th>Qty.</th>
666                   <th class="tax_excluded">Total tax exc. ([% currency | html %])</th>
667                   <th class="tax_included">Total tax inc. ([% currency | html %])</th>
668                   <th>GST %</th>
669                   <th>GST</th>
670                   <th>Fund</th>
671                 </tr>
672               </thead>
673               <tbody>
674                 [% FOREACH order IN cancelledorders_loop %]
675                   <tr style="color:grey">
676                     <td>
677                         [% order.ordernumber | html %]
678                     </td>
679                     <td>
680                       <p>
681                         [% IF ( order.order_received ) %] <span class="order-received">(received)</span>[% END %]
682                         [% IF (order.title) %]
683                           [% order.title | html %][% IF order.author %] by [% order.author | html %][% END %]
684                         [% ELSE %]
685                           <em>Deleted bibliographic record, can't find title</em>
686                         [% END %]
687                         <br />
688                         [% IF ( order.order_internalnote ) %] [% order.order_internalnote | html %][% END %]
689                         [% IF ( order.isbn ) %] - [% order.isbn | html %][% END %]
690                         [% IF ( order.issn ) %] - [% order.issn | html %][% END %]
691                         [% IF ( order.publishercode ) %], [% order.publishercode | html %][% END %]
692                         [% IF ( order.publicationyear ) %], [% order.publicationyear | html %]
693                         [% ELSIF ( order.copyrightdate ) %] [% order.copyrightdate | html %][% END %]
694                         [% IF ( books_loo.editionstatement ) %], [% books_loo.editionstatement | html %][% END %]
695                         [% IF ( order.cancellationreason ) %]
696                           <br />
697                           Cancellation reason: [% AuthorisedValues.GetByCode( 'ORDER_CANCELLATION_REASON', order.cancellationreason ) | html %]
698                         [% END %]
699                       </p>
700                       [% IF order.transferred_to %]
701                         [% basket = order.transferred_to.basket %]
702                         [% bookseller = order.transferred_to.bookseller %]
703                         [% timestamp = order.transferred_to.timestamp %]
704                         <p>Transferred to basket:
705                           <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno | uri %]"> [% basket.basketname | html %]</a>
706                           (<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% bookseller.id | uri %]">[% bookseller.name | html %]</a>)
707                           on <span title="[% timestamp | $KohaDates with_hours = 1 %]">
708                             [% timestamp | $KohaDates %]
709                           </span>
710                         </p>
711                       [% END %]
712                     </td>
713                     <td class="number">
714                         [% order.rrp_tax_excluded | $Price %]
715                         [% IF ( order.uncertain ) %]
716                             <span>(Uncertain)</span>
717                         [% END %]
718                     </td>
719                     <td class="number">[% order.ecost_tax_excluded | $Price %]</td>
720                     <td class="number">[% order.rrp_tax_included | $Price %]</td>
721                     <td class="number">[% order.ecost_tax_included | $Price %]</td>
722                     <td class="number">[% order.replacementprice | $Price %]</td>
723                     <td class="number">[% order.quantity | html %]</td>
724                     <td class="number">[% order.total_tax_excluded | $Price %]</td>
725                     <td class="number">[% order.total_tax_included | $Price %]</td>
726                     <td class="number">[% order.tax_rate * 100 | html %]</td>
727                     <td class="number">[% order.tax_value | $Price %]</td>
728                     <td>[% order.budget_name | html %]
729                   </tr>
730                 [% END %]
731               </tbody>
732             </table>
733           </div> <!-- /#cancelledorders -->
734         [% END %]
735         <br />
736
737         [% UNLESS ( closedate ) %]
738             <!-- Modal -->
739             <div id="addtoBasket" class="modal" tabindex="-1" role="dialog" aria-labelledby="addtoBasketLabel" aria-hidden="true" data-basketno="[% basket.basketname | html %]">
740                 <div class="modal-dialog" role="document">
741                     <div class="modal-content">
742                         <div class="modal-header">
743                             <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
744                             <h4 class="modal-title" id="addtoBasketLabel">Add order to basket</h4>
745                         </div>
746                         <div class="modal-body">
747                             [% IF active %]
748                                 [% INCLUDE 'acquisitions-add-to-basket.inc' %]
749                             [% END %]
750                         </div>
751                         <div class="modal-footer">
752                             <a href="#" class="cancel" data-dismiss="modal" aria-hidden="true">Cancel</a>
753                         </div>
754                     </div><!-- /.modal-content -->
755                 </div><!-- /.modal-dialog -->
756             </div><!-- /.modal -->
757         [% END %]
758
759 [% END %]
760 [% END %]    [% ELSE %] <!-- if we want just to select a basketgroup for a closed basket -->
761     [% END %]
762 [% IF ( confirm_close ) %]
763         <div id="closebasket_needsconfirmation" class="dialog alert">
764
765         <form action="/cgi-bin/koha/acqui/basket.pl">
766             <h1>Are you sure you want to close basket [% basketname | html %]?</h1>
767             [% IF ( CAN_user_acquisition_group_manage ) %]
768             <p>
769             <label for="createbasketgroup">Attach this basket to a new basket group with the same name</label>
770             <input type="checkbox" id="createbasketgroup" name="createbasketgroup"/>
771             </p>
772             [% END %]
773             <input type="hidden" id="basketno" value="[% basketno | html %]" name="basketno" />
774             <input type="hidden" value="close" name="op" />
775             <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
776             <input type="hidden" name="confirm" value="1" />
777             <input type="hidden" name="basketgroupname" value="[% basketgroupname | html %]" />
778             <button type="submit" class="approve" accesskey="y"><i class="fa fa-fw fa-check"></i> Yes, close (Y)</button>
779         </form>
780         <form action="/cgi-bin/koha/acqui/basket.pl" method="get">
781             <input type="hidden" name="basketno" value="[% basketno | html %]" />
782             <button type="submit" class="deny" accesskey="n"><i class="fa fa-fw fa-remove"></i> No, don't close (N)</button>
783         </form>
784         </div>
785     [% END %]
786 [% IF edi_confirm %]
787         <div id="closebasket_needsconfirmation" class="dialog alert">
788
789         <form action="/cgi-bin/koha/acqui/basket.pl">
790             <h1>Are you sure you want to generate an EDIFACT order and close basket [% basketname | html %]?</h1>
791             [% IF CAN_user_acquisition_group_manage %]
792             <p>
793             <label for="createbasketgroup">Attach this basket to a new basket group with the same name</label>
794             <input type="checkbox" id="createbasketgroup" name="createbasketgroup"/>
795             </p>
796             [% END %]
797             <input type="hidden" id="basketno" value="[% basketno | html %]" name="basketno" />
798             <input type="hidden" value="ediorder" name="op" />
799             <input type="hidden" name="ean" value="[% ean | html %]" />
800             <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
801             <input type="hidden" name="confirm" value="1" />
802             <input type="hidden" name="basketgroupname" value="[% basketgroupname | html %]" />
803             <button type="submit" class="approve" accesskey="Y"><i class="fa fa-fw fa-check"></i> Yes, close (Y)</button>
804         </form>
805         <form action="/cgi-bin/koha/acqui/basket.pl" method="get">
806             <input type="hidden" name="basketno" value="[% basketno | html %]" />
807             <button type="submit" class="deny" accesskey="N"><i class="fa fa-fw fa-remove"></i> No, don't close (N)</button>
808         </form>
809         </div>
810     [% END %]
811 [% END %][%# IF (cannot_manage_basket) %]
812
813             </main>
814         </div> <!-- /.col-sm-10.col-sm-push-2 -->
815
816         <div class="col-sm-2 col-sm-pull-10">
817             <aside>
818                 [% INCLUDE 'vendor-menu.inc' %]
819                 [% INCLUDE 'acquisitions-menu.inc' %]
820             </aside>
821         </div> <!-- /.col-sm-2.col-sm-pull-10 -->
822     </div> <!-- /.row -->
823
824
825 <!-- Modal for editing vendor and internal notes -->
826 <div class="modal" id="noteEditor" tabindex="-1" role="dialog" aria-labelledby="noteEditorLabel">
827     <div class="modal-dialog" role="document">
828         <form id="modify_order_notes" action="/cgi-bin/koha/acqui/modordernotes.pl" method="post">
829             <div class="modal-content">
830                 <div class="modal-header">
831                     <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
832                     <h4 class="modal-title" id="noteEditorLabel">Order note</h4>
833                 </div>
834                 <div class="modal-body">
835                 <textarea id="ordernotes" name="ordernotes" rows="3" cols="30" class="focus">[% ordernotes | html %]</textarea>
836                 <input type="hidden" id="ordernumber" name="ordernumber" value="" />
837                 <input type="hidden" name="op" value="save" />
838                 <input type="hidden" id="type" name="type" value="" />
839             </div>
840             <div class="modal-footer">
841                 <button type="submit" class="btn btn-default">Save</button>
842                 <button type="button" class="btn btn-link cancel" data-dismiss="modal">Cancel</button>
843             </div>
844             </div>
845         </form>
846     </div>
847 </div>
848
849 <!-- Modal for editing estimated delivery date -->
850 <div class="modal" id="dateEditor" tabindex="-1" role="dialog" aria-labelledby="dateEditorLabel">
851     <div class="modal-dialog" role="document">
852         <form id="modify_estimated_delivery_date" action="/cgi-bin/koha/acqui/moddeliverydate.pl" method="post">
853             <div class="modal-content">
854                 <div class="modal-header">
855                     <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
856                     <h4 class="modal-title" id="dateEditorLabel">Estimated delivery date</h4>
857                 </div>
858                 <div class="modal-body">
859                 <input type="text" id="estimated_delivery_date" size="10" name="estimated_delivery_date" class="flatpickr" value="[% books_loo.estimated_delivery_date | $KohaDates %]"/>
860                 <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
861                 <input type="hidden" id="date_ordernumber" name="ordernumber" value="" />
862                 <input type="hidden" name="op" value="save" />
863             </div>
864             <div class="modal-footer">
865                 <button type="submit" class="btn btn-default">Save</button>
866                 <button type="button" class="btn btn-link cancel" data-dismiss="modal">Cancel</button>
867             </div>
868             </div>
869         </form>
870     </div>
871 </div>
872
873 [% MACRO jsinclude BLOCK %]
874     [% Asset.js("js/acquisitions-menu.js") | $raw %]
875     [% INCLUDE 'datatables.inc' %]
876     [% INCLUDE 'columns_settings.inc' %]
877     [% Asset.js("lib/hc-sticky.js") | $raw %]
878     [% Asset.js("js/acq.js") | $raw %]
879     [% INCLUDE 'calendar.inc' %]
880     <script>
881         function updateColumnsVisibility(visible) {
882             if ( visible ) {
883                 $("table .tax_excluded, .tax_included").show();
884             } else {
885                 [% IF ( listincgst ) %]
886                     $("table .tax_excluded").hide();
887                 [% ELSE %]
888                     $("table .tax_included").hide();
889                 [% END %]
890             }
891         }
892
893         var Sticky;
894
895         $(document).ready(function() {
896             if ( $('#toolbar').length ) {
897                 Sticky = $("#toolbar");
898                 Sticky.hcSticky({
899                     stickTo: "main",
900                     stickyClass: "floating"
901                 });
902             }
903
904             [% UNLESS ( closedate ) %]
905                 $('#addtoBasket').on('show', function () {
906                    $(this).find(".modal-body").html($(".acqui_basket_add")[0].outerHTML);
907                 });
908             [% END %]
909
910             $("body").on("click", ".del_user", function(e){
911                 e.preventDefault();
912                 del_user( $(this).data("borrowernumber") );
913             });
914
915             $("#add_user").on("click",function(e){
916                 e.preventDefault();
917                 UserSearchPopup();
918             });
919
920             $(".transfer_order").on("click",function(e){
921                 e.preventDefault();
922                 transfer_order_popup( $(this).data("ordernumber"));
923             });
924
925             $(".edit_note").on("click", function(e) {
926                 e.preventDefault();
927                 var ordernumber = $(this).data("ordernumber");
928                 var note_type = $(this).data("note_type");
929                 var modalTitle = $(this).attr("title") + " (order number " + ordernumber + ")";
930                 var note_text = $( "#" + note_type + "-note-" + ordernumber ).html();
931                 $("#noteEditor .modal-title").text(modalTitle);
932                 $("#ordernumber").val( ordernumber );
933                 $("#ordernotes").html( note_text );
934                 $("#type").val( note_type );
935                 $("#noteEditor").modal("show");
936                 $("#ordernotes").focus();
937             });
938
939              $("#noteEditor").on('hidden.bs.modal', function (e) {
940                 $("#noteEditorLabel").html("");
941                 $("#noteEditor .modal-title").text("");
942                 $("#ordernotes").html( "" );
943                 $("#ordernumber").val("");
944                 $("#type").val("");
945             });
946
947             $("#set_managing_library").on("click", function(e){
948                 e.preventDefault();
949                 $(this).hide();
950                 $("#managing_library_entry").show();
951             });
952
953             $("#library_entry_cancel").on("click", function(e){
954                 e.preventDefault();
955                 $("#managing_library_entry").hide();
956                 $("#set_managing_library").show();
957             });
958
959             $("#set_basket_group").on("click", function(e){
960                 e.preventDefault();
961                 $(this).hide();
962                 $("#basket_grouping").show();
963             });
964
965             $("#basket_group_cancel").on("click", function(e){
966                 e.preventDefault();
967                 $("#basket_grouping").hide();
968                 $("#set_basket_group").show();
969             });
970
971             $("#addtoBasket").on("shown.bs.modal", function(){
972                 var basket = $(this).data("basketno");
973                 var legend = _("Add order to basket %s").format(basket);
974                 $(this).find("h4").text( legend );
975                 $(this).find("legend").html(legend);
976                 $(this).find("input:text").focus();
977             });
978         });
979     </script>
980
981     [% UNLESS ( closedate ) %]
982         <script>
983             function transfer_order_popup(ordernumber) {
984                 var url = "/cgi-bin/koha/acqui/transferorder.pl?"
985                     + "ordernumber=" + ordernumber
986                 window.open(url, 'TransferOrder','width=600,height=400,toolbar=false,scrollbars=yes');
987             }
988
989             function confirm_ediorder() {
990                 var is_confirmed = confirm(_("Are you sure you want to close this basket and generate an EDIFACT order?"));
991                 if (is_confirmed) {
992                     window.location = "/cgi-bin/koha/acqui/basket.pl?op=edi_confirm&basketno=[% basketno | html %]";
993                 }
994             }
995         </script>
996     [% ELSE %]
997         <script>
998             $(document).ready(function(){
999                 $("#basketgroupid").change(function(){
1000                     if($(this).val() == "new"){
1001                         location.href="/cgi-bin/koha/acqui/basketgroup.pl?op=add&booksellerid=[% booksellerid | html %]";
1002                     } else {
1003                         $(this).parent().submit();
1004                     }
1005                 });
1006             });
1007         </script>
1008         [% UNLESS ( grouped ) %]
1009             <script>
1010                 function confirm_reopen() {
1011                     var skip = [% IF ( skip_confirm_reopen ) %] 1 [% ELSE %] 0 [% END %];
1012                     var is_confirmed = skip || confirm(_("Are you sure you want to reopen this basket?"));
1013                     if (is_confirmed) {
1014                         window.location = "/cgi-bin/koha/acqui/basket.pl?op=reopen&basketno=[% basketno | html %]";
1015                     }
1016                 }
1017             </script>
1018         [% END %]
1019     [% END %]
1020     <script>
1021         $(document).ready(function() {
1022             var table_settings = [% TablesSettings.GetTableSettings( 'acqui', 'basket', 'orders', 'json' ) | $raw %];
1023             [% IF !(Koha.Preference('EDIFACT') && ediaccount) %]
1024                 table_settings['columns'].splice(13, 1);
1025             [% END %]
1026             KohaTable("orders", {
1027                 "sPaginationType": "full",
1028                 "autoWidth": false,
1029                 "exportColumns": [0,1,2,3,4,5,6,7,8,9,10,11,12,13],
1030             }, table_settings);
1031
1032             var cancelledorderst = $("#cancelledorderst").dataTable($.extend(true, {}, dataTablesDefaults, {
1033                 "sPaginationType": "full"
1034             } ) );
1035             $("#reopenbutton").on("click",function(e){
1036                 e.preventDefault();
1037                 confirm_reopen();
1038             });
1039             // Generates a dynamic link for exporting the selections data as CSV
1040             $("#exportbutton, #export-csv-menu a").click(function() {
1041                 // Building the url from currently checked boxes
1042                 var url = '/cgi-bin/koha/acqui/basket.pl';
1043                 url += $('#exportbutton').attr('href');
1044                 if($(this).attr("data-value")) {
1045                     url += '&amp;csv_profile=' + $(this).attr("data-value");
1046                 }
1047                 // And redirecting to the CSV page
1048                 location.href = url;
1049                 return false;
1050             });
1051             $("#select_managing_library").on("change", function(){
1052                 $(this).parent().submit();
1053             });
1054
1055             $(".edit_delivery_date").on("click", function(e) {
1056                 e.preventDefault();
1057                 var ordernumber = $(this).data("ordernumber");
1058                 var modalTitle = $(this).attr("title") + " (order number " + ordernumber + ")";
1059                 var date_text = $( "#delivery_date_" + ordernumber ).html();
1060                 $("#dateEditor .modal-title").text(modalTitle);
1061                 $("#date_ordernumber").val(ordernumber);
1062                 $("#estimated_delivery_date").html( date_text );
1063                 $("#dateEditor").modal("show");
1064             });
1065
1066              $("#dateEditor").on('hidden.bs.modal', function (e) {
1067                 $("#dateEditorLabel").html("");
1068                 $("#dateEditor .modal-title").text("");
1069                 $("#estimated_delivery_date").html( "" );
1070                 $("#date_ordernumber").val("");
1071             });
1072         });
1073
1074         function UserSearchPopup(f) {
1075             window.open(
1076                 "/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,action&selection_type=add&filter=baskets_managers",
1077                 'UserSearchPopup',
1078                 'width=1024, height=768, scrollbars=yes, toolbar=no,'
1079              );
1080         }
1081
1082         function add_user(borrowernumber, borrowername) {
1083             var ids = $("#users_ids").val();
1084             if(ids.length > 0) {
1085                 ids = ids.split(':');
1086             } else {
1087                 ids = new Array;
1088             }
1089             if (ids.indexOf(borrowernumber.toString()) < 0) {
1090                 ids.push(borrowernumber);
1091                 $("#users_ids").val(ids.join(':'));
1092                 var li = '<li id="user_'+borrowernumber+'">'+borrowername
1093                 + ' <a href="#" data-borrowernumber="'+borrowernumber+'" class="del_user"><i class="fa fa-trash"></i> '
1094                     + _("Delete user") + '</a></li>';
1095                 $("#users_names").prepend(li);
1096                 $("#add_user_submit").show();
1097                 return 0;
1098             }
1099             return -1;
1100         }
1101
1102         function del_user(borrowernumber) {
1103             $("#user_"+borrowernumber).remove();
1104             var ids = $("#users_ids").val().split(':');
1105             ids.splice(ids.indexOf(borrowernumber.toString()), 1);
1106             $("#users_ids").val(ids.join(':'));
1107             $("#add_user_submit").show();
1108         }
1109     </script>
1110 [% END %]
1111
1112 [% INCLUDE 'intranet-bottom.inc' %]