[% INCLUDE 'budgets-admin-toolbar.inc' %]
[% IF ( duplicate_form ) %]
Duplicate budget
[% END %]
[% IF ( add_form ) %]
[% IF ( budget_period_id ) %]
Modify budget
[% ELSE %]
Add budget
[% END %]
[% END %]
[% IF ( delete_confirm ) %]
[% IF ( total ) %]
Cannot delete budget
This record is used [% total %] times
. Deletion is not possible.
[% ELSE %]
Delete budget '[% budget_period_description %]'?
[% END %]
[% END %]
[% IF ( else ) %]
Budgets administration
[% INCLUDE 'budgets-active-currency.inc' %]
[% IF ( period_active_loop ) %]
Budget name |
Start date |
End date |
Locked |
Total |
Actions |
[% FOREACH period_active IN period_active_loop %]
[% period_active.budget_period_description %] |
[% period_active.budget_period_startdate | $KohaDates %] |
[% period_active.budget_period_enddate | $KohaDates %] |
[% IF ( period_active.budget_period_locked ) %]
Locked
[% END %]
|
[% period_active.budget_period_total %] |
Edit
Delete
Add fund
|
[% END %]
[% ELSE %]
No active budgets
[% END %]
[% IF ( period_inactive_loop ) %]
Budget name |
Start date |
End date |
Locked |
Total |
Actions |
[% FOREACH period_loo IN period_inactive_loop %]
[% IF ( loop.odd ) %]
[% ELSE %]
[% END %]
[% period_loo.budget_period_description %] |
[% period_loo.budget_period_startdate | $KohaDates %] |
[% period_loo.budget_period_enddate | $KohaDates %] |
[% IF ( period_loo.budget_period_locked ) %]Locked [% ELSE %][% END %] |
[% period_loo.budget_period_total %] |
Edit
Delete
Add fund
|
[% END %]
[% ELSE %]
No inactive budgets
[% END %]
[% inactive_pagination_bar %]
[% END %]
[% INCLUDE 'acquisitions-menu.inc' %]