Lines 17-23
Link Here
|
17 |
<h1>Koha administration</h1> |
17 |
<h1>Koha administration</h1> |
18 |
<div class="row"> |
18 |
<div class="row"> |
19 |
<div class="col-md-6 sysprefs"> |
19 |
<div class="col-md-6 sysprefs"> |
20 |
|
20 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
21 |
<form action="/cgi-bin/koha/admin/preferences.pl" method="post"> |
21 |
<form action="/cgi-bin/koha/admin/preferences.pl" method="post"> |
22 |
<fieldset> |
22 |
<fieldset> |
23 |
<h4><a href="/cgi-bin/koha/admin/preferences.pl">Global system preferences</a></h4> |
23 |
<h4><a href="/cgi-bin/koha/admin/preferences.pl">Global system preferences</a></h4> |
Lines 27-101
Link Here
|
27 |
<input type="submit" name="ok" class="submit" value="Search" /> |
27 |
<input type="submit" name="ok" class="submit" value="Search" /> |
28 |
</fieldset> |
28 |
</fieldset> |
29 |
</form> |
29 |
</form> |
|
|
30 |
[% END %] |
30 |
|
31 |
|
|
|
32 |
[% IF ( CAN_user_parameters_manage_libraries || CAN_user_parameters_manage_itemtypes || CAN_user_parameters_manage_auth_values ) %] |
31 |
<div class="hint"><h4>Hint:</h4><p>Configure these parameters in the order they appear.</p></div> |
33 |
<div class="hint"><h4>Hint:</h4><p>Configure these parameters in the order they appear.</p></div> |
32 |
<h3>Basic parameters</h3> |
34 |
<h3>Basic parameters</h3> |
33 |
<dl> |
35 |
<dl> |
34 |
<dt><a href="/cgi-bin/koha/admin/branches.pl">Libraries</a></dt> |
36 |
[% IF ( CAN_user_parameters_manage_libraries ) %] |
35 |
<dd>Define libraries.</dd> |
37 |
<dt><a href="/cgi-bin/koha/admin/branches.pl">Libraries</a></dt> |
36 |
<dt><a href="/cgi-bin/koha/admin/library_groups.pl">Library groups</a></dt> |
38 |
<dd>Define libraries.</dd> |
37 |
<dd>Define hierarchical library groups.</dd> |
39 |
<dt><a href="/cgi-bin/koha/admin/library_groups.pl">Library groups</a></dt> |
38 |
<dt><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a></dt> |
40 |
<dd>Define hierarchical library groups.</dd> |
39 |
<dd>Define item types used for circulation rules.</dd> |
41 |
[% END %] |
40 |
<dt><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized values</a></dt> |
42 |
[% IF ( CAN_user_parameters_manage_itemtypes ) %] |
41 |
<dd>Define categories and authorized values for them.</dd> |
43 |
<dt><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a></dt> |
|
|
44 |
<dd>Define item types used for circulation rules.</dd> |
45 |
[% END %] |
46 |
[% IF ( CAN_user_parameters_manage_auth_values ) %] |
47 |
<dt><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized values</a></dt> |
48 |
<dd>Define categories and authorized values for them.</dd> |
49 |
[% END %] |
42 |
</dl> |
50 |
</dl> |
|
|
51 |
[% END %] |
43 |
|
52 |
|
|
|
53 |
[% IF ( CAN_user_parameters_patron_categories || CAN_user_parameters_manage_circ_rules || CAN_user_parameters_manage_patron_attributes || CAN_user_parameters_manage_transfers || CAN_user_parameters_manage_item_circ_alerts || CAN_user_parameters_manage_cities ) %] |
44 |
<h3>Patrons and circulation</h3> |
54 |
<h3>Patrons and circulation</h3> |
45 |
<dl> |
55 |
<dl> |
46 |
<dt><a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a></dt> |
56 |
[% IF ( CAN_user_parameters_patron_categories ) %] |
47 |
<dd>Define patron categories.</dd> |
57 |
<dt><a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a></dt> |
48 |
[% IF CAN_user_parameters_manage_circ_rules %] |
58 |
<dd>Define patron categories.</dd> |
49 |
<dt><a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fines rules</a></dt> |
59 |
[% END %] |
50 |
<dd>Define circulation and fines rules for combinations of libraries, patron categories, and item types</dd> |
60 |
[% IF ( CAN_user_parameters_manage_circ_rules ) %] |
51 |
[% END %] |
61 |
<dt><a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fines rules</a></dt> |
52 |
<dt><a href="/cgi-bin/koha/admin/patron-attr-types.pl">Patron attribute types</a></dt> |
62 |
<dd>Define circulation and fines rules for combinations of libraries, patron categories, and item types</dd> |
53 |
<dd>Define extended attributes (identifiers and statistical categories) for patron records</dd> |
63 |
[% END %] |
54 |
<dt><a href="/cgi-bin/koha/admin/branch_transfer_limits.pl">Library transfer limits</a></dt> |
64 |
[% IF ( CAN_user_parameters_manage_patron_attributes ) %] |
55 |
<dd>Limit the ability to transfer items between libraries based on the library sending, the library receiving, and the item type involved. These rules only go into effect if the preference UseBranchTransferLimits is set to ON.</dd> |
65 |
<dt><a href="/cgi-bin/koha/admin/patron-attr-types.pl">Patron attribute types</a></dt> |
56 |
<dt><a href="/cgi-bin/koha/admin/transport-cost-matrix.pl">Transport cost matrix</a></dt> |
66 |
<dd>Define extended attributes (identifiers and statistical categories) for patron records</dd> |
57 |
<dd>Define transport costs between branches</dd> |
67 |
[% END %] |
58 |
<dt><a href="/cgi-bin/koha/admin/item_circulation_alerts.pl">Item circulation alerts</a></dt> |
68 |
[% IF ( CAN_user_parameters_manage_transfers ) %] |
59 |
<dd>Define rules for check-in and checkout notifications for combinations of libraries, patron categories, and item types</dd> |
69 |
<dt><a href="/cgi-bin/koha/admin/branch_transfer_limits.pl">Library transfer limits</a></dt> |
60 |
<dt><a href="/cgi-bin/koha/admin/cities.pl">Cities and towns</a></dt> |
70 |
<dd>Limit the ability to transfer items between libraries based on the library sending, the library receiving, and the item type involved. These rules only go into effect if the preference UseBranchTransferLimits is set to ON.</dd> |
61 |
<dd>Define cities and towns that your patrons live in.</dd> |
71 |
<dt><a href="/cgi-bin/koha/admin/transport-cost-matrix.pl">Transport cost matrix</a></dt> |
|
|
72 |
<dd>Define transport costs between branches</dd> |
73 |
[% END %] |
74 |
[% IF ( CAN_user_parameters_manage_item_circ_alerts ) %] |
75 |
<dt><a href="/cgi-bin/koha/admin/item_circulation_alerts.pl">Item circulation alerts</a></dt> |
76 |
<dd>Define rules for check-in and checkout notifications for combinations of libraries, patron categories, and item types</dd> |
77 |
[% END %] |
78 |
[% IF ( CAN_user_parameters_manage_cities ) %] |
79 |
<dt><a href="/cgi-bin/koha/admin/cities.pl">Cities and towns</a></dt> |
80 |
<dd>Define cities and towns that your patrons live in.</dd> |
81 |
[% END %] |
62 |
</dl> |
82 |
</dl> |
63 |
[% IF CAN_user_plugins && plugins_enabled %] |
83 |
[% END %] |
64 |
<h3>Plugins</h3> |
84 |
|
65 |
<dl> |
85 |
[% IF CAN_user_plugins && plugins_enabled %] |
66 |
<dt><a href="/cgi-bin/koha/plugins/plugins-home.pl">Manage plugins</a></dt> |
86 |
<h3>Plugins</h3> |
67 |
<dd>View, manage, configure and run plugins.</dd> |
87 |
<dl> |
68 |
</dl> |
88 |
<dt><a href="/cgi-bin/koha/plugins/plugins-home.pl">Manage plugins</a></dt> |
69 |
[% END %] |
89 |
<dd>View, manage, configure and run plugins.</dd> |
70 |
</div> |
90 |
</dl> |
71 |
<div class="col-md-6 sysprefs"> |
91 |
[% END %] |
|
|
92 |
</div> |
93 |
|
94 |
<div class="col-md-6 sysprefs"> |
95 |
[% IF ( CAN_user_parameters_manage_keywords2koha_mappings || CAN_user_parameters_manage_marc_frameworks || CAN_user_parameters_manage_classifications || CAN_user_parameters_manage_matching_rules || CAN_user_parameters_manage_oai_sets || CAN_user_parameters_manage_item_search_fields || (Koha.Preference('SearchEngine') == 'Elasticsearch' && CAN_user_parameters_search_engine_config) ) %] |
72 |
<h3>Catalog</h3> |
96 |
<h3>Catalog</h3> |
73 |
<dl> |
97 |
<dl> |
74 |
<dt><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></dt> |
98 |
[% IF ( CAN_user_parameters_manage_marc_frameworks ) %] |
75 |
<dd>Create and manage Bibliographic frameworks that define the characteristics of your MARC Records (field and subfield definitions) as well as templates for the MARC editor.</dd> |
99 |
<dt><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></dt> |
76 |
<dt><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Koha to MARC mapping</a></dt> |
100 |
<dd>Create and manage Bibliographic frameworks that define the characteristics of your MARC Records (field and subfield definitions) as well as templates for the MARC editor.</dd> |
77 |
<dd>Define the mapping between the Koha transactional database (SQL) and the MARC Bibliographic records.</dd> |
101 |
<dt><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Koha to MARC mapping</a></dt> |
78 |
<dt><a href="/cgi-bin/koha/admin/fieldmapping.pl">Keywords to MARC mapping</a></dt> |
102 |
<dd>Define the mapping between the Koha transactional database (SQL) and the MARC Bibliographic records.</dd> |
79 |
<dd>Define the mapping between keywords and MARC fields. The keywords are used to find some data independently of the framework.</dd> |
103 |
[% END %] |
80 |
<dt><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Bibliographic framework test</a></dt> |
104 |
[% IF ( CAN_user_parameters_manage_keywords2koha_mappings ) %] |
81 |
<dd>Checks the MARC structure. If you change your MARC Bibliographic framework it's recommended that you run this tool to test for errors in your definition.</dd> |
105 |
<dt><a href="/cgi-bin/koha/admin/fieldmapping.pl">Keywords to MARC mapping</a></dt> |
82 |
<dt><a href="/cgi-bin/koha/admin/authtypes.pl">Authority types</a></dt> |
106 |
<dd>Define the mapping between keywords and MARC fields. The keywords are used to find some data independently of the framework.</dd> |
83 |
<dd>Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions).</dd> |
107 |
[% END %] |
84 |
<dt><a href="/cgi-bin/koha/admin/classsources.pl">Classification sources</a></dt> |
108 |
[% IF ( CAN_user_parameters_manage_marc_frameworks ) %] |
85 |
<dd>Define classification sources (i.e., call number schemes) used by your collection. Also define filing rules used for sorting call numbers.</dd> |
109 |
<dt><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Bibliographic framework test</a></dt> |
86 |
<dt><a href="/cgi-bin/koha/admin/matching-rules.pl">Record matching rules</a></dt> |
110 |
<dd>Checks the MARC structure. If you change your MARC Bibliographic framework it's recommended that you run this tool to test for errors in your definition.</dd> |
87 |
<dd>Manage rules for automatically matching MARC records during record imports.</dd> |
111 |
<dt><a href="/cgi-bin/koha/admin/authtypes.pl">Authority types</a></dt> |
88 |
<dt><a href="/cgi-bin/koha/admin/oai_sets.pl">OAI sets configuration</a></dt> |
112 |
<dd>Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions).</dd> |
89 |
<dd>Manage OAI Sets</dd> |
113 |
[% END %] |
90 |
<dt><a href="/cgi-bin/koha/admin/items_search_fields.pl">Item search fields</a></dt> |
114 |
[% IF ( CAN_user_parameters_manage_classifications ) %] |
91 |
<dd>Manage custom fields for item search.</dd> |
115 |
<dt><a href="/cgi-bin/koha/admin/classsources.pl">Classification sources</a></dt> |
92 |
[% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %] |
116 |
<dd>Define classification sources (i.e., call number schemes) used by your collection. Also define filing rules used for sorting call numbers.</dd> |
|
|
117 |
[% END %] |
118 |
[% IF ( CAN_user_parameters_manage_matching_rules ) %] |
119 |
<dt><a href="/cgi-bin/koha/admin/matching-rules.pl">Record matching rules</a></dt> |
120 |
<dd>Manage rules for automatically matching MARC records during record imports.</dd> |
121 |
[% END %] |
122 |
[% IF ( CAN_user_parameters_manage_oai_sets ) %] |
123 |
<dt><a href="/cgi-bin/koha/admin/oai_sets.pl">OAI sets configuration</a></dt> |
124 |
<dd>Manage OAI Sets</dd> |
125 |
[% END %] |
126 |
[% IF ( CAN_user_parameters_manage_item_search_fields ) %] |
127 |
<dt><a href="/cgi-bin/koha/admin/items_search_fields.pl">Item search fields</a></dt> |
128 |
<dd>Manage custom fields for item search.</dd> |
129 |
[% END %] |
130 |
[% IF ( Koha.Preference('SearchEngine') == 'Elasticsearch' && CAN_user_parameters_search_engine_config ) %] |
93 |
<dt><a href="/cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl">Search engine configuration</a></dt> |
131 |
<dt><a href="/cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl">Search engine configuration</a></dt> |
94 |
<dd>Manage indexes, facets, and their mappings to MARC fields and subfields.</dd> |
132 |
<dd>Manage indexes, facets, and their mappings to MARC fields and subfields.</dd> |
95 |
[% END %] |
133 |
[% END %] |
96 |
</dl> |
134 |
</dl> |
|
|
135 |
[% END %] |
97 |
|
136 |
|
98 |
[% IF ( CAN_user_acquisition_currencies_manage || CAN_user_acquisition_period_manage || CAN_user_acquisition_budget_manage || CAN_user_acquisition_edi_manage ) %] |
137 |
[% IF ( CAN_user_acquisition_currencies_manage || CAN_user_acquisition_period_manage || CAN_user_acquisition_budget_manage || CAN_user_acquisition_edi_manage ) %] |
99 |
<h3>Acquisition parameters</h3> |
138 |
<h3>Acquisition parameters</h3> |
100 |
<dl> |
139 |
<dl> |
101 |
[% IF ( CAN_user_acquisition_currencies_manage ) %] |
140 |
[% IF ( CAN_user_acquisition_currencies_manage ) %] |
Lines 117-143
Link Here
|
117 |
<dd>Manage library EDI EANs</dd> |
156 |
<dd>Manage library EDI EANs</dd> |
118 |
[% END %] |
157 |
[% END %] |
119 |
</dl> |
158 |
</dl> |
120 |
[% END %] |
159 |
[% END %] |
121 |
|
160 |
|
|
|
161 |
[% IF ( ( CAN_user_parameters_manage_search_targets || CAN_user_parameters_manage_didyoumean || CAN_user_parameters_manage_column_config || CAN_user_parameters_manage_audio_alerts || CAN_user_parameters_manage_sms_providers && Koha.Preference('SMSSendDriver') == 'Email' ) || CAN_user_parameters_manage_usage_stats ) %] |
122 |
<h3>Additional parameters</h3> |
162 |
<h3>Additional parameters</h3> |
123 |
<dl> |
163 |
<dl> |
124 |
<!-- <dt><a href="/cgi-bin/koha/admin/printers.pl">Network Printers</a></dt> |
164 |
<!-- <dt><a href="/cgi-bin/koha/admin/printers.pl">Network Printers</a></dt> |
125 |
<dd>Printers (UNIX paths).</dd> --> |
165 |
<dd>Printers (UNIX paths).</dd> --> |
126 |
<dt><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50/SRU servers</a></dt> |
166 |
[% IF ( CAN_user_parameters_manage_search_targets ) %] |
127 |
<dd>Define which external servers to query for MARC data.</dd> |
167 |
<dt><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50/SRU servers</a></dt> |
128 |
<dt><a href="/cgi-bin/koha/admin/didyoumean.pl">Did you mean?</a></dt> |
168 |
<dd>Define which external servers to query for MARC data.</dd> |
129 |
<dd>Choose which plugins to use to suggest searches to patrons and staff.</dd> |
169 |
[% END %] |
130 |
<dt><a href="/cgi-bin/koha/admin/columns_settings.pl">Configure columns</a></dt> |
170 |
[% IF ( CAN_user_parameters_manage_didyoumean ) %] |
131 |
<dd>Hide or show columns for tables.</dd> |
171 |
<dt><a href="/cgi-bin/koha/admin/didyoumean.pl">Did you mean?</a></dt> |
132 |
<dt><a href="/cgi-bin/koha/admin/audio_alerts.pl">Audio alerts</a></dt> |
172 |
<dd>Choose which plugins to use to suggest searches to patrons and staff.</dd> |
133 |
<dd>Define which events trigger which sounds</dd> |
173 |
[% END %] |
134 |
[% IF Koha.Preference('SMSSendDriver') == 'Email' %] |
174 |
[% IF ( CAN_user_parameters_manage_column_config ) %] |
135 |
<dt><a href="/cgi-bin/koha/admin/sms_providers.pl">SMS cellular providers</a></dt> |
175 |
<dt><a href="/cgi-bin/koha/admin/columns_settings.pl">Configure columns</a></dt> |
136 |
<dd>Define a list of cellular providers for sending SMS messages via email.</dd> |
176 |
<dd>Hide or show columns for tables.</dd> |
137 |
[% END %] |
177 |
[% END %] |
138 |
<dt><a href="/cgi-bin/koha/admin/usage_statistics.pl">Share your usage statistics</a></dt> |
178 |
[% IF ( CAN_user_parameters_manage_audio_alerts ) %] |
139 |
<dd>Share with the Koha community the usage statistics of your Koha installation.</dd> |
179 |
<dt><a href="/cgi-bin/koha/admin/audio_alerts.pl">Audio alerts</a></dt> |
|
|
180 |
<dd>Define which events trigger which sounds</dd> |
181 |
[% END %] |
182 |
[% IF ( CAN_user_parameters_manage_sms_providers && Koha.Preference('SMSSendDriver') == 'Email' ) %] |
183 |
<dt><a href="/cgi-bin/koha/admin/sms_providers.pl">SMS cellular providers</a></dt> |
184 |
<dd>Define a list of cellular providers for sending SMS messages via email.</dd> |
185 |
[% END %] |
186 |
[% IF ( CAN_user_parameters_manage_usage_stats ) %] |
187 |
<dt><a href="/cgi-bin/koha/admin/usage_statistics.pl">Share your usage statistics</a></dt> |
188 |
<dd>Share with the Koha community the usage statistics of your Koha installation.</dd> |
189 |
[% END %] |
140 |
</dl> |
190 |
</dl> |
|
|
191 |
[% END %] |
141 |
</div> |
192 |
</div> |
142 |
</div> |
193 |
</div> |
143 |
</div> |
194 |
</div> |