View | Details | Raw Unified | Return to bug 10425
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tt (-1 / +38 lines)
Line 0 Link Here
0
- 
1
[% INCLUDE 'help-top.inc' %]
2
3
<h1>System Preferences</h1>
4
5
<p>Global system preferences control the way your Koha system works in general. Set these preferences before anything else in Koha.</p>
6
7
<p>System preferences can be searched (using any part of the preference name or description) using the search box on the 'Administration' page or the search box at the top of each system preferences page.</p>
8
9
<p>When editing preferences a '(modified)' tag will appear next to items you change until you click the 'Save All' button</p>
10
11
<p>After saving your preferences you'll get a confirmation message telling you what preferences were saved</p>
12
13
<p>Each section of preferences can be sorted alphabetically by clicking the small down arrow to the right of the word 'Preference' in the header column</p>
14
15
<p>Each of the tabs on the left holds several different preferences:</p>
16
17
<ul>
18
    <li><strong>Acquisitions:</strong> holds preferences related to acquisitions such as handling patron suggestions and local taxes.</li>
19
    <li><strong>Administration:</strong> holds administrative preferences such as admin email address, sessions and timout.</li>
20
    <li><strong>Authorities:</strong> holds preference related to handling authority records.</li>
21
    <li><strong>Cataloging:</strong> holds preferences that control the cataloging functions. This is where you choose your MARC flavor, set up Z39.50 and barcoding.</li>
22
    <li><strong>Circulation:</strong> holds preferences that control circulation functions such as holds and fines.</li>
23
    <li><strong>Creators:</strong> this tab contains preferences related to modules that create objects.</li>
24
    <li><strong>Enhanced Content:</strong> holds preferences that will add content from outside sources to your OPAC and Staff Client. This is where you can turn on cover images, FRBR and tagging.</li>
25
    <li><strong>I18N/L10N:</strong> holds preferences related to internationalization and localization such as date formats and languages.</li>
26
    <li><strong>Local Use:</strong> this tab will usually be empty unless your library has a preference just for your library.</li>
27
    <li><strong>Logs:</strong> turn on/off logging functionality in your system.</li>
28
    <li><strong>OPAC:</strong> customize the OPAC and OPAC functions (aside from the Enhanced Content preferences).</li>
29
    <li><strong>Patrons:</strong> holds preferences that control how your system handles patron functions. Some preferences include the minimum password length and membership number settings.</li>
30
    <li><strong>Searching:</strong> holds preference related to advanced search functions such as removing stop words or allowing stemming.</li>
31
    <li><strong>Serials</strong> holds all preferences related to managing serial subscriptions.</li>
32
    <li><strong>Staff Client:</strong> customize the staff client by editing the stylesheet and navigation menu.</li>
33
    <li><strong>Web Services:</strong> includes preferences related to services like OAI-PMH.</li>
34
</ul>
35
36
<p><strong>See the full documentation for System Preferences in the <a href="http://manual.koha-community.org/3.12/en/administration.html#globalsysprefs">manual</a> (online).</strong></p>
37
38
[% INCLUDE 'help-bottom.inc' %]

Return to bug 10425