@@ -, +, @@ the include displayed if the user has not set up their acquisitions or labels areas. --- .../prog/en/includes/onboardinginclude.inc | 74 ++++++++++++++++++++++ .../prog/en/modules/acqui/acqui-home.tt | 28 +------- 2 files changed, 76 insertions(+), 26 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/onboardinginclude.inc --- a/koha-tmpl/intranet-tmpl/prog/en/includes/onboardinginclude.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/onboardinginclude.inc @@ -0,0 +1,74 @@ +[% USE Koha %] +[% USE KohaDates %] +[% USE Branches %] + + + +[% step = 1 %] + +
+ ×

+[% IF displayonboardscreen == "acquisitions" %] +

Create a budget

+
+
+ + +
    +
  1. + + +
    [% INCLUDE 'date-format.inc' %]
    +
  2. + +
  3. + + +
    [% INCLUDE 'date-format.inc' %]
    +
  4. + +
  5. + + +
  6. + +
  7. + + +
  8. + +
  9. + + [% IF ( budget_period_active ) %][% ELSE %] [% END %] +
  10. +
+ + +
+ + Cancel + + +
+[% ELSIF displayonboardscreen == "label" %] + + + +

testing

+[% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt @@ -4,20 +4,6 @@ Koha › Acquisitions [% INCLUDE 'doc-head-close.inc' %] - [% INCLUDE 'datatables.inc' %] @@ -125,18 +111,8 @@ $(document).ready(function() { [% INCLUDE 'budgets-active-currency.inc' hide = 'yes' %] [% UNLESS ( loop_budget ) %] [% IF ( CAN_user_acquisition_period_manage ) %] -
- ×

- Follow these links to set everything up ready to create orders:

-

1. create a budget - -> - 2. assign a fund to that budget - -> - 3. create a vendor - -> - 4. create a basket -

-
+ [% displayonboardscreen = "acquisitions" %] + [% INCLUDE onboardinginclude.inc %] [% ELSE %]
Your administrator must define a budget in Administration
[% END %] --