Bug 15758: Koha::Libraries - Remove GetBranchesLoop
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / basketgroup.tt
1 [% USE Branches %]
2 [% INCLUDE 'doc-head-open.inc' %]
3 <title>Koha &rsaquo; Basket grouping for [% booksellername |html %]</title>
4 <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5 [% INCLUDE 'doc-head-close.inc' %]
6 [% INCLUDE 'datatables.inc' %]
7 <script type="text/javascript" src="[% interface %]/lib/yui/utilities/utilities.js"></script>
8 <script type="text/javascript" src="[% interface %]/lib/yui/button/button-min.js"></script>
9 <script type="text/javascript" src="[% interface %]/lib/yui/container/container_core-min.js"></script>
10 <script type="text/javascript" src="[% interface %]/lib/yui/menu/menu-min.js"></script>
11 <script type="text/javascript" src="[% interface %]/[% theme %]/js/basketgroup.js"></script>
12 [% IF ( grouping ) %]
13 <script type="text/javascript" src="[% interface %]/lib/yui/yahoo-dom-event/yahoo-dom-event.js"></script>
14 <script type="text/javascript" src="[% interface %]/lib/yui/animation/animation-min.js"></script>
15 <script type="text/javascript" src="[% interface %]/lib/yui/dragdrop/dragdrop-min.js"></script>
16 <script type="text/javascript" src="[% interface %]/lib/yui/element/element-min.js"></script>
17 <style type="text/css">
18 /*margin and padding on body element
19   can introduce errors in determining
20   element position and are not recommended;
21   we turn them off as a foundation for YUI
22   CSS treatments. */
23 #basketgroupcolumns {
24     width: 58em;
25 }
26 #ungrouped {
27         overflow: auto;
28         height: 400px;
29 }
30
31 .draglist{
32         width: 200px;
33         height: 300px;
34         overflow: auto;
35 }
36
37 div.workarea_alt { padding: 5px; float:left; width: 95%;}
38 div.closed { background-color: pink; padding:10px; float:left; width: 45%;}
39
40 ul.draglist {
41     position: relative;
42     background: #EEE;
43     padding-bottom:10;
44     border: 1px inset gray;
45     list-style: none;
46     margin:0;
47     padding: 5px;
48 }
49
50 ul.draglist li {
51     margin: 1px;
52     cursor: move;
53     list-style: none;
54 }
55
56 ul.draglist_alt {
57     position: relative;
58     border: 1px solid gray;
59     list-style: none;
60     margin: 0;
61     background: #f7f7f7;
62     padding: 5px;
63     cursor: move;
64 }
65
66 ul.draglist_alt li {
67     margin: 1px;
68     list-style: none;
69 }
70
71 li.grouped {
72     background-color: #D1E6EC;
73     border:1px solid #7EA6B2;
74     list-style: none;
75 }
76
77 li.ungrouped {
78     background-color: #D8D4E2;
79     border:1px solid #6B4C86;
80 }
81
82 fieldset.various li {
83     list-style: none;
84     clear: none;
85 }
86
87 </style>
88  [% END %]
89 <script type="text/javascript">
90 //<![CDATA[
91         YAHOO.util.Event.onDOMReady(DDApp.init, DDApp, true);
92
93 var MSG_CONFIRM_CLOSE_BASKETGROUP = _("Are you sure you want to close this basketgroup?");
94 var MSG_CLOSE_EMPTY_BASKET = _("Why close an empty basket?");
95 var MSG_SAVE_BEFORE_PRINTING = _("You need to save the page before printing");
96 var MSG_REOPEN_BASKETGROUP = _("reopen basketgroup");
97 var MSG_FILE_DOWNLOAD_ERROR = _("Error downloading the file");
98
99 function submitForm(form) {
100     if (form.close.checked == true) {
101         var input = document.createElement("input");
102         input.setAttribute("type", "hidden");
103         input.setAttribute("name", "closed");
104         input.setAttribute("value", "1");
105         form.appendChild(input);
106     }
107 }
108
109  $(document).ready(function() {
110     $("#basket_groups").tabs();
111
112     $("table").dataTable($.extend(true, {}, dataTablesDefaults, {
113         "aoColumnDefs": [
114             { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false },
115         ],
116         "bAutoWidth": false,
117         "sPaginationType": "four_button"
118     } ));
119
120  });
121
122
123 //]]>
124 </script>
125 </head>
126 <body id="acq_basketgroup" class="acq">
127 [% INCLUDE 'header.inc' %]
128 [% INCLUDE 'acquisitions-search.inc' %]
129
130 <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;
131 [% IF ( grouping ) %]
132     <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid %]">Basket grouping</a> &rsaquo; Add basket group for [% booksellername |html %]</div>
133 [% ELSE %]
134     <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a> &rsaquo; Basket grouping</div>
135 [% END %]
136
137 <div id="doc3" class="yui-t2">
138     <div id="bd">
139         <div id="yui-main">
140             <div class="yui-b">
141                 [% IF ( grouping ) %]
142                     [% IF (closedbg) %]
143                         <div id="toolbar" class="btn-toolbar">
144                             <div class="btn-group"><a href="[% script_name %]?op=reopen&amp;basketgroupid=[% basketgroupid %]&amp;booksellerid=[% booksellerid %]&amp;mode=singlebg" class="btn btn-small" id="reopenbutton"><i class="fa fa-download"></i> Reopen this basket group</a></div>
145                             <div class="btn-group"><a href="[% script_name %]?op=export&amp;basketgroupid=[% basketgroupid %]&amp;booksellerid=[% booksellerid %]" class="btn btn-small" id="exportbutton"><i class="fa fa-download"></i> Export this basket group as CSV</a></div>
146                             <div class="btn-group"><a href="[% script_name %]?op=print&amp;basketgroupid=[% basketgroupid %]&amp;booksellerid=[% booksellerid %]" class="btn btn-small" id="printbutton"><i class="fa fa-download"></i> Print this basket group in PDF</a></div>
147                             <div class="btn-group"><a href="[% script_name %]?op=ediprint&amp;basketgroupid=[% basketgroupid %]&amp;booksellerid=[% booksellerid %]" class="btn btn-small" id="printbutton"><i class="fa fa-download"></i> Generate EDIFACT order</a></div>
148                         </div>
149                     [% END %]
150                     [% IF (name && closedbg) %]
151                         <h1>Basket group [% name %] ([% basketgroupid %]) for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a></h1>
152                     [% ELSIF (name) %]
153                         <h1>Edit basket group [% name %] ([% basketgroupid %]) for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a></h1>
154                     [% ELSE %]
155                         <h1>Add basket group for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a></h1>
156                     [% END %]
157                     <div id="basketgroupcolumns" class="yui-g">
158                         [% UNLESS (closedbg) %]
159                             <div class="yui-u">
160                                 <form action="[% scriptname %]" method="post" name="basketgroups" id="basketgroups">
161                                     <div id="groups">
162                                         <fieldset class="brief">
163                                             <div class="workarea_alt" >
164                                                 <h3>Ungrouped baskets</h3>
165                                                 <ul id="ungrouped" class="draglist_alt">
166                                                     [% IF ( baskets ) %]
167                                                         [% FOREACH basket IN baskets %]
168                                                             <li class="ungrouped" id="b-[% basket.basketno %]" >
169                                                                 <a href="basket.pl?basketno=[% basket.basketno %]">
170                                                                     [% IF ( basket.basketname ) %]
171                                                                         [% basket.basketname %]
172                                                                     [% ELSE %]
173                                                                         No name, basketnumber: [% basket.basketno %]
174                                                                     [% END %]
175                                                                 </a>, <br />
176                                                                 Total: [% basket.total %]
177                                                                 <input type="hidden" class="basket" name="basket" value="[% basket.basketno %]" />
178                                                             </li>
179                                                         [% END %]
180                                                     [% END %]
181                                                 </ul>
182                                             </div>
183                                         </fieldset>
184                                     </div>
185                                 </form>
186                             </div>
187                         [% END %]
188                         <div class="yui-u first">
189                             <form action="" method="post" id="groupingform" onsubmit="return submitForm(this)">
190                                 <fieldset id="various" class="brief">
191                                     <ol>
192                                         [% UNLESS (closedbg) %]
193                                             <li>
194                                                 <label for="basketgroupname">Basket group name:</label>
195                                                 <input type="text" name="basketgroupname" id="basketgroupname" value="[% name %]" class="focus" />
196                                             </li>
197                                         [% ELSE %]
198                                             <input type="hidden" name="basketgroupname" id="basketgroupname" value="[% name %]" />
199                                         [% END %]
200                                         <li>
201                                             [% UNLESS (closedbg) %]
202                                                 <label for="billingplace">Billing place:</label>
203                                                 <select name="billingplace" id="billingplace" style="width:13em;">
204                                                     <option value="">--</option>
205                                                     [% PROCESS options_for_libraries libraries => Branches.all( selected => billingplace ) %]
206                                                 </select>
207                                             [% ELSE %]
208                                                 <span class="label">Billing place:</span>
209                                                 <input name="billingplace" id="billingplace" type ="hidden" value="[% billingplace %]" />[% Branches.GetName( billingplace ) %]
210                                             [% END %]
211                                         </li>
212                                         [% UNLESS (closedbg) %]
213                                             <li>
214                                                 <label for="deliveryplace">Delivery place:</label>
215                                                 <select name="deliveryplace" id="deliveryplace" style="width:13em;">
216                                                     <option value="">--</option>
217                                                     [% PROCESS options_for_libraries libraries => Branches.all( selected => deliveryplace ) %]
218                                                 <select>
219                                             </li>
220                                             <li><p>or</p></li>
221                                             <li>
222                                                 <label for="freedeliveryplace">Delivery place:</label>
223                                                 <textarea cols="26" rows="3" name="freedeliveryplace" id="freedeliveryplace">[% freedeliveryplace %]</textarea>
224                                             </li>
225                                             [% ELSE %]
226                                                 <li>
227                                                     <span class="label">Delivery place:</span>
228                                                     [% IF (freedeliveryplace) %]
229                                                         <input name="freedeliveryplace" id="freedeliveryplace" type ="hidden" value="[% freedeliveryplace %]" />[% freedeliveryplace %]
230                                                         <input name="deliveryplace" id="deliveryplace" type ="hidden" value="" />
231                                                     [% ELSE %]
232                                                         <input name="deliveryplace" id="deliveryplace" type ="hidden" value="[% deliveryplace %]" />[% Branches.GetName( deliveryplace ) %]
233                                                         <input name="freedeliveryplace" id="freedeliveryplace" type ="hidden" value="" />
234                                                     [% END %]
235                                                 </li>
236                                             [% END %]
237                                             <li>
238                                                 [% UNLESS (closedbg) %]
239                                                     <label for="deliverycomment">Delivery comment:</label>
240                                                     <textarea cols="26" rows="3" name="deliverycomment" id="deliverycomment">[% deliverycomment %]</textarea>
241                                                 [% ELSE %]
242                                                     <span class="label">Delivery comment:</span>[% deliverycomment %]
243                                                     <input name="deliverycomment" id="deliverycomment" type="hidden" value = "[% deliverycomment %]" />
244                                                 [% END %]
245                                             </li>
246                                             <li>
247                                                 <span class="label">Baskets in this group:</span>
248                                                 [% UNLESS (closedbg) %]
249                                                     <ul class="draglist" id="bg">
250                                                 [% ELSE %]
251                                                     <ul>
252                                                 [% END %]
253                                                 [% FOREACH selectedbasket IN selectedbaskets %]
254                                                     <li class="grouped" id="b-[% selectedbasket.basketno %]" >
255                                                         <a href="basket.pl?basketno=[% selectedbasket.basketno %]">
256                                                             [% IF ( selectedbasket.basketname ) %]
257                                                                 [% selectedbasket.basketname %]
258                                                             [% ELSE %]
259                                                                 No name, basketnumber: [% selectedbasket.basketno %]
260                                                             [% END %]
261                                                         </a>, <br />
262                                                         Total: [% selectedbasket.total %]
263                                                         <input type="hidden" class="basket" name="basket" value="[% selectedbasket.basketno %]" />
264                                                     </li>
265                                                 [% END %]
266                                             </ul>
267                                         </li>
268                                             [% UNLESS (closedbg) %]
269                                                 <li><label><input type="checkbox" id="closedbg" name="closedbg" />Close basket group</label></li>
270                                             [% ELSE %]
271                                                 <input type="hidden" id="closedbg" name="closedbg" value ="1"/>
272                                             [% END %]
273                                     </ol>
274                                 </fieldset>
275                                 [% UNLESS (closedbg) %]
276                                     <fieldset class="action"><input type="hidden" name="booksellerid" value="[% booksellerid %]" />
277                                         [% IF ( basketgroupid ) %]
278                                             <input type="hidden" name="basketgroupid" value="[% basketgroupid %]" />
279                                         [% END %]
280                                         <input type="hidden" name="op" value="attachbasket" />
281                                         <input type="submit" value="Save" /> <a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid %]" class="cancel">Cancel</a>
282                                     </fieldset>
283                                 [% END %]
284                             </form>
285                         </div>
286                     </div>
287                 [% ELSE %]
288                     <div id="toolbar" class="btn-toolbar">
289                         <div class="btn-group"><a href="/cgi-bin/koha/acqui/basketgroup.pl?op=add&amp;booksellerid=[% booksellerid %]" class="btn btn-small" id="newbasketgroup"><i class="fa fa-plus"></i> New basket group</a></div>
290                     </div>
291                     <h1>Basket grouping for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a></h1>
292                     <div id="basket_groups" class="toptabs">
293                         <ul class="ui-tabs-nav">
294                             [% UNLESS ( listclosed) %]<li class="ui-tabs-active"><a href="#opened">Open</a></li>
295                             [% ELSE%]<li><a href="#opened">Open</a></li>[% END %]
296                             [% IF ( listclosed) %]<li class="ui-tabs-active"><a href="#closed">Closed</a></li>
297                             [% ELSE %]<li><a href="#closed">Closed</a></li>[% END %]
298                         </ul>
299                         <div id="opened">
300                             <table id="basket_group_opened">
301                                 <thead>
302                                     <tr>
303                                         <th>Name</th>
304                                         <th>Number</th>
305                                         <th>Billing place</th>
306                                         <th>Delivery place</th>
307                                         <th>Number of baskets</th>
308                                         <th>Action</th>
309                                     </tr>
310                                 </thead>
311                                 <tbody>
312                                     [% FOREACH basketgroup IN basketgroups %]
313                                         [% UNLESS ( basketgroup.closed ) %]
314                                             <tr>
315                                                 <td>[% IF ( basketgroup.name ) %]
316                                                     [% basketgroup.name %]
317                                                     [% ELSE %]
318                                                         Basket group no. [% basketgroup.id %]
319                                                     [% END %]
320                                                 </td>
321                                                 <td>[% basketgroup.id %]</td>
322                                                 <td>[% Branches.GetName( basketgroup.billingplace ) %]</td>
323                                                 <td>[% IF (basketgroup.freedeliveryplace) %]Free delivery place[% ELSE %][% Branches.GetName( basketgroup.deliveryplace ) %][% END %]</td>
324                                                 <td>[% basketgroup.basketsqty %]</td>
325                                                 <td>
326                                                     <input type="button" onclick="closeandprint('[% basketgroup.id %]');" value="Close and export as PDF" />
327                                                     <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="add" /><input type="hidden" name="booksellerid" value="[% basketgroup.booksellerid %]" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id %]" /><input type="submit" value="Edit" /></form>
328                                                     [% UNLESS basketgroup.basketsqty %]
329                                                         <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="delete" /><input type="hidden" name="booksellerid" value="[% basketgroup.booksellerid %]" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id %]" /><input type="submit" value="Delete" /></form>
330                                                     [% END %]
331                                                 </td>
332                                             </tr>
333                                         [% END %]
334                                     [% END %]
335                                 </tbody>
336                             </table>
337                         </div>
338                         <div id="closed">
339                             <table id="basket_group_closed">
340                                 <thead>
341                                     <tr>
342                                         <th>Name</th>
343                                         <th>Number</th>
344                                         <th>Billing place</th>
345                                         <th>Delivery place</th>
346                                         <th>Number of baskets</th>
347                                         <th>Action</th>
348                                     </tr>
349                                 </thead>
350                                 <tbody>
351                                     [% FOREACH basketgroup IN basketgroups %]
352                                         [% IF ( basketgroup.closed ) %]
353                                             <tr>
354                                                 <td>
355                                                     [% IF ( basketgroup.name ) %]
356                                                         [% basketgroup.name %]
357                                                         [% ELSE %]
358                                                             Basket group no. [% basketgroup.id %]
359                                                         [% END %]
360                                                 </td>
361                                                 <td>[% basketgroup.id %]</td>
362                                                 <td>[% Branches.GetName( basketgroup.billingplace ) %]</td>
363                                                 <td>[% IF (basketgroup.freedeliveryplace) %]Free delivery place[% ELSE %][% Branches.GetName( basketgroup.deliveryplace ) %][% END %]</td>
364                                                 <td>[% basketgroup.basketsqty %]</td>
365                                                 <td>
366                                                     <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="add" /><input type="hidden" name="booksellerid" value="[% basketgroup.booksellerid %]" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id %]" /><input type="submit" value="View" /></form>
367                                                     <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="reopen" /><input type="hidden" name="booksellerid" value="[% basketgroup.booksellerid %]" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id %]" /><input type="submit" value="Reopen" /></form>
368                                                     <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="print" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id %]" /><input type="submit" value="Export as PDF" /></form>
369                                                     <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="export" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id %]" /><input type="submit" value="Export as CSV" /></form>
370                                                     <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="ediprint" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id %]" /><input type="submit" value="Generate EDIFACT order" /></form>
371                                                 </td>
372                                             </tr>
373                                         [% END %]
374                                     [% END %]
375                                 </tbody>
376                             </table>
377                         </div>
378                     </div>
379                 [% END %]
380             </div>
381         </div>
382         <div class="yui-b">
383             [% IF ( booksellerid ) %]
384                 [% INCLUDE 'vendor-menu.inc' %]
385             [% END %]
386             [% INCLUDE 'acquisitions-menu.inc' %]
387         </div>
388     </div>
389     [% INCLUDE 'intranet-bottom.inc' %]