Bug 13618: Remove html filters at the intranet
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / acqui-home.tt
1 [% USE Price %]
2 [% INCLUDE 'doc-head-open.inc' %]
3 <title>Koha &rsaquo; Acquisitions</title>
4 [% INCLUDE 'doc-head-close.inc' %]
5 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6 [% INCLUDE 'datatables.inc' %]
7 <link href="[% interface %]/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css" rel="stylesheet" type="text/css" />
8 <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/treetable/jquery.treetable.js"></script>
9
10 <script type="text/javascript">
11 //<![CDATA[
12
13 dt_overwrite_html_sorting_localeCompare();
14
15 $(document).ready(function() {
16
17     var oTable = $("#accounts").dataTable($.extend(true, {}, dataTablesDefaults, {
18         "fnDrawCallback": function ( oSettings ) {
19             if ( oSettings.aiDisplay.length == 0 )
20             {
21                 return;
22             }
23
24             var nTrs = $('#accounts tbody tr');
25             var iColspan = nTrs[0].getElementsByTagName('td').length;
26             var sLastGroup = "";
27             for ( var i=0 ; i<nTrs.length ; i++ )
28             {
29                 var iDisplayIndex = oSettings._iDisplayStart + i;
30                 var sGroup = oSettings.aoData[ oSettings.aiDisplay[iDisplayIndex] ]._aData[1];
31                 if ( sGroup != sLastGroup )
32                 {
33                     var nGroup = document.createElement( 'tr' );
34                     var nCell = document.createElement( 'td' );
35                     nCell.colSpan = iColspan;
36                     nCell.className = "group";
37                     nCell.innerHTML = sGroup;
38                     nGroup.appendChild( nCell );
39                     nTrs[i].parentNode.insertBefore( nGroup, nTrs[i] );
40                     sLastGroup = sGroup;
41                 }
42             }
43         },
44         "footerCallback": function ( row, data, start, end, display ) {
45             var api = this.api(), data;
46             footer_column_sum( api, [ 6, 7, 8, 9 ] );
47         },
48         "aoColumnDefs": [
49             { "bVisible": false, "aTargets": [ 0, 1 ] },
50             { "bSortable": false, "aTargets": ["_all"] }
51         ],
52         'bSort': true,
53         'aaSortingFixed': [[ 1, 'asc' ]],
54         'bPaginate': false,
55         "bAutoWidth": false
56     }));
57
58     $(oTable).treetable({
59         expandable: true
60     });
61     $(oTable).treetable('expandAll');
62     $("#expand_all").click(function(e){
63         e.preventDefault();
64         $(oTable).treetable('expandAll');
65     });
66     $("#collapse_all").click(function(e){
67         e.preventDefault();
68         $(oTable).treetable('collapseAll');
69     });
70
71     $("#hide_inactive").click(function(e){
72         e.preventDefault();
73         oTable.fnFilter( 1, 0 ); // Show only active=1
74     });
75     $("#show_inactive").click(function(e){
76         e.preventDefault();
77         oTable.fnFilter( '', 0 );
78     });
79     $("#hide_inactive").click();
80
81 });
82 //]]>
83 </script>
84
85 </head>
86 <body id="acq_acqui-home" class="acq">
87 [% INCLUDE 'header.inc' %]
88 [% INCLUDE 'acquisitions-search.inc' %]
89
90 <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; </div>
91
92 <div id="doc3" class="yui-t2">
93
94 <div id="bd">
95     <div id="yui-main">
96     <div class="yui-b">
97
98 [% INCLUDE 'acquisitions-toolbar.inc' %]
99
100 <h1>Acquisitions</h1>
101     [% INCLUDE 'budgets-active-currency.inc' hide = 'yes' %]
102     [% UNLESS ( loop_budget ) %]
103         [% IF ( CAN_user_acquisition_period_manage ) %]
104         <div class="dialog alert"><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">You must define a budget in Administration</a></div>
105         [% ELSE %]
106         <div class="dialog alert">Your administrator must define a budget in Administration</div>
107         [% END %]
108     [% END %]
109 <div class="yui-g">
110 <div class="yui-u first">
111 <div id="acqui_acqui_home_order">
112     <fieldset>
113         <legend>Manage orders</legend>
114         <form name="findsupplier" action="/cgi-bin/koha/acqui/booksellers.pl" method="post">
115             <p><label for="supplierpage">Vendor: </label><input type="text" size="25" name="supplier" id="supplierpage" class="focus" />
116             <input type="submit" value="Search" />
117             </p>
118         </form>
119     </fieldset>
120 </div>
121 </div>
122
123 [% IF ( suggestion && suggestions_count ) %]
124 <div class="yui-u">
125     <div id="acqui_acqui_home_suggestions">
126         <fieldset>
127         <legend>Pending suggestions</legend>
128             <p>[% suggestions_count %] suggestions waiting. <a href="/cgi-bin/koha/suggestion/suggestion.pl#ASKED">Manage suggestions</a>.</p>
129         </fieldset>
130     </div>
131 </div>
132 [% END %]
133
134 </div>
135
136 [% IF ( loop_budget ) %]
137
138             <h3>All available funds[% IF ( branchname ) %] for [% branchname %][% END %]</h3>
139
140     <div id="BudgetsAndFunds">
141     <table id="accounts">
142         <caption>
143           <span class="actions"><a href="#" id="expand_all">Expand all</a>
144           | <a href="#" id="collapse_all">Collapse all</a>
145           | <a href="#" id="hide_inactive">Hide inactive budgets</a>
146           | <a href="#" id="show_inactive">Show inactive budgets</a></span>
147         </caption>
148
149         <thead>
150         <tr>
151             <th>Active</th>
152             <th>Budget period description</th>
153             <th>Fund code</th>
154             <th>Fund name</th>
155             <th>Owner</th>
156             <th>Library</th>
157             <th>Amount</th>
158             <th>Ordered</th>
159             <th>Spent</th>
160             <th>Total available</th>
161         </tr>
162         </thead>
163         <tfoot id="funds_total">
164         <tr>
165             <th></th>
166             <th></th>
167             <th colspan="4">Total</th>
168             <th class="data"></th>
169             <th class="data"></th>
170             <th class="data"></th>
171             <th class="data"></th>
172         </tr>
173         </tfoot>
174         <tbody>
175         [% FOREACH loop_budge IN loop_budget %]
176             [% IF loop_budge.budget_parent_id %]
177                 <tr data-tt-id="[% loop_budge.budget_id %]" data-tt-parent-id="[% loop_budge.budget_parent_id %]">
178             [% ELSE %]
179                 <tr data-tt-id="[% loop_budge.budget_id %]">
180             [% END %]
181
182                 <td>[% loop_budge.budget_period_active %]</td>
183                 <td>Budget [% loop_budge.budget_period_description %] [id=[% loop_budge.budget_period_id %]][% UNLESS loop_budge.budget_period_active %] (inactive)[% END %]</td>
184                 <td>
185                     [% IF ( CAN_user_acquisition_budget_manage ) %]
186                         <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% loop_budge.budget_period_id %]">[% loop_budge.budget_code %]</a>
187                     [% ELSE %]
188                         [% loop_budge.budget_code %]
189                     [% END %]
190                 </td>
191                 <td>[% loop_budge.budget_name %]</td>
192                 <td>[% IF ( loop_budge.budget_owner_borrowernumber ) %]
193                         <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% loop_budge.budget_owner_borrowernumber %]">[% loop_budge.budget_owner_surname %], [% loop_budge.budget_owner_firstname %]</a>
194                     [% ELSE %]
195                         &nbsp;
196                     [% END %]
197                 </td>
198                 <td>[% loop_budge.budget_branchname %]</td>
199                 <td class="data">
200                     [% IF loop_budge.budget_parent_id %]
201                         [% loop_budge.budget_amount | $Price %]
202                     [% ELSE %]
203                         <span class="total_amount">[% loop_budge.budget_amount | $Price %]</span>
204                     [% END %]
205                 </td>
206                 <td class="data">
207                     <a href="ordered.pl?fund=[% loop_budge.budget_id %]&amp;fund_code=[% loop_budge.budget_code %]">
208                     [% IF loop_budge.budget_parent_id %]
209                         [% loop_budge.budget_ordered | $Price %]
210                     [% ELSE %]
211                         <span class="total_amount">[% loop_budge.budget_ordered | $Price %]</span>
212                     [% END %]
213                     </a>
214                 </td>
215                 <td class="data">
216                     <a href="spent.pl?fund=[% loop_budge.budget_id %]&amp;fund_code=[% loop_budge.budget_code %]">
217                     [% IF loop_budge.budget_parent_id %]
218                         [% loop_budge.budget_spent | $Price %]
219                     [% ELSE %]
220                         <span class="total_amount">[% loop_budge.budget_spent | $Price %]</span>
221                     [% END %]
222                     </a>
223                 </td>
224                 <td class="data">
225                     [% IF loop_budge.budget_parent_id %]
226                         [% loop_budge.budget_avail | $Price %]
227                     [% ELSE %]
228                         <span class="total_amount">[% loop_budge.budget_avail | $Price %]</span>
229                     [% END %]
230                 </td>
231             </tr>
232         [% END %]
233         </tbody>
234     </table>
235     </div>
236     [% END %]
237
238 </div>
239 </div>
240 <div class="yui-b">
241 [% INCLUDE 'acquisitions-menu.inc' %]
242 </div>
243 </div>
244 [% INCLUDE 'intranet-bottom.inc' %]