Bug 7936 followup: Copyediting Help Files
[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>The 'Budgets' functionality is used for tracking accounting values related to acquisitions.</p>
6
7 <p>'Budgets' can be used to create a budget for the current year and then break it 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 a time period for the budget, be it an academic year, a fiscal year, a quarter, or other unit of time.</li>
15     <li>The description should help you identify the budget when ordering.</li>
16     <li>Do not use any symbols other than the decimal separator in the amount box.</li>
17     <li>Marking a budget 'Active' makes it usable when placing orders in the acquisitions module, even if an order is placed after the budget end date. This will allow you to record orders that were placed in a previous budget period.</li>
18     <li>Locking a budget prevents other librarians from modifying that fund.</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 <p><strong>See the full documentation for Budgets in the <a href="http://manual.koha-community.org/3.8/en/acqadmin.html#budgetplanning">manual</a> (online).</strong></p>
24
25 [% INCLUDE 'help-bottom.inc' %]