Merge branch 'bz_10880' into 'master'
[kohadocs.git] / source / systempreferences.rst
1 .. include:: images.rst
2
3 Global system preferences
4 =========================
5
6 .. _global-system-preferences-label:
7
8 Global system preferences control the way your Koha system works in
9 general. Set these preferences before anything else in Koha.
10
11 -  *Get there:* More > Administration > Global System Preferences
12
13 |image0|
14
15 System preferences can be searched (using any part of the preference
16 name or description) using the search box on the 'Administration' page
17 or the search box at the top of each system preferences page.
18
19 |image1|
20
21 When editing preferences a ^(modified)^ tag will appear next to items
22 you change until you click the 'Save All' button:
23
24 |image2|
25
26 After saving your preferences you'll get a confirmation message telling
27 you what preferences were saved:
28
29 |image3|
30
31 Each section of preferences can be sorted alphabetically by clicking the
32 small down arrow to the right of the word 'Preference' in the header
33 column
34
35 |image4|
36
37 If the preference refers to monetary values (like
38 :ref:`maxoutstanding`) the currency displayed will be the
39 default you set in your :ref:`Currencies and Exchange Rates`
40 administration area. In the examples to
41 follow they will all read USD for U.S. Dollars.
42
43     **Important**
44
45     For libraries systems with unique URLs for each site the system
46     preference can be overridden by editing your koha-http.conf file
47     this has to be done by a system administrator or someone with access
48     to your system files. For example if all libraries but one want to
49     have search terms highlighted in results you set the
50     OpacHighlightedWords preference to 'Highlight' then edit the
51     koha-http.conf for the library that wants this turned off by adding
52     'SetEnv OVERRIDE\_SYSPREF\_OpacHighlightedWords "0"^. After
53     restarting the web server that one library will no longer see
54     highlighted terms. Consult with your system administrator for more
55     information.
56
57 .. _acquisitions-label:
58
59 Acquisitions
60 ----------------------------
61
62 *Get there:* More > Administration > Global system preferences >
63 Acquisitions
64
65 .. _acquisitions-policy-label:
66
67 Policy
68 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69
70 .. _acqcreateitem-label:
71
72 AcqCreateItem
73 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
74
75 Default: placing an order
76
77 Asks: Create an item when \_\_\_.
78
79 Values:
80
81 -  cataloging a record
82
83 -  placing an order
84
85 -  receiving an order
86
87 Description:
88
89 -  This preference lets you decide when you'd like to create an item
90    record in Koha. If you choose to add an item record when 'placing an
91    order' then you will enter item information in as you place records
92    in your basket. If you choose to add the item when 'receiving an
93    order' you will be asked for item record information when you're
94    receiving orders in acquisitions. If you choose to add the item when
95    'cataloging a record' then item records will not be created in
96    acquisitions at all, you will need to go to the cataloging module to
97    add the items.
98
99 .. _acqenablefiles-label:
100
101 AcqEnableFiles
102 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
103
104 Default: Don't
105
106 Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
107 invoices.
108
109 Values:
110
111 -  Do
112
113 -  Don't
114
115 Description:
116
117 -  This preference controls whether or not you allow the uploading of
118    invoice files via the acquisitions module.
119
120 .. _acqitemsetsubfieldswhenreceiptiscancelled-label:
121
122 AcqItemSetSubfieldsWhenReceiptIsCancelled
123 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
124
125 Asks: Upon cancelling a receipt, update the item's subfields if they
126 were created when placing an order (e.g. o=5\|a="bar foo""). \_\_\_
127
128 Description:
129
130 -  This preference is used in conjunction with the
131    :ref:`AcqItemSetSubfieldsWhenReceived`
132    preference. If you have the system set to enter default values when
133    you receive you will want to have those values revert back if reeipt
134    is cancelled. This preference allows you to do that.
135
136 `AcqItemSetSubfieldsWhenReceived`
137 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
138
139 Asks: Upon receiving items, update their subfields if they were created
140 when placing an order (e.g. o=5\|a="foo bar"). \_\_\_
141
142 Description:
143
144 -  This preference allows you to set default values for items that you
145    receive via acquisitions. Enter the data as subfield=value and split
146    your values with a bar ( \| ). For example you can remove the Ordered
147    status on the item automatically when you receive it just by entering
148    7=0 in this preference. That will set the Not for Loan status
149    (subfield 7) to 0 which is available.
150
151 .. _acqviewbaskets-label:
152
153 AcqViewBaskets
154 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
155
156 Default: created by staff member
157
158 Asks: Show baskets \_\_\_
159
160 Values:
161
162 -  created by staff member
163
164 -  from staff member's branch
165
166 -  in system, regardless of owner
167
168 Description:
169
170 -  When in acquisitions this preference allows you to control whose
171    baskets you can see when looking at a vendor. The default value of
172    'created by staff member' makes it so that you only see the baskets
173    you created. Choosing to see baskets 'from staff member's branch'
174    will show you the baskets created by anyone at the branch you're
175    logged in at. Finally, you can choose to set this preference to show
176    you all baskets regardless of who created it ('in system, regardless
177    of owner). Regardless of which value you choose for this preference,
178    superlibrarians can see all baskets created in the system.
179
180 .. _acqwarnonduplicateinvoice-label:
181
182 AcqWarnOnDuplicateInvoice
183 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
184
185 Default: Do not warn
186
187 Asks: \_\_\_ when the librarian tries to create an invoice with a
188 duplicate number.
189
190 Values:
191
192 -  Do not warn
193
194 -  Warn
195
196 .. _basketconfirmations-label:
197
198 BasketConfirmations
199 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
200
201 Default: always ask for confirmation
202
203 Asks: When closing or reopening a basket, \_\_\_.
204
205 Values:
206
207 -  always ask for confirmation
208
209 -  do not ask for confirmation
210
211 Descriptions:
212
213 -  This preference adds the option to skip confirmations on closing and
214    reopening a basket. If you skip the confirmation, you do not create a
215    new basket group.
216
217 .. _claimsbcccopy-label:
218
219 ClaimsBccCopy
220 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
221
222 Default: Don't send
223
224 Asks: \_\_\_ blind copy (BCC) to logged in user when sending serial or
225 acquisitions claims notices.
226
227 Values:
228
229 -  Don't send
230
231 -  Send
232
233 Description:
234
235 -  When filing a claim in the :ref:`Claim Late Serials` or
236    Acquisitions module this preference will allow for
237    the sending of a copy of the email to the librarian.
238
239 .. _currencyformat-label:
240
241 CurrencyFormat
242 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
243
244 Default: 360,000.00 (US)
245
246 Asks: Display currencies using the following format \_\_\_
247
248 Values:
249
250 -  360,000.00 (US)
251
252 -  360 000,00 (FR)
253
254 .. _gist-label:
255
256 gist
257 ^^^^^^^^^^^^^^^^
258
259 Default: 0
260
261 Asks: The default tax rate is \_\_\_
262
263 Description:
264
265 -  This preference will allow the library to define a default Goods and
266    Services Tax rate. The default of value of 0 will disable this
267    preference.
268
269     **Note**
270
271     Enter this value as a number (.06) versus a percent (6%).
272
273 .. _marcfieldstoorder-label:
274
275 MarcFieldsToOrder
276 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
277
278 Asks: Set the mapping values for a new order line created from a MARC
279 record in a staged file.
280
281 Description:
282
283 -  This preference includes MARC fields to check for order information
284    to use when you are trying to :ref:`Order from a staged file` in
285    acquisitions. You can use the following fields: price, quantity,
286    budget\_code, discount, sort1, sort2.
287
288    For example:
289
290    ::
291
292        price: 947$a|947$c
293        quantity: 969$h
294        budget_code: 922$a
295
296 .. _marcitemfieldstoorder-label:
297
298 MarcItemFieldsToOrder
299 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
300
301 Asks: Set the mapping values for new item records created from a MARC record
302 in a staged file.
303
304 Description:
305
306 -  This preference automatically generates items in Koha with populated
307    information based on a 9XX field and subfield. You can use the following
308    fields: homebranch, holdingbranch, itype, nonpublic_note, public_note, loc,
309    ccode, notforloan, uri, copyno, price, replacementprice and itemcallnumber.
310    Special fields: quantity and budget_code
311
312 For example:
313
314 ::
315
316        homebranch: 975$a
317        holdingbranch: 975$b
318        public_note: 975$z
319        loc: 975$c
320
321 .. _purgesuggestionsolderthan-label:
322
323 PurgeSuggestionsOlderThan
324 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
325
326 Asks: Keep accepted or rejected purchase suggestions for a period of \_\_\_ days.
327
328     **Important**
329
330     WARNING - Leave this field empty if you don't want to activate this automatic feature.
331
332 Description:
333
334 -  Enter the number of days after which you want to automatically
335    delete accepted or rejected purchase suggestions.
336
337 -  For example: [30] Sets purgation of suggestions for those older than 30 days.
338
339     **Note**
340
341     This system preference is used when the cronjob purge_suggestions.pl is 
342     active and called without a specific number of days.
343
344
345 .. _uniqueitemfields-label:
346
347 UniqueItemFields
348 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
349
350 Default: barcode
351
352 Asks:\_\_\_ (space-separated list of fields that should be unique for
353 items, must be valid SQL fields of
354 `items <http://schema.koha-community.org/tables/items.html>`__ table)
355
356 Description:
357
358 -  If this preference is left blank when adding items in acquisitions
359    there will be no check for uniqueness. This means that a duplicate
360    barcode can be created in acquisitions which will cause errors later
361    when checking items in and out.
362
363 .. _useacqframeworkforbibliorecords-label:
364
365 UseACQFrameworkForBiblioRecords
366 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
367
368 Default: Don't use
369
370 Asks: \_\_\_ the framework 'ACQ' for bibliographic records fields
371
372 Values:
373
374 -  Don't use
375
376 -  Use
377
378 Description:
379
380 -  This system preference allows you to use the ACQ framework to customize
381    the bibliographic record fields that are shown when ordering from acquisitions
382
383 .. _printing-label:
384
385 Printing
386 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
387
388 .. _orderpdfformat-label:
389
390 OrderPdfFormat
391 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
392
393 Default: pdfformat::layout2pages
394
395 Asks: Use \_\_\_ when printing basket groups.
396
397 .. _administration-label:
398
399 Administration
400 --------------------------------
401
402 These preferences are general settings for your system.
403
404 *Get there:* More > Administration > Global System Preferences >
405 Administration
406
407 .. _cas-authentication-label:
408
409 CAS Authentication
410 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
411
412 The Central Authentication Service (CAS) is a single sign-on protocol
413 for the web. If you don't know what this is, leave these preferences set
414 to their defaults.
415
416 .. _casauthentication-label:
417
418 casAuthentication
419 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
420
421 Default: Don't use
422
423 Asks: \_\_\_ CAS for login authentication.
424
425 .. _caslogout-label:
426
427 casLogout
428 ^^^^^^^^^^^^^^^^^^^^^^^^^^
429
430 Asks: Logout of CAS when logging out of Koha: \_\_\_
431
432 Default: No
433
434 Values:
435
436 -  No
437
438 -  Yes
439
440 Description:
441
442 -  CAS single logout means that a user gets logged out not only from the CAS
443    server but also from all visited CAS client applications when logged out
444    in one of them or after reaching a timeout.
445
446        **Note**
447        
448        The CAS server has to be set up to allow single logout for this to take
449        effect, otherwise the behavior will remain unchanged
450
451 .. _casserverurl-label:
452
453 casServerUrl
454 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
455
456 Asks: The CAS Authentication Server can be found at \_\_\_
457
458 .. _google-openid-connect-label:
459
460 Google OpenID Connect
461 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
462
463 Visit the `Google Developers
464 Console <https://console.developers.google.com/>`__ to obtain OAuth 2.0
465 credentials such as a client ID and client secret that are known to both
466 Google and your application.
467
468    |image1179|
469
470 -  Create a project, and give it some details to help you identify it
471    later
472
473    |image5|
474
475 -  Next search for the Google Identity and Access Management API
476
477    |image6|
478
479 -  Enable the Google Identity and Access Management API
480
481    |image7|
482
483 -  Go to 'Credentials' and set the OAuth cosent screen values
484
485    |image8|
486
487 -  Next choose to 'Create credentials' from the 'Credentials' page
488
489    |image9|
490
491 -  Choose 'Web application' from the 'Application type' menu and fill in
492    the form presented
493
494    |image10|
495
496    -  Set 'Authorized JavaScript origins' to your OPACBaseURL
497
498    -  Change the 'Authorized Redirect URIs' to
499       http://YOUROPAC/cgi-bin/koha/svc/auth/googleopenidconnect
500
501 -  You will be presented with your values for your client ID and your
502    client secret after saving
503
504    |image11|
505
506 .. _googleoauth2clientid-label:
507
508 GoogleOAuth2ClientID
509 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
510
511 Asks: Google OAuth2 Client ID \_\_\_
512
513 .. _googleoauth2clientsecret-label:
514
515 GoogleOAuth2ClientSecret
516 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
517
518 Asks: Google OAuth2 Client Secret \_\_\_
519
520 .. _googleopenidconnect-label:
521
522 GoogleOpenIDConnect
523 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
524
525 Default: No
526
527 Asks: Use Google OpenID Connect login: \_\_\_
528
529     **Important**
530
531     You will need to select OAuth2 when creating an app in the google
532     cloud console, and set the web origin to your\_opac\_url and the
533     redirect url to
534     your\_opac\_url/cgi-bin/koha/svc/auth/googleopenidconnect .
535
536     |image12|
537
538 Values:
539
540 -  No
541
542 -  Yes
543
544 .. _googleopenidconnectautoregister-label:
545
546 GoogleOpenIDConnectAutoRegister
547 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
548
549 Default: Don't Allow
550
551 Asks: \_\_\_ users logging in with Google Open ID to automatically register.
552
553 Values:
554
555 -  Don't Allow
556
557 -  Allow
558
559 .. _googleopenidconnectdefaultbranch-label:
560
561 GoogleOpenIDConnectDefaultBranch
562 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
563
564
565 Asks: \_\_\_ Use this branchcode when automatically registering a Google
566 Open ID patron.
567
568 .. _googleopenidconnectdefaultcategory-label:
569
570 GoogleOpenIDConnectDefaultCategory
571 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
572
573 Asks: \_\_\_ Use this category when automatically registering a Google
574 Open ID patron.
575
576 .. _googleopenidconnectdomain-label:
577
578 GoogleOpenIDConnectDomain
579 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
580
581 Asks: Google OpenID Connect Restrict to domain (or subdomain of this
582 domain) \_\_\_.
583
584     **Note**
585
586     Leave blank for all google domains
587
588 .. _interface-options-label:
589
590 Interface options
591 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
592
593 These preference are related to your Koha interface
594
595 .. _debuglevel-label:
596
597 DebugLevel
598 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
599
600 Default: lots of
601
602 Asks: Show \_\_\_ debugging information in the browser when an internal
603 error occurs.
604
605 Values:
606
607 -  lots of - will show as much information as possible
608
609 -  no - will only show basic error messages
610
611 -  some - will show only some of the information available
612
613 Description:
614
615 -  This preference determines how much information will be sent to the
616    user's screen when the system encounters an error. The most detail
617    will be sent when the value level is set at 2, some detail will be
618    sent when the value is set at 1, and only a basic error message will
619    display when the value is set at 0. This setting is especially
620    important when a system is new and the administration is interested
621    in working out the bugs (errors or problems) quickly. Having detailed
622    error messages makes quick fixes more likely in problem areas.
623
624 .. _defaulttologgedinlibrarycircrules-label:
625
626 DefaultToLoggedInLibraryCircRules
627 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
628
629 Default: all libraries
630
631 Asks: When editing circulation rules show \_\_\_ the rules by default.
632
633 Values:
634
635 -  all libraries
636
637 -  logged in library's
638
639 Description:
640
641 -  This preference controls the default value in the branch pull down
642    found at the top of the :ref:`Circulation and fines rules`.
643
644 .. _defaulttologgedinlibrarynoticesslips-label:
645
646 DefaultToLoggedInLibraryNoticesSlips
647 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
648
649 Default: all libraries
650
651 Asks: When editing notices and slips show the \_\_\_ notices and slips
652 by default.
653
654 Values:
655
656 -  all libraries
657
658 -  logged in library's
659
660 Description:
661
662 -  This preference controls the default value in the branch pull down
663    found at the top of the :ref:`Notices & Slips` tool.
664
665 .. _defaulttologgedinlibraryoverduetriggers-label:
666
667 DefaultToLoggedInLibraryOverdueTriggers
668 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
669
670 Default: all libraries
671
672 Asks: When editing overdue notice/status triggers show the \_\_\_ rules
673 by default.
674
675 Values:
676
677 -  all libraries
678
679 -  logged in library's
680
681 Description:
682
683 -  This preference controls the default value in the branch pull down
684    found at the top of the :ref:`Overdue Notice/Status Triggers`.
685
686 .. _delimiter-label:
687
688 delimiter
689 ^^^^^^^^^^^^^^^^^^^^^^^^^^
690
691 Default: semicolons
692
693 Asks: Separate columns in an exported report file with \_\_\_ by
694 default.
695
696 Values:
697
698 -  #'s
699
700 -  backslashes
701
702 -  commas
703
704 -  semicolons
705
706 -  slashes
707
708 -  tabs
709
710 Description:
711
712 -  This preference determines how reports exported from Koha will
713    separate data. In many cases you will be able to change this option
714    when exporting if you'd like.
715
716 .. _kohaadminemailaddress-label:
717
718 KohaAdminEmailAddress
719 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
720
721 This is the default 'From' address for emails unless there is one for
722 the particular branch, and is referred to when an internal error occurs.
723
724 Asks: Use \_\_\_ as the email address for the administrator of Koha.
725
726 Description:
727
728 -  This preference allows one email address to be used in warning
729    messages set to the OPAC. If no email address is set for the branch
730    this address will receive messages from patrons regarding
731    modification requests, purchase suggestions, and questions or
732    information regarding overdue notices. It is recommended that a email
733    address that can be accessed by multiple staff members be used for
734    this purpose so that if one librarian is out the others can address
735    these requests. This email address can be changed when needed.
736
737 .. _noitemtypeimages-label:
738
739 noItemTypeImages
740 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
741
742 Default: Show
743
744 Asks: \_\_\_ itemtype icons in the catalog.
745
746 Values:
747
748 -  Shows
749
750 -  Don't show
751
752 Description:
753
754 -  This preference allows the system administrator to determine if users
755    will be able to set and see an item type icon
756    the catalog on both the OPAC and the Staff Client. The images will
757    display in both the OPAC and the Staff Client/Intranet. If images of
758    item types are disabled, text labels for item types will still appear
759    in the OPAC and Staff Client.
760
761 .. _replytodefault-label:
762
763 ReplytoDefault
764 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
765
766 Asks: Use \_\_\_ as the email address that will be set as the replyto in
767 emails
768
769 Description:
770
771 -  By default replies to notice emails will go to the `library email
772    address <#libraries-groups>`__, if you would like to specify a default
773    email address for all replies to notices you can do that here.
774
775 .. _returnpathdefault-label:
776
777 ReturnpathDefault
778 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
779
780 Asks: Use \_\_\_ as the email address set as the return path, if you
781 leave this empty the KohaAdminEmailAddress will be used.
782
783 Description:
784
785 -  The return path is the email address that bounces will be delivered
786    to. By default bounced notices will go to the `library email
787    address <#libraries-groups>`__, if you would like to specify a default
788    email address for bounces to go to then fill in this preference.
789
790 .. _virtualshelves-label:
791
792 virtualshelves
793 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
794
795 Default: Allow
796
797 Asks: \_\_\_ staff and patrons to create and view saved lists of books.
798
799 Values:
800
801 -  Allow
802
803 -  Don't Allow
804
805 Description:
806
807 -  This preference controls whether the lists functionality will be
808    available in the staff client and OPAC. If this is set to "Don't
809    allow" then no one will be able to save items to public or private
810    lists.
811
812 .. _login-options-label:
813
814 Login options
815 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
816
817 These preferences are related to logging into your Koha system
818
819 .. _autolocation-label:
820
821 AutoLocation
822 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
823
824 Default: Don't require
825
826 Asks: \_\_\_ staff to log in from a computer in the IP address range
827 specified by their library (if any).
828
829 -  Set IP address range in the library administration area
830
831    -  *Get there:* More > Administration > Basic Parameters > :ref:`Libraries <libraries-label>`
832
833 Values:
834
835 -  Don't require
836
837 -  Require
838
839 Description:
840
841 -  This preference protects the system by blocking unauthorized users
842    from accessing the staff client program and settings. Authorized and
843    unauthorized users are determined by their computer's IP addresses.
844    When the preference is set to 'Require', IP authorization is in
845    effect and unauthorized IP addresses will be blocked. This means that
846    staff cannot work from home unless their IP address has been
847    authorized. When set to 'Don't require', anyone with a staff client
848    login will have access no matter which IP address they are using.
849
850 .. _independentbranches-label:
851
852 IndependentBranches
853 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
854
855 Default: Don't prevent
856
857 Asks: \_\_\_ staff (but not superlibrarians) from modifying objects
858 (holds, items, patrons, etc.) belonging to other libraries.
859
860 Values:
861
862 -  Don't prevent
863
864 -  Prevent
865
866 Description:
867
868 -  This preference should only be used by library systems which are
869    sharing a single Koha installation among multiple branches but are
870    considered independent organizations, meaning they do not share
871    material or patrons with other branches and do not plan to change
872    that in the future. If set to 'Prevent' it increases the security
873    between library branches by: prohibiting staff users from logging
874    into another branch from within the staff client, filtering out
875    patrons from patron searches who are not a part of the login branch
876    conducting the search, limiting the location choices to the login
877    branch when adding or modifying an item record, preventing users from
878    other branch locations from placing holds or checking out materials
879    from library branches other than their own, and preventing staff from
880    editing item records which belong to other library branches. All of
881    these security safeguards can be overridden only by the
882    superlibrarian, the highest level of privileges.
883
884     **Important**
885
886     It is important that this value be set before going live and that it
887     NOT be changed
888
889 .. _independentbranchespatronmodifications-label:
890
891 IndependentBranchesPatronModifications
892 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
893
894 Default: No
895
896 Asks: Prevent staff (but not superlibrarians) from viewing and
897 approving/denying patron modification requests for patrons
898 belonging to other libraries. \_\_\_
899
900 Values:
901
902 -  No
903
904 -  Yes
905
906 .. _sessionrestrictionbyip-label:
907
908 SessionRestrictionByIP
909 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
910
911 Default: Enable
912
913 Asks: \_\_\_ check for change in remote IP address for session security.
914 Disable only when remote IP address changes frequently.
915
916 Values:
917
918 -  Disable
919
920 -  Enable
921
922 Description:
923
924 -  When this preference is set to 'Enable' Koha will log you out of the
925    staff client if your IP address changes as a security measure. For
926    some systems the IP address changes frequently so you'll want to set
927    this preference to 'Disable' to prevent Koha from logging you out of
928    the staff client every time that happens.
929
930     **Important**
931
932     This is meant to help those whose IP address changes several times
933     during the day, setting this preference to 'Disable' is not
934     recommended otherwise because it is removing important security
935     features from your staff client.
936
937 .. _sessionstorage-label:
938
939 SessionStorage
940 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
941
942 Default: in the MySQL database
943
944 Asks: Store login session information \_\_\_
945
946 Values:
947
948 -  as temporary files
949
950 -  in the MySQL database
951
952 -  in the PostgreSQL database
953
954    -  **Important**
955
956           PostgreSQL is not yet supported
957
958 Description:
959
960 -  This preference allows administrators to choose what format session
961    data is stored in during web sessions.
962
963 .. _timeout-label:
964
965 timeout
966 ^^^^^^^^^^^^^^^^^^^^^^
967
968 Default: 12000000
969
970 Asks: Automatically log out users after \_\_\_ seconds of inactivity.
971
972 Description:
973
974 -  This preference sets the length of time the Staff Client or OPAC
975    accounts can be left inactive before re-logging in is necessary. The
976    value of this preference is in seconds. At this time, the amount of
977    time before a session times out must be the same for both the Staff
978    Client and the OPAC.
979
980 .. _ssl-client-certificate-authentication-label:
981
982 SSL client certificate authentication
983 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
984
985 .. _allowpkiauth-label:
986
987 AllowPKIAuth
988 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
989
990 Default: no
991
992 Asks: Use \_\_\_ field for SSL client certificate authentication
993
994 Values:
995
996 -  no
997
998 -  the common name
999
1000 -  the email address
1001
1002 .. _search-engine-label:
1003
1004 Search Engine
1005 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1006
1007 .. _searchengine-label:
1008
1009 SearchEngine
1010 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1011
1012 Default: Zebra
1013
1014 Asks: Use following search engine: \_\_\_
1015
1016 Values:
1017
1018 -  Elasticsearch
1019
1020 -  Zebra
1021
1022 .. _share-anonymous-usage-statistics-label:
1023
1024 Share anonymous usage statistics
1025 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1026
1027 As an open source project Koha is used all over the world. These
1028 preference will help us keep more accurate statistics on where Koha is
1029 being used. If you choose to share your information, it will be
1030 published on the `Hea Koha community
1031 website <http://hea.koha-community.org>`__. You will need to enable the
1032 :ref:`Share Usage Stats` cronjob to send this information at regular
1033 intervals to the community.
1034
1035 .. _usagestats-label:
1036
1037 UsageStats
1038 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1039
1040 Default: Don't share
1041
1042 Asks: \_\_\_ anonymous Koha usage data with the Koha community.
1043
1044 Values:
1045
1046 -  Don't share
1047
1048 -  Share
1049
1050 Description:
1051
1052 -  This data is stored to help track usage of Koha around the world. If
1053    you choose to share your information, it will be published on the
1054    `Hea Koha community website <http://hea.koha-community.org>`__. This
1055    information is sent using the :ref:`Share Usage Stats` cronjob.
1056
1057 .. _usagestatscountry-label:
1058
1059 UsageStatsCountry
1060 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1061
1062 Asks: The country where your library is located: \_\_\_
1063
1064 Description:
1065
1066 -  This data is stored to help track usage of Koha around the world. If
1067    you choose to share your information, it will be published on the
1068    `Hea Koha community website <http://hea.koha-community.org>`__. This
1069    information is sent using the :ref:`Share Usage Stats` cronjob.
1070
1071     **Important**
1072
1073     This preference depends on the `UsageStats <#usagestats>`__
1074     preference. Set that to 'Share' to share your information.
1075
1076 .. _usagestatsgeolocation-label:
1077
1078 UsageStatsGeolocation
1079 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1080
1081 Default: blank
1082
1083 Asks: Geolocation of the main library: \_\_\_ Note that this value has no effect
1084 if the :ref:`UsageStats` systemp preference is set to "Don't share"
1085
1086 .. _usagestatslibrariesinfo-label:
1087
1088 UsageStatsLibrariesInfo
1089 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1090
1091 Default: Do not Share
1092
1093 Asks: \_\_\_ libraries information (name, url, country) Note that this value
1094 has no effect if the :ref:`UsageStats` system preference is set to
1095 "Don't share"
1096
1097 Values:
1098
1099 -  Do not Share
1100
1101 -  Share
1102
1103 .. _usagestatslibraryname-label:
1104
1105 UsageStatsLibraryName
1106 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1107
1108 Asks: The library name \_\_\_ will be shown on the `Hea Koha community
1109 website <http://hea.koha-community.org>`__.
1110
1111 Description:
1112
1113 -  This data is stored to help track usage of Koha around the world. If
1114    you choose to share your information, it will be published on the
1115    `Hea Koha community website <http://hea.koha-community.org>`__. This
1116    information is sent using the :ref:`Share Usage Stats` cron job.
1117
1118     **Important**
1119
1120     This preference depends on the `UsageStats <#usagestats>`__
1121     preference. Set that to 'Share' to share your information. If this
1122     field is empty data will be sent anonymously if you choose 'Share'
1123     for the `UsageStats <#usagestats>`__ preference.
1124
1125 .. _usagestatslibrarytype-label:
1126
1127 UsageStatsLibraryType
1128 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1129
1130 Default: public
1131
1132 Asks: The library type \_\_\_ will be shown on the `Hea Koha community
1133 website <http://hea.koha-community.org>`__.
1134
1135 Values:
1136
1137 -  academic
1138
1139 -  corporate
1140
1141 -  government
1142
1143 -  private
1144
1145 -  public
1146
1147 -  religious organization
1148
1149 -  research
1150
1151 -  school
1152
1153 -  society or association
1154
1155 -  subscription
1156
1157 Description:
1158
1159 -  This data is stored to help track usage of Koha around the world. If
1160    you choose to share your information, it will be published on the
1161    `Hea Koha community website <http://hea.koha-community.org>`__. This
1162    information is sent using the :ref:`Share Usage Stats` cronjob.
1163
1164     **Important**
1165
1166     This preference depends on the `UsageStats <#usagestats>`__
1167     preference. Set that to 'Share' to share your information.
1168
1169 .. _usagestatslibraryurl-label:
1170
1171 UsageStatsLibraryUrl
1172 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1173
1174 Asks: The library URL \_\_\_ will be shown on the `Hea Koha community
1175 website <http://hea.koha-community.org>`__.
1176
1177 Description:
1178
1179 -  This data is stored to help track usage of Koha around the world. If
1180    you choose to share your information, it will be published on the
1181    `Hea Koha community website <http://hea.koha-community.org>`__. This
1182    information is sent using the :ref:`Share Usage Stats` cronjob.
1183
1184     **Important**
1185
1186     This preference depends on the `UsageStats <#usagestats>`__
1187     preference. Set that to 'Share' to share your information.
1188
1189 .. _authorities-label:
1190
1191 Authorities
1192 ----------------------------
1193
1194 *Get there:* More > Administration > Global System Preferences >
1195 Authorities
1196
1197 .. _general-label:
1198
1199 General
1200 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1201
1202 .. _authdisplayhierarchy-label:
1203
1204 AuthDisplayHierarchy
1205 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1206
1207 Default: Don't display
1208
1209 Asks: \_\_\_ broader term/narrower term hierarchies when viewing
1210 authorities.
1211
1212 Values:
1213
1214 -  Display
1215
1216    |image14|
1217
1218 -  Don't display
1219
1220 Description:
1221
1222 -  If your authority records includes 5xx fields with linked references
1223    to broader and/or narrower see also references this preference will
1224    turn on a display of those authorities at the top of the record.
1225
1226 .. _authoritycontrolledindicators-label:
1227
1228 AuthorityControlledIndicators
1229 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1230
1231 Asks: Use the following text to edit how authority records control indicators
1232 of attached biblio fields (and possibly subfield $2). Lines starting with a
1233 comment symbol (#) are skipped. Each line should be of the form: (marc21|unimarc),
1234 tag, ind1:(auth1|auth2|some_value), ind2:(auth1|auth2|thesaurus|some_value).
1235 Here auth1 and auth2 refer to the indicators of the authority record, tag is a
1236 biblio field number or an asterisk (*), and some_value is a fixed value
1237 (one character). The MARC21 option thesaurus refers to indicators controlled by
1238 authority field 008/11 and 040$f.
1239
1240 Description:
1241
1242 -  Used when merging authorities.
1243
1244 -  Controls how the indicators of linked authority records affect the
1245    corresponding biblio indicators. Currently, the default valueis fine-tuned
1246    for MARC21 and copies the authority indicators for UNIMARC.
1247
1248 -  For example,a MARC21 field 100 in a biblio record should pick its first
1249    indicator from the linked authority record. The second indicator is not
1250    controlled by the authority. This report supports such MARC conventions.
1251
1252 .. _authoritymergelimit-label:
1253
1254 AuthorityMergeLimit
1255 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1256
1257 Default: 50
1258
1259 Asks: When modifying an authority record, do not update attached biblio
1260 records if the number exceeds \_\_\_ records. (Above this limit, the merge_authority
1261 cron job will merge them.)
1262
1263 .. _authoritymergemode-label:
1264
1265 AuthorityMergeMode
1266 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1267
1268 Default: loose
1269
1270 Asks: When updating biblio records from an attached authority record ("merging"),
1271 handle subfields of relevant biblio record fields in \_\_\_ mode. In strict mode
1272 subfields that are not found in the authority record, are deleted. Loose mode
1273 will keep them. Loose mode is the historical behavior and still the default.
1274
1275 Values:
1276
1277 -  loose
1278
1279 -  strict
1280
1281 .. _autocreateauthorities-label:
1282
1283 AutoCreateAuthorities
1284 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1285
1286 Default: do not generate
1287
1288 Asks: When editing records, \_\_\_ authority records that are missing.
1289
1290 Values:
1291
1292 -  do not generate
1293
1294 -  generate
1295
1296     **Important**
1297
1298     `BiblioAddsAuthorities <#biblioaddsauthorities>`__ must be set to
1299     "allow" for this to have any effect
1300
1301 Description:
1302
1303 -  When this and `BiblioAddsAuthorities <#biblioaddsauthorities>`__ are
1304    both turned on, automatically create authority records for headings
1305    that don't have any authority link when cataloging. When
1306    BiblioAddsAuthorities is on and AutoCreateAuthorities is turned off,
1307    do not automatically generate authority records, but allow the user
1308    to enter headings that don't match an existing authority. When
1309    BiblioAddsAuthorities is off, this has no effect.
1310
1311 .. _biblioaddsauthorities-label:
1312
1313 BiblioAddsAuthorities
1314 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1315
1316 Default: allow
1317
1318 Asks: When editing records, \_\_\_ them to automatically create new
1319 authority records if needed, rather than having to reference existing
1320 authorities.
1321
1322 Values:
1323
1324 -  allow
1325
1326    -  This setting allows you to type values in the fields controlled by
1327       authorities and then adds a new authority if one does not exist
1328
1329 -  don't allow
1330
1331    -  This setting will lock the authority controlled fields, forcing
1332       you to search for an authority versus allowing you to type the
1333       information in yourself.
1334
1335 .. _marcauthoritycontrolfield008-label:
1336
1337 MARCAuthorityControlField008
1338 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1339
1340 Default: \|\| aca\|\|aabn \| a\|a d
1341
1342 Asks: Use the following text for the contents of MARC21 authority
1343 control field 008 position 06-39 (fixed length data elements).
1344
1345     **Important**
1346
1347     Do not include the date (position 00-05) in this preference, Koha
1348     will calculate automatically and put that in before the values in
1349     this preference.
1350
1351 Description:
1352
1353 -  This preference controls the default value in the 008 field on
1354    Authority records. It does not effect bibliographic records.
1355
1356 .. _unimarcauthorityfield100-label:
1357
1358 UNIMARCAuthorityField100
1359 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1360
1361 Default: afrey50 ba0
1362
1363 Asks: Use the following text for the contents of UNIMARC authority field
1364 100 position (fixed length data elements).
1365
1366     **Important**
1367
1368     Do not include the date (position 00-07) in this preference, Koha
1369     will calculate automatically and put that in before the values in
1370     this preference.
1371
1372 Description:
1373
1374 -  This preference controls the default value in the 100 field on
1375    Authority records cataloged in UNIMARC. It does not effect
1376    bibliographic records.
1377
1378 .. _useauthoritiesfortracings-label:
1379
1380 UseAuthoritiesForTracings
1381 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1382
1383 Default: Don't use
1384
1385 Asks: \_\_\_ authority record numbers instead of text strings for
1386 searches from subject tracings.
1387
1388 Values:
1389
1390 -  Don't use
1391
1392    -  Search links look for subject/author keywords (example:
1393       opac-search.pl?q=su:Business%20networks)
1394
1395 -  Use
1396
1397    -  Search links look for an authority record (example:
1398       opac-search.pl?q=an:354)
1399
1400 Description:
1401
1402 -  For libraries that have authority files, they may want to make it so
1403    that when a link to an authorized subject or author is clicked on the
1404    OPAC or staff client it takes the searcher only to a list of results
1405    with that authority record. Most libraries do not have complete
1406    authority files and so setting this preference to 'Don't use' will
1407    allow searchers to click on links to authors and subject headings and
1408    perform a keyword search against those fields, finding all possible
1409    relevant results instead.
1410
1411 .. _linker-label:
1412
1413 Linker
1414 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1415
1416 These preferences will control how Koha links bibliographic records to
1417 authority records. All bibliographic records added to Koha after these
1418 preferences are set will link automatically to authority records, for
1419 records added before these preferences are set there is a script
1420 (misc/link\_bibs\_to\_authorities.pl) that your system administrator can
1421 run to link records together.
1422
1423 .. _catalogmodulerelink-label:
1424
1425 CatalogModuleRelink
1426 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1427
1428 Default: Do not
1429
1430 Asks: \_\_\_ automatically relink headings that have previously been
1431 linked when saving records in the cataloging module.
1432
1433 Values:
1434
1435 -  Do
1436
1437 -  Do not
1438
1439 Description:
1440
1441 -  Longtime users of Koha don't expect the authority and bib records to
1442    link consistently. This preference makes it possible to disable
1443    authority relinking in the cataloging module only (i.e. relinking is
1444    still possible if link\_bibs\_to\_authorities.pl is run). Note that
1445    though the default behavior matches the previous behavior of Koha
1446    (retaining links to outdated authority records), it does not match
1447    the intended behavior (updating biblio/authority link after
1448    bibliographic record is edited). Libraries that want the intended
1449    behavior of authority control rather than the way Koha used to handle
1450    linking should set CatalogModuleRelink to 'Do'. Once setting this to
1451    'Do' the following preferences can also be set.
1452
1453 .. _linkerkeepstale-label:
1454
1455 LinkerKeepStale
1456 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1457
1458 Default: Do not
1459
1460 Asks: \_\_\_ keep existing links to authority records for headings where
1461 the linker is unable to find a match.
1462
1463 Values:
1464
1465 -  Do
1466
1467 -  Do not
1468
1469 Description:
1470
1471 -  When set to 'Do', the linker will never remove a link to an authority
1472    record, though, depending on the value of
1473    :ref:`LinkerRelink`, it may change the link.
1474
1475 .. _linkermodule-label:
1476
1477 LinkerModule
1478 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1479
1480 Default: Default
1481
1482 Asks: Use the \_\_\_ linker module for matching headings to authority
1483 records.
1484
1485 Values:
1486
1487 -  Default
1488
1489    -  Retains Koha's previous behavior of only creating links when there
1490       is an exact match to one and only one authority record; if the
1491       :ref:`LinkerOptions` preference is set to
1492       'broader\_headings', it will try to link headings to authority
1493       records for broader headings by removing subfields from the end of
1494       the heading
1495
1496 -  First match
1497
1498    -  Creates a link to the first authority record that matches a given
1499       heading, even if there is more than one authority record that
1500       matches
1501
1502 -  Last match
1503
1504    -  Creates a link to the last authority record that matches a given
1505       heading, even if there is more than one record that matches
1506
1507 Description:
1508
1509 -  This preference tells Koha which match to use when searching for
1510    authority matches when saving a record.
1511
1512 .. _linkeroptions-label:
1513
1514 LinkerOptions
1515 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1516
1517 Asks: Set the following options for the authority linker \_\_\_
1518
1519     **Important**
1520
1521     This feature is experimental and shouldn't be used in a production
1522     environment until further expanded upon.
1523
1524 Description:
1525
1526 -  This is a pipe separated (\|) list of options. At the moment, the
1527    only option available is "broader\_headings." With this option set to
1528    "broader\_headings", the linker will try to match the following
1529    heading as follows:
1530
1531    ::
1532
1533        =600 10$aCamins-Esakov, Jared$xCoin collections$vCatalogs$vEarly works to 1800.
1534
1535    First: Camins-Esakov, Jared--Coin collections--Catalogs--Early works
1536    to 1800
1537
1538    Next: Camins-Esakov, Jared--Coin collections--Catalogs
1539
1540    Next: Camins-Esakov, Jared--Coin collections
1541
1542    Next: Camins-Esakov, Jared (matches! if a previous attempt had
1543    matched, it would not have tried this)
1544
1545 .. _linkerrelink-label:
1546
1547 LinkerRelink
1548 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1549
1550 Default: Do
1551
1552 Asks: \_\_\_ relink headings that have previously been linked to
1553 authority records.
1554
1555 Values:
1556
1557 -  Do
1558
1559 -  Do not
1560
1561 Description:
1562
1563 -  When set to 'Do', the linker will confirm the links for headings that
1564    have previously been linked to an authority record when it runs,
1565    correcting any incorrect links it may find. When set to 'Do not', any
1566    heading with an existing link will be ignored, even if the existing
1567    link is invalid or incorrect.
1568
1569 .. _cataloging-label:
1570
1571 Cataloging
1572 --------------------------
1573
1574 *Get there:* More > Administration > Global System Preferences >
1575 Cataloging
1576
1577 .. _display-label:
1578
1579 Display
1580 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1581
1582 .. _acquisitiondetails-label:
1583
1584 AcquisitionDetails
1585 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1586
1587 Default: Display
1588
1589 Asks: \_\_\_ acquisition details on the biblio detail page.
1590
1591 Values:
1592
1593 -  Display
1594
1595 -  Don't display
1596
1597 Description:
1598
1599 -  This preference controls whether a tab will show on the detail page
1600    in the staff client that includes detailed acquisitions information
1601    for the title. This tab will include links to order information
1602    stored in the acquisitions module.
1603
1604    |image1180|
1605
1606 .. _authorityseparator-label:
1607
1608 AuthoritySeparator
1609 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1610
1611 Default: --
1612
1613 Asks: Separate multiple displayed authors, series or subjects with
1614 \_\_\_.
1615
1616 .. _hide\_marc-label:
1617
1618 hide\_marc
1619 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1620
1621 Default: Display
1622
1623 Asks: \_\_\_ MARC tag numbers, subfield codes and indicators in MARC
1624 views.
1625
1626 Values:
1627
1628 -  Display -- shows the tag numbers on the cataloging interface
1629
1630    |image15|
1631
1632 -  Don't display -- shows just descriptive text when cataloging
1633
1634    |image16|
1635
1636 .. _intranetbibliodefaultview-label:
1637
1638 IntranetBiblioDefaultView
1639 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1640
1641 Default: ISBD form
1642
1643 Asks: By default, display biblio records in \_\_\_
1644
1645 Values:
1646
1647 -  ISBD form -- displays records in the staff client in the old card
1648    catalog format
1649
1650    -  See :ref:`ISBD` preference for more information
1651
1652 -  Labelled MARC form -- displays records in the staff client in MARC
1653    with text labels to explain the different fields
1654
1655 -  MARC form -- displays records in the staff client in MARC
1656
1657 -  normal form -- visual display in the staff client (for the average
1658    person)
1659
1660 Description:
1661
1662 -  This setting determines the bibliographic record display when
1663    searching the catalog on the staff client. This setting does not
1664    affect the display in the OPAC which is changed using the
1665    :ref:`BiblioDefaultView` preference under the OPAC
1666    preference tab. This setting changes the look of the record when
1667    first displayed. The MARC and ISBD views can still be seen by
1668    clicking in the sidebar.
1669
1670 .. _isbd-label:
1671
1672 ISBD
1673 ^^^^^^^^^^^^^^^^^^^^
1674
1675 Default: See `ISBD view configuration
1676 <https://wiki.koha-community.org/wiki/ISBD_view_configuration>` on the wiki.
1677
1678 Asks: Use the following as the ISBD template:
1679
1680 Description:
1681
1682 -  This determines how the ISBD information will display in the staff
1683    client. Elements in the list can be reordered to produce a different
1684    ISBD view. ISBD, the International Standard Bibliographic
1685    Description, was first introduced by IFLA (International Federation
1686    of Library Associations) in 1969 in order to provide guidelines for
1687    descriptive cataloging. The purpose of ISBD is to aid the
1688    international exchange of bibliographic records for a variety of
1689    materials.
1690
1691 .. _labelmarcview-label:
1692
1693 LabelMARCView
1694 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1695
1696 Default: Don't
1697
1698 Asks: \_\_\_ collapse repeated tags of the same type into one tag entry.
1699
1700 Values:
1701
1702 -  Do -- will combine all identical tag numbers under one heading in the
1703    MARC view in the OPAC and Staff Client
1704
1705    |image17|
1706
1707 -  Don't -- will list all of the tags individually in the MARC view in
1708    the OPAC and Staff Client
1709
1710    |image18|
1711
1712 .. _marcfielddocurl-label:
1713
1714 MARCFieldDocURL
1715 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1716
1717 Default: blank
1718
1719 Asks: Use \_\_\_ as the URL for MARC field documentation. Possible substitutions are {MARC} (marc flavour, eg. "MARC21" or "UNIMARC"), {FIELD} (field number, eg. "000" or "048"), {LANG} (user language, eg. "en" or "fi-FI"). If left empty, the format documentation on http://loc.gov (MARC21) or http://archive.ifla.org (UNIMARC) is used. For example http://fielddoc.example.com/?marc={MARC}&field={FIELD}&language={LANG}
1720
1721 Description:
1722
1723 -  This preference lets you choose the source of the MARC documentation available through the "?" next to MARC fields.
1724
1725 .. _mergereportfields-label:
1726
1727 MergeReportFields
1728 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1729
1730 Asks: \_\_\_ fields to display for deleted records after merge
1731
1732 Description:
1733
1734 -  When merging records together you can receive a report of the merge
1735    process once it's done, this preference lets you set the default
1736    values for this report.
1737
1738 Example: '001,245ab,600' displays:
1739
1740 -  value of 001
1741
1742 -  subfields a and b of fields 245
1743
1744 -  all subfields of fields 600
1745
1746 .. _notesblacklist-label:
1747
1748 NotesBlacklist
1749 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1750
1751 Asks: Don't show these \_\_\_ note fields in title notes separator (OPAC
1752 record details) and in the description separator (Staff client record
1753 details).
1754
1755 Description:
1756
1757 -  This preference lets you define which of your note fields are hidden
1758    from the title notes (OPAC) and descriptions (Staff) tabs. Enter the
1759    values as a comma separated list. For example to hide the local note
1760    and the bibliography note in MARC21 enter 504, 590.
1761
1762 .. _opacsuppression,-opacsuppressionbyiprange,-opacsuppressionredirect,-and-opacsuppressionmessage-label:
1763
1764 OpacSuppression, OpacSuppressionByIPRange, OpacSuppressionRedirect, and OpacSuppressionMessage
1765 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1766
1767 OpacSuppression Default: Don't hide
1768
1769 Asks: \_\_\_ items marked as suppressed from OPAC search results.
1770 Restrict the suppression to IP addressesoutside of the IP range \_\_\_
1771 (Leave blank if not used. Define a range like 192.168..) Redirect the opac detail
1772 page for suppressed records to \_\_\_ Display the following message on
1773 the redirect page for suppressed biblios \_\_\_.
1774
1775 OpacSuppression Values:
1776
1777 -  Don't hide
1778
1779    -  Will show records in OPAC search results if they are marked
1780       suppressed
1781
1782 -  Hide
1783
1784    -  Will not show records in OPAC search results if they're marked as
1785       suppressed
1786
1787 OpacSuppressionRedirect Values:
1788
1789 -  an explanatory page ('This record is blocked').
1790
1791 -  the 404 error page ('Not found').
1792
1793 Description:
1794
1795 -  These preferences control hiding of bibliographic records from
1796    display in the OPAC. Each bibliographic record you want to hide from
1797    the OPAC simply needs to have the value "1" in the field mapped with
1798    Suppress index (942$n field in MARC21, no official field in UNIMARC).
1799    The indexer then hides it from display in OPAC but will still display
1800    it in the Staff Client. If you want to further control suppression
1801    you can set an IP address range to still show suppressed items to.
1802    Define a range like 192.168.. If you don't want to limit suppression
1803    in this way, leave the IP field blank. You can also decide what the
1804    patrons will see in the OPAC when a title is suppressed by setting
1805    the OpacSuppressionRedirect and OpacSuppressionMessage preferences.
1806    You can either show the patron a 404 page if they try to see a
1807    suppressed record or you can create a custom page by entering the
1808    HTML in the OpacSuppressionMessage part of this preference.
1809
1810        **Note**
1811
1812        An :ref:`authorized value <authorized-values-label>` for the MARC21 942$n
1813        field (or the equivalent UNIMARC field) should be set to
1814        eliminate errors. One example would be to create an authorized
1815        value titled SUPPRESS with a value of 0 for don't suppress and 1
1816        for suppress.
1817
1818     **Important**
1819
1820     If this preference is set to 'hide' and you have the 942n field set
1821     to 1, it will hide the entire bib record - not just an individual
1822     item.
1823
1824     **Note**
1825
1826     Suppressed records will show a note in the staff client indicating
1827     that they are suppressed from view in the OPAC.
1828
1829     |image1181|
1830
1831     This note can be styled by using the
1832     :ref:`IntranetUserCSS` preference to stand out more
1833     if you'd like.
1834
1835     |image1182|
1836
1837 .. _separateholdings-&-separateholdingsbranch-label:
1838
1839 SeparateHoldings & SeparateHoldingsBranch
1840 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1841
1842 SeparateHoldings default: Don't separate
1843
1844 SeparateHoldingsBranch default: home library
1845
1846 Asks: \_\_\_ items display into two tabs, where the first tab contains
1847 items whose \_\_\_ is the logged in user's library. The second tab will
1848 contain all other items.
1849
1850 SeparateHoldings values:
1851
1852 -  Don't separate
1853
1854 -  Separate
1855
1856 SeparateHoldingsBranch values:
1857
1858 -  holding library
1859
1860 -  home library
1861
1862 Description:
1863
1864 -  This preference lets you decide if you would like to have the holding
1865    information on the bibliographic detail page in the staff client
1866    split in to multiple tabs. The default is to show all holdings on one
1867    tab.
1868
1869    |image19|
1870
1871 .. _urllinktext-label:
1872
1873 URLLinkText
1874 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1875
1876 Default: Online Resource
1877
1878 Asks: Show \_\_\_ as the text of links embedded in MARC records.
1879
1880 Description:
1881
1882 -  If the 856 field does not have a subfield 3 or y defined, the OPAC
1883    will say 'Click here to access online.^ If you would like the field
1884    to say something else enter that in this field.
1885
1886 .. _usecontrolnumber-label:
1887
1888 UseControlNumber
1889 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1890
1891 Default: Don't use
1892
1893 Asks: \_\_\_ record control number ($w subfields) and control number
1894 (001) for linking of bibliographic records.
1895
1896 Values:
1897
1898 -  Don't use
1899
1900    -  When clicking on links to titles that appear next to 'Continues'
1901       and 'Continued by' in the detail display Koha will perform a title
1902       search
1903
1904 -  Use
1905
1906    -  When clicking on links to titles that appear next to 'Continues'
1907       and 'Continued by' in the detail display Koha will perform a
1908       control number (MARC field 001) search
1909
1910     **Important**
1911
1912     Unless you are going in and manually changing 773$w to match your
1913     rigorously-defined bibliographic relationships, you should set this
1914     preference to "Don't use" and instead set
1915     :ref:`EasyAnalyticalRecords` to "Display"
1916
1917 Description:
1918
1919 -  If you have a serial called "Journal of Interesting Things" which has
1920    a separate record from when it was called "Transactions of the
1921    Interesting Stuff Society," you could add linking fields to indicate
1922    the relationship between the two records. UseControlNumber allows you
1923    to use your local accession numbers for those links. In MARC21, the
1924    relevant sections of the two records might look like this:
1925
1926    ::
1927
1928            =001    12345
1929            =110  2_$aInteresting Stuff Society.
1930            =245  10$aTransactions of the Interesting Stuff Society.
1931            =785  00$aInteresting Stuff Society$tJournal of Interesting Things.$w12346
1932
1933            =001    12346
1934            =110  2_$aInteresting Stuff Society.
1935            =245  10$aJournal of Interesting Things.
1936            =780  00$aInteresting Stuff Society$tTransactions of the Interesting Stuff Society.$w12345
1937
1938    With UseControlNumber set to 'Use', the 78x links will use the
1939    Control Numbers is subfield $w, instead of doing a title search on
1940    "Journal of Interesting Things" and "Transactions of the Interesting
1941    Stuff Society" respectively.
1942
1943 .. _exporting-label:
1944
1945 Exporting
1946 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1947
1948 .. _bibtexexportadditionalfields-label:
1949
1950 BibtexExportAdditionalFields
1951 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1952
1953 Asks: Include following fields when exporting BibTeX
1954
1955 Description:
1956
1957 -  Use one line per tag in the format BT\_TAG: TAG$SUBFIELD ( e.g. lccn:
1958    010$a )
1959
1960 -  To specify multiple marc tags/subfields as targets for a repeating
1961    BibTex tag, use the following format: BT\_TAG: [TAG2$SUBFIELD1,
1962    TAG2$SUBFIELD2] ( e.g. notes: [501$a, 505$g] )
1963
1964 -  All values of repeating tags and subfields will be printed with the
1965    given BibTeX tag.
1966
1967 -  Use ^@^ ( with quotes ) as the BT\_TAG to replace the bibtex record
1968    type with a field value of your choosing.
1969
1970 .. _risexportadditionalfields-label:
1971
1972 RisExportAdditionalFields
1973 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1974
1975 Asks: Include following fields when exporting RIS
1976
1977 Description:
1978
1979 -  Use one line per tag in the format RIS\_TAG: TAG$SUBFIELD ( e.g. LC:
1980    010$a )
1981
1982 -  To specificy multiple marc tags/subfields as targets for a repeating
1983    RIS tag, use the following format: RIS\_TAG: [TAG2$SUBFIELD1,
1984    TAG2$SUBFIELD2] ( e.g. NT: [501$a, 505$g] )
1985
1986 -  All values of repeating tags and subfields will be printed with the
1987    given RIS tag.
1988
1989 -  Use of TY ( record type ) as a key will *replace* the default TY with
1990    the field value of your choosing.
1991
1992 .. _importing-label:
1993
1994 Importing
1995 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1996
1997 .. _aggressivematchonisbn-label:
1998
1999 AggressiveMatchOnISBN
2000 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2001
2002 Default: don't
2003
2004 Asks: When matching on ISBN with the record import tool, \_\_\_ attempt
2005 to match aggressively by trying all variations of the ISBNs in the
2006 imported record as a phrase in the ISBN fields of already cataloged
2007 records.
2008
2009 Values:
2010
2011 -  do
2012
2013 -  don't
2014
2015 Description:
2016
2017 -  This preference allows you to choose to alter the ISBN matching rule
2018    used when staging records for import to be more aggressive. This
2019    means that all text will be stripped from the ISBN field so that a
2020    pure number match is possible. If this preference is set to "Don't"
2021    then Koha will find a match only if the ISBN fields are identical.
2022
2023     **Important**
2024
2025     Note that this preference has no effect if
2026     :ref:`UseQueryParser` is on.
2027
2028 .. _aggressivematchonissn-label:
2029
2030 AggressiveMatchOnISSN
2031 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2032
2033 Default: don't
2034
2035 Asks: When matching on ISSN with the record import tool, \_\_\_ attempt
2036 to match aggressively by trying all variations of the ISSNs in the imported
2037 record as a phrase in the ISSN fields of already cataloged records. Note that
2038 this preference has no effect if :ref:`UseQueryParser` is on.
2039
2040 .. _interface-label:
2041
2042 Interface
2043 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2044
2045 .. _advancedmarceditor-label:
2046
2047 advancedMARCeditor
2048 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2049
2050 Default: Don't display
2051
2052 Asks: \_\_\_ descriptions of fields and subfields in the MARC editor.
2053
2054 Description:
2055
2056 -  This preference determines whether or not MARC field names will be
2057    present when editing or creating MARC records.
2058
2059 Values:
2060
2061 -  Display
2062
2063    |image20|
2064
2065 -  Don't display
2066
2067    |image21|
2068
2069 .. _defaultclassificationsource-label:
2070
2071 DefaultClassificationSource
2072 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2073
2074 Default: Dewey Decimal System
2075
2076 Asks: Use \_\_\_ as the default classification source.
2077
2078 Values:
2079
2080 -  ANSCR (Sound Recordings)
2081
2082 -  Dewey Decimal Classification
2083
2084 -  Library of Congress Classification
2085
2086 -  Other/Generic Classification Scheme
2087
2088 -  SuDoc Classification (U.S. GPO)
2089
2090 -  Universal Decimal Classification
2091
2092     **Note**
2093
2094     Adding another classification under Administration > Classification Sources
2095     will make it show up in this list as well.
2096
2097 .. _easyanalyticalrecords-label:
2098
2099 EasyAnalyticalRecords
2100 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2101
2102 Default: Don't Display
2103
2104 Asks: \_\_\_ easy ways to create analytical record relationships
2105
2106 Values:
2107
2108 -  Display
2109
2110 -  Don't Display
2111
2112     **Important**
2113
2114     If you decide to use this feature you'll want to make sure that your
2115     :ref:`UseControlNumber` preference is set to "Don't
2116     use" or else the "Show analytics" links in the staff client and the
2117     OPAC will be broken.
2118
2119 Description:
2120
2121 -  An analytic entry in a catalog is one that describes a part of a
2122    larger work that is also described in the catalog. In bibliographic
2123    cataloging, analytic entries may be made for chapters in books or
2124    special issues of articles in periodicals. In archival cataloging,
2125    analytic entries may be made for series or items within a collection.
2126    This feature in Koha allows for an easy way of linking analytic
2127    entries to the host records, and this system preference adds several
2128    new menu options to the staff cataloging detail pages to allow that
2129    to happen.
2130
2131 .. _enableadvancedcatalogingeditor-label:
2132
2133 EnableAdvancedCatalogingEditor
2134 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2135
2136 Default: Don't enable
2137
2138 Asks: \_\_\_ the advanced cataloging editor.
2139
2140 Description:
2141
2142 -  This preference will allow you to choose between a basic editor and a
2143    advanced editor for cataloging.
2144
2145     **Note**
2146
2147     This feature does not currently include any support for
2148     UNIMARC or NORMARC fixed fields.
2149
2150 .. _record-structure-label:
2151
2152 Record Structure
2153 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2154
2155 .. _alternateholdingsfield-&-alternateholdingsseparator-label:
2156
2157 AlternateHoldingsField & AlternateHoldingsSeparator
2158 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2159
2160 Asks: Display MARC subfield \_\_\_ as holdings information for records
2161 that do not have items, with the subfields separated by \_\_\_.
2162
2163 Description:
2164
2165 -  Sometimes libraries migrate to Koha with their holding info in the
2166    852 field (OCLC holdings information field) and choose not to
2167    transfer that information into the 952 (Koha holdings information
2168    field) because they don't plan on circulating those items. For those
2169    libraries or other libraries that have data in the 852 fields of
2170    their records that they want to display, these preferences let you
2171    choose to display holdings info from a field other than the 952
2172    field. The AlternateHoldingsField preference can contain multiple
2173    subfields to look in; for instance 852abhi would look in 852
2174    subfields a, b, h, and i.
2175
2176 -  With AlternateHoldingsField set to 852abhi and
2177    AlternateHoldingsSeparator set to a space the holdings would look
2178    like the following:
2179
2180    |image22|
2181
2182 .. _autobarcode-label:
2183
2184 autoBarcode
2185 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2186
2187 Default: generated in the form <branchcode>yymm0001
2188
2189 Asks: Barcodes are \_\_\_
2190
2191 Values:
2192
2193 -  generated in the form <branchcode>yymm0001
2194
2195 -  generated in the form <year>-0001, <year>-0002
2196
2197 -  generated in the form 1, 2, 3
2198
2199 -  incremental EAN-13 barcodes
2200
2201 -  not generated automatically
2202
2203 Description:
2204
2205 -  This setting is for libraries wishing to generate barcodes from
2206    within Koha (as opposed to scanning in pre-printed barcodes or
2207    manually assigning them). The default behavior makes it so that when
2208    you click in the barcode field (952$p in MARC21) it will populate
2209    with the automatic barcode you have chosen. If you would rather it
2210    only enter an automatic barcode when you click on the plugin (the ...
2211    to the right of the field) you can change the plugin used for that
2212    field in the framework. Set the plugin for 952$p (if using MARC21 or
2213    equivalent field mapped to items.barcode in your local MARC format)
2214    for your frameworks to barcode\_manual.pl instead of barcode.pl.
2215    Learn more about editing frameworks under the :ref:`MARC Bibliographic
2216    Frameworks <marc-bibliographic-frameworks-label>` section of this manual.
2217
2218 .. _defaultcountryfield008-label:
2219
2220 DefaultCountryField008
2221 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2222
2223 Default: Empty defaults to xxu for United States
2224
2225 Asks: Fill in the default country code for field 008 Range 15-17 of MARC21 -
2226 Place of publication, production, or execution. \_\_\_.
2227
2228 Description:
2229
2230 -  This preference will allow you to set the country code for your MARC21
2231    008 field by default. If this is left empty it will default to
2232    United States (xxu). See the `MARC Code List for
2233    Countries <http://www.loc.gov/marc/countries/countries_code.html>`__
2234    for additional values for this preference.
2235
2236     **Note**
2237
2238     This preference won't have any effect if your records are in
2239     UNIMARC.
2240
2241 .. _defaultlanguagefield008-label:
2242
2243 DefaultLanguageField008
2244 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2245
2246 Default: Empty defaults to eng
2247
2248 Asks: Fill in the default language for field 008 Range 35-37 of MARC21
2249 records \_\_\_.
2250
2251 Description:
2252
2253 -  This preference will allow you to set the language for your MARC21
2254    008 field by default. If this is left empty it will default to
2255    English (eng). See the `MARC Code List for
2256    Languages <http://www.loc.gov/marc/languages/language_code.html>`__
2257    for additional values for this preference.
2258
2259     **Note**
2260
2261     This preference won't have any effect if your records are in
2262     UNIMARC.
2263
2264 .. _item-level\_itypes-label:
2265
2266 item-level\_itypes
2267 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2268
2269 Default: specific item
2270
2271 Asks: Use the item type of the \_\_\_ as the authoritative item type
2272 (for determining circulation and fines rules, etc).
2273
2274 Values:
2275
2276 -  biblio record
2277
2278 -  specific item
2279
2280 Description:
2281
2282 -  This preference determines whether the item type Koha uses for
2283    issuing rules will be an attribute of the bibliographic record or the
2284    item record. Most libraries refer to the item record for item types.
2285    It also determines if the item type icon appears on the OPAC search
2286    results. If you have the preference set to 'biblio record' then Koha
2287    displays the item type icon on the search results to the left of the
2288    result info.
2289
2290    |image23|
2291
2292 .. _itemcallnumber-label:
2293
2294 itemcallnumber
2295 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2296
2297 Default: 082ab
2298
2299 Asks: Map the MARC subfield to an item's callnumber.
2300
2301     **Note**
2302
2303     This can contain multiple subfields to look in; for instance 082ab
2304     would look in 082 subfields a and b.
2305
2306 Description:
2307
2308 -  This setting determines which MARC field will be used to determine
2309    the call number that will be entered into item records automatically
2310    (952$o). The value is set by providing the MARC field code (050, 082,
2311    090, 852 are all common in MARC21) and the subfield codes without the
2312    delimiters ($a, $b would be ab).
2313
2314 Examples:
2315
2316 -  Dewey: 082ab or 092ab; LOC: 050ab or 090ab; from the item record:
2317    852hi
2318
2319 .. _marcflavour-label:
2320
2321 marcflavour
2322 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2323
2324 Default: MARC21
2325
2326 Asks: Interpret and store MARC records in the \_\_\_ format.
2327
2328 Values:
2329
2330 -  MARC21
2331
2332    -  The standard style for the US, Canada, Australia, New Zealand,
2333       United Kingdom, Germany and other countries
2334
2335 -  UNIMARC
2336
2337    -  The standard style used in France, Italy, Portugal, Russia, and
2338       other countries
2339
2340 -  NORMARC
2341
2342    -  The standard style for Norway
2343
2344 Description:
2345
2346 -  This preference defines global MARC style (MARC21, UNIMARC or
2347    NORMARC) used for encoding.
2348
2349     **Important**
2350
2351     Changing the value of this preference will not convert your records
2352     from one MARC style to an other.
2353
2354 .. _marcorgcode-label:
2355
2356 MARCOrgCode
2357 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2358
2359 Default: OSt
2360
2361 Asks: Fill in the MARC organization code \_\_\_ by default in new MARC21
2362 records (leave blank to disable).
2363
2364 Description:
2365
2366 -  The MARC Organization Code is used to identify libraries with
2367    holdings of titles and more.
2368
2369 Learn more and find your library's MARC21 code on the `MARC Code list
2370 for
2371 Organizations <http://www.loc.gov/marc/organizations/orgshome.html>`__
2372 or in Canada on the `Canadian Symbols
2373 Directory <http://www.collectionscanada.gc.ca/illcandir-bin/illsear/l=0/c=1>`__.
2374
2375     **Note**
2376
2377     This preference won't have any effect if your records are in
2378     UNIMARC.
2379
2380 .. _newitemsdefaultlocation-label:
2381
2382 NewItemsDefaultLocation
2383 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2384
2385 Asks: When items are created, give them the temporary location of \_\_\_
2386 (should be a location code, or blank to disable).
2387
2388 .. _prefillitem-label:
2389
2390 PrefillItem
2391 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2392
2393 Default: the new item is not prefilled with last created item values.
2394
2395 Asks: When a new item is added \_\_\_
2396
2397 Values:
2398
2399 -  the new item is not prefilled with last created item values.
2400
2401 -  the new item is prefilled with last created item values.
2402
2403 Description:
2404
2405 -  This preference controls the behavior used when adding new items.
2406    Using the options here you can choose to have your next new item
2407    prefill with the values used in the last item was added to save time
2408    typing values or to have the item form appear completely blank. Using
2409    :ref:`SubfieldsToUseWhenPrefill` you can
2410    control specifically which fields are prefilled.
2411
2412 .. _subfieldstoallowforrestrictedbatchmod-label:
2413
2414 SubfieldsToAllowForRestrictedBatchmod
2415 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2416
2417 Asks: Define a list of subfields for which editing is authorized when
2418 `items\_batchmod\_restricted <#items_batchmod_restricted>`__ permission
2419 is enabled, separated by spaces. \_\_\_
2420
2421 Examples:
2422
2423 -  UNIMARC: "995$f 995$h 995$j"
2424
2425 -  MARC21: "952$a 952$b 952$c"
2426
2427 Description:
2428
2429 -  This preference lets you define what fields can be edited via the
2430    :ref:`batch item modification tool <batch-item-modification-label>` if the
2431    items\_batchmod\_restricted permission is enabled.
2432
2433        **Note**
2434
2435        The FA framework is excluded from the permission. If the pref is
2436        empty, no fields are restricted.
2437
2438 .. _subfieldstoallowforrestrictedediting-label:
2439
2440 SubfieldsToAllowForRestrictedEditing
2441 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2442
2443 Asks: Define a list of subfields for which editing is authorized when
2444 edit\_items\_restricted permission is enabled, separated by spaces.
2445 \_\_\_
2446
2447 Examples:
2448
2449 -  UNIMARC: "995$f 995$h 995$j"
2450
2451 -  MARC21: "952$a 952$b 952$c"
2452
2453 Description:
2454
2455 -  This preference lets you define what fields can be edited via
2456    cataloging if the
2457    `edit\_items\_restricted <#edit_items_restricted>`__ permission is
2458    enabled
2459
2460        **Note**
2461
2462        The Fast Add (FA) framework is excluded from the permission. If
2463        the pref is empty, no fields are restricted.
2464
2465 .. _subfieldstousewhenprefill-label:
2466
2467 SubfieldsToUseWhenPrefill
2468 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2469
2470 Asks: Define a list of subfields to use when prefilling items \_\_\_
2471
2472     **Important**
2473
2474     Separate values with a space.
2475
2476 Description:
2477
2478 -  When the :ref:`PrefillItem` preference is set to prefill
2479    item values with those from the last added item, this preference can
2480    control which fields are prefilled (and which are not). Enter a space
2481    separated list of fields that you would like to prefill when adding a
2482    new item.
2483
2484 .. _unimarcfield100language-label:
2485
2486 UNIMARCField100Language
2487 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2488
2489 Default: fre
2490
2491 Asks: Use the language (ISO 690-2) \_\_\_ as default language in the
2492 UNIMARC field 100 when creating a new record or in the field plugin.
2493
2494 .. _z3950normalizeauthor-&-z3950authorauthfields-label:
2495
2496 z3950NormalizeAuthor & z3950AuthorAuthFields
2497 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2498
2499 Defaults: Don't copy & 701,702,700
2500
2501 Asks: \_\_\_ authors from the UNIMARC \_\_\_ tags (separated by commas)
2502 to the correct author tags when importing a record using Z39.50.
2503
2504 Description for z3950NormalizeAuthor:
2505
2506 -  This preference allows for 'Personal Name Authorities' to replace
2507    authors as the bibliographic authority. This preference should only
2508    be considered by libraries using UNIMARC.
2509
2510 Values for z3950NormalizeAuthor:
2511
2512 -  Copy
2513
2514 -  Don't copy
2515
2516 Description for z3950AuthorAuthFields:
2517
2518 -  This preference defines which MARC fields will be used for 'Personal
2519    Name Authorities' to replace authors as the bibliographic
2520    authorities. This preference only applies to those using UNIMARC
2521    encoding. The MARC fields selected here will only be used if
2522    'z3950NormalizeAuthor' is set to "Copy". The default field are 700,
2523    701, and 702.
2524
2525 .. _spine-labels-label:
2526
2527 Spine Labels
2528 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2529
2530 .. _spinelabelautoprint-label:
2531
2532 SpineLabelAutoPrint
2533 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2534
2535 Default: don't
2536
2537 Asks: When using the quick spine label printer, \_\_\_ automatically pop
2538 up a print dialog.
2539
2540 Values:
2541
2542 -  do
2543
2544 -  don't
2545
2546 .. _spinelabelformat-label:
2547
2548 SpineLabelFormat
2549 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2550
2551 Default: <itemcallnumber><copynumber>
2552
2553 Asks: Include the following fields on a quick-printed spine label:
2554 (Enter in columns from the biblio, biblioitems or items tables,
2555 surrounded by < and >.)
2556
2557 .. _spinelabelshowprintonbibdetails-label:
2558
2559 SpineLabelShowPrintOnBibDetails
2560 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2561
2562 Default: Don't display
2563
2564 Asks: \_\_\_ buttons on the bib details page to print item spine labels.
2565
2566 Values:
2567
2568 -  Display
2569
2570    |image24|
2571
2572 -  Don't display
2573
2574 .. _circulation-label:
2575
2576 Circulation
2577 ----------------------------
2578
2579 *Get there:* More > Administration > Global System Preferences >
2580 Circulation
2581
2582
2583
2584
2585 .. _article-requests-label:
2586
2587 Article Requests
2588 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2589
2590 .. _articlerequests-label:
2591
2592 ArticleRequests
2593 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2594
2595 Default: Don't enable
2596
2597 Asks: \_\_\_ patrons to place article requests.
2598
2599 Values:
2600
2601 -  Enable
2602
2603 -  Don't enable
2604
2605 Description:
2606
2607 -  This preference controls whether or not article requests are allowed to be placed by patrons in the OPAC.
2608
2609 .. _articlerequestsmandatoryfields-label:
2610
2611 ArticleRequestsMandatoryFields
2612 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2613
2614 Default: None selected
2615
2616 Asks: For records that are record level or item level requestable, make the following fields mandatory \_\_\_
2617
2618 Values:
2619
2620 -  [Select all]
2621
2622 -  Author
2623
2624 -  Chapters
2625
2626 -  Date
2627
2628 -  Issue
2629
2630 -  Pages
2631
2632 -  Title
2633
2634 -  Volume
2635
2636 Description:
2637
2638 -  This preference controls what fields must be filled in before an article request can be placed
2639    for either a record level or item level request. Choosing [Select all] indicates that all fields
2640    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2641    request can be placed.
2642
2643 .. _articlerequestsmandatoryfieldsitemsonly-label:
2644
2645 ArticleRequestsMandatoryFieldsItemsOnly
2646 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2647
2648 Default: None selected
2649
2650 Asks: For records that are only item level requestable, make the following fields mandatory \_\_\_
2651
2652 Values:
2653
2654 -  [Select all]
2655
2656 -  Author
2657
2658 -  Chapters
2659
2660 -  Date
2661
2662 -  Issue
2663
2664 -  Pages
2665
2666 -  Title
2667
2668 -  Volume
2669
2670 Description:
2671
2672 -  This preference controls what fields must be filled in before an article request can be placed
2673    for an item level request only. Choosing [Select all] indicates that all fields
2674    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2675    request can be placed.
2676
2677 .. _articlerequestsmandatoryfieldsrecordonly-label:
2678
2679 ArticleRequestsMandatoryFieldsRecordOnly
2680 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2681
2682 Default: None selected
2683
2684 Asks: For records that are only record level requestable, make the following fields mandatory \_\_\_
2685
2686 Values:
2687
2688 -  [Select all]
2689
2690 -  Author
2691
2692 -  Chapters
2693
2694 -  Date
2695
2696 -  Issue
2697
2698 -  Pages
2699
2700 -  Title
2701
2702 -  Volume
2703
2704 Description:
2705
2706 -  This preference controls what fields must be filled in before an article request can be placed
2707    for a record level request only. Choosing [Select all] indicates that all fields
2708    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2709    request can be placed.
2710
2711
2712 .. _batch-checkout-label:
2713
2714 Batch Checkout
2715 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2716
2717 .. _batchcheckouts-label:
2718
2719 BatchCheckouts
2720 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2721
2722 Default: Don't allow
2723
2724 Asks: \_\_\_ batch checkouts
2725
2726 Values:
2727
2728 -  Allow
2729
2730 -  Don't allow
2731
2732 .. _batchcheckoutsvalidcategories-label:
2733
2734 BatchCheckoutsValidCategories
2735 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2736
2737 Asks: Patron categories allowed to checkout in a batch \_\_\_ (list of
2738 patron categories separated with a pipe ^\|^)
2739
2740 .. _checkin-policy-label:
2741
2742 Checkin Policy
2743 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2744
2745 .. _blockreturnoflostitems-label:
2746
2747 BlockReturnOfLostItems
2748 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2749
2750 Default: Don't block
2751
2752 Asks: \_\_\_ returning of items that have been lost.
2753
2754 Values:
2755
2756 -  Block
2757
2758 -  Don't block
2759
2760 Description:
2761
2762 -  This preference controls whether and item with a lost status
2763    (952$1 in MARC21) can be checked in or not.
2764
2765 .. _blockreturnofwithdrawnitems-label:
2766
2767 BlockReturnOfWithdrawnItems
2768 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2769
2770 Default: Block
2771
2772 Asks: \_\_\_ returning of items that have been withdrawn.
2773
2774 Values:
2775
2776 -  Block
2777
2778 -  Don't block
2779
2780 Description:
2781
2782 -  This preference controls whether and item with a withdrawn status
2783    (952$0 in MARC21) can be checked in or not.
2784
2785 .. _calculatefinesonreturn-label:
2786
2787 CalculateFinesOnReturn
2788 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2789
2790 Default: Do
2791
2792 Asks: \_\_\_ calculate and update overdue charges when an item is
2793 returned.
2794
2795 Values:
2796
2797 -  Do
2798
2799 -  Don't
2800
2801 Description:
2802
2803 -  If this preference is set to "Do" and the :ref:`fines cron
2804    job <fines-label>` is off then Koha will calculate fines only
2805    when items are returned. If you have the fines cron job on and this
2806    preference set to "Do" then this preference will calculate fines
2807    based on the cron (usually run nightly) and then again when you check
2808    the item in. This option is best for those who are doing hourly
2809    loans. If this preference is set to "Don't" then fines will only be
2810    accrued if the fines cron job is running.
2811
2812     **Important**
2813
2814     If you are doing hourly loans then you should have this set to 'Do'.
2815
2816 .. _cumulativerestrictionperiods-label:
2817
2818 CumulativeRestrictionPeriods
2819 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2820
2821 Default: Don't cumulate
2822
2823 Asks: \_\_\_ the restriction periods.
2824
2825 Values:
2826
2827 -  Don't cumulate
2828
2829 -  Cumulate
2830
2831 .. _updatenotforloanstatusoncheckin-label:
2832
2833 UpdateNotForLoanStatusOnCheckin
2834 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2835
2836 Asks: This is a list of value pairs. When an item is checked in, if the
2837 not for loan value on the left matches the items not for loan value it
2838 will be updated to the right-hand value. E.g. ^-1: 0' will cause an item
2839 that was set to 'Ordered' to now be available for loan. Each pair of
2840 values should be on a separate line.
2841
2842 .. _checkout-policy-label:
2843
2844 Checkout Policy
2845 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2846
2847 .. _agerestrictionmarker-label:
2848
2849 AgeRestrictionMarker
2850 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2851
2852 Asks: Restrict patrons with the following target audience values from
2853 checking out inappropriate materials: \_\_\_
2854
2855 Description:
2856
2857 -  This preference defines certain keywords that will trigger Koha to
2858    restrict checkout based on age. These restrictions can be overridden
2859    by the :ref:`AgeRestrictionOverride`
2860    preference. Enter in this field a series of keywords separated by bar
2861    (\|) with no spaces. For example PG\|R\|E\|EC\|Age\| will look for PG
2862    followed by an age number, R folllowed by an age number, Age followed
2863    by an age number, and so on. These values can appear in any MARC
2864    field, but Library of Congress recommends the 521$a (Target Audience
2865    Note). Whatever field you decide to use you must map the word
2866    agerestriction in the biblioitems table to that field in the :ref:`Koha to
2867    MARC Mapping <koha-to-marc-mapping-label>`. When cataloging you can enter
2868    values like PG 13 or E 10 in the 521$a and Koha will then notify
2869    circulation librarians that the material may not be recommended for
2870    the patron based on their age.
2871
2872        **Important**
2873
2874        You must map the word agerestriction in the biblioitems table to
2875        the MARC field where this information will appear via the :ref:`Koha
2876        to MARC Mapping <koha-to-marc-mapping-label>` administration area.
2877
2878 .. _agerestrictionoverride-label:
2879
2880 AgeRestrictionOverride
2881 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2882
2883 Default: Don't allow
2884
2885 Asks: \_\_\_ staff to check out an item with age restriction.
2886
2887 Values:
2888
2889 -  Allow
2890
2891    |image25|
2892
2893 -  Don't allow
2894
2895    |image26|
2896
2897 Description:
2898
2899 -  When the :ref:`AgeRestrictionMarker` preference
2900    is set, Koha will try to warn circulation librarians before checking
2901    out an item that might have an age restriction listed in the MARC
2902    record. This preference asks if you would like the staff to be able
2903    to still check out these items to patrons under the age limit.
2904
2905 .. _allfinesneedoverride-label:
2906
2907 AllFinesNeedOverride
2908 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2909
2910 Default: Require
2911
2912 Asks: \_\_\_ staff to manually override all fines, even fines less than
2913 :ref:`noissuescharge`.
2914
2915 Values:
2916
2917 -  Don't require
2918
2919 -  Require
2920
2921 Description:
2922
2923 -  This preference let's you decide if you want to always be warned that
2924    the patron has fines when checking out. If you have it set to
2925    'Require' then no matter how much money the patron owes a message
2926    will pop up warning you that the patron owes money.
2927
2928 .. _allowfineoverride-label:
2929
2930 AllowFineOverride
2931 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2932
2933 Default: Don't allow
2934
2935 Asks: \_\_\_ staff to manually override and check out items to patrons
2936 who have more than :ref:`noissuescharge` in fines.
2937
2938 Values:
2939
2940 -  Allow
2941
2942 -  Don't allow
2943
2944 Description:
2945
2946 -  This preference lets you decide if you staff can check out to patrons
2947    who owe more money than you usually let them carry on their account.
2948    If set to 'Allow' staff will be warned that the patrons owes money,
2949    but it won't stop the staff from checking out to the patron.
2950
2951 .. _allowitemsonholdcheckout-label:
2952
2953 AllowItemsOnHoldCheckout
2954 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2955
2956 Default: Don't allow
2957
2958 Asks: \_\_\_ checkouts of items reserved to someone else. If allowed do
2959 not generate RESERVE\_WAITING and RESERVED warning. This allows self
2960 checkouts for those items.
2961
2962 Values:
2963
2964 -  Allow
2965
2966 -  Don't allow
2967
2968     **Important**
2969
2970     This system preference relates only to SIP based self checkout, not
2971     Koha's web based self checkout.
2972
2973 Description:
2974
2975 -  When this preference is set to 'Allow' patrons will be able to use
2976    your external self check machine to check out a book to themselves
2977    even if it's on hold for someone else. If you would like Koha to
2978    prevent people from checking out books that are on hold for someone
2979    else set this preference to "Don't allow."
2980
2981 .. _allowitemsonholdcheckoutsco-label:
2982
2983 AllowItemsOnHoldCheckoutSCO
2984 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2985
2986 Default: Don't allow
2987
2988 Asks: \_\_\_ checkouts of items reserved to someone else in the SCO module.
2989 If allowed do not generate RESERVE_WAITING and RESERVED warning. This
2990 allows self checkouts for those items.
2991
2992 Values:
2993
2994 -  Allow
2995
2996 -  Don't allow
2997
2998     **Important**
2999
3000     This system preference relates only to Koha's web based self checkout.
3001
3002 Description:
3003
3004 -  When this preference is set to 'Allow' patrons will be able to use
3005    Koha's web based self checkout to check out a book to themselves
3006    even if it's on hold for someone else. If you would like Koha to
3007    prevent people from checking out books that are on hold for someone
3008    else set this preference to "Don't allow".
3009
3010 .. _allowmultipleissuesonabiblio-label:
3011
3012 AllowMultipleIssuesOnABiblio
3013 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3014
3015 Default: Allow
3016
3017 Asks: \_\_\_ patrons to check out multiple items from the same record.
3018
3019 Values:
3020
3021 -  Allow
3022
3023 -  Don't allow
3024
3025 Description:
3026
3027 -  If this preference is set to 'Allow' then patrons will be able to
3028    check out multiple copies of the same title at the same time. If it's
3029    set to "Don't allow" then patrons will only be allowed to check out
3030    one item attached to a record at a time. Regardless of the option
3031    chosen in this preference records with subscriptions attached will
3032    allow multiple check outs.
3033
3034        **Important**
3035
3036        This will only effect records without a subscription attached.
3037
3038 .. _allownotforloanoverride-label:
3039
3040 AllowNotForLoanOverride
3041 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3042
3043 Default: Allow
3044
3045 Asks: \_\_\_ staff to override and check out items that are marked as
3046 not for loan.
3047
3048 Values:
3049
3050 -  Allow
3051
3052 -  Don't allow
3053
3054 Description:
3055
3056 -  This parameter is a binary setting which controls the ability of
3057    staff (patrons will always be prevented from checking these items
3058    out) to check out items that are marked as "not for loan". Setting it
3059    to "Allow" would allow such items to be checked out, setting it to
3060    "Don't allow" would prevent this. This setting determines whether
3061    items meant to stay in the library, such as reference materials, and
3062    other library resources can be checked out by patrons.
3063
3064 .. _allowrenewallimitoverride-label:
3065
3066 AllowRenewalLimitOverride
3067 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3068
3069 Default: Allow
3070
3071 Asks: \_\_\_ staff to manually override the renewal limit and renew a
3072 checkout when it would go over the renewal limit.
3073
3074 Values:
3075
3076 -  Allow
3077
3078 -  Don't allow
3079
3080 Description:
3081
3082 -  This preference is a binary setting which controls the ability of
3083    staff to override the limits placed on the number of times an item
3084    can be renewed. Setting it to "Allow" would allow such limits to be
3085    overridden, setting it to "Don't allow" would prevent this. This is a
3086    preference in which if it is set to "allow" it would allow the
3087    library staff to use their judgment for overriding the renew limit
3088    for special cases, setting it to "Don't allow" prevents an
3089    opportunity for abuse by the library staff.
3090
3091 .. _allowreturntobranch-label:
3092
3093 AllowReturnToBranch
3094 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3095
3096 Default: to any library
3097
3098 Asks: Allow materials to be returned to \_\_\_
3099
3100 Values:
3101
3102 -  either the library the item is from or the library it was checked out
3103    from.
3104
3105 -  only the library the item is from.
3106
3107 -  only the library the item was checked out from.
3108
3109 -  to any library.
3110
3111 Description:
3112
3113 -  This preference lets the library system decide how they will accept
3114    returns. Some systems allow for items to be returned to any library
3115    in the system (the default value of this preference) others want to
3116    limit item returns to only specific branches. This preference will
3117    allow you to limit item returns (checkins) to the branch(es) set in
3118    the value.
3119
3120 .. _allowtoomanyoverride-label:
3121
3122 AllowTooManyOverride
3123 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3124
3125 Default: Allow
3126
3127 Asks: \_\_\_ staff to override and check out items when the patron has
3128 reached the maximum number of allowed checkouts.
3129
3130 Values:
3131
3132 -  Allow
3133
3134    |image27|
3135
3136 -  Don't allow
3137
3138    |image28|
3139
3140 Description:
3141
3142 -  If this preference is set to "Allow" then staff all will be presented
3143    with an option to checkout more items to a patron than are normally
3144    allowed in the :ref:`Circulation and fines rules`. If
3145    this preference is set to "Don't allow" then no staff member will be
3146    able to check out more than the circulation limit.
3147
3148 .. _automaticitemreturn-label:
3149
3150 AutomaticItemReturn
3151 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3152
3153 Default: Do
3154
3155 Asks: \_\_\_ automatically transfer items to their home branch when they
3156 are returned.
3157
3158 Values:
3159
3160 -  Do
3161
3162 -  Don't
3163
3164 Description:
3165
3166 -  This preference is a binary setting which determines whether an item
3167    is returned to its home branch automatically or not. If set to
3168    "Don't", the staff member checking an item in at a location other
3169    than the item's home branch will be asked whether the item will
3170    remain at the non-home branch (in which case the new location will be
3171    marked as a holding location) or returned. Setting it to "Do" will
3172    ensure that items checked in at a branch other than their home branch
3173    will be sent to that home branch.
3174
3175 .. _autoremoveoverduesrestrictions-label:
3176
3177 AutoRemoveOverduesRestrictions
3178 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3179
3180 Default: Do not
3181
3182 Asks: \_\_\_ allow OVERDUES restrictions triggered by sent notices to be
3183 cleared automatically when all overdue items are returned by a patron.
3184
3185 Values:
3186
3187 -  Do
3188
3189 -  Do not
3190
3191 Description:
3192
3193 -  Using the :ref:`Overdue Notice/Status Triggers` you
3194    can restrict patrons after they receive an overdue notice. This
3195    preference lets you define whether Koha will automatically remove
3196    that restriction once the overdue items in question are returned or
3197    not.
3198
3199 .. _circcontrol-label:
3200
3201 CircControl
3202 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3203
3204 Default: the library the item is from
3205
3206 Asks: Use the checkout and fines rules of \_\_\_
3207
3208 Values:
3209
3210 -  the library the item is from
3211
3212    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3213       determined by the item's library where
3214       :ref:`HomeOrHoldingBranch` chooses if item's
3215       home library is used or holding library is used.
3216
3217 -  the library the patron is from
3218
3219    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3220       determined the patron's home library
3221
3222 -  the library you are logged in at
3223
3224    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3225       determined by the library that checked the item out to the patron
3226
3227 .. _consideronsitecheckoutsasnormalcheckouts-label:
3228
3229 ConsiderOnSiteCheckoutsAsNormalCheckouts
3230 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3231
3232 Default: Consider
3233
3234 Asks: \_\_\_ on-site checkouts as normal checkouts. If enabled, the
3235 number of checkouts allowed will be normal checkouts + on-site
3236 checkouts. If disabled, both values will be checked separately.
3237
3238 Values:
3239
3240 -  Consider
3241
3242 -  Don't consider
3243
3244 Description:
3245
3246 -  This preference allows you to decide if checkouts that are
3247    :ref:`OnSiteCheckouts` are counted toward the total
3248    checkouts a patron can have. You can also set your :ref:`circulation and
3249    fine rules <circulation-and-fine-rules-label>` to allow only a certain number of
3250    normal and OnSite checkouts.
3251
3252 .. _defaultlongoverduechargevalue-label:
3253
3254 DefaultLongOverdueChargeValue
3255 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3256
3257 Asks: Charge a lost item to the borrower's account when the LOST value
3258 of the item changes to \_\_\_
3259
3260 Description:
3261
3262 -  Leave this field empty if you don't want to charge the user for lost
3263    items. If you want the user to be charged enter the `LOST authorized
3264    value <#lost>`__ you are using in the
3265    :ref:`DefaultLongOverdueLostValue <defaultlongoverduelostvalue-&-defaultlongoverduedays-label>`
3266    preference. This preference is used when the :ref:`longoverdue cron
3267    job <long-overdues-label>` is called without the --charge parameter.
3268
3269 .. _defaultlongoverduelostvalue-&-defaultlongoverduedays-label:
3270
3271 DefaultLongOverdueLostValue & DefaultLongOverdueDays
3272 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3273
3274 Asks: By default, set the LOST value of an item to \_\_\_ when the item
3275 has been overdue for more than \_\_\_ days.
3276
3277 Description:
3278
3279 -  These preferences are used when the :ref:`longoverdue cron
3280    job <long-overdues-label>` is called without the --lost parameter. It
3281    allows users to set the values of the :ref:`longoverdue
3282    cron <long-overdues-label>` without having to edit the crontab.
3283    Setting the values to 1 and 30 for example will mark the item with
3284    the `LOST authorized value <#lost>`__ of 1 after the item is 30 days
3285    overdue.
3286
3287 .. _holdsinnoissuescharge-label:
3288
3289 HoldsInNoissuesCharge
3290 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3291
3292 Default: Don't include
3293
3294 Asks: \_\_\_ hold charges when summing up charges for noissuescharge.
3295
3296 Values:
3297
3298 -  Don't include
3299
3300 -  Include
3301
3302 .. _homeorholdingbranch-label:
3303
3304 HomeOrHoldingBranch
3305 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3306
3307 Default: the library the item was checked out from
3308
3309 Asks: Use the checkout and fines rules of \_\_\_
3310
3311 Values:
3312
3313 -  the library the item is from
3314
3315    -  This is equivalent to 'home library'
3316
3317 -  the library the item was checked out from
3318
3319    -  This is equivalent to 'holding library'
3320
3321 Description:
3322
3323 -  This preference does several things.
3324
3325    -  If :ref:`CircControl` is set to 'the library the item
3326       is from' then the :ref:`circulation and fines
3327       policies <circulation-and-fine-rules-label>` will be determined by the item's
3328       library where HomeOrHoldingBranch chooses if item's home library
3329       is used or holding library is used.
3330
3331    -  If :ref:`IndependentBranches` is set to
3332       'Prevent' then the value of this preference is used in figuring
3333       out if the item can be checked out. If the item's home library
3334       does not match the logged in library, the item cannot be checked
3335       out unless you are a :ref:`superlibrarian <patron-permissions-defined-label>`.
3336
3337     **Important**
3338
3339     It is not recommend that this setting be changed after initial setup
3340     of Koha because it will change the behavior of items already checked
3341     out.
3342
3343 .. _inprocessingtoshelvingcart-label:
3344
3345 InProcessingToShelvingCart
3346 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3347
3348 Default: Don't move
3349
3350 Asks: \_\_\_ items that have the location PROC to the location CART when
3351 they are checked in.
3352
3353 Values:
3354
3355 -  Don't move
3356
3357 -  Move
3358
3359 Description:
3360
3361 -  This preference is used to manage automatically changing item
3362    locations from processing (PROC) to the book cart (CART). A :ref:`cron
3363    job <in-processing/book-cart-label>` needs to be set to run at specified intervals
3364    to age items from CART to the permanent shelving location. (For
3365    example, an hourly cron entry of cart\_to\_shelf.pl --hours 3 where
3366    --hours is the amount of time an item should spend on the cart before
3367    aging to its permanent location.) More information can be found in
3368    the :ref:`related chapter <in-processing-/-book-cart-locations-label>` in this manual.
3369
3370    -  **Note**
3371
3372           If the :ref:`ReturnToShelvingCart` system
3373           preference is turned on, any newly checked-in item is also
3374           automatically put into the shelving cart, to be covered by the
3375           same script run.
3376
3377    -  **Important**
3378
3379           Checkins with confirmed holds will not go into the shelving
3380           cart. If items on the shelving cart are checked out, the cart
3381           location will be cleared.
3382
3383 .. _issuelostitem-label:
3384
3385 IssueLostItem
3386 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3387
3388 Default: display a message
3389
3390 Asks: When issuing an item that has been marked as lost, \_\_\_.
3391
3392 Values:
3393
3394 -  display a message
3395
3396    |image29|
3397
3398 -  do nothing
3399
3400    -  This option will just check the item out without notifying you
3401       that the item was marked lost.
3402
3403 -  require confirmation
3404
3405    |image30|
3406
3407 Description:
3408
3409 -  This preference lets you define how library staff are notified that
3410    an item with a lost status is being checked out. This will help staff
3411    mark items as 'available' if you choose to 'display a message' or
3412    'require confirmation.^ If you choose to 'do nothing,^ there will be
3413    no notification that the item being checked out is marked as 'lost.^
3414
3415 .. _issuinginprocess-label:
3416
3417 IssuingInProcess
3418 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3419
3420 Default: Don't prevent
3421
3422 Asks: \_\_\_ patrons from checking out an item whose rental charge would
3423 take them over the limit.
3424
3425 Values:
3426
3427 -  Don't prevent
3428
3429 -  Prevent
3430
3431 Description:
3432
3433 -  This preference determines if a patron can check items out if there
3434    is an overdue fine on the account and any of the materials the patron
3435    wishes to check out will potentially tip the account balance over the
3436    maximum fines policy the library has in place.
3437
3438 Example: Your library has a $5 limit set for 'fines' (ie, after
3439 incurring $5 in fines, a patron can no longer check out items). A patron
3440 comes to the desk with 5 items to check out (4 books and a video) The
3441 patron has $4 in charges already on their account. One of the videos has
3442 a rental charge of $1, therefore making the total fines on the patron's
3443 account suddenly $5 (the limit).
3444
3445 .. _maninvinnoissuescharge-label:
3446
3447 ManInvInNoissuesCharge
3448 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3449
3450 Default: Include
3451
3452 Asks: \_\_\_ MANUAL\_INV charges when summing up charges for
3453 noissuescharge.
3454
3455 Values:
3456
3457 -  Don't include
3458
3459 -  Include
3460
3461 Description:
3462
3463 -  This preference lets you decide if charges entered as manual invoices
3464    are included when calculating the
3465    :ref:`noissuescharge`. If this is set to include then
3466    Koha will include all manual invoices when deciding if the patron
3467    owes too much money to check anything else out of the library. If
3468    it's set to Don't include then Koha will ignore all manual invoice
3469    charges when figuring out if the patron owes too much money to
3470    checkout additional materials.
3471
3472 .. _marklostitemsasreturned-label:
3473
3474 MarkLostItemsAsReturned
3475 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3476
3477 Default: Mark
3478
3479 Asks: \_\_\_ items as returned when flagged as lost.
3480
3481 Values:
3482
3483 -  Do not mark
3484
3485 -  Mark
3486
3487 Description:
3488
3489 -  This preference lets you decide if an item marked as lost is automatically returned from the user's file or not.
3490
3491 .. _maxoutstanding-label:
3492
3493 maxoutstanding
3494 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3495
3496 Default: 5
3497
3498 Asks: Prevent patrons from making holds on the OPAC if they owe more
3499 than \_\_\_ USD in fines.
3500
3501 .. _noissuescharge-label:
3502
3503 noissuescharge
3504 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3505
3506 Default: 5
3507
3508 Asks: Prevent patrons from checking out books if they have more than
3509 \_\_\_ USD in fines.
3510
3511 Description:
3512
3513 -  This preference is the maximum amount of money owed to the library
3514    before the user is banned from borrowing more items. Using the
3515    :ref:`ManInvInNoissuesCharge` and
3516    :ref:`RentalsInNoissuesCharge` preferences
3517    you can control which types of charges are considered in this total.
3518    This also coincides with :ref:`maxoutstanding` that
3519    limits patrons from placing holds when the maximum amount is owed to
3520    the library.
3521
3522 .. _noissueschargeguarantees-label:
3523
3524 NoIssuesChargeGuarantees
3525 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3526
3527 Asks: Prevent a patron from checking out if the patron has guarantees
3528 owing in total more than \_\_\_ USD in fines.
3529
3530 Description:
3531
3532 -  Allows a library to prevent patrons from checking out items if his or
3533    her guarantees owe too much in fines.
3534
3535 .. _norenewalbeforeprecision-label:
3536
3537 NoRenewalBeforePrecision
3538 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3539
3540 Default: date
3541
3542 Asks: Calculate "No renewal before" based on \_\_\_.
3543
3544 Values:
3545
3546 -  date
3547
3548 -  exact time
3549
3550     **Note**
3551
3552     Only relevant for loans calculated in days, hourly loans are not
3553     affected.
3554
3555 Description:
3556
3557 -  This preference allows you to control how the 'No renewal before"
3558    option in the :ref:`Circulation and fines rules`
3559    administration area.
3560
3561 .. _noticebcc-label:
3562
3563 NoticeBcc
3564 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3565
3566 Asks: Send all notices as a BCC to this email address \_\_\_
3567
3568 This preference makes it so that a librarian can get a copy of every
3569 notice sent out to patrons.
3570
3571     **Note**
3572
3573     If you'd like more than one person to receive the blind copy you can
3574     simply enter in multiple email addresses separated by commas.
3575
3576 .. _onsitecheckouts-label:
3577
3578 OnSiteCheckouts
3579 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3580
3581 Default: Disable
3582
3583 Asks: \_\_\_ the on-site checkouts feature.
3584
3585 Values:
3586
3587 -  Disable
3588
3589 -  Enable
3590
3591    |image1184|
3592
3593 Description:
3594
3595 -  This preference lets you check out items that are 'not for loan' to
3596    patrons. A checkbox is added to the checkout screen when this
3597    preference is set to 'Enable' labeled 'On-site checkout'. This allows
3598    you to track who's using items that are normally not for loan or are
3599    in a closed stack setting.
3600
3601 .. _onsitecheckoutsforce-label:
3602
3603 OnSiteCheckoutsForce
3604 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3605
3606 Default: Disable
3607
3608 Asks: \_\_\_ the on-site for all cases (Even if a user is debarred,
3609 etc.).
3610
3611 Values:
3612
3613 -  Disable
3614
3615 -  Enable
3616
3617    |image31|
3618
3619 Description:
3620
3621 -  This preference lets the staff override any restrictions a patron
3622    might have and check out items for use within the library. The
3623    :ref:`OnSiteCheckouts` preference must first be set
3624    to 'Enable' for this preference to be considered.
3625
3626 .. _opacfinenorenewalsblockautorenew-label:
3627
3628 OPACFineNoRenewalsBlockAutoRenew
3629 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3630
3631 Default: Allow
3632
3633 Asks: If a patron owes more than the value of :ref:`OPACFineNoRenewals`,
3634 \_\_\_ his/her auto renewals.
3635
3636 Values:
3637
3638 -  Allow
3639
3640 -  Block
3641
3642 .. _overduenoticecalendar-label:
3643
3644 OverdueNoticeCalendar
3645 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3646
3647 Default: Ignore calendar
3648
3649 Asks: \_\_\_ when working out the period for overdue notices
3650
3651 Values:
3652
3653 -  Ignore calendar
3654
3655    -  Notices do not take holidays into account, so they will be sent
3656       even if holidays have meant the item is not actually overdue yet
3657
3658 -  Use calendar
3659
3660    -  Notices take holidays into account, so they will not be sent if
3661       holidays mean the item is not actually overdue yet
3662
3663 .. _overduesblockcirc-label:
3664
3665 OverduesBlockCirc
3666 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3667
3668 Default: Ask for confirmation
3669
3670 Asks: \_\_\_ when checking out to a borrower that has overdues
3671 outstanding
3672
3673 Values:
3674
3675 -  Ask for confirmation
3676
3677    -  Will not let you check an item out to patrons with overdues until
3678       a librarian confirms that it is okay
3679
3680 -  Block
3681
3682    -  Block all patrons with overdue items from being able to check out
3683
3684 -  Don't block
3685
3686    -  Allow all patrons with overdue items to continue to check out
3687
3688 .. _overduesblockrenewing-label:
3689
3690 OverduesBlockRenewing
3691 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3692
3693 Default: allow renewing
3694
3695 Asks: When a patron's checked out item is overdue, \_\_\_
3696
3697 Values:
3698
3699 -  allow renewing
3700
3701 -  block renewing for all the patron's items
3702
3703 -  block renewing for only this item
3704
3705 .. _printnoticesmaxlines-label:
3706
3707 PrintNoticesMaxLines
3708 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3709
3710 Asks: Include up to \_\_\_ item lines in a printed overdue notice.
3711
3712     **Note**
3713
3714     If the number of items is greater than this number, the notice will
3715     end with a warning asking the borrower to check their online account
3716     for a full list of overdue items.
3717
3718     **Note**
3719
3720     Set to 0 to include all overdue items in the notice, no matter how
3721     many there are.
3722
3723     **Important**
3724
3725     This preference only refers to the print notices, not those sent via
3726     email.
3727
3728 .. _renewalperiodbase-label:
3729
3730 RenewalPeriodBase
3731 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3732
3733 Default: the old due date of the checkout
3734
3735 Asks: When renewing checkouts, base the new due date on \_\_\_
3736
3737 Values:
3738
3739 -  the old due date of the checkout
3740
3741 -  the current date
3742
3743 .. _renewalsendnotice-label:
3744
3745 RenewalSendNotice
3746 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3747
3748 Default: Don't send
3749
3750 Asks: \_\_\_\_ a renewal notice according to patron checkout alert
3751 preferences.
3752
3753 Values:
3754
3755 -  Don't send
3756
3757 -  Send
3758
3759 Description:
3760
3761 -  If a patron has chosen to receive a check out notice in their
3762    messaging preferences and this preference is set to 'Send' then those
3763    patrons will also receive a notice when they renew materials. You
3764    will want to set up a :ref:`new notice <adding-notices-&-slips-label>` with the code of
3765    RENEWAL (if you don't already have it) with custom text for renewing
3766    items.
3767
3768        **Important**
3769
3770        This preference requires that you have
3771        :ref:`EnhancedMessagingPreferences`
3772        set to 'Allow'
3773
3774 .. _rentalfeescheckoutconfirmation-label:
3775
3776 RentalFeesCheckoutConfirmation
3777 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3778
3779 Default: do not ask
3780
3781 Asks: When checking out an item with rental fees, \_\_\_ for
3782 confirmation.
3783
3784 Values:
3785
3786 -  ask
3787
3788   |image1183|
3789
3790 -  do not ask
3791
3792 Description:
3793
3794 -  If you are charging rental fees for items this preference will make
3795    it so that you can show (or not show) a confirmation before checking
3796    out an item that will incur a rental charge.
3797
3798 .. _rentalsinnoissuescharge-label:
3799
3800 RentalsInNoissuesCharge
3801 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3802
3803 Default: Include
3804
3805 Asks: \_\_\_ rental charges when summing up charges for noissuescharge.
3806
3807 Values:
3808
3809 -  Don't include
3810
3811 -  Include
3812
3813 Description:
3814
3815 -  This preference lets you decide if rental charges are included when
3816    calculating the :ref:`noissuescharge`. If this is set
3817    to include then Koha will include all rental charges when deciding if
3818    the patron owes too much money to check anything else out of the
3819    library. If it's set to Don't include then Koha will ignore all
3820    rental charges when figuring out if the patron owes too much money to
3821    checkout additional materials.
3822
3823 .. _restrictionblockrenewing-label:
3824
3825 RestrictionBlockRenewing
3826 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3827
3828 Default: Allow
3829
3830 Asks: If patron is restricted, \_\_\_ renewing of items.
3831
3832 Values:
3833
3834 -  Allow
3835
3836 -  Block
3837
3838 .. _returnbeforeexpiry-label:
3839
3840 ReturnBeforeExpiry
3841 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3842
3843 Default: Don't require
3844
3845 Asks: \_\_\_ patrons to return books before their accounts expire (by
3846 restricting due dates to before the patron's expiration date).
3847
3848 Values:
3849
3850 -  Don't require
3851
3852 -  Require
3853
3854 Description:
3855
3856 -  This is preference may prevent a patron from having items checked out
3857    after their library card has expired. If this is set to "Require",
3858    then a due date of any checked out item can not be set for a date
3859    which falls after the patron's card expiration. If the setting is
3860    left "Don't require" then item check out dates may exceed the
3861    expiration date for the patron's library card.
3862
3863 .. _returntoshelvingcart-label:
3864
3865 ReturnToShelvingCart
3866 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3867
3868 Default: Don't move
3869
3870 Asks: \_\_\_ all items to the location CART when they are checked in.
3871
3872 Values:
3873
3874 -  Don't move
3875
3876 -  Move
3877
3878 Description:
3879
3880 -  More information can be found in the :ref:`related
3881    chapter <in-processing-/-book-cart-locations-label>` in this manual.
3882
3883 .. _staffsearchresultsdisplaybranch-label:
3884
3885 StaffSearchResultsDisplayBranch
3886 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3887
3888 Default: the library the item is held by
3889
3890 Asks: For search results in the staff client, display the branch of
3891 \_\_\_
3892
3893 Values:
3894
3895 -  the library the item is from
3896
3897 -  the library the items is held by
3898
3899 .. _switchonsitecheckouts-label:
3900
3901 SwitchOnSiteCheckouts
3902 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3903
3904 Default: Don't switch
3905
3906 Asks: \_\_\_ on-site checkouts to normal checkouts when checked out.
3907
3908 Values:
3909
3910 -  Don't switch
3911
3912 -  Switch
3913
3914 .. _transfersmaxdayswarning-label:
3915
3916 TransfersMaxDaysWarning
3917 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3918
3919 Default: 3
3920
3921 Asks: Show a warning on the "Transfers to Receive" screen if the
3922 transfer has not been received \_\_\_ days after it is sent.
3923
3924 Description:
3925
3926 -  The TransferMaxDaysWarning preference is set at a default number of
3927    days. This preference allows for a warning to appear after a set
3928    amount of time if an item being transferred between library branches
3929    has not been received. The warning will appear in the :ref:`Transfers to
3930    Receive <transfers-to-receive-label>` report.
3931
3932 .. _usebranchtransferlimits-&-branchtransferlimitstype-label:
3933
3934 UseBranchTransferLimits & BranchTransferLimitsType
3935 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3936
3937 Defaults: Don't enforce & collection code
3938
3939 Asks: \_\_\_ branch transfer limits based on \_\_\_
3940
3941 UseBranchTransferLimits Values:
3942
3943 -  Don't enforce
3944
3945 -  Enforce
3946
3947 BranchTransferLimitsType Values:
3948
3949 -  collection code
3950
3951 -  item type
3952
3953 BranchTransferLimitsType Description:
3954
3955 -  This parameter is a binary setting which determines whether items are
3956    transferred according to item type or collection code. This value
3957    determines how the library manager is able to restrict what items can
3958    be transferred between the branches.
3959
3960 .. _usedaysmode-label:
3961
3962 useDaysMode
3963 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3964
3965 Default: Don't include
3966
3967 Asks: Calculate the due date using \_\_\_.
3968
3969 Values:
3970
3971 -  circulation rules only.
3972
3973 -  the calendar to push the due date to the next open day.
3974
3975 -  the calendar to skip all days the library is closed.
3976
3977 Description:
3978
3979 -  This preference controls how scheduled library closures affect the
3980    due date of a material. The 'the calendar to skip all days the
3981    library is closed' setting allows for a scheduled closure not to
3982    count as a day in the loan period, the 'circulation rules only'
3983    setting would not consider the scheduled closure at all, and 'the
3984    calendar to push the due date to the next open day' would only effect
3985    the due date if the day the item is due would fall specifically on
3986    the day of closure.
3987
3988 Example:
3989
3990 -  The library has put December 24th and 25th in as closures on the
3991    calendar. A book checked out by a patron has a due date of December
3992    25th according to the circulation and fine rules. If this preference
3993    is set to 'circulation rules only' then the item will remain due on
3994    the 25th. If the preference is set to 'the calendar to push the due
3995    date to the next open day' then the due date will be December 26th.
3996    If the preference is set to 'the calendar to skip all days the
3997    library is closed' then the due date will be pushed to the 27th of
3998    December to accommodate for the two closed days.
3999
4000 The calendar is defined on a branch by branch basis. To learn more about
4001 the calendar, check out the ^:ref:`Calendar & Holidays <calendar-label>`^
4002 section of this manual.
4003
4004 .. _usetransportcostmatrix-label:
4005
4006 UseTransportCostMatrix
4007 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4008
4009 Default: Don't use
4010
4011 Asks: \_\_\_ Transport Cost Matrix for calculating optimal holds filling
4012 between branches.
4013
4014 Values:
4015
4016 -  Don't use
4017
4018 -  Use
4019
4020 Description:
4021
4022 -  If the system is configured to use the :ref:`Transport cost
4023    matrix <transport-cost-matrix-label>` for filling holds, then when
4024    attempting to fill a hold, the system will search for the lowest cost
4025    branch, and attempt to fill the hold with an item from that branch
4026    first. Branches of equal cost will be selected from randomly. The
4027    branch or branches of the next highest cost shall be selected from
4028    only if all the branches in the previous group are unable to fill the
4029    hold.
4030
4031    The system will use the item's current holding branch when
4032    determining whether the item can fulfill a hold using the Transport
4033    Cost Matrix.
4034
4035 .. _course-reserves-label:
4036
4037 Course Reserves
4038 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4039
4040 .. _usecoursereserves-label:
4041
4042 UseCourseReserves
4043 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4044
4045 Default: Don't use
4046
4047 Asks: \_\_\_ course reserves
4048
4049 Values:
4050
4051 -  Don't use
4052
4053 -  Use
4054
4055 Description:
4056
4057 -  The `Course Reserves <#coursereserves>`__ module in Koha allows you
4058    to temporarily move items to 'reserve' and assign different
4059    circulation rules to these items while they are being used for a
4060    specific course.
4061
4062 .. _fines-policy-label:
4063
4064 Fines Policy
4065 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4066
4067 .. _finescalendar-label:
4068
4069 finesCalendar
4070 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4071
4072 Default: not including the days the library is closed
4073
4074 Asks: Calculate fines based on days overdue \_\_\_
4075
4076 Values:
4077
4078 -  directly
4079
4080 -  not including the days the library is closed
4081
4082 Description:
4083
4084 -  This preference will determine whether or not fines will be accrued
4085    during instances when the library is closed. Examples include
4086    holidays, library in-service days, etc. Choosing "not including the
4087    days the library is closed" setting will enable Koha to access its
4088    :ref:`Calendar` module and be considerate of dates when
4089    the library is closed. To make use of this setting the administrator
4090    must first access Koha's calendar and mark certain days as "holidays"
4091    ahead of time.
4092
4093 The calendar is defined on a branch by branch basis. To learn more about
4094 the calendar, check out the ^:ref:`Calendar & Holidays <calendar-label>`
4095 section of this manual.
4096
4097 .. _finesincludegraceperiod-label:
4098
4099 FinesIncludeGracePeriod
4100 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4101
4102 Default: Include
4103
4104 Asks: \_\_\_ the grace period when calculating the fine for an overdue
4105 item.
4106
4107 Values:
4108
4109 -  Don't include
4110
4111 -  Include
4112
4113 Description:
4114
4115 -  This preference lets you control how Koha calculates fines when there
4116    is a grace period. If you choose to include the grace period when
4117    calculating fines then Koha will charge for the days in the grace
4118    period should the item be overdue more than those days. If you choose
4119    not to include the grace period then Koha will only charge for the
4120    days overdue after the grace period.
4121
4122 .. _finesmode-label:
4123
4124 finesMode
4125 ^^^^^^^^^^^^^^^^^^^^^^^^^^
4126
4127 Default: Calculate (but only for mailing to the admin)
4128
4129 Asks: \_\_\_ fines
4130
4131 Values:
4132
4133 -  Calculate (but only for mailing to the admin)
4134
4135 -  Calculate and charge
4136
4137 -  Don't calculate
4138
4139     **Important**
4140
4141     Requires that you have the fines cron job running
4142     (misc/cronjobs/fines.pl)
4143
4144 .. _holdfeemode-label:
4145
4146 HoldFeeMode
4147 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4148
4149 Default: only if all items are checked out and the record has at least one hold already.
4150
4151 Asks: Charge a hold fee \_\_\_
4152
4153 Values:
4154
4155 -  any time a hold is collected.
4156
4157 -  any time a hold is placed.
4158
4159 -  only if all items are checked out and the record has at least one hold already.
4160
4161 .. _processingfeenote-label:
4162
4163 ProcessingFeeNote
4164 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4165
4166 Asks: Set the text to be recorded in the column 'note', table 'accountlines' when the processing fee (defined in item type) is applied.
4167
4168 .. _refundlostonreturncontrol-label:
4169
4170 RefundLostOnReturnControl
4171 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4172
4173 Default: check-in library.
4174
4175 Asks: If a lost item is returned, apply the refunding rules defined
4176 in the \_\_\_
4177
4178 Values:
4179
4180 -  check-in library.
4181
4182 -  item holding branch.
4183
4184 -  item home branch.
4185
4186 .. _usedefaultreplacementcost-label:
4187
4188 useDefaultReplacementCost
4189 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4190
4191 Default: Don't use
4192
4193 Asks: \_\_\_ the default replacement cost defined in item type.
4194
4195 Values:
4196
4197 -  Don't use
4198
4199 -  Use
4200
4201 Description:
4202
4203 -  This preference enables the use of the replacement cost set on the item type level
4204
4205 .. _whenlostchargereplacementfee-label:
4206
4207 WhenLostChargeReplacementFee
4208 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4209
4210 Default: Charge
4211
4212 Asks: \_\_\_ the replacement price when a patron loses an item.
4213
4214 Values:
4215
4216 -  Charge
4217
4218 -  Don't charge
4219
4220 Description:
4221
4222 -  This preference lets you tell Koha what to do with an item is marked
4223    lost. If you want Koha can 'Charge' the patron the replacement fee
4224    listed on the item they lost or it can do nothing in reference to the
4225    patron and just mark the item lost in the catalog.
4226
4227 .. _whenlostforgivefine-label:
4228
4229 WhenLostForgiveFine
4230 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4231
4232 Default: Don't forgive
4233
4234 Asks: \_\_\_ the fines on an item when it is lost.
4235
4236 Values:
4237
4238 -  Don't forgive
4239
4240 -  Forgive
4241
4242 Description:
4243
4244 -  This preference allows the library to decide if fines are charged in
4245    addition to the replacement fee when an item is marked as lost. If
4246    this preference is set to 'Forgive' then the patron won't be charged
4247    fines in addition to the replacement fee.
4248
4249 .. _holds-policy-label:
4250
4251 Holds Policy
4252 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4253
4254 .. _allowholddateinfuture-label:
4255
4256 AllowHoldDateInFuture
4257 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4258
4259 Default: Allow
4260
4261 Asks: \_\_\_ hold requests to be placed that do not enter the waiting
4262 list until a certain future date.
4263
4264 Values:
4265
4266 -  Allow
4267
4268 -  Don't allow
4269
4270 .. _allowholditemtypeselection-label:
4271
4272 AllowHoldItemTypeSelection
4273 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4274
4275 Default: Don't allow
4276
4277 Asks: \_\_\_ hold fulfillment to be limited by itemtype.
4278
4279 Values:
4280
4281 -  Allow
4282
4283 -  Don't allow
4284
4285 .. _allowholdpolicyoverride-label:
4286
4287 AllowHoldPolicyOverride
4288 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4289
4290 Default: Allow
4291
4292 Asks: \_\_\_ staff to override hold policies when placing holds.
4293
4294 Values:
4295
4296 -  Allow
4297
4298 -  Don't allow
4299
4300 Description:
4301
4302 -  This preference is a binary setting which controls whether or not the
4303    library staff can override the circulation and fines rules as they
4304    pertain to the placement of holds. Setting this value to "Don't
4305    allow" will prevent anyone from overriding, setting it to "Allow"
4306    will allow it. This setting is important because it determines how
4307    strict the libraries rules for placing holds are. If this is set to
4308    "Allow", exceptions can be made for patrons who are otherwise
4309    normally in good standing with the library, but there is opportunity
4310    for the staff to abuse this function. If it is set to "Don't allow",
4311    no abuse of the system is possible, but it makes the system entirely
4312    inflexible in respect to holds.
4313
4314 .. _allowholdsondamageditems-label:
4315
4316 AllowHoldsOnDamagedItems
4317 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4318
4319 Default: Allow
4320
4321 Asks: \_\_\_ hold requests to be placed on damaged items.
4322
4323 Values:
4324
4325 -  Allow
4326
4327 -  Don't allow
4328
4329 Description:
4330
4331 -  This parameter is a binary setting which controls whether or not hold
4332    requests can be placed on items that are marked as "damaged" (items
4333    are marked as damaged by editing subfield 4 on the item record).
4334    Setting this value to "Don't allow" will prevent anyone from placing
4335    a hold on such items, setting it to "Allow" will allow it. This
4336    preference is important because it determines whether or not a patron
4337    can place a request for an item that might be in the process of being
4338    repaired or not in good condition. The library may wish to set this
4339    to "Don't allow" if they were concerned about their patrons not
4340    receiving the item in a timely manner or at all (if it is determined
4341    that the item is beyond repair). Setting it to "Allow" would allow a
4342    patron to place a hold on an item and therefore receive it as soon as
4343    it becomes available.
4344
4345 .. _allowholdsonpatronspossessions-label:
4346
4347 AllowHoldsOnPatronsPossessions
4348 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4349
4350 Default: Allow
4351
4352 Asks: \_\_\_\_ a patron to place a hold on a record where the patron
4353 already has one or more items attached to that record checked out.
4354
4355 Values:
4356
4357 -  Allow
4358
4359 -  Don't allow
4360
4361 Description:
4362
4363 -  By setting to "Don't allow," you can prevent patrons from placing
4364    holds on items they already have out, thus preventing them from
4365    blocking anyone else from getting an item.
4366
4367 .. _allowrenewalifotheritemsavailable-label:
4368
4369 AllowRenewalIfOtherItemsAvailable
4370 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4371
4372 Default: Don't allow
4373
4374 Asks: \_\_\_ a patron to renew an item with unfilled holds if other
4375 available items can fill that hold.
4376
4377 Values:
4378
4379 -  Allow
4380
4381 -  Don't allow
4382
4383 .. _autoresumesuspendedholds-label:
4384
4385 AutoResumeSuspendedHolds
4386 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4387
4388 Default: Allow
4389
4390 Asks: \_\_\_ suspended holds to be automatically resumed by a set date.
4391
4392 Values:
4393
4394 -  Allow
4395
4396 -  Don't allow
4397
4398 Description:
4399
4400 -  If this preference is set to 'Allow' then all suspended holds will be
4401    able to have a date at after which they automatically become
4402    unsuspended. If you have this preference set to 'Allow' you will also
4403    need the :ref:`Unsuspend Holds` cron job running.
4404
4405     **Important**
4406
4407     The holds will become unsuspended the date after that entered by the
4408     patron.
4409
4410 .. _canmarkholdstopullaslost-label:
4411
4412 CanMarkHoldsToPullAsLost
4413 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4414
4415 Default: Do not allow to mark items as lost
4416
4417 Asks: \_\_\_ from the 'Holds to pull' screen
4418
4419 Values:
4420
4421 -  Allow to mark items as lost
4422
4423 -  Allow to mark items as lost and notify the patron
4424
4425 -  Do not allow to mark items as lot
4426
4427 Description:
4428
4429 -  This preference lets you choose whether the staff can mark items
4430    as lost directly from the 'Holds to pull' list if they can't
4431    find the item on the shelf.
4432
4433 .. _canreservefromotherbranches-label:
4434
4435 canreservefromotherbranches
4436 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4437
4438 Default: Allow
4439
4440 Asks: \_\_\_ a user from one library to place a hold on an item from
4441 another library
4442
4443 Description:
4444
4445 -  This preference is a binary setting which determines whether patrons
4446    can place holds on items from other branches. If the preference is
4447    set to "Allow" patrons can place such holds, if it is set to "Don't
4448    allow" they cannot. This is an important setting because it
4449    determines if users can use Koha to request items from another
4450    branch. If the library is sharing an installation of Koha with other
4451    independent libraries which do not wish to allow interlibrary
4452    borrowing it is recommended that this parameter be set to "Don't
4453    allow".
4454
4455 Values:
4456
4457 -  Allow
4458
4459 -  Don't allow (with :ref:`independent branches <independentbranches-label>`)
4460
4461 .. _confirmfutureholds-label:
4462
4463 ConfirmFutureHolds
4464 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4465
4466 Default: 0
4467
4468 Asks: Confirm future hold requests (starting no later than \_\_\_ days
4469 from now) at checkin time.
4470
4471 Description:
4472
4473 -  When confirming a hold at checkin time, the number of days in this
4474    preference is taken into account when deciding which holds to show
4475    alerts for. This preference does not interfere with renewing,
4476    checking out or transferring a book.
4477
4478     **Note**
4479
4480     This number of days will be used too in calculating the default end
4481     date for the Holds to pull-report. But it does not interfere with
4482     issuing, renewing or transferring books.
4483
4484     **Important**
4485
4486     This preference is only looked at if you're allowing hold dates in
4487     the future with :ref:`AllowHoldDateInFuture`
4488     or :ref:`OPACAllowHoldDateInFuture`
4489
4490 .. _decreaseloanhighholds,-decreaseloanhighholdsduration,-decreaseloanhighholdsvalue,-decreaseloanhighholdscontrol,-and-decreaseloanhighholdsignorestatuses-label:
4491
4492 decreaseLoanHighHolds, decreaseLoanHighHoldsDuration, decreaseLoanHighHoldsValue, decreaseLoanHighHoldsControl, and decreaseLoanHighHoldsIgnoreStatuses
4493 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4494
4495 Asks: \_\_\_ the reduction of loan period \_\_\_ to days for items with
4496 more than \_\_\_ holds \_\_\_ . Ignore items with the following statuses
4497 when counting items \_\_\_
4498
4499 decreaseLoanHighHolds default: Don't enable
4500
4501 decreaseLoanHighHoldsControl default: on the record
4502
4503 decreaseLoanHighHolds values:
4504
4505 -  Enable
4506
4507 decreaseLoanHighHoldsControl values:
4508
4509 -  over the number of holdable items on the records
4510
4511 -  on the record
4512
4513 decreaseLoanHighHoldsIgnoreStatuses values:
4514
4515 -  [Select All]
4516
4517 -  Damages
4518
4519 -  Lost
4520
4521 -  Not for loan
4522
4523 -  Withdrawn
4524
4525 Description:
4526
4527 -  These preferences let you change the loan length for items that have
4528    many holds on them. This will not effect items that are already
4529    checked out, but items that are checked out after the
4530    decreaseLoanHighHoldsValue is met will only be checked out for the
4531    number of days entered in the decreaseLoanHighHoldsDuration
4532    preference.
4533
4534    |image32|
4535
4536 .. _displaymultiplacehold-label:
4537
4538 DisplayMultiPlaceHold
4539 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4540
4541 Default: Don't enable
4542
4543 Asks: \_\_\_ the ability to place holds on multiple biblio from the
4544 search results
4545
4546 Values:
4547
4548 -  Don't enable
4549
4550 -  Enable
4551
4552 .. _emaillibrarianwhenholdisplaced-label:
4553
4554 emailLibrarianWhenHoldIsPlaced
4555 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4556
4557 Default: Don't enable
4558
4559 Asks: \_\_\_ sending an email to the Koha administrator email address
4560 whenever a hold request is placed.
4561
4562 Values:
4563
4564 -  Don't enable
4565
4566 -  Enable
4567
4568 Description:
4569
4570 -  This preference enables Koha to email the library staff whenever a
4571    patron requests an item to be held. While this function will
4572    immediately alert the librarian to the patron's need, it is extremely
4573    impractical in most library settings. In most libraries the hold
4574    lists are monitored and maintained from a separate interface. That
4575    said, many libraries that allow on shelf holds prefer to have this
4576    preference turned on so that they are alerted to pull an item from
4577    the shelf.
4578
4579     **Important**
4580
4581     In order for this email to send you must have a
4582     :ref:`notice <notices-&-slips-label>` template with the code of HOLDPLACED
4583
4584     **Important**
4585
4586     This notice will only be sent if the :ref:`process\_message\_queue.pl
4587     cronjob <message-queue-label>` being run periodically to send the
4588     messages.
4589
4590 .. _excludeholidaysfrommaxpickupdelay-label:
4591
4592 ExcludeHolidaysFromMaxPickUpDelay
4593 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4594
4595 Default: Don't allow
4596
4597 Asks: \_\_\_ Closed days to be taken into account in reserves max pickup delay.
4598
4599 Values:
4600
4601 -  Don't allow
4602
4603 -  Allow
4604
4605 .. _expirereservesmaxpickupdelay-label:
4606
4607 ExpireReservesMaxPickUpDelay
4608 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4609
4610 Default: Don't allow
4611
4612 Asks: \_\_\_ holds to expire automatically if they have not been picked
4613 by within the time period specified in
4614 :ref:`ReservesMaxPickUpDelay`
4615
4616 Values:
4617
4618 -  Allow
4619
4620 -  Don't allow
4621
4622 Description:
4623
4624 -  If set to 'allow' this will cancel holds that have been waiting for
4625    longer than the number of days specified in the
4626    :ref:`ReservesMaxPickUpDelay` system
4627    preference. Holds will only be cancelled if the :ref:`Expire Holds cron
4628    job <expired-holds-label>` is runnning.
4629
4630 .. _expirereservesmaxpickupdelaycharge-label:
4631
4632 ExpireReservesMaxPickUpDelayCharge
4633 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4634
4635 Default: 0
4636
4637 Asks: If using
4638 :ref:`ExpireReservesMaxPickUpDelay`, charge
4639 a borrower who allows his or her waiting hold to expire a fee of \_\_\_
4640 USD
4641
4642 Description:
4643
4644 -  If you are expiring holds that have been waiting too long you can use
4645    this preference to charge the patron for not picking up their hold.
4646    If you don't charge patrons for items that aren't picked up you can
4647    leave this set to the default which is 0. Holds will only be
4648    cancelled and charged if the :ref:`Expire Holds cron
4649    job <expired-holds-label>` is running.
4650
4651 .. _expirereservesonholidays-label:
4652
4653 ExpireReservesOnHolidays
4654 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4655
4656 Default: Allow
4657
4658 Asks: \_\_\_ expired holds to be cancelled on days the library is
4659 closed.
4660
4661 Values:
4662
4663 -  Allow
4664
4665 -  Don't allow
4666
4667 .. _localholdspriority,-localholdsprioritypatroncontrol,-localholdspriorityitemcontrol-label:
4668
4669 LocalHoldsPriority, LocalHoldsPriorityPatronControl, LocalHoldsPriorityItemControl
4670 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4671
4672 Asks: \_\_\_ priority for filling holds to patrons whose \_\_\_ matches
4673 the item's \_\_\_
4674
4675 LocalHoldsPriority Values:
4676
4677 -  Don't give
4678
4679 -  Give
4680
4681 LocalHoldsPriorityPatronControl Values:
4682
4683 -  home library
4684
4685 -  pickup library
4686
4687 LocalHoldsPriorityItemControl Values:
4688
4689 -  holding library
4690
4691 -  home library
4692
4693 Description:
4694
4695 -  This feature will allow libraries to specify that, when an item is
4696    returned, a local hold may be given priority for fulfillment even
4697    though it is of lower priority in the list of unfilled holds.
4698
4699 .. _maxreserves-label:
4700
4701 maxreserves
4702 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4703
4704 Default: 50
4705
4706 Asks: Patrons can only have \_\_\_ holds at once.
4707
4708 .. _opacallowholddateinfuture-label:
4709
4710 OPACAllowHoldDateInFuture
4711 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4712
4713 Default: Allow
4714
4715 Asks: \_\_\_ patrons to place holds that don't enter the waiting list
4716 until a certain future date.
4717
4718 Values:
4719
4720 -  Allow
4721
4722    -  :ref:`AllowHoldDateInFuture` must also be
4723       enabled for this to work
4724
4725 -  Don't allow
4726
4727 .. _opacallowusertochoosebranch-label:
4728
4729 OPACAllowUserToChooseBranch
4730 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4731
4732 Default: Allow
4733
4734 Asks: \_\_\_ a user to choose the branch to pick up a hold from.
4735
4736 Values:
4737
4738 -  Allow
4739
4740 -  Don't allow
4741
4742 Description:
4743
4744 -  Changing this preference will not prevent staff from being able to
4745    transfer titles from one branch to another to fill a hold, it will
4746    only prevent patrons from saying they plan on picking a book up at a
4747    branch other than their home branch.
4748
4749 .. _opacholdsifavailableatpickup-label:
4750
4751 OPACHoldsIfAvailableAtPickup
4752 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4753
4754 Default: Allow
4755
4756 Asks: \_\_\_ to pickup holds at libraries where the item is available.
4757
4758 Values:
4759
4760 -  Don't allow
4761
4762 -  Allow
4763
4764 Description:
4765
4766 -  Prevents borrowers from requesting items that are on the shelf
4767    at the same branch at which they wish to pick up those items.
4768
4769 .. _opacholdsifavailableatpickupexceptions-label:
4770
4771 OPACHoldsIfAvailableAtPickupExceptions
4772 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4773
4774 Default: blank
4775
4776 Asks: Patron categories not affected by :ref:`OPACHoldsIfAvailableAtPickup`
4777 \_\_\_ (list of patron categories separated with a pipe ^|^)
4778
4779 Description:
4780
4781 -  Patron category codes listed here separated by a pipe ^|^ are unaffected by
4782    :ref:`OPACHoldsIfAvailableAtPickup`.
4783
4784 .. _reservescontrolbranch-label:
4785
4786 ReservesControlBranch
4787 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4788
4789 Default: item's home library
4790
4791 Asks: Check the \_\_\_ to see if the patron can place a hold on the
4792 item.
4793
4794 Values:
4795
4796 -  item's home library.
4797
4798 -  patron's home library.
4799
4800 .. _reservesmaxpickupdelay-label:
4801
4802 ReservesMaxPickUpDelay
4803 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4804
4805 Default: 7
4806
4807 Asks: Mark a hold as problematic if it has been waiting for more than
4808 \_\_\_ days.
4809
4810 Description:
4811
4812 -  This preference (based on calendar days, not the :ref:`Koha holiday
4813    calendar <calendar-label>`) puts an expiration date on an item a
4814    patron has on hold. After this expiration date the staff will have
4815    the option to release the unclaimed hold which then may be returned
4816    to the library shelf or issued to the next patron on the item's hold
4817    list. Items that are 'expired' by this preference are moved to the
4818    'Holds Over' tab on the ^:ref:`Holds Awaiting Pickup <holds-awaiting-pickup-label>`^
4819    report.
4820
4821 .. _reservesneedreturns-label:
4822
4823 ReservesNeedReturns
4824 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4825
4826 Default: Don't automatically
4827
4828 Asks: \_\_\_ mark holds as found and waiting when a hold is placed
4829 specifically on them and they are already checked in.
4830
4831 Values:
4832
4833 -  Automatically
4834
4835 -  Don't automatically
4836
4837 Description:
4838
4839 -  This preference refers to 'item specific' holds where the item is
4840    currently on the library shelf. This preference allows a library to
4841    decide whether an 'item specific' hold is marked as "Waiting" at the
4842    time the hold is placed or if the item will be marked as "Waiting"
4843    after the item is checked in. This preference will tell the patron
4844    that their item is 'Waiting' for them at their library and ready for
4845    check out.
4846
4847 .. _staticholdsqueueweight,-holdsqueueskipclosed-&-randomizeholdsqueueweight-label:
4848
4849 StaticHoldsQueueWeight, HoldsQueueSkipClosed & RandomizeHoldsQueueWeight
4850 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4851
4852 StaticHoldsQueueWeight Default: 0
4853
4854 HoldsQueueSkipClosed Default: open or closed
4855
4856 RandomizeHoldsQueueWeight Default: in that order
4857
4858 Asks: Satisfy holds using items from the libraries \_\_\_ (as
4859 branchcodes, separated by commas; if empty, uses all libraries) when
4860 they are \_\_\_ \_\_\_.
4861
4862 HoldsQueueSkipClosed Values:
4863
4864 -  open or closed
4865
4866 -  open
4867
4868 RandomizeHoldsQueueWeight Values:
4869
4870 -  in random order
4871
4872    -  If StaticHoldsQueueWeight is left at the default Koha will
4873       randomize all libraries, otherwise it will randomize the libraries
4874       listed.
4875
4876 -  in that order
4877
4878    -  If StaticHoldsQueueWeight is left at the default then this will
4879       use all of your branches in alphabetical order, otherwise it will
4880       use the branches in the order that you entered them in the
4881       StaticHoldsQueueWeight preference.
4882
4883 Descriptions:
4884
4885 -  These preferences control how the :ref:`Holds Queue
4886    report <holds-queue-label>` is generated using :ref:`a cron
4887    job <holds-queue-label>`.
4888
4889    If you do not want all of your libraries to participate in the
4890    on-shelf holds fulfillment process, you should list the the libraries
4891    that \*do\* participate in the process here by inputting all the
4892    participating library's branchcodes, separated by commas ( e.g.
4893    "MPL,CPL,SPL,BML" etc. ).
4894
4895    By default, the holds queue will be generated such that the system
4896    will first attempt to hold fulfillment using items already at the
4897    pickup library if possible. If there are no items available at the
4898    pickup library to fill a hold, build\_holds\_queue.pl will then use
4899    the list of libraries defined in StaticHoldsQueueWeight. If
4900    RandomizeHoldsQueueWeight is disabled ( which it is by default ), the
4901    script will assign fulfillment requests in the order the branches are
4902    placed in the StaticHoldsQueueWeight system preference.
4903
4904    For example, if your system has three libraries, of varying sizes (
4905    small, medium and large ) and you want the burden of holds
4906    fulfillment to be on larger libraries before smaller libraries, you
4907    would want StaticHoldsQueueWeight to look something like
4908    "LRG,MED,SML".
4909
4910    If you want the burden of holds fulfillment to be spread out equally
4911    throughout your library system, simply enable
4912    RandomizeHoldsQueueWeight. When this system preference is enabled,
4913    the order in which libraries will be requested to fulfill an on-shelf
4914    hold will be randomized each time the list is regenerated.
4915
4916    Leaving StaticHoldsQueueWeight empty is contraindicated at this time.
4917    Doing so will cause the build\_holds\_queue script to ignore
4918    RandomizeHoldsQueueWeight, causing the script to request hold
4919    fulfillment not randomly, but by alphabetical order.
4920
4921     **Important**
4922
4923     The :ref:`Transport Cost Matrix <transport-cost-matrix-label>` takes
4924     precedence in controlling where holds are filled from, if the matrix
4925     is not used then Koha checks the StaticHoldsQueueWeight. To use the
4926     Transport Cost Matrix simply set your
4927     :ref:`UseTransportCostMatrix` preference to
4928     'Use'
4929
4930 .. _suspendholdsintranet-label:
4931
4932 SuspendHoldsIntranet
4933 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4934
4935 Default: Allow
4936
4937 Asks: \_\_\_ holds to be suspended from the intranet.
4938
4939 Values:
4940
4941 -  Allow
4942
4943 -  Don't allow
4944
4945 Description:
4946
4947 -  The holds suspension feature can be turned on and off in the staff
4948    client by altering this system preference. If this is set to 'allow'
4949    you will want to set the
4950    :ref:`AutoResumeSuspendedHolds` system
4951    preference.
4952
4953 .. _suspendholdsopac-label:
4954
4955 SuspendHoldsOpac
4956 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4957
4958 Default: Allow
4959
4960 Asks: \_\_\_ holds to be suspended from the OPAC.
4961
4962 Values:
4963
4964 -  Allow
4965
4966 -  Don't allow
4967
4968 Description:
4969
4970 -  The holds suspension feature can be turned on and off in the OPAC by
4971    altering this system preference. If this is set to 'allow' you will
4972    want to set the
4973    :ref:`AutoResumeSuspendedHolds` system
4974    preference.
4975
4976 .. _transferwhencancelallwaitingholds-label:
4977
4978 TransferWhenCancelAllWaitingHolds
4979 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4980
4981 Default: Don't transfer
4982
4983 Asks: \_\_\_ items when cancelling all waiting holds.
4984
4985 Values:
4986
4987 -  Don't transfer
4988
4989 -  Transfer
4990
4991 Description:
4992
4993 -  When TransferWhenCancelAllWaitingHolds is set to "Don't transfer", no
4994    branch transfer records are created. Koha will not allow the holds to
4995    be transferred, because that would orphan the items at the library
4996    where the holds were awaiting pickup, without any further instruction
4997    to staff as to what items are at the library or where they need to
4998    go. When that system preference set to "Transfer", branch transfers
4999    are created, so the holds may be cancelled.
5000
5001 .. _updateitemwhenlostfromholdlist-label:
5002
5003 UpdateItemWhenLostFromHoldList
5004 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5005
5006 Asks: Update item's values when marked as lost from the hold to pull screen. 
5007
5008 Description:
5009
5010 -  This is a list of values to update an item when it is marked as lost from 
5011    the holds to pull screen. For example, write "itemlost: 1" to set the items.
5012    itemlost value to 1 when the item is marked as lost. This will use the authorized
5013    value 1 from the LOST authorized value list. 
5014
5015 .. _housebound-module-label:
5016
5017 Housebound module
5018 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5019
5020 .. _houseboundmodule-label:
5021
5022 HouseboundModule
5023 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5024
5025 Default: Disable
5026
5027 Asks: \_\_\_ housebound module
5028
5029 Values:
5030
5031 -  Disable
5032
5033 -  Enable
5034
5035 Description:
5036
5037 -  This preference enables or disables the Housebound module which
5038    handles management of circulation to Housebound readers.
5039
5040 .. _housebound-interface-label:
5041
5042 Interface
5043 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5044
5045 .. _allowallmessagedeletion-label:
5046
5047 AllowAllMessageDeletion
5048 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5049
5050 Default: Don't allow
5051
5052 Asks: \_\_\_ staff to delete messages added from other libraries.
5053
5054 Values:
5055
5056 -  Allow
5057
5058 -  Don't allow
5059
5060 .. _allowcheckoutnotes-label:
5061
5062 AllowCheckoutNotes
5063 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5064
5065 Default: Don't allow
5066
5067 Asks: \_\_\_ patrons to submit notes about checked out items.
5068
5069 Values:
5070
5071 -  Don't allow
5072
5073 -  Allow
5074
5075 This preference if set to allow will give your patrons the option to add
5076 a note to an item they have checked out on the OPAC side.  This note will be
5077 seen on the staff side when the item is checked in.
5078
5079 .. _allowofflinecirculation-label:
5080
5081 AllowOfflineCirculation
5082 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5083
5084 Default: Do not enable
5085
5086 Asks: \_\_\_ offline circulation on regular circulation computers.
5087
5088 Values:
5089
5090 -  Do not enable
5091
5092 -  Enable
5093
5094 Description:
5095
5096 -  Setting this preference to 'Enable' allows you to use the Koha
5097    interface for :ref:`offline circulation <offline-circulation-utilities-label>`. This system
5098    preference does not affect the :ref:`Firefox
5099    plugin <firefox-plugin-label>` or the :ref:`desktop
5100    application <offline-circ-tool-for-windows-label>`, any of these three options can
5101    be used for offline circulation without effecting the other.
5102
5103 .. _autoswitchpatron-label:
5104
5105 AutoSwitchPatron
5106 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5107
5108 Default: Don't enable
5109
5110 Asks: \_\_\_ the automatic redirection to another patron when a patron
5111 barcode is scanned instead of a book. This should not be enabled if you
5112 have overlapping patron and book barcodes.
5113
5114 Values:
5115
5116 -  Don't enable
5117
5118 -  Enable
5119
5120 Description:
5121
5122 -  Enabling this system preference allows staff to scan a patron barcode instead
5123    of an item barcode in the checkout box to switch patron records.
5124
5125 .. _circautocompl-label:
5126
5127 CircAutocompl
5128 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5129
5130 Default: Try
5131
5132 Asks: \_\_\_ to automatically fill in the member when entering a patron
5133 search on the circulation screen.
5134
5135 Description:
5136
5137 -  This preference is a binary setting which determines whether
5138    auto-completion of fields is enabled or disabled for the circulation
5139    input field. Setting it to "Try" would enable a staff member to begin
5140    typing a name or other value into the field and have a menu pop up
5141    with suggestions for completing it. Setting it to "Don't try" would
5142    disable this feature. This preference can make staff members' jobs
5143    easier or it could potentially slow down the page loading process.
5144
5145 Values:
5146
5147 -  Don't try
5148
5149 -  Try
5150
5151    |image33|
5152
5153 .. _circautoprintquickslip-label:
5154
5155 CircAutoPrintQuickSlip
5156 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5157
5158 Default: open a print quick slip window
5159
5160 Asks: When an empty barcode field is submitted in circulation \_\_\_
5161
5162 Values:
5163
5164 -  clear the screen
5165
5166 -  open a print quick slip window
5167
5168 -  open a print slip window
5169
5170 Description:
5171
5172 -  If this preference is set to open a quick slip
5173    (:ref:`ISSUEQSLIP <existing-notices-&-slips-label>`) or open a slip
5174    (:ref:`ISSUESLIP <existing-notices-&-slips-label>`) for printing it will eliminate the
5175    need for the librarian to click the print button to generate a
5176    checkout receipt for the patron they're checking out to. If the
5177    preference is set to clear the screen then "checking out" an empty
5178    barcode will clear the screen of the patron you were last working
5179    with.
5180
5181 .. _circsidebar-label:
5182
5183 CircSidebar
5184 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5185
5186 Default: Deactivate
5187
5188 Asks: \_\_\_ the navigation sidebar on all Circulation pages.
5189
5190 Values:
5191
5192 -  Deactivate
5193
5194 -  Activate
5195
5196 .. _displayclearscreenbutton-label:
5197
5198 DisplayClearScreenButton
5199 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5200
5201 Default: Show
5202
5203 Asks: \_\_\_ a button to clear the current patron from the screen on the
5204 circulation screen.
5205
5206 Values:
5207
5208 -  Don't show
5209
5210    |image36|
5211
5212 -  Show
5213
5214    |image37|
5215
5216 .. _exportcirchistory-label:
5217
5218 ExportCircHistory
5219 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5220
5221 Default: Don't show
5222
5223 Asks: \_\_\_ the export patron checkout history options.
5224
5225 Values:
5226
5227 -  Don't show
5228
5229 -  Show
5230
5231 .. _exportremovefields-label:
5232
5233 ExportRemoveFields
5234 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5235
5236 Asks: The following fields should be excluded from the patron checkout
5237 history CSV or iso2709 export \_\_\_
5238
5239 Description:
5240
5241 -  This space separated list of fields (e.g. 100a 245b) will
5242    automatically be excluded when exporting the patron's current
5243    checkout history.
5244
5245    |image38|
5246
5247 .. _filterbeforeoverduereport-label:
5248
5249 FilterBeforeOverdueReport
5250 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5251
5252 Default: Don't require
5253
5254 Asks: \_\_\_ staff to choose which checkouts to show before running the
5255 overdues report.
5256
5257 Description:
5258
5259 -  Koha's overdue report shows you all of the overdue items in your
5260    library system. If you have a large library system you'll want to set
5261    this preference to 'Require' to force those running the report to
5262    first limit the data generated to a branch, date range, patron
5263    category or other such filter. Requiring that the report be filtered
5264    before it's run prevents your staff from running a system heavy
5265    report and slowing down other operations in the system.
5266
5267    |image34|
5268
5269 Values:
5270
5271 -  Don't require
5272
5273 -  Require
5274
5275 .. _finenotifyatcheckin-label:
5276
5277 FineNotifyAtCheckin
5278 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5279
5280 Default: Don't notify
5281
5282 Asks: \_\_\_ librarians of overdue fines on the items they are checking
5283 in.
5284
5285 Values:
5286
5287 -  Don't notify
5288
5289 -  Notify
5290
5291 Description:
5292
5293 -  With this preference set to 'Notify' all books that have overdue
5294    fines owed on them will pop up a warning when checking them in. This
5295    warning will need to acknowledged before you can continue checking
5296    items in. With this preference set to 'Don't notify,^ you will still
5297    see fines owed on the patron record, you just won't have an
5298    additional notification at check in.
5299
5300    |image35|
5301
5302 .. _holdstopullstartdate-label:
5303
5304 HoldsToPullStartDate
5305 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5306
5307 Default: 2
5308
5309 Asks: Set the default start date for the Holds to pull list to \_\_\_
5310 day(s) ago.
5311
5312 Description:
5313
5314 -  The :ref:`Holds to Pull <holds-to-pull-label>` report in circulation defaults to
5315    filtering holds placed 2 days ago. This preference allows you to set
5316    this default filter to any number of days.
5317
5318 .. _itembarcodefallbacksearch-label:
5319
5320 itemBarcodeFallbackSearch
5321 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5322
5323 Default: Don't enable
5324
5325 Asks: \_\_\_ the automatic use of a keyword catalog search if the phrase
5326 entered as a barcode on the checkout page does not turn up any results
5327 during an item barcode search.
5328
5329 Values:
5330
5331 -  Don't enable
5332
5333 -  Enable
5334
5335    |image40|
5336
5337 Description:
5338
5339 -  Sometimes libraries want to checkout using something other than the
5340    barcode. Enabling this preference will do a keyword search of Koha to
5341    find the item you're trying to check out. You can use the call
5342    number, barcode, part of the title or anything you'd enter in the
5343    keyword search when this preference is enabled and Koha will ask you
5344    which item you're trying to check out.
5345
5346     **Important**
5347
5348     While you're not searching by barcode a barcode is required on every
5349     title you check out. Only titles with barcodes will appear in the
5350     search results.
5351
5352 .. _itembarcodeinputfilter-label:
5353
5354 itemBarcodeInputFilter
5355 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5356
5357 Default: Don't filter
5358
5359 Asks: \_\_\_ scanned item barcodes.
5360
5361 Values:
5362
5363 -  Convert from CueCat format
5364
5365 -  Convert from Libsuite8 form
5366
5367 -  Don't filter
5368
5369 -  EAN-13 or zero-padded UPC-A from
5370
5371 -  Remove spaces from
5372
5373 -  Remove the first number from T-prefix style
5374
5375    -  This format is common among those libraries migrating from Follett
5376       systems
5377
5378 .. _noticecss-label:
5379
5380 NoticeCSS
5381 ^^^^^^^^^^^^^^^^^^^^^^^^^^
5382
5383 Asks: Include the stylesheet at \_\_\_ on Notices.
5384
5385     **Important**
5386
5387     This should be a complete URL, starting with http://
5388
5389 Description:
5390
5391 -  If you would like to style your notices with a consistent set of
5392    fonts and colors you can use this preference to point Koha to a
5393    stylesheet specifically for your notices.
5394
5395 .. _numreturneditemstoshow-label:
5396
5397 numReturnedItemsToShow
5398 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5399
5400 Default: 20
5401
5402 Asks : Show the \_\_\_ last returned items on the checkin screen.
5403
5404 .. _previousissuesdefaultsortorder-label:
5405
5406 previousIssuesDefaultSortOrder
5407 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5408
5409 Default: earliest to latest
5410
5411 Asks: Sort previous checkouts on the circulation page from \_\_\_ due
5412 date.
5413
5414 Values:
5415
5416 -  earliest to latest
5417
5418 -  latest to earliest
5419
5420 .. _recordlocaluseonreturn-label:
5421
5422 RecordLocalUseOnReturn
5423 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5424
5425 Default: Don't record
5426
5427 Asks: \_\_\_ local use when an unissued item is checked in.
5428
5429 Values:
5430
5431 -  Don't record
5432
5433 -  Record
5434
5435 Description:
5436
5437 -  When this preference is set to "Don't record" you can record local
5438    use of items by checking items out to the statistical patron. With
5439    this preference set to "Record" you can record local use by checking
5440    out to the statistical patron and/or by checking in a book that is
5441    not currently checked out.
5442
5443 .. _showallcheckins-label:
5444
5445 ShowAllCheckins
5446 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5447
5448 Default: Do not show
5449
5450 Asks: \_\_\_ all items in the "Checked-in items" list, even items that
5451 were not checked out.
5452
5453 Values:
5454
5455 -  Do not show
5456
5457 -  Show
5458
5459 Description:
5460
5461 -  When items that are not currently checked out are checked in they
5462    don't show on the list of checked in items. This preference allows
5463    you to choose how you'd like the log of checked in items displays.
5464
5465 .. _specifyduedate-label:
5466
5467 SpecifyDueDate
5468 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5469
5470 Default: Allow
5471
5472 Asks: \_\_\_ staff to specify a due date for a checkout.
5473
5474 Due dates are calculated using your circulation and fines rules, but
5475 staff can override that if you allow them to specify a due date at
5476 checkout.
5477
5478 Description:
5479
5480 -  This preference allows for circulation staff to change a due date
5481    from the automatic due date to another calendar date. This option
5482    would be used for circumstances in which the due date may need to be
5483    decreased or extended in a specific circumstance. The "Allow" setting
5484    would allow for this option to be utilized by staff, the "Don't
5485    allow" setting would bar staff from changing the due date on
5486    materials.
5487
5488 Values:
5489
5490 -  Allow
5491
5492    |image41|
5493
5494 -  Don't allow
5495
5496    |image42|
5497
5498 .. _specifyreturndate-label:
5499
5500 SpecifyReturnDate
5501 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5502
5503 Default: Don't allow
5504
5505 Asks: \_\_\_ staff to specify a return date for a check in.
5506
5507 Values:
5508
5509 -  Allow
5510
5511   |image1185|
5512
5513 -  Don't allow
5514
5515   |image1186|
5516
5517 Description:
5518
5519 -  This preference lets you decide if staff can specify an arbitrary
5520    return date when checking in items. If an arbitrary return date is
5521    specified then fines are recalculated accordingly.
5522
5523 .. _todaysissuesdefaultsortorder-label:
5524
5525 todaysIssuesDefaultSortOrder
5526 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5527
5528 Default: latest to earliest
5529
5530 Asks: Sort today's checkouts on the circulation page from \_\_\_ due
5531 date.
5532
5533 Values:
5534
5535 -  earliest to latest
5536
5537 -  latest to earliest
5538
5539 .. _updatetotalissuesoncirc-label:
5540
5541 UpdateTotalIssuesOnCirc
5542 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5543
5544 Default: Do not
5545
5546 Asks: \_\_\_ update a bibliographic record's total issues count whenever
5547 an item is issued
5548
5549 Values:
5550
5551 -  Do
5552
5553        **Important**
5554
5555        This increases server load significantly; if performance is a
5556        concern, use the :ref:`cron job <track-total-checkouts-label>` to update the
5557        total issues count instead.
5558
5559 -  Do not
5560
5561 Description:
5562
5563 -  Koha can track the number of times and item is checked out and store
5564    that on the item record in the database. This information is not
5565    stored by default. Setting this preference to 'Do' will tell Koha to
5566    track that info everytime the item is checked out in real time.
5567    Otherwise you could use the :ref:`cron job <track-total-checkouts-label>` to have
5568    Koha update that field nightly.
5569
5570 .. _waitingnotifyatcheckin-label:
5571
5572 WaitingNotifyAtCheckin
5573 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5574
5575 Default: Don't notify
5576
5577 Asks: \_\_\_ librarians of waiting holds for the patron whose items they
5578 are checking in.
5579
5580 Values:
5581
5582 -  Don't notify
5583
5584 -  Notify
5585
5586    |image43|
5587
5588 Description:
5589
5590 -  When checking in books you can choose whether or not to have a notice
5591    pop up if the patron who returned the book has a hold waiting for
5592    pick up. If you choose 'Notify' for WaitingNotifyAtCheckin then every
5593    time a hold is found for the patron who had the book out last a
5594    message will appear on your check in screen.
5595
5596 .. _interlibrary-loans-label:
5597
5598 Interlibrary Loans
5599 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5600
5601 .. _illmodule-label:
5602
5603 ILLModule
5604 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5605
5606 Default: Disable
5607
5608 Asks: \_\_\_ the interlibrary loans module (master switch).
5609
5610 Values:
5611
5612 -  Disable
5613
5614 -  Enable
5615
5616 Description:
5617
5618 -  This preference is used to enable Koha's ILL module which is used to manage ILL requests.
5619
5620 .. _illmodule-label:
5621
5622 ILLModuleCopyrightClearance
5623 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5624
5625 Asks: Adding text will enable the copyright clearance stage in request creation.
5626 The text you enter will be the text displayed.
5627
5628
5629 Self Checkout
5630 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5631
5632 .. _allowselfcheckreturns-label:
5633
5634 AllowSelfCheckReturns
5635 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5636
5637 Default: Don't allow
5638
5639 Asks: \_\_\_ patrons to return items through web-based self checkout
5640 system.
5641
5642 Values:
5643
5644 -  Allow
5645
5646 -  Don't allow
5647
5648 Description:
5649
5650 -  This preference is used to determine if you want patrons to be
5651    allowed to return items through your self check machines. By default
5652    Koha's self check interface is simply for checking items out.
5653
5654 .. _autoselfcheckallowed-autoselfcheckid-&-autoselfcheckpass-label:
5655
5656 AutoSelfCheckAllowed, AutoSelfCheckID & AutoSelfCheckPass
5657 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5658
5659     **Important**
5660
5661     Most libraries will want to leave this set to 'Don't allow.^ This
5662     preference turns off the requirement to log into the self checkout
5663     machine with a staff username and password by storing the username
5664     and password for automatic login.
5665
5666 AutoSelfCheckAllowed Default: Don't allow
5667
5668 Asks: \_\_\_ the web-based self checkout system to automatically login
5669 with this staff login \_\_\_ and this password \_\_\_ .
5670
5671 AutoSelfCheckAllowed Values:
5672
5673 -  Allow
5674
5675 -  Don't allow
5676
5677 AutoSelfCheckID Value:
5678
5679 -  The username of a staff patron with 'circulate'
5680    :ref:`permissions <patron-permissions-label>`.
5681
5682 AutoSelfCheckPass Value:
5683
5684 -  The password of a staff patron with 'circulate'
5685    :ref:`permissions <patron-permissions-label>`.
5686
5687 .. _scomainuserblock-label:
5688
5689 SCOMainUserBlock
5690 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5691
5692 Asks: Include the following HTML on the web-based self checkout screen:
5693
5694 Description:
5695
5696 -  The HTML entered in this preference will be used on the self chekcout screen.
5697
5698 .. _scousercss-label:
5699
5700 SCOUserCSS
5701 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5702
5703 Asks: Include the following CSS on all pages in the web-based self
5704 checkout
5705
5706 Description:
5707
5708 -  The CSS entered in this preference will be used on all of your Koha
5709    self checkout screens.
5710
5711 .. _scouserjs-label:
5712
5713 SCOUserJS
5714 ^^^^^^^^^^^^^^^^^^^^^^^^^^
5715
5716 Asks: Include the following JavaScript on all pages in the web-based
5717 self checkout
5718
5719 Description:
5720
5721 -  The JavaScript entered in this preference will effect all of your
5722    Koha self checkout screens.
5723
5724 .. _selfcheckhelpmessage-label:
5725
5726 SelfCheckHelpMessage
5727 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5728
5729 Asks: Include the following HTML in the Help page of the web-based self
5730 checkout system
5731
5732 Description:
5733
5734 -  Clicking the 'Help' link in the top right of the self checkout
5735    interface opens up a three step process for using the self check
5736    interface. Adding HTML to this system preference will print that
5737    additional help text above what's already included.
5738
5739 .. _selfcheckoutbylogin-label:
5740
5741 SelfCheckoutByLogin
5742 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5743
5744 Default: Cardnumber
5745
5746 Asks: Have patrons login into the web-based self checkout system with
5747 their \_\_\_
5748
5749 Values:
5750
5751 -  Cardnumber
5752
5753    |image44|
5754
5755 -  Username and password
5756
5757    |image45|
5758
5759 Description:
5760
5761 -  This preference lets you decide how your patrons will log in to the
5762    self checkout machine. Barcode is the patron's card number and their
5763    username and password is set using the opac/staff username and
5764    password fields on the patron record.
5765
5766 .. _selfcheckreceiptprompt-label:
5767
5768 SelfCheckReceiptPrompt
5769 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5770
5771 Default: Show
5772
5773 Asks: \_\_\_ the print receipt popup dialog when self checkout is
5774 finished.
5775
5776 Values:
5777
5778 -  Don't show
5779
5780 -  Show
5781
5782 Description:
5783
5784 -  This preference controls whether a prompt shows up on the web based
5785    self check out when the patron clicks the 'Finish' button.
5786
5787 .. _selfchecktimeout-label:
5788
5789 SelfCheckTimeout
5790 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5791
5792 Default: 120
5793
5794 Asks: Time out the current patron's web-based self checkout system login
5795 after \_\_\_ seconds.
5796
5797 Description:
5798
5799 -  After the machine is idle for the time entered in this preference the
5800    self check out system will log out the current patron and return to
5801    the starting screen.
5802
5803 .. _showpatronimageinwebbasedselfcheck-label:
5804
5805 ShowPatronImageInWebBasedSelfCheck
5806 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5807
5808 Default: Don't show
5809
5810 Asks: \_\_\_ the patron's picture (if one has been added) when they use
5811 the web-based self checkout.
5812
5813 Values:
5814
5815 -  Don't show
5816
5817 -  Show
5818
5819 .. _webbasedselfcheck-label:
5820
5821 WebBasedSelfCheck
5822 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5823
5824 Default: Don't enable
5825
5826 Asks: \_\_\_ the web-based self checkout system.
5827
5828 Values:
5829
5830 -  Don't enable
5831
5832 -  Enable
5833
5834 Enabling this preference will allow access to the :ref:`self
5835 checkout <self-checkout-label>` module in Koha.
5836
5837 Self Checkin
5838 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5839
5840 .. _selfcheckinmainuserblock-label:
5841
5842 SelfCheckInMainUserBlock 
5843 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5844
5845 Asks: Include the following HTML on the self check-in screen
5846
5847 Description:
5848
5849 -  HTML entered in this field will appear in the center of the main page
5850    of your self checkin screen
5851
5852 .. _selfscheckinmodule-label:
5853
5854 SelfCheckInModule 
5855 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5856
5857 Default: Don't enable
5858
5859 Asks: \_\_\_ the standalone self check-in module (available at:
5860 /cgi-bin/koha/sci/sci-main.pl
5861
5862 Values:
5863
5864 -  Don't enable
5865
5866 -  Enable
5867
5868 Description:
5869
5870 -  This system preference will activate (or deactivate) the self check-
5871    in module
5872
5873 .. _selfcheckintimeout-label:
5874
5875 SelfCheckInTimeout
5876 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5877
5878 Default: 120
5879
5880 Asks: Reset the current self check-in screen after \_\_\_ seconds
5881
5882 Description:
5883
5884 -  Enter the number of seconds after which you want the self check-in 
5885    screen to refresh and go back to the main page (for example, if a
5886    patron forgot to log out).
5887
5888 .. _selfcheckinusercss-label:
5889
5890 SelfCheckInUserCSS
5891 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5892
5893 Asks: Include the following CSS on all the self check-in screens
5894
5895 Description:
5896
5897 -  The CSS code entered here will override any CSS on the self check-in
5898    screens
5899
5900 .. _selfcheckinuserjs-label:
5901
5902 SelfCheckInUserJS
5903 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5904
5905 Asks: Include the following JavaScript on all the self check-in screens
5906
5907 Description: 
5908
5909 -  The JavaScript entered here will override any other JavaScript on
5910    the self check-in screens
5911
5912
5913 .. _enhanced-content-label:
5914
5915 Enhanced Content
5916 ---------------------------------------
5917
5918 *Get there:* More > Administration > Global System Preferences >
5919 Enhanced Content
5920
5921     **Important**
5922
5923     Always read the terms of service associated with external data
5924     sources to be sure that you are using the products within the
5925     allowed limits.
5926
5927     **Note**
5928
5929     You cannot have more than one service for cover images (including
5930     local cover images) set up. If you set up more than one you will get
5931     multiple cover images. Instead choose only one source for cover
5932     images.
5933
5934 .. _all-label:
5935
5936 All
5937 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5938
5939 .. _frbrizeeditions-label:
5940
5941 FRBRizeEditions
5942 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5943
5944 Default: Don't show
5945
5946 Asks: \_\_\_ other editions of an item on the staff client
5947
5948 Values:
5949
5950 -  Don't show
5951
5952 -  Show
5953
5954    |image46|
5955
5956 Description:
5957
5958 -  Using the rules set forth in the Functional Requirements for
5959    Bibliographic records, this option, when enabled, pulls all editions
5960    of the same title available in your collection regardless of material
5961    type. Items will appear under an 'Editions' tab on the detail page
5962    for the title in question.. According to *Libraries Unlimited's
5963    Online Dictionary for Library and Information Science*
5964    (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
5965    records of similar materials. FRBRization brings together entities
5966    (sets of Works, Expressions, or Manifestations), rather than just
5967    sets of Items. It can aid patrons in selecting related items,
5968    expressions, and manifestations that will serve their needs. When it
5969    is set to "Show", the OPAC will query one or more ISBN web services
5970    for associated ISBNs and display an Editions tab on the details
5971    pages. Once this preference is enabled, the library must select one
5972    of the ISBN options (:ref:`ThingISBN` and/or
5973    :ref:`XISBN`). This option is only for the Staff Client; the
5974    :ref:`OPACFRBRizeEditions` option must be enabled
5975    to have the Editions tab appear on the OPAC.
5976
5977     **Important**
5978
5979     Requires that you turn on one or more of the ISBN services
5980     (:ref:`ThingISBN` and/or :ref:`XISBN`)
5981
5982 .. _opacfrbrizeeditions-label:
5983
5984 OPACFRBRizeEditions
5985 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5986
5987 Default: Don't show
5988
5989 Asks: \_\_\_ other editions of an item on the OPAC.
5990
5991 Description:
5992
5993 -  Using the rules set forth in the Functional Requirements for
5994    Bibliographic records, this option, when enabled, pulls all editions
5995    of the same title available in your collection regardless of material
5996    type. Items will appear under an 'Editions' tab on the detail page
5997    for the title in question.. According to *Libraries Unlimited's
5998    Online Dictionary for Library and Information Science*
5999    (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
6000    records of similar materials. FRBRization brings together entities
6001    (sets of Works, Expressions, or Manifestations), rather than just
6002    sets of Items. It can aid patrons in selecting related items,
6003    expressions, and manifestations that will serve their needs. When it
6004    is set to "Show", the OPAC will query one or more ISBN web services
6005    for associated ISBNs and display an Editions tab on the details
6006    pages. Once this preference is enabled, the library must select one
6007    of the ISBN options (:ref:`ThingISBN` and/or
6008    :ref:`XISBN`). This option is only for the OPAC; the
6009    :ref:`FRBRizeEditions` option must be turned "On" to
6010    have the Editions tab appear on the Staff Client.
6011
6012 Values:
6013
6014 -  Don't show
6015
6016 -  Show
6017
6018    |image47|
6019
6020 This preference pulls all editions of the same title available in your
6021 collection regardless of material type. Items will appear under an
6022 'Editions' tab on the detail page for the title in question.
6023
6024     **Important**
6025
6026     Requires that you turn on one or more of the ISBN services
6027     (:ref:`ThingISBN` and/or :ref:`XISBN`)
6028
6029 .. _amazon-label:
6030
6031 Amazon
6032 ~~~~~~~~~~~~~~~~~~~~~~~~~
6033
6034 .. _amazonassoctag-label:
6035
6036 AmazonAssocTag
6037 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6038
6039 Asks: Put the associate tag \_\_\_ on links to Amazon.
6040
6041     **Note**
6042
6043     This can net your library referral fees if a patron decides to buy
6044     an item after clicking through to Amazon from your site.
6045
6046 Description:
6047
6048 -  An Amazon Associates Tag allows a library to earn a percentage of all
6049    purchases made on Amazon when a patron accesses Amazon's site via
6050    links on the library's website. More information about the Amazon
6051    Associates program is available at Amazon's Affiliate Program's
6052    website, https://affiliate-program.amazon.com/. Before a tag can be
6053    obtained, however, the library must first apply for an Amazon Web
6054    Services (AWS) account. Applications are free of charge and can be
6055    made at http://aws.amazon.com. Once an AWS account has been
6056    established, the library can then obtain the Amazon Associates Tag.
6057
6058 Sign up at: https://affiliate-program.amazon.com/
6059
6060 .. _amazoncoverimages-label:
6061
6062 AmazonCoverImages
6063 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6064
6065 Default: Don't show
6066
6067 Asks: \_\_\_ cover images from Amazon on search results and item detail
6068 pages on the staff interface.
6069
6070 Values:
6071
6072 -  Don't show
6073
6074 -  Show
6075
6076 Description:
6077
6078 -  This preference makes it possible to either allow or prevent Amazon
6079    cover images from being displayed in the Staff Client. Cover images
6080    are retrieved by Amazon, which pulls the content based on the first
6081    ISBN number in the item's MARC record. Amazon offers this service
6082    free of charge. If the value for this preference is set to "Show",
6083    the cover images will appear in the Staff Client, and if it is set to
6084    "Don't show", the images will not appear. Finally, if you're using
6085    Amazon cover images, all other cover image services must be disabled.
6086    If they are not disabled, they will prevent AmazonCoverImages from
6087    functioning properly.
6088
6089 .. _amazonlocale-label:
6090
6091 AmazonLocale
6092 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6093
6094 Default: American
6095
6096 Asks: Use Amazon data from its \_\_\_ website.
6097
6098 Value:
6099
6100 -  American
6101
6102 -  British
6103
6104 -  Canadian
6105
6106 -  French
6107
6108 -  German
6109
6110 -  Japanese
6111
6112 .. _opacamazoncoverimages-label:
6113
6114 OPACAmazonCoverImages
6115 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6116
6117 Default: Don't show
6118
6119 Asks: \_\_\_ cover images from Amazon on search results and item detail
6120 pages on the OPAC.
6121
6122 Values:
6123
6124 -  Don't show
6125
6126 -  Show
6127
6128 Description:
6129
6130 -  This preference makes it possible to either allow or prevent Amazon
6131    cover images from being displayed in the OPAC. Cover images are
6132    retrieved by Amazon, which pulls the content based on the first ISBN
6133    number in the item's MARC record. Amazon offers this service free of
6134    charge. If the value for this preference is set to "Show", the cover
6135    images will appear in the OPAC, and if it is set to "Don't show", the
6136    images will not appear. Finally, if you're using Amazon cover images,
6137    all other cover image services must be disabled. If they are not
6138    disabled, they will prevent AmazonCoverImages from functioning
6139    properly.
6140
6141
6142 Babelthèque
6143 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6144
6145 .. _babeltheque-label:
6146
6147 Babelthèque
6148 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6149
6150 Default: Don't
6151
6152 Asks: \_\_\_ include information (such as reviews and citations) from
6153 Babelthèque in item detail pages on the OPAC.
6154
6155 Description:
6156
6157 -  This preference makes it possible to display a Babelthèque tab in the
6158    OPAC, allowing patrons to access tags, reviews, and additional title
6159    information provided by Babelthèque. The information which
6160    Babelthèque supplies is drawn from the French language-based
6161    `Babelio.com <http://www.babelio.com/>`__, a French service similar
6162    to LibraryThing for Libraries. More information about Babelthèque is
6163    available through its website,
6164    `http://www.babeltheque.com <http://www.babeltheque.com/>`__.
6165    Libraries that wish to allow access to this information must first
6166    register for the service at http://www.babeltheque.com. Please note
6167    that this information is only provided in French.
6168
6169 Values:
6170
6171 -  Do
6172
6173    |image48|
6174
6175 -  Don't
6176
6177 .. _babeltheque\_url\_js-label:
6178
6179 Babeltheque\_url\_js
6180 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6181
6182 Asks: \_\_\_ Defined the url for the Babelthèque javascript file (eg.
6183 http://www.babeltheque.com/bw\_XX.js)
6184
6185 .. _babeltheque\_url\_update-label:
6186
6187 Babeltheque\_url\_update
6188 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6189
6190 Asks: \_\_\_ Defined the url for the Babelthèque update periodically
6191 (eq. http://www.babeltheque.com/.../file.csv.bz2).
6192
6193 .. _baker-&-taylor-label:
6194
6195 Baker & Taylor
6196 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6197
6198     **Important**
6199
6200     This is a pay service, you must contact Baker & Taylor to subscribe
6201     to this service before setting these options.
6202
6203 .. _bakertaylorbookstoreurl-label:
6204
6205 BakerTaylorBookstoreURL
6206 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6207
6208 Asks: Baker and Taylor "My Library Bookstore" links should be accessed
6209 at https:// \_\_\_ isbn
6210
6211 Description:
6212
6213 -  Some libraries generate additional funding for the library by selling
6214    books and other materials that are purchased from or have been
6215    previously leased from Baker & Taylor. These materials can be
6216    accessed via a link on the library's website. This service is often
6217    referred to as "My Library Bookstore." In order to participate in
6218    this program, the library must first register and pay for the service
6219    with Baker & Taylor. Additional information about this and other
6220    services provided by Baker & Taylor is available at the Baker &
6221    Taylor website, http://www.btol.com. The BakerTaylorBookstoreURL
6222    preference establishes the URL in order to link to the library's
6223    Baker & Taylor-backed online bookstore, if such a bookstore has been
6224    established. The default for this field is left blank; if no value is
6225    entered, the links to My Library Bookstore will remain inactive. If
6226    enabling this preference, enter the library's Hostname and Parent
6227    Number in the appropriate location within the URL. The "key" value
6228    (key=) should be appended to the URL, and https:// should be
6229    prepended.
6230
6231 This should be filled in with something like
6232 koha.mylibrarybookstore.com/MLB/actions/searchHandler.do?nextPage=bookDetails&parentNum=10923&key=
6233
6234     **Note**
6235
6236     Leave it blank to disable these links.
6237
6238     **Important**
6239
6240     Be sure to get this information from Baker & Taylor when
6241     subscribing.
6242
6243 .. _bakertaylorenabled-label:
6244
6245 BakerTaylorEnabled
6246 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6247
6248 Default: Don't add
6249
6250 Asks: \_\_\_ Baker and Taylor links and cover images to the OPAC and
6251 staff client. This requires that you have entered in a username and
6252 password (which can be seen in image links).
6253
6254 Values:
6255
6256 -  Add
6257
6258 -  Don't add
6259
6260 Description:
6261
6262 -  This preference makes it possible to display Baker & Taylor content
6263    (book reviews, descriptions, cover images, etc.) in both the Staff
6264    Client and the OPAC. Libraries that wish to display Baker & Taylor
6265    content must first register and pay for this service with Baker &
6266    Taylor (http://www.btol.com). If Baker & Taylor content is enabled be
6267    sure to turn off other cover and review services to prevent
6268    interference.
6269
6270     **Important**
6271
6272     To use this you will need to also set the :ref:`BakerTaylorUsername &
6273     BakerTaylorPassword <bakertaylorusername-&-bakertaylorpassword-label>` system preferences
6274
6275 .. _bakertaylorusername-&-bakertaylorpassword-label:
6276
6277 BakerTaylorUsername & BakerTaylorPassword
6278 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6279
6280 Asks: Access Baker and Taylor using username \_\_\_ and password \_\_\_
6281
6282 Descriptions:
6283
6284 -  This setting in only applicable if the library has a paid
6285    subscription to the external Content Café service from Baker &
6286    Taylor. Use the box provided to enter in the library's Content Café
6287    username and password. Also, ensure that the
6288    :ref:`BakerTaylorBookstoreURL` and
6289    :ref:`BakerTaylorEnabled` settings are properly
6290    set. The Content Café service is a feed of enhanced content such as
6291    cover art, professional reviews, and summaries that is displayed
6292    along with Staff Client/OPAC search results. For more information on
6293    this service please see the Baker & Taylor website:
6294    http://www.btol.com
6295
6296     **Important**
6297
6298     Be sure to get this information from Baker & Taylor when
6299     subscribing.
6300
6301 .. _coce-cover-images-cache-label:
6302
6303 Coce Cover images cache
6304 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6305
6306 Coce is a remote image URL cache. With this option, cover images are not
6307 fetched directly from Amazon, Google, and so on. Their URLs are
6308 requested via a web service to Coce which manages a cache of URLs.
6309
6310 .. _coce-label:
6311
6312 Coce
6313 ^^^^^^^^^^^^^^^^
6314
6315 Default: Don't enable
6316
6317 Asks: \_\_\_ a Coce image cache service.
6318
6319 Values:
6320
6321 -  Don't enable
6322
6323 -  Enable
6324
6325 Description:
6326
6327 -  Coce has many benefits when it comes to choosing and displaying cover
6328    images in Koha:
6329
6330    -  If a book cover is not available from a provider, but is available
6331       from another one, Koha will be able to display a book cover, which
6332       isn't the case now
6333
6334    -  Since URLs are cached, it isn't necessary for each book cover to
6335       request, again and again, the provider, and several of them if
6336       necessary.
6337
6338    -  Amazon book covers are retrieved with Amazon Product Advertising
6339       API, which means that more covers are retrieved (ISBN13).
6340
6341        **Important**
6342
6343        Coce does not come bundled with Koha. Your Koha install will not
6344        already have a Coce server set up. Before enabling this
6345        functionality you will want to be sure to have a Coce server set
6346        up. Instructions on installing and setting up Coce can be found
6347        on the official github page at https://github.com/fredericd/coce.
6348
6349 .. _cocehost-label:
6350
6351 CoceHost
6352 ^^^^^^^^^^^^^^^^^^^^^^^^
6353
6354 Asks: Coce server URL \_\_\_
6355
6356 Description:
6357
6358 -  This will be the full URL (starting with http://) to your Coce
6359    server.
6360
6361 .. _coceproviders-label:
6362
6363 CoceProviders
6364 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6365
6366 Asks: Use the following providers to fetch the covers \_\_\_
6367
6368 Values:
6369
6370 -  [Select all]
6371
6372 -  Amazon Web Services
6373
6374 -  Google Books
6375
6376 -  Open Library
6377
6378 Description:
6379
6380 -  The providers chosen here will be used to gather cover images for
6381    display in your Koha catalog.
6382
6383 .. _google-label:
6384
6385 Google
6386 ~~~~~~~~~~~~~~~~~~~~~~~~~
6387
6388 .. _googlejackets-label:
6389
6390 GoogleJackets
6391 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6392
6393 Default: Don't add
6394
6395 Asks: \_\_\_ cover images from Google Books to search results and item
6396 detail pages on the OPAC.
6397
6398 Values:
6399
6400 -  Add
6401
6402 -  Don't add
6403
6404 Description:
6405
6406 -  This setting controls the display of applicable cover art from the
6407    free Google Books database, via the Google Books API. Please note
6408    that to use this feature, all other cover services should be turned
6409    off.
6410
6411 .. _html5-media-label:
6412
6413 HTML5 Media
6414 ~~~~~~~~~~~~~~~~~~~~~~~~
6415
6416 .. _html5mediaenabled-label:
6417
6418 HTML5MediaEnabled
6419 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6420
6421 Default: not at all
6422
6423 Asks: Show a tab with a HTML5 media player for files catalogued in field
6424 856 \_\_\_
6425
6426 Values:
6427
6428 -  in OPAC and staff client
6429
6430 -  in the OPAC
6431
6432    |image49|
6433
6434 -  in the staff client
6435
6436    |image50|
6437
6438 -  not at all
6439
6440 Description:
6441
6442 -  If you have media elements in the 856 of your MARC record this
6443    preference can run/show those media files in a separate tab using
6444    HTML5.
6445
6446 .. _html5mediaextensions-label:
6447
6448 HTML5MediaExtensions
6449 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6450
6451 Default: webm\|ogg\|ogv\|oga\|vtt
6452
6453 Asks: Media file extensions \_\_\_
6454
6455 Description:
6456
6457 -  Enter in file extensions separated with bar (\|)
6458
6459 .. _html5mediayoutube-label:
6460
6461 HTML5MediaYouTube
6462 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6463
6464 Default: Don't embed
6465
6466     **Important**
6467
6468     To turn this on first enable
6469     :ref:`HTML5MediaEnabled`
6470
6471 Asks: \_\_\_ YouTube links as videos.
6472
6473 Values:
6474
6475 -  Don't embed
6476
6477 -  Embed
6478
6479 Description:
6480
6481 -  This preference will allow MARC21 856$u that points to YouTube to
6482    appear as a playable video on the pages defined in
6483    :ref:`HTML5MediaEnabled`.
6484
6485 .. _idreamlibraries-label:
6486
6487 IDreamLibraries
6488 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6489
6490 `IDreamBooks.com <http://idreambooks.com/>`__ aggregates book reviews by
6491 critics to help you discover the very best of what's coming out each
6492 week. These preferences let you integrated content from
6493 `IDreamBooks.com <http://IDreamBooks.com>`__ in to your Koha OPAC.
6494
6495     **Note**
6496
6497     This is a new website and has limited content, so you may only see
6498     these features on new popular titles until the database grows some
6499     more.
6500
6501 .. _idreambooksreadometer-label:
6502
6503 IDreamBooksReadometer
6504 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6505
6506 Default: Don't add
6507
6508 Asks: \_\_\_ a "Readometer" that summarizes the reviews gathered by
6509 IDreamBooks.com to the OPAC details page.
6510
6511 Values:
6512
6513 -  Add
6514
6515    |image51|
6516
6517 -  Don't add
6518
6519 .. _idreambooksresults-label:
6520
6521 IDreamBooksResults
6522 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6523
6524 Default: Don't add
6525
6526 Asks: \_\_\_ the rating from IDreamBooks.com to OPAC search results.
6527
6528 Values:
6529
6530 -  Add
6531
6532    |image52|
6533
6534 -  Don't add
6535
6536 .. _idreambooksreviews-label:
6537
6538 IDreamBooksReviews
6539 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6540
6541 Default: Don't add
6542
6543 Asks: \_\_\_ a tab on the OPAC details with book reviews from critics
6544 aggregated by IDreamBooks.com.
6545
6546 Values:
6547
6548 -  Add
6549
6550    |image53|
6551
6552 -  Don't add
6553
6554 .. _librarything-label:
6555
6556 LibraryThing
6557 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6558
6559 LibraryThing for Libraries is a pay service. You must first contact
6560 LibraryThing directly for pricing and subscription information. Learn
6561 more at http://www.librarything.com/forlibraries. Also, for further
6562 configuration instructions please see the LibraryThing Wiki:
6563 http://www.librarything.com/wiki/index.php/Koha
6564
6565 .. _librarythingforlibrariesenabled-label:
6566
6567 LibraryThingForLibrariesEnabled
6568 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6569
6570 Default: Don't show
6571
6572 Asks: \_\_\_ reviews, similar items, and tags from Library Thing for
6573 Libraries on item detail pages on the OPAC.
6574
6575 Values:
6576
6577 -  Don't show
6578
6579 -  Show
6580
6581 Description:
6582
6583 -  This setting is only applicable if the library has a paid
6584    subscription to the external LibraryThing for Libraries service. This
6585    service can provide patrons with the display of expanded information
6586    on catalog items such as book recommendations. It also can offer
6587    advanced features like tagged browsing, patron written reviews, and a
6588    virtual library display accessed from the details tab.
6589
6590     **Important**
6591
6592     If this is set to 'show' you will need to enter a value in the
6593     ^:ref:`LibraryThingForLibrariesID`^
6594     system preference.
6595
6596 .. _librarythingforlibrariesid-label:
6597
6598 LibraryThingForLibrariesID
6599 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6600
6601 Asks: Access Library Thing for Libraries using the customer ID \_\_\_
6602
6603 Description:
6604
6605 -  This setting is only applicable if the library has a paid
6606    subscription to the external LibraryThing for Libraries service. Use
6607    the box provided to enter in the library's LibraryThing for Libraries
6608    ID as provided to the library by LibraryThing. The ID number is a
6609    series of numbers in the form ###-#########, and can be found on the
6610    library's account page at LibraryThing for Libraries. This service
6611    can provide patrons with the display of expanded information on
6612    catalog items such as book recommendations and cover art. It also can
6613    offer advanced features like tagged browsing, patron written reviews,
6614    and a virtual library display accessed from the details tab.
6615
6616 .. _librarythingforlibrariestabbedview-label:
6617
6618 LibraryThingForLibrariesTabbedView
6619 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6620
6621 Default: in line with bibliographic information
6622
6623 Asks: Show Library Thing for Libraries content \_\_\_
6624
6625 Values:
6626
6627 -  in line with bibliographic information
6628
6629 -  in tabs
6630
6631 Description:
6632
6633 -  This setting is only applicable if the library has a paid
6634    subscription to the external LibraryThing for Libraries service. This
6635    service can provide patrons with the display of expanded information
6636    on catalog items such as book recommendations and cover art. It also
6637    can offer advanced features like tagged browsing, patron written
6638    reviews, and a virtual library display accessed from the details tab.
6639
6640 .. _thingisbn-label:
6641
6642 ThingISBN
6643 ^^^^^^^^^^^^^^^^^^^^^^^^^^
6644
6645 Default: Don't use
6646
6647 Asks: \_\_\_ the ThingISBN service to show other editions of a title
6648
6649 Values:
6650
6651 -  Don't use
6652
6653 -  Use
6654
6655 Description:
6656
6657 -  Set to 'Use' to display an "Editions" tab on the item's detail page.
6658    Editions are listed, complete with cover art (if you have one of the
6659    cover services enabled) and bibliographic information. The feed comes
6660    from LibraryThing's ThingISBN web service. This is a free service to
6661    non-commercial sites with fewer than 1,000 requests per day.
6662
6663     **Important**
6664
6665     Requires :ref:`FRBRizeEditions` and/or
6666     :ref:`OPACFRBRizeEditions` set to 'show'
6667
6668     **Important**
6669
6670     This is separate from Library Thing for Libraries and does not have
6671     a cost associated with it.
6672
6673 .. _local-cover-images-label:
6674
6675 Local Cover Images
6676 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6677
6678 .. _allowmultiplecovers-label:
6679
6680 AllowMultipleCovers
6681 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6682
6683 Default: Don't allow
6684
6685 Asks: \_\_\_ multiple images to be attached to each bibliographic
6686 record.
6687
6688 Values:
6689
6690 -  Allow
6691
6692 -  Don't allow
6693
6694 Description:
6695
6696 -  If this preference is set to 'Allow' then you can upload multiple
6697    images that will appear in the images tab on the bib record in the
6698    OPAC and the staff client. This preference requires that either one
6699    or both :ref:`LocalCoverImages` and
6700    :ref:`OPACLocalCoverImages` are set to
6701    'Display.^
6702
6703    |image54|
6704
6705 .. _localcoverimages-label:
6706
6707 LocalCoverImages
6708 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6709
6710 Default: Don't display
6711
6712 Asks: \_\_\_ local cover images on intranet search and details pages.
6713
6714 Values:
6715
6716 -  Display
6717
6718 -  Don't display
6719
6720 Description:
6721
6722 -  Setting this preference to 'Display' allows you to upload your own
6723    cover images to bib records and display them on the detail page in
6724    the staff client. At this time the cover will only show under the
6725    'Images' tab on the holdings table on the detail display, not next to
6726    the title at the top left or on the search results.
6727
6728 .. _opaclocalcoverimages-label:
6729
6730 OPACLocalCoverImages
6731 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6732
6733 Default: Don't display
6734
6735 Asks: \_\_\_ local cover images on OPAC search and details pages.
6736
6737 Values:
6738
6739 -  Display
6740
6741 -  Don't display
6742
6743 Description:
6744
6745 -  Setting this preference to 'Display' allows you to upload your own
6746    cover images to bib records and display them on the detail page and
6747    search results in the OPAC.
6748
6749 .. _novelist-select-label:
6750
6751 Novelist Select
6752 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6753
6754 Novelist Select is not a free service. Contact your Ebsco representative
6755 to get your log in information to embed this content in the OPAC.
6756
6757     **Important**
6758
6759     Novelist Select does not include cover images for the search results
6760     and bibliographic detail pages. You can choose any other cover image
6761     service for this content or you can contract with Ebsco to get
6762     access to the :ref:`Baker & Taylor Content Cafe <baker-&-taylor-label>` for
6763     an added fee.
6764
6765 .. _novelistselectenabled-label:
6766
6767 NovelistSelectEnabled
6768 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6769
6770 Default: Don't add
6771
6772 Asks: \_\_\_ Novelist Select content to the OPAC.
6773
6774 Values:
6775
6776 -  Add
6777
6778 -  Don't add
6779
6780     **Important**
6781
6782     Enabling this requires that you have entered in a user profile and
6783     password in the :ref:`NovelistSelectProfile &
6784     NovelistSelectPassword <novelistselectprofile-&-novelistselectpassword-label>` preferences
6785
6786 Description:
6787
6788 -  Novelist Select from Ebsco is a subscription service that can provide
6789    additional content in the OPAC.
6790
6791 .. _novelistselectprofile-&-novelistselectpassword-label:
6792
6793 NovelistSelectProfile & NovelistSelectPassword
6794 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6795
6796 Asks: Access Novelist Select using user profile \_\_\_ and password
6797 \_\_\_.
6798
6799     **Important**
6800
6801     This information will be visible if someone views the source code on
6802     your OPAC.
6803
6804 Description:
6805
6806 -  Novelist Select from Ebsco is a subscription service that can provide
6807    additional content in the OPAC.
6808
6809 .. _novelistselectstaffenabled-label:
6810
6811 NovelistSelectStaffEnabled
6812 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6813
6814 Default: Don't add
6815
6816 Asks: \_\_\_ Novelist Select content to the Staff client (requires that
6817 you have entered in a user profile and password, which can be seen in
6818 image links).
6819
6820 Values:
6821
6822 -  Don't add
6823
6824 -  Add
6825
6826 .. _novelistselectstaffprofile-label:
6827
6828 NovelistSelectStaffProfile
6829 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6830
6831 Asks: Access Novelist Select using user profile \_\_\_ on the staff client
6832
6833 Description:
6834
6835 -  Without this value being set, Novelist features will be disabled on the staff
6836    client until a correct profile is obtained from Novelist and entered into
6837    the field.
6838    
6839       **Note**
6840       
6841       This value must be set independently of the OPAC profile for Novelist
6842
6843 .. _novelistselectstaffview-label:
6844
6845 NovelistSelectStaffView
6846 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6847
6848 Default: in a tab
6849
6850 Asks: Display Novelist Select staff content \_\_\_.
6851
6852 Values:
6853
6854 -  above the holdings table
6855
6856 -  below the holdings table
6857
6858 -  in a tab
6859
6860 .. _novelistselectview-label:
6861
6862 NovelistSelectView
6863 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6864
6865 Default: in an OPAC tab
6866
6867 Asks: Display Novelist Select content \_\_\_
6868
6869 Description:
6870
6871 -  Novelist Select provides a lot of content, for that reason you have
6872    four choices of where to display this content. The default view is in
6873    a tab in the holdings table.
6874
6875    |image55|
6876
6877    The content is the same if you choose to show it above the holdings
6878    table or below it. If shown in the right column of the page it's the
6879    same content, but displays a bit differently since space is limited.
6880
6881    |image56|
6882
6883 Values:
6884
6885 -  above the holdings table
6886
6887 -  below the holdings table
6888
6889 -  in an OPAC tab
6890
6891 -  under the Save Record dropdown on the right
6892
6893 .. _oclc-label:
6894
6895 OCLC
6896 ~~~~~~~~~~~~~~~~~~~~~
6897
6898 .. _oclcaffiliateid-label:
6899
6900 OCLCAffiliateID
6901 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6902
6903 Asks: Use the OCLC affiliate ID \_\_\_ to access the xISBN service.
6904
6905 Description:
6906
6907 -  This setting is only applicable if the library has an OCLC Affiliate
6908    ID. This allows WorldCat searching in the OPAC via the XISBN
6909    programming interface. Simply enter the library's OCLC Affiliate ID
6910    in the box provided. Please note that using this data is only
6911    necessary if :ref:`FRBRizeEditions` and/or
6912    :ref:`OPACFRBRizeEditions` and :ref:`XISBN`
6913    settings are enabled. For more information on this service please
6914    visit the OCLC website:
6915    http://www.worldcat.org/affiliate/default.jsp.
6916
6917     **Important**
6918
6919     Unless you have signed up for an ID with OCLC, you are limited to
6920     1000 requests per day. Available at:
6921     http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
6922
6923 .. _xisbn-label:
6924
6925 XISBN
6926 ^^^^^^^^^^^^^^^^^^
6927
6928 Default: Don't use
6929
6930 Asks: \_\_\_ the OCLC xISBN service to show other editions of a title
6931
6932 Description:
6933
6934 -  Set to 'Use' to display an "Editions" tab on the item's detail page.
6935    Editions are listed, complete with cover art and bibliographic
6936    information. The feed comes from OCLC's xISBN web service. The feed
6937    limit for non-commercial sites is 1000 requests per day.
6938
6939 Values:
6940
6941 -  Don't use
6942
6943 -  Use
6944
6945     **Important**
6946
6947     Requires :ref:`FRBRizeEditions` and/or
6948     :ref:`OPACFRBRizeEditions` set to 'show'
6949
6950 .. _xisbndailylimit-label:
6951
6952 XISBNDailyLimit
6953 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6954
6955 Default: 999
6956
6957 Asks: Only use the xISBN service \_\_\_ times a day.
6958
6959     **Important**
6960
6961     Unless you have signed up for an ID with OCLC, you are limited to
6962     1000 requests per day. Available at:
6963     http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
6964
6965 .. _open-library-label:
6966
6967 Open Library
6968 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6969
6970 .. _openlibrarycovers-label:
6971
6972 OpenLibraryCovers
6973 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6974
6975 Default: Don't add
6976
6977 Asks: \_\_\_ cover images from Open Library to search results and item
6978 detail pages on the OPAC.
6979
6980 Values:
6981
6982 -  Add
6983
6984 -  Don't add
6985
6986 Description:
6987
6988 -  This setting controls the display of applicable cover art from the
6989    free Open Library database, via the Open Library API. Please note
6990    that to use this feature, all other cover services should be turned
6991    off.
6992
6993 .. _openlibrarysearch-label:
6994
6995 OpenLibrarySearch
6996 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6997
6998 Default: Don't show
6999
7000 Asks: \_\_\_ search results from Open Library on the OPAC.
7001
7002 Values:
7003
7004 -  Don't show
7005
7006 -  Show
7007
7008   |image1187|
7009
7010 .. _overdrive-label:
7011
7012 Overdrive
7013 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7014
7015 OverDrive is an pay service. You must first contact OverDrive directly
7016 for pricing and subscription information. Enabling this service will
7017 integrate Overdrive results in to your OPAC searches. You will have to
7018 apply for these 3 pieces of information through an application as an API
7019 developer. Overdrive API applications are evaluated once a week so you
7020 may not be able to use this feature immediately after signing up. To
7021 learn more please contact your OverDrive representative.
7022
7023 |image57|
7024
7025 .. _overdrivecirculation-label:
7026
7027 OverDriveCirculation
7028 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7029
7030 Default: Don't enable
7031
7032 Asks: \_\_\_ users to access their OverDrive circulation history, and circulate
7033 items. If you enable access, you must register auth return url of
7034 http(s)://my.opac.hostname/cgi-bin/koha/external/overdrive/auth.pl with OverDrive.
7035
7036 Values:
7037
7038 -  Don't enable
7039
7040 -  Enable
7041
7042 .. _overdriveclientkey-and-overdriveclientsecret-label:
7043
7044 OverDriveClientKey and OverDriveClientSecret
7045 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7046
7047 Asks: Include OverDrive availability information with the client key
7048 \_\_ and client secret \_\_\_
7049
7050 Description:
7051
7052 -  OverDrive customers can get this information by visiting the
7053    `OverDrive Developer
7054    Portal <https://developer.overdrive.com/docs/getting-started>`__ and
7055    following the instructions found there to apply as an API developer.
7056    Once this data and the :ref:`OverDriveLibraryID`
7057    are populated you will see OverDrive results on your OPAC searches.
7058
7059 .. _overdrivelibraryid-label:
7060
7061 OverDriveLibraryID
7062 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7063
7064 Asks: Show items from the OverDrive catalog of library # \_\_\_
7065
7066 Description:
7067
7068 -  OverDrive customers can get this information by visiting the
7069    `OverDrive Developer
7070    Portal <https://developer.overdrive.com/docs/getting-started>`__ and
7071    following the instructions found there to apply as an API developer.
7072    Once this data and the :ref:`OverDriveClientKey and
7073    OverDriveClientSecret <overdriveclientkey-and-overdriveclientsecret-label>` are populated you will
7074    see OverDrive results on your OPAC searches.
7075
7076 .. _plugins-label:
7077
7078 Plugins
7079 ~~~~~~~~~~~~~~~~~~~~~~~~~~
7080
7081 .. _usekohaplugins-label:
7082
7083 UseKohaPlugins
7084 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7085
7086 Default: Don't enable
7087
7088 Asks: \_\_\_ the ability to use Koha Plugins.
7089
7090 Values:
7091
7092 -  Don't enable
7093
7094 -  Enable
7095
7096     **Note**
7097
7098     The plugin system must also be enabled in the Koha configuration
7099     file to be fully enabled. Learn more in the `Plugins
7100     chapter <#pluginsystem>`__.
7101
7102 .. _syndetics-label:
7103
7104 Syndetics
7105 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7106
7107 Syndetics is a pay service. You must first contact Syndetics directly
7108 for pricing and subscription information.
7109
7110 .. _syndeticsauthornotes-label:
7111
7112 SyndeticsAuthorNotes
7113 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7114
7115 Default: Don't show
7116
7117 Asks: \_\_\_ notes about the author of a title from Syndetics on item
7118 detail pages on the OPAC.
7119
7120 Values:
7121
7122 -  Don't show
7123
7124 -  Show
7125
7126 Description:
7127
7128 -  When this option is set to "Show", Syndetics provides notes and short
7129    author biographies for more that 300,000 authors, in both fiction and
7130    nonfiction. With this option enabled the library can display
7131    Syndetics Author Notes on the OPAC. According to the Syndetics
7132    Solutions website (http://www.bowker.com/syndetics/), Author Notes
7133    include lists of contributors for many multi-author texts and
7134    compilations. The :ref:`SyndeticsClientCode` must
7135    be entered and the :ref:`SyndeticsEnabled` option
7136    must be activated before this service can be used.
7137
7138 .. _syndeticsawards-label:
7139
7140 SyndeticsAwards
7141 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7142
7143 Default: Don't show
7144
7145 Asks: \_\_\_ information from Syndetics about the awards a title has won
7146 on item detail pages on the OPAC.
7147
7148 Values:
7149
7150 -  Don't show
7151
7152 -  Show
7153
7154 Description:
7155
7156 -  When this option is set to "Show", Syndetics provides its clients
7157    with a list of awards that any title has won. With this service
7158    enabled the library can display those awards for each book on its
7159    website. For each book or item that comes up during a user search,
7160    the list of awards for that title will be displayed. When a user
7161    clicks on a given award, information about that award is presented
7162    along with a list of the other titles that have won that award. If
7163    the user clicks on any title in the list, they will see holdings
7164    information about that title in their region. This option is a paid
7165    subscription service. The
7166    :ref:`SyndeticsClientCode` must be entered and
7167    the :ref:`SyndeticsEnabled` option must be activated
7168    before this service can be used.
7169
7170 .. _syndeticsclientcode-label:
7171
7172 SyndeticsClientCode
7173 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7174
7175 Asks: Use the client code \_\_\_ to access Syndetics.
7176
7177 Description:
7178
7179 -  Once the library signs up for Syndetics' services, Syndetics will
7180    provide the library with an access code. (Visit the Syndetics
7181    homepage at http://www.bowker.com/syndetics/ for more information.)
7182    This is the code that must be entered to access Syndetics'
7183    subscription services. Syndetics is a paid subscription service. This
7184    value must be entered before
7185    :ref:`SyndeticsEditions` can be enabled. If the
7186    code is lost, corrupted, or forgotten, a new one can be obtained from
7187    http://www.bowker.com/syndetics/.
7188
7189     **Important**
7190
7191     You will need to get your client code directly from Syndetics.
7192
7193 .. _syndeticscoverimages-&-syndeticscoverimagesize-label:
7194
7195 SyndeticsCoverImages & SyndeticsCoverImageSize
7196 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7197
7198 SyndeticsCoverImages Default: Don't show
7199
7200 SyndeticsCoverImageSize Default: medium
7201
7202 Asks: \_\_\_ cover images from Syndetics on search results and item
7203 detail pages on the OPAC in a \_\_\_ size.
7204
7205 Descriptions:
7206
7207 -  When enabled, SyndeticsCoverImages, allows libraries to display
7208    Syndetics' collection of full-color cover images for books, videos,
7209    DVDs and CDs on their OPAC. For each book or item that comes up
7210    during a user search, the cover image for that title will be
7211    displayed. Since these cover images come in three sizes, the optimum
7212    size must be selected using the SyndeticsCoverImageSize preference
7213    after SyndeticsCoverImages are enabled. Syndetics cover images come
7214    in two sizes: mid-size (187 x 187 pixels), and large (400 x 400
7215    pixels). Syndetics is a paid subscription service. The
7216    :ref:`SyndeticsClientCode` must be entered and
7217    the :ref:`SyndeticsEnabled` option must be activated
7218    before this service can be used. Other cover image preferences should
7219    also be disabled to avoid interference.
7220
7221 SyndeticsCoverImages Values:
7222
7223 -  Don't show
7224
7225 -  Show
7226
7227 SyndeticsCoverImageSize Values:
7228
7229 -  medium
7230
7231 -  large
7232
7233 .. _syndeticseditions-label:
7234
7235 SyndeticsEditions
7236 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7237
7238 Default: Don't show
7239
7240 Asks: \_\_\_ information about other editions of a title from Syndetics
7241 on item detail pages on the OPAC
7242
7243 Description:
7244
7245 -  When enabled this option shows information on other editions of a
7246    title from Syndetics on the item detail pages of the OPAC. Syndetics
7247    is a paid subscription service. The
7248    :ref:`SyndeticsClientCode` must be entered and
7249    the :ref:`SyndeticsEnabled` option must be activated
7250    before this service can be used.
7251
7252 Values:
7253
7254 -  Don't show
7255
7256 -  Show
7257
7258     **Important**
7259
7260     Requires :ref:`OPACFRBRizeEditions` set to
7261     'show'
7262
7263 .. _syndeticsenabled-label:
7264
7265 SyndeticsEnabled
7266 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7267
7268 Default: Don't use
7269
7270 Asks: \_\_\_ content from Syndetics.
7271
7272 Values:
7273
7274 -  Don't use
7275
7276 -  Use
7277
7278 Description:
7279
7280 -  When this option is enabled any of the Syndetics options can be used.
7281
7282     **Important**
7283
7284     Requires that you enter your
7285     :ref:`SyndeticsClientCode` before this content
7286     will appear.
7287
7288 .. _syndeticsexcerpt-label:
7289
7290 SyndeticsExcerpt
7291 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7292
7293 Default: Don't show
7294
7295 Asks: \_\_\_ excerpts from of a title from Syndetics on item detail
7296 pages on the OPAC.
7297
7298 Values:
7299
7300 -  Don't show
7301
7302 -  Show
7303
7304 Description:
7305
7306 -  This preference allows Syndetics to display excerpts given to them
7307    from selected publishers. The excerpts are available from prominently
7308    reviewed new titles, both fiction and non-fiction. The excerpts
7309    include poems, essays, recipes, forwards and prefaces. Automatic
7310    links provided by the ISBNs within local MARC records are required to
7311    integrate Syndetics secured, high-speed Internet servers to the
7312    library OPACs. For more information see
7313    (http://www.bowker.com/syndetics/).
7314
7315 .. _syndeticsreviews-label:
7316
7317 SyndeticsReviews
7318 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7319
7320 Default: Don't show
7321
7322 Asks: \_\_\_ reviews of a title from Syndetics on item detail pages on
7323 the OPAC.
7324
7325 Values:
7326
7327 -  Don't show
7328
7329 -  Show
7330
7331 Description:
7332
7333 -  Syndetics Reviews is an accumulation of book reviews available from a
7334    variety of journals and serials. The reviews page displays colored
7335    images of reviewed books dust jackets, partnered with the names of
7336    the journal or serial providing the review. Clicking on an icon opens
7337    a window revealing the book title, author's name, book cover icon and
7338    the critic's opinion of the book. Automatic links provided by the
7339    ISBNs within local MARC records are required to integrate Syndetics
7340    secured, high-speed Internet servers to the library OPACs. For more
7341    information see (http://www.bowker.com/syndetics/).
7342
7343 .. _syndeticsseries-label:
7344
7345 SyndeticsSeries
7346 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7347
7348 Default: Don't show
7349
7350 Asks: \_\_\_ information on other books in a title's series from
7351 Syndetics on item detail pages on the OPAC.
7352
7353 Values:
7354
7355 -  Don't show
7356
7357 -  Show
7358
7359 Description:
7360
7361 -  Each fiction title within a series is linked to the complete series
7362    record. The record displays each title in reading order and also
7363    displays the publication order, if different. Alternate series titles
7364    are also displayed. Automatic links provided by the ISBNs within
7365    local MARC records are required to integrate Syndetics secured, high-
7366    speed Internet servers to the library OPACs. For more information see
7367    (http://www.bowker.com/syndetics/).
7368
7369 .. _syndeticssummary-label:
7370
7371 SyndeticsSummary
7372 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7373
7374 Default: Don't show
7375
7376 Asks: \_\_\_ a summary of a title from Syndetics on item detail pages on
7377 the OPAC.
7378
7379 Values:
7380
7381 -  Don't show
7382
7383 -  Show
7384
7385 Description:
7386
7387 -  Providing more than 5.6 million summaries and annotations derived
7388    from book jackets, edited publisher copy, or independently written
7389    annotations from Book News, Inc. Covering fiction and non-fiction,
7390    this summaries option provides annotations on both trade and
7391    scholarly titles. For more information see
7392    (http://www.bowker.com/syndetics/).
7393
7394 .. _syndeticstoc-label:
7395
7396 SyndeticsTOC
7397 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7398
7399 Default: Don't show
7400
7401 Asks: \_\_\_ the table of contents of a title from Syndetics on item
7402 detail pages on the OPAC.
7403
7404 Values:
7405
7406 -  Don't show
7407
7408 -  Show
7409
7410 Description:
7411
7412 -  This preference allows staff and patrons to review the Table of
7413    Contents from a wide variety of publications from popular self-help
7414    books to conference proceedings. Specific Information access is the
7415    main purpose for this option, allowing patrons guidance to their
7416    preferred section of the book. Special arrangements with selected
7417    book services is used to obtain the table of contents for new
7418    publications each year. Automatic links provided by the ISBNs within
7419    local MARC records are required to integrate Syndetics secured,
7420    high-speed Internet servers to the library OPACs. For more
7421    information see (http://www.bowker.com/syndetics/).
7422
7423 .. _tagging-label:
7424
7425 Tagging
7426 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
7427
7428 .. _tagsenabled-label:
7429
7430 TagsEnabled
7431 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7432
7433 Default: Allow
7434
7435 Asks: \_\_\_ patrons and staff to put tags on items.
7436
7437 Values:
7438
7439 -  Allow
7440
7441 -  Don't allow
7442
7443 Description:
7444
7445 -  Set to 'Allow' enable tagging. A tag is metadata, a word added to
7446    identify an item. Tags allow patrons to classify materials on their
7447    own. TagsEnabled is the main switch that permits the tagging
7448    features. TagsEnable must be set to 'Allow' to allow for other
7449    tagging features.
7450
7451 .. _tagsexternaldictionary-label:
7452
7453 TagsExternalDictionary
7454 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7455
7456 Asks: Allow tags in the dictionary of the ispell executable \_\_\_ on
7457 the server to be approved without moderation.
7458
7459 Description:
7460
7461 -  The dictionary includes a list of accepted and rejected tags. The
7462    accepted list includes all the tags that have been pre-allowed. The
7463    rejected list includes tags that are not allowed. This preference
7464    identifies the "accepted" dictionary used. Ispell is an open source
7465    dictionary which can be used as a list of accepted terms. Since the
7466    dictionary allows for accurately spelled obscenities, the libraries
7467    policy may dictate that modifications are made to the Ispell
7468    dictionary if this preference is use. For more information about
7469    Ispell http://www.gnu.org/software/ispell/ispell.html. Enter the path
7470    on your server to a local ispell executable, used to set
7471    $Lingua::Ispell::path.
7472
7473 .. _tagsinputondetail-label:
7474
7475 TagsInputOnDetail
7476 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7477
7478 Default: Allow
7479
7480 Asks: \_\_\_ patrons to input tags on item detail pages on the OPAC.
7481
7482 Values:
7483
7484 -  Allow
7485
7486    |image59|
7487
7488 -  Don't allow
7489
7490 .. _tagsinputonlist-label:
7491
7492 TagsInputOnList
7493 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7494
7495 Default: Allow
7496
7497 Asks: \_\_\_ patrons to input tags on search results on the OPAC.
7498
7499 Values:
7500
7501 -  Allow
7502
7503    |image58|
7504
7505 -  Don't allow
7506
7507 .. _tagsmoderation-label:
7508
7509 TagsModeration
7510 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7511
7512 Default: Don't require
7513
7514 Asks: \_\_\_ that tags submitted by patrons be reviewed by a staff
7515 member before being shown.
7516
7517 Values:
7518
7519 -  Don't require
7520
7521 -  Require
7522
7523 Description:
7524
7525 -  When set to 'Require,^ all tags to be first filtered by the tag
7526    moderator. Only approved tags will be visible to patrons. When set to
7527    'Don't require' tags will bypass the tag moderator and patrons' tags
7528    to be immediately visible. When this preference is enabled the
7529    moderator, a staff member, would approve the tag in the Staff Client.
7530    The moderator will have the option to approve or reject each pending
7531    tag suggestion.
7532
7533 When moderation is required all tags go through the tag moderation tool
7534 before becoming visible.
7535
7536 -  *Get there:* More > Tools > :ref:`Tags <tag-moderation-label>`
7537
7538 .. _tagsshowondetail-label:
7539
7540 TagsShowOnDetail
7541 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7542
7543 Default: 10
7544
7545 Asks: Show \_\_\_ tags on item detail pages on the OPAC.
7546
7547     **Note**
7548
7549     Set the value to 0 (zero) to turn this feature off.
7550
7551 .. _tagsshowonlist-label:
7552
7553 TagsShowOnList
7554 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7555
7556 Default: 6
7557
7558 Asks: Show \_\_\_ tags on search results on the OPAC.
7559
7560     **Note**
7561
7562     Set the value to 0 (zero) to turn this feature off.
7563
7564 .. _i18n/l10n-label:
7565
7566 I18N/L10N
7567 --------------------------
7568
7569 These preferences control your Internationalization and Localization
7570 settings.
7571
7572 *Get there:* More > Administration > Global System Preferences >
7573 I18N/L10N
7574
7575 .. _addressformat-label:
7576
7577 AddressFormat
7578 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7579
7580 Default: US style ([Street number], [Address] - [City], [Zip/Postal
7581 Code], [Country])
7582
7583 Asks: Format postal addresses using \_\_\_
7584
7585 Values:
7586
7587 -  German style ([Address] [Street number] - [Zip/Postal Code] [City] -
7588    [Country])
7589
7590 -  French style ([Street number] [Address] - [ZIP/Postal Code] [City] -
7591    [Country])
7592
7593 -  US style ([Street number], [Address] - [City], [Zip/Postal Code],
7594    [Country])
7595
7596 Description:
7597
7598 -  This preference will let you control how Koha displays patron
7599    addresses given the information entered in the various fields on
7600    their record.
7601
7602 .. _alphabet-label:
7603
7604 alphabet
7605 ~~~~~~~~~~~~~~~~~~~~~~~~
7606
7607 Default: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
7608
7609 Asks: Use the alphabet \_\_\_ for lists of browsable letters. This
7610 should be a space separated list of uppercase letters.
7611
7612 Description:
7613
7614 -  This preference allows you define your own alphabet for browsing
7615    patrons in Koha.
7616
7617    |image60|
7618
7619 .. _calendarfirstdayofweek-label:
7620
7621 CalendarFirstDayOfWeek
7622 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7623
7624 Default: Sunday
7625
7626 Asks: Use \_\_\_ as the first day of week in the calendar.
7627
7628 Values:
7629
7630 -  Sunday
7631
7632 -  Monday
7633
7634 -  Tuesday
7635
7636 -  Wednesday
7637
7638 -  Thursday
7639
7640 -  Friday
7641
7642 -  Saturday
7643
7644 Description:
7645
7646 -  Using this preference you can control what day shows as the first day
7647    of the week in the calendar pop ups throughout Koha and on the
7648    Calendar tool. If you change this preference and don't see a change
7649    in your browser try clearing your cache since it makes changes to the
7650    Javascript on these pages.
7651
7652 .. _dateformat-label:
7653
7654 dateformat
7655 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7656
7657 Default: mm/dd/yyyy
7658
7659 Asks: Format dates like \_\_\_
7660
7661 Values:
7662
7663 -  dd.mm.yyyy
7664
7665 -  dd/mm/yyyy
7666
7667 -  mm/dd/yyyy
7668
7669 -  yyyy/mm/dd
7670
7671 Description:
7672
7673 -  This preference controls how the date is displayed. The options are
7674    the United States method, mm/dd/yyyy (04/24/2010), the metric method,
7675    dd/mm/yyyy (24/04/2010) or ISO, which is the International Standard
7676    of Organization, yyyy/mm/dd (2010/04/24). The International Standard
7677    of Organization would primarily be used by libraries with locations
7678    in multiple nations that may use different date formats, to have a
7679    single display type, or if the library would be in a region that does
7680    not use the United States or metric method. More information
7681    regarding the ISO date format can be found at
7682    http://www.iso.org/iso/iso_catalogue.htm.
7683
7684 .. _language-label:
7685
7686 language
7687 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7688
7689 Default: English
7690
7691 Asks: Enable the following languages on the staff interface
7692
7693 Values:
7694
7695 -  English
7696
7697 To install additional languages please refer to
7698 http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client
7699
7700 .. _opaclanguages-label:
7701
7702 opaclanguages
7703 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7704
7705 Default: English
7706
7707 Asks: Enable the following languages on the OPAC
7708
7709 Values:
7710
7711 -  English
7712
7713     **Note**
7714
7715     To install additional languages you need to run
7716     misc/translation/install-code.pl. For example, to install French you
7717     would run the following command install-code.pl fr-FR to make the
7718     templates, once they exist and are in the right place then they will
7719     show up as an option in this preference.
7720
7721 .. _opaclanguagesdisplay-label:
7722
7723 opaclanguagesdisplay
7724 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7725
7726 Default: Don't allow
7727
7728 Asks: \_\_\_ patrons to select their language on the OPAC.
7729
7730 Values:
7731
7732 -  Allow
7733
7734    -  Patrons can choose their language from a list at the bottom of the
7735       public catalog
7736
7737       |image61|
7738
7739 -  Don't allow
7740
7741    -  The public catalog will not give an option to choose a language
7742
7743 Description:
7744
7745 -  Using the :ref:`OpacLangSelectorMode` preference
7746    you can decide where these language options will appear in the public
7747    catalog.
7748
7749 .. _timeformat-label:
7750
7751 TimeFormat
7752 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7753
7754 Default: 24 hour format
7755
7756 Asks: Format times in \_\_\_
7757
7758 Values:
7759
7760 -  12 hour format (eg 02:18PM)
7761
7762 -  24 hour format (eg 14:18)
7763
7764 .. _translatenotices-label:
7765
7766 TranslateNotices
7767 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7768
7769 Default: Don't allow
7770
7771 Asks: \_\_\_ notices to be translated. If set, notices will be translatable from
7772 the "Notices and Slips" interface. The language used to send a notice to a patron
7773 will be the one defined for the patron.
7774
7775 Values:
7776
7777 -  Don't allow
7778
7779 -  Allow
7780
7781 .. _local-use-label:
7782
7783 Local Use
7784 ---------------------------
7785
7786 These preferences are defined locally.
7787
7788 *Get there:* More > Administration > Global System Preferences > Local
7789 Use
7790
7791     **Note**
7792
7793     Sometimes preferences which are either new or outdated will appear
7794     in this tab, if you didn't add any preferences to this tab then it's
7795     best to ignore preferences listed here.
7796
7797 .. _intradidyoumean-label:
7798
7799 INTRAdidyoumean
7800 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7801
7802 Default: blank
7803
7804 Asks: Did you mean? configuration for the Intranet. Do not change, as this is
7805 controlled by /cgi-bin/koha/admin/didyoumean.pl.
7806
7807 .. _opacdidyoumean-label:
7808
7809 OPACdidyoumean
7810 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7811
7812 Default: blank
7813
7814 Asks: Did you mean? configuration for the OPAC. Do not change, as this is
7815 controlled by /cgi-bin/koha/admin/didyoumean.pl.
7816
7817 .. _printcirculationships-label:
7818
7819 printcirculationships
7820 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7821
7822 Default: ON
7823
7824 Asks: If ON, enable printing circulation receipts
7825
7826 Values:
7827
7828 -  ON
7829
7830 -  OFF
7831
7832 .. _usagestatsid-label:
7833
7834 UsageStatsID
7835 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7836
7837 Default: blank
7838
7839 Asks: This preference is part of Koha but it should not be deleted or
7840 updated manually.
7841
7842 .. _usagestatslastupdatetime-label:
7843
7844 UsageStatsLastUpdateTime
7845 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7846
7847 Default: blank
7848
7849 Asks: This preference is part of Koha but it should not be deleted or
7850 updated manually.
7851
7852 .. _usagestatspublicid-label:
7853
7854 UsageStatsPublicID
7855 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7856
7857 Default: blank
7858
7859 Asks: Public ID for Hea website
7860
7861 .. _version-label:
7862
7863 Version
7864 ~~~~~~~~~~~~~~~~~~~~~~
7865
7866 Default: automatically generated
7867
7868 Asks: The Koha database version. WARNING: Do not change this value
7869 manually. It is maintained by the webinstaller
7870
7871 .. _logs-label:
7872
7873 Logs
7874 ----------------
7875
7876 Logs keep track of transaction on the system. You can decide which
7877 actions you want to log and which you don't using these preferences.
7878 Logs can then be viewed in the :ref:`Log Viewer` under Tools.
7879
7880 *Get there:* More > Administration > Global System Preferences > Logs
7881
7882 .. _debugging-label:
7883
7884 Debugging
7885 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7886
7887 .. _dumptemplatevarsintranet-label:
7888
7889 DumpTemplateVarsIntranet
7890 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7891
7892 Default: Don't
7893
7894 Asks: \_\_\_ dump all Template Toolkit variable to a comment in the HTML
7895 source for the staff intranet.
7896
7897 Value:
7898
7899 -  Don't
7900
7901 -  Do
7902
7903 .. _dumptemplatevarsopac-label:
7904
7905 DumpTemplateVarsOpac
7906 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7907
7908 Default: Don't
7909
7910 Asks: \_\_\_ dump all Template Toolkit variable to a comment in the HTML
7911 source for the OPAC.
7912
7913 Value:
7914
7915 -  Don't
7916
7917 -  Do
7918
7919 .. _logging-label:
7920
7921 Logging
7922 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
7923
7924 .. _authoritieslog-label:
7925
7926 AuthoritiesLog
7927 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7928
7929 Default: Don't log
7930
7931 Asks: \_\_\_ changes to authority records.
7932
7933 Values:
7934
7935 -  Don't log
7936
7937 -  Log
7938
7939 .. _borrowerslog-label:
7940
7941 BorrowersLog
7942 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7943
7944 Default: Log
7945
7946 Asks: \_\_\_ changes to patron records.
7947
7948 Values:
7949
7950 -  Don't log
7951
7952 -  Log
7953
7954        **Note**
7955        
7956        Enabling this preference allows the tracking of cardnumber changes for patrons 
7957
7958 .. _cataloguinglog-label:
7959
7960 CataloguingLog
7961 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7962
7963 Default: Don't log
7964
7965 Asks: \_\_\_ any changes to bibliographic or item records.
7966
7967 Values:
7968
7969 -  Don't log
7970
7971 -  Log
7972
7973     **Important**
7974
7975     Since this occurs whenever a book is cataloged, edited, or checked
7976     in or out it can be very resource intensive - slowing down your
7977     system.
7978
7979 .. _cronjoblog-label:
7980
7981 CronjobLog
7982 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7983
7984 Default: Don't log
7985
7986 Asks: \_\_\_ information from cron jobs.
7987
7988 Values:
7989
7990 -  Don't log
7991
7992 -  Log
7993
7994 .. _fineslog-label:
7995
7996 FinesLog
7997 ^^^^^^^^^^^^^^^^^^^^^^^^
7998
7999 Default: Log
8000
8001 Asks: \_\_\_ when overdue fines are charged or automatically forgiven.
8002
8003 Values:
8004
8005 -  Don't log
8006
8007 -  Log
8008
8009 .. _holdslog-label:
8010
8011 HoldsLog
8012 ^^^^^^^^^^^^^^^^^^^^^^^^
8013
8014 Default: Don't log
8015
8016 Asks: \_\_\_ any actions on holds (create, cancel, suspend, resume, etc.).
8017
8018 Values:
8019
8020 -  Don't log
8021
8022 -  Log
8023
8024 .. _issuelog-label:
8025
8026 IssueLog
8027 ^^^^^^^^^^^^^^^^^^^^^^^^
8028
8029 Default: Log
8030
8031 Asks: \_\_\_ when items are checked out.
8032
8033 Values:
8034
8035 -  Don't log
8036
8037 -  Log
8038
8039 .. _letterlog-label:
8040
8041 LetterLog
8042 ^^^^^^^^^^^^^^^^^^^^^^^^^^
8043
8044 Default: Log
8045
8046 Asks: \_\_\_ when an automatic claim notice is sent.
8047
8048 Values:
8049
8050 -  Don't log
8051
8052 -  Log
8053
8054     **Note**
8055
8056     This log tracks all notices that go to patrons including the overdue
8057     notices.
8058
8059 .. _renewallog-label:
8060
8061 RenewalLog
8062 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8063
8064 Default:  Don't log
8065
8066 Asks: \_\_\_ when items are renewed.
8067
8068 Values:
8069
8070 - Don't log
8071
8072 - Log
8073
8074 .. _reportslog-label:
8075
8076 ReportsLog
8077 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8078
8079 Default: Don't log
8080
8081 Asks: \_\_\_ when reports are added, deleted or changed.
8082
8083 Values:
8084
8085 -  Don't log
8086
8087 -  Log
8088
8089 .. _returnlog-label:
8090
8091 ReturnLog
8092 ^^^^^^^^^^^^^^^^^^^^^^^^^^
8093
8094 Default: Log
8095
8096 Asks: \_\_\_ when items are returned.
8097
8098 Values:
8099
8100 -  Don't log
8101
8102 -  Log
8103
8104 .. _subscriptionlog-label:
8105
8106 SubscriptionLog
8107 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8108
8109 Default: Log
8110
8111 Asks: \_\_\_ when serials are added, deleted or changed.
8112
8113 Values:
8114
8115 -  Don't log
8116
8117 -  Log
8118
8119 .. _opac-label:
8120
8121 OPAC
8122 ---------------------
8123
8124 *Get there:* More > Administration > Global system preferences > OPAC
8125
8126 .. _advanced-search-options-label:
8127
8128 Advanced search options
8129 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8130
8131 .. _opacadvsearchmoreoptions-label:
8132
8133 OpacAdvSearchMoreOptions
8134 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8135
8136 Default: Select all
8137
8138 Asks: Show search options for the expanded view \_\_\_
8139
8140 Values:
8141
8142 -  [Select all]
8143
8144 -  Item types
8145
8146 -  Language
8147
8148 -  Location and availability
8149
8150 -  Publication date
8151
8152 -  Sorting
8153
8154 -  Subtypes
8155
8156 Description:
8157
8158 -  The settings in this preference will determine which search fields
8159    will show when the patron is using the 'More options' mode on the
8160    advanced search page.
8161
8162 .. _opacadvsearchoptions-label:
8163
8164 OpacAdvSearchOptions
8165 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8166
8167 Default: Item types, Language, Location and availability, Publication
8168 date, Sorting
8169
8170 Asks: Show search options \_\_\_
8171
8172 Values:
8173
8174 -  [Select all]
8175
8176 -  Item types
8177
8178 -  Language
8179
8180 -  Location and availability
8181
8182 -  Publication date
8183
8184 -  Sorting
8185
8186 -  Subtypes
8187
8188 Description:
8189
8190 -  The settings in this preference will determine which search fields
8191    will show when the patron is using the 'Fewer options' mode on the
8192    advanced search page.
8193
8194 .. _appearance-label:
8195
8196 Appearance
8197 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8198
8199 These preferences control how things appear in the OPAC.
8200
8201 .. _authorisedvalueimages-label:
8202
8203 AuthorisedValueImages
8204 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8205
8206 Default: Don't show
8207
8208 Asks: \_\_\_ images for authorized values (such as lost statuses and
8209 locations) in search results and item detail pages on the OPAC.
8210
8211 Values:
8212
8213 -  Don't show
8214
8215 -  Show
8216
8217 *Get there:* More > Administration > :ref:`Authorized
8218 values <authorized-values-label>`
8219
8220 .. _bibliodefaultview-label:
8221
8222 BiblioDefaultView
8223 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8224
8225 Default: in simple form
8226
8227 Asks: By default, show bib records \_\_\_
8228
8229 Values:
8230
8231 -  as specified in the ISBD template.
8232
8233    -  See :ref:`ISBD` preference for more information
8234
8235 -  in simple form.
8236
8237 -  in their MARC format.
8238
8239 Description:
8240
8241 -  This preference determines the level of bibliographic detail that the
8242    patron will see on the OPAC detail page. The simple form displays the
8243    graphical interface; MARC format displays the MARC21 cataloging view;
8244    ISBD displays the ISBD (International Standard Bibliographic
8245    Description, AACR2) view.
8246
8247 .. _coinsinopacresults-label:
8248
8249 COinSinOPACResults
8250 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8251
8252 Default: Include
8253
8254 Asks: \_\_\_ COinS / OpenURL / Z39.88 in OPAC search results.
8255
8256 Values:
8257
8258 -  Don't include
8259
8260    -  If you choose not to include COinS on the search results, it will
8261       still be loaded on the individual bibliographic records.
8262
8263 -  Include
8264
8265    -  Enabling this feature will slow OPAC search response times.
8266
8267 Description:
8268
8269 -  COinS stands for ContextObjects in Spans. COinS is a method to embed
8270    bibliographic metadata in the HTML code of web pages. This allows
8271    bibliographic software to publish machine-readable bibliographic
8272    items and client reference management software (such as Zotero) to
8273    retrieve bibliographic metadata. The metadata can also be sent to an
8274    OpenURL resolver. This allows, for instance, searching for a copy of
8275    a book in one's own library.
8276
8277 .. _displayopaciconsxslt-label:
8278
8279 DisplayOPACiconsXSLT
8280 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8281
8282 Default: Don't show
8283
8284 Asks: On pages displayed with XSLT stylesheets on the OPAC, \_\_\_ icons
8285 for itemtype and authorized values.
8286
8287     **Important**
8288
8289     :ref:`OPACXSLTResultsDisplay` and/or
8290     :ref:`OPACXSLTDetailsDisplay` must be set to
8291     use an XSLT stylesheet for this to show (default or custom)
8292
8293 Values:
8294
8295 -  Don't show
8296
8297 -  Show
8298
8299    |image62|
8300
8301     **Note**
8302
8303     See the :ref:`XSLT material type icons <material-type-cataloging-guide-label>`
8304     for more information on these icons.
8305
8306 .. _googleindictransliteration-label:
8307
8308 GoogleIndicTransliteration
8309 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8310
8311 Default: Don't show
8312
8313 Asks: \_\_\_ GoogleIndicTransliteration on the OPAC.
8314
8315 Values:
8316
8317 -  Don't show
8318
8319 -  Show
8320
8321   |image1188|
8322
8323 .. _hidelostitems-label:
8324
8325 hidelostitems
8326 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8327
8328 Default: Don't show
8329
8330 Asks: \_\_\_ lost items on search and detail pages.
8331
8332 Description:
8333
8334 -  Items that are marked lost by the library can either be shown or not
8335    shown on the OPAC. By setting the value to "Don't show," the lost
8336    item is not shown on the OPAC. By setting the value "Show," the lost
8337    item is shown on the OPAC for patrons to view with a status of
8338    'lost.^
8339
8340 Values:
8341
8342 -  Don't show
8343
8344 -  Show
8345
8346    |image63|
8347
8348 .. _highlightownitemsonopac-&-highlightownitemsonopacwhich-label:
8349
8350 HighlightOwnItemsOnOPAC & HighlightOwnItemsOnOPACWhich
8351 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8352
8353 HighlightOwnItemsOnOPAC Default: Don't emphasize
8354
8355 HighlightOwnItemsOnOPACWhich Default: patron's home library
8356
8357 Asks: \_\_\_ results from the \_\_\_ by moving the results to the front
8358 and increasing the size or highlighting the rows for those results.
8359
8360 HighlightOwnItemsOnOPAC Values:
8361
8362 -  Don't emphasize
8363
8364 -  Emphasize
8365
8366 HighlightOwnItemsOnOPACWhich Values:
8367
8368 -  OPAC's branch based via the URL
8369
8370    -  The library is chosen based on the Apache environment variable
8371       BRANCHCODE. For example, this could be added to the OPAC section
8372       of koha-httpd.conf: SetEnv BRANCHCODE "CPL"
8373
8374 -  patron's home library
8375
8376    -  The items emphasized will be those of the same library as the
8377       patron's library. If no one is logged into the OPAC, no items will
8378       be highlighted.
8379
8380     **Important**
8381
8382     This preference will only effect sites that are not using an XSLT
8383     stylesheet. XSLT stylesheets are defined in the
8384     :ref:`OPACXSLTResultsDisplay` and
8385     :ref:`OPACXSLTDetailsDisplay` preferences.
8386
8387 .. _libraryname-label:
8388
8389 LibraryName
8390 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8391
8392 Asks: Show \_\_\_ as the name of the library on the OPAC.
8393
8394     **Note**
8395
8396     This value will appear in the title bar of the browser
8397
8398     **Note**
8399
8400     Edit :ref:`opacheader` if you'd like to add a library
8401     name above your search box on the OPAC
8402
8403 |image64|
8404
8405 .. _opacadditionalstylesheet-label:
8406
8407 OpacAdditionalStylesheet
8408 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8409
8410 Asks: Include the additional CSS stylesheet \_\_\_ to override specified
8411 settings from the default stylesheet.
8412
8413 Description:
8414
8415 -  The preference can look for stylesheets in the template directory for
8416    your OPAC language, for instance: /koha-tmpl/opac-tmpl/prog/en/css.
8417    If you upload a custom file, opac-mystyles.css to this directory, you
8418    can specify it by entering opac-mystyles.css in your
8419    opaccolorstylesheet system preference. This adds your custom
8420    stylesheet as a linked stylesheet alongside the OPAC's default CSS
8421    files. This method is preferable because linked stylesheets are
8422    cached by the user's browser, meaning upon repeat visits to your site
8423    the user's browser will not have to re-download the stylesheet,
8424    instead using the copy in the browser's cache.
8425
8426 -  If you would rather, you can upload your CSS to another server and
8427    enter the full URL pointing to it's location remember to begin the
8428    URL with http://
8429
8430     **Note**
8431
8432     Leave this field blank to disable it
8433
8434     **Note**
8435
8436     This file will add a linked CSS, not replace the existing default
8437     CSS.
8438
8439 .. _opacaddmastheadlibrarypulldown-label:
8440
8441 OpacAddMastheadLibraryPulldown
8442 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8443
8444 Default: Don't add
8445
8446 Asks: \_\_\_ a library select pulldown menu on the OPAC masthead.
8447
8448 Values:
8449
8450 -  Add
8451
8452    |image65|
8453
8454 -  Don't Add
8455
8456    |image66|
8457
8458 .. _opacbaseurl-label:
8459
8460 OPACBaseURL
8461 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8462
8463 Asks: The OPAC is located at \_\_\_
8464
8465 Description:
8466
8467 -  This preference is looking for the URL of your public catalog (OPAC)
8468    with the http:// in front of it (enter http://www.mycatalog.com
8469    instead of www.mycatalog.com). Once it is filled in Koha will use it
8470    to generate permanent links in your RSS feeds, for your social
8471    network share buttons and in your staff client when generating links
8472    to bib records in the OPAC.
8473
8474     **Important**
8475
8476     Do not include a trailing slash in the URL this will break links
8477     created using this URL. (example: http://www.google.com not
8478     http://www.google.com/)
8479
8480     **Important**
8481
8482     This must be filled in with the URL of your public catalog for RSS,
8483     unAPI, and search plugins to work.
8484
8485     **Important**
8486
8487     This must be filled in with the URL of your public catalog to show
8488     'OPAC View' links from bib records in the staff client:
8489
8490 |image67|
8491
8492 .. _opaccredits-label:
8493
8494 opaccredits
8495 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8496
8497 Asks: Include the following HTML in the footer of all pages in the OPAC:
8498
8499     **Note**
8500
8501     Click the 'Click to edit; link to enter HTML to appear at the bottom
8502     of every page in the OPAC
8503
8504 |image68|
8505
8506 |image69|
8507
8508 Description:
8509
8510 -  This setting is for credits that will appear at the bottom of your
8511    OPAC pages. Credits traditionally encompass copyright information,
8512    last date updated, hyperlinks or other information represented in an
8513    HTML format. This is static information and any updates must be
8514    entered manually.
8515
8516 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
8517
8518 .. _opaccustomsearch-label:
8519
8520 OpacCustomSearch
8521 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8522
8523 Asks: Replace the search box at the top of OPAC pages with the following
8524 HTML
8525
8526 Description:
8527
8528 -  This preference allows you to replace the default search box at the
8529    top of the OPAC :
8530
8531     |image1190|
8532
8533    with any HTML you would like :
8534
8535     |image1191|
8536
8537 .. _opacdisplay856uasimage-label:
8538
8539 OPACDisplay856uAsImage
8540 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8541
8542 Default: Neither details or results page
8543
8544 Asks: Display the URI in the 856u field as an image on: \_\_\_
8545
8546 Values:
8547
8548 -  Both results and details pages
8549
8550    -  **Important**
8551
8552           Both :ref:`OPACXSLTDetailsDisplay` and 
8553           :ref:`OPACXSLTResultsDisplay` need to
8554           have values in order for this preference to work.
8555
8556    -  **Important**
8557
8558           This is only implemented for MARC21 and NORMARC.
8559
8560 -  Detail page only
8561
8562    -  **Important**
8563
8564           :ref:`OPACXSLTDetailsDisplay` needs to
8565           have a value in it for this preference to work.
8566
8567    -  **Important**
8568
8569           This is only implemented for MARC21 and NORMARC.
8570
8571    |image70|
8572
8573 -  Neither details or results page
8574
8575 -  Results page only
8576
8577    -  **Important**
8578
8579           :ref:`OPACXSLTResultsDisplay` needs to
8580           have a value in it for this preference to work.
8581
8582    -  **Important**
8583
8584           This is only implemented for MARC21 and NORMARC.
8585
8586 Description:
8587
8588 -  In addition to this option being set, the corresponding XSLT option
8589    must be turned on. Also, the corresponding 856q field must have a
8590    valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
8591    starting with "image/"), or the generic indicator "img" entered in
8592    the field. When all of the requirements are met, an image file will
8593    be displayed instead of the standard link text. Clicking on the image
8594    will open it in the same way as clicking on the link text. When you
8595    click on the image it should open to full size, in the current window
8596    or in a new window depending on the value in the system pref
8597    :ref:`OPACURLOpenInNewWindow`.
8598
8599    |image71|
8600
8601 .. _opacexportoptions-label:
8602
8603 OpacExportOptions
8604 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8605
8606 Default:
8607
8608     |image1192|
8609
8610 Asks: List export options that should be available from OPAC detail page
8611 : \_\_\_
8612
8613 Description:
8614
8615 -  In the OPAC on the right of each bib record there is a menu that
8616    allows for saving the record in various formats. This patch will
8617    allow you to define which options are in the pull down menu.
8618    Available options are: BIBTEX (bibtex), Dublin Core (dc), MARCXML
8619    (marcxml), MARC-8 encoded MARC (marc8), Unicode/UTF-8 encoded MARC
8620    (utf8), Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9-
8621    fields and subfields (marcstd), MODS (mods), and RIS (ris).
8622
8623 .. _opacfallback-label:
8624
8625 OPACFallback
8626 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8627
8628 Default: bootstrap
8629
8630 Asks: Use the \_\_\_ theme as the fallback theme on the OPAC.
8631
8632 Description:
8633
8634 -  The purpose of this preference is to provide a way to choose to what
8635    theme to fallback on when you have a partial theme in place.
8636
8637 .. _opacfavicon-label:
8638
8639 OpacFavicon
8640 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8641
8642 Asks: Use the image at \_\_\_ for the OPAC's favicon.
8643
8644     **Important**
8645
8646     This should be a complete URL, starting with http://
8647
8648     **Note**
8649
8650     Turn your logo into a favicon with the `Favicon
8651     Generator <http://antifavicon.com/>`__.
8652
8653 Description:
8654
8655 -  The favicon is the little icon that appears next to the URL in the
8656    address bar in most browsers. The default value for this field (if
8657    left blank) is the small 'K' in the Koha logo.
8658
8659    |image72|
8660
8661 .. _opacheader-label:
8662
8663 opacheader
8664 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8665
8666 Asks: Include the following HTML in the header of all pages in the OPAC
8667
8668 |image73|
8669
8670     **Note**
8671
8672     This value will appear above the main content of your page
8673
8674 |image74|
8675
8676     **Note**
8677
8678     Edit ^:ref:`LibraryName`^ if you'd like to edit the
8679     contents of the <title> tag
8680
8681 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
8682
8683 .. _opachighlightedwords-&-nothighlightedwords-label:
8684
8685 OpacHighlightedWords & NotHighlightedWords
8686 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8687
8688 OpacHighlightedWords Default: Don't highlight
8689
8690 NotHighlightedWords Default: and\|or\|not
8691
8692 Asks: \_\_\_ words the patron searched for in their search results and
8693 detail pages; To prevent certain words from ever being highlighted,
8694 enter a list of stopwords here \_\_\_ (separate columns with \|)
8695
8696 OpacHighlightedWords Values:
8697
8698 -  Don't highlight
8699
8700 -  Highlight
8701
8702 .. _opacholdingsdefaultsortfield-label:
8703
8704 OPACHoldingsDefaultSortField
8705 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8706
8707 Default: First column of the table
8708
8709 Asks: \_\_\_ is the default sort field for the holdings table
8710
8711 Values:
8712
8713 -  First column of the table
8714
8715 -  Holding library
8716
8717 -  Home library
8718
8719 .. _opackohaurl-label:
8720
8721 OpacKohaUrl
8722 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8723
8724 Default: Don't show
8725
8726 Values:
8727
8728 -  Don't show
8729
8730 -  Show
8731
8732 Description:
8733
8734 -  When this preference is set to 'Show' text will appear in the bottom
8735    right of the OPAC footer stating 'Powered by Koha' and linking to the
8736    official Koha website.
8737
8738    |image75|
8739
8740 .. _opaclangselectormode-label:
8741
8742 OpacLangSelectorMode
8743 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8744
8745 Default: only footer
8746
8747 Asks: Display language selector on \_\_\_.
8748
8749 Values:
8750
8751 -  both top and footer
8752
8753 -  only footer
8754
8755 -  top
8756
8757 Description:
8758
8759 -  If you have the :ref:`opaclanguagesdisplay`
8760    preference set to display language options in the public catlaog,
8761    then this preference will allow you to control where the language
8762    selector shows. You can choose to show it only on the top or bottom
8763    or in both places.
8764
8765 .. _opaclayoutstylesheet-label:
8766
8767 opaclayoutstylesheet
8768 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8769
8770 Default: opac.css
8771
8772 Asks: Use the CSS stylesheet /css/ \_\_\_ on all pages in the OPAC,
8773 instead of the default
8774
8775 Description:
8776
8777 -  This setting's function is to point to the \*.css file used to define
8778    the OPAC layout. A \*.css file is a cascading stylesheet which is
8779    used in conjunction with HTML to set how the HTML page is formatted
8780    and will look on the OPAC. There are two stylesheets that come with
8781    the system; opac.css and opac2.css. A custom stylesheet may also be
8782    used. The stylesheets listed in the opaclayoutstylesheet preference
8783    are held on the Koha server.
8784
8785     **Note**
8786
8787     Leave this field blank to disable it and let Koha use the default
8788     file instead
8789
8790     **Important**
8791
8792     Using a custom value in this preference causes Koha to completely
8793     ignore the default layout stylesheet.
8794
8795 .. _opaclocationbranchtodisplay-label:
8796
8797 OpacLocationBranchToDisplay
8798 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8799
8800 Default: holding library
8801
8802 Asks: Display the \_\_\_ for items on the OPAC record details page.
8803
8804 Values:
8805
8806 -  holding library
8807
8808 -  home and holding library
8809
8810 -  home library
8811
8812 Description:
8813
8814 -  Defines whether to display the holding library, the home library, or
8815    both for the opac details page.
8816
8817 .. _opaclocationondetail-label:
8818
8819 OpacLocationOnDetail
8820 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8821
8822 Default: below the holding library
8823
8824 Asks: Display the shelving location \_\_\_ for items on the
8825 OPAC record details page.
8826
8827 Values:
8828
8829 -  below both home and holding libraries
8830
8831 -  on a separate column
8832
8833 -  below the holding library
8834
8835 -  below the home library
8836
8837 Description:
8838
8839 -  Defines where the shelving location should be displayed, under the
8840    home library, the holding library, or both, or in a separate column.
8841
8842 .. _opaclogininstructions-label:
8843
8844 OpacLoginInstructions
8845 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8846
8847 Asks: Show the following HTML on the OPAC login form when a patron is not logged in:
8848
8849 Description:
8850
8851 -  HTML entered in this field will appear under the login form on the main page
8852    of your OPAC, when the user is not logged in
8853
8854 |image1344|
8855
8856 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
8857
8858
8859 .. _opacmaintenance-label:
8860
8861 OpacMaintenance
8862 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8863
8864 Default: Don't show
8865
8866 Asks: \_\_\_ a warning that the OPAC is under maintenance, instead of
8867 the OPAC itself.
8868
8869     **Note**
8870
8871     this shows the same warning as when the database needs to be
8872     upgraded, but unconditionally.
8873
8874 Description:
8875
8876 -  This preference allows the system administrator to turn off the OPAC
8877    during maintenance and display a message to users. When this
8878    preference is switched to "Show" the OPAC is not usable. The text of
8879    this message is not editable at this time.
8880
8881 Values:
8882
8883 -  Don't show
8884
8885 -  Show
8886
8887    -  When this preference is set to show the maintenance message the
8888       ability to search the OPAC is disabled and a message appears. The
8889       default message can be altered by using the
8890       :ref:`OpacMaintenanceNotice` preference.
8891
8892       |image76|
8893
8894 .. _opacmaintenancenotice-label:
8895
8896 OpacMaintenanceNotice
8897 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8898
8899 Asks: Show the following HTML when OpacMaintenance is enabled
8900
8901 Descritpion:
8902
8903 -  This preference will allow you to set the text the OPAC displays when
8904    the :ref:`OpacMaintenance` preference is set to
8905    'Show.^
8906
8907 .. _opacmainuserblock-label:
8908
8909 OpacMainUserBlock
8910 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8911
8912 Default: Welcome to Koha... <hr>
8913
8914 Asks: Show the following HTML in its own column on the main page of the
8915 OPAC
8916
8917 Description:
8918
8919 -  HTML entered in this field will appear in the center of the main page
8920    of your OPAC
8921
8922 |image77|
8923
8924 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
8925
8926 .. _opacmaxitemstodisplay-label:
8927
8928 OpacMaxItemsToDisplay
8929 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8930
8931 Default: 50
8932
8933 Asks: Display up to \_\_\_ items on the biblio detail page
8934
8935 Description:
8936
8937 -  This preference will help with slow load times on the bibliographic
8938    detail pages by limiting the number of items to display by default.
8939    If the biblio has more items than this, a link is displayed instead
8940    that allows the user to choose to display all items.
8941
8942 .. _opacmysummaryhtml-label:
8943
8944 OPACMySummaryHTML
8945 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8946
8947 Asks: Include a "Links" column on the "my summary" tab when a user is
8948 logged in to the OPAC, with the following HTML (leave blank to disable).
8949
8950 Description:
8951
8952 -  In this preference you can enter HTML that will appear on the
8953    'Checked Out' tab on the 'My Summary' section when logged in to the
8954    OPAC. The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR}
8955    will be replaced with information from the displayed record. This can
8956    be used to enter in 'share' links for social networks or generate
8957    searches against other library catalogs.
8958
8959    |image78|
8960
8961 Sample Data:
8962
8963 ::
8964
8965     <p><a href="http://www.facebook.com/sharer.php?u=http://YOUROPAC.ORG/cgi-bin/koha/opac-detail.pl?biblionumber={BIBLIONUMBER}">Share on Facebook</a>
8966     <br />TITLE: {TITLE}
8967     <br />AUTHOR: {AUTHOR}
8968     <br />ISBN: {ISBN}
8969     <br />BIBLIONUMBER: {BIBLIONUMBER}</p>
8970
8971 .. _opacmysummarynote-label:
8972
8973 OPACMySummaryNote
8974 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8975
8976 Asks: Note to display on the patron summary page.
8977
8978 Description:
8979
8980 -  This preference will display text above the patron's summary and
8981    below the welcome message when the patron logs in to the OPAC and
8982    view their 'my summary' tab.
8983
8984     |image1193|
8985
8986 .. _opacnav-label:
8987
8988 OpacNav
8989 ^^^^^^^^^^^^^^^^^^^^^^
8990
8991 Default: Important links here.
8992
8993 Asks: Show the following HTML on the left hand column of the main page
8994 and patron account on the OPAC (generally navigation links)
8995
8996 |image79|
8997
8998 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
8999
9000 .. _opacnavbottom-label:
9001
9002 OpacNavBottom
9003 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9004
9005 Asks: Show the following HTML on the left hand column of the main page
9006 and patron account on the OPAC, after :ref:`OpacNav`, and before
9007 patron account links if available:
9008
9009 Description: 
9010
9011 -  When a patron is logged in to their account they see a
9012    series of tabs to access their account information.
9013    :ref:`OpacNav` appears above this list of tabs and OpacNavBottom
9014    will appear below them. When not on the patron account pages the HTML in
9015    OpacNavBottom will just appear right below :ref:`OpacNav`.
9016
9017 |image80|
9018
9019 .. _opacnavright-label:
9020
9021 OpacNavRight
9022 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9023
9024 Asks: Show the following HTML in the right hand column of the main page
9025 under the main login form.
9026
9027 Description: 
9028
9029 -  HTML entered in this preference will appear on the right
9030    hand side of the OPAC under the log in form. If the log in form is not
9031    visible this content will move up on the right column.
9032
9033 |image81|
9034
9035 .. _opacnoresultsfound-label:
9036
9037 OPACNoResultsFound
9038 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9039
9040 No Default
9041
9042 Asks: Display this HTML when no results are found for a search in the
9043 OPAC
9044
9045 This HTML will display below the existing notice that no results were
9046 found for your search.
9047
9048 |image82|
9049
9050     **Note**
9051
9052     You can insert placeholders {QUERY\_KW} that will be replaced with
9053     the keywords of the query.
9054
9055 .. _opacpublic-label:
9056
9057 OpacPublic
9058 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9059
9060 Default: Enable
9061
9062 Asks: \_\_\_ Koha OPAC as public. Private OPAC requires authentication
9063 before accessing the OPAC.
9064
9065 Values:
9066
9067 -  Don't enable
9068
9069 -  Enable
9070
9071 Description:
9072
9073 -  This preference determines if your OPAC is accessible and searchable
9074    by anyone or only by members of the library. If set to 'Don't enable'
9075    only members who are logged into the OPAC can search. Most libraries
9076    will leave this setting at its default of 'Enable' to allow their
9077    OPAC to be searched by anyone and only require login for access to
9078    personalized content.
9079
9080 .. _opacresultslibrary-label:
9081
9082 OPACResultsLibrary
9083 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9084
9085 Default: home library
9086
9087 Asks: For search results in the OPAC, show the item's \_\_\_. Please
9088 note that this feature is currently available for MARC21 and UNIMARC.
9089
9090 Values:
9091
9092 -  current location
9093
9094 -  home library
9095
9096 .. _opacresultssidebar-label:
9097
9098 OPACResultsSidebar
9099 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9100
9101 Asks: Include the following HTML under the facets in OPAC search results
9102
9103 Description:
9104
9105 -  The HTML entered in this preference will appear on the search results
9106    pages below the list of facets on the left side of the screen.
9107
9108 .. _opacsearchfortitlein-label:
9109
9110 OPACSearchForTitleIn
9111 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9112
9113 Default: <li><a href="http://worldcat.org/search?q={TITLE}"
9114 target="\_blank">Other Libraries (WorldCat)</a></li> <li><a
9115 href="http://www.scholar.google.com/scholar?q={TITLE}"
9116 target="\_blank">Other Databases (Google Scholar)</a></li> <li><a
9117 href="http://www.bookfinder.com/search/?author={AUTHOR}&title={TITLE}&st=xl&ac=qr"
9118 target="\_blank">Online Stores (Bookfinder.com)</a></li>
9119
9120 Asks: Include a "More Searches" box on the detail pages of items on the
9121 OPAC, with the following HTML (leave blank to disable)
9122
9123     **Note**
9124
9125     The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE}, {ISBN},
9126     {ISSN} and {AUTHOR} will be replaced with information from the
9127     displayed record.
9128
9129 .. _opacseparateholdings-&-opacseparateholdingsbranch-label:
9130
9131 OpacSeparateHoldings & OpacSeparateHoldingsBranch
9132 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9133
9134 OpacSeparateHoldings default: Don't separate
9135
9136 OpacSeparateHoldingsBranch default: home library
9137
9138 Asks: \_\_\_ items display into two tabs, where the first tab contains
9139 items whose \_\_\_ is the logged in user's library. The second tab will
9140 contain all other items.
9141
9142 OpacSeparateHoldings values:
9143
9144 -  Don't separate
9145
9146 -  Separate
9147
9148 OpacSeparateHoldingsBranch values:
9149
9150 -  holding library
9151
9152 -  home library
9153
9154 Description:
9155
9156 -  This preference lets you decide if you would like to have the holding
9157    information on the bibliographic detail page in the OPAC split in to
9158    multiple tabs. The default is to show all holdings on one tab.
9159
9160    |image83|
9161
9162 .. _opacshowcheckoutname-label:
9163
9164 OPACShowCheckoutName
9165 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9166
9167 Default: Don't show
9168
9169 Asks: \_\_\_ the name of the patron that has an item checked out on item
9170 detail pages on the OPAC.
9171
9172 Values:
9173
9174 -  Don't show
9175
9176 -  Show
9177
9178 Description:
9179
9180 -  This preference allows all patrons to see who has the item checked
9181    out if it is checked out. In small corporate libraries (where the
9182    OPAC is behind a firewall and not publicly available) this can be
9183    helpful so coworkers can just contact the patron with the book
9184    themselves. In larger public and academic libraries setting this to
9185    'Show' would pose serious privacy issues.
9186
9187 .. _opacshowholdqueuedetails-label:
9188
9189 OPACShowHoldQueueDetails
9190 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9191
9192 Default: Don't show any hold details
9193
9194 Asks: \_\_\_ to patrons in the OPAC.
9195
9196 Values:
9197
9198 -  Don't show any hold details
9199
9200 -  Show holds
9201
9202    |image86|
9203
9204 -  Show holds and priority level
9205
9206 -  Show priority level
9207
9208    |image87|
9209
9210    -  :ref:`opacuserlogin` needs to be set to 'allow'
9211
9212 .. _opacshowrecentcomments-label:
9213
9214 OpacShowRecentComments
9215 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9216
9217 Default: Don't show
9218
9219 Asks: \_\_\_ a link to recent comments in the OPAC masthead.
9220
9221 Values:
9222
9223 -  Don't show
9224
9225 -  Show
9226
9227 Description:
9228
9229 -  If you have chosen to allow comments in your OPAC by setting
9230    :ref:`reviewson` to 'Allow' you can include a link to the
9231    recent comments under the search box at the top of your OPAC with
9232    this preference.
9233
9234    |image88|
9235
9236 .. _opacshowunusedauthorities-label:
9237
9238 OPACShowUnusedAuthorities
9239 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9240
9241 Default: Show
9242
9243 Asks: \_\_\_ unused authorities in the OPAC authority browser.
9244
9245 Values:
9246
9247 -  Do not show
9248
9249 -  Show
9250
9251    -  **Important**
9252
9253           Requires that the :ref:`OpacAuthorities`
9254           preference is set to 'Allow'
9255
9256 Description:
9257
9258 -  When patrons search your authority file via the OPAC they will see
9259    all authorities in your system even if you don't have them linked to
9260    any bibliographic records. This preference lets you determine what
9261    the default behavior is when searching authorities via the OPAC. If
9262    you choose 'Do not show' it will only show patrons authority records
9263    that are linked to bib records in the search results. Otherwise the
9264    system will show all authority records even if they aren't linked to
9265    records.
9266
9267 .. _opacstarratings-label:
9268
9269 OpacStarRatings
9270 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9271
9272 Default: no
9273
9274 Asks: Show star-ratings on \_\_\_ pages.
9275
9276 Values:
9277
9278 -  no
9279
9280 -  only details
9281
9282    |image89|
9283
9284 -  results and details
9285
9286    |image90|
9287
9288 Description:
9289
9290 -  Star ratings are a way for your patrons to leave ratings without
9291    having to leave a full review. Patrons who are not logged in will
9292    only be able to see the stars, once logged in patrons can click on
9293    the stars on the details page to leave their own rating. Clicking on
9294    the stars on the search results will not submit a rating.
9295
9296 .. _opacsuggestionmanagedby-label:
9297
9298 OpacSuggestionManagedBy
9299 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9300
9301 Default: Show
9302
9303 Asks: \_\_\_ the name of the staff member who managed a suggestion in
9304 OPAC.
9305
9306 Values:
9307
9308 -  Don't show
9309
9310 -  Show
9311
9312 Description:
9313
9314 -  If you're :ref:`allowing patrons to make purchase
9315    suggestions <suggestion-label>` then they will see the 'my
9316    suggestions' tab when logged in. This tab shows the patron the
9317    librarian who approved or rejected the purchase suggestion. This
9318    preference controls if the patron sees the librarian's name or not.
9319
9320 .. _opacthemes-label:
9321
9322 opacthemes
9323 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9324
9325 Default: bootstrap
9326
9327 Asks: Use the \_\_\_ theme on the OPAC.
9328
9329 Values:
9330
9331 -  bootstrap
9332
9333    Bootstrap Theme
9334
9335    This theme is completely responsive
9336
9337 .. _opacurlopeninnewwindow-label:
9338
9339 OPACURLOpenInNewWindow
9340 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9341
9342 Default: don't
9343
9344 Asks: When patrons click on a link to another website from your OPAC
9345 (like Amazon or OCLC), \_\_\_ open the website in a new window.
9346
9347 Values:
9348
9349 -  do
9350
9351 -  don't
9352
9353 Description:
9354
9355 -  This preference determines if URLs in the OPAC will open in a new
9356    window or not. When clicking on a link in the OPAC, a patron does not
9357    need to worry about navigating away from their search results.
9358
9359 .. _opacusercss-label:
9360
9361 OPACUserCSS
9362 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9363
9364 Asks: Include the following CSS on all pages in the OPAC
9365
9366 Description:
9367
9368 -  OPACUserCSS allows the administrator to enter styles that will
9369    overwrite the OPAC's default CSS as defined in 'opaclayoutstylesheet'
9370    or 'opacstylesheet'. Styles may be entered for any of the selectors
9371    found in the default style sheet. The default stylesheet will likely
9372    be found at
9373    http://your\_koha\_address/opac-tmpl/bootstrap/css/opac.css. Unlike
9374    :ref:`OpacAdditionalStylesheet` and
9375    :ref:`opaclayoutstylesheet` this preference will
9376    embed the CSS directly on your OPAC pages.
9377
9378 .. _opacuserjs-label:
9379
9380 OPACUserJS
9381 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9382
9383 Asks: Include the following JavaScript on all pages in the OPAC
9384
9385 |image91|
9386
9387 |image92|
9388
9389 |image93|
9390
9391 Description:
9392
9393 -  This preference allows the administrator to enter JavaScript or
9394    JQuery that will be embedded across all pages of the OPAC.
9395    Administrators may use this preference to customize some of the
9396    interactive sections of Koha, customizing the text for the login
9397    prompts, for example. Sample JQuery scripts used by Koha libraries
9398    can be found on the wiki:
9399    http://wiki.koha-community.org/wiki/JQuery_Library.
9400
9401 .. _opacusersummary-label:
9402
9403 OPACUserSummary
9404 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9405
9406 Default: Show
9407
9408 Asks: \_\_\_ a summary of a logged in user's checkouts, overdues, holds and fines on the mainpage
9409
9410 Description:
9411
9412 -  When activated, this preference system replaces the login form on the OPAC main page by a summary when the user is logged in.
9413
9414 .. _opacxsltdetailsdisplay-label:
9415
9416 OPACXSLTDetailsDisplay
9417 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9418
9419 Default: default
9420
9421 Asks: Display OPAC details using XSLT stylesheet at \_\_\_
9422
9423 Values:
9424
9425 -  leave empty to not use the XSLT stylesheet
9426
9427    -  In previous versions of Koha this was the setting that read
9428       'normally'
9429
9430 -  enter "default" for the default one
9431
9432 -  put a path to define a XSLT file
9433
9434    -  ex: /path/to/koha/and/your/stylesheet.xsl
9435
9436    -  If in a multi-language system you can enter {langcode} in the path
9437       to tell Koha to look in the right language folder
9438
9439       -  ex:
9440          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACDetail.xsl
9441
9442       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9443
9444 -  put an URL for an external specific stylesheet
9445
9446    -  ex: http://mykohaopac.org/stylesheet.xsl
9447
9448 Description:
9449
9450 -  XSLT stylesheets allow for the customization of the details shows on
9451    the screen when viewing a bib record. This preference will allow you
9452    either use the default look that comes with Koha or design your own
9453    stylesheet.
9454
9455 .. _opacxsltlistsdisplay-label:
9456
9457 OPACXSLTListsDisplay
9458 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9459
9460 Default: default
9461
9462 Asks: Display lists in the OPAC using XSLT stylesheet at \_\_\_
9463
9464 Values:
9465
9466 -  leave empty to not use the XSLT stylesheet
9467
9468    -  In previous versions of Koha this was the setting that read
9469       'normally'
9470
9471 -  enter "default" for the default one
9472
9473 -  put a path to define a XSLT file
9474
9475    -  ex: /path/to/koha/and/your/stylesheet.xsl
9476
9477    -  If in a multi-language system you can enter {langcode} in the path
9478       to tell Koha to look in the right language folder
9479
9480       -  ex:
9481          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
9482
9483       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9484
9485 -  put an URL for an external specific stylesheet
9486
9487    -  ex: http://mykohaopac.org/stylesheet.xsl
9488
9489 Description:
9490
9491 -  XSLT stylesheets allow for the customization of the details shows on
9492    the screen when viewing lists. This preference will
9493    allow you either use the default look that comes with Koha or design
9494    your own stylesheet.
9495
9496 .. _opacxsltresultsdisplay-label:
9497
9498 OPACXSLTResultsDisplay
9499 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9500
9501 Default: default
9502
9503 Asks: Display OPAC results using XSLT stylesheet at \_\_\_
9504
9505 Values:
9506
9507 -  leave empty to not use the XSLT stylesheet
9508
9509    -  In previous versions of Koha this was the setting that read
9510       'normally'
9511
9512 -  enter "default" for the default one
9513
9514 -  put a path to define a XSLT file
9515
9516    -  ex: /path/to/koha/and/your/stylesheet.xsl
9517
9518    -  If in a multi-language system you can enter {langcode} in the path
9519       to tell Koha to look in the right language folder
9520
9521       -  ex:
9522          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
9523
9524       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9525
9526 -  put an URL for an external specific stylesheet
9527
9528    -  ex: http://mykohaopac.org/stylesheet.xsl
9529
9530 Description:
9531
9532 -  XSLT stylesheets allow for the customization of the details shows on
9533    the screen when viewing the search results. This preference will
9534    allow you either use the default look that comes with Koha or design
9535    your own stylesheet.
9536
9537 .. _opacfeatures-label:
9538
9539 Features
9540 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9541
9542 .. _numsearchrssresults-label:
9543
9544 numSearchRSSResults
9545 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9546
9547 Default: 50
9548
9549 Asks: Display \_\_\_ search results in the RSS feed.
9550
9551 Description:
9552
9553 -  By default the RSS feed that is automatically generated for every
9554    search results page will list 50 items. This can sometimes be too
9555    much for some RSS feed readers and for some people this isn't enough.
9556    This preference allows you to adjust this number to show the best
9557    number of results for your patrons.
9558
9559 .. _opacacquisitiondetails-label:
9560
9561 OPACAcquisitionDetails
9562 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9563
9564 Default: Don't display
9565
9566 Asks: \_\_\_ the acquisition details on OPAC detail pages.
9567
9568 Values:
9569
9570 -  Display
9571
9572     |image1194|
9573
9574 -  Don't display
9575
9576 Description:
9577
9578 -  This preference shows the patrons how many items are on order in the
9579    Holdings tab if you have the :ref:`AcqCreateItem` set
9580    to 'cataloging the record'
9581
9582 .. _opacauthorities-label:
9583
9584 OpacAuthorities
9585 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9586
9587 Default: Allow
9588
9589 Asks: \_\_\_ patrons to search your authority records.
9590
9591 Description:
9592
9593 -  This preference displays the link on the OPAC for the authority
9594    search. By setting the preference to "Allow" patrons can use this
9595    search link of the OPAC.
9596
9597 Values:
9598
9599 -  Allow
9600
9601    -  A link labeled 'Authority search' will appear at the top of your
9602       OPAC under the search box
9603
9604       |image94|
9605
9606 -  Don't allow
9607
9608 .. _opacbookbag-label:
9609
9610 opacbookbag
9611 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9612
9613 Default: Allow
9614
9615 Asks: \_\_\_ patrons to store items in a temporary "Cart" on the OPAC.
9616
9617 Values:
9618
9619 -  Allow
9620
9621 -  Don't allow
9622
9623 Description:
9624
9625 -  This preference allows the user to temporarily save a list of items
9626    found on the catalog. By using the book bag, or cart, the user can
9627    print out or email a list of items found. The user does not need to
9628    be logged in. This list is temporary and will be emptied, or cleared,
9629    at the end of the session.
9630
9631 .. _opacbrowser-label:
9632
9633 OpacBrowser
9634 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9635
9636     **Important**
9637
9638     This preference only applies to installations using UNIMARC at this time.
9639
9640 Default: Don't allow
9641
9642 Asks: \_\_\_ patrons to browse subject authorities on OPAC
9643
9644 Values:
9645
9646 -  Allow
9647
9648 -  Don't allow
9649
9650     **Important**
9651
9652     run the :ref:`authorities browser cron job <authorities-browser-label>` to
9653     create the browser list
9654
9655 .. _opacbrowseresults-label:
9656
9657 OpacBrowseResults
9658 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9659
9660 Default: enable
9661
9662 Asks: \_\_\_ browsing and paging search results from the OPAC detail
9663 page.
9664
9665 Values:
9666
9667 -  disable
9668
9669 -  enable
9670
9671    |image95|
9672
9673 Description:
9674
9675 -  This preference will control the option to return to your results
9676    and/or browse them from the detail page in the OPAC.
9677
9678 .. _opaccloud-label:
9679
9680 OpacCloud
9681 ^^^^^^^^^^^^^^^^^^^^^^^^^^
9682
9683     **Important**
9684
9685     This preference only applies to French systems at this time.
9686
9687 Default: Don't show
9688
9689 Asks: \_\_\_ a subject cloud on OPAC
9690
9691 Values:
9692
9693 -  Don't show
9694
9695 -  Show
9696
9697     **Important**
9698
9699     run the :ref:`authorities browser cron job <authorities-browser-label>` to
9700     create the browser list
9701
9702 .. _opacfinestab-label:
9703
9704 OPACFinesTab
9705 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9706
9707 Default: Allow
9708
9709 Asks: \_\_\_ patrons to access the Fines tab on the My Account page on
9710 the OPAC.
9711
9712 Values:
9713
9714 -  Allow
9715
9716    -  :ref:`opacuserlogin` needs to be set to 'allow'
9717
9718 -  Don't allow
9719
9720 .. _opacholdnotes-label:
9721
9722 OpacHoldNotes
9723 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9724
9725 Default: Do not allow
9726
9727 Asks: \_\_\_ users to add a note when placing a hold.
9728
9729 Values:
9730
9731 -  Allow
9732
9733    |image96|
9734
9735 -  Do not allow
9736
9737 .. _opacisbd-label:
9738
9739 OPACISBD
9740 ^^^^^^^^^^^^^^^^^^^^^^^^
9741
9742 Default: See `ISBD view configuration
9743 <https://wiki.koha-community.org/wiki/ISBD_view_configuration>` on the wiki.
9744
9745 Asks: Use the following as the OPAC ISBD template:
9746
9747 Description:
9748
9749 -  This determines how the ISBD information will display in the OPAC.
9750    Elements in the list can be reordered to produce a different ISBD
9751    view. ISBD, the International Standard Bibliographic Description, was
9752    first introduced by IFLA (International Federation of Library
9753    Associations) in 1969 in order to provide guidelines for descriptive
9754    cataloging. The purpose of ISBD is to aid the international exchange
9755    of bibliographic records for a variety of materials.
9756
9757 .. _opacitemlocation-label:
9758
9759 OpacItemLocation
9760 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9761
9762 Default: call number only
9763
9764 Asks: Show \_\_\_\_ for items on the OPAC search results.
9765
9766 Values:
9767
9768 -  call number only
9769
9770 -  collection code
9771
9772 -  location
9773
9774 Description:
9775
9776 -  This setting allows users of the OPAC results XSLT stylesheet to
9777    choose to display collection code or location in addition to call
9778    number.
9779
9780 .. _opacnewslibraryselect-label:
9781
9782 OpacNewsLibrarySelect
9783 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9784
9785 Default: Don't display
9786
9787 Asks: \_\_\_ a branch selection list for news items in the OPAC.
9788
9789 Values:
9790
9791 -  Don't display
9792
9793 -  Display
9794
9795 .. _opacpasswordchange-label:
9796
9797 OpacPasswordChange
9798 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9799
9800 Default: Allow
9801
9802 Asks: \_\_\_ patrons to change their own password on the OPAC.
9803
9804 Values:
9805
9806 -  Allow
9807
9808    -  :ref:`opacuserlogin` needs to be set to 'allow'
9809
9810 -  Don't allow
9811
9812     **Important**
9813
9814     Enabling this will break LDAP authentication.
9815
9816 .. _opacpatrondetails-label:
9817
9818 OPACPatronDetails
9819 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9820
9821 Default: Allow
9822
9823 Asks: \_\_\_ patrons to notify the library of changes to their contact
9824 information from the OPAC.
9825
9826 Values:
9827
9828 -  Allow
9829
9830    -  :ref:`opacuserlogin` needs to be set to 'allow'
9831
9832 -  Don't allow
9833
9834 Description:
9835
9836 -  If patrons are allowed to notify the library of changes to their
9837    account then staff will need to approve the changes via the staff
9838    client. Notification of patron account requests will appear on the
9839    dashaboard below the list of modules with other pending actions.
9840
9841    |image97|
9842
9843    Once you click the notification you will be presented with the
9844    changes the patron would like to make to their account and from there
9845    you can choose how to proceed.
9846
9847    |image98|
9848
9849        **Note**
9850
9851        You can control what fields patrons see and can modify via the
9852        OPAC by setting the
9853        :ref:`PatronSelfRegistrationBorrowerMandatoryField`
9854        :ref:`PatronSelfRegistrationBorrowerUnwantedField`
9855        preferences.
9856
9857 .. _opacpatronimages-label:
9858
9859 OPACpatronimages
9860 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9861
9862 Default: Don't show
9863
9864 Asks: \_\_\_ patron images on the patron information page in the OPAC.
9865
9866 Values:
9867
9868 -  Don't show
9869
9870 -  Show
9871
9872 Description:
9873
9874 -  If :ref:`patronimages` is set to allow the upload of
9875    patron images via the staff client, then setting this preference to
9876    'show' will show the patron what image you have on file for them when
9877    they view their personal information on their account in the OPAC.
9878
9879 .. _opacpopupauthorssearch-label:
9880
9881 OPACPopupAuthorsSearch
9882 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9883
9884 Default: Don't display
9885
9886 Asks: \_\_\_ the list of authors/subjects in a popup for a combined
9887 search on OPAC detail pages.
9888
9889 Values:
9890
9891 -  Display
9892
9893    Subject search pop up
9894
9895    -  **Important**
9896
9897           This will only display the pop up if you are not using an XSLT
9898           stylesheet. Review your
9899           :ref:`OPACXSLTDetailsDisplay` to find
9900           out what stylesheet you're using.
9901
9902 -  Don't display
9903
9904    -  Authors and subjects will display as search links instead of pop
9905       up menus.
9906
9907 Description:
9908
9909 -  If this preference is set to 'Display' then clicking a subject or
9910    author from the details page in the OPAC will present the searcher
9911    with a pop up box. From this box you can check off any of the
9912    subjects or authors listed and search them all at once by clicking
9913    'Search' at the bottom of the pop up. The default behavior is for
9914    Koha to search just the clicked author or subject.
9915
9916 .. _opacresetpassword-label:
9917
9918 OpacResetPassword
9919 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9920
9921 Default: not allowed
9922
9923 Asks: Library users are \_\_\_ to recover their password via e-mail in
9924 the OPAC.
9925
9926 Values:
9927
9928 -  allowed
9929
9930     |image1195|
9931
9932 -  not allowed
9933
9934 Description:
9935
9936 -  This preference controls whether you present users of the public
9937    catalog with a 'Forgot your password' link or not. Learn more in the
9938    :ref:`OPAC section <resetting-your-password-label>` of this manual.
9939
9940 .. _opactopissue-label:
9941
9942 OpacTopissue
9943 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9944
9945 Default: Don't allow
9946
9947 Asks: \_\_\_ patrons to access a list of the most checked out items on
9948 the OPAC.
9949
9950 Values:
9951
9952 -  Allow
9953
9954    -  A link to 'Most Popular' will appear at the top of your OPAC
9955
9956       |image99|
9957
9958 -  Don't allow
9959
9960 Description:
9961
9962 -  This preference allows the administrator to choose to show the "Most
9963    Popular" link at the top of the OPAC under the search box. The "Most
9964    Popular" page shows the top circulated items in the library, as
9965    determined by the number of times a title has been circulated. This
9966    allows users to see what titles are popular in their community. It is
9967    recommended that you leave this preference set to 'Don't allow' until
9968    you have been live on Koha for a couple of months, otherwise the data
9969    that it shows will not be an accurate portrayal of what's popular in
9970    your library.
9971
9972    |image100|
9973
9974 .. _opacuserlogin-label:
9975
9976 opacuserlogin
9977 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9978
9979 Default: Allow
9980
9981 Asks: \_\_\_ patrons to log in to their accounts on the OPAC.
9982
9983 Values:
9984
9985 -  Allow
9986
9987 -  Don't allow
9988
9989    -  The OPAC will still be searchable if patrons can't log in, this
9990       just disables the patron account access via the OPAC
9991
9992 .. _quoteoftheday-label:
9993
9994 QuoteOfTheDay
9995 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9996
9997 Default: Disable
9998
9999 Asks: \_\_\_ Quote of the Day display on OPAC home page
10000
10001 Values:
10002
10003 -  Disable
10004
10005 -  Enable
10006
10007 Description:
10008
10009 -  This feature will allow you to enter a series of quotes that will
10010    then show on the OPAC homepage in random order. To add/edit quotes,
10011    visit the :ref:`Quote of the Day editor <quote-of-the-day-(qotd)-editor-label>` under Tools.
10012
10013 .. _requestonopac-label:
10014
10015 RequestOnOpac
10016 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10017
10018 Default: Allow
10019
10020 Asks: \_\_\_ patrons to place holds on items from the OPAC.
10021
10022 Values:
10023
10024 -  Allow
10025
10026    -  :ref:`opacuserlogin` needs to be set to 'allow'
10027
10028 -  Don't allow
10029
10030 .. _reviewson-label:
10031
10032 reviewson
10033 ^^^^^^^^^^^^^^^^^^^^^^^^^^
10034
10035 Default: Allow
10036
10037 Asks: \_\_\_ patrons to make comments on items on the OPAC.
10038
10039 Values:
10040
10041 -  Allow
10042
10043    -  Patrons comments/reviews all require moderation before they appear
10044       in the OPAC
10045
10046    -  :ref:`opacuserlogin` needs to be set to 'Allow'
10047
10048 -  Don't allow
10049
10050 Description:
10051
10052 -  This button allows the patrons to submit comments on books they have
10053    read via the OPAC. If this preference is set to "Allow" reviews are
10054    first sent to the staff client for staff approval before the review
10055    is displayed in the OPAC. The staff member who reviews and approves
10056    comments may find the pending comments on the
10057    :ref:`Comments` tool. The staff member can then choose to
10058    approve or delete the comments.
10059
10060 .. _showreviewer-label:
10061
10062 ShowReviewer
10063 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10064
10065 Default: full name
10066
10067 Asks: Show \_\_\_ of commenter with comments in OPAC.
10068
10069 Values:
10070
10071 -  first name
10072
10073 -  first name and last initial
10074
10075 -  full name
10076
10077 -  last name
10078
10079 -  no name
10080
10081 -  username
10082
10083 Description:
10084
10085 -  If you would like to protect your patron's privacy in the OPAC you
10086    can choose to hide their names or parts of their names from any of
10087    the comments they leave on bib records in your system.
10088    :ref:`reviewson` needs to be set to 'Allow' for this to
10089    preference to come in to play
10090
10091 .. _showreviewerphoto-label:
10092
10093 ShowReviewerPhoto
10094 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10095
10096 Default: Show
10097
10098 Asks: \_\_\_ reviewer's photo beside comments in OPAC.
10099
10100 Values:
10101
10102 -  Hide
10103
10104 -  Show
10105
10106    -  :ref:`reviewson` needs to be set to 'Allow' and
10107       :ref:`ShowReviewer` needs to be set to 'Show' for
10108       this to preference to come in to play
10109
10110       |image101|
10111
10112 Description:
10113
10114 -  This system preference allows libraries to show avatars next to
10115    patron's comments in the OPAC. These avatars are pulled from the
10116    `Libravatar <https://www.libravatar.org>`__ library, an open source
10117    powered product that allows Internet users to choose a small icon to
10118    display next to their name on various different websites. The library
10119    has no control over the images the patron chooses to display.
10120
10121 .. _socialnetworks-label:
10122
10123 SocialNetworks
10124 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10125
10126 Default: Disable
10127
10128 Asks: \_\_\_ social network links in opac detail pages
10129
10130 Values:
10131
10132 -  Disable
10133
10134 -  Enable
10135
10136    |image102|
10137
10138 Description:
10139
10140 -  This preference will enable a line of social network share buttons
10141    below the right hand column on the detail pages of records in the
10142    OPAC.
10143
10144     **Important**
10145
10146     In order for these share buttons to work when clicked you must have
10147     filled in your :ref:`OPACBaseURL` preference.
10148
10149 .. _suggestion-label:
10150
10151 suggestion
10152 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10153
10154 Default: Allow
10155
10156 Asks: \_\_\_ patrons to make purchase suggestions on the OPAC.
10157
10158 Values:
10159
10160 -  Allow
10161
10162    -  :ref:`opacuserlogin` needs to be set to 'allow'
10163       unless :ref:`AnonSuggestions` is set to 'allow'
10164
10165 -  Don't allow
10166
10167 .. _payments-label:
10168
10169 Payments
10170 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10171
10172 These preferences will allow you control the tools you use to accept
10173 online payments from your patrons via the OPAC.
10174
10175 .. _enablepaypalopacpayments-&-paypalsandboxmode-label:
10176
10177 EnablePayPalOpacPayments & PayPalSandboxMode
10178 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10179
10180 EnablePayPalOpacPayments Default: Don't allow
10181
10182 PayPalSandboxMode Default: Sandbox
10183
10184 Asks: \_\_\_ patrons to make payments from the OPAC via PayPal in \_\_\_
10185 mode.
10186
10187 EnablePayPalOpacPayments values:
10188
10189 -  Allow
10190
10191 -  Don't allow
10192
10193 PayPalSandboxMode values:
10194
10195 -  Production
10196
10197    -  Visit https://developer.paypal.com/ to get information for
10198       accepting payments in production
10199
10200 -  Sandbox
10201
10202    -  Visit https://developer.paypal.com/developer/accounts/ to get
10203       information for your sandbox account
10204
10205 Description:
10206
10207 -  This preference will allow you to accept credit card payments via the
10208    OPAC for fines via PayPal. You will need to set up your PayPal
10209    account and it is recommended that you run tests before using this in
10210    production.
10211
10212     **Important**
10213
10214     PayPayl's terms of service state that you cannot charge your patrons
10215     for the processing fees and so this plugin will not add additional
10216     fees to the charges.
10217
10218 .. _paypalchargedescription-label:
10219
10220 PayPalChargeDescription
10221 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10222
10223 Default: Koha fee payment
10224
10225 Asks: The patron should see the charge description as \_\_\_
10226
10227 Description
10228
10229 -  This preference controls what the patron will see on their PayPal
10230    account/bank account for this charge.
10231
10232 .. _paypalpwd-label:
10233
10234 PayPalPwd
10235 ^^^^^^^^^^^^^^^^^^^^^^^^^^
10236
10237 Asks: The password for the PayPal account to receive payments is \_\_\_
10238
10239 .. _paypalsignature-label:
10240
10241 PayPalSignature
10242 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10243
10244 Asks: The signature for the PayPal account to receive payments is \_\_\_
10245
10246 .. _paypaluser-label:
10247
10248 PayPalUser
10249 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10250
10251 Asks: The email address to receive PayPal payments is \_\_\_
10252
10253 .. _policy-label:
10254
10255 Policy
10256 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10257
10258 .. _allowpurchasesuggestionbranchchoice-label:
10259
10260 AllowPurchaseSuggestionBranchChoice
10261 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10262
10263 Default: Don't allow
10264
10265 Asks: \_\_\_ patrons to select branch when making a purchase suggestion
10266
10267 Values:
10268
10269 -  Allow
10270
10271 -  Don't allow
10272
10273 Description:
10274
10275 -  If your library system lets patrons make purchase suggestions for a
10276    specific branch you can set this preference to 'Allow' to add a
10277    branch selection option to the purchase suggestion form.
10278
10279 .. _blockexpiredpatronopacactions-label:
10280
10281 BlockExpiredPatronOpacActions
10282 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10283
10284 Default: Don't block
10285
10286 Asks: \_\_\_ expired patrons from OPAC actions such as placing a hold or
10287 renewing.
10288
10289 Values:
10290
10291 -  Block
10292
10293 -  Don't block
10294
10295 Description:
10296
10297 -  This preference lets you set a default value for how Koha handles
10298    permissions for patrons who are expired. This preference can be
10299    overwritten by the setting on :ref:`individual patron
10300    categories <patron-categories-label>`.
10301
10302 .. _maxopensuggestions-label:
10303
10304 MaxOpenSuggestions
10305 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10306
10307 Default: blank
10308
10309 Asks: Limit patrons to \_\_\_ open suggestions. Leave empty for no limit.
10310
10311     **Note**
10312
10313     This setting does not affect anonymous suggestions.
10314
10315 .. _opacallowpubliclistcreation-label:
10316
10317 OpacAllowPublicListCreation
10318 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10319
10320 Default: Allow
10321
10322 Asks: \_\_\_ opac users to create public lists.
10323
10324 Values:
10325
10326 -  Allow
10327
10328 -  Don't allow
10329
10330 Description:
10331
10332 -  Public lists are visible to anyone who visits your OPAC. With this
10333    preference you can control whether or now patrons are allowed to
10334    create these public lists. If this is set to "Don't allow" then only
10335    staff will be able to create public lists.
10336
10337     **Important**
10338
10339     This preference will only be taken in to account if you have
10340     :ref:`virtualshelves` set to 'Allow'
10341
10342 .. _opacallowsharingprivatelists-label:
10343
10344 OpacAllowSharingPrivateLists
10345 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10346
10347 Default: Don't allow
10348
10349 Asks: \_\_\_ opac users to share private lists with other patrons.
10350
10351 Values:
10352
10353 -  Allow
10354
10355 -  Don't allow
10356
10357 Description:
10358
10359 -  This feature will add the option for patrons to share their lists
10360    with other patrons. When this is set to 'Allow' patrons will see a
10361    share link at the top of their list. When they click that link it
10362    will ask for the email of the patron they would like to share with.
10363    Koha will then email the patron an invitation to see the list.
10364
10365 .. _opacfinenorenewals-label:
10366
10367 OPACFineNoRenewals
10368 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10369
10370 Default: 99999
10371
10372 Asks: Only allow patrons to renew their own books on the OPAC if they
10373 have less than \_\_\_ USD in fines
10374
10375     **Note**
10376
10377     Leave this field blank to disable
10378
10379     **Important**
10380
10381     To allow renewals in the OPAC, :ref:`opacuserlogin`
10382     needs to be set to 'allow'
10383
10384 .. _opachiddenitems-label:
10385
10386 OpacHiddenItems
10387 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10388
10389 Asks: Allows to define custom rules for hiding specific items at opac.
10390
10391     **Note**
10392
10393     See docs/opac/OpacHiddenItems.txt in your Koha install directory for
10394     more information
10395
10396 Description:
10397
10398 -  In this field you can enter criteria for items you would like to hide
10399    from display in the OPAC. This field takes any combination of item
10400    fields (from the items table in the Koha database) for blocking. For
10401    example a value of:
10402
10403    ::
10404
10405        itype: [07, 10]
10406        location: [STAFF, ISO]
10407
10408    Will block items with an itype code of 07 or 10 as well as items that
10409    have a shelving location of STAFF or ISO.
10410
10411    In items my items.itype 07 is defined in Item Types Administration as
10412    Staff Assigned My items.itype 10 in Item Types is Archival Copy The
10413    locations STAFF and ISO are in Authorized Values for category=LOC
10414    STAFF means it's assigned to the staff reading room and ISO means it
10415    is in the isolation room.
10416
10417 .. _opacrenewalallowed-label:
10418
10419 OpacRenewalAllowed
10420 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10421
10422 Default: Don't allow
10423
10424 Asks: \_\_\_ patrons to renew their own books on the OPAC.
10425
10426 Values:
10427
10428 -  Allow
10429
10430    -  :ref:`opacuserlogin` needs to be set to 'allow'
10431
10432 -  Don't allow
10433
10434    -  Staff will still be able to renew items for patrons via the staff
10435       client
10436
10437 Description:
10438
10439 -  This preference allows the administration to choose if patrons can
10440    renew their checked out materials via their checked out history in
10441    the OPAC. It allows patrons to renew their materials without having
10442    to contact the library or having to return to the library.
10443
10444 .. _opacrenewalbranch-label:
10445
10446 OpacRenewalBranch
10447 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10448
10449 Default: the branch the item was checked out from
10450
10451 Asks: Use \_\_\_ as branchcode to store in the statistics table
10452
10453 Values:
10454
10455 -  NULL
10456
10457 -  'OPACRenew'
10458
10459 -  the item's home branch
10460
10461 -  the patron's home branch
10462
10463 -  the branch the item was checked out from
10464
10465 Description:
10466
10467 -  This value is used in the statistics table to help with reporting.
10468    The statistics table in Koha keeps track of all checkouts and
10469    renewals, this preference defines which branch is entered in to the
10470    table when a patron renews an item for themselves via the OPAC.
10471
10472 .. _opacsuggestionmandatoryfields-label:
10473
10474 OPACSuggestionMandatoryFields
10475 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10476
10477 Default: blank
10478
10479 Asks: Fields that should be mandatory for patron purchase suggestions:
10480 \_\_\_ Note: if none of the above options are selected, 'Title' field
10481 would be mandatory anyway, by default.
10482
10483 Values:
10484
10485 -  [Select all]
10486
10487 -  Author
10488
10489 -  Collection title
10490
10491 -  Copyright or publication date
10492
10493 -  ISBN, ISSN or other standard number
10494
10495 -  Item type
10496
10497 -  Library or branch
10498
10499 -  Note
10500
10501 -  Patron reason
10502
10503 -  Publication place
10504
10505 -  Publisher name
10506
10507 -  Title
10508
10509 .. _opacviewotherssuggestions-label:
10510
10511 OPACViewOthersSuggestions
10512 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10513
10514 Default: Don't show
10515
10516 Asks: \_\_\_ purchase suggestions from other patrons on the OPAC.
10517
10518 Values:
10519
10520 -  Don't show
10521
10522 -  Show
10523
10524    -  :ref:`opacuserlogin` needs to be set to 'allow'
10525
10526 .. _searchmylibraryfirst-label:
10527
10528 SearchMyLibraryFirst
10529 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10530
10531 Default: Don't limit
10532
10533 Asks: \_\_\_ patrons' searches to the library they are registered at.
10534
10535 Values:
10536
10537 -  Don't limit
10538
10539    -  Searching the OPAC will show results from all libraries
10540
10541    -  If you're a one branch system, choose 'Don't limit'
10542
10543 -  Limit
10544
10545    -  Patrons will still be able to search other libraries via the
10546       Advanced search page - but will be limited to searches for their
10547       library only from the basic search box
10548
10549    -  :ref:`opacuserlogin` needs to be set to 'allow'
10550
10551 .. _privacy-label:
10552
10553 Privacy
10554 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10555
10556 .. _allowpatrontosetcheckoutsvisibilityforguarantor-label:
10557
10558 AllowPatronToSetCheckoutsVisibilityForGuarantor
10559 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10560
10561 Default: Don't allow
10562
10563 Asks: \_\_\_ patrons to choose their own privacy settings for showing
10564 the patron's checkouts to the patron's guarantor".
10565
10566 Values:
10567
10568 -  Allow
10569
10570 -  Don't allow
10571
10572 Description:
10573
10574 -  By default staff can see checkouts to family members via the staff
10575    client. This preference will allow guarantees (children) to grant
10576    permission to guarantors (guardians) to view their current checkouts
10577    via the public catalog. This preference requires that you allow
10578    patrons to se their own privacy with the
10579    :ref:`OPACPrivacy` preference.
10580
10581 .. _anonsuggestions-label:
10582
10583 AnonSuggestions
10584 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10585
10586 Default: Don't allow
10587
10588 Asks: \_\_\_ patrons that aren't logged in to make purchase suggestions.
10589
10590     **Important**
10591
10592     If set to 'Allow', suggestions are connected to the
10593     :ref:`AnonymousPatron`
10594
10595 Values:
10596
10597 -  Allow
10598
10599 -  Don't allow
10600
10601 .. _anonymouspatron-label:
10602
10603 AnonymousPatron
10604 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10605
10606 Default: 0
10607
10608 Asks: Use borrowernumber \_\_\_ as the Anonymous Patron (for anonymous
10609 suggestions and reading history)
10610
10611     **Note**
10612
10613     Before setting this preference :ref:`create a patron <add-a-new-patron-label>`
10614     to be used for all anonymous suggestions and/or reading history
10615     items. This patron can be any type and should be named something to
10616     make it clear to you that they're anonymous (ex. Anonymous Patron).
10617
10618     **Important**
10619
10620     Remember to use the borrowernumber note the patron's cardnumber for
10621     this value. The borrowernumber can be found on the patron record
10622     under 'Library use' on the right.
10623
10624     |image1196|
10625
10626 .. _enableopacsearchhistory-label:
10627
10628 EnableOpacSearchHistory
10629 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10630
10631 Default: Keep
10632
10633 Asks: \_\_\_ patron search history in the OPAC.
10634
10635 Values:
10636
10637 -  Don't keep
10638
10639 -  Keep
10640
10641 .. _opacprivacy-label:
10642
10643 OPACPrivacy
10644 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10645
10646 Default: Don't allow
10647
10648 Asks: \_\_\_ patrons to choose their own privacy settings for their
10649 reading history.
10650
10651     **Important**
10652
10653     This requires :ref:`opacreadinghistory` set to
10654     'Allow' and :ref:`AnonymousPatron` to be set to your
10655     anonymous patron's borrowernumber.
10656
10657 Values:
10658
10659 -  Allow
10660
10661 -  Don't allow
10662
10663 Description:
10664
10665 -  The default privacy setting for each patron category can be set in
10666    the :ref:`patrons categories <patron-categories-label>` area. If you set this
10667    preference to 'allow' then patrons can change that for themselves via
10668    the OPAC.
10669
10670     **Important**
10671
10672     If patron has chosen to have their reading history anonymized and
10673     you have :ref:`StoreLastBorrower` set to "Don't
10674     store" then as soon as the item is checked in the last borrower will
10675     be anonymized.
10676
10677 .. _opacreadinghistory-label:
10678
10679 opacreadinghistory
10680 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10681
10682 Default: Allow
10683
10684 Asks: \_\_\_ patrons to see what books they have checked out in the
10685 past.
10686
10687     **Important**
10688
10689     Enabling this will make it so that patrons can view their
10690     circulation history in the OPAC unless you have
10691     :ref:`OPACPrivacy` set to 'Allow'.
10692
10693     **Important**
10694
10695     This data is stored in the system regardless of your choice, unless
10696     your patrons have chosen to never have their reading history kept.
10697
10698 .. _storelastborrower-label:
10699
10700 StoreLastBorrower
10701 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10702
10703 Default: Don't store
10704
10705 Asks: \_\_\_ the last patron to return an item.
10706
10707 Values:
10708
10709 -  Don't store
10710
10711 -  Store
10712
10713 Description:
10714
10715 -  This preference allows you to store the last patron to borrow an item
10716    even if the patron has chosen to have their reading history
10717    anonymized.
10718
10719     **Note**
10720
10721     This setting is independent of
10722     :ref:`opacreadinghistory` and/or
10723     :ref:`AnonymousPatron`.
10724
10725 .. _trackclicks-label:
10726
10727 TrackClicks
10728 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10729
10730 Default: Don't track
10731
10732 Asks: \_\_\_ links that patrons click on.
10733
10734 Values:
10735
10736 -  Don't track
10737
10738 -  Track
10739
10740 -  Track anonymously
10741
10742 Description:
10743
10744 -  By setting this preference to one of the track options you will allow
10745    Koha to track every link clicked in Koha. This data will be stored in
10746    a database table so that you can run reports against that data. If
10747    you choose to 'Track' clicks then Koha will record both the link
10748    clicked and the logged in user who clicked the link. If you choose to
10749    'Track anonymously' then the borrowernumber will not be recorded, but
10750    the rest of the data will.
10751
10752        **Note**
10753
10754        Remember to update your local privacy policies and link to them
10755        from the OPAC to notify your users that you are tracking their
10756        information.
10757
10758 .. _restricted-page-label:
10759
10760 Restricted Page
10761 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10762
10763 Using the following preference you can create a page within your Koha
10764 system that is accessible by only specific IP addresses. This can be
10765 used to house links to databases that can only be accessed from with the
10766 library or other licensed content.
10767
10768 .. _restrictedpagecontent-label:
10769
10770 RestrictedPageContent
10771 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10772
10773 Asks: HTML content of your restricted page.
10774
10775 .. _restrictedpagelocalips-label:
10776
10777 RestrictedPageLocalIPs
10778 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10779
10780 Asks: Access from IP addresses beginning with \_\_\_ do not need to be
10781 authenticated
10782
10783 Description:
10784
10785 -  You can enter individual IPs as a comma separated list (ex:
10786    '127.0.0,127.0.1') or just the beginning of the IP range allowed (ex:
10787    '127.0.^)
10788
10789 .. _restrictedpagetitle-label:
10790
10791 RestrictedPageTitle
10792 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10793
10794 Asks: Use \_\_\_ as title of your restricted page
10795
10796 Description:
10797
10798 -  This title will appear in the breadcrumb and on the top of the
10799    restricted page.
10800
10801 .. _self-registration-label:
10802
10803 Self Registration
10804 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10805
10806 .. _patronselfmodificationborrowerunwantedfield-label:
10807
10808 PatronSelfModificationBorrowerUnwantedField
10809 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10810
10811 Default: password
10812
10813 Asks: The following `database
10814 columns <http://schema.koha-community.org/tables/borrowers.html>`__ will
10815 not appear on the patron self-modification screen: \_\_\_
10816
10817 Description:
10818
10819 -  This preference allows you to define what fields patrons can edit if
10820    you're allowing them to update their personal information via the
10821    public catalog with the :ref:`OPACPatronDetails`
10822    preference.
10823
10824     **Important**
10825
10826     Separate columns with \|
10827
10828 .. _patronselfregistration-label:
10829
10830 PatronSelfRegistration
10831 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10832
10833 Default: Don't allow
10834
10835 Asks: \_\_\_ library patrons to register an account via the OPAC.
10836
10837 Values:
10838
10839 -  Allow
10840
10841 -  Don't allow
10842
10843 Description:
10844
10845 -  Setting this preference to 'Allow' will provide a link on the OPAC to
10846    register for a new account. Using the other :ref:`self
10847    registration <self-registration-label>` system preferences you
10848    can control how this preference will function.
10849
10850    |image103|
10851
10852     **Important**
10853
10854     Patrons registering via the OPAC will not need to be approved by a
10855     librarian. For this reason it is recommended that you set up a
10856     provisional :ref:`patron category <patron-categories-label>` with no :ref:`circulation
10857     rights <circulation-and-fine-rules-label>`. That way patrons will have to come in to
10858     the library to verify their identity before given circulation rights
10859     at the library. Once the patron confirms their identity the library
10860     staff can change the category to one with permissions to check items
10861     out and place holds.
10862
10863 .. _patronselfregistrationadditionalinstructions-label:
10864
10865 PatronSelfRegistrationAdditionalInstructions
10866 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10867
10868 Asks: Display the following additional instructions for patrons who self
10869 register via the OPAC ( HTML is allowed ):
10870
10871 Description:
10872
10873 -  This preference takes any HTML you'd like to display on the page the
10874    patron sees after successfully registering for their library card.
10875
10876 .. _patronselfregistrationborrowermandatoryfield-label:
10877
10878 PatronSelfRegistrationBorrowerMandatoryField
10879 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10880
10881 Default: surname\|firstname
10882
10883 Asks: The following database columns must be filled in on the patron
10884 entry screen: \_\_\_
10885
10886 Description:
10887
10888 -  This preference allows you to define what fields patrons must fill in
10889    on their self registration form. If any of the required fields are
10890    blank Koha will not let the patron register.
10891
10892     **Important**
10893
10894     Separate columns with \|
10895
10896     **Note**
10897
10898     For help with field names, ask your system administrator or `view
10899     the database
10900     structure <http://schema.koha-community.org/tables/borrowers.html>`__
10901     associated with the borrowers table.
10902
10903     **Note**
10904
10905     If you're going to require that patrons verify their accounts via
10906     email with the
10907     :ref:`PatronSelfRegistrationVerifyByEmail`
10908     preference the email field will automatically be marked as required.
10909
10910 .. _patronselfregistrationborrowerunwantedfield-label:
10911
10912 PatronSelfRegistrationBorrowerUnwantedField
10913 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10914
10915 Default: password
10916
10917 Asks: The following database columns will not appear on the patron entry
10918 screen: \_\_\_
10919
10920 Description:
10921
10922 -  Using this preference you can hide fields from the patron registration
10923    and update form in the OPAC.
10924
10925     **Important**
10926
10927     Separate columns with \|
10928
10929     **Note**
10930
10931     For help with field names, ask your system administrator or `view
10932     the database
10933     structure <http://schema.koha-community.org/tables/borrowers.html>`__
10934     associated with the borrowers table.
10935
10936 .. _patronselfregistrationdefaultcategory-label:
10937
10938 PatronSelfRegistrationDefaultCategory
10939 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10940
10941 Asks: Use the patron category code \_\_\_ as the default patron category
10942 for patrons registered via the OPAC.
10943
10944 Description:
10945
10946 -  Enter in the patron category code for the category that all new
10947    patrons registered via the OPAC will be put in to.
10948
10949     **Important**
10950
10951     Patrons registering via the OPAC will not need to be approved by a
10952     librarian. For this reason it is recommended that you set up a
10953     provisional :ref:`patron category <patron-categories-label>` with no :ref:`circulation
10954     rights <circulation-and-fine-rules-label>`. That way patrons will have to come in to
10955     the library to verify their identity before given circulation rights
10956     at the library. Once the patron confirms their identiy the library
10957     staff can change the category to one with permissions to check items
10958     out and place holds.
10959
10960     **Important**
10961
10962     If you leave this blank or enter in an invalid code your patrons
10963     will still be able to register but will not be given a username.
10964     There will be no errors on the page to explain this, so be sure to
10965     enter a valid patron category code.
10966
10967 .. _patronselfregistrationemailmustbeunique-label:
10968
10969 PatronSelfRegistrationEmailMustBeUnique
10970 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10971
10972 Default: Do not consider
10973
10974 Asks: \_\_\_ patron's email (borrowers.email) as unique on self registering.
10975 An email won't be accepted if it already exists in the database.
10976
10977 Values:
10978
10979 -  Do not consider
10980
10981 -  Consider
10982
10983 .. _patronselfregistrationexpiretemporaryaccountsdelay-label:
10984
10985 PatronSelfRegistrationExpireTemporaryAccountsDelay
10986 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10987
10988 Default: 0
10989
10990 Asks: Delete patrons registered via the OPAC, but not yet verified after
10991 \_\_\_ days.
10992
10993 Description:
10994
10995 -  This preference links to the :ref:`delete\_expired\_opac\_registrations.pl
10996    cron job <unverified-registrations-label>`. If that cron is set to
10997    run nightly it will clean up any registrations that have not been
10998    verified via email in the number of days entered on this preference.
10999    This is dependent on
11000    :ref:`PatronSelfRegistrationVerifyByEmail`
11001    preference.
11002
11003 .. _patronselfregistrationlibrarylist-label:
11004
11005 PatronSelfRegistrationLibraryList
11006 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11007
11008 Default: blank
11009
11010 Asks: Enable the self registration for the following libraries: \_\_\_
11011 (separate branchcode with \|). If empty, all libraries will be listed.
11012
11013 .. _patronselfregistrationprefillform-label:
11014
11015 PatronSelfRegistrationPrefillForm
11016 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11017
11018 Default: Display and prefill
11019
11020 Asks: \_\_\_ password and login form after a patron has self registered.
11021
11022 Values:
11023
11024 -  Do not display and prefill
11025
11026 -  Display and prefill
11027
11028 .. _patronselfregistrationverifybyemail-label:
11029
11030 PatronSelfRegistrationVerifyByEmail
11031 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11032
11033 Default: Don't require
11034
11035 Asks: \_\_\_ that a self-registering patron verify his or herself via
11036 email.
11037
11038 Values:
11039
11040 -  Don't require
11041
11042 -  Require
11043
11044 Description:
11045
11046 -  If you require patrons to verify their accounts via email they will
11047    not be able to log in to the OPAC until they acknowledge the email
11048    sent by Koha. If you don't require this then patrons will be able to
11049    log in as soon as they fill in the registration form. You can set the
11050    :ref:`PatronSelfRegistrationExpireTemporaryAccountsDelay`
11051    preference to delete the un-verified self registrations after a
11052    certain number of days.
11053
11054     **Note**
11055
11056     If you're going to require that patrons verify their accounts via
11057     email then the email field will automatically be marked as required.
11058
11059 .. _shelf-browser-label:
11060
11061 Shelf Browser
11062 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11063
11064 .. _opacshelfbrowser-label:
11065
11066 OPACShelfBrowser
11067 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11068
11069 Default: Show
11070
11071 Asks: \_\_\_ a shelf browser on item details pages, allowing patrons to
11072 see what's near that item on the shelf.
11073
11074 Values:
11075
11076 -  Don't show
11077
11078 -  Show
11079
11080    |image104|
11081
11082 Description:
11083
11084 -  This preference allows patrons to view what is located on the shelf
11085    near the item they looked up. The shelf browser option appears on the
11086    details page to the right of each items' call number. Clicking the
11087    'Browse Shelf' link allows for a virtual shelf browsing experience
11088    via the OPAC and lets patrons see other books that may relate to
11089    their search and items that sit on the shelf near the item they are
11090    looking at.
11091
11092     **Important**
11093
11094     This uses up a fairly large amount of resources on your server, and
11095     should be avoided if your collection has a large number of items.
11096
11097 .. _shelfbrowserusesccode-label:
11098
11099 ShelfBrowserUsesCcode
11100 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11101
11102 Default: Don't use
11103
11104 Asks: \_\_\_ the item collection code when finding items for the shelf
11105 browser.
11106
11107 Values:
11108
11109 -  Don't use
11110
11111 -  Use
11112
11113 Description:
11114
11115 -  If your library uses collection codes then you might want the shelf
11116    browser to take into consideration what collection the books belong
11117    to when populating the virtual shelf browser.
11118
11119 .. _shelfbrowseruseshomebranch-label:
11120
11121 ShelfBrowserUsesHomeBranch
11122 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11123
11124 Default: Use
11125
11126 Asks: \_\_\_ the item home branch when finding items for the shelf
11127 browser.
11128
11129 Values:
11130
11131 -  Don't use
11132
11133 -  Use
11134
11135 Description:
11136
11137 -  If you have a multiple branch system you may want to make sure that
11138    Koha takes into consideration what branch owns the books when
11139    populating the virtual shelf browser for accuracy.
11140
11141 .. _shelfbrowseruseslocation-label:
11142
11143 ShelfBrowserUsesLocation
11144 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11145
11146 Default: Use
11147
11148 Asks: \_\_\_ the item location when finding items for the shelf browser.
11149
11150 Values:
11151
11152 -  Don't use
11153
11154 -  Use
11155
11156 Description:
11157
11158 -  If your library uses shelving locations then you might want the shelf
11159    browser to take into consideration what shelving location the books
11160    belong to when populating the virtual shelf browser.
11161
11162 .. _patrons-label:
11163
11164 Patrons
11165 --------------------------
11166
11167 *Get there:* More > Administration > Global System Preferences > Patrons
11168
11169 .. _patronsgeneral-label:
11170
11171 General
11172 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11173
11174 .. _allowstafftosetcheckoutsvisibilityforguarantor-label:
11175
11176 AllowStaffToSetCheckoutsVisibilityForGuarantor
11177 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11178
11179 Default: Don't allow
11180
11181 Asks: \_\_\_ staff to set the ability for a patron's checkouts to be
11182 viewed by linked patrons in the OPAC.
11183
11184 Values:
11185
11186 -  Don't allow
11187
11188 -  Allow
11189
11190 .. _autoemailopacuser-label:
11191
11192 AutoEmailOpacUser
11193 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11194
11195 Default: Don't send
11196
11197 Asks: \_\_\_ an email to newly created patrons with their account
11198 details.
11199
11200 Description:
11201
11202 -  AutoEmailOpacUser allows library users to be notified by email of
11203    their account details when a new account is opened at the email
11204    address specified in the
11205    :ref:`AutoEmailPrimaryAddress` preference.
11206    The email contains the username and password given to or chosen by
11207    the patron when signing up for their account and can be customized by
11208    editing the `ACCTDETAILS <#ACCTDETAILS>`__ notice.
11209
11210 Values:
11211
11212 -  Don't send
11213
11214 -  Send
11215
11216 .. _autoemailprimaryaddress-label:
11217
11218 AutoEmailPrimaryAddress
11219 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11220
11221 Default: alternate
11222
11223 Asks: Use \_\_\_ patron email address for sending out emails.
11224
11225 Values:
11226
11227 -  alternate
11228
11229 -  first valid
11230
11231 -  home
11232
11233 -  work
11234
11235 Description:
11236
11237 -  If you choose 'first valid' as the value for AutoEmailPrimaryAddress
11238    the system will check the email fields in this order: home, work,
11239    then alternate. Otherwise the system will use the email address you
11240    specify.
11241
11242 .. _automembernum-label:
11243
11244 autoMemberNum
11245 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11246
11247 Default: Do
11248
11249 Asks: \_\_\_ default the card number field on the patron addition screen
11250 to the next available card number
11251
11252 Values:
11253
11254 -  Do
11255
11256    -  If the largest currently used card number is 26345000012941, then
11257       this field will default to 26345000012942 for the next patron
11258
11259 -  Don't
11260
11261 Description:
11262
11263 -  This preference determines if the patron's barcode is automatically
11264    calculated. This prevents the person setting up the library card
11265    account from having to assign a number to the new card. If set to
11266    'Do' the system will calculate a new patron barcode by adding 1 to
11267    the maximum barcode already present in the database.
11268
11269 .. _borrowermandatoryfield-label:
11270
11271 BorrowerMandatoryField
11272 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11273
11274 Default: surname\|cardnumber\|barcode
11275
11276 Asks: The following database columns must be filled in on the patron
11277 entry screen: \_\_\_
11278
11279 Description:
11280
11281 -  This preference enables the system administrator to choose which
11282    fields your library would like required for patron accounts. Enter
11283    field names separated by \| (bar). This ensures that basic
11284    information is included in each patron record. If a patron leaves one
11285    of the required fields blank an error message will issue and the
11286    account will not be created.
11287
11288     **Important**
11289
11290     Separate columns with \|
11291
11292     **Note**
11293
11294     For help with field names, ask your system administrator or `view
11295     the database
11296     structure <http://schema.koha-community.org/tables/borrowers.html>`__
11297     associated with the borrowers table.
11298     
11299     **Note**
11300     
11301     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
11302     (or both) is set, a button labeled "Quick add new patron" will be displayed
11303     in the "Patrons" toolbar.
11304
11305 .. _borrowerrelationship-label:
11306
11307 borrowerRelationship
11308 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11309
11310 Default: father\|mother
11311
11312 Asks: Guarantors can be the following of those they guarantee \_\_\_
11313
11314 Description:
11315
11316 -  This preference enables the system administrator to define valid
11317    relationships between a guarantor (usually a parent) & a guarantee
11318    (usually a child). Defining values for this field does not make the
11319    guarantor field required when adding a guarantee type patron. This
11320    preference creates a drop down list identifying the relationship of
11321    the guarantor to the guarantee. To disable the ability to add
11322    children types in Koha you can leave this field blank.
11323
11324     **Important**
11325
11326     Input multiple choices separated by \|
11327
11328 .. _borrowerrenewalperiodbase-label:
11329
11330 BorrowerRenewalPeriodBase
11331 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11332
11333 Default: current date
11334
11335 Asks: When renewing borrowers, base the new expiry date on \_\_\_
11336
11337 Values:
11338
11339 -  current date.
11340
11341 -  current membership expiry date.
11342
11343 Description:
11344
11345 -  This preference controls what the patron's new expiration date will
11346    be when you renew their card. Using the 'current date' will add the
11347    subscription period to today's date when calculating the new
11348    expiration date. Using 'current membership expiry date' will add the
11349    subscription period to the old expiration date for the patron when
11350    renewing their account.
11351
11352 .. _borrowerstitles-label:
11353
11354 BorrowersTitles
11355 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11356
11357 Default: Mr\|Mrs\|Miss\|Ms
11358
11359 Asks: Borrowers can have the following titles \_\_\_
11360
11361 Description:
11362
11363 -  This preference allows the staff to choose the titles that can be
11364    assigned to patrons. The choices present as a drop down list when
11365    creating a patron record.
11366
11367     **Important**
11368
11369     Input multiple choices separated by \|
11370
11371 .. _borrowerunwantedfield-label:
11372
11373 BorrowerUnwantedField
11374 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11375
11376 Asks: The following database columns will not appear on the patron entry
11377 screen: \_\_\_
11378
11379 Description:
11380
11381 -  This preference enables the system administrator to choose which
11382    fields your library doesn't need to see on the patron entry form.
11383    Enter field names separated by \| (bar).
11384
11385     **Important**
11386
11387     Separate columns with \|
11388
11389     **Note**
11390
11391     For help with field names, ask your system administrator or `view
11392     the database
11393     structure <http://schema.koha-community.org/tables/borrowers.html>`__
11394     associated with the borrowers table.
11395
11396 .. _cardnumberlength-label:
11397
11398 CardnumberLength
11399 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11400
11401 Asks: Card numbers for patrons must be \_\_\_ characters long.
11402
11403 Description:
11404
11405 -  The length can be a single number to specify an exact length, a range
11406    separated by a comma (i.e., 'Min,Max'), or a maximum with no minimum
11407    (i.e., ^,Max'). If 'cardnumber' is included in the
11408    :ref:`BorrowerMandatoryField` list, the
11409    minimum length, if not specified here, defaults to one.
11410
11411 .. _checkprevcheckout-label:
11412
11413 CheckPrevCheckout
11414 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11415
11416 Default: Do not
11417
11418 Asks: \_\_\_ check borrower checkout history to see if the current item has been checked out before.
11419
11420 Values:
11421
11422 -  Do
11423
11424 -  Do not
11425
11426 -  Unless overridden, do
11427
11428 -  Unless overridden, do not
11429
11430 Description:
11431
11432 When the value of this system preference is set to 'do', Koha will look at the
11433 patron's circulation history to see if they have checked this item out before.
11434 An alert will show up on the screen indicating that patron has indeed checked
11435 this item out.  Staff will be prompted to allow the checkout to occur.
11436 If the vaulue is set to 'don't', Koha will not check the patron's circulation
11437 history. When the value is set to 'Unless overridden, do', this will check the
11438 patron's circulation history even if there are fines, fees, and/or holds on the
11439 patron's account.  Lastly, if the value is set to 'Unless overridden, don't',
11440 Koha will not check circulation history regardless of fines, fees, and/or holds.
11441
11442      **Note**
11443
11444 This system preference will not work for patrons that have chosen to anonymize
11445 their reading history.
11446
11447 .. _defaultpatronsearchfields-label:
11448
11449 DefaultPatronSearchFields
11450 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11451
11452 Default: surname,firstname,othernames,cardnumber,userid
11453
11454 Asks: \_\_\_ Comma separated list defining the default fields to be used during a patron search
11455
11456     **Important** possible values can be found in the borrowers table of Koha's schema
11457     located at http://schema.koha-community.org/
11458
11459 .. _enableborrowerfiles-label:
11460
11461 EnableBorrowerFiles
11462 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11463
11464 Default: Don't
11465
11466 Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
11467 a borrower record.
11468
11469 Values:
11470
11471 -  Do
11472
11473 -  Don't
11474
11475 Description:
11476
11477 -  When enabled this will add a 'Files' tab to the left of the patron
11478    detail page where you can view and upload files to the patron record.
11479
11480 .. _enhancedmessagingpreferences-label:
11481
11482 EnhancedMessagingPreferences
11483 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11484
11485 Default: Allow
11486
11487 Asks: \_\_\_ staff to manage which notices patrons will receive and when
11488 they will receive them.
11489
11490 Values:
11491
11492 -  Allow
11493
11494 -  Don't allow
11495
11496     **Important**
11497
11498     This only applies to certain kinds of notices, overdue notices will
11499     be sent based on the library's rules, not the patron's choice.
11500
11501     **Note**
11502
11503     To manage if patrons have also access to these settings, use
11504     :ref:`EnhancedMessagingPreferencesOPAC`.
11505
11506 Description:
11507
11508 -  These messages are in addition to the overdue notices that the
11509    library sends. The difference between these notices and overdues is
11510    that the patron can opt-in and out of these. Setting this preference
11511    to 'Allow' will allow staff to choose for patrons to receive any one
11512    of the following messages:
11513
11514    -  Item Checkout : A notice that lists all the of the items the
11515       patron has just checked out and/or renewed, this is an electronic
11516       form of the checkout receipt
11517
11518    -  Item Due : A notice on the day and item is due back at the library
11519
11520    -  Hold Filled : A notice when you have confirmed the hold is waiting
11521       for the patron
11522
11523    -  Item Checkin : A notice that lists all the of the items the patron
11524       has just checked in
11525
11526    -  Advanced Notice : A notice in advance of the patron's items being
11527       due (Staff can choose the number of days in advance)
11528
11529 .. _enhancedmessagingpreferencesopac-label:
11530
11531 EnhancedMessagingPreferencesOPAC
11532 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11533
11534 Default: Show
11535
11536 Asks: \_\_\_ patron messaging setting on the OPAC
11537
11538 Values:
11539
11540 -  Don't show
11541
11542 -  Show
11543
11544     **Important**
11545
11546     :ref:`EnhancedMessagingPreferences`
11547     must be enabled for messaging options to show in the OPAC
11548
11549 Description:
11550
11551 -  These messages are in addition to the overdue notices that the
11552    library sends. The difference between these notices and overdues is
11553    that the patron can opt-in and out of these. Setting this preference
11554    to 'Allow' will allow patrons to choose to receive any one of the
11555    following messages:
11556
11557    -  Item Checkout : A notice that lists all the of the items the
11558       patron has just checked out and/or renewed, this is an electronic
11559       form of the checkout receipt
11560
11561    -  Item Due : A notice on the day and item is due back at the library
11562
11563    -  Hold Filled : A notice when you have confirmed the hold is waiting
11564       for the patron
11565
11566    -  Item Checkin : A notice that lists all the of the items the patron
11567       has just checked in
11568
11569    -  Advanced Notice : A notice in advance of the patron's items being
11570       due (The patron can choose the number of days in advance)
11571
11572 .. _extendedpatronattributes-label:
11573
11574 ExtendedPatronAttributes
11575 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11576
11577 Default: Enable
11578
11579 Asks: \_\_\_ searching, editing and display of custom attributes on
11580 patrons.
11581
11582 Values:
11583
11584 -  Don't enable
11585
11586 -  Enable
11587
11588    -  Define attributes in Koha administration
11589
11590    -  Get there: More > Administration > :ref:`Patron Attribute
11591       Types <patron-attribute-types-label>`
11592
11593 Description:
11594
11595 -  Patron attributes are library-defined custom fields that can be
11596    applied to patron records.
11597
11598     **Note**
11599
11600     Use custom attributes for fields that the default patron record does
11601     not support such as driver's license number or student ID number.
11602
11603 .. _feeonchangepatroncategory-label:
11604
11605 FeeOnChangePatronCategory
11606 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11607
11608 Default: Do
11609
11610 Asks: \_\_\_ charge a fee when a patron changes to a category with an
11611 enrollment fee.
11612
11613 Values:
11614
11615 -  Do
11616
11617 -  Don't
11618
11619 .. _intranetreadinghistory-label:
11620
11621 intranetreadinghistory
11622 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11623
11624 Default: Allow
11625
11626 Asks: \_\_\_ staff to access a patron's checkout history.
11627
11628     **Important**
11629
11630     If you have the :ref:`OPACPrivacy` preference set to
11631     'Allow' and the patron has decided to not have their history kept
11632     staff will only see currently checked out items.
11633
11634 Values:
11635
11636 -  Allow
11637
11638 -  Don't allow
11639
11640     **Important**
11641
11642     Reading history is still stored, regardless of staff being allowed
11643     access or not unless the patron has chosen to have their history
11644     anonymized via their :ref:`privacy page <my-privacy-label>`.
11645
11646 .. _maxfine-label:
11647
11648 MaxFine
11649 ^^^^^^^^^^^^^^^^^^^^^^
11650
11651 Default: 9999
11652
11653 Asks: The late fine for all checkouts will only go up to \_\_\_ USD.
11654
11655 Description:
11656
11657 -  This preference controls the default cap on fines accrued by the
11658    patron. Leaving this preference blank means that there is no cap on
11659    the amount of fines a patron can accrue. If you'd like, single item
11660    caps can be specified in the :ref:`circulation rules
11661    matrix <circulation-and-fine-rules-label>`.
11662
11663 .. _membershipexpirydaysnotice-label:
11664
11665 MembershipExpiryDaysNotice
11666 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11667
11668 Asks: Send an account expiration notice when a patron's card will expire
11669 in \_\_\_ days.
11670
11671 Description:
11672
11673 -  If you would like to notify patrons that their accounts are about to
11674    expire then you can enter a number of days before expiration in this
11675    preference. The notice text can be customized in the :ref:`Notices &
11676    Slips <notices-&-slips-label>` tool.
11677
11678     **Important**
11679
11680     You will need to enable the :ref:`membership expiry cron
11681     job <notify-patrons-of-expiration-label>` for this notice to send.
11682
11683 .. _minpasswordlength-label:
11684
11685 minPasswordLength
11686 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11687
11688 Default: 3
11689
11690 Asks: Login passwords for staff and patrons must be at least \_\_\_
11691 characters long.
11692
11693     **Important**
11694
11695     This applies to both the staff login and the patron OPAC login.
11696
11697 .. _notifyborrowerdeparture-label:
11698
11699 NotifyBorrowerDeparture
11700 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11701
11702 Default: 30
11703
11704 Asks: Show a notice that a patron is about to expire \_\_\_ days
11705 beforehand.
11706
11707 Description:
11708
11709 -  When the patron attempts to check out materials, a warning will
11710    appear in the check out window of the Staff Client telling the
11711    librarian that the patrons account is about to expire.
11712
11713     **Important**
11714
11715     This notice will appear on the patron's record in the staff client.
11716
11717 .. _patronimages-label:
11718
11719 patronimages
11720 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11721
11722 Default: Allow
11723
11724 Asks: \_\_\_ images to be uploaded and shown for patrons on the staff
11725 client.
11726
11727 Values:
11728
11729 -  Allow
11730
11731 -  Don't allow
11732
11733 Description:
11734
11735 -  If this preference is set to 'Allow' the staff will be able to upload
11736    images of patrons either :ref:`one by one <add-patron-images-label>` or :ref:`in
11737    bulk <upload-patron-images-label>`. Patrons images will show on the detail
11738    page to the left of the patron information. They can also show in the
11739    OPAC if you set the :ref:`OPACpatronimages` preference
11740    or in the self check out module if you set the
11741    :ref:`ShowPatronImageInWebBasedSelfCheck`
11742    preference.
11743
11744 .. _patronquickaddfields-label:
11745
11746 PatronQuickAddFields
11747 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11748
11749 Default: blank
11750
11751 Asks: \_\_\_ (separate columns with \|) add these fields to the patron
11752 quick add form when entering a new patron. Displays only mandatory fields
11753 and fields specified here. If applicable, the guarantor form will be shown
11754 as well, individual fields in that form will be ignored.
11755
11756     **Note**
11757
11758     See the :ref:`database schema (borrowers table) <http://schema.koha-
11759     community.org/>`_ to know the field names.
11760
11761     **Note**
11762     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
11763     (or both) is set, a button labeled "Quick add new patron" will be displayed
11764     in the "Patrons" toolbar.
11765
11766     **Note**
11767
11768     It is possible to add custom :ref:`patron attributes <patron-attribute-types-
11769     label>` in the quick add form with the following syntax: patron_attr_N 
11770     (for example patron_attr_2). The N refers to the id of the attribute and 
11771     requires a bit of guesswork (normally it will be the order in which you
11772     entered them in the :ref:`patron attribute types section of the administration 
11773     module <patron-attribute-types-label>`).
11774
11775
11776 .. _patronsperpage-label:
11777
11778 PatronsPerPage
11779 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11780
11781 Default: 20
11782
11783 Asks: By default, show \_\_\_ results per page in the staff client.
11784
11785 Description:
11786
11787 -  This preference will let you define how many patrons to show on
11788    patron search results pages.
11789
11790 ProtectSuperLibrarianPrivileges
11791 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11792
11793 Default: Allow only superlibrarians
11794
11795 Asks: \_\_\_ to access/change superlibrarian privileges. Note: A permitted user
11796       needs to have the 'permissions' flag (if no superlibrarian)
11797       
11798 Values:
11799
11800 -  Allow all permitted users
11801
11802 -  Allow only superlibrarians
11803
11804 .. _requirestrongpassword-label:
11805
11806 RequireStrongPassword
11807 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11808
11809 Default: Don't require
11810
11811 Asks: \_\_\_ a strong password for staff and patrons
11812
11813 Values:
11814
11815 -  Don't require
11816
11817 -  Require
11818
11819 Description:
11820
11821 -  If set to 'require' this system preference will require patron and staff passwords to contain at least one digit, one lowercase and one uppercase.
11822
11823 .. _smssenddriver,-smssendusername,-and-smssendpassword-label:
11824
11825 SMSSendDriver, SMSSendUsername, and SMSSendPassword
11826 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11827
11828 Asks: Use the SMS::Send:: \_\_\_ driver to send SMS messages. Define a
11829 username/login \_\_\_ and a password \_\_\_.
11830
11831     **Note**
11832
11833     This may not work with all providers.
11834
11835     **Important**
11836
11837     Please refer to your national laws concerning the sending of bulk
11838     SMS messages before enabling this feature.
11839
11840 Description:
11841
11842 -  There are two options for using SMS in Koha. You can use the Email
11843    protocol for free by entering 'Email' as the SMSSendDriver or you can
11844    pay for a SMS driver. Some examples of values for the driver are:
11845
11846    -  SMS::Send::Us::Ipipi
11847
11848    -  SMS::Send::US::TMobile
11849
11850    -  SMS::Send::US::Verizon
11851
11852    -  SMS::Send::IN::Unicel
11853
11854    Additional values can be found here:
11855    http://search.cpan.org/search?query=sms%3A%3Asend&mode=all
11856
11857        **Important**
11858
11859        Only drivers available as Perl modules will work in this
11860        preference, so make sure a Perl module is available before
11861        choosing an SMS service.
11862
11863    Once a driver is entered in the preference an option will appear in
11864    the staff client and the OPAC on the patron messaging form to choose
11865    to receive messages as SMS
11866
11867    |image105|
11868
11869     **Important**
11870
11871     You must allow
11872     :ref:`EnhancedMessagingPreferences` for
11873     this to work.
11874
11875 .. _statisticsfields-label:
11876
11877 StatisticsFields
11878 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11879
11880 Default: location\|itype\|ccode
11881
11882 Asks: Show the following fields from the items database table as columns
11883 on the statistics tab on the patron record: \_\_\_
11884
11885 |image106|
11886
11887     **Important**
11888
11889     Enter the values separated by bars (\|)
11890
11891 Description:
11892
11893 -  This preference lets you set which fields will show on the patron
11894    record on the Statistics tab.
11895
11896 .. _talkingtechitivaphonenotification-label:
11897
11898 TalkingTechItivaPhoneNotification
11899 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11900
11901 Default: Disable
11902
11903 Asks: \_\_\_ patron phone notifications using Talking Tech i-tiva
11904 (overdues, predues and holds notices currently supported).
11905
11906 Values:
11907
11908 -  Disable
11909
11910 -  Enable
11911
11912 Description:
11913
11914 -  To learn more about setting up this third party product view the
11915    :ref:`Talking Tech <talking-tech-label>` chapter.
11916
11917     **Important**
11918
11919     Requires that you have
11920     :ref:`EnhancedMessagingPreferences` set
11921     to Allow to use.
11922
11923 .. _tracklastpatronactivity-label:
11924
11925 TrackLastPatronActivity
11926 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11927
11928 Default: Don't
11929
11930 Asks: \_\_\_ track last patron activity. Everytime a patron will connect,
11931 the borrowers.lastseen will be updated with the current time.
11932
11933 Values:
11934
11935 -  Don't
11936
11937 -  Do
11938
11939 .. _uppercasesurnames-label:
11940
11941 uppercasesurnames
11942 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11943
11944 Default: Don't
11945
11946 Asks: \_\_\_ store and display surnames (last names) in upper case.
11947
11948 Values:
11949
11950 -  Do
11951
11952 -  Don't
11953
11954 .. _usedischarge-label:
11955
11956 useDischarge
11957 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11958
11959 Default: Don't allow
11960
11961 Asks: \_\_\_ librarians to discharge borrowers and borrowers to request
11962 a discharge.
11963
11964 Values:
11965
11966 -  Allow
11967
11968 -  Don't allow
11969
11970 Description:
11971
11972 -  A discharge is a certificate that says the patron has no current
11973    checkouts, no holds and owe no money.
11974
11975        **Note**
11976
11977        In France a "quitus" ("discharge") is needed if you want to
11978        register for an account in a library or a university).
11979
11980        **Note**
11981
11982        Academic libraries often require that you have a clear record at
11983        the library before you can graduate.
11984
11985 .. _norwegian-patron-database-label:
11986
11987 Norwegian patron database
11988 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11989
11990 .. _failedloginattempts-label:
11991
11992 FailedLoginAttempts
11993 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11994
11995 Default: blank
11996
11997 Asks: Block a patron's account if it reaches \_\_\_ failed login attempts.
11998
11999 .. _norwegianpatrondbenable-&-norwegianpatrondbendpoint-label:
12000
12001 NorwegianPatronDBEnable & NorwegianPatronDBEndpoint
12002 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12003
12004 NorwegianPatronDBEnable Default: Disable
12005
12006 Asks: \_\_\_ the ability to communicate with the Norwegian national
12007 patron database via the \_\_\_ endpoint.
12008
12009 Values:
12010
12011 -  Disable
12012
12013 -  Enable
12014
12015 .. _norwegianpatrondbsearchnlafterlocalhit-label:
12016
12017 NorwegianPatronDBSearchNLAfterLocalHit
12018 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12019
12020 Default: Don't
12021
12022 Asks: \_\_\_ search the Norwegian national patron database after a local
12023 search result was found.
12024
12025 Values:
12026
12027 -  Do
12028
12029 -  Don't
12030
12031 .. _norwegianpatrondbusername-&-norwegianpatrondbpassword-label:
12032
12033 NorwegianPatronDBUsername & NorwegianPatronDBPassword
12034 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12035
12036 Asks: Communicate with the Norwegian national patron database using the
12037 username \_\_\_ and the password \_\_\_.
12038
12039 Description:
12040
12041 -  You can get these from "Base Bibliotek", which is maintained by the
12042    Norwegian National Library.
12043
12044 .. _searching-label:
12045
12046 Searching
12047 -------------------------------
12048
12049 *Get there:* More > Administration > Global System Preferences >
12050 Searching
12051
12052 .. _searchingfeatures-label:
12053
12054 Features
12055 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12056
12057 .. _browseresultselection-label:
12058
12059 BrowseResultSelection
12060 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12061
12062 Default: Disable
12063
12064 Asks: \_\_\_ browsing search results fromt the bibliographic record detail page in staff client.
12065
12066 Values:
12067
12068 -  Disable
12069
12070 -  Enable
12071
12072 Description:
12073
12074 -  Enabling this system preference makes a button appear in the intranet search
12075    results page to browse the selected records.
12076
12077 .. _enablesearchhistory-label:
12078
12079 EnableSearchHistory
12080 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12081
12082 Default: Don't keep
12083
12084 Asks: \_\_\_ patron search history in the staff client.
12085
12086 Values:
12087
12088 -  Don't keep
12089
12090 -  Keep
12091
12092     |image1197|
12093
12094 Description:
12095
12096 -  This preference controls whether the staff client keeps search
12097    history for logged in users. Search history will be accessible under
12098    the link to your account in the top right of the staff client.
12099
12100 .. _includeseefrominsearches-label:
12101
12102 IncludeSeeFromInSearches
12103 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12104
12105 Default: Don't include
12106
12107 Asks: \_\_\_ *see from* (non-preferred form) headings in bibliographic
12108 searches.
12109
12110 Values:
12111
12112 -  Don't include
12113
12114 -  Include
12115
12116 Description:
12117
12118 -  When this preference is set to include the search engine indexer will
12119    insert *see from* headings from authority records into bibliographic
12120    records when indexing, so that a search on an obsolete term will turn
12121    up relevant records. For example when you search for cookery (the old
12122    term) you get titles with the heading of cooking (the new term).
12123
12124     **Important**
12125
12126     You will need to reindex your bibliographic database when changing
12127     this preference.
12128
12129 .. _opacgroupresults-label:
12130
12131 OpacGroupResults
12132 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12133
12134 Default: Don't use
12135
12136 Asks: \_\_\_ PazPar2 to group similar results on the OPAC.
12137
12138 Values:
12139
12140 -  Don't use
12141
12142 -  Use
12143
12144     **Important**
12145
12146     This requires that `PazPar2 <http://www.indexdata.com/pazpar2>`__ is
12147     set up and running.
12148
12149 .. _queryautotruncate-label:
12150
12151 QueryAutoTruncate
12152 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12153
12154 Default: automatically
12155
12156 Asks: Perform wildcard searching (where, for example, Har would match
12157 Harry and harp) \_\_\_ (The \* character would be used like so: Har\* or
12158 \*logging.)
12159
12160 Values:
12161
12162 -  automatically
12163
12164 -  only if \* is added
12165
12166 Description:
12167
12168 -  This setting allows for searches to be automatically truncated or for
12169    additional characters to be added to the end of a search string. When
12170    set to "automatically" the search string automatically ends with a
12171    wildcard function. For example, a search for the word "invent" with
12172    auto truncation enabled will also retrieve results for inventor,
12173    invention, inventory, etc. If you don't want this to happen
12174    automatically you can still be perform wildcard searches manually by
12175    adding an asterisk (\*). Typing "invent\*" even with auto truncation
12176    disabled will retrieve the same inventor, invention, inventory
12177    results. Auto truncation bypasses the necessity to type long search
12178    strings in their entirety.
12179
12180 .. _queryfuzzy-label:
12181
12182 QueryFuzzy
12183 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12184
12185 Default: Try
12186
12187 Asks: \_\_\_ to match similarly spelled words in a search (for example,
12188 a search for flang would also match flange and fang)
12189
12190 Values:
12191
12192 -  Don't try
12193
12194 -  Try
12195
12196 Description:
12197
12198 -  This preference enables "fuzzy" searching, in which the search engine
12199    returns results that are similar to, but not exactly matching, the
12200    word or words entered by the user. This preference enables the search
12201    function to compensate for slightly misspelled names or phrases.
12202
12203     **Important**
12204
12205     Requires that :ref:`UseICU` set to 'Not using'
12206
12207 .. _querystemming-label:
12208
12209 QueryStemming
12210 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12211
12212 Default: Try
12213
12214 Asks: \_\_\_ to match words of the same base in a search
12215
12216 Values:
12217
12218 -  Don't try
12219
12220 -  Try
12221
12222    -  A search for enabling would also match enable and enabled
12223
12224 Description:
12225
12226 -  This preference enables word stemming. Stemming allows the search
12227    function to return multiple versions of the same word, as well as
12228    related terms (i.e., both fish and fishing would be returned).
12229
12230 .. _queryweightfields-label:
12231
12232 QueryWeightFields
12233 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12234
12235 Default: Enable
12236
12237 Asks: \_\_\_ ranking of search results by relevance
12238
12239 Values:
12240
12241 -  Disable
12242
12243 -  Enable
12244
12245 .. _tracecompletesubfields-label:
12246
12247 TraceCompleteSubfields
12248 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12249
12250 Default: Force
12251
12252 Asks: \_\_\_ subject tracings in the OPAC and Staff Client to search
12253 only for complete-subfield matches.
12254
12255 Values:
12256
12257 -  Don't force
12258
12259    -  Searches for subject keywords (example:
12260       opac-search.pl?q=su:World%20Wide%20Web)
12261
12262 -  Force
12263
12264    -  Searches for complete subject fields (example:
12265       opac-search.pl?q=su,complete-subfield:World%20Wide%20Web)
12266
12267 Description:
12268
12269 -  When TraceCompleteSubfields is set to "force," clicking on links in
12270    non-authority controlled subject tracings will only find other
12271    records where the entire subfields match. Leaving it at "don't force"
12272    does a keyword search of the subject indexes.
12273
12274     **Important**
12275
12276     This preference assumes that you're using XSLT stylesheets as set in
12277     the :ref:`OPACXSLTDetailsDisplay` preference.
12278
12279 .. _tracesubjectsubdivisions-label:
12280
12281 TraceSubjectSubdivisions
12282 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12283
12284 Default: Include
12285
12286 Asks: \_\_\_ subdivisions for searches generated by clicking on subject
12287 tracings.
12288
12289 Values:
12290
12291 -  Don't include
12292
12293    -  Searches for subject keywords (example:
12294       opac-search.pl?q=su,complete-subfield:%22Web%20sites%22)
12295
12296 -  Include
12297
12298    -  Searches for complete subject fields (example:
12299       opac-search.pl?q=(su,complete-subfield:%22Web%20sites%22)%20and%20(su,complete-subfield:%22Design.%22))
12300
12301 Description:
12302
12303 -  When TraceSubjectSubdivisions is set to "Include," if you click on a
12304    subject with subdivisions (subfields other than 'a') they will be
12305    searched along with the subject heading (subfield 'a'). To have only
12306    the subject heading (subfield 'a') searched, set this preference to
12307    "Don't include."
12308
12309     **Important**
12310
12311     This preference assumes that you're using XSLT stylesheets as set in
12312     the :ref:`OPACXSLTDetailsDisplay` preference.
12313
12314 .. _useicu-label:
12315
12316 UseICU
12317 ^^^^^^^^^^^^^^^^^^^^
12318
12319 Default: Not using
12320
12321 Asks: \_\_\_ ICU Zebra indexing.
12322
12323 Values:
12324
12325 -  Not using
12326
12327 -  Using
12328
12329 Description:
12330
12331 -  ICU is a set of code libraries providing Unicode and Globalization
12332    support for software applications. What this means is ICU Zebra
12333    indexing is only necessary if you use non-roman characters in your
12334    cataloging. If using ICU Zebra indexing you will want to not use
12335    :ref:`QueryFuzzy`.
12336
12337     **Important**
12338
12339     This setting will not affect Zebra indexing, it should only be used
12340     to tell Koha that you have activated ICU indexing if you have
12341     actually done so, since there is no way for Koha to figure this out
12342     on its own.
12343
12344     **Important**
12345
12346     Talk to your system administrator when changing this preference to
12347     make sure that your system is set up properly for this to work.
12348
12349 .. _usequeryparser-label:
12350
12351 UseQueryParser
12352 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12353
12354 Default: Do not try
12355
12356 Asks: \_\_\_ to use the QueryParser module for parsing queries.
12357
12358     **Note**
12359
12360     Enabling this will have no impact if you do not have QueryParser
12361     installed, and everything will continue to work as usual.
12362
12363 Values:
12364
12365 -  Do not try
12366
12367 -  Try
12368
12369 Description:
12370
12371 -  This preference enables an experimental new query parser which opens
12372    the door for a more expressive and more-effective search syntax.
12373
12374 .. _results-display-label:
12375
12376 Results Display
12377 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12378
12379 .. _defaultsortfield-&-defaultsortorder-label:
12380
12381 defaultSortField & defaultSortOrder
12382 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12383
12384 defaultSortField Default: author
12385
12386 defaultSortOrder Default: ascending
12387
12388 Asks: By default, sort search results in the staff client by \_\_\_,
12389 \_\_\_\_
12390
12391 Description:
12392
12393 -  These preferences set the default sort field and sort order for
12394    searches on the staff side. Regardless of your choice, the other sort
12395    options are still available in the drop down list on the advanced
12396    search page.
12397
12398 defaultSortField Values:
12399
12400 -  author
12401
12402 -  call number
12403
12404 -  date added
12405
12406 -  date of publication
12407
12408 -  relevance
12409
12410 -  title
12411
12412 -  total number of checkouts
12413
12414 defaultSortOrder Values:
12415
12416 -  ascending
12417
12418 -  descending
12419
12420 -  from A to Z
12421
12422 -  from Z to A
12423
12424 .. _displayfacetcount-label:
12425
12426 displayFacetCount
12427 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12428
12429 Default: Don't show
12430
12431 Asks: \_\_\_ facet counts.
12432
12433 Description:
12434
12435 -  This preference lets you decide if you show how many times a facet is
12436    used in your search results in the OPAC and the staff client. The
12437    relevance of these numbers highly depends on the value of the
12438    :ref:`maxRecordsForFacets` preference. Showing
12439    these numbers can potentially effect the performance of your
12440    searching, so test your system with different values for this
12441    preference to see what works best.
12442
12443 Values:
12444
12445 -  Don't show
12446
12447 -  Show
12448
12449    |image107|
12450
12451 .. _displaylibraryfacets-label:
12452
12453 DisplayLibraryFacets
12454 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12455
12456 Default: holding library
12457
12458 Asks: Show facets for \_\_\_
12459
12460 Values:
12461
12462 -  both home and holding library
12463
12464 -  holding library
12465
12466 -  home library
12467
12468 Description:
12469
12470 -  This preferenc controls the libraries facet that displays on search
12471    results in the staff and opac. The value selected here will determine
12472    which library(s) show in the facets when a search is run.
12473
12474 .. _facetlabeltruncationlength-label:
12475
12476 FacetLabelTruncationLength
12477 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12478
12479 Default: 20
12480
12481 Asks: Truncate facets length to \_\_\_ characters, in OPAC/staff
12482 interface.
12483
12484 Description:
12485
12486 -  In the OPAC and the staff client your facets are cut off at 20
12487    characters by default. Depending on your layout this may be too many
12488    or two few letters, this preference lets you decide what number is
12489    best for your library's design.
12490
12491 .. _facetmaxcount-label:
12492
12493 FacetMaxCount
12494 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12495
12496 Default: 20
12497
12498 Asks: Show up \_\_\_ to facets for each category.
12499
12500 Description:
12501
12502 -  This preference allows you to control how many possible limits show
12503    under each heading (Author, Series, Topics, etc) on the facets in the
12504    OPAC.
12505
12506 .. _maxitemsinsearchresults-label:
12507
12508 maxItemsInSearchResults
12509 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12510
12511 Default: 20
12512
12513 Asks: Show up to \_\_\_ items per biblio in the search results
12514
12515 Description:
12516
12517 -  This preference will let you set how many results display by default
12518    when a search is run on the Staff Client.
12519
12520 .. _maxrecordsforfacets-label:
12521
12522 maxRecordsForFacets
12523 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12524
12525 Default: 20
12526
12527 Asks: Build facets based on \_\_\_ records from the search results.
12528
12529 Description:
12530
12531 -  By default Koha only bases facets on the first page of results
12532    (usually 20 results). This preference lets you tell Koha to based the
12533    facet descriptions and numbers on any number of search results
12534    returned. The higher this number the longer it will take for your
12535    search results to return, so test with various different values to
12536    find the best balance for your library.
12537
12538 .. _maxsearchresultsitemsperrecordstatuscheck-label:
12539
12540 MaxSearchResultsItemsPerRecordStatusCheck
12541 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12542
12543 Default: 20
12544
12545 Asks: For records with many items, only check the availability status
12546 for the first \_\_\_ items.
12547
12548 Description:
12549
12550 -  Availability statuses may show incorrectly in search results if a
12551    record has more items than the limit set. Statuses will display
12552    correctly in the record details. Leave empty for no limit.
12553
12554 .. _numsearchresults-label:
12555
12556 numSearchResults
12557 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12558
12559 Default: 20
12560
12561 Asks: By default, show \_\_\_ results per page in the staff client.
12562
12563 .. _opacdefaultsortfield-and-opacdefaultsortorder-label:
12564
12565 OPACdefaultSortField & OPACdefaultSortOrder
12566 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12567
12568 OPACdefaultSortField Default: relevance
12569
12570 OPACdefaultSortOrder Default: ascending
12571
12572 Asks: By default, sort search results in the OPAC by \_\_\_, \_\_\_
12573
12574 Description:
12575
12576 -  These preferences set the default sort field and sort order for
12577    searches on the OPAC. Regardless of your choice, the other sort
12578    options are still available in the drop down list on the advanced
12579    search page.
12580
12581 OPACdefaultSortField Values:
12582
12583 -  author
12584
12585 -  call number
12586
12587 -  date added
12588
12589 -  date of publication
12590
12591 -  relevance
12592
12593 -  title
12594
12595 -  total number of checkouts
12596
12597 OPACdefaultSortOrder Values:
12598
12599 -  ascending
12600
12601 -  descending
12602
12603 -  from A to Z
12604
12605 -  from Z to A
12606
12607 .. _opacitemsresultsdisplay-label:
12608
12609 OPACItemsResultsDisplay
12610 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12611
12612 Default: Don't show
12613
12614 Asks: \_\_\_ an item's branch, location and call number in OPAC search
12615 results.
12616
12617 Values:
12618
12619 -  Don't show
12620
12621 -  Show
12622
12623 Description:
12624
12625 -  This setting selects the information about an item that will display
12626    in the search results page of the OPAC. The results can display the
12627    status of an item and/or full details including branch, location, and
12628    call number. While the 'Show' option allows for more information to
12629    be displayed on the search results page, the information can be
12630    overwhelming for large collections with multiple branches.
12631
12632 .. _opacnumsearchresults-label:
12633
12634 OPACnumSearchResults
12635 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12636
12637 Default: 20
12638
12639 Asks: By default, show \_\_\_ results per page in the OPAC.
12640
12641 .. _searchwithisbnvariations-label:
12642
12643 SearchWithISBNVariations
12644 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12645
12646 Default: don't search
12647
12648 Asks: When searching on the ISBN index, \_\_\_ on all variations of the
12649 ISBN.
12650
12651 Values:
12652
12653 -  don't search
12654
12655 -  search
12656
12657 Descriptions:
12658
12659 -  With this preference set to search you'll be able to search for ISBNs
12660    even if there are dashes or spaces in the field. So if you search for
12661    9781843345855 but the ISBN was cataloged as 978-1843345855 you'll
12662    still be able to find it if this preference is set to 'search'.
12663
12664     **Important**
12665
12666     This preference has no effect if
12667     :ref:`UseQueryParser` is on
12668
12669 .. _unimarcauthorsfacetsseparator-label:
12670
12671 UNIMARCAuthorsFacetsSeparator
12672 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12673
12674 Default: , (comma)
12675
12676 Asks: Use the following text as separator for UNIMARC authors facets \_\_\_
12677
12678 .. _search-form-label:
12679
12680 Search Form
12681 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12682
12683 .. _advancedsearchlanguages-label:
12684
12685 AdvancedSearchLanguages
12686 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12687
12688 Asks: Limit the languages listed in the advanced search drop-down to the
12689 \_\_\_ ISO 639-2 language codes (separate values with \| or ,).
12690
12691 Description:
12692
12693 -  This preference will allow you to decide what languages show in the
12694    pull down menu on the advanced search page in the OPAC and the staff
12695    client. If this preference is left blank, all languages will show. To
12696    limit the languages that are shown enter their `ISO 639-2 language
12697    codes <http://www.loc.gov/standards/iso639-2/php/code_list.php>`__
12698    separated by comma ( , ) or bar ( \| ). For example to limit listing
12699    to French and Italian, enter ita\|fre.
12700
12701 .. _advancedsearchtypes-label:
12702
12703 AdvancedSearchTypes
12704 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12705
12706 Default: itemtype
12707
12708 Asks: Show tabs in OPAC and staff-side advanced search for limiting
12709 searches on the \_\_\_ fields (separate values with \|).
12710
12711 Description:
12712
12713 -  On the advanced search page you can choose to allow filters on one or
12714    all of the following: Item types (itemtypes), Collection Codes
12715    (ccode) and Shelving Location (loc). If you would like to be able to
12716    limit searches on item type and shelving location for example you
12717    would enter itemtypes\|loc in the preference input box. The order of
12718    these fields will determine the order of the tabs in the OPAC and
12719    staff client advanced search screens. Values within the search type
12720    are OR'ed together, while each different search type is AND'ed
12721    together in the query limits. The current stored values are supported
12722    without any required modification.Each set of advanced search fields
12723    are displayed in tabs in both the OPAC and staff client. The first
12724    value in the AdvancedSearchTypes syspref is the selected tab; if no
12725    values are present, "itemtypes" is used. For non-itemtype values, the
12726    value in AdvancedSearchTypes must match the Authorised Value name,
12727    and must be indexed with 'mc-^ prefixing that name.
12728
12729    |image108|
12730
12731 .. _expandedsearchoption-label:
12732
12733 expandedSearchOption
12734 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12735
12736 Default: don't show
12737
12738 Asks: By default, \_\_\_ "More options" on the OPAC and staff advanced
12739 search pages.
12740
12741 Values:
12742
12743 -  don't show
12744
12745 -  show
12746
12747 .. _intranetnumberspreferphrase-label:
12748
12749 IntranetNumbersPreferPhrase
12750 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12751
12752 Default: don't use
12753
12754 Asks: By default, \_\_\_ the operator "phr" in the callnumber and
12755 standard number staff client searches
12756
12757 Values:
12758
12759 -  don't use
12760
12761 -  use
12762
12763 Description:
12764
12765 -  When searching by call number and standard number (biblionumber) in
12766    Koha Staff Client you can choose to force the search to be a phrase
12767    search by setting this preference to 'use.^ This will allow for more
12768    accurate results over doing a general keyword field search.
12769
12770 .. _loadsearchhistorytothefirstloggeduser-label:
12771
12772 LoadSearchHistoryToTheFirstLoggedUser
12773 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12774
12775 Default: Load
12776
12777 Asks: Load the unlogged history to the next user. \_\_\_ history to the next client.
12778
12779 Values:
12780
12781 -  Don't load
12782
12783 -  Load
12784
12785 .. _opacnumberspreferphrase-label:
12786
12787 OPACNumbersPreferPhrase
12788 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12789
12790 Default: don't use
12791
12792 Asks: By default, \_\_\_ the operator "phr" in the callnumber and
12793 standard number OPAC searches
12794
12795 Values:
12796
12797 -  don't use
12798
12799 -  use
12800
12801 Description:
12802
12803 -  When searching by call number and standard number (biblionumber) in
12804    the Koha OPAC you can choose to force the search to be a phrase
12805    search by setting this preference to 'use.^ This will allow for more
12806    accurate results over doing a general keyword field search.
12807
12808 .. _serials-label:
12809
12810 Serials
12811 ---------------------------
12812
12813 *Get there:* More > Administration > Global System Preferences > Serials
12814
12815 .. _makepreviousserialavailable-label:
12816
12817 makePreviousSerialAvailable
12818 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12819
12820 Default: Do not make
12821
12822 Asks: \_\_\_ previous serial automatically available when receiving a
12823 new serial issue. The previous issue can also be set to another item
12824 type when receiving a new one. Please note that the :ref:`item-level\_itypes <item-level\_itypes-label>`
12825 syspref must be set to specific item.
12826
12827 Values:
12828
12829 -  Do not make
12830
12831 -  Make
12832
12833 .. _opacserialdefaulttab-label:
12834
12835 opacSerialDefaultTab
12836 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12837
12838 Default: Subscriptions tab
12839
12840 Asks: Show \_\_\_ as default tab for serials in OPAC.
12841
12842 Values:
12843
12844 -  Holdings tab
12845
12846 -  Serial Collection tab
12847
12848        **Important**
12849
12850        Please note that the Serial Collection tab is currently available
12851        only for systems using the UNIMARC standard.
12852
12853    |image109|
12854
12855 -  Subscriptions tab
12856
12857    |image110|
12858
12859 .. _opacserialissuedisplaycount-label:
12860
12861 OPACSerialIssueDisplayCount
12862 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12863
12864 Default: 3
12865
12866 Asks: Show the \_\_\_ previous issues of a serial on the OPAC.
12867
12868 Description:
12869
12870 -  This preference allows the administrator to select the number of
12871    recent issues for each serial which appear in the OPAC when the
12872    serial is accessed. This is just the default value, patrons can
12873    always click to see a full list of serials.
12874
12875 .. _renewserialaddssuggestion-label:
12876
12877 RenewSerialAddsSuggestion
12878 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12879
12880 Default: Don't add
12881
12882 Asks: \_\_\_ a suggestion for a biblio when its attached serial is
12883 renewed.
12884
12885 Values:
12886
12887 -  Add
12888
12889 -  Don't add
12890
12891 Description:
12892
12893 -  If set to "Add", this preference will automatically add a serial to
12894    the Acquisitions Purchase Suggestions menu when clicking the 'renew'
12895    option. If you don't use the Acquisitions module to manage serials
12896    purchases it's best to leave this set as 'Don't add.^
12897
12898 .. _routinglistaddreserves-label:
12899
12900 RoutingListAddReserves
12901 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12902
12903 Default: Place
12904
12905 Asks: \_\_\_ received serials on hold if they are on a routing list.
12906
12907 Values:
12908
12909 -  Place
12910
12911 -  Don't place
12912
12913 .. _routinglistnote-label:
12914
12915 RoutingListNote
12916 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12917
12918 Asks: Include following note on all routing lists
12919
12920 Description:
12921
12922 -  Text entered in this box will appear below the routing list
12923    information.
12924
12925 .. _routingserials-label:
12926
12927 RoutingSerials
12928 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12929
12930 Default: Don't add
12931
12932 Asks: \_\_\_ received serials to the routing list.
12933
12934 Description:
12935
12936 -  This preference determines if serials routing lists are enabled or
12937    disabled for the library. When set to "Add", serials routing is
12938    enabled and a serial can be directed through a list of people by
12939    identifying who should receive it next. The list of people can be
12940    established for each serial to be passed using the Serials module.
12941    This preference can be used to ensure each person who needs to see a
12942    serial when it arrives at the library will get it. Learn more in the
12943    :ref:`routing list <create-a-routing-list-label>` section of this manual.
12944
12945 Values:
12946
12947 -  Add
12948
12949 -  Don't add
12950
12951 .. _staffserialissuedisplaycount-label:
12952
12953 StaffSerialIssueDisplayCount
12954 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12955
12956 Default: 3
12957
12958 Asks: Show the \_\_\_ previous issues of a serial on the staff client.
12959
12960 Description:
12961
12962 -  This preference allows the administrator to select the number of
12963    recent issues for each serial which appear in the Staff Client when
12964    the serial is accessed. This is just the default value, staff members
12965    can always click to see a full list of serials.
12966
12967 .. _subscriptionduplicatedroppedinput-label:
12968
12969 SubscriptionDuplicateDroppedInput
12970 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12971
12972 Asks: List of fields which must not be rewritten when a subscription is
12973 duplicated (Separated by pipe \|) \_\_\_
12974
12975 Description:
12976
12977 -  When duplicating a subscription sometimes you don't want all of the
12978    fields duplicated, using this preference you can list the fields that
12979    you don't want to be duplicated. These field names come from the
12980    subscription table in the Koha database. Learn what fields are in
12981    that table on the `Koha DB
12982    Schema <http://schema.koha-community.org/tables/subscription.html>`__
12983    site.
12984
12985 .. _subscriptionhistory-label:
12986
12987 SubscriptionHistory
12988 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12989
12990 Default: full history
12991
12992 Asks: When showing the subscription information for a bibliographic
12993 record, preselect \_\_\_ view of serial issues.
12994
12995 Values:
12996
12997 -  brief history
12998
12999    |image111|
13000
13001 -  full history
13002
13003    |image112|
13004
13005 Description:
13006
13007 -  This preference determines what information appears in the OPAC when
13008    the user clicks the More Details option. The 'brief' option displays
13009    a one-line summary of the volume and issue numbers of all issues of
13010    that serial held by the library. The 'full' option displays a more
13011    detailed breakdown of issues per year, including information such as
13012    the issue date and the status of each issue.
13013
13014 .. _staff-client-label:
13015
13016 Staff client
13017 ------------------------------
13018
13019 *Get there:* More > Administration > Global system preferences > Staff
13020 client
13021
13022 .. _staffappearance-label:
13023
13024 Appearance
13025 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13026
13027 .. _display856uasimage-label:
13028
13029 Display856uAsImage
13030 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13031
13032 Default: Neither details or results page
13033
13034 Asks: Display the URI in the 856u field as an image on: \_\_\_
13035
13036 Values:
13037
13038 -  Both results and details pages
13039
13040    -  **Important**
13041
13042           Both :ref:`XSLTDetailsDisplay` and 
13043           :ref:`XSLTResultsDisplay` need to
13044           have values in order for this preference to work.
13045
13046    -  **Important**
13047
13048           This is only implemented for MARC21.
13049
13050 -  Detail page only
13051
13052    -  **Important**
13053
13054           :ref:`XSLTDetailsDisplay` needs to
13055           have a value in it for this preference to work.
13056
13057    -  **Important**
13058
13059           This is only implemented for MARC21 and UNIMARC.
13060
13061    |image113|
13062
13063 -  Neither details or results page
13064
13065 -  Results page only
13066
13067    -  **Important**
13068
13069           :ref:`XSLTResultsDisplay` needs to
13070           have a value in it for this preference to work.
13071
13072    -  **Important**
13073
13074           This is only implemented for MARC21 and NORMARC.
13075
13076 Description:
13077
13078 -  In addition to this option being set, the corresponding XSLT option
13079    must be turned on. Also, the corresponding 856q field must have a
13080    valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
13081    starting with "image/"), or the generic indicator "img" entered in
13082    the field. When all of the requirements are met, an image file will
13083    be displayed instead of the standard link text. Clicking on the image
13084    will open it in the same way as clicking on the link text. When you
13085    click on the image it should open to full size, in the current window.
13086
13087    |image114|
13088
13089 .. _displayiconsxslt-label:
13090
13091 DisplayIconsXSLT
13092 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13093
13094 Default: Show
13095
13096 Asks: \_\_\_ the format, audience, and material type icons in XSLT
13097 MARC21 results and detail pages in the staff client.
13098
13099     **Important**
13100
13101     :ref:`XSLTResultsDisplay` and/or
13102     :ref:`XSLTDetailsDisplay` must be set to use an
13103     XSLT stylesheet (default or custom) for these icons to show.
13104
13105 Values:
13106
13107 -  Don't show
13108
13109 -  Show
13110
13111    |image115|
13112
13113     **Note**
13114
13115     See the :ref:`XSLT material type icons <material-type-cataloging-guide-label>`
13116     for more information on these icons.
13117
13118 .. _intranet\_includes-label:
13119
13120 intranet\_includes
13121 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13122
13123 Default: includes
13124
13125 Asks: Use include files from the \_\_\_ directory in the template
13126 directory, instead of includes/. (Leave blank to disable)
13127
13128 .. _intranetcirculationhomehtml-label:
13129
13130 IntranetCirculationHomeHTML
13131 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13132
13133 Asks: Show the following HTML in its own div on the bottom of the home
13134 page of the circulation module:
13135
13136     |image1198|
13137
13138 .. _intranetcolorstylesheet-label:
13139
13140 intranetcolorstylesheet
13141 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13142
13143 Asks: Include the additional CSS stylesheet \_\_\_ to override specified
13144 settings from the default stylesheet
13145
13146 Description:
13147
13148 -  This preference is used to set the background color and style of the
13149    staff client. The value is a .css file. The system administrator
13150    should determine which file is appropriate. Enter just a filename, a
13151    full local path or a complete URL starting with http:// (if the file
13152    lives on a remote server). Please note that if you just enter a
13153    filename, the file should be in the css subdirectory for each active
13154    theme and language within the Koha templates directory. A full local
13155    path is expected to start from your HTTP document root.
13156
13157     **Important**
13158
13159     Leave this field blank to disable.
13160
13161 .. _intranetfavicon-label:
13162
13163 IntranetFavicon
13164 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13165
13166 Asks: Use the image at \_\_\_ for the staff client's favicon.
13167
13168     **Important**
13169
13170     This should be a complete URL, starting with http://
13171
13172     **Note**
13173
13174     Turn your logo into a favicon with the `Favicon
13175     Generator <http://antifavicon.com/>`__.
13176
13177 Description:
13178
13179 -  The favicon is the little icon that appears next to the URL in the
13180    address bar in most browsers. The default value for this field (if
13181    left blank) is the small 'K' in the Koha logo.
13182
13183    |image116|
13184
13185 .. _intranetmainuserblock-label:
13186
13187 IntranetmainUserblock
13188 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13189
13190 Asks: Show the following HTML in its own column on the main page of the
13191 staff client
13192
13193 |image117|
13194
13195 |image118|
13196
13197 .. _intranetnav-label:
13198
13199 IntranetNav
13200 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13201
13202 Asks: Show the following HTML in the More menu at the top of each page
13203 on the staff client (should be a list of links or blank)
13204
13205 .. _intranetreportshomehtml-label:
13206
13207 IntranetReportsHomeHTML
13208 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13209
13210 Asks: Show the following HTML in its own div on the bottom of the home
13211 page of the reports module:
13212
13213     |image1199|
13214
13215 .. _intranetslipprinterjs-label:
13216
13217 IntranetSlipPrinterJS
13218 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13219
13220 Asks: Use the following JavaScript for printing slips.
13221
13222 Description:
13223
13224 -  The most logical use of this preference is in conjunction with the
13225    `jsPrintSetup <http://jsprintsetup.mozdev.org/>`__ Firefox add-on.
13226    Learn more about this preference and the add-on setup on the Koha
13227    wiki at
13228    http://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently.
13229
13230 .. _intranetstylesheet-label:
13231
13232 intranetstylesheet
13233 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13234
13235 Asks: Use the CSS stylesheet \_\_\_ on all pages in the staff interface,
13236 instead of the default css (used when leaving this field blank).
13237
13238 Description:
13239
13240 -  The Intranetstylesheet preference is a layout and design feature for
13241    the intranet or staff client. This preference allows a library to
13242    customize the appearance of the Staff Client. Enter just a filename,
13243    a full local path or a complete URL starting with http:// (if the
13244    file lives on a remote server). Please note that if you just enter a
13245    filename, the file should be in the css subdirectory for each active
13246    theme and language within the Koha templates directory. A full local
13247    path is expected to start from your HTTP document root.
13248
13249 .. _intranetusercss-label:
13250
13251 IntranetUserCSS
13252 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13253
13254 Asks: Include the following CSS on all pages in the staff client
13255
13256 .. _intranetuserjs-label:
13257
13258 IntranetUserJS
13259 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13260
13261 Asks: Include the following JavaScript on all pages in the staff
13262 interface
13263
13264 Description:
13265
13266 -  This preference allows the administrator to enter JavaScript or
13267    JQuery that will be embedded across all pages of the staff client.
13268    Administrators may use this preference to customize some of the
13269    interactive sections of Koha, customizing the text for the login
13270    prompts, for example. Sample JQuery scripts used by Koha libraries
13271    can be found on the wiki:
13272    http://wiki.koha-community.org/wiki/JQuery_Library.
13273
13274 .. _slipcss-label:
13275
13276 SlipCSS
13277 ^^^^^^^^^^^^^^^^^^^^^^
13278
13279 Asks: Include the stylesheet at \_\_\_ on Issue and Reserve Slips.
13280
13281     **Important**
13282
13283     This should be a complete URL, starting with http://
13284
13285 Description:
13286
13287 -  If you would like to style your receipts or slips with a consistent
13288    set of fonts and colors you can use this preference to point Koha to
13289    a stylesheet specifically for your slips.
13290
13291 .. _staffclientbaseurl-label:
13292
13293 staffClientBaseURL
13294 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13295
13296 Asks: The staff client is located at http:// \_\_\_
13297
13298 .. _stafflangselectormode-label:
13299
13300 StaffLangSelectorMode
13301 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13302
13303 Default: only footer
13304
13305 Asks: Display language selector on \_\_\_
13306
13307 Values:
13308
13309 -  both top and footer
13310
13311 -  only footer
13312
13313 -  top
13314
13315 .. _stafflogininstructions-label:
13316
13317 StaffLoginInstructions
13318 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13319
13320 Asks: Show the following HTML on the staff client login page
13321
13322 Description:
13323
13324 -  HTML entered in this field will appear above the login form 
13325    of your staff client
13326
13327 |image1345|
13328
13329 .. _template-label:
13330
13331 template
13332 ^^^^^^^^^^^^^^^^^^^^^^^^
13333
13334 Default: prog
13335
13336 Asks: Use the \_\_\_ theme on the staff interface.
13337
13338 Values:
13339
13340 -  prog
13341
13342     **Important**
13343
13344     Do not include a trailing slash in the URL this will break links
13345     created using this URL. (example: www.google.com not
13346     www.google.com/)
13347
13348 .. _xsltdetailsdisplay-label:
13349
13350 XSLTDetailsDisplay
13351 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13352
13353 Default: default
13354
13355 Asks: Display details in the staff client using XSLT stylesheet at
13356 \_\_\_
13357
13358 Values:
13359
13360 -  leave empty to not use the XSLT stylesheet
13361
13362    -  In previous versions of Koha this was the setting that read
13363       'normally'
13364
13365       |image119|
13366
13367 -  enter "default" for the default one
13368
13369    |image120|
13370
13371 -  put a path to define a XSLT file
13372
13373    -  ex: /path/to/koha/and/your/stylesheet.xsl
13374
13375    -  If in a multi-language system you can enter {langcode} in the path
13376       to tell Koha to look in the right language folder
13377
13378       -  ex:
13379          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13380
13381       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13382
13383 -  put an URL for an external specific stylesheet
13384
13385    -  ex: http://mykoha.org/stylesheet.xsl
13386
13387 Description:
13388
13389 -  XSLT stylesheets allow for the customization of the details shown on
13390    the screen when viewing a bib record. This preference will allow you
13391    either use the default look that comes with Koha or design your own
13392    stylesheet.
13393
13394 .. _xsltlistsdisplay-label:
13395
13396 XSLTListsDisplay
13397 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13398
13399 Default: default
13400
13401 Asks: Display lists in the staff client using XSLT stylesheet at
13402 \_\_\_
13403
13404 Values:
13405
13406 -  leave empty to not use the XSLT stylesheet
13407
13408    -  In previous versions of Koha this was the setting that read
13409       'normally'
13410
13411 -  enter "default" for the default one
13412
13413 -  put a path to define a XSLT file
13414
13415    -  ex: /path/to/koha/and/your/stylesheet.xsl
13416
13417    -  If in a multi-language system you can enter {langcode} in the path
13418       to tell Koha to look in the right language folder
13419
13420       -  ex:
13421          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13422
13423       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13424
13425 -  put an URL for an external specific stylesheet
13426
13427    -  ex: http://mykoha.org/stylesheet.xsl
13428
13429 Description:
13430
13431 -  XSLT stylesheets allow for the customization of the details shown on
13432    the screen when viewing a list. This preference will allow you
13433    either use the default look that comes with Koha or design your own
13434    stylesheet.
13435
13436 .. _xsltresultsdisplay-label:
13437
13438 XSLTResultsDisplay
13439 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13440
13441 Default: default
13442
13443 Asks: Display results in the staff client using XSLT stylesheet at
13444 \_\_\_
13445
13446 Values:
13447
13448 -  leave empty to not use the XSLT stylesheet
13449
13450    -  In previous versions of Koha this was the setting that read
13451       'normally'
13452
13453 -  enter "default" for the default one
13454
13455 -  put a path to define a XSLT file
13456
13457    -  ex: /path/to/koha/and/your/stylesheet.xsl
13458
13459    -  If in a multi-language system you can enter {langcode} in the path
13460       to tell Koha to look in the right language folder
13461
13462       -  ex:
13463          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13464
13465       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13466
13467 -  put an URL for an external specific stylesheet
13468
13469    -  ex: http://mykoha.org/stylesheet.xsl
13470
13471 Description:
13472
13473 -  XSLT stylesheets allow for the customization of the details shown on
13474    the screen when viewing the search results. This preference will
13475    allow you either use the default look that comes with Koha or design
13476    your own stylesheet.
13477
13478 .. _options-label:
13479
13480 Options
13481 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13482
13483 .. _audioalerts-label:
13484
13485 AudioAlerts
13486 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13487
13488 Default: Don't enable
13489
13490 Asks: \_\_\_ audio alerts for events defined in the audio alerts section
13491 of administration.
13492
13493 Values:
13494
13495 -  Don't enable
13496
13497 -  Enable
13498
13499     **Important**
13500
13501     This feature is not supported by all browsers. Requires an HTML5
13502     compliant browser.
13503
13504 .. _hidepatronname-label:
13505
13506 HidePatronName
13507 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13508
13509 Default: Show
13510
13511 Asks: \_\_\_ the names of patrons that have items checked out or on hold
13512 on detail pages or the "Place Hold" screen.
13513
13514 Values:
13515
13516 -  Don't show
13517
13518 -  Show
13519
13520 .. _intranetbookbag-label:
13521
13522 intranetbookbag
13523 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13524
13525 Default: Show
13526
13527 Asks: \_\_\_ the cart option in the staff client.
13528
13529 Values:
13530
13531 -  Don't show
13532
13533 -  Show
13534
13535 .. _intranetcatalogsearchpulldown-label:
13536
13537 IntranetCatalogSearchPulldown
13538 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13539
13540 Default: Don't show
13541
13542 Asks: \_\_\_ a search field pulldown for 'Search the catalog' boxes.
13543
13544 Values:
13545
13546 -  Don't show
13547
13548 -  Show
13549
13550 .. _staffdetailitemselection-label:
13551
13552 StaffDetailItemSelection
13553 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13554
13555 Default: Enable
13556
13557 Asks: \_\_\_ item selection in record detail page.
13558
13559 Values:
13560
13561 -  Disable
13562
13563 -  Enable
13564
13565 Description:
13566
13567 -  This preference lets you choose to show (or not show) checkboxes to
13568    the left of every item in the holdings tab on the detail display of a
13569    record in the staff client. Showing these checkboxes allows the staff
13570    members to select multiple items to edit or delete at once.
13571
13572    |image121|
13573
13574 .. _usewysiwyginsystempreferences-label:
13575
13576 UseWYSIWYGinSystemPreferences
13577 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13578
13579 Default: Don't show
13580
13581 Asks: \_\_\_ WYSIWYG editor when editing certain HTML system
13582 preferences.
13583
13584 Values:
13585
13586 -  Don't show
13587
13588 -  Show
13589
13590     |image1200|
13591
13592 Description:
13593
13594 -  This preference allows you to chang system preferences with HTML in
13595    them to WYSIWYG editors instead of plain text boxes.
13596
13597 .. _viewisbd-label:
13598
13599 viewISBD
13600 ^^^^^^^^^^^^^^^^^^^^^^^^
13601
13602 Default: Allow
13603
13604 Asks: \_\_\_ staff to view records in ISBD form on the staff client.
13605
13606 Values:
13607
13608 -  Allow
13609
13610 -  Don't allow
13611
13612 .. _viewlabeledmarc-label:
13613
13614 viewLabeledMARC
13615 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13616
13617 Default: Allow
13618
13619 Asks: \_\_\_ staff to view records in labeled MARC form on the staff
13620 client.
13621
13622 Values:
13623
13624 -  Allow
13625
13626 -  Don't allow
13627
13628 .. _viewmarc-label:
13629
13630 viewMARC
13631 ^^^^^^^^^^^^^^^^^^^^^^^^
13632
13633 Default: Allow
13634
13635 Asks: \_\_\_ staff to view records in plain MARC form on the staff
13636 client.
13637
13638 Values:
13639
13640 -  Allow
13641
13642 -  Don't allow
13643
13644 .. _tools-label:
13645
13646 Tools
13647 -----------------------
13648
13649 *Get there:* More > Administration > Global System Preferences > Tools
13650
13651 .. _batch-item-label:
13652
13653 Batch Item
13654 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13655
13656 These preferences are in reference to the :ref:`Batch Item
13657 Modification <batch-item-modification-label>` tool.
13658
13659 .. _maxitemsforbatchdel-label:
13660
13661 MaxItemsForBatchDel
13662 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13663
13664 Default: 1000
13665
13666 Asks: Display up to \_\_\_ items in a single deletion batch.
13667
13668 Description:
13669
13670 -  In the :ref:`batch item delete tool <batch-item-deletion-label>` this will
13671    prevent the display of more than the items you entered in this
13672    preference, but you will be able to delete more than the number you
13673    enter here.
13674
13675 .. _maxitemsforbatchmod-label:
13676
13677 MaxItemsForBatchMod
13678 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13679
13680 Default: 1000
13681
13682 Asks: Process up to \_\_\_ items in a single modification batch.
13683
13684 Description:
13685
13686 -  In the :ref:`batch item modification
13687    tool <batch-item-modification-label>` this preference will prevent the editing
13688    of more than the number entered here.
13689
13690 .. _news-label:
13691
13692 News
13693 ~~~~~~~~~~~~~~~~~~~~~~~~~
13694
13695 .. _newsauthordisplay-label:
13696
13697 NewsAuthorDisplay
13698 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13699
13700 Default: not at all
13701
13702 Asks: Show the author for news items: \_\_\_
13703
13704 Values:
13705
13706 -  Both OPAC and staff client
13707
13708 -  Not at all
13709
13710 -  OPAC only
13711
13712 -  Staff client only
13713
13714 .. _patron-cards-label:
13715
13716 Patron Cards
13717 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13718
13719 These preferences are in reference to the :ref:`Patron Card
13720 Creator <patron-card-creator-label>` tool.
13721
13722 .. _imagelimit-label:
13723
13724 ImageLimit
13725 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13726
13727 Asks: Limit the number of creator images stored in the database to
13728 \_\_\_ images.
13729
13730 .. _reports-label:
13731
13732 Reports
13733 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13734
13735 These preferences are in reference to the Reports module.
13736
13737 .. _numsavedreports-label:
13738
13739 NumSavedReports
13740 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13741
13742 Default: 20
13743
13744 Asks: By default, show \_\_\_ reports on the Saved Reports page.
13745
13746 .. _upload-label:
13747
13748 Upload
13749 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13750
13751 .. _uploadpurgetemporaryfilesdays-label:
13752
13753 UploadPurgeTemporaryFilesDays
13754 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13755
13756 Default: blank
13757
13758 Asks: Automatically delete temporary uploads older than \_\_\_ days in
13759 cleanup_database cron job.
13760
13761 .. _web-services-label:
13762
13763 Web services
13764 -----------------------------------
13765
13766 *Get there:* More > Administration > Global system preferences > Web
13767 services
13768
13769 .. _ils-di-label:
13770
13771 ILS-DI
13772 ~~~~~~~~~~~~~~~~~~~~~~~~
13773
13774 .. _ils-di-pref-label:
13775
13776 ILS-DI
13777 ^^^^^^^^^^^^^^^^^^^^
13778
13779 Default: Disable
13780
13781 Asks: \_\_\_ ILS-DI services for OPAC users
13782
13783 Values:
13784
13785 -  Disable
13786
13787 -  Enable
13788
13789 .. _ils-di:authorizedips-label:
13790
13791 ILS-DI:AuthorizedIPs
13792 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13793
13794 Asks: Allow IP addresses \_\_\_ to use the ILS-DI services (when enabled).
13795
13796     **Note**
13797
13798     Separate the IP addresses with commas and without spaces.
13799     For example: 15.78.193.62,197.85.10.1
13800
13801     **Important**
13802
13803     Leave the field blank to allow any IP address. 
13804
13805 .. _idref-pref-label:
13806
13807 IdRef
13808 ~~~~~~~~~~~~~~~~~~~~~~~
13809
13810 .. _idref-label:
13811
13812 IdRef
13813 ^^^^^^^^^^^^^^^^^^
13814
13815 Default: Disable
13816
13817 Asks: \_\_\_ the IdRef webservice from the opac detail page. IdRef
13818 allows to request authorities from the Sudoc database.
13819
13820 Values:
13821
13822 -  Disable
13823
13824 -  Enable
13825
13826 Description:
13827
13828 -  IdRef is a French service for Sudoc autorities. Using the `Sudoc
13829    database <http://www.sudoc.abes.fr/>`__, it allows to request /
13830    modify / add authorities. If a record comes from the Sudoc (so 009 is
13831    filled with an integer), at the OPAC you will see "Author: Idref" if
13832    a 7..$3 (unimarc author) if filled with a ppn. On clicking on the
13833    Idref link, a popup will display.
13834
13835     |image1201|
13836
13837    The Idref webservice is requested and all records (by roles) for this
13838    author will be displayed
13839
13840    |image1202|
13841
13842    There is 1 line / record and 2 links at the end. 1 will request Koha
13843    (cgi-bin/koha/opac-search.pl?q=ident:003381862), the other one will
13844    redirect to the sudoc page (http://www.sudoc.fr/003381862).
13845
13846 -  **Important**
13847
13848        Please note that this feature is available only for libraries
13849        using UNIMARC.
13850
13851 -  **Note**
13852
13853        The French Sudoc database should not be confused with the US
13854        Superintendent of Documents (SuDocs) Classification Scheme.
13855
13856 .. _oai-pmh-label:
13857
13858 OAI-PMH
13859 ~~~~~~~~~~~~~~~~~~~~~~~
13860
13861 .. _oai-pmh-pref-label:
13862
13863 OAI-PMH
13864 ^^^^^^^^^^^^^^^^^^^^^^
13865
13866 Default: Disable
13867
13868 Asks: \_\_\_ Koha's OAI-PMH server.
13869
13870 Values:
13871
13872 -  Disable
13873
13874 -  Enable
13875
13876 Description:
13877
13878 -  Once enabled you can visit http://YOURKOHACATALOG/cgi-bin/koha/oai.pl
13879    to see your file. For the Open Archives Initiative-Protocol for
13880    Metadata Harvesting (OAI-PMH) there are two groups of 'participants':
13881    Data Providers and Service Providers. Data Providers (open archives,
13882    repositories) provide free access to metadata, and may, but do not
13883    necessarily, offer free access to full texts or other resources.
13884    OAI-PMH provides an easy to implement, low barrier solution for Data
13885    Providers. Service Providers use the OAI interfaces of the Data
13886    Providers to harvest and store metadata. Note that this means that
13887    there are no live search requests to the Data Providers; rather,
13888    services are based on the harvested data via OAI-PMH. Koha at present
13889    can only act as a Data Provider. It can not harvest from other
13890    repositories. The biggest stumbling block to having Koha harvest from
13891    other repositories is that MARC is the only metadata format that Koha
13892    indexes natively. Visit
13893    http://www.oaforum.org/tutorial/english/page3.htm for diagrams of how
13894    OAI-PMH works.
13895
13896 Learn more about OAI-PMH at: http://www.openarchives.org/pmh/
13897
13898 .. _oai-pmh:archiveid-label:
13899
13900 OAI-PMH:archiveID
13901 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13902
13903 Default: KOHA-OAI-TEST
13904
13905 Asks: Identify records at this site with the prefix \_\_\_ :
13906
13907 .. _oai-pmh:autoupdatesets-label:
13908
13909 OAI-PMH:AutoUpdateSets
13910 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13911
13912 Default: Disable
13913
13914 Asks: \_\_\_ automatic update of OAI-PMH sets when a bibliographic
13915 record is created or updated.
13916
13917 Values:
13918
13919 -  Disable
13920
13921 -  Enable
13922
13923 .. _oai-pmh:conffile-label:
13924
13925 OAI-PMH:ConfFile
13926 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13927
13928 If this preference is left empty, Koha's OAI Server operates in normal
13929 mode, otherwise it operates in extended mode. In extended mode, it's
13930 possible to parameter other formats than marcxml or Dublin Core.
13931 OAI-PMH:ConfFile specify a YAML configuration file which list available
13932 metadata formats and XSL file used to create them from marcxml records.
13933
13934 For more information, see the :ref:`sample conf file <sample-oai-conf-file-label>`
13935 section.
13936
13937 .. _oai-pmh:deletedrecord-label:
13938
13939 OAI-PMH:DeletedRecord
13940 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13941
13942 Default: will never be emptied or truncated (persistent)
13943
13944 Asks: Koha's deletedbiblio table \_\_\_
13945
13946 Values:
13947
13948 -  will never have any data in it (no)
13949
13950 -  will never be emptied or truncated (persistent)
13951
13952 -  might be emptied or truncated at some point (transient)
13953
13954 .. _oai-pmh:maxcount-label:
13955
13956 OAI-PMH:MaxCount
13957 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13958
13959 Default: 50
13960
13961 Asks: Only return \_\_\_ records at a time in response to a ListRecords
13962 or ListIdentifiers query.
13963
13964 Description:
13965
13966 -  This is the maximum number of records that would be returned based on
13967    ListRecord or ListIdentifier queries from harvesters. ListRecords
13968    harvest the entire records while the ListIdentifier is an abbreviated
13969    form of ListRecords, retrieving only headers rather than records.
13970
13971 .. _rest-api-prefs-label:
13972
13973 REST API
13974 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13975
13976 .. _restdefaultpagesize-label:
13977
13978 RESTdefaultPageSize
13979 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13980
13981 Default: 20
13982
13983 Asks: Set the default number of results returned by the REST API endpoints 
13984 to \_\_\_ per page.
13985
13986 Description:
13987
13988 -  This preference lets you choose the number of results per page you want
13989
13990 .. _restoauth2clientcredentials-label:
13991
13992 RESTOAuth2ClientCredentials 
13993 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13994
13995 Default: Disable
13996
13997 Asks: \_\_\_ the OAuth2 client credentials grant for the REST API. 
13998
13999     **Note**
14000  
14001     Requires Net::OAuth2::AuthorizationServer installed. 
14002
14003     **Important**
14004
14005     This system preference is experimental. 
14006
14007 .. _reporting-label:
14008
14009 Reporting
14010 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14011
14012 .. _svcmaxreportrows-label:
14013
14014 SvcMaxReportRows
14015 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14016
14017 Default: 10
14018
14019 Asks: Only return \_\_\_ rows of a report requested via the reports web
14020 service.
14021
14022 Description:
14023
14024 -  This value will be used to limit the number of results returned by
14025    `public reports <#publicreport>`__.