Lines 4-23
Link Here
|
4 |
<title>Koha › Acquisitions</title> |
4 |
<title>Koha › Acquisitions</title> |
5 |
[% INCLUDE 'doc-head-close.inc' %] |
5 |
[% INCLUDE 'doc-head-close.inc' %] |
6 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" /> |
6 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" /> |
7 |
<style type="text/css"> |
|
|
8 |
#acquisitionsModal{ |
9 |
z-index:1; |
10 |
background-color:#EDF4F6; |
11 |
padding:20px; |
12 |
width:65%; |
13 |
height:20%; |
14 |
position:fixed; |
15 |
left:auto; |
16 |
top:auto; |
17 |
right:auto; |
18 |
bottom:auto; |
19 |
} |
20 |
</style> |
21 |
|
7 |
|
22 |
[% INCLUDE 'datatables.inc' %] |
8 |
[% INCLUDE 'datatables.inc' %] |
23 |
<link href="[% interface %]/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css" rel="stylesheet" type="text/css" /> |
9 |
<link href="[% interface %]/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css" rel="stylesheet" type="text/css" /> |
Lines 125-142
$(document).ready(function() {
Link Here
|
125 |
[% INCLUDE 'budgets-active-currency.inc' hide = 'yes' %] |
111 |
[% INCLUDE 'budgets-active-currency.inc' hide = 'yes' %] |
126 |
[% UNLESS ( loop_budget ) %] |
112 |
[% UNLESS ( loop_budget ) %] |
127 |
[% IF ( CAN_user_acquisition_period_manage ) %] |
113 |
[% IF ( CAN_user_acquisition_period_manage ) %] |
128 |
<div id="acquisitionsModal"> |
114 |
[% displayonboardscreen = "acquisitions" %] |
129 |
<span class="close">×</span><br><br> |
115 |
[% INCLUDE onboardinginclude.inc %] |
130 |
<b>Follow these links to set everything up ready to create orders:</b><br><br> |
|
|
131 |
<h2><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl?op=add_form" target="_blank" data-toggle="tooltip" title="The budget is the overall amount of money avaliable for the institution over a period of time">1. create a budget</a> |
132 |
-> |
133 |
<a href="/cgi-bin/koha/admin/aqbudgetperiods.pl" target="_blank" data-toggle="tooltip" title="The fund is the amount of money for one area of the institution e.g. Books fund. Click this link then select the 'Edit' button beside the budget and click 'Add fund'"> 2. assign a fund to that budget</a> |
134 |
-> |
135 |
<a href="/cgi-bin/koha/acqui/supplier.pl?op=enter" target="_blank" data-toggle="tooltip" title="Vendor is the organisation you purchase items from">3. create a vendor</a> |
136 |
-> |
137 |
<a href="/cgi-bin/koha/acqui/booksellers.pl" target="_blank" data-toggle="tooltip" title="Basket contains the order items. Select the 'New basket' button">4. create a basket</a> |
138 |
</h2> |
139 |
</div> |
140 |
[% ELSE %] |
116 |
[% ELSE %] |
141 |
<div class="dialog alert">Your administrator must define a budget in Administration</div> |
117 |
<div class="dialog alert">Your administrator must define a budget in Administration</div> |
142 |
[% END %] |
118 |
[% END %] |
143 |
- |
|
|