[% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %]
[% INCLUDE 'acquisitions-toolbar.inc' %]

Acquisitions

[% UNLESS ( loop_budget ) %] [% IF ( CAN_user_acquisition_period_manage ) %]
You must define a budget in Administration
[% ELSE %]
Your administrator must define a budget in Administration
[% END %] [% END %]
Manage orders

[% IF ( suggestion && suggestions_count ) %]
Pending suggestions

[% suggestions_count %] suggestions waiting. Manage suggestions.

[% END %]
[% IF ( loop_budget ) %]

All available funds[% IF ( branchname ) %] for [% branchname %][% END %]

[% FOREACH loop_budge IN loop_budget %] [% IF ( loop_budge.budget_period_active ) %] [% ELSE %] [% END %] [% END %]
Fund Fund name Active Owner Library Amount Ordered Spent Avail
Total         [% total %][% total_active %] [% totordered %][% totordered_active %] [% totspent %][% totspent_active %] [% totavail %][% totavail_active %]
[% IF ( CAN_user_acquisition_budget_manage ) %] [% loop_budge.budget_code %] [% ELSE %] [% loop_budge.budget_code %] [% END %] [% loop_budge.budget_name %] Active [% IF ( loop_budge.budget_owner_borrowernumber ) %] [% loop_budge.budget_owner_surname %], [% loop_budge.budget_owner_firstname %] [% ELSE %]   [% END %] [% loop_budge.budget_branchname %] [% loop_budge.formatted_budget_amount %] [% loop_budge.formatted_budget_ordered %] [% loop_budge.formatted_budget_spent %] [% loop_budge.formatted_budget_avail %]
[% IF ( CAN_user_acquisition_budget_manage ) %] [% loop_budge.budget_code %] [% ELSE %] [% loop_budge.budget_code %] [% END %] [% loop_budge.budget_name %] Inactive [% IF ( loop_budge.budget_owner_borrowernumber ) %] [% loop_budge.budget_owner_surname %], [% loop_budge.budget_owner_firstname %] [% ELSE %]   [% END %] [% loop_budge.budget_branchname %] [% loop_budge.formatted_budget_amount %] [% loop_budge.formatted_budget_ordered %] [% loop_budge.formatted_budget_spent %] [% loop_budge.formatted_budget_avail %]
[% END %]
[% INCLUDE 'acquisitions-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]