Bug 9850: Update Admin Help Files for 3.12
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / aqbudgets.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Funds</h1>
4
5 <p>Budgets are broken into funds.</p>
6
7 <h2>Add a Fund</h2>
8
9 <p>Funds can be added to a budget.</p>
10
11 <p style="color: #990000;">Important: A budget must be defined before a fund can be created.</p>
12
13 <p>To add a new fund, click the 'New' button and choose the budget to which you would like to add the fund.</p>
14
15 <p>In the form that appears, enter the basics about your fund.</p>
16
17 <p>The three first fields are required. The rest are optional.</p>
18
19 <ul>
20     <li>'Fund Code' is a unique identifier for your fund.</li>
21     <li>Use a fund name that clearly describes said fund.</li>
22     <li>The fund's amount should be should only include numerals and a decimal separator. No other characters should be entered.</li>
23     <li>You can assign a fund to a particular librarian. This option will restrict making changes to that fund to the assigned librarian.</li>
24     <li>Choose which library will use the fund</li>
25     <li>You can restrict who can order from a fund by selecting an owner or a library from the 'Restrict access to' menu.</li>
26     <li>The 'Notes' field is for descriptions to detail when librarians should use the fund.</li>
27     <li>Planning categories are used for statistical purposes. To learn more about planning categories, check out the Planning Category FAQ.</li>
28 </ul>
29
30 <p>When complete, click 'Submit' and you will be brought to a list of all of the funds for the budget.</p>
31
32 <p>To the right of each fund you will find the 'Edit,' 'Delete,' and 'Add Child Fund' options. A Child Fund a sub-fund of the parent fund. For example, one might have a parent fund for 'Fiction,' and Child Funds for 'New Releases' and 'Science Fiction.' It is an optional way to further organize your finances.</p>
33
34 <p><strong>See the full documentation for Funds in the <a href="http://manual.koha-community.org/3.12/en/acqadmin.html#funds">manual</a> (online).</strong></p>
35
36 [% INCLUDE 'help-bottom.inc' %]