Bug 5917 : Swapping templates over
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / aqbudgetperiods.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Budgets</h1>
4
5 <p>Budgets are the top level used for tracking accounting values related to acquisitions.</p>
6
7 <p>An example would be to create a budget for the current year and then breaking that into Funds for different areas of the library.</p>
8
9 <h2>Add a budget</h2>
10
11 <p>To add a budget click the 'New Budget' button.</p>
12
13 <ul>
14         <li>Choose the time period this budget is for, whether it's an academic year, a fiscal year, a quarter, etc.</li>
15         <li>The Description should be something that will help you identify the budget when ordering</li>
16         <li>In the amount box do not use any symbols, simply enter the amount of the budget with numbers and decimals.</li>
17         <li>Marking a budget active makes it usable when placing orders in the acquisitions module, even if the order is placed after the budget end date. This will allow you to record orders that were places in a previous budget period.</li>
18         <li>Locking a budget means that Funds will not be able to be modified by librarians</li>
19 </ul>
20
21 <p>Once you have made your edits, click the 'Save Changes' button. You will be brought to a list of your existing budgets.</p>
22
23 [% INCLUDE 'help-bottom.inc' %]