[% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables-strings.inc' %] Koha › Administration › Budgets [% IF ( add_form ) %]› [% IF ( budget_period_id ) %] Modify budget'[% budget_period_id %]' [% ELSE %] Add budget [% END %] [% END %] [% IF ( duplicate_form ) %]› Duplicate budget[% END %] [% IF ( delete_confirm ) %]› Delete budget '[% budget_period_description %]'? [% END %] [% IF ( delete_confirmed ) %]› Data deleted [% END %] [% INCLUDE 'header.inc' %] [% INCLUDE 'budgets-admin-search.inc' %]
[% INCLUDE 'budgets-admin-toolbar.inc' %] [% IF ( duplicate_form ) %]

Duplicate budget

  1. [% INCLUDE 'date-format.inc' %]
  2. [% INCLUDE 'date-format.inc' %]
Cancel
[% END %] [% IF ( add_form ) %] [% IF ( budget_period_id ) %]

Modify budget

[% ELSE %]

Add budget

[% END %]
  1. [% INCLUDE 'date-format.inc' %]
  2. [% INCLUDE 'date-format.inc' %]
  3. [% IF ( budget_period_active ) %][% ELSE %] [% END %]
  4. [% IF ( budget_period_locked ) %][% ELSE %] [% END %]
[% IF ( budget_period_id ) %]Cancel[% 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 ) %] [% FOREACH period_active IN period_active_loop %] [% END %]
Budget name Start date End date Locked Total Actions
[% 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
[% ELSE %] No active budgets [% END %]
[% active_pagination_bar %]
[% IF ( period_inactive_loop ) %] [% FOREACH period_loo IN period_inactive_loop %] [% IF ( loop.odd ) %] [% ELSE %] [% END %] [% END %]
Budget name Start date End date Locked Total Actions
[% 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
[% ELSE %] No inactive budgets [% END %]
[% inactive_pagination_bar %]
[% END %]
[% INCLUDE 'acquisitions-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]