[% USE Price %] [% 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 %] [% UNLESS budget_period_id %] [% END %] [% FOREACH budget IN budgets %] [% IF budget.budget_parent_id %] [% ELSE %] [% END %] [% BLOCK colorcellvalue %] [% IF parent %] [% IF (value > 0) %] [% ELSIF (value < 0) %] [% ELSE %] [% END %] [% ELSE %] [% IF (value > 0) %] [% ELSIF (value < 0) %] [% ELSE %] [% END %] [% END %] [% value | $Price %] [% 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 | $Price %][% END %] [% period_alloc_total | $Price %] [% ordered_total | $Price %] [% spent_total | $Price %] [% available_total | $Price %]
[% budget.budget_period_active %] Budget [% budget.budget_period_description %] [id=[% budget.budget_period_id %]][% UNLESS budget.budget_period_active %] (inactive)[% END %] [% budget.budget_code_indent %] [% budget.budget_name %] [% IF budget.budget_parent_id %] [% budget.budget_amount | $Price %] [% ELSE %] [% budget.budget_amount | $Price %] [% END %] [% IF budget.budget_parent_id %] [% budget.budget_ordered | $Price %] [% ELSE %] [% budget.budget_ordered | $Price %] [% END %] [% IF budget.budget_parent_id %] [% budget.total_ordered | $Price %] [% ELSE %] [% budget.total_ordered | $Price %] [% END %] [% IF budget.budget_parent_id %] [% budget.budget_spent | $Price %] [% ELSE %] [% budget.budget_spent | $Price %] [% END %] [% IF budget.budget_parent_id %] [% budget.total_spent | $Price %] [% ELSE %] [% budget.total_spent | $Price %] [% END %] [% INCLUDE colorcellvalue value=budget.budget_remaining parent=budget.budget_parent_id %] [% INCLUDE colorcellvalue value=budget.total_remaining parent=budget.budget_parent_id %]
[% 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. [% IF budget_has_children %]
  7. [% END %]
  8. Users:
[% IF ( budget_id ) %] [% END %]
Cancel
[% END %] [% IF op == 'delete_confirm' %]

Delete fund [% budget_name %]?

Fund amount: [% budget_amount | $Price %]
[% 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' %]