Duplicate budget
[% END %] [% IF ( add_form ) %] [% IF ( budget_period_id ) %][% tx("Modify budget '{budget_period_description}'", { budget_period_description = budget_period_description }) | html %]
[% ELSE %]New budget
[% END %] [% END %] [% IF ( delete_confirm ) %] [% IF ( total ) %]Cannot delete budget
This record is used [% total | html %] times. Deletion is not possible.
[% ELSIF ( funds_exist ) %]Cannot delete budget
This budget has funds attached. You must delete all attached funds before you can delete this budget.
[% ELSE %][% tx("Confirm deletion of budget '{budget_period_description}'?", { budget_period_description = budget_period_description }) | html %]
No, do not delete [% END %][% tx("Close budget '{budget_period_description}'", { budget_period_description = budget_period_description }) | html %]
[% IF budget_periods.size == 0 %]You cannot move funds of this budget, there is no active budget.
Please create a new active budget and retry.
Return to budgetsThe unreceived orders from the following funds will be moved
Fund list of budget [% budget_period_description | html %]:Fund ID | Fund code | Fund name | Unreceived orders |
---|---|---|---|
[% budget.budget_id | html %] | [% budget.budget_code | html %] | [% budget.budget_name | html %] | [% budget.unreceived_orders.size | html %] |
[% tx("Budget '{budget_period_description}' closed", { budget_period_description = budget_period_description }) | html %]
Report after moving unreceived orders from budget [% from_budget_period.budget_period_description | html %] ([% from_budget_period.budget_period_startdate | $KohaDates %] - [% from_budget_period.budget_period_enddate | $KohaDates %]) to [% to_budget_period.budget_period_description | html %] ([% to_budget_period.budget_period_startdate | $KohaDates %] - [% to_budget_period.budget_period_enddate | $KohaDates%])
Budget id | Basket | Ordernumber | Details |
[% r.budget.budget_name | html %] (id=[% r.budget.budget_id | html %]) Amount=[% r.budget.budget_amount | $Price %][% IF r.unspent_moved %] ([% r.unspent_moved | $Price %] remaining has been moved)[% END %] | [% order.basketname | html %] | [% order.ordernumber | html %] | Moved! |
[% r.budget.budget_name | html %] (id=[% r.budget.budget_id | html %]) | There were no unreceived orders for this fund. | ||
[% r.budget.budget_id | html %] [% r.budget.budget_amount | $Price %][% IF r.unspent_moved %] ([% r.unspent_moved | $Price %] remaining has been moved)[% END %] | This fund code does not exist in the destination budget. |
Budgets
[% IF ( failed_delete_funds_exist ) %]Failed to delete budget because funds exist.
[% END %]
[% INCLUDE 'budgets-active-currency.inc' %]
[% WRAPPER tabs id= "budgetsTabs" %]
[% WRAPPER tabs_nav %]
[% WRAPPER tab_item tabname= "active" bt_active= 1 %] Active budgets [% END %]
[% WRAPPER tab_item tabname= "inactive" %] Inactive budgets [% END %]
[% END # /WRAPPER tabs_nav %]
[% WRAPPER tab_panels %]
[% WRAPPER tab_panel tabname="active" bt_active= 1 %]
[% IF ( period_active_loop ) %]
Budget name | Start date | End date | Locked | Total | Actions |
---|---|---|---|---|---|
[% period_active.budget_period_description | html %] | [% 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 | $Price %] | [% PROCESS action_menu block_budget=period_active %] |
Budget name | Start date | End date | Locked | Total | Actions |
---|---|---|---|---|---|
[% period_loo.budget_period_description | html %] | [% period_loo.budget_period_startdate | $KohaDates %] | [% period_loo.budget_period_enddate | $KohaDates %] | [% IF ( period_loo.budget_period_locked ) %] Locked[% END %] | [% period_loo.budget_period_total | $Price %] | [% PROCESS action_menu block_budget=period_loo %] |