Lines 1-3
Link Here
|
|
|
1 |
[% USE Price %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>Koha › Administration › Funds[% IF op == 'add_form' %] › [% IF ( budget_id ) %]Modify fund[% IF ( budget_name ) %] '[% budget_name %]'[% END %][% ELSE %]Add fund [% END %][% END %]</title> |
3 |
<title>Koha › Administration › Funds[% IF op == 'add_form' %] › [% IF ( budget_id ) %]Modify fund[% IF ( budget_name ) %] '[% budget_name %]'[% END %][% ELSE %]Add fund [% END %][% END %]</title> |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
Lines 294-307
var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget")
Link Here
|
294 |
<tr> |
295 |
<tr> |
295 |
<th></th> |
296 |
<th></th> |
296 |
<th></th> |
297 |
<th></th> |
297 |
<th colspan="2" style="text-align: left;" nowrap="nowrap">Period allocated [% IF ( budget_period_total ) %][% budget_period_total %][% END %] </th> |
298 |
<th colspan="2" style="text-align: left;" nowrap="nowrap">Period allocated [% IF budget_period_total %][% budget_period_total | $Price %][% END %] </th> |
298 |
<th nowrap="nowrap" class="data"> [% period_alloc_total %]</th> |
299 |
<th nowrap="nowrap" class="data"> [% period_alloc_total | $Price %]</th> |
299 |
<th></th> |
300 |
<th></th> |
300 |
<th class="data">[% ordered_total %]</th> |
301 |
<th class="data">[% ordered_total | $Price %]</th> |
301 |
<th></th> |
302 |
<th></th> |
302 |
<th class="data">[% spent_total %]</th> |
303 |
<th class="data">[% spent_total | $Price %]</th> |
303 |
<th></th> |
304 |
<th></th> |
304 |
<th class="data">[% available_total %]</th> |
305 |
<th class="data">[% available_total | $Price %]</th> |
305 |
<th></th> |
306 |
<th></th> |
306 |
</tr> |
307 |
</tr> |
307 |
</tfoot> |
308 |
</tfoot> |
Lines 318-354
var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget")
Link Here
|
318 |
<td>[% budget.budget_name %]</td> |
319 |
<td>[% budget.budget_name %]</td> |
319 |
<td class="data"> |
320 |
<td class="data"> |
320 |
[% IF budget.budget_parent_id %] |
321 |
[% IF budget.budget_parent_id %] |
321 |
<span class="child_fund_amount">[% budget.budget_amount %]</span> |
322 |
<span class="child_fund_amount">[% budget.budget_amount | $Price %]</span> |
322 |
[% ELSE %] |
323 |
[% ELSE %] |
323 |
[% budget.budget_amount %] |
324 |
[% budget.budget_amount | $Price %] |
324 |
[% END %] |
325 |
[% END %] |
325 |
</td> |
326 |
</td> |
326 |
<td class="data"> |
327 |
<td class="data"> |
327 |
[% IF budget.budget_parent_id %] |
328 |
[% IF budget.budget_parent_id %] |
328 |
<span class="child_fund_amount">[% budget.budget_ordered %]</span> |
329 |
<span class="child_fund_amount">[% budget.budget_ordered | $Price %]</span> |
329 |
[% ELSE %] |
330 |
[% ELSE %] |
330 |
[% budget.budget_ordered %] |
331 |
[% budget.budget_ordered | $Price %] |
331 |
[% END %] |
332 |
[% END %] |
332 |
</td> |
333 |
</td> |
333 |
<td class="data"> |
334 |
<td class="data"> |
334 |
[% IF budget.budget_parent_id %] |
335 |
[% IF budget.budget_parent_id %] |
335 |
<span class="child_fund_amount">[% budget.total_ordered %]</span> |
336 |
<span class="child_fund_amount">[% budget.total_ordered | $Price %]</span> |
336 |
[% ELSE %] |
337 |
[% ELSE %] |
337 |
[% budget.total_ordered %] |
338 |
[% budget.total_ordered | $Price %] |
338 |
[% END %] |
339 |
[% END %] |
339 |
</td> |
340 |
</td> |
340 |
<td class="data"> |
341 |
<td class="data"> |
341 |
[% IF budget.budget_parent_id %] |
342 |
[% IF budget.budget_parent_id %] |
342 |
<span class="child_fund_amount">[% budget.budget_spent %]</span> |
343 |
<span class="child_fund_amount">[% budget.budget_spent | $Price %]</span> |
343 |
[% ELSE %] |
344 |
[% ELSE %] |
344 |
[% budget.budget_spent %] |
345 |
[% budget.budget_spent | $Price %] |
345 |
[% END %] |
346 |
[% END %] |
346 |
</td> |
347 |
</td> |
347 |
<td class="data"> |
348 |
<td class="data"> |
348 |
[% IF budget.budget_parent_id %] |
349 |
[% IF budget.budget_parent_id %] |
349 |
<span class="child_fund_amount">[% budget.total_spent %]</span> |
350 |
<span class="child_fund_amount">[% budget.total_spent | $Price %]</span> |
350 |
[% ELSE %] |
351 |
[% ELSE %] |
351 |
[% budget.total_spent %] |
352 |
[% budget.total_spent | $Price %] |
352 |
[% END %] |
353 |
[% END %] |
353 |
</td> |
354 |
</td> |
354 |
|
355 |
|
Lines 371-384
var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget")
Link Here
|
371 |
<span> |
372 |
<span> |
372 |
[% END %] |
373 |
[% END %] |
373 |
[% END %] |
374 |
[% END %] |
374 |
[% text %] |
375 |
[% value | $Price %] |
375 |
</span> |
376 |
</span> |
376 |
[% END %] |
377 |
[% END %] |
377 |
<td class="data"> |
378 |
<td class="data"> |
378 |
[% INCLUDE colorcellvalue value=budget.budget_remaining text=budget.budget_remaining_display parent=budget.budget_parent_id %] |
379 |
[% INCLUDE colorcellvalue value=budget.budget_remaining parent=budget.budget_parent_id %] |
379 |
</td> |
380 |
</td> |
380 |
<td class="data"> |
381 |
<td class="data"> |
381 |
[% INCLUDE colorcellvalue value=budget.total_remaining text=budget.total_remaining_display parent=budget.budget_parent_id %] |
382 |
[% INCLUDE colorcellvalue value=budget.total_remaining parent=budget.budget_parent_id %] |
382 |
</td> |
383 |
</td> |
383 |
[% IF ( budget.budget_lock ) %] |
384 |
[% IF ( budget.budget_lock ) %] |
384 |
<td> <span></span> </td> |
385 |
<td> <span></span> </td> |
Lines 596-602
var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget")
Link Here
|
596 |
<table> |
597 |
<table> |
597 |
<tr> |
598 |
<tr> |
598 |
<th scope="row">Fund amount:</th> |
599 |
<th scope="row">Fund amount:</th> |
599 |
<td>[% budget_amount %]</td> |
600 |
<td>[% budget_amount | $Price %]</td> |
600 |
</tr> |
601 |
</tr> |
601 |
</table> |
602 |
</table> |
602 |
|
603 |
|