Merge remote-tracking branch 'kc/new/bug_5616' into kcmaster
[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>A fund is 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 then choose which Budget you would like to add the fund to.</p>
14
15 <p>In the form that appears you wan to 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>The Fund Name should be something that librarians will understand</li>
22         <li>Amount should be entered with only numbers and decimals, no other characters</li>
23         <li>You can choose to assign this fund to a librarian. Doing so will make it so that only that librarian can make changes to the Fund</li>
24         <li>Choose which library will be using this fund</li>
25         <li>You can restrict who can order from this fund by choosing either the owner or the library from the 'Restrict access to' menu</li>
26         <li>Notes are simply for any descriptive notes you might want to add so that librarians know when to use this 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 simply a sub-fund of the fund listed. An example would be to have a fund for 'Fiction' and under that have a fund for 'New Releases' and a fund for '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.6/en/acqadmin.html#funds">manual</a> (online).</strong></p>
35
36 [% INCLUDE 'help-bottom.inc' %]