|
Lines 1-12
Link Here
|
|
|
1 |
[% IF displayonboarding == "acquisitions" %] |
| 1 |
<div id="onboardingModal"> |
2 |
<div id="onboardingModal"> |
| 2 |
[% IF displayonboarding == "acquisitions" %] |
3 |
<h1> Acquisition onboarding wizard</h1> |
| 3 |
<h2> Acquisition onboarding wizard</h2> |
|
|
| 4 |
<p> Create a budget which is the highest level value in acquisitions accountancy. <br> |
4 |
<p> Create a budget which is the highest level value in acquisitions accountancy. <br> |
| 5 |
After creating this budget you will be prompted to create a fund which is what you will use to set up orders. |
5 |
After creating this budget you will be prompted to create a fund which is what you will use to set up orders. |
| 6 |
</p> |
6 |
</p> |
| 7 |
<b>If you have previously created a budget (which was subsequently deleted) then you will be redirected to the budget administration page after creating a budget using this form. On the budget administration page click Actions->Add fund to create a fund</b> |
7 |
<b>If you have previously created a budget (which was subsequently deleted) then you will be redirected to the budget administration page after creating a budget using this form. On the budget administration page click Actions->Add fund to create a fund</b> |
| 8 |
<h3> Create a budget</h3> |
8 |
<h3> Create a budget</h3> |
| 9 |
<form action="/cgi-bin/koha/admin/aqbudgetperiods.pl" name="f" method="post"> |
9 |
<form action="/cgi-bin/koha/admin/aqbudgetperiods.pl" id="acquisitiononboarding" name="acquisitiononboarding" method="post"> |
| 10 |
<fieldset class="rows"> |
10 |
<fieldset class="rows"> |
| 11 |
<input type="hidden" name="op" value="add_validate" /> |
11 |
<input type="hidden" name="op" value="add_validate" /> |
| 12 |
<input type="hidden" name="step" value="3"/> |
12 |
<input type="hidden" name="step" value="3"/> |
|
Lines 43-50
Link Here
|
| 43 |
</a> |
43 |
</a> |
| 44 |
</fieldset> |
44 |
</fieldset> |
| 45 |
</form> |
45 |
</form> |
| 46 |
[% ELSIF displayonboarding == "label" %] |
46 |
</div> |
| 47 |
<form name="input" action="/cgi-bin/koha/labels/label-edit-template.pl" method="get"> |
47 |
[% ELSIF displayonboarding == "label" %] |
|
|
48 |
<div id="LabelOnboardingModal"> |
| 49 |
<h1> Label omboarding wizard </h1> |
| 50 |
<h3> This onboarding wizard will take you through the process of setting up labels </h3> |
| 51 |
<p> Create a label template which can be printed after you have set up a printer profile </p> |
| 52 |
<form name="labelonboarding" id="labelonboarding" action="/cgi-bin/koha/labels/label-edit-template.pl" method="get"> |
| 48 |
<fieldset class="rows"> |
53 |
<fieldset class="rows"> |
| 49 |
<ol> |
54 |
<ol> |
| 50 |
<li> |
55 |
<li> |
|
Lines 149-154
Link Here
|
| 149 |
<input type="hidden" name="template_id" value="[% template_id %]" /> |
154 |
<input type="hidden" name="template_id" value="[% template_id %]" /> |
| 150 |
[% END %] |
155 |
[% END %] |
| 151 |
</fieldset> |
156 |
</fieldset> |
| 152 |
</form> |
157 |
</form> |
|
|
158 |
</div> |
| 153 |
[% END %] |
159 |
[% END %] |
| 154 |
</div> |
|
|