Merge remote-tracking branch 'kc/new/awaiting_qa/bug_6316' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / basket.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Acquisitions &rsaquo; [% UNLESS ( basketno ) %]New [% END %][% IF ( delete_confirm ) %]Delete [% END %]Basket [% basketname %] ([% basketno %]) for [% name %]</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 [% UNLESS ( closedate ) %]
5 <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
6 <script type="text/JavaScript">
7 //<![CDATA[
8     $(document).ready(function() {
9         $("#orders").tablesorter({
10             headers: {
11                 9: { sorter: false },
12                 10: { sorter: false }
13             }
14         });
15     });
16 //]]>
17 </script>
18 <script type="text/javascript">
19 //<![CDATA[
20             function confirm_close() {
21                 var is_confirmed = confirm(_('Are you sure you want to close this basket?'));
22                 if (is_confirmed) {
23                     window.location = "[% script_name %]?op=close&basketno=[% basketno %]";
24                 }
25             }
26 //]]>
27         </script>
28 <script type="text/javascript">
29 //<![CDATA[
30             function confirm_deletion() {
31                 var is_confirmed = confirm(_('Are you sure you want to delete this basket?'));
32                 if (is_confirmed) {
33                     window.location = "[% script_name %]?op=delete_confirm&basketno=[% basketno %]&booksellerid=[% booksellerid %]";
34                 }
35             }
36             function confirm_delete_item(ordernumber, biblionumber) {
37                 var is_confirmed = confirm(_('Are you sure you want to delete this order ?'));
38                 if (is_confirmed) {
39                     window.location = "addorder.pl?ordernumber="+ordernumber+"&basketno=[% basketno %]&quantity=0&biblionumber="+biblionumber;
40                 }
41             }
42
43 //]]>
44 </script>
45 [% ELSE %]
46 [% UNLESS ( grouped ) %]
47 <script type="text/javascript">
48 //<![CDATA[
49             function confirm_reopen(skip) {
50                 var is_confirmed = skip || confirm(_('Are you sure you want to reopen this basket?'));
51                 if (is_confirmed) {
52                     window.location = "[% script_name %]?op=reopen&basketno=[% basketno %]";
53                 }
54             }
55 //]]>
56 </script>
57 [% END %]
58 [% END %]
59 <style type="text/css">
60 .sortmsg {font-size: 80%;}
61 </style>
62 </head>
63 <body>
64 [% INCLUDE 'header.inc' %]
65 [% INCLUDE 'acquisitions-search.inc' %]
66
67
68 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=[% booksellerid %]">[% name %]</a> &rsaquo; [% UNLESS ( basketno ) %]New [% END %][% IF ( delete_confirm ) %]Delete [% END %]Basket [% basketname %] ([% basketno %]) for [% name %]</div>
69
70 <div id="doc3" class="yui-t2">
71
72 <div id="bd">
73     <div id="yui-main">
74     <div class="yui-b">
75         [% UNLESS ( confirm_close ) %]
76         [% UNLESS ( selectbasketg ) %]
77             [% UNLESS ( closedate ) %]
78                 <div id="toolbar">
79                     <script type="text/javascript">
80                         //<![CDATA[
81                         // prepare DOM for YUI Toolbar
82                         $(document).ready(function() {
83                             yuiToolbar();
84                         });
85                         // YUI Toolbar Functions
86                         function yuiToolbar() {
87                             [% IF ( unclosable ) %]
88                                 new YAHOO.widget.Button("closebutton", {disabled:true});
89                             [% ELSIF ( uncertainprices ) %]
90                                 new YAHOO.widget.Button("uncertpricesbutton");
91                             [% ELSE %]
92                                 new YAHOO.widget.Button("closebutton");
93                             [% END %]
94                             new YAHOO.widget.Button("basketheadbutton");
95                             new YAHOO.widget.Button("exportbutton");
96                             new YAHOO.widget.Button("delbasketbutton");
97                         }
98                         //]]>
99                     </script>
100
101                     <ul id="toolbar-list" class="toolbar">
102                     <li><a href="basketheader.pl?basketno=[% basketno %]&amp;op=add_form" class="button" id="basketheadbutton">Edit basket header information</a></li>
103                     <li><a href="javascript:confirm_deletion();" class="button" id="delbasketbutton">Delete this basket</a></li>
104                     [% IF ( unclosable ) %]
105                     [% ELSIF ( uncertainprices ) %]
106                         <li><a href="/cgi-bin/koha/acqui/uncertainprice.pl?booksellerid=[% booksellerid %]&amp;owner=1" class="button" id="uncertpricesbutton">Uncertain prices</a></li>
107                     [% ELSE %]
108                         <li><a href="[% script_name %]?op=close&amp;basketno=[% basketno %]&amp;booksellerid=[% booksellerid %]" class="button" id="closebutton">Close this basket</a></li>
109                     [% END %]
110                         <li><a href="[% script_name %]?op=export&amp;basketno=[% basketno %]&amp;booksellerid=[% booksellerid %]" class="button" id="exportbutton">Export this basket as CSV</a></li>
111                     </ul>
112
113                 </div>
114             [% ELSE %]
115                 [% UNLESS ( grouped ) %]
116                 <div id="toolbar">
117                     <script type="text/javascript">
118                         //<![CDATA[
119                         // prepare DOM for YUI Toolbar
120                         $(document).ready(function() {
121                             yuiToolbar();
122                         });
123                         // YUI Toolbar Functions
124                         function yuiToolbar() {
125                             new YAHOO.widget.Button("reopenbutton");
126                         }
127                         //]]>
128                     </script>
129                         <ul id="toolbar-list" class="toolbar">
130                             <li><a href="javascript:confirm_reopen([% skip_confirm_reopen %]);" class="button" id="reopenbutton">Reopen this basket</a></li>
131                         </ul>
132                 </div>
133                 [% END %]
134             [% END %]
135             [% END %]
136
137     [% IF ( NO_BOOKSELLER ) %]
138     <h2>Vendor not found</h2>
139     [% ELSE %]
140         [% IF ( delete_confirmed ) %]
141             <h3>Basket deleted</h3>
142             <META HTTP-EQUIV=Refresh CONTENT="0; url=booksellers.pl">
143         [% ELSE %]
144         <h1>[% UNLESS ( basketno ) %]New [% END %][% IF ( delete_confirm ) %]Delete [% END %]Basket [% basketname %] ([% basketno %]) for <a href="supplier.pl?supplierid=[% booksellerid %]">[% name %]</a></h1>
145         [% IF ( delete_confirm ) %]
146             <h2>
147             <span class="yui-button yui-link-button">
148             <em class="first-child">
149                 <a href="[% script_name %]?op=delete_confirm&amp;basketno=[% basketno %]&amp;booksellerid=[% booksellerid %]" class="yui-link-button">Yes, delete this basket!</a>
150             </em>
151             </span>
152             <span class="yui-button yui-link-button">
153             <em class="first-child">
154                 <a href="[% script_name %]?basketno=[% basketno %]" class="yui-link-button">Cancel</a>
155             </em>
156             </span>
157             </h2>
158         [% END %]
159         [% IF ( basketno ) %]
160             <div id="acqui_basket_summary"  class="yui-g">
161                 <h2>Basket details</h2>
162                 [% IF ( basketnote ) %]<p>Internal note: [% basketnote %]</p>[% END %]
163                 [% IF ( basketbooksellernote ) %]<p>Vendor note: [% basketbooksellernote %]</p>[% END %]
164                 [% IF ( basketcontractno ) %]
165                     <p>Contract name: <a href="../admin/aqcontract.pl?op=add_form&amp;contractnumber=[% basketcontractno %]&amp;booksellerid=[% booksellerid %]">[% basketcontractname %]</a></p>
166                 [% END %]
167                 [% IF ( authorisedbyname ) %]<p>Managed by:  [% authorisedbyname %]</p>[% END %]
168                 [% IF ( creationdate ) %]<p>Opened on:  [% creationdate %]</p>[% END %]
169                 [% IF ( closedate ) %]
170                 <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="post">
171                 <p>Closed on:  [% closedate %]</p>
172                 [% IF ( basketgroups ) %]
173                     <p> Basket group: <select id="basketgroupid" name="basketgroupid">
174                         [% FOREACH basketgroup IN basketgroups %]
175                             [% IF ( basketgroup.default ) %]
176                             <option value="[% basketgroup.id %]" selected="selected">[% basketgroup.name %]</option>
177                             [% ELSE %]
178                             <option value="[% basketgroup.id %]">[% basketgroup.name %]</option>
179                             [% END %]
180                         [% END %]
181                         </select>
182                         <input type="hidden" id="basketno" value="[% basketno %]" name="basketno" />
183                         <input type="hidden" value="mod_basket" name="op" />
184                         <input type="hidden" name="booksellerid" value="[% booksellerid %]" />
185                         <input type="submit" value="Change basket group" />
186                     </p>
187                 </form>
188                 [% ELSE %]
189                     <a href="/cgi-bin/koha/acqui/basketgroup.pl?op=add&amp;booksellerid=[% basketgroups %]&amp;basketgroupid=[% id %]">[% name %]</a>
190                 [% END %]
191                 [% END %]
192             </div>
193         [% END %]
194
195         [% UNLESS ( delete_confirm ) %]
196         <div id="acqui_basket_content">
197         <h2>Order Details</h2>
198         [% IF ( books_loop ) %]
199             <table id="orders">
200                 <thead>
201                     <tr>
202                         <th>Order</th>
203                         <th>RRP</th>
204                         <th>Est.</th>
205                         <th>Qty.</th>
206                         <th>Total</th>
207                         <th>Fund</th>
208                         [% IF ( active ) %]
209                             [% UNLESS ( closedate ) %]
210                                 <th>Modify</th>
211                                 <th>Delete</th>
212                             [% END %]
213                         [% END %]
214                     </tr>
215                 </thead>
216                 <tfoot>
217                 [% IF ( GST ) %]
218                 <tr>
219                     <th>Total Tax Exc.</th>
220                     <th>[% total_rrp_gste %]</th>
221                     <th>&nbsp;</th>
222                     <th>[% qty_total %]</th>
223                     <th>[% total_est_gste %]</th>
224                         [% IF ( active ) %]
225                             [% IF ( closedate ) %]
226                             <td colspan="1" rowspan="3">&nbsp;</td>
227                             [% ELSE %]
228                             <td colspan="3" rowspan="3">&nbsp;</td>
229                             [% END %]
230                         [% END %]
231                 </tr>
232                 <tr>
233                     <th>Tax ([% gist_rate %])</th>
234                     <th>[% gist_rrp %]</th>
235                     <th>&nbsp;</th>
236                     <th>&nbsp;</th>
237                     <th>[% gist_est %]</th>
238                 </tr>
239                 <tr>
240                     <th>Total Tax Inc. ([% currency %])</th>
241                     <th>[% total_rrp_gsti %]</th>
242                     <th>&nbsp;</th>
243                     <th>[% qty_total %]</th>
244                     <th>[% total_est_gsti %]</th>
245                 </tr>
246                 [% ELSE %]
247                 <tr>
248                     <th>Total ([% currency %])</th>
249                     <th>[% total_rrp_gsti %]</th>
250                     <th>&nbsp;</th>
251                     <th>[% qty_total %]</th>
252                     <th>[% total_est_gsti %]</th>
253                 </tr>
254                 [% END %]
255                 </tfoot>
256                 <tbody>
257                 [% FOREACH books_loo IN books_loop %]
258                     [% IF ( books_loo.order_received ) %]<tr class="disabled">[% ELSE %][% IF ( books_loo.toggle ) %]<tr class="highlight">[% ELSE %]<tr>[% END %][% END %]
259                         <td>
260                             <p>[% IF ( books_loo.order_received ) %] (rcvd)[% END %]
261                                 <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% books_loo.biblionumber %]">[% books_loo.title |html %]</a> by [% books_loo.author %]
262                                     [% IF ( books_loo.notes ) %] [% books_loo.notes %][% END %]
263                                     [% IF ( books_loo.isbn ) %] - [% books_loo.isbn %][% END %]
264                                     [% IF ( books_loo.issn ) %] - [% books_loo.issn %][% END %]
265                                     [% IF ( books_loo.publishercode ) %], [% books_loo.publishercode %][% END %]
266                                     [% IF ( books_loo.publicationyear ) %], [% books_loo.publicationyear %][% END %]
267                             </p>
268                             </td>
269                         <td class="number">[% books_loo.rrp %]</td>
270                         <td class="number">[% books_loo.ecost %]</td>
271                         <td class="number">[% books_loo.quantity %]</td>
272                         <td class="number">[% books_loo.line_total %]</td>
273                         <td>[% books_loo.budget_name %]</td>
274                         [% IF ( active ) %]
275                             [% UNLESS ( closedate ) %]
276                             <td>
277                                 <a href="neworderempty.pl?ordernumber=[% books_loo.ordernumber %]&amp;booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]">Modify</a>
278                             </td>
279                             <td>
280                             <a href="javascript:confirm_delete_item([% books_loo.ordernumber %],[% books_loo.biblionumber %])" class="button">Delete</a>
281                             </td>
282                             [% END %]
283                         [% END %]
284                     </tr>
285                 [% END %]
286                 </tbody>
287             </table>
288         [% ELSE %]
289             <table>
290                 <tr><td>Basket empty</td></tr>
291             </table>
292         [% END %]
293         [% IF ( listincgst ) %]<small class="highlight">** Vendor's listings already include tax.</small>
294         [% END %]
295         </div>
296         <br />
297         [% UNLESS ( closedate ) %]
298         [% INCLUDE 'acquisitions-add-to-basket.inc' %]
299         [% END %]
300         [% END %]
301 [% END %]
302 [% END %]    [% ELSE %] <!-- if we want just to select a basketgroup for a closed basket -->
303     [% END %]
304 [% IF ( confirm_close ) %]
305         <div id="closebasket_needsconfirmation" class="dialog alert">
306
307         <form action="/cgi-bin/koha/acqui/basket.pl" class="confirm">
308             <h1>Are you sure you want to close basket [% basketname %]?</h1>
309             <p>
310             <label for="createbasketgroup">Attach this basket to a new basket group with the same name</label>
311             <input type="checkbox" id="createbasketgroup" name="createbasketgroup"/>
312             </p>
313             <input type="hidden" id="basketno" value="[% basketno %]" name="basketno" />
314             <input type="hidden" value="close" name="op" />
315             <input type="hidden" name="booksellerid" value="[% booksellerid %]" />
316             <input type="hidden" name="confirm" value="1" />
317             <input type="hidden" name="basketgroupname" value="[% basketgroupname %]" />
318             <input type="submit" class="approve" value="Yes, Close (Y)" accesskey="y" />
319             <input type="submit" class="deny" value="No, Don't Close (N)" accesskey="n" onclick="javascript:window.location='/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]';return false;" />
320         </form>
321         </div>
322     [% END %]
323
324
325
326 </div>
327 </div>
328 <div class="yui-b">
329 [% INCLUDE 'acquisitions-menu.inc' %]
330 </div>
331 </div>
332 [% INCLUDE 'intranet-bottom.inc' %]