Bug 5917 : Swapping templates over
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / aqplan.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Administration &rsaquo; Budgets &rsaquo; Funds &rsaquo; Planning for [% budget_period_description %] by [% authcat %]</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 [% INCLUDE 'calendar.inc' %]
5 <script type="text/javascript" src="[% themelang %]/js/acq.js"></script>
6 <script type="text/javascript">
7 //<![CDATA[
8 // ---------------------------------------------------------------------
9 // Javascript
10 // ---------------------------------------------------------------------
11     function Check(f) {
12             var ok=1;
13             var _alertString="";
14             var alertString2;
15             var arr = document.getElementsByName('est_total')
16
17             for ( var i=0, len=arr.length; i<len; ++i ){
18                     var tot = arr[i].innerhtml;
19
20                     if (tot == 'NaN') {
21                         _alertString += "\n- " + _("One or more cell values is non-numeric");
22                     }
23             }
24
25             if (_alertString.length==0) {
26
27                 var op  = document.createElement('input');
28                 op.setAttribute("type","hidden");
29                 op.setAttribute("name","op");
30                 op.setAttribute("value","save");   //ohh the pain...
31
32                 document.Aform.appendChild(op);
33                 document.Aform.submit()
34
35             } else {
36                     alertString2  = _("Form not submitted because of the following problem(s)");
37                     alertString2 += "\n------------------------------------------------------------------------------------\n";
38                     alertString2 += _alertString;
39                     alert(alertString2);
40             }
41     }
42
43
44 YAHOO.util.Event.onAvailable("popmenu", function () {
45
46     var itemData  = new Array();
47     table = document.getElementById('plan') 
48     tableTmp =  table.cloneNode(true); 
49     tableTmp.id = 'planTmp';
50
51     [% FOREACH authvals_ro IN authvals_row %]
52         itemData.push( {   text: "[% authvals_ro.val %]",  onclick: { fn: addColumn, obj:  ["[% authvals_ro.colnum %]",  "[% authvals_ro.code %]"]    }    }     );
53
54     [% END %]
55     oMenu = new YAHOO.widget.Menu("basicmenu",
56             {  position: "dynamic", itemdata: itemData , clicktohide  : "true" , context:["popmenu","tl","tr"] }
57     );
58
59    oMenu.render("popmenu");
60    YAHOO.util.Event.addListener("add_popmenu_item", "click", oMenu.show, null, oMenu);
61
62 // oMenu.removeItem(2);   // TODO.....
63
64 });
65 //]]>
66 </script>
67 <style type="text/css">td.locked { background-image: url('/intranet-tmpl/prog/img/locked.png'); padding-left : 20px; background-repeat: no-repeat; background-position: 4% 50%; } a.control { font-size:85%;text-decoration:none; }</style>
68 </head>
69 <body>
70 [% INCLUDE 'header.inc' %]
71 [% INCLUDE 'budgets-admin-search.inc' %]
72
73 <div id="breadcrumbs">
74     <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
75     <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo;
76     <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> &rsaquo; 
77     <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id %]">Funds</a> &rsaquo;
78     <a href="/cgi-bin/koha/admin/aqplan.pl?budget_period_id=[% budget_period_id %]">Planning</a> &rsaquo;
79 </div>
80
81 <div id="doc3" class="yui-t2">
82 <div id="bd">
83 <div id="yui-main">
84 <div class="yui-b">
85
86
87 [% INCLUDE 'budgets-admin-toolbar.inc' %]
88
89 <form method="post" id="Aform" name="Aform"  action="/cgi-bin/koha/admin/aqplan.pl">
90 <h3>Planning for [% budget_period_description %] by [% authcat %]</h3>
91 <input type="hidden" name="authcat" value="[% authcat %]" />
92 <!-- Budget Lines -->
93
94     [% IF ( budget_lines ) %]
95
96     [% IF ( currency ) %]<p><b>Currency = [% currency %]</b>.
97     [% IF ( show_actual ) %]
98         <b>Each cell contain both actual and estimated values.</b>
99     [% ELSE %]
100         <b>Cells contain estimated values only.</b>
101     [% END %]
102     </p>[% ELSE %]<div class="dialog alert"><h3>No active currency is defined</h3><p>Please <a href="/cgi-bin/koha/admin/currency.pl">specify an active currency</a>.</p></div>
103 [% IF ( show_actual ) %]
104         <p><b>Each cell contain both actual and estimated values.</b></p>
105     [% ELSE %]
106         <p><b>Cells contain estimated values only.</b></p>
107     [% END %]
108     [% END %]
109
110     <table id="plan" width="100%">
111     <thead>
112     <tr>
113     <th>Fund name</th>
114     <th>Fund total</th>
115
116     [% FOREACH authvals_ro IN authvals_row %]
117          [% IF ( authvals_ro.display ) %]
118             <th id="col[% authvals_ro.code %]" class="[% authvals_ro.colnum %]">
119         [% ELSE %]
120             <th id="col[% authvals_ro.code %]" styl="display:none;" class="[% authvals_ro.colnum %]">
121         [% END %]
122
123     [% authvals_ro.code %]</th>
124     [% END %]
125
126     <th>Fund remaining</th><th>&nbsp;</th>
127     </tr>
128     <tr>
129     <th>&nbsp;</th><th>&nbsp;</th>
130     [% FOREACH authvals_ro IN authvals_row %]
131          [% IF ( authvals_ro.display ) %]
132             <th class="[% authvals_ro.colnum %]">
133         [% ELSE %]
134             <th style="display:none;" class="[% authvals_ro.colnum %]">
135         [% END %]
136
137     <a class="control" onclick="delColumn('[% authvals_ro.colnum %]', 'col[% authvals_ro.code %]')" href="#" title="Hide this column">[ hide ]</a></th>
138
139     [% END %]
140     <th id="popmenu"><a style="font-size:85%;text-decoration:none;" id="add_popmenu_item" href="#" title="Show a hidden column">[ show a column ]</a></th><th>&nbsp;</th>
141      </tr>
142
143     </thead>
144
145     <tbody>
146     [% FOREACH budget_line IN budget_lines %]
147     [% UNLESS ( loop.odd ) %]<tr class="highlight">[% ELSE %]<tr>[% END %]
148
149         <td align="left"[% IF ( budget_line.budget_lock ) %] class="locked" title="Fund locked"[% END %]><a href="/cgi-bin/koha/admin/aqbudgets.pl?op=add_form&amp;budget_id=[% budget_line.budget_id %]&amp;budget_period_id=[% budget_line.budget_period_id %]">[% budget_line.budget_name_indent %]</a></td>
150         <td><span id="budget_tot_formatted_[% budget_line.budget_id %]">[% budget_line.budget_amount_formatted %]&nbsp;</span>
151
152
153         <!-- NEXT DIV ELEMENT IS USED BY JS FOR CALC-ING AUTO-FILL AND ESTIMATED AMOUNTS -->
154         <div style="display:none;" id="budget_tot_[% budget_line.budget_id %]">[% budget_line.budget_amount %]</div></td>
155
156         [% FOREACH line IN budget_line.lines %]
157             [% IF ( line.display ) %]
158                 <td class="[% line.colnum %]">
159             [% ELSE %]
160                 <td style="display:none;" class="[% line.colnum %]">
161             [% END %]
162             <table class="invis" width="100%">
163                 <tr>
164                     [% IF ( line.show_actual ) %]
165                         <td   width="50%"  >[% line.actual_amount %]</td>
166                     [% END %]
167                 <td>
168
169                 [% IF ( line.budget_lock ) %]
170                     [% line.estimated_amount %]&nbsp;
171                     <input type="hidden" style="text-align: right;"  name="[% line.cell_name %]" value="[% line.estimated_amount %]"   />
172                 [% ELSE %]
173                     <input type="text" style="text-align: right;  width:90%; " size="6" name="[% line.cell_name %]"  value="[% line.estimated_amount %]"  id="budget_[% line.budget_id %][% line.colnum %]" class="plan_entry_[% line.budget_id %]" onchange="calcTotalRow(this);" />
174                 [% END %]
175
176                 </td></tr>
177             </table>
178             </td>
179         [% END %]
180
181         <td>
182         <table class="invis" width="100%">
183             <tr>
184        [% IF ( budget_line.show_actual ) %]
185             [% IF ( budget_line.act_negative ) %]
186                 <td width="50%" style="color: red;">
187             [% ELSIF ( budget_line.act_positive ) %]
188                 <td width="50%" style="color: green;">
189             [% ELSE %]
190                 <td width="50%">
191             [% END %]
192                     [% budget_line.budget_act_remain %]
193             </td>
194         [% END %]
195
196         [% IF ( budget_line.est_negative ) %]
197             <td width="50%" style="color: red;" id="budget_est_[% budget_line.budget_id %]">
198         [% ELSIF ( budget_line.est_positive ) %]
199             <td width="50%" style="color: green;" id="budget_est_[% budget_line.budget_id %]">
200         [% ELSE %]
201             <td width="50%" id="budget_est_[% budget_line.budget_id %]">
202         [% END %] 
203                 [% budget_line.budget_est_remain %]&nbsp;
204             </td>
205             </tr>
206         </table>
207         </td>
208
209         <td>
210              [% UNLESS ( budget_line.budget_lock ) %]
211                     <input type="button"  onclick="autoFillRow('[% budget_line.budget_id %]')" value="Auto-fill row"/>
212             [% ELSE %]
213              <div style="color:red;">not owned</div>
214             [% END %]
215         </td>
216         </tr>
217     [% END %]
218     </tbody>
219     </table>
220
221     [% IF ( budget_period_locked ) %]
222         <!-- <input STYLE="background: gray;"   type="submit" value="Save" disabled="disabled"/> -->
223     [% ELSE %]
224         <fieldset class="action"><input type="button"  onclick="Check(this.form)" value="Save"/></fieldset>
225     [% END %]
226
227
228 <div id="hide_div">
229     [% FOREACH authvals_ro IN authvals_row %]
230
231      [% UNLESS ( authvals_ro.display ) %]
232         <input type="hidden" value="[% authvals_ro.code %]"  name="hide_cols"/>
233      [% END %]
234     [% END %]
235
236  </div>
237
238
239 </form>
240
241         [% ELSE %]
242 <div class="dialog message">No funds to display for this search criteria</div>
243         [% END %]
244
245
246 </div>
247 </div>
248 <div class="yui-b">
249
250 <form method="post" action="/cgi-bin/koha/admin/aqplan.pl">
251 <fieldset class="brief">
252 <h4>Filter</h4>
253
254 <ol>
255     <li>
256         <label for="authcat"> Select planning type:</label>
257         [% authcat_dropbox %]
258     </li>
259     <li class="radio">
260     [% IF ( show_mine ) %]
261         <input type="checkbox" id="show_mine"  name="show_mine" value="1" checked="checked" />
262     [% ELSE %]
263         <input type="checkbox" id="show_mine"  name="show_mine" value="1"  />
264     [% END %]
265     <label for="show_mine">Show my funds only</label>
266     </li>
267
268     <li class="radio">
269     [% IF ( show_active ) %]
270         <input type="checkbox" id="show_active" name="show_active" value="1" checked="checked" />
271     [% ELSE %]
272         <input type="checkbox" id="show_active" name="show_active" value="1" />
273         [% END %]
274     <label for="show_active">Show active funds only</label>
275     </li>
276
277
278     <li class="radio">
279         [% IF ( show_actual ) %]
280             <input type="checkbox" id="show_actual" name="show_actual" value="1" checked="checked" />
281         [% ELSE %]
282             <input type="checkbox" id="show_actual" name="show_actual" value="1"  />
283         [% END %]
284         <label for="show_actual">Show actual/estimated values</label>
285     </li>
286     </ol>
287 <fieldset class="action">
288         <input type="submit" name="option_submit" value="Submit" /></fieldset>
289 </fieldset>
290 </form>
291 [% IF ( budget_lines ) %]
292 <form method="post" action="/cgi-bin/koha/admin/aqplan.pl">
293 <h4>Export</h4>
294 <fieldset class="brief">
295     <ol>
296     <li><label for="basename">Output to a file named: </label><input type="text" name="basename" id="basename" value="Export" /></li>
297     <li><label class="inline" for="MIME">Into an application
298     </label>[% CGIextChoice %]
299     [% CGIsepChoice %]</li>
300     </ol>
301     <fieldset class="action">    <input type="submit" value="Submit"/>
302     <input type="hidden" name="report_name" value="[% report_name %]" />
303     <input type="hidden" name="output" value="file" /></fieldset>
304     </fieldset>
305 </form>
306 [% END %]
307
308 [% INCLUDE 'acquisitions-menu.inc' %]
309 </div>
310 </div>
311 [% INCLUDE 'intranet-bottom.inc' %]