Bug 20706: Fixes the links to the manual to reflect chanced chapter file names
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / branches.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Libraries &amp; Groups</h1>
4
5 <p>When setting up your Koha system you will want to add information for every library that will be sharing your system. This data is used in several areas of Koha.</p>
6
7 <p>When visiting this page you are presented with a list of the libraries and groups that have already been added to the system.</p>
8
9 <h2>Adding a Library</h2>
10
11 <p>To add a new library:</p>
12
13 <ul>
14         <li>Click 'New Library'</li>
15         <li>The top of the form asks for some basics about the library
16 <ul>
17         <li>The library code should not contain any spaces and be 10 or fewer characters. This code will be used as a unique identifier in the database.</li>
18         <li>The name will be displayed on the OPAC wherever the library name displays to the public and should be a name that makes sense to your patrons.</li>
19         <li>If you have groups set up you can choose what group this library belongs to after entering in the code and name</li>
20 </ul>
21 </li>
22         <li>Next you can enter basic contact info about the branch
23 <ul>
24         <li>The address and contact fields can be used to make notices custom for each library</li>
25         <li>The email address field is not required, but it should be filled for every library in your system
26 <ul>
27         <li style="color: #990000;">Important: Be sure to enter a library email address to make sure that notices are sent to and from the right address</li>
28 </ul>
29 </li>
30         <li>If you'd like you can enter a different 'Reply-To' email address. This is the email address that all replies will go to.
31 <ul>
32         <li>Tip: If you do not fill in this value Koha will use the address in the ReplytoDefault preference</li>
33 </ul>
34 </li>
35         <li>If you'd like you can also enter a different 'Return-Path' email address. This is the email address that all bounced messages will go to.
36 <ul>
37         <li>Tip: If you do not fill in this value Koha will use the address in the ReturnpathDefault preference</li>
38 </ul>
39 </li>
40         <li>If the URL field is populated then the library name will be linked in the holdings table on the OPAC</li>
41         <li>The OPAC Info box is for you to put information about the library that will appear in the OPAC when the branch name is moused over in the holdings table</li>
42         <li>IP Address does not have be filled in unless you plan on limiting access to your staff client to a specific IP Address
43 <ul>
44         <li style="color: #990000;">Important: An IP address is required if you have enabled AutoLocation</li>
45 </ul>
46 </li>
47         <li>Finally, if you have any notes you can put them here. These will not show in the OPAC</li>
48 </ul>
49 </li>
50 </ul>
51
52 <p style="background-color: #ffe599;">Tip: Of the fields listed, only 'Library code' and 'Name' are required</p>
53
54 <h2>Editing/Deleting a Library</h2>
55
56 <p>You will be unable to delete any library that has patrons or items attached to it.</p>
57
58 <p>Each library will have an 'Edit' link to the right of it. Click this link to edit/alter details associated with the library in question.</p>
59
60 <p>You will be unable to edit the 'Library code'</p>
61
62 <h2>Adding a group</h2>
63
64 <p>To add a Search Domain or Library Property Group click the 'New Group' button at the top of the screen.</p>
65
66 <p>Of the fields on the group form, 'Category code' and 'Name' are the only required fields</p>
67
68 <h2>Search Domain Groups</h2>
69
70 <p>Search Domain Groups allow you to search a group of libraries at the same time instead of searching just one library or all libraries.</p>
71
72 <p>To see Search Domain Groups in action visit the staff client advanced search page in your Koha system</p>
73
74 <h2>Library Property Groups</h2>
75
76 <p>You can assign specific categories to your libraries by adding groups for them.</p>
77
78 <p>Properties are then applied to libraries via the add or edit library form.</p>
79
80 <p><strong>See the full documentation for Libraries &amp; Groups in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/administration.html#libraries-&-groups">manual</a> (online).</strong></p>
81
82 [% INCLUDE 'help-bottom.inc' %]