[% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Funds[% IF op == 'add_form' %] › [% IF ( budget_id ) %]Modify fund[% IF ( budget_name ) %] '[% budget_name %]'[% END %][% ELSE %]Add fund [% END %][% END %] [% INCLUDE 'doc-head-close.inc' %] [% IF op == 'add_form' %] [% ELSIF op == 'list' %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'header.inc' %] [% INCLUDE 'budgets-admin-search.inc' %]
[% UNLESS op == 'delete_confirm' %][% INCLUDE 'budgets-admin-toolbar.inc' %][% END %] [% IF (error_not_authorised_to_modify) %]

You are not authorized to modify this fund

[% END %] [% IF op == 'list' %]

[% IF budget_period_id %] Funds for '[% budget_period_description %]' [% ELSE %] All funds [% END %]

[% INCLUDE 'budgets-active-currency.inc' %] [% IF budgets %] [% FOREACH budget IN budgets %] [% BLOCK colorcellvalue %] [% IF parent %] [% IF (value > 0) %] [% ELSIF (value < 0) %] [% ELSE %] [% END %] [% ELSE %] [% IF (value > 0) %] [% ELSIF (value < 0) %] [% ELSE %] [% END %] [% END %] [% text %] [% END %] [% IF ( budget.budget_lock ) %] [% ELSE %] [% END %] [% END %]
Expand all | Collapse all | Hide inactive budgets | Show inactive budgets
Active Budget period description Fund code Fund name Base-level allocated Base-level ordered Total ordered Base-level spent Total spent Base-level available Total available Actions
Period allocated [% IF ( budget_period_total ) %][% budget_period_total %][% END %] [% period_alloc_total %] [% ordered_total %] [% spent_total %] [% available_total %]
[% budget.budget_period_active %] Budget [% budget.budget_period_description %] [% budget.budget_code_indent %] [% budget.budget_name %] [% IF budget.budget_parent_id %] [% budget.budget_amount %] [% ELSE %] [% budget.budget_amount %] [% END %] [% IF budget.budget_parent_id %] [% budget.budget_ordered %] [% ELSE %] [% budget.budget_ordered %] [% END %] [% IF budget.budget_parent_id %] [% budget.total_ordered %] [% ELSE %] [% budget.total_ordered %] [% END %] [% IF budget.budget_parent_id %] [% budget.budget_spent %] [% ELSE %] [% budget.budget_spent %] [% END %] [% IF budget.budget_parent_id %] [% budget.total_spent %] [% ELSE %] [% budget.total_spent %] [% END %] [% INCLUDE colorcellvalue value=budget.budget_remaining text=budget.budget_remaining_display parent=budget.budget_parent_id %] [% INCLUDE colorcellvalue value=budget.total_remaining text=budget.total_remaining_display parent=budget.budget_parent_id %] Edit Delete Edit Delete Add child fund
[% ELSE %] No fund found [% END %] [% END %] [% IF op == 'add_form' && !error_not_authorised_to_modify %]
[% IF ( budget_id ) %]Modify[% ELSE %]Add[% END %] Fund [% IF ( budget_period_description ) %] [% budget_name %] for Budget '[% budget_period_description %]' [% END %]
    [% IF ( budget_parent_id ) %]
  1. Fund parent: [% budget_parent_name %] [% budget_parent_id %] - [% budget_parent_name %]
  2. [% END %]
  3. 0 to disable
  4. 0 to disable
  5. Owner: [% budget_owner_name %]
  6. Users:
[% IF ( budget_id ) %] [% END %]
Cancel
[% END %] [% IF op == 'delete_confirm' %]

Delete fund [% budget_name %]?

Fund amount: [% budget_amount %]
[% END %]
[% IF op == 'list' %]
Filters

Fund filters

  1. [% IF ( show_mine ) %] [% ELSE %] [% END %]
  2. [% IF periods %]
  3. [% END %]
[% END %] [% INCLUDE 'acquisitions-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]