08983627a4b5c587fd5e03ff8fcb79c6625cb607
[kohadocs.git] / source / systempreferences.rst
1 .. include:: images.rst
2
3 .. _global-system-preferences-label:
4
5 Global system preferences
6 =========================
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 .. _accounting-system-preferences-label:
58
59 Accounting
60 -------------------------------------------------------------------------------
61
62 *Get there:* More > Administration > Global system preferences >
63 Acquisitions
64
65 .. _accounting-policy-label:
66
67 Policy
68 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69
70 .. _accountautoreconcile-label:
71
72 AccountAutoReconcile
73 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
74
75 Asks: \_\_\_ reconcile patron balances automatically on each transaction adding debits or credits.
76
77 Default: Do not
78
79 Values:
80
81 -  Do
82
83 -  Do not
84
85 Description:
86
87 -  This preference controls whether or not credits are automatically used to
88    to reduce the owed amounts in a patron's account.
89
90 .. _finepaymentautopopup-label:
91
92 FinePaymentAutoPopop
93 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
94
95 Asks: \_\_\_ automatically display a print dialog for a payment receipt when 
96 making a payment.
97
98 Default: Don't
99
100 Values:
101
102 -  Do
103
104 -  Don't
105
106 Description:
107
108 -  If activated, when :ref:`making a payment <pay/reverse-fines-label> in a 
109    patron's account, a printing popup will be displayed automatically instead 
110    of having to click on the 'print' button.
111
112 .. _usecashregisters-label:
113
114 UseCashRegisters
115 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
116
117 Asks: \_\_\_ cash registers with the accounting system to track payments.
118
119 Default: Don't use
120
121 Values: 
122
123 -  Don't use
124
125 -  Use
126
127 Description:
128
129 -  This preference enables the :ref:`cash registers <cashregisters-label>` 
130    feature in the administration module.
131
132 .. _acquisitions-system-preferences-label:
133
134 Acquisitions
135 ----------------------------
136
137 *Get there:* More > Administration > Global system preferences >
138 Acquisitions
139
140 .. _acquisitions-policy-label:
141
142 Policy
143 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
144
145 .. _acqcreateitem-label:
146
147 AcqCreateItem
148 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
149
150 Default: placing an order
151
152 Asks: Create an item when \_\_\_.
153
154 Values:
155
156 -  cataloging a record
157
158 -  placing an order
159
160 -  receiving an order
161
162 Description:
163
164 -  This preference lets you decide when you'd like to create an item
165    record in Koha. If you choose to add an item record when 'placing an
166    order' then you will enter item information in as you place records
167    in your basket. If you choose to add the item when 'receiving an
168    order' you will be asked for item record information when you're
169    receiving orders in acquisitions. If you choose to add the item when
170    'cataloging a record' then item records will not be created in
171    acquisitions at all, you will need to go to the cataloging module to
172    add the items.
173
174 .. _acqenablefiles-label:
175
176 AcqEnableFiles
177 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
178
179 Default: Don't
180
181 Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
182 invoices.
183
184 Values:
185
186 -  Do
187
188 -  Don't
189
190 Description:
191
192 -  This preference controls whether or not you allow the uploading of
193    invoice files via the acquisitions module.
194
195 .. _acqitemsetsubfieldswhenreceiptiscancelled-label:
196
197 AcqItemSetSubfieldsWhenReceiptIsCancelled
198 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
199
200 Asks: Upon cancelling a receipt, update the item's subfields if they
201 were created when placing an order (e.g. o=5\|a="bar foo""). \_\_\_
202
203 Description:
204
205 -  This preference is used in conjunction with the
206    :ref:`AcqItemSetSubfieldsWhenReceived`
207    preference. If you have the system set to enter default values when
208    you receive you will want to have those values revert back if reeipt
209    is cancelled. This preference allows you to do that.
210
211 .. _acqitemsetsubfieldswhenreceived-label:
212
213 AcqItemSetSubfieldsWhenReceived
214 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
215
216 Asks: Upon receiving items, update their subfields if they were created
217 when placing an order (e.g. o=5\|a="foo bar"). \_\_\_
218
219 Description:
220
221 -  This preference allows you to set default values for items that you
222    receive via acquisitions. Enter the data as subfield=value and split
223    your values with a bar ( \| ). For example you can remove the Ordered
224    status on the item automatically when you receive it just by entering
225    7=0 in this preference. That will set the Not for Loan status
226    (subfield 7) to 0 which is available.
227
228 .. _acqviewbaskets-label:
229
230 AcqViewBaskets
231 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
232
233 Default: created by staff member
234
235 Asks: Show baskets \_\_\_
236
237 Values:
238
239 -  created by staff member
240
241 -  from staff member's branch
242
243 -  in system, regardless of owner
244
245 Description:
246
247 -  When in acquisitions this preference allows you to control whose
248    baskets you can see when looking at a vendor. The default value of
249    'created by staff member' makes it so that you only see the baskets
250    you created. Choosing to see baskets 'from staff member's branch'
251    will show you the baskets created by anyone at the branch you're
252    logged in at. Finally, you can choose to set this preference to show
253    you all baskets regardless of who created it ('in system, regardless
254    of owner). Regardless of which value you choose for this preference,
255    superlibrarians can see all baskets created in the system.
256
257 .. _acqwarnonduplicateinvoice-label:
258
259 AcqWarnOnDuplicateInvoice
260 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
261
262 Default: Do not warn
263
264 Asks: \_\_\_ when the librarian tries to create an invoice with a
265 duplicate number.
266
267 Values:
268
269 -  Do not warn
270
271 -  Warn
272
273 .. _basketconfirmations-label:
274
275 BasketConfirmations
276 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
277
278 Default: always ask for confirmation
279
280 Asks: When closing or reopening a basket, \_\_\_.
281
282 Values:
283
284 -  always ask for confirmation
285
286 -  do not ask for confirmation
287
288 Descriptions:
289
290 -  This preference adds the option to skip confirmations on closing and
291    reopening a basket. If you skip the confirmation, you do not create a
292    new basket group.
293
294 .. _claimsbcccopy-label:
295
296 ClaimsBccCopy
297 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
298
299 Default: Don't send
300
301 Asks: \_\_\_ blind copy (BCC) to logged in user when sending serial or
302 acquisitions claims notices.
303
304 Values:
305
306 -  Don't send
307
308 -  Send
309
310 Description:
311
312 -  When filing a claim in the :ref:`Claim Late Serials` or
313    Acquisitions module this preference will allow for
314    the sending of a copy of the email to the librarian.
315
316 .. _currencyformat-label:
317
318 CurrencyFormat
319 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
320
321 Default: 360,000.00 (US)
322
323 Asks: Display currencies using the following format \_\_\_
324
325 Values:
326
327 -  360,000.00 (US)
328
329 -  360 000,00 (FR)
330
331 .. _gist-label:
332
333 gist
334 ^^^^^^^^^^^^^^^^
335
336 Default: 0
337
338 Asks: The default tax rate is \_\_\_
339
340 Description:
341
342 -  This preference will allow the library to define a default Goods and
343    Services Tax rate. The default of value of 0 will disable this
344    preference.
345
346     **Note**
347
348     Enter this value as a number (.06) versus a percent (6%).
349
350 .. _marcfieldstoorder-label:
351
352 MarcFieldsToOrder
353 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
354
355 Asks: Set the mapping values for a new order line created from a MARC
356 record in a staged file.
357
358 Description:
359
360 -  This preference includes MARC fields to check for order information
361    to use when you are trying to :ref:`Order from a staged file` in
362    acquisitions. You can use the following fields: price, quantity,
363    budget\_code, discount, sort1, sort2.
364
365    For example:
366
367    ::
368
369        price: 947$a|947$c
370        quantity: 969$h
371        budget_code: 922$a
372
373 .. _marcitemfieldstoorder-label:
374
375 MarcItemFieldsToOrder
376 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
377
378 Asks: Set the mapping values for new item records created from a MARC record
379 in a staged file.
380
381 Description:
382
383 -  This preference automatically generates items in Koha with populated
384    information based on a 9XX field and subfield. You can use the following
385    fields: homebranch, holdingbranch, itype, nonpublic_note, public_note, loc,
386    ccode, notforloan, uri, copyno, price, replacementprice and itemcallnumber.
387    Special fields: quantity and budget_code
388
389 For example:
390
391 ::
392
393        homebranch: 975$a
394        holdingbranch: 975$b
395        public_note: 975$z
396        loc: 975$c
397
398 .. _purgesuggestionsolderthan-label:
399
400 PurgeSuggestionsOlderThan
401 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
402
403 Asks: Keep accepted or rejected purchase suggestions for a period of \_\_\_ days.
404
405     **Important**
406
407     WARNING - Leave this field empty if you don't want to activate this automatic feature.
408
409 Description:
410
411 -  Enter the number of days after which you want to automatically
412    delete accepted or rejected purchase suggestions.
413
414 -  For example: [30] Sets purgation of suggestions for those older than 30 days.
415
416     **Note**
417
418     This system preference is used when the cronjob purge_suggestions.pl is
419     active and called without a specific number of days.
420
421 .. _uniqueitemfields-label:
422
423 UniqueItemFields
424 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
425
426 Default: barcode
427
428 Asks:\_\_\_ (space-separated list of fields that should be unique for
429 items, must be valid SQL fields of
430 `items <http://schema.koha-community.org/master/tables/items.html>`__ table)
431
432 Description:
433
434 -  If this preference is left blank when adding items in acquisitions
435    there will be no check for uniqueness. This means that a duplicate
436    barcode can be created in acquisitions which will cause errors later
437    when checking items in and out.
438
439 .. _useacqframeworkforbibliorecords-label:
440
441 UseACQFrameworkForBiblioRecords
442 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
443
444 Default: Don't use
445
446 Asks: \_\_\_ the framework 'ACQ' for bibliographic records fields
447
448 Values:
449
450 -  Don't use
451
452 -  Use
453
454 Description:
455
456 -  This system preference allows you to use the ACQ framework to customize
457    the bibliographic record fields that are shown when ordering from acquisitions
458
459 .. _printing-label:
460
461 Printing
462 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
463
464 .. _orderpdfformat-label:
465
466 OrderPdfFormat
467 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
468
469 Default: pdfformat::layout2pages
470
471 Asks: Use \_\_\_ when printing basket groups.
472
473 .. _administration-system-preferences-label:
474
475 Administration
476 --------------------------------
477
478 These preferences are general settings for your system.
479
480 *Get there:* More > Administration > Global System Preferences >
481 Administration
482
483 .. _cas-authentication-label:
484
485 CAS Authentication
486 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
487
488 The Central Authentication Service (CAS) is a single sign-on protocol
489 for the web. If you don't know what this is, leave these preferences set
490 to their defaults.
491
492 .. _casauthentication-label:
493
494 casAuthentication
495 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
496
497 Default: Don't use
498
499 Asks: \_\_\_ CAS for login authentication.
500
501 .. _caslogout-label:
502
503 casLogout
504 ^^^^^^^^^^^^^^^^^^^^^^^^^^
505
506 Asks: Logout of CAS when logging out of Koha: \_\_\_
507
508 Default: No
509
510 Values:
511
512 -  No
513
514 -  Yes
515
516 Description:
517
518 -  CAS single logout means that a user gets logged out not only from the CAS
519    server but also from all visited CAS client applications when logged out
520    in one of them or after reaching a timeout.
521
522        **Note**
523
524        The CAS server has to be set up to allow single logout for this to take
525        effect, otherwise the behavior will remain unchanged
526
527 .. _casserverurl-label:
528
529 casServerUrl
530 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
531
532 Asks: The CAS Authentication Server can be found at \_\_\_
533
534 .. _google-openid-connect-label:
535
536 Google OpenID Connect
537 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
538
539 Visit the `Google Developers
540 Console <https://console.developers.google.com/>`__ to obtain OAuth 2.0
541 credentials such as a client ID and client secret that are known to both
542 Google and your application.
543
544    |image1179|
545
546 -  Create a project, and give it some details to help you identify it
547    later
548
549    |image5|
550
551 -  Next search for the Google Identity and Access Management API
552
553    |image6|
554
555 -  Enable the Google Identity and Access Management API
556
557    |image7|
558
559 -  Go to 'Credentials' and set the OAuth cosent screen values
560
561    |image8|
562
563 -  Next choose to 'Create credentials' from the 'Credentials' page
564
565    |image9|
566
567 -  Choose 'Web application' from the 'Application type' menu and fill in
568    the form presented
569
570    |image10|
571
572    -  Set 'Authorized JavaScript origins' to your OPACBaseURL
573
574    -  Change the 'Authorized Redirect URIs' to
575       http://YOUROPAC/cgi-bin/koha/svc/auth/googleopenidconnect
576
577 -  You will be presented with your values for your client ID and your
578    client secret after saving
579
580    |image11|
581
582 .. _googleoauth2clientid-label:
583
584 GoogleOAuth2ClientID
585 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
586
587 Asks: Google OAuth2 Client ID \_\_\_
588
589 .. _googleoauth2clientsecret-label:
590
591 GoogleOAuth2ClientSecret
592 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
593
594 Asks: Google OAuth2 Client Secret \_\_\_
595
596 .. _googleopenidconnect-label:
597
598 GoogleOpenIDConnect
599 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
600
601 Default: No
602
603 Asks: Use Google OpenID Connect login: \_\_\_
604
605     **Important**
606
607     You will need to select OAuth2 when creating an app in the google
608     cloud console, and set the web origin to your\_opac\_url and the
609     redirect url to
610     your\_opac\_url/cgi-bin/koha/svc/auth/googleopenidconnect .
611
612     |image12|
613
614 Values:
615
616 -  No
617
618 -  Yes
619
620 .. _googleopenidconnectautoregister-label:
621
622 GoogleOpenIDConnectAutoRegister
623 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
624
625 Default: Don't Allow
626
627 Asks: \_\_\_ users logging in with Google Open ID to automatically register.
628
629 Values:
630
631 -  Don't Allow
632
633 -  Allow
634
635 .. _googleopenidconnectdefaultbranch-label:
636
637 GoogleOpenIDConnectDefaultBranch
638 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
639
640 Asks: \_\_\_ Use this branchcode when automatically registering a Google
641 Open ID patron.
642
643 .. _googleopenidconnectdefaultcategory-label:
644
645 GoogleOpenIDConnectDefaultCategory
646 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
647
648 Asks: \_\_\_ Use this category when automatically registering a Google
649 Open ID patron.
650
651 .. _googleopenidconnectdomain-label:
652
653 GoogleOpenIDConnectDomain
654 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
655
656 Asks: Google OpenID Connect Restrict to domain (or subdomain of this
657 domain) \_\_\_.
658
659     **Note**
660
661     Leave blank for all google domains
662
663 .. _interface-options-label:
664
665 Interface options
666 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
667
668 These preference are related to your Koha interface
669
670 .. _debuglevel-label:
671
672 DebugLevel
673 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
674
675 Default: lots of
676
677 Asks: Show \_\_\_ debugging information in the browser when an internal
678 error occurs.
679
680 Values:
681
682 -  lots of - will show as much information as possible
683
684 -  no - will only show basic error messages
685
686 -  some - will show only some of the information available
687
688 Description:
689
690 -  This preference determines how much information will be sent to the
691    user's screen when the system encounters an error. The most detail
692    will be sent when the value level is set at 2, some detail will be
693    sent when the value is set at 1, and only a basic error message will
694    display when the value is set at 0. This setting is especially
695    important when a system is new and the administration is interested
696    in working out the bugs (errors or problems) quickly. Having detailed
697    error messages makes quick fixes more likely in problem areas.
698
699 .. _defaulttologgedinlibrarycircrules-label:
700
701 DefaultToLoggedInLibraryCircRules
702 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
703
704 Default: all libraries
705
706 Asks: When editing circulation rules show \_\_\_ the rules by default.
707
708 Values:
709
710 -  all libraries
711
712 -  logged in library's
713
714 Description:
715
716 -  This preference controls the default value in the branch pull down
717    found at the top of the :ref:`Circulation and fines rules`.
718
719 .. _defaulttologgedinlibrarynoticesslips-label:
720
721 DefaultToLoggedInLibraryNoticesSlips
722 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
723
724 Default: all libraries
725
726 Asks: When editing notices and slips show the \_\_\_ notices and slips
727 by default.
728
729 Values:
730
731 -  all libraries
732
733 -  logged in library's
734
735 Description:
736
737 -  This preference controls the default value in the branch pull down
738    found at the top of the :ref:`Notices & slips` tool.
739
740 .. _defaulttologgedinlibraryoverduetriggers-label:
741
742 DefaultToLoggedInLibraryOverdueTriggers
743 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
744
745 Default: all libraries
746
747 Asks: When editing overdue notice/status triggers show the \_\_\_ rules
748 by default.
749
750 Values:
751
752 -  all libraries
753
754 -  logged in library's
755
756 Description:
757
758 -  This preference controls the default value in the branch pull down
759    found at the top of the :ref:`Overdue Notice/Status Triggers`.
760
761 .. _delimiter-label:
762
763 delimiter
764 ^^^^^^^^^^^^^^^^^^^^^^^^^^
765
766 Default: semicolons
767
768 Asks: Separate columns in an exported report file with \_\_\_ by
769 default.
770
771 Values:
772
773 -  #'s
774
775 -  backslashes
776
777 -  commas
778
779 -  semicolons
780
781 -  slashes
782
783 -  tabs
784
785 Description:
786
787 -  This preference determines how reports exported from Koha will
788    separate data. In many cases you will be able to change this option
789    when exporting if you'd like.
790
791 .. _kohaadminemailaddress-label:
792
793 KohaAdminEmailAddress
794 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
795
796 This is the default 'From' address for emails unless there is one for
797 the particular branch, and is referred to when an internal error occurs.
798
799 Asks: Use \_\_\_ as the email address for the administrator of Koha.
800
801 Description:
802
803 -  This preference allows one email address to be used in warning
804    messages set to the OPAC. If no email address is set for the branch
805    this address will receive messages from patrons regarding
806    modification requests, purchase suggestions, and questions or
807    information regarding overdue notices. It is recommended that a email
808    address that can be accessed by multiple staff members be used for
809    this purpose so that if one librarian is out the others can address
810    these requests. This email address can be changed when needed.
811
812 .. _noitemtypeimages-label:
813
814 noItemTypeImages
815 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
816
817 Default: Show
818
819 Asks: \_\_\_ itemtype icons in the catalog.
820
821 Values:
822
823 -  Shows
824
825 -  Don't show
826
827 Description:
828
829 -  This preference allows the system administrator to determine if users
830    will be able to set and see an item type icon in
831    the catalog on both the OPAC and the Staff Client. The images will
832    display in both the OPAC and the Staff Client/Intranet. If images of
833    item types are disabled, text labels for item types will still appear
834    in the OPAC and Staff Client.
835
836 .. _replytodefault-label:
837
838 ReplytoDefault
839 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
840
841 Asks: Use \_\_\_ as the email address that will be set as the replyto in
842 emails
843
844 Description:
845
846 -  By default replies to notice emails will go to the `library email
847    address <#libraries-groups>`__, if you would like to specify a default
848    email address for all replies to notices you can do that here.
849
850 .. _returnpathdefault-label:
851
852 ReturnpathDefault
853 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
854
855 Asks: Use \_\_\_ as the email address set as the return path, if you
856 leave this empty the KohaAdminEmailAddress will be used.
857
858 Description:
859
860 -  The return path is the email address that bounces will be delivered
861    to. By default bounced notices will go to the `library email
862    address <#libraries-groups>`__, if you would like to specify a default
863    email address for bounces to go to then fill in this preference.
864
865 .. _sendallemailsto-label:
866
867 SendAllEmailsTo
868 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
869
870 Asks: Email to redirect all messages to: \_\_\_ (Leave this field empty to
871 send messages to their normal recipient)
872
873 Description:
874
875 -  This system preference is used to override any patron email address with this one
876    when sending notices. This is meant to be used in a testing environment to
877    test notices and to avoid spamming patrons.
878
879   **Important**
880
881   This is not to be used in a production environment. Otherwise, no patron
882   will receive their intended notices.
883
884 .. _virtualshelves-label:
885
886 virtualshelves
887 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
888
889 Default: Allow
890
891 Asks: \_\_\_ staff and patrons to create and view saved lists of books.
892
893 Values:
894
895 -  Allow
896
897 -  Don't Allow
898
899 Description:
900
901 -  This preference controls whether the lists functionality will be
902    available in the staff client and OPAC. If this is set to "Don't
903    allow" then no one will be able to save items to public or private
904    lists.
905
906 .. _login-options-label:
907
908 Login options
909 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
910
911 These preferences are related to logging into your Koha system
912
913 .. _autolocation-label:
914
915 AutoLocation
916 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
917
918 Default: Don't require
919
920 Asks: \_\_\_ staff to log in from a computer in the IP address range
921 specified by their library (if any).
922
923 -  Set IP address range in the library administration area
924
925    -  *Get there:* More > Administration > Basic Parameters > :ref:`Libraries <libraries-label>`
926
927 Values:
928
929 -  Don't require
930
931 -  Require
932
933 Description:
934
935 -  This preference protects the system by blocking unauthorized users
936    from accessing the staff client program and settings. Authorized and
937    unauthorized users are determined by their computer's IP addresses.
938    When the preference is set to 'Require', IP authorization is in
939    effect and unauthorized IP addresses will be blocked. This means that
940    staff cannot work from home unless their IP address has been
941    authorized. When set to 'Don't require', anyone with a staff client
942    login will have access no matter which IP address they are using.
943
944 .. _independentbranches-label:
945
946 IndependentBranches
947 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
948
949 Default: Don't prevent
950
951 Asks: \_\_\_ staff (but not superlibrarians) from modifying objects
952 (holds, items, patrons, etc.) belonging to other libraries.
953
954 Values:
955
956 -  Don't prevent
957
958 -  Prevent
959
960 Description:
961
962 -  This preference should only be used by library systems which are
963    sharing a single Koha installation among multiple branches but are
964    considered independent organizations, meaning they do not share
965    material or patrons with other branches and do not plan to change
966    that in the future. If set to 'Prevent' it increases the security
967    between library branches by: prohibiting staff users from logging
968    into another branch from within the staff client, filtering out
969    patrons from patron searches who are not a part of the login branch
970    conducting the search, limiting the location choices to the login
971    branch when adding or modifying an item record, preventing users from
972    other branch locations from placing holds or checking out materials
973    from library branches other than their own, and preventing staff from
974    editing item records which belong to other library branches. All of
975    these security safeguards can be overridden only by the
976    superlibrarian, the highest level of privileges.
977
978     **Important**
979
980     It is important that this value be set before going live and that it
981     NOT be changed
982
983 .. _independentbranchespatronmodifications-label:
984
985 IndependentBranchesPatronModifications
986 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
987
988 Default: No
989
990 Asks: Prevent staff (but not superlibrarians) from viewing and
991 approving/denying patron modification requests for patrons
992 belonging to other libraries. \_\_\_
993
994 Values:
995
996 -  No
997
998 -  Yes
999
1000 .. _sessionrestrictionbyip-label:
1001
1002 SessionRestrictionByIP
1003 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1004
1005 Default: Enable
1006
1007 Asks: \_\_\_ check for change in remote IP address for session security.
1008 Disable only when remote IP address changes frequently.
1009
1010 Values:
1011
1012 -  Disable
1013
1014 -  Enable
1015
1016 Description:
1017
1018 -  When this preference is set to 'Enable' Koha will log you out of the
1019    staff client if your IP address changes as a security measure. For
1020    some systems the IP address changes frequently so you'll want to set
1021    this preference to 'Disable' to prevent Koha from logging you out of
1022    the staff client every time that happens.
1023
1024     **Important**
1025
1026     This is meant to help those whose IP address changes several times
1027     during the day, setting this preference to 'Disable' is not
1028     recommended otherwise because it is removing important security
1029     features from your staff client.
1030
1031 .. _sessionstorage-label:
1032
1033 SessionStorage
1034 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1035
1036 Default: in the MySQL database
1037
1038 Asks: Store login session information \_\_\_
1039
1040 Values:
1041
1042 -  as temporary files
1043
1044 -  in the MySQL database
1045
1046 -  in the PostgreSQL database
1047
1048    -  **Important**
1049
1050           PostgreSQL is not yet supported
1051
1052 Description:
1053
1054 -  This preference allows administrators to choose what format session
1055    data is stored in during web sessions.
1056
1057 .. _timeout-label:
1058
1059 timeout
1060 ^^^^^^^^^^^^^^^^^^^^^^
1061
1062 Default: 12000000
1063
1064 Asks: Automatically log out users after \_\_\_ seconds of inactivity.
1065
1066 Description:
1067
1068 -  This preference sets the length of time the Staff Client or OPAC
1069    accounts can be left inactive before re-logging in is necessary. The
1070    value of this preference is in seconds. At this time, the amount of
1071    time before a session times out must be the same for both the Staff
1072    Client and the OPAC.
1073
1074 .. _ssl-client-certificate-authentication-label:
1075
1076 SSL client certificate authentication
1077 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1078
1079 .. _allowpkiauth-label:
1080
1081 AllowPKIAuth
1082 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1083
1084 Default: no
1085
1086 Asks: Use \_\_\_ field for SSL client certificate authentication
1087
1088 Values:
1089
1090 -  no
1091
1092 -  the common name
1093
1094 -  the email address
1095
1096 .. _search-engine-label:
1097
1098 Search Engine
1099 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1100
1101 .. _searchengine-label:
1102
1103 SearchEngine
1104 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1105
1106 Default: Zebra
1107
1108 Asks: Use following search engine: \_\_\_
1109
1110 Values:
1111
1112 -  Elasticsearch
1113
1114 -  Zebra
1115
1116 .. _share-anonymous-usage-statistics-label:
1117
1118 Share anonymous usage statistics
1119 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1120
1121 As an open source project Koha is used all over the world. These
1122 preference will help us keep more accurate statistics on where Koha is
1123 being used. If you choose to share your information, it will be
1124 published on the `Hea Koha community
1125 website <http://hea.koha-community.org>`__. You will need to enable the
1126 :ref:`Share Usage Stats` cronjob to send this information at regular
1127 intervals to the community.
1128
1129 .. _usagestats-label:
1130
1131 UsageStats
1132 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1133
1134 Default: Don't share
1135
1136 Asks: \_\_\_ anonymous Koha usage data with the Koha community.
1137
1138 Values:
1139
1140 -  Don't share
1141
1142 -  Share
1143
1144 Description:
1145
1146 -  This data is stored to help track usage of Koha around the world. If
1147    you choose to share your information, it will be published on the
1148    `Hea Koha community website <http://hea.koha-community.org>`__. This
1149    information is sent using the :ref:`Share Usage Stats` cronjob.
1150
1151 .. _usagestatscountry-label:
1152
1153 UsageStatsCountry
1154 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1155
1156 Asks: The country where your library is located: \_\_\_
1157
1158 Description:
1159
1160 -  This data is stored to help track usage of Koha around the world. If
1161    you choose to share your information, it will be published on the
1162    `Hea Koha community website <http://hea.koha-community.org>`__. This
1163    information is sent using the :ref:`Share Usage Stats` cronjob.
1164
1165     **Important**
1166
1167     This preference depends on the `UsageStats <#usagestats>`__
1168     preference. Set that to 'Share' to share your information.
1169
1170 .. _usagestatsgeolocation-label:
1171
1172 UsageStatsGeolocation
1173 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1174
1175 Default: blank
1176
1177 Asks: Geolocation of the main library: \_\_\_ Note that this value has no effect
1178 if the :ref:`UsageStats` systemp preference is set to "Don't share"
1179
1180 .. _usagestatslibrariesinfo-label:
1181
1182 UsageStatsLibrariesInfo
1183 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1184
1185 Default: Do not Share
1186
1187 Asks: \_\_\_ libraries information (name, url, country) Note that this value
1188 has no effect if the :ref:`UsageStats` system preference is set to
1189 "Don't share"
1190
1191 Values:
1192
1193 -  Do not Share
1194
1195 -  Share
1196
1197 .. _usagestatslibraryname-label:
1198
1199 UsageStatsLibraryName
1200 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1201
1202 Asks: The library name \_\_\_ will be shown on the `Hea Koha community
1203 website <http://hea.koha-community.org>`__.
1204
1205 Description:
1206
1207 -  This data is stored to help track usage of Koha around the world. If
1208    you choose to share your information, it will be published on the
1209    `Hea Koha community website <http://hea.koha-community.org>`__. This
1210    information is sent using the :ref:`Share Usage Stats` cron job.
1211
1212     **Important**
1213
1214     This preference depends on the `UsageStats <#usagestats>`__
1215     preference. Set that to 'Share' to share your information. If this
1216     field is empty data will be sent anonymously if you choose 'Share'
1217     for the `UsageStats <#usagestats>`__ preference.
1218
1219 .. _usagestatslibrarytype-label:
1220
1221 UsageStatsLibraryType
1222 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1223
1224 Default: public
1225
1226 Asks: The library type \_\_\_ will be shown on the `Hea Koha community
1227 website <http://hea.koha-community.org>`__.
1228
1229 Values:
1230
1231 -  academic
1232
1233 -  corporate
1234
1235 -  government
1236
1237 -  private
1238
1239 -  public
1240
1241 -  religious organization
1242
1243 -  research
1244
1245 -  school
1246
1247 -  society or association
1248
1249 -  subscription
1250
1251 Description:
1252
1253 -  This data is stored to help track usage of Koha around the world. If
1254    you choose to share your information, it will be published on the
1255    `Hea Koha community website <http://hea.koha-community.org>`__. This
1256    information is sent using the :ref:`Share Usage Stats` cronjob.
1257
1258     **Important**
1259
1260     This preference depends on the `UsageStats <#usagestats>`__
1261     preference. Set that to 'Share' to share your information.
1262
1263 .. _usagestatslibraryurl-label:
1264
1265 UsageStatsLibraryUrl
1266 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1267
1268 Asks: The library URL \_\_\_ will be shown on the `Hea Koha community
1269 website <http://hea.koha-community.org>`__.
1270
1271 Description:
1272
1273 -  This data is stored to help track usage of Koha around the world. If
1274    you choose to share your information, it will be published on the
1275    `Hea Koha community website <http://hea.koha-community.org>`__. This
1276    information is sent using the :ref:`Share Usage Stats` cronjob.
1277
1278     **Important**
1279
1280     This preference depends on the `UsageStats <#usagestats>`__
1281     preference. Set that to 'Share' to share your information.
1282
1283 .. _authorities-system-preferences-label:
1284
1285 Authorities
1286 ----------------------------
1287
1288 *Get there:* More > Administration > Global System Preferences >
1289 Authorities
1290
1291 .. _authoritiesgeneral-label:
1292
1293 General
1294 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1295
1296 .. _authdisplayhierarchy-label:
1297
1298 AuthDisplayHierarchy
1299 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1300
1301 Default: Don't display
1302
1303 Asks: \_\_\_ broader term/narrower term hierarchies when viewing
1304 authorities.
1305
1306 Values:
1307
1308 -  Display
1309
1310    |image14|
1311
1312 -  Don't display
1313
1314 Description:
1315
1316 -  If your authority records includes 5xx fields with linked references
1317    to broader and/or narrower see also references this preference will
1318    turn on a display of those authorities at the top of the record.
1319
1320 .. _authoritycontrolledindicators-label:
1321
1322 AuthorityControlledIndicators
1323 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1324
1325 Asks: Use the following text to edit how authority records control indicators
1326 of attached biblio fields (and possibly subfield $2). Lines starting with a
1327 comment symbol (#) are skipped. Each line should be of the form: (marc21|unimarc),
1328 tag, ind1:(auth1|auth2|some_value), ind2:(auth1|auth2|thesaurus|some_value).
1329 Here auth1 and auth2 refer to the indicators of the authority record, tag is a
1330 biblio field number or an asterisk (*), and some_value is a fixed value
1331 (one character). The MARC21 option thesaurus refers to indicators controlled by
1332 authority field 008/11 and 040$f.
1333
1334 Description:
1335
1336 -  Used when merging authorities.
1337
1338 -  Controls how the indicators of linked authority records affect the
1339    corresponding biblio indicators. Currently, the default value is fine-tuned
1340    for MARC21 and copies the authority indicators for UNIMARC.
1341
1342 -  For example, a MARC21 field 100 in a biblio record should pick its first
1343    indicator from the linked authority record. The second indicator is not
1344    controlled by the authority. This report supports such MARC conventions.
1345
1346 .. _authoritymergelimit-label:
1347
1348 AuthorityMergeLimit
1349 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1350
1351 Default: 50
1352
1353 Asks: When modifying an authority record, do not update attached biblio
1354 records if the number exceeds \_\_\_ records. (Above this limit, the merge_authority
1355 cron job will merge them.)
1356
1357 .. _authoritymergemode-label:
1358
1359 AuthorityMergeMode
1360 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1361
1362 Default: loose
1363
1364 Asks: When updating biblio records from an attached authority record ("merging"),
1365 handle subfields of relevant biblio record fields in \_\_\_ mode. In strict mode
1366 subfields that are not found in the authority record, are deleted. Loose mode
1367 will keep them. Loose mode is the historical behavior and still the default.
1368
1369 Values:
1370
1371 -  loose
1372
1373 -  strict
1374
1375 .. _autocreateauthorities-label:
1376
1377 AutoCreateAuthorities
1378 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1379
1380 Default: do not generate
1381
1382 Asks: When editing records, \_\_\_ authority records that are missing.
1383
1384 Values:
1385
1386 -  do not generate
1387
1388 -  generate
1389
1390     **Important**
1391
1392     `BiblioAddsAuthorities <#biblioaddsauthorities>`__ must be set to
1393     "allow" for this to have any effect
1394
1395 Description:
1396
1397 -  When this and `BiblioAddsAuthorities <#biblioaddsauthorities>`__ are
1398    both turned on, automatically create authority records for headings
1399    that don't have any authority link when cataloging. When
1400    BiblioAddsAuthorities is on and AutoCreateAuthorities is turned off,
1401    do not automatically generate authority records, but allow the user
1402    to enter headings that don't match an existing authority. When
1403    BiblioAddsAuthorities is off, this has no effect.
1404
1405 .. _biblioaddsauthorities-label:
1406
1407 BiblioAddsAuthorities
1408 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1409
1410 Default: allow
1411
1412 Asks: When editing records, \_\_\_ them to automatically create new
1413 authority records if needed, rather than having to reference existing
1414 authorities.
1415
1416 Values:
1417
1418 -  allow
1419
1420    -  This setting allows you to type values in the fields controlled by
1421       authorities and then adds a new authority if one does not exist
1422
1423 -  don't allow
1424
1425    -  This setting will lock the authority controlled fields, forcing
1426       you to search for an authority versus allowing you to type the
1427       information in yourself.
1428
1429 .. _marcauthoritycontrolfield008-label:
1430
1431 MARCAuthorityControlField008
1432 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1433
1434 Default: \|\| aca\|\|aabn \| a\|a d
1435
1436 Asks: Use the following text for the contents of MARC21 authority
1437 control field 008 position 06-39 (fixed length data elements).
1438
1439     **Important**
1440
1441     Do not include the date (position 00-05) in this preference, Koha
1442     will calculate automatically and put that in before the values in
1443     this preference.
1444
1445 Description:
1446
1447 -  This preference controls the default value in the 008 field on
1448    Authority records. It does not effect bibliographic records.
1449
1450 .. _unimarcauthorityfield100-label:
1451
1452 UNIMARCAuthorityField100
1453 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1454
1455 Default: afrey50 ba0
1456
1457 Asks: Use the following text for the contents of UNIMARC authority field
1458 100 position (fixed length data elements).
1459
1460     **Important**
1461
1462     Do not include the date (position 00-07) in this preference, Koha
1463     will calculate automatically and put that in before the values in
1464     this preference.
1465
1466 Description:
1467
1468 -  This preference controls the default value in the 100 field on
1469    Authority records cataloged in UNIMARC. It does not effect
1470    bibliographic records.
1471
1472 .. _useauthoritiesfortracings-label:
1473
1474 UseAuthoritiesForTracings
1475 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1476
1477 Default: Don't use
1478
1479 Asks: \_\_\_ authority record numbers instead of text strings for
1480 searches from subject tracings.
1481
1482 Values:
1483
1484 -  Don't use
1485
1486    -  Search links look for subject/author keywords (example:
1487       opac-search.pl?q=su:Business%20networks)
1488
1489 -  Use
1490
1491    -  Search links look for an authority record (example:
1492       opac-search.pl?q=an:354)
1493
1494 Description:
1495
1496 -  For libraries that have authority files, they may want to make it so
1497    that when a link to an authorized subject or author is clicked on the
1498    OPAC or staff client it takes the searcher only to a list of results
1499    with that authority record. Most libraries do not have complete
1500    authority files and so setting this preference to 'Don't use' will
1501    allow searchers to click on links to authors and subject headings and
1502    perform a keyword search against those fields, finding all possible
1503    relevant results instead.
1504
1505 .. _linker-label:
1506
1507 Linker
1508 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1509
1510 These preferences will control how Koha links bibliographic records to
1511 authority records. All bibliographic records added to Koha after these
1512 preferences are set will link automatically to authority records, for
1513 records added before these preferences are set there is a script
1514 (misc/link\_bibs\_to\_authorities.pl) that your system administrator can
1515 run to link records together.
1516
1517 .. _catalogmodulerelink-label:
1518
1519 CatalogModuleRelink
1520 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1521
1522 Default: Do not
1523
1524 Asks: \_\_\_ automatically relink headings that have previously been
1525 linked when saving records in the cataloging module.
1526
1527 Values:
1528
1529 -  Do
1530
1531 -  Do not
1532
1533 Description:
1534
1535 -  Longtime users of Koha don't expect the authority and bib records to
1536    link consistently. This preference makes it possible to disable
1537    authority relinking in the cataloging module only (i.e. relinking is
1538    still possible if link\_bibs\_to\_authorities.pl is run). Note that
1539    though the default behavior matches the previous behavior of Koha
1540    (retaining links to outdated authority records), it does not match
1541    the intended behavior (updating biblio/authority link after
1542    bibliographic record is edited). Libraries that want the intended
1543    behavior of authority control rather than the way Koha used to handle
1544    linking should set CatalogModuleRelink to 'Do'. Once setting this to
1545    'Do' the following preferences can also be set.
1546
1547 .. _linkerkeepstale-label:
1548
1549 LinkerKeepStale
1550 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1551
1552 Default: Do not
1553
1554 Asks: \_\_\_ keep existing links to authority records for headings where
1555 the linker is unable to find a match.
1556
1557 Values:
1558
1559 -  Do
1560
1561 -  Do not
1562
1563 Description:
1564
1565 -  When set to 'Do', the linker will never remove a link to an authority
1566    record, though, depending on the value of
1567    :ref:`LinkerRelink`, it may change the link.
1568
1569 .. _linkermodule-label:
1570
1571 LinkerModule
1572 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1573
1574 Default: Default
1575
1576 Asks: Use the \_\_\_ linker module for matching headings to authority
1577 records.
1578
1579 Values:
1580
1581 -  Default
1582
1583    -  Retains Koha's previous behavior of only creating links when there
1584       is an exact match to one and only one authority record; if the
1585       :ref:`LinkerOptions` preference is set to
1586       'broader\_headings', it will try to link headings to authority
1587       records for broader headings by removing subfields from the end of
1588       the heading
1589
1590 -  First match
1591
1592    -  Creates a link to the first authority record that matches a given
1593       heading, even if there is more than one authority record that
1594       matches
1595
1596 -  Last match
1597
1598    -  Creates a link to the last authority record that matches a given
1599       heading, even if there is more than one record that matches
1600
1601 Description:
1602
1603 -  This preference tells Koha which match to use when searching for
1604    authority matches when saving a record.
1605
1606 .. _linkeroptions-label:
1607
1608 LinkerOptions
1609 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1610
1611 Asks: Set the following options for the authority linker \_\_\_
1612
1613     **Important**
1614
1615     This feature is experimental and shouldn't be used in a production
1616     environment until further expanded upon.
1617
1618 Description:
1619
1620 -  This is a pipe separated (\|) list of options. At the moment, the
1621    only option available is "broader\_headings." With this option set to
1622    "broader\_headings", the linker will try to match the following
1623    heading as follows:
1624
1625    ::
1626
1627        =600 10$aCamins-Esakov, Jared$xCoin collections$vCatalogs$vEarly works to 1800.
1628
1629    First: Camins-Esakov, Jared--Coin collections--Catalogs--Early works
1630    to 1800
1631
1632    Next: Camins-Esakov, Jared--Coin collections--Catalogs
1633
1634    Next: Camins-Esakov, Jared--Coin collections
1635
1636    Next: Camins-Esakov, Jared (matches! if a previous attempt had
1637    matched, it would not have tried this)
1638
1639 .. _linkerrelink-label:
1640
1641 LinkerRelink
1642 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1643
1644 Default: Do
1645
1646 Asks: \_\_\_ relink headings that have previously been linked to
1647 authority records.
1648
1649 Values:
1650
1651 -  Do
1652
1653 -  Do not
1654
1655 Description:
1656
1657 -  When set to 'Do', the linker will confirm the links for headings that
1658    have previously been linked to an authority record when it runs,
1659    correcting any incorrect links it may find. When set to 'Do not', any
1660    heading with an existing link will be ignored, even if the existing
1661    link is invalid or incorrect.
1662
1663 .. _cataloging-system-preferences-label:
1664
1665 Cataloging
1666 --------------------------
1667
1668 *Get there:* More > Administration > Global System Preferences >
1669 Cataloging
1670
1671 .. _display-label:
1672
1673 Display
1674 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1675
1676 .. _acquisitiondetails-label:
1677
1678 AcquisitionDetails
1679 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1680
1681 Default: Display
1682
1683 Asks: \_\_\_ acquisition details on the biblio detail page.
1684
1685 Values:
1686
1687 -  Display
1688
1689 -  Don't display
1690
1691 Description:
1692
1693 -  This preference controls whether a tab will show on the detail page
1694    in the staff client that includes detailed acquisitions information
1695    for the title. This tab will include links to order information
1696    stored in the acquisitions module.
1697
1698    |image1180|
1699
1700 .. _authorityseparator-label:
1701
1702 AuthoritySeparator
1703 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1704
1705 Default: --
1706
1707 Asks: Separate multiple displayed authors, series or subjects with
1708 \_\_\_.
1709
1710 .. _hide-marc-label:
1711
1712 hide\_marc
1713 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1714
1715 Default: Display
1716
1717 Asks: \_\_\_ MARC tag numbers, subfield codes and indicators in MARC
1718 views.
1719
1720 Values:
1721
1722 -  Display -- shows the tag numbers on the cataloging interface
1723
1724    |image15|
1725
1726 -  Don't display -- shows just descriptive text when cataloging
1727
1728    |image16|
1729
1730 .. _intranetbibliodefaultview-label:
1731
1732 IntranetBiblioDefaultView
1733 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1734
1735 Default: ISBD form
1736
1737 Asks: By default, display biblio records in \_\_\_
1738
1739 Values:
1740
1741 -  ISBD form -- displays records in the staff client in the old card
1742    catalog format
1743
1744    -  See :ref:`ISBD` preference for more information
1745
1746 -  Labelled MARC form -- displays records in the staff client in MARC
1747    with text labels to explain the different fields
1748
1749 -  MARC form -- displays records in the staff client in MARC
1750
1751 -  normal form -- visual display in the staff client (for the average
1752    person)
1753
1754 Description:
1755
1756 -  This setting determines the bibliographic record display when
1757    searching the catalog on the staff client. This setting does not
1758    affect the display in the OPAC which is changed using the
1759    :ref:`BiblioDefaultView` preference under the OPAC
1760    preference tab. This setting changes the look of the record when
1761    first displayed. The MARC and ISBD views can still be seen by
1762    clicking in the sidebar.
1763
1764 .. _isbd-label:
1765
1766 ISBD
1767 ^^^^^^^^^^^^^^^^^^^^
1768
1769 Default: See `ISBD view configuration
1770 <https://wiki.koha-community.org/wiki/ISBD_view_configuration>` on the wiki.
1771
1772 Asks: Use the following as the ISBD template:
1773
1774 Description:
1775
1776 -  This determines how the ISBD information will display in the staff
1777    client. Elements in the list can be reordered to produce a different
1778    ISBD view. ISBD, the International Standard Bibliographic
1779    Description, was first introduced by IFLA (International Federation
1780    of Library Associations) in 1969 in order to provide guidelines for
1781    descriptive cataloging. The purpose of ISBD is to aid the
1782    international exchange of bibliographic records for a variety of
1783    materials.
1784
1785 .. _labelmarcview-label:
1786
1787 LabelMARCView
1788 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1789
1790 Default: Don't
1791
1792 Asks: \_\_\_ collapse repeated tags of the same type into one tag entry.
1793
1794 Values:
1795
1796 -  Do -- will combine all identical tag numbers under one heading in the
1797    MARC view in the OPAC and Staff Client
1798
1799    |image17|
1800
1801 -  Don't -- will list all of the tags individually in the MARC view in
1802    the OPAC and Staff Client
1803
1804    |image18|
1805
1806 .. _marcfielddocurl-label:
1807
1808 MARCFieldDocURL
1809 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1810
1811 Default: blank
1812
1813 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}
1814
1815 Description:
1816
1817 -  This preference lets you choose the source of the MARC documentation available through the "?" next to MARC fields.
1818
1819 .. _mergereportfields-label:
1820
1821 MergeReportFields
1822 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1823
1824 Asks: \_\_\_ fields to display for deleted records after merge
1825
1826 Description:
1827
1828 -  When merging records together you can receive a report of the merge
1829    process once it's done, this preference lets you set the default
1830    values for this report.
1831
1832 Example: '001,245ab,600' displays:
1833
1834 -  value of 001
1835
1836 -  subfields a and b of fields 245
1837
1838 -  all subfields of fields 600
1839
1840 .. _notesblacklist-label:
1841
1842 NotesBlacklist
1843 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1844
1845 Asks: Don't show these \_\_\_ note fields in title notes separator (OPAC
1846 record details) and in the description separator (Staff client record
1847 details).
1848
1849 Description:
1850
1851 -  This preference lets you define which of your note fields are hidden
1852    from the title notes (OPAC) and descriptions (Staff) tabs. Enter the
1853    values as a comma separated list. For example to hide the local note
1854    and the bibliography note in MARC21 enter 504, 590.
1855
1856 .. _opacsuppression-preferences-label:
1857
1858 OpacSuppression, OpacSuppressionByIPRange, OpacSuppressionRedirect, and OpacSuppressionMessage
1859 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1860
1861 OpacSuppression Default: Don't hide
1862
1863 Asks: \_\_\_ items marked as suppressed from OPAC search results.
1864 Restrict the suppression to IP addressesoutside of the IP range \_\_\_
1865 (Leave blank if not used. Define a range like 192.168..) Redirect the opac detail
1866 page for suppressed records to \_\_\_ Display the following message on
1867 the redirect page for suppressed biblios \_\_\_.
1868
1869 OpacSuppression Values:
1870
1871 -  Don't hide
1872
1873    -  Will show records in OPAC search results if they are marked
1874       suppressed
1875
1876 -  Hide
1877
1878    -  Will not show records in OPAC search results if they're marked as
1879       suppressed
1880
1881 OpacSuppressionRedirect Values:
1882
1883 -  an explanatory page ('This record is blocked').
1884
1885 -  the 404 error page ('Not found').
1886
1887 Description:
1888
1889 -  These preferences control hiding of bibliographic records from
1890    display in the OPAC. Each bibliographic record you want to hide from
1891    the OPAC simply needs to have the value "1" in the field mapped with
1892    Suppress index (942$n field in MARC21, no official field in UNIMARC).
1893    The indexer then hides it from display in OPAC but will still display
1894    it in the Staff Client. If you want to further control suppression
1895    you can set an IP address range to still show suppressed items to.
1896    Define a range like 192.168.. If you don't want to limit suppression
1897    in this way, leave the IP field blank. You can also decide what the
1898    patrons will see in the OPAC when a title is suppressed by setting
1899    the OpacSuppressionRedirect and OpacSuppressionMessage preferences.
1900    You can either show the patron a 404 page if they try to see a
1901    suppressed record or you can create a custom page by entering the
1902    HTML in the OpacSuppressionMessage part of this preference.
1903
1904        **Note**
1905
1906        An :ref:`authorized value <authorized-values-label>` for the MARC21 942$n
1907        field (or the equivalent UNIMARC field) should be set to
1908        eliminate errors. One example would be to create an authorized
1909        value titled SUPPRESS with a value of 0 for don't suppress and 1
1910        for suppress.
1911
1912     **Important**
1913
1914     If this preference is set to 'hide' and you have the 942n field set
1915     to 1, it will hide the entire bib record - not just an individual
1916     item.
1917
1918     **Note**
1919
1920     Suppressed records will show a note in the staff client indicating
1921     that they are suppressed from view in the OPAC.
1922
1923     |image1181|
1924
1925     This note can be styled by using the
1926     :ref:`IntranetUserCSS` preference to stand out more
1927     if you'd like.
1928
1929     |image1182|
1930
1931 .. _separateholdings-and-separateholdingsbranch-label:
1932
1933 SeparateHoldings and SeparateHoldingsBranch
1934 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1935
1936 SeparateHoldings default: Don't separate
1937
1938 SeparateHoldingsBranch default: home library
1939
1940 Asks: \_\_\_ items display into two tabs, where the first tab contains
1941 items whose \_\_\_ is the logged in user's library. The second tab will
1942 contain all other items.
1943
1944 SeparateHoldings values:
1945
1946 -  Don't separate
1947
1948 -  Separate
1949
1950 SeparateHoldingsBranch values:
1951
1952 -  holding library
1953
1954 -  home library
1955
1956 Description:
1957
1958 -  This preference lets you decide if you would like to have the holding
1959    information on the bibliographic detail page in the staff client
1960    split in to multiple tabs. The default is to show all holdings on one
1961    tab.
1962
1963    |image19|
1964
1965 .. _urllinktext-label:
1966
1967 URLLinkText
1968 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1969
1970 Default: Online Resource
1971
1972 Asks: Show \_\_\_ as the text of links embedded in MARC records.
1973
1974 Description:
1975
1976 -  If the 856 field does not have a subfield 3 or y defined, the OPAC
1977    will say 'Click here to access online.^ If you would like the field
1978    to say something else enter that in this field.
1979
1980 .. _usecontrolnumber-label:
1981
1982 UseControlNumber
1983 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1984
1985 Default: Don't use
1986
1987 Asks: \_\_\_ record control number ($w subfields) and control number
1988 (001) for linking of bibliographic records.
1989
1990 Values:
1991
1992 -  Don't use
1993
1994    -  When clicking on links to titles that appear next to 'Continues'
1995       and 'Continued by' in the detail display Koha will perform a title
1996       search
1997
1998 -  Use
1999
2000    -  When clicking on links to titles that appear next to 'Continues'
2001       and 'Continued by' in the detail display Koha will perform a
2002       control number (MARC field 001) search
2003
2004     **Important**
2005
2006     Unless you are going in and manually changing 773$w to match your
2007     rigorously-defined bibliographic relationships, you should set this
2008     preference to "Don't use" and instead set
2009     :ref:`EasyAnalyticalRecords` to "Display"
2010
2011 Description:
2012
2013 -  If you have a serial called "Journal of Interesting Things" which has
2014    a separate record from when it was called "Transactions of the
2015    Interesting Stuff Society," you could add linking fields to indicate
2016    the relationship between the two records. UseControlNumber allows you
2017    to use your local accession numbers for those links. In MARC21, the
2018    relevant sections of the two records might look like this:
2019
2020    ::
2021
2022            =001    12345
2023            =110  2_$aInteresting Stuff Society.
2024            =245  10$aTransactions of the Interesting Stuff Society.
2025            =785  00$aInteresting Stuff Society$tJournal of Interesting Things.$w12346
2026
2027            =001    12346
2028            =110  2_$aInteresting Stuff Society.
2029            =245  10$aJournal of Interesting Things.
2030            =780  00$aInteresting Stuff Society$tTransactions of the Interesting Stuff Society.$w12345
2031
2032    With UseControlNumber set to 'Use', the 78x links will use the
2033    Control Numbers is subfield $w, instead of doing a title search on
2034    "Journal of Interesting Things" and "Transactions of the Interesting
2035    Stuff Society" respectively.
2036
2037 .. _exporting-label:
2038
2039 Exporting
2040 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2041
2042 .. _bibtexexportadditionalfields-label:
2043
2044 BibtexExportAdditionalFields
2045 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2046
2047 Asks: Include following fields when exporting BibTeX
2048
2049 Description:
2050
2051 -  Use one line per tag in the format BT\_TAG: TAG$SUBFIELD ( e.g. lccn:
2052    010$a )
2053
2054 -  To specify multiple marc tags/subfields as targets for a repeating
2055    BibTex tag, use the following format: BT\_TAG: [TAG2$SUBFIELD1,
2056    TAG2$SUBFIELD2] ( e.g. notes: [501$a, 505$g] )
2057
2058 -  All values of repeating tags and subfields will be printed with the
2059    given BibTeX tag.
2060
2061 -  Use ^@^ ( with quotes ) as the BT\_TAG to replace the bibtex record
2062    type with a field value of your choosing.
2063
2064 .. _risexportadditionalfields-label:
2065
2066 RisExportAdditionalFields
2067 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2068
2069 Asks: Include following fields when exporting RIS
2070
2071 Description:
2072
2073 -  Use one line per tag in the format RIS\_TAG: TAG$SUBFIELD ( e.g. LC:
2074    010$a )
2075
2076 -  To specificy multiple marc tags/subfields as targets for a repeating
2077    RIS tag, use the following format: RIS\_TAG: [TAG2$SUBFIELD1,
2078    TAG2$SUBFIELD2] ( e.g. NT: [501$a, 505$g] )
2079
2080 -  All values of repeating tags and subfields will be printed with the
2081    given RIS tag.
2082
2083 -  Use of TY ( record type ) as a key will *replace* the default TY with
2084    the field value of your choosing.
2085
2086 .. _importing-label:
2087
2088 Importing
2089 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2090
2091 .. _additionalFieldsInZ3950ResultSearch-label:
2092
2093 AdditionalFieldsInZ3950ResultSearch
2094 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2095
2096 Asks: Display the MARC field/subfields \_\_\_ in the 'Additional fields' column of Z39.50 search results (use comma as delimiter e.g.: "001, 082$ab, 090$ab").
2097
2098 Description:
2099
2100 -  This preference lets you define additional fields and subfields to display on the Z39.50 result list.
2101
2102 .. _aggressivematchonisbn-label:
2103
2104 AggressiveMatchOnISBN
2105 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2106
2107 Default: don't
2108
2109 Asks: When matching on ISBN with the record import tool, \_\_\_ attempt
2110 to match aggressively by trying all variations of the ISBNs in the
2111 imported record as a phrase in the ISBN fields of already cataloged
2112 records.
2113
2114 Values:
2115
2116 -  do
2117
2118 -  don't
2119
2120 Description:
2121
2122 -  This preference allows you to choose to alter the ISBN matching rule
2123    used when staging records for import to be more aggressive. This
2124    means that all text will be stripped from the ISBN field so that a
2125    pure number match is possible. If this preference is set to "Don't"
2126    then Koha will find a match only if the ISBN fields are identical.
2127
2128     **Important**
2129
2130     Note that this preference has no effect if
2131     :ref:`UseQueryParser` is on.
2132
2133 .. _aggressivematchonissn-label:
2134
2135 AggressiveMatchOnISSN
2136 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2137
2138 Default: don't
2139
2140 Asks: When matching on ISSN with the record import tool, \_\_\_ attempt
2141 to match aggressively by trying all variations of the ISSNs in the imported
2142 record as a phrase in the ISSN fields of already cataloged records. Note that
2143 this preference has no effect if :ref:`UseQueryParser` is on.
2144
2145 .. _interface-label:
2146
2147 Interface
2148 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2149
2150 .. _advancedmarceditor-label:
2151
2152 advancedMARCeditor
2153 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2154
2155 Default: Don't display
2156
2157 Asks: \_\_\_ descriptions of fields and subfields in the MARC editor.
2158
2159 Description:
2160
2161 -  This preference determines whether or not MARC field names will be
2162    present when editing or creating MARC records.
2163
2164 Values:
2165
2166 -  Display
2167
2168    |image20|
2169
2170 -  Don't display
2171
2172    |image21|
2173
2174 .. _defaultclassificationsource-label:
2175
2176 DefaultClassificationSource
2177 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2178
2179 Default: Dewey Decimal System
2180
2181 Asks: Use \_\_\_ as the default classification source.
2182
2183 Values:
2184
2185 -  ANSCR (Sound Recordings)
2186
2187 -  Dewey Decimal Classification
2188
2189 -  Library of Congress Classification
2190
2191 -  Other/Generic Classification Scheme
2192
2193 -  SuDoc Classification (U.S. GPO)
2194
2195 -  Universal Decimal Classification
2196
2197     **Note**
2198
2199     Adding another classification under Administration > Classification Sources
2200     will make it show up in this list as well.
2201
2202 .. _easyanalyticalrecords-label:
2203
2204 EasyAnalyticalRecords
2205 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2206
2207 Default: Don't Display
2208
2209 Asks: \_\_\_ easy ways to create analytical record relationships
2210
2211 Values:
2212
2213 -  Display
2214
2215 -  Don't Display
2216
2217     **Important**
2218
2219     If you decide to use this feature you'll want to make sure that your
2220     :ref:`UseControlNumber` preference is set to "Don't
2221     use" or else the "Show analytics" links in the staff client and the
2222     OPAC will be broken.
2223
2224 Description:
2225
2226 -  An analytic entry in a catalog is one that describes a part of a
2227    larger work that is also described in the catalog. In bibliographic
2228    cataloging, analytic entries may be made for chapters in books or
2229    special issues of articles in periodicals. In archival cataloging,
2230    analytic entries may be made for series or items within a collection.
2231    This feature in Koha allows for an easy way of linking analytic
2232    entries to the host records, and this system preference adds several
2233    new menu options to the staff cataloging detail pages to allow that
2234    to happen.
2235
2236 .. _enableadvancedcatalogingeditor-label:
2237
2238 EnableAdvancedCatalogingEditor
2239 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2240
2241 Default: Don't enable
2242
2243 Asks: \_\_\_ the advanced cataloging editor.
2244
2245 Description:
2246
2247 -  This preference will allow you to choose between a basic editor and a
2248    advanced editor for cataloging.
2249
2250     **Note**
2251
2252     This feature does not currently include any support for
2253     UNIMARC or NORMARC fixed fields.
2254
2255 .. _record-structure-label:
2256
2257 Record Structure
2258 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2259
2260 .. _alternateholdingsfield-and-alternateholdingsseparator-label:
2261
2262 AlternateHoldingsField and AlternateHoldingsSeparator
2263 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2264
2265 Asks: Display MARC subfield \_\_\_ as holdings information for records
2266 that do not have items, with the subfields separated by \_\_\_.
2267
2268 Description:
2269
2270 -  Sometimes libraries migrate to Koha with their holding info in the
2271    852 field (OCLC holdings information field) and choose not to
2272    transfer that information into the 952 (Koha holdings information
2273    field) because they don't plan on circulating those items. For those
2274    libraries or other libraries that have data in the 852 fields of
2275    their records that they want to display, these preferences let you
2276    choose to display holdings info from a field other than the 952
2277    field. The AlternateHoldingsField preference can contain multiple
2278    subfields to look in; for instance 852abhi would look in 852
2279    subfields a, b, h, and i.
2280
2281 -  With AlternateHoldingsField set to 852abhi and
2282    AlternateHoldingsSeparator set to a space the holdings would look
2283    like the following:
2284
2285    |image22|
2286
2287 .. _autobarcode-label:
2288
2289 autoBarcode
2290 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2291
2292 Default: generated in the form <branchcode>yymm0001
2293
2294 Asks: Barcodes are \_\_\_
2295
2296 Values:
2297
2298 -  generated in the form <branchcode>yymm0001
2299
2300 -  generated in the form <year>-0001, <year>-0002
2301
2302 -  generated in the form 1, 2, 3
2303
2304 -  incremental EAN-13 barcodes
2305
2306 -  not generated automatically
2307
2308 Description:
2309
2310 -  This setting is for libraries wishing to generate barcodes from
2311    within Koha (as opposed to scanning in pre-printed barcodes or
2312    manually assigning them). The default behavior makes it so that when
2313    you click in the barcode field (952$p in MARC21) it will populate
2314    with the automatic barcode you have chosen. If you would rather it
2315    only enter an automatic barcode when you click on the plugin (the ...
2316    to the right of the field) you can change the plugin used for that
2317    field in the framework. Set the plugin for 952$p (if using MARC21 or
2318    equivalent field mapped to items.barcode in your local MARC format)
2319    for your frameworks to barcode\_manual.pl instead of barcode.pl.
2320    Learn more about editing frameworks under the :ref:`MARC Bibliographic
2321    Frameworks <marc-bibliographic-frameworks-label>` section of this manual.
2322
2323 .. _defaultcountryfield008-label:
2324
2325 DefaultCountryField008
2326 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2327
2328 Default: Empty defaults to xxu for United States
2329
2330 Asks: Fill in the default country code for field 008 Range 15-17 of MARC21 -
2331 Place of publication, production, or execution. \_\_\_.
2332
2333 Description:
2334
2335 -  This preference will allow you to set the country code for your MARC21
2336    008 field by default. If this is left empty it will default to
2337    United States (xxu). See the `MARC Code List for
2338    Countries <http://www.loc.gov/marc/countries/countries_code.html>`__
2339    for additional values for this preference.
2340
2341     **Note**
2342
2343     This preference won't have any effect if your records are in
2344     UNIMARC.
2345
2346 .. _defaultlanguagefield008-label:
2347
2348 DefaultLanguageField008
2349 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2350
2351 Default: Empty defaults to eng
2352
2353 Asks: Fill in the default language for field 008 Range 35-37 of MARC21
2354 records \_\_\_.
2355
2356 Description:
2357
2358 -  This preference will allow you to set the language for your MARC21
2359    008 field by default. If this is left empty it will default to
2360    English (eng). See the `MARC Code List for
2361    Languages <http://www.loc.gov/marc/languages/language_code.html>`__
2362    for additional values for this preference.
2363
2364     **Note**
2365
2366     This preference won't have any effect if your records are in
2367     UNIMARC.
2368
2369 .. _item-level_itypes-label:
2370
2371 item-level\_itypes
2372 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2373
2374 Default: specific item
2375
2376 Asks: Use the item type of the \_\_\_ as the authoritative item type
2377 (for determining circulation and fines rules, etc).
2378
2379 Values:
2380
2381 -  biblio record
2382
2383 -  specific item
2384
2385 Description:
2386
2387 -  This preference determines whether the item type Koha uses for
2388    issuing rules will be an attribute of the bibliographic record or the
2389    item record. Most libraries refer to the item record for item types.
2390    It also determines if the item type icon appears on the OPAC search
2391    results. If you have the preference set to 'biblio record' then Koha
2392    displays the item type icon on the search results to the left of the
2393    result info.
2394
2395    |image23|
2396
2397 .. _itemcallnumber-label:
2398
2399 itemcallnumber
2400 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2401
2402 Default: 082ab
2403
2404 Asks: Map the MARC subfield to an item's callnumber.
2405
2406     **Note**
2407
2408     This can contain multiple subfields to look in; for instance 082ab
2409     would look in 082 subfields a and b.
2410
2411 Description:
2412
2413 -  This setting determines which MARC field will be used to determine
2414    the call number that will be entered into item records automatically
2415    (952$o). The value is set by providing the MARC field code (050, 082,
2416    090, 852 are all common in MARC21) and the subfield codes without the
2417    delimiters ($a, $b would be ab).
2418
2419 Examples:
2420
2421 -  Dewey: 082ab or 092ab; LOC: 050ab or 090ab; from the item record:
2422    852hi
2423
2424 .. _marcfieldforcreatorid-label:
2425
2426 MarcFieldForCreatorId, MarcFieldForCreatorName, MarcFieldForModifierId, MarcFieldForModifierName
2427 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2428
2429 Asks: Store record's creator borrowernumber in MARC subfield \_\_\_ and
2430 record's creator name in MARC subfield \_\_\_ Store record's last modifier
2431 borrowernumber in MARC subfield \_\_\_ and record's last modifier name in MARC
2432 subfield \_\_\_ NOTE: Use a dollar sign between field and subfield like 123$a.
2433
2434 Description:
2435
2436 -  This preference allows you to define which MARC subfields to use to
2437    automatically save the details of the logged in user.  You can save details
2438    for the record creator and the most recent modifier.
2439
2440 .. _marcflavour-label:
2441
2442 marcflavour
2443 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2444
2445 Default: MARC21
2446
2447 Asks: Interpret and store MARC records in the \_\_\_ format.
2448
2449 Values:
2450
2451 -  MARC21
2452
2453    -  The standard style for the US, Canada, Australia, New Zealand,
2454       United Kingdom, Germany and other countries
2455
2456 -  UNIMARC
2457
2458    -  The standard style used in France, Italy, Portugal, Russia, and
2459       other countries
2460
2461 -  NORMARC
2462
2463    -  The standard style for Norway
2464
2465 Description:
2466
2467 -  This preference defines global MARC style (MARC21, UNIMARC or
2468    NORMARC) used for encoding.
2469
2470     **Important**
2471
2472     Changing the value of this preference will not convert your records
2473     from one MARC style to an other.
2474
2475 .. _marcorgcode-label:
2476
2477 MARCOrgCode
2478 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2479
2480 Default: OSt
2481
2482 Asks: Fill in the MARC organization code \_\_\_ by default in new MARC21
2483 records (leave blank to disable).
2484
2485 Description:
2486
2487 -  The MARC Organization Code is used to identify libraries with
2488    holdings of titles and more.
2489
2490 Learn more and find your library's MARC21 code on the `MARC Code list
2491 for
2492 Organizations <http://www.loc.gov/marc/organizations/orgshome.html>`__
2493 or in Canada on the `Canadian Symbols
2494 Directory <http://www.collectionscanada.gc.ca/illcandir-bin/illsear/l=0/c=1>`__.
2495
2496     **Note**
2497
2498     This preference won't have any effect if your records are in
2499     UNIMARC.
2500
2501 .. _newitemsdefaultlocation-label:
2502
2503 NewItemsDefaultLocation
2504 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2505
2506 Asks: When items are created, give them the temporary location of \_\_\_
2507 (should be a location code, or blank to disable).
2508
2509 .. _prefillitem-label:
2510
2511 PrefillItem
2512 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2513
2514 Default: the new item is not prefilled with last created item values.
2515
2516 Asks: When a new item is added \_\_\_
2517
2518 Values:
2519
2520 -  the new item is not prefilled with last created item values.
2521
2522 -  the new item is prefilled with last created item values.
2523
2524 Description:
2525
2526 -  This preference controls the behavior used when adding new items.
2527    Using the options here you can choose to have your next new item
2528    prefill with the values used in the last item was added to save time
2529    typing values or to have the item form appear completely blank. Using
2530    :ref:`SubfieldsToUseWhenPrefill` you can
2531    control specifically which fields are prefilled.
2532
2533 .. _subfieldstoallowforrestrictedbatchmod-label:
2534
2535 SubfieldsToAllowForRestrictedBatchmod
2536 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2537
2538 Asks: Define a list of subfields for which editing is authorized when
2539 `items\_batchmod\_restricted <#items_batchmod_restricted>`__ permission
2540 is enabled, separated by spaces. \_\_\_
2541
2542 Examples:
2543
2544 -  UNIMARC: "995$f 995$h 995$j"
2545
2546 -  MARC21: "952$a 952$b 952$c"
2547
2548 Description:
2549
2550 -  This preference lets you define what fields can be edited via the
2551    :ref:`batch item modification tool <batch-item-modification-label>` if the
2552    items\_batchmod\_restricted permission is enabled.
2553
2554        **Note**
2555
2556        The FA framework is excluded from the permission. If the pref is
2557        empty, no fields are restricted.
2558
2559 .. _subfieldstoallowforrestrictedediting-label:
2560
2561 SubfieldsToAllowForRestrictedEditing
2562 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2563
2564 Asks: Define a list of subfields for which editing is authorized when
2565 edit\_items\_restricted permission is enabled, separated by spaces.
2566 \_\_\_
2567
2568 Examples:
2569
2570 -  UNIMARC: "995$f 995$h 995$j"
2571
2572 -  MARC21: "952$a 952$b 952$c"
2573
2574 Description:
2575
2576 -  This preference lets you define what fields can be edited via
2577    cataloging if the
2578    `edit\_items\_restricted <#edit_items_restricted>`__ permission is
2579    enabled
2580
2581        **Note**
2582
2583        The Fast Add (FA) framework is excluded from the permission. If
2584        the pref is empty, no fields are restricted.
2585
2586 .. _subfieldstousewhenprefill-label:
2587
2588 SubfieldsToUseWhenPrefill
2589 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2590
2591 Asks: Define a list of subfields to use when prefilling items \_\_\_
2592
2593     **Important**
2594
2595     Separate values with a space.
2596
2597 Description:
2598
2599 -  When the :ref:`PrefillItem` preference is set to prefill
2600    item values with those from the last added item, this preference can
2601    control which fields are prefilled (and which are not). Enter a space
2602    separated list of fields that you would like to prefill when adding a
2603    new item.
2604
2605 .. _unimarcfield100language-label:
2606
2607 UNIMARCField100Language
2608 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2609
2610 Default: fre
2611
2612 Asks: Use the language (ISO 690-2) \_\_\_ as default language in the
2613 UNIMARC field 100 when creating a new record or in the field plugin.
2614
2615 .. _z3950normalizeauthor-and-z3950authorauthfields-label:
2616
2617 z3950NormalizeAuthor and z3950AuthorAuthFields
2618 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2619
2620 Defaults: Don't copy and 701,702,700
2621
2622 Asks: \_\_\_ authors from the UNIMARC \_\_\_ tags (separated by commas)
2623 to the correct author tags when importing a record using Z39.50.
2624
2625 Description for z3950NormalizeAuthor:
2626
2627 -  This preference allows for 'Personal Name Authorities' to replace
2628    authors as the bibliographic authority. This preference should only
2629    be considered by libraries using UNIMARC.
2630
2631 Values for z3950NormalizeAuthor:
2632
2633 -  Copy
2634
2635 -  Don't copy
2636
2637 Description for z3950AuthorAuthFields:
2638
2639 -  This preference defines which MARC fields will be used for 'Personal
2640    Name Authorities' to replace authors as the bibliographic
2641    authorities. This preference only applies to those using UNIMARC
2642    encoding. The MARC fields selected here will only be used if
2643    'z3950NormalizeAuthor' is set to "Copy". The default field are 700,
2644    701, and 702.
2645
2646 .. _spine-labels-label:
2647
2648 Spine Labels
2649 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2650
2651 .. _spinelabelautoprint-label:
2652
2653 SpineLabelAutoPrint
2654 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2655
2656 Default: don't
2657
2658 Asks: When using the quick spine label printer, \_\_\_ automatically pop
2659 up a print dialog.
2660
2661 Values:
2662
2663 -  do
2664
2665 -  don't
2666
2667 .. _spinelabelformat-label:
2668
2669 SpineLabelFormat
2670 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2671
2672 Default: <itemcallnumber><copynumber>
2673
2674 Asks: Include the following fields on a quick-printed spine label:
2675 (Enter in columns from the biblio, biblioitems or items tables,
2676 surrounded by < and >.)
2677
2678 .. _spinelabelshowprintonbibdetails-label:
2679
2680 SpineLabelShowPrintOnBibDetails
2681 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2682
2683 Default: Don't display
2684
2685 Asks: \_\_\_ buttons on the bib details page to print item spine labels.
2686
2687 Values:
2688
2689 -  Display
2690
2691    |image24|
2692
2693 -  Don't display
2694
2695 .. _circulation-system-preferences-label:
2696
2697 Circulation
2698 ----------------------------
2699
2700 *Get there:* More > Administration > Global System Preferences >
2701 Circulation
2702
2703 .. _article-requests-sysprefs-label:
2704
2705 Article Requests
2706 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2707
2708 .. _articlerequests-label:
2709
2710 ArticleRequests
2711 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2712
2713 Default: Don't enable
2714
2715 Asks: \_\_\_ patrons to place article requests.
2716
2717 Values:
2718
2719 -  Enable
2720
2721 -  Don't enable
2722
2723 Description:
2724
2725 -  This preference controls whether or not article requests are allowed to be placed by patrons in the OPAC.
2726
2727 .. _articlerequestslinkcontrol-label:
2728
2729 ArticleRequestsLinkControl
2730 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2731
2732 Default: Use algorithm to show or hide
2733
2734 Asks: \_\_\_ article request link on search results.
2735
2736 Values:
2737
2738 -  Always show
2739
2740 -  Use algorithm to show or hide
2741
2742 Description:
2743
2744 -  On the OPAC results page, either always show the 'Request article' link
2745    or check the branch, patron and item type combination to determine
2746    whether or not an article can be requested from this particular record
2747    before displaying the link.
2748
2749 .. _articlerequestsmandatoryfields-label:
2750
2751 ArticleRequestsMandatoryFields
2752 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2753
2754 Default: None selected
2755
2756 Asks: For records that are record level or item level requestable, make the following fields mandatory \_\_\_
2757
2758 Values:
2759
2760 -  [Select all]
2761
2762 -  Author
2763
2764 -  Chapters
2765
2766 -  Date
2767
2768 -  Issue
2769
2770 -  Pages
2771
2772 -  Title
2773
2774 -  Volume
2775
2776 Description:
2777
2778 -  This preference controls what fields must be filled in before an article request can be placed
2779    for either a record level or item level request. Choosing [Select all] indicates that all fields
2780    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2781    request can be placed.
2782
2783 .. _articlerequestsmandatoryfieldsitemsonly-label:
2784
2785 ArticleRequestsMandatoryFieldsItemsOnly
2786 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2787
2788 Default: None selected
2789
2790 Asks: For records that are only item level requestable, make the following fields mandatory \_\_\_
2791
2792 Values:
2793
2794 -  [Select all]
2795
2796 -  Author
2797
2798 -  Chapters
2799
2800 -  Date
2801
2802 -  Issue
2803
2804 -  Pages
2805
2806 -  Title
2807
2808 -  Volume
2809
2810 Description:
2811
2812 -  This preference controls what fields must be filled in before an article request can be placed
2813    for an item level request only. Choosing [Select all] indicates that all fields
2814    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2815    request can be placed.
2816
2817 .. _articlerequestsmandatoryfieldsrecordonly-label:
2818
2819 ArticleRequestsMandatoryFieldsRecordOnly
2820 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2821
2822 Default: None selected
2823
2824 Asks: For records that are only record level requestable, make the following fields mandatory \_\_\_
2825
2826 Values:
2827
2828 -  [Select all]
2829
2830 -  Author
2831
2832 -  Chapters
2833
2834 -  Date
2835
2836 -  Issue
2837
2838 -  Pages
2839
2840 -  Title
2841
2842 -  Volume
2843
2844 Description:
2845
2846 -  This preference controls what fields must be filled in before an article request can be placed
2847    for a record level request only. Choosing [Select all] indicates that all fields
2848    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2849    request can be placed.
2850
2851 .. _batch-checkout-label:
2852
2853 Batch Checkout
2854 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2855
2856 .. _batchcheckouts-label:
2857
2858 BatchCheckouts
2859 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2860
2861 Default: Don't allow
2862
2863 Asks: \_\_\_ batch checkouts
2864
2865 Values:
2866
2867 -  Allow
2868
2869 -  Don't allow
2870
2871 .. _batchcheckoutsvalidcategories-label:
2872
2873 BatchCheckoutsValidCategories
2874 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2875
2876 Asks: Patron categories allowed to checkout in a batch \_\_\_ (list of
2877 patron categories separated with a pipe ^\|^)
2878
2879 .. _checkin-policy-label:
2880
2881 Checkin Policy
2882 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2883
2884 .. _blockreturnoflostitems-label:
2885
2886 BlockReturnOfLostItems
2887 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2888
2889 Default: Don't block
2890
2891 Asks: \_\_\_ returning of items that have been lost.
2892
2893 Values:
2894
2895 -  Block
2896
2897 -  Don't block
2898
2899 Description:
2900
2901 -  This preference controls whether and item with a lost status
2902    (952$1 in MARC21) can be checked in or not.
2903
2904 .. _blockreturnofwithdrawnitems-label:
2905
2906 BlockReturnOfWithdrawnItems
2907 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2908
2909 Default: Block
2910
2911 Asks: \_\_\_ returning of items that have been withdrawn.
2912
2913 Values:
2914
2915 -  Block
2916
2917 -  Don't block
2918
2919 Description:
2920
2921 -  This preference controls whether and item with a withdrawn status
2922    (952$0 in MARC21) can be checked in or not.
2923
2924 .. _calculatefinesonreturn-label:
2925
2926 CalculateFinesOnReturn
2927 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2928
2929 Default: Do
2930
2931 Asks: \_\_\_ calculate and update overdue charges when an item is
2932 returned.
2933
2934 Values:
2935
2936 -  Do
2937
2938 -  Don't
2939
2940 Description:
2941
2942 -  If this preference is set to "Do" and the :ref:`fines cron
2943    job <cron-fines-label>` is off then Koha will calculate fines only
2944    when items are returned. If you have the fines cron job on and this
2945    preference set to "Do" then this preference will calculate fines
2946    based on the cron (usually run nightly) and then again when you check
2947    the item in. This option is best for those who are doing hourly
2948    loans. If this preference is set to "Don't" then fines will only be
2949    accrued if the fines cron job is running.
2950
2951     **Important**
2952
2953     If you are doing hourly loans then you should have this set to 'Do'.
2954
2955 .. _cumulativerestrictionperiods-label:
2956
2957 CumulativeRestrictionPeriods
2958 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2959
2960 Default: Don't cumulate
2961
2962 Asks: \_\_\_ the restriction periods.
2963
2964 Values:
2965
2966 -  Don't cumulate
2967
2968 -  Cumulate
2969
2970 .. _hidepersonalpatrondetailoncirculation-label:
2971
2972 HidePersonalPatronDetailOnCirculation
2973 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2974
2975 Default: Don't
2976
2977 Asks: \_\_\_ hide patrons phone number, email address, street address
2978 and city in the circulation page
2979
2980 Values:
2981
2982 -  Don't
2983
2984 -  Do
2985
2986 Description:
2987
2988 -  This preference controls the display of the patron's phone number,
2989    email address, and physical address from the left side of the screen
2990    (under their picture, if they have one).
2991
2992 -  Set to 'Do' these informations will only be visible on the patron's
2993    detail page.
2994
2995 .. _holdsautofill-label:
2996
2997 HoldsAutoFill
2998 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2999
3000 Default: Don't
3001
3002 Asks: \_\_\_ automatically fill holds instead of asking the librarian.
3003
3004 Values:
3005
3006 -  Do
3007
3008 -  Don't
3009
3010 Description:
3011
3012 -  If set to 'Do', the holds confirmation pop-up will not appear upon checking
3013    in a reserved item.
3014
3015 .. _holdsautofillprintslip-label:
3016
3017 HoldsAutoFillPrintSlip
3018 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3019
3020 Default: Don't
3021
3022 Asks: \_\_\_ automatically display the holds slip dialog for auto-filled holds.
3023
3024 Values:
3025
3026 -  Do
3027
3028 -  Don't
3029
3030 Description:
3031
3032 -  If set to 'Do', the holds slip print pop-up will appear automatically
3033    upon checking in a reserved item.
3034
3035 -  :ref:`HoldsAutoFill` must be set to 'do' for this preference to have any
3036    effect.
3037
3038 .. _updateitemlocationincheckin-label:
3039
3040 UpdateItemLocationOnCheckin
3041 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3042
3043 Asks: This is a list of value pairs. The first value is followed immediately
3044 by colon, space, then the second value.
3045
3046 Description:
3047
3048 -  This system preference affects the item's current and permanent locations
3049    when the item is checked in (whether it was checked out or not).
3050
3051 -  If the location value on the left of the colon (:) matches
3052    the item's current location, it will be updated to match the location value
3053    on the right of the colon (:).
3054
3055 -  The values are the LOC :ref:`authorised values <existing-values-label>`.
3056
3057 -  For example, 'STAFF: GEN' will move an item from the staff office to the
3058    general collection when the item is checked in.
3059
3060 -  Special terms
3061
3062    -  PROC: Processing center. When using PROC, only the current location will
3063       be affected.
3064
3065    -  CART: Shelving cart. When using CART, only the current location will be
3066       affected.
3067
3068    -  \_PERM\_: This will use the item's permanent location, whatever that
3069       location is.
3070
3071    -  \_BLANK\_: Used on the left as a first value, it will add a location if
3072        there is none. Used on the right as a second value, it will remove the
3073        location.
3074
3075    -  \_ALL\_: Used on the left as a first value, it will affect all items and
3076       override all other rules.
3077
3078   **Important**
3079
3080   -  Make sure there is NO space between the first value and the colon
3081
3082   -  Make sure there IS a space between the colon and the second value
3083
3084   -  Make sure each pair is on its own line
3085
3086 .. _updatenotforloanstatusoncheckin-label:
3087
3088 UpdateNotForLoanStatusOnCheckin
3089 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3090
3091 Asks: This is a list of value pairs. When an item is checked in, if the
3092 not for loan value on the left matches the items not for loan value it
3093 will be updated to the right-hand value. E.g. ^-1: 0' will cause an item
3094 that was set to 'Ordered' to now be available for loan. Each pair of
3095 values should be on a separate line.
3096
3097 .. _checkout-policy-label:
3098
3099 Checkout Policy
3100 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3101
3102 .. _agerestrictionmarker-label:
3103
3104 AgeRestrictionMarker
3105 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3106
3107 Asks: Restrict patrons with the following target audience values from
3108 checking out inappropriate materials: \_\_\_
3109
3110 Description:
3111
3112 -  This preference defines certain keywords that will trigger Koha to
3113    restrict checkout based on age. These restrictions can be overridden
3114    by the :ref:`AgeRestrictionOverride`
3115    preference. Enter in this field a series of keywords separated by bar
3116    (\|) with no spaces. For example PG\|R\|E\|EC\|Age\| will look for PG
3117    followed by an age number, R folllowed by an age number, Age followed
3118    by an age number, and so on. These values can appear in any MARC
3119    field, but Library of Congress recommends the 521$a (Target Audience
3120    Note). Whatever field you decide to use you must map the word
3121    agerestriction in the biblioitems table to that field in the :ref:`Koha to
3122    MARC Mapping <koha-to-marc-mapping-label>`. When cataloging you can enter
3123    values like PG 13 or E 10 in the 521$a and Koha will then notify
3124    circulation librarians that the material may not be recommended for
3125    the patron based on their age.
3126
3127        **Important**
3128
3129        You must map the word agerestriction in the biblioitems table to
3130        the MARC field where this information will appear via the :ref:`Koha
3131        to MARC Mapping <koha-to-marc-mapping-label>` administration area.
3132
3133 .. _agerestrictionoverride-label:
3134
3135 AgeRestrictionOverride
3136 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3137
3138 Default: Don't allow
3139
3140 Asks: \_\_\_ staff to check out an item with age restriction.
3141
3142 Values:
3143
3144 -  Allow
3145
3146    |image25|
3147
3148 -  Don't allow
3149
3150    |image26|
3151
3152 Description:
3153
3154 -  When the :ref:`AgeRestrictionMarker` preference
3155    is set, Koha will try to warn circulation librarians before checking
3156    out an item that might have an age restriction listed in the MARC
3157    record. This preference asks if you would like the staff to be able
3158    to still check out these items to patrons under the age limit.
3159
3160 .. _allfinesneedoverride-label:
3161
3162 AllFinesNeedOverride
3163 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3164
3165 Default: Require
3166
3167 Asks: \_\_\_ staff to manually override all fines, even fines less than
3168 :ref:`noissuescharge`.
3169
3170 Values:
3171
3172 -  Don't require
3173
3174 -  Require
3175
3176 Description:
3177
3178 -  This preference let's you decide if you want to always be warned that
3179    the patron has fines when checking out. If you have it set to
3180    'Require' then no matter how much money the patron owes a message
3181    will pop up warning you that the patron owes money.
3182
3183 .. _allowfineoverride-label:
3184
3185 AllowFineOverride
3186 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3187
3188 Default: Don't allow
3189
3190 Asks: \_\_\_ staff to manually override and check out items to patrons
3191 who have more than :ref:`noissuescharge` in fines.
3192
3193 Values:
3194
3195 -  Allow
3196
3197 -  Don't allow
3198
3199 Description:
3200
3201 -  This preference lets you decide if you staff can check out to patrons
3202    who owe more money than you usually let them carry on their account.
3203    If set to 'Allow' staff will be warned that the patrons owes money,
3204    but it won't stop the staff from checking out to the patron.
3205
3206 .. _allowitemsonholdcheckout-label:
3207
3208 AllowItemsOnHoldCheckout
3209 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3210
3211 Default: Don't allow
3212
3213 Asks: \_\_\_ checkouts of items reserved to someone else. If allowed do
3214 not generate RESERVE\_WAITING and RESERVED warning. This allows self
3215 checkouts for those items.
3216
3217 Values:
3218
3219 -  Allow
3220
3221 -  Don't allow
3222
3223     **Important**
3224
3225     This system preference relates only to SIP based self checkout, not
3226     Koha's web based self checkout.
3227
3228 Description:
3229
3230 -  When this preference is set to 'Allow' patrons will be able to use
3231    your external self check machine to check out a book to themselves
3232    even if it's on hold for someone else. If you would like Koha to
3233    prevent people from checking out books that are on hold for someone
3234    else set this preference to "Don't allow."
3235
3236 .. _allowitemsonholdcheckoutsco-label:
3237
3238 AllowItemsOnHoldCheckoutSCO
3239 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3240
3241 Default: Don't allow
3242
3243 Asks: \_\_\_ checkouts of items reserved to someone else in the SCO module.
3244 If allowed do not generate RESERVE_WAITING and RESERVED warning. This
3245 allows self checkouts for those items.
3246
3247 Values:
3248
3249 -  Allow
3250
3251 -  Don't allow
3252
3253     **Important**
3254
3255     This system preference relates only to Koha's web based self checkout.
3256
3257 Description:
3258
3259 -  When this preference is set to 'Allow' patrons will be able to use
3260    Koha's web based self checkout to check out a book to themselves
3261    even if it's on hold for someone else. If you would like Koha to
3262    prevent people from checking out books that are on hold for someone
3263    else set this preference to "Don't allow".
3264
3265 .. _allowmultipleissuesonabiblio-label:
3266
3267 AllowMultipleIssuesOnABiblio
3268 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3269
3270 Default: Allow
3271
3272 Asks: \_\_\_ patrons to check out multiple items from the same record.
3273
3274 Values:
3275
3276 -  Allow
3277
3278 -  Don't allow
3279
3280 Description:
3281
3282 -  If this preference is set to 'Allow' then patrons will be able to
3283    check out multiple copies of the same title at the same time. If it's
3284    set to "Don't allow" then patrons will only be allowed to check out
3285    one item attached to a record at a time. Regardless of the option
3286    chosen in this preference records with subscriptions attached will
3287    allow multiple check outs.
3288
3289        **Important**
3290
3291        This will only effect records without a subscription attached.
3292
3293 .. _allownotforloanoverride-label:
3294
3295 AllowNotForLoanOverride
3296 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3297
3298 Default: Allow
3299
3300 Asks: \_\_\_ staff to override and check out items that are marked as
3301 not for loan.
3302
3303 Values:
3304
3305 -  Allow
3306
3307 -  Don't allow
3308
3309 Description:
3310
3311 -  This parameter is a binary setting which controls the ability of
3312    staff (patrons will always be prevented from checking these items
3313    out) to check out items that are marked as "not for loan". Setting it
3314    to "Allow" would allow such items to be checked out, setting it to
3315    "Don't allow" would prevent this. This setting determines whether
3316    items meant to stay in the library, such as reference materials, and
3317    other library resources can be checked out by patrons.
3318
3319 .. _allowrenewallimitoverride-label:
3320
3321 AllowRenewalLimitOverride
3322 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3323
3324 Default: Allow
3325
3326 Asks: \_\_\_ staff to manually override the renewal limit and renew a
3327 checkout when it would go over the renewal limit.
3328
3329 Values:
3330
3331 -  Allow
3332
3333 -  Don't allow
3334
3335 Description:
3336
3337 -  This preference is a binary setting which controls the ability of
3338    staff to override the limits placed on the number of times an item
3339    can be renewed. Setting it to "Allow" would allow such limits to be
3340    overridden, setting it to "Don't allow" would prevent this. This is a
3341    preference in which if it is set to "allow" it would allow the
3342    library staff to use their judgment for overriding the renew limit
3343    for special cases, setting it to "Don't allow" prevents an
3344    opportunity for abuse by the library staff.
3345
3346 .. _allowrenewalonholdoverride-label:
3347
3348 AllowRenewalOnHoldOverride
3349 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3350
3351 Asks: \_\_\_ staff to renew items that are on hold by manually specifying a due date.
3352
3353 Default: Don't allow
3354
3355 Values:
3356
3357 -  Allow
3358
3359 -  Don't allow
3360
3361 Description:
3362
3363 - This preference enables items that are on hold to be renewed with a due date specified by the user.
3364
3365   It can appear in two locations:
3366
3367   1. In the "Checkouts" table on the Patron Details screen. It is possible to select on loan items that would otherwise fulfil a hold request to be renewed. When such an item is selected, an additional date selection box is displayed to allow the user to specify the due date for all on hold items that are to be renewed.
3368
3369   2. In the Circulation > Renew alert screen. When a barcode of an on loan item that would ordinarily fulfil a hold request is entered, the usual alert is displayed indicating that the item is on hold, it is still possible to override this, and renew. With this preference enabled it is also possible to specify a due date.
3370
3371 .. _allowreturntobranch-label:
3372
3373 AllowReturnToBranch
3374 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3375
3376 Default: to any library
3377
3378 Asks: Allow materials to be returned to \_\_\_
3379
3380 Values:
3381
3382 -  either the library the item is from or the library it was checked out
3383    from.
3384
3385 -  only the library the item is from.
3386
3387 -  only the library the item was checked out from.
3388
3389 -  to any library.
3390
3391 Description:
3392
3393 -  This preference lets the library system decide how they will accept
3394    returns. Some systems allow for items to be returned to any library
3395    in the system (the default value of this preference) others want to
3396    limit item returns to only specific branches. This preference will
3397    allow you to limit item returns (checkins) to the branch(es) set in
3398    the value.
3399
3400 .. _allowtoomanyoverride-label:
3401
3402 AllowTooManyOverride
3403 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3404
3405 Default: Allow
3406
3407 Asks: \_\_\_ staff to override and check out items when the patron has
3408 reached the maximum number of allowed checkouts.
3409
3410 Values:
3411
3412 -  Allow
3413
3414    |image27|
3415
3416 -  Don't allow
3417
3418    |image28|
3419
3420 Description:
3421
3422 -  If this preference is set to "Allow" then staff all will be presented
3423    with an option to checkout more items to a patron than are normally
3424    allowed in the :ref:`Circulation and fines rules`. If
3425    this preference is set to "Don't allow" then no staff member will be
3426    able to check out more than the circulation limit.
3427
3428 .. _automaticitemreturn-label:
3429
3430 AutomaticItemReturn
3431 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3432
3433 Default: Do
3434
3435 Asks: \_\_\_ automatically transfer items to their home branch when they
3436 are returned.
3437
3438 Values:
3439
3440 -  Do
3441
3442 -  Don't
3443
3444 Description:
3445
3446 -  This preference is a binary setting which determines whether an item
3447    is returned to its home branch automatically or not. If set to
3448    "Don't", the staff member checking an item in at a location other
3449    than the item's home branch will be asked whether the item will
3450    remain at the non-home branch (in which case the new location will be
3451    marked as a holding location) or returned. Setting it to "Do" will
3452    ensure that items checked in at a branch other than their home branch
3453    will be sent to that home branch.
3454
3455 .. _autoremoveoverduesrestrictions-label:
3456
3457 AutoRemoveOverduesRestrictions
3458 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3459
3460 Default: Do not
3461
3462 Asks: \_\_\_ allow OVERDUES restrictions triggered by sent notices to be
3463 cleared automatically when all overdue items are returned by a patron.
3464
3465 Values:
3466
3467 -  Do
3468
3469 -  Do not
3470
3471 Description:
3472
3473 -  Using the :ref:`Overdue Notice/Status Triggers` you
3474    can restrict patrons after they receive an overdue notice. This
3475    preference lets you define whether Koha will automatically remove
3476    that restriction once the overdue items in question are returned or
3477    not.
3478
3479 .. _autoreturncheckedoutitems-label:
3480
3481 AutoReturnCheckedOutItems
3482 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3483
3484 Asks: \_\_\_ require librarians to manually confirm a checkout where the item
3485 is already checked out to another patron.
3486
3487 Values:
3488
3489 -  Do
3490
3491 -  Don't
3492
3493 Default: Do
3494
3495 Description:
3496
3497 -  This preference controls whether Koha asks for a confirmation when trying
3498    to check out an item that is already checked out to another patron.
3499
3500 -  Set to 'Do', Koha will ask the staff member to confirm the check out.
3501
3502    |image1433|
3503
3504 -  Set to 'Don't', Koha will simply return the item from the previous
3505    patron's file and check it out to the actual patron and show a message.
3506
3507    |image1434|
3508
3509 .. _circcontrol-label:
3510
3511 CircControl
3512 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3513
3514 Default: the library the item is from
3515
3516 Asks: Use the checkout and fines rules of \_\_\_
3517
3518 Values:
3519
3520 -  the library the item is from
3521
3522    -  The :ref:`circulation and fines policies <circulation-and-fines-rules-label>`
3523       will be determined by the item's library where :ref:`HomeOrHoldingBranch`
3524       chooses if item's home library is used or holding library is used.
3525
3526 -  the library the patron is from
3527
3528    -  The :ref:`circulation and fines policies <circulation-and-fines-rules-label>`
3529       will be determined the patron's home library
3530
3531 -  the library you are logged in at
3532
3533    -  The :ref:`circulation and fines policies <circulation-and-fines-rules-label>` will be
3534       determined by the library that checked the item out to the patron
3535
3536 .. _consideronsitecheckoutsasnormalcheckouts-label:
3537
3538 ConsiderOnSiteCheckoutsAsNormalCheckouts
3539 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3540
3541 Default: Consider
3542
3543 Asks: \_\_\_ on-site checkouts as normal checkouts. If enabled, the
3544 number of checkouts allowed will be normal checkouts + on-site
3545 checkouts. If disabled, both values will be checked separately.
3546
3547 Values:
3548
3549 -  Consider
3550
3551 -  Don't consider
3552
3553 Description:
3554
3555 -  This preference allows you to decide if checkouts that are
3556    :ref:`OnSiteCheckouts` are counted toward the total
3557    checkouts a patron can have. You can also set your :ref:`circulation and
3558    fines rules <circulation-and-fines-rules-label>` to allow only a certain number of
3559    normal and OnSite checkouts.
3560
3561 .. _defaultlongoverduechargevalue-label:
3562
3563 DefaultLongOverdueChargeValue
3564 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3565
3566 Asks: Charge a lost item to the borrower's account when the LOST value
3567 of the item changes to \_\_\_
3568
3569 Description:
3570
3571 -  Leave this field empty if you don't want to charge the user for lost
3572    items. If you want the user to be charged enter the `LOST authorized
3573    value <#lost>`__ you are using in the
3574    :ref:`DefaultLongOverdueLostValue <defaultlongoverduelostvalue-and-defaultlongoverduedays-label>`
3575    preference. This preference is used when the :ref:`longoverdue cron
3576    job <cron-long-overdues-label>` is called without the --charge parameter.
3577
3578 .. _defaultlongoverduelostvalue-and-defaultlongoverduedays-label:
3579
3580 DefaultLongOverdueLostValue and DefaultLongOverdueDays
3581 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3582
3583 Asks: By default, set the LOST value of an item to \_\_\_ when the item
3584 has been overdue for more than \_\_\_ days.
3585
3586 Description:
3587
3588 -  These preferences are used when the :ref:`longoverdue cron
3589    job <cron-long-overdues-label>` is called without the --lost parameter. It
3590    allows users to set the values of the :ref:`longoverdue
3591    cron <cron-long-overdues-label>` without having to edit the crontab.
3592    Setting the values to 1 and 30 for example will mark the item with
3593    the `LOST authorized value <#lost>`__ of 1 after the item is 30 days
3594    overdue.
3595
3596 .. _holdsinnoissuescharge-label:
3597
3598 HoldsInNoissuesCharge
3599 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3600
3601 Default: Don't include
3602
3603 Asks: \_\_\_ hold charges when summing up charges for noissuescharge.
3604
3605 Values:
3606
3607 -  Don't include
3608
3609 -  Include
3610
3611 .. _homeorholdingbranch-label:
3612
3613 HomeOrHoldingBranch
3614 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3615
3616 Default: the library the item was checked out from
3617
3618 Asks: Use the checkout and fines rules of \_\_\_
3619
3620 Values:
3621
3622 -  the library the item is from
3623
3624    -  This is equivalent to 'home library'
3625
3626 -  the library the item was checked out from
3627
3628    -  This is equivalent to 'holding library'
3629
3630 Description:
3631
3632 -  This preference does several things.
3633
3634    -  If :ref:`CircControl` is set to 'the library the item
3635       is from' then the :ref:`circulation and fines
3636       policies <circulation-and-fines-rules-label>` will be determined by the item's
3637       library where HomeOrHoldingBranch chooses if item's home library
3638       is used or holding library is used.
3639
3640    -  If :ref:`IndependentBranches` is set to
3641       'Prevent' then the value of this preference is used in figuring
3642       out if the item can be checked out. If the item's home library
3643       does not match the logged in library, the item cannot be checked
3644       out unless you are a :ref:`superlibrarian <patron-permissions-defined-label>`.
3645
3646     **Important**
3647
3648     It is not recommend that this setting be changed after initial setup
3649     of Koha because it will change the behavior of items already checked
3650     out.
3651
3652 .. _issuelostitem-label:
3653
3654 IssueLostItem
3655 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3656
3657 Default: display a message
3658
3659 Asks: When issuing an item that has been marked as lost, \_\_\_.
3660
3661 Values:
3662
3663 -  display a message
3664
3665    |image29|
3666
3667 -  do nothing
3668
3669    -  This option will just check the item out without notifying you
3670       that the item was marked lost.
3671
3672 -  require confirmation
3673
3674    |image30|
3675
3676 Description:
3677
3678 -  This preference lets you define how library staff are notified that
3679    an item with a lost status is being checked out. This will help staff
3680    mark items as 'available' if you choose to 'display a message' or
3681    'require confirmation.^ If you choose to 'do nothing,^ there will be
3682    no notification that the item being checked out is marked as 'lost.^
3683
3684 .. _issuinginprocess-label:
3685
3686 IssuingInProcess
3687 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3688
3689 Default: Don't prevent
3690
3691 Asks: \_\_\_ patrons from checking out an item whose rental charge would
3692 take them over the limit.
3693
3694 Values:
3695
3696 -  Don't prevent
3697
3698 -  Prevent
3699
3700 Description:
3701
3702 -  This preference determines if a patron can check items out if there
3703    is an overdue fine on the account and any of the materials the patron
3704    wishes to check out will potentially tip the account balance over the
3705    maximum fines policy the library has in place.
3706
3707 Example: Your library has a $5 limit set for 'fines' (ie, after
3708 incurring $5 in fines, a patron can no longer check out items). A patron
3709 comes to the desk with 5 items to check out (4 books and a video) The
3710 patron has $4 in charges already on their account. One of the videos has
3711 a rental charge of $1, therefore making the total fines on the patron's
3712 account suddenly $5 (the limit).
3713
3714 .. _itemsdeniedrenewal-label:
3715
3716 ItemsDeniedRenewal
3717 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3718
3719 Asks: Define custom rules to deny specific items from renewal.
3720
3721 Description:
3722
3723 -  This preference allows you to specify items that should not be renewed
3724    either from the OPAC or staff client.  You can enter any combination of
3725    fields (from the items table in the Koha database) followed by a colon
3726    then a space then a bracketed list of values separated by commas. e.g:
3727
3728    ::
3729
3730        ccode: [NEWFIC,NULL,DVD]
3731        itype: [NEWBK,""]
3732
3733 -  The word 'NULL' can be used to block renewal on undefined fields,
3734    while an empty string "" will block on an empty (but defined) field.
3735
3736     **Note**
3737
3738     If using automatic renewal notices your notice text should be updated to
3739     account for the new reason that renewals may be denied "item_denied_renewal".
3740
3741 .. _maninvinnoissuescharge-label:
3742
3743 ManInvInNoissuesCharge
3744 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3745
3746 Default: Include
3747
3748 Asks: \_\_\_ custom debit types when summing up charges for
3749 noissuescharge.
3750
3751 Values:
3752
3753 -  Don't include
3754
3755 -  Include
3756
3757 Description:
3758
3759 -  This preference lets you decide if charges entered as manual invoices
3760    are included when calculating the
3761    :ref:`noissuescharge`. If this is set to 'Include' then
3762    Koha will include all manual invoices when deciding if the patron
3763    owes too much money to check anything else out of the library. If
3764    it's set to 'Don't include' then Koha will ignore all manual invoice
3765    charges when figuring out if the patron owes too much money to
3766    checkout additional materials.
3767
3768 .. _marklostitemsasreturned-label:
3769
3770 MarkLostItemsAsReturned
3771 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3772
3773 Default: Disable
3774
3775 Asks: \_\_\_ items as returned when flagged as lost.
3776
3777 Values:
3778
3779 -  [Select All]
3780
3781 -  From the batch item modification tool
3782
3783 -  From the items tab of the catalog module
3784
3785 -  From the longoverdue cronjob
3786
3787 -  When cataloging an item
3788
3789 Description:
3790
3791 -  The library can choose which of these actions or all of these actions, does an
3792    item gets automatically returned from the patron's account or not.
3793
3794 .. _maxoutstanding-label:
3795
3796 maxoutstanding
3797 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3798
3799 Default: 5
3800
3801 Asks: Prevent patrons from making holds on the OPAC if they owe more
3802 than \_\_\_ USD in fines.
3803
3804 .. _noissuescharge-label:
3805
3806 noissuescharge
3807 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3808
3809 Default: 5
3810
3811 Asks: Prevent patrons from checking out books if they have more than
3812 \_\_\_ USD in fines.
3813
3814 Description:
3815
3816 -  This preference is the maximum amount of money owed to the library
3817    before the user is banned from borrowing more items. Using the
3818    :ref:`ManInvInNoissuesCharge` and
3819    :ref:`RentalsInNoissuesCharge` preferences
3820    you can control which types of charges are considered in this total.
3821    This also coincides with :ref:`maxoutstanding` that
3822    limits patrons from placing holds when the maximum amount is owed to
3823    the library.
3824
3825 .. _noissueschargeguarantees-label:
3826
3827 NoIssuesChargeGuarantees
3828 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3829
3830 Asks: Prevent a patron from checking out if the patron has guarantees
3831 owing in total more than \_\_\_ USD in fines.
3832
3833 Description:
3834
3835 -  Allows a library to prevent patrons from checking out items if his or
3836    her guarantees owe too much in fines.
3837
3838 .. _norenewalbeforeprecision-label:
3839
3840 NoRenewalBeforePrecision
3841 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3842
3843 Default: date
3844
3845 Asks: Calculate "No renewal before" based on \_\_\_.
3846
3847 Values:
3848
3849 -  date
3850
3851 -  exact time
3852
3853     **Note**
3854
3855     Only relevant for loans calculated in days, hourly loans are not
3856     affected.
3857
3858 Description:
3859
3860 -  This preference allows you to control how the 'No renewal before"
3861    option in the :ref:`Circulation and fines rules`
3862    administration area.
3863
3864 .. _noticebcc-label:
3865
3866 NoticeBcc
3867 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3868
3869 Asks: Send all notices as a BCC to this email address \_\_\_
3870
3871 This preference makes it so that a librarian can get a copy of every
3872 notice sent out to patrons.
3873
3874     **Note**
3875
3876     If you'd like more than one person to receive the blind copy you can
3877     simply enter in multiple email addresses separated by commas.
3878     
3879  .. _onsitecheckoutautocheck-label:
3880
3881 OnSiteCheckoutAutoCheck
3882 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3883
3884 Default: Don't enable
3885
3886 Asks: \_\_\_ onsite checkout by default if last checkout was an onsite one.
3887
3888 Values:
3889    
3890 -  Don't enable
3891
3892 -  Enable
3893
3894 Description:
3895
3896 -  This preference allows you specify that if a preceding checkout was an onsite
3897    checkout, then the 'On-site checkout' checkbox will be ticked 
3898    ready for the next checkout.
3899
3900 .. _onsitecheckouts-label:
3901
3902 OnSiteCheckouts
3903 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3904
3905 Default: Disable
3906
3907 Asks: \_\_\_ the on-site checkouts feature.
3908
3909 Values:
3910
3911 -  Disable
3912
3913 -  Enable
3914
3915    |image1184|
3916
3917 Description:
3918
3919 -  This preference lets you check out items that are 'not for loan' to
3920    patrons. A checkbox is added to the checkout screen when this
3921    preference is set to 'Enable' labeled 'On-site checkout'. This allows
3922    you to track who's using items that are normally not for loan or are
3923    in a closed stack setting.
3924
3925 .. _onsitecheckoutsforce-label:
3926
3927 OnSiteCheckoutsForce
3928 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3929
3930 Default: Disable
3931
3932 Asks: \_\_\_ the on-site for all cases (Even if a user is debarred,
3933 etc.).
3934
3935 Values:
3936
3937 -  Disable
3938
3939 -  Enable
3940
3941    |image31|
3942
3943 Description:
3944
3945 -  This preference lets the staff override any restrictions a patron
3946    might have and check out items for use within the library. The
3947    :ref:`OnSiteCheckouts` preference must first be set
3948    to 'Enable' for this preference to be considered.
3949
3950 .. _opacfinenorenewalsblockautorenew-label:
3951
3952 OPACFineNoRenewalsBlockAutoRenew
3953 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3954
3955 Default: Allow
3956
3957 Asks: If a patron owes more than the value of :ref:`OPACFineNoRenewals`,
3958 \_\_\_ his/her auto renewals.
3959
3960 Values:
3961
3962 -  Allow
3963
3964 -  Block
3965
3966 .. _overduenoticecalendar-label:
3967
3968 OverdueNoticeCalendar
3969 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3970
3971 Default: Ignore calendar
3972
3973 Asks: \_\_\_ when working out the period for overdue notices
3974
3975 Values:
3976
3977 -  Ignore calendar
3978
3979    -  Notices do not take holidays into account, so they will be sent
3980       even if holidays have meant the item is not actually overdue yet
3981
3982 -  Use calendar
3983
3984    -  Notices take holidays into account, so they will not be sent if
3985       holidays mean the item is not actually overdue yet
3986
3987 .. _overduesblockcirc-label:
3988
3989 OverduesBlockCirc
3990 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3991
3992 Default: Ask for confirmation
3993
3994 Asks: \_\_\_ when checking out to a borrower that has overdues
3995 outstanding
3996
3997 Values:
3998
3999 -  Ask for confirmation
4000
4001    -  Will not let you check an item out to patrons with overdues until
4002       a librarian confirms that it is okay
4003
4004 -  Block
4005
4006    -  Block all patrons with overdue items from being able to check out
4007
4008 -  Don't block
4009
4010    -  Allow all patrons with overdue items to continue to check out
4011
4012 .. _overduesblockrenewing-label:
4013
4014 OverduesBlockRenewing
4015 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4016
4017 Default: allow renewing
4018
4019 Asks: When a patron's checked out item is overdue, \_\_\_
4020
4021 Values:
4022
4023 -  allow renewing
4024
4025 -  block renewing for all the patron's items
4026
4027 -  block renewing for only this item
4028
4029 .. _printnoticesmaxlines-label:
4030
4031 PrintNoticesMaxLines
4032 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4033
4034 Asks: Include up to \_\_\_ item lines in a printed overdue notice.
4035
4036     **Note**
4037
4038     If the number of items is greater than this number, the notice will
4039     end with a warning asking the borrower to check their online account
4040     for a full list of overdue items.
4041
4042     **Note**
4043
4044     Set to 0 to include all overdue items in the notice, no matter how
4045     many there are.
4046
4047     **Important**
4048
4049     This preference only refers to the print notices, not those sent via
4050     email.
4051
4052 .. _renewalperiodbase-label:
4053
4054 RenewalPeriodBase
4055 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4056
4057 Default: the old due date of the checkout
4058
4059 Asks: When renewing checkouts, base the new due date on \_\_\_
4060
4061 Values:
4062
4063 -  the old due date of the checkout
4064
4065 -  the current date
4066
4067 .. _renewalsendnotice-label:
4068
4069 RenewalSendNotice
4070 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4071
4072 Default: Don't send
4073
4074 Asks: \_\_\_\_ a renewal notice according to patron checkout alert
4075 preferences.
4076
4077 Values:
4078
4079 -  Don't send
4080
4081 -  Send
4082
4083 Description:
4084
4085 -  If a patron has chosen to receive a check out notice in their
4086    messaging preferences and this preference is set to 'Send' then those
4087    patrons will also receive a notice when they renew materials. You
4088    will want to set up a :ref:`new notice <adding-notices-and-slips-label>` with the code of
4089    RENEWAL (if you don't already have it) with custom text for renewing
4090    items.
4091
4092        **Important**
4093
4094        This preference requires that you have
4095        :ref:`EnhancedMessagingPreferences`
4096        set to 'Allow'
4097
4098 .. _rentalfeescheckoutconfirmation-label:
4099
4100 RentalFeesCheckoutConfirmation
4101 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4102
4103 Default: do not ask
4104
4105 Asks: When checking out an item with rental fees, \_\_\_ for
4106 confirmation.
4107
4108 Values:
4109
4110 -  ask
4111
4112   |image1183|
4113
4114 -  do not ask
4115
4116 Description:
4117
4118 -  If you are charging rental fees for items this preference will make
4119    it so that you can show (or not show) a confirmation before checking
4120    out an item that will incur a rental charge.
4121
4122 .. _rentalsinnoissuescharge-label:
4123
4124 RentalsInNoissuesCharge
4125 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4126
4127 Default: Include
4128
4129 Asks: \_\_\_ rental charges when summing up charges for noissuescharge.
4130
4131 Values:
4132
4133 -  Don't include
4134
4135 -  Include
4136
4137 Description:
4138
4139 -  This preference lets you decide if rental charges are included when
4140    calculating the :ref:`noissuescharge`. If this is set
4141    to include then Koha will include all rental charges when deciding if
4142    the patron owes too much money to check anything else out of the
4143    library. If it's set to Don't include then Koha will ignore all
4144    rental charges when figuring out if the patron owes too much money to
4145    checkout additional materials.
4146
4147 .. _restrictionblockrenewing-label:
4148
4149 RestrictionBlockRenewing
4150 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4151
4152 Default: Allow
4153
4154 Asks: If patron is restricted, \_\_\_ renewing of items.
4155
4156 Values:
4157
4158 -  Allow
4159
4160 -  Block
4161
4162 .. _returnbeforeexpiry-label:
4163
4164 ReturnBeforeExpiry
4165 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4166
4167 Default: Don't require
4168
4169 Asks: \_\_\_ patrons to return books before their accounts expire (by
4170 restricting due dates to before the patron's expiration date).
4171
4172 Values:
4173
4174 -  Don't require
4175
4176 -  Require
4177
4178 Description:
4179
4180 -  This is preference may prevent a patron from having items checked out
4181    after their library card has expired. If this is set to "Require",
4182    then a due date of any checked out item can not be set for a date
4183    which falls after the patron's card expiration. If the setting is
4184    left "Don't require" then item check out dates may exceed the
4185    expiration date for the patron's library card.
4186
4187 .. _staffsearchresultsdisplaybranch-label:
4188
4189 StaffSearchResultsDisplayBranch
4190 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4191
4192 Default: the library the item is held by
4193
4194 Asks: For search results in the staff client, display the branch of
4195 \_\_\_
4196
4197 Values:
4198
4199 -  the library the item is from
4200
4201 -  the library the items is held by
4202
4203 .. _switchonsitecheckouts-label:
4204
4205 SwitchOnSiteCheckouts
4206 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4207
4208 Default: Don't switch
4209
4210 Asks: \_\_\_ on-site checkouts to normal checkouts when checked out.
4211
4212 Values:
4213
4214 -  Don't switch
4215
4216 -  Switch
4217
4218 .. _transfersmaxdayswarning-label:
4219
4220 TransfersMaxDaysWarning
4221 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4222
4223 Default: 3
4224
4225 Asks: Show a warning on the "Transfers to Receive" screen if the
4226 transfer has not been received \_\_\_ days after it is sent.
4227
4228 Description:
4229
4230 -  The TransferMaxDaysWarning preference is set at a default number of
4231    days. This preference allows for a warning to appear after a set
4232    amount of time if an item being transferred between library branches
4233    has not been received. The warning will appear in the :ref:`Transfers to
4234    Receive <transfers-to-receive-label>` report.
4235
4236 .. _usebranchtransferlimits-and-branchtransferlimitstype-label:
4237
4238 UseBranchTransferLimits and BranchTransferLimitsType
4239 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4240
4241 Defaults: Don't enforce and collection code
4242
4243 Asks: \_\_\_ branch transfer limits based on \_\_\_
4244
4245 UseBranchTransferLimits Values:
4246
4247 -  Don't enforce
4248
4249 -  Enforce
4250
4251 BranchTransferLimitsType Values:
4252
4253 -  collection code
4254
4255 -  item type
4256
4257 BranchTransferLimitsType Description:
4258
4259 -  This parameter is a binary setting which determines whether items are
4260    transferred according to item type or collection code. This value
4261    determines how the library manager is able to restrict what items can
4262    be transferred between the branches.
4263
4264 .. _usedaysmode-label:
4265
4266 useDaysMode
4267 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4268
4269 Default: Don't include
4270
4271 Asks: Calculate the due date using \_\_\_.
4272
4273 Values:
4274
4275 -  circulation rules only.
4276
4277 -  the calendar to push the due date to the next open day.
4278
4279 -  the calendar to skip all days the library is closed.
4280
4281 Description:
4282
4283 -  This preference controls how scheduled library closures affect the
4284    due date of a material. The 'the calendar to skip all days the
4285    library is closed' setting allows for a scheduled closure not to
4286    count as a day in the loan period, the 'circulation rules only'
4287    setting would not consider the scheduled closure at all, and 'the
4288    calendar to push the due date to the next open day' would only effect
4289    the due date if the day the item is due would fall specifically on
4290    the day of closure.
4291
4292 Example:
4293
4294 -  The library has put December 24th and 25th in as closures on the
4295    calendar. A book checked out by a patron has a due date of December
4296    25th according to the circulation and fine rules. If this preference
4297    is set to 'circulation rules only' then the item will remain due on
4298    the 25th. If the preference is set to 'the calendar to push the due
4299    date to the next open day' then the due date will be December 26th.
4300    If the preference is set to 'the calendar to skip all days the
4301    library is closed' then the due date will be pushed to the 27th of
4302    December to accommodate for the two closed days.
4303
4304 The calendar is defined on a branch by branch basis. To learn more about
4305 the calendar, check out the :ref:`Calendar & Holidays <calendar-label>`
4306 section of this manual.
4307
4308 .. _usetransportcostmatrix-label:
4309
4310 UseTransportCostMatrix
4311 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4312
4313 Default: Don't use
4314
4315 Asks: \_\_\_ Transport Cost Matrix for calculating optimal holds filling
4316 between branches.
4317
4318 Values:
4319
4320 -  Don't use
4321
4322 -  Use
4323
4324 Description:
4325
4326 -  If the system is configured to use the :ref:`Transport cost
4327    matrix <transport-cost-matrix-label>` for filling holds, then when
4328    attempting to fill a hold, the system will search for the lowest cost
4329    branch, and attempt to fill the hold with an item from that branch
4330    first. Branches of equal cost will be selected from randomly. The
4331    branch or branches of the next highest cost shall be selected from
4332    only if all the branches in the previous group are unable to fill the
4333    hold.
4334
4335    The system will use the item's current holding branch when
4336    determining whether the item can fulfill a hold using the Transport
4337    Cost Matrix.
4338
4339 .. _course-reserves-system-preferences-label:
4340
4341 Course Reserves
4342 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4343
4344 .. _usecoursereserves-label:
4345
4346 UseCourseReserves
4347 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4348
4349 Default: Don't use
4350
4351 Asks: \_\_\_ course reserves
4352
4353 Values:
4354
4355 -  Don't use
4356
4357 -  Use
4358
4359 Description:
4360
4361 -  The `Course Reserves <#coursereserves>`__ module in Koha allows you
4362    to temporarily move items to 'reserve' and assign different
4363    circulation rules to these items while they are being used for a
4364    specific course.
4365
4366 .. _fines-policy-label:
4367
4368 Fines Policy
4369 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4370
4371 .. _finescalendar-label:
4372
4373 finesCalendar
4374 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4375
4376 Default: not including the days the library is closed
4377
4378 Asks: Calculate fines based on days overdue \_\_\_
4379
4380 Values:
4381
4382 -  directly
4383
4384 -  not including the days the library is closed
4385
4386 Description:
4387
4388 -  This preference will determine whether or not fines will be accrued
4389    during instances when the library is closed. Examples include
4390    holidays, library in-service days, etc. Choosing "not including the
4391    days the library is closed" setting will enable Koha to access its
4392    :ref:`Calendar` module and be considerate of dates when
4393    the library is closed. To make use of this setting the administrator
4394    must first access Koha's calendar and mark certain days as "holidays"
4395    ahead of time.
4396
4397 The calendar is defined on a branch by branch basis. To learn more about
4398 the calendar, check out the :ref:`calendar <calendar-label>`
4399 section of this manual.
4400
4401 .. _finesincludegraceperiod-label:
4402
4403 FinesIncludeGracePeriod
4404 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4405
4406 Default: Include
4407
4408 Asks: \_\_\_ the grace period when calculating the fine for an overdue
4409 item.
4410
4411 Values:
4412
4413 -  Don't include
4414
4415 -  Include
4416
4417 Description:
4418
4419 -  This preference lets you control how Koha calculates fines when there
4420    is a grace period. If you choose to include the grace period when
4421    calculating fines then Koha will charge for the days in the grace
4422    period should the item be overdue more than those days. If you choose
4423    not to include the grace period then Koha will only charge for the
4424    days overdue after the grace period.
4425
4426 .. _finesmode-label:
4427
4428 finesMode
4429 ^^^^^^^^^^^^^^^^^^^^^^^^^^
4430
4431 Default: Calculate (but only for mailing to the admin)
4432
4433 Asks: \_\_\_ fines
4434
4435 Values:
4436
4437 -  Calculate (but only for mailing to the admin)
4438
4439 -  Calculate and charge
4440
4441 -  Don't calculate
4442
4443     **Important**
4444
4445     Requires that you have the fines cron job running
4446     (misc/cronjobs/fines.pl)
4447
4448 .. _holdfeemode-label:
4449
4450 HoldFeeMode
4451 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4452
4453 Default: only if all items are checked out and the record has at least one hold already.
4454
4455 Asks: Charge a hold fee \_\_\_
4456
4457 Values:
4458
4459 -  any time a hold is collected.
4460
4461 -  any time a hold is placed.
4462
4463 -  only if all items are checked out and the record has at least one hold already.
4464
4465 .. _processingfeenote-label:
4466
4467 ProcessingFeeNote
4468 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4469
4470 Asks: Set the text to be recorded in the column 'note', table 'accountlines' when the processing fee (defined in item type) is applied.
4471
4472 .. _refundlostonreturncontrol-label:
4473
4474 RefundLostOnReturnControl
4475 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4476
4477 Default: check-in library.
4478
4479 Asks: If a lost item is returned, apply the refunding rules defined
4480 in the \_\_\_
4481
4482 Values:
4483
4484 -  check-in library.
4485
4486 -  item holding branch.
4487
4488 -  item home branch.
4489
4490 .. _usedefaultreplacementcost-label:
4491
4492 useDefaultReplacementCost
4493 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4494
4495 Default: Don't use
4496
4497 Asks: \_\_\_ the default replacement cost defined in item type.
4498
4499 Values:
4500
4501 -  Don't use
4502
4503 -  Use
4504
4505 Description:
4506
4507 -  This preference enables the use of the replacement cost set on the item type level
4508
4509 .. _whenlostchargereplacementfee-label:
4510
4511 WhenLostChargeReplacementFee
4512 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4513
4514 Default: Charge
4515
4516 Asks: \_\_\_ the replacement price when a patron loses an item.
4517
4518 Values:
4519
4520 -  Charge
4521
4522 -  Don't charge
4523
4524 Description:
4525
4526 -  This preference lets you tell Koha what to do with an item is marked
4527    lost. If you want Koha can 'Charge' the patron the replacement fee
4528    listed on the item they lost or it can do nothing in reference to the
4529    patron and just mark the item lost in the catalog.
4530
4531 .. _whenlostforgivefine-label:
4532
4533 WhenLostForgiveFine
4534 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4535
4536 Default: Don't forgive
4537
4538 Asks: \_\_\_ the fines on an item when it is lost.
4539
4540 Values:
4541
4542 -  Don't forgive
4543
4544 -  Forgive
4545
4546 Description:
4547
4548 -  This preference allows the library to decide if fines are charged in
4549    addition to the replacement fee when an item is marked as lost. If
4550    this preference is set to 'Forgive' then the patron won't be charged
4551    fines in addition to the replacement fee.
4552
4553 .. _holds-policy-label:
4554
4555 Holds Policy
4556 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4557
4558 .. _allowholddateinfuture-label:
4559
4560 AllowHoldDateInFuture
4561 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4562
4563 Default: Allow
4564
4565 Asks: \_\_\_ hold requests to be placed that do not enter the waiting
4566 list until a certain future date.
4567
4568 Values:
4569
4570 -  Allow
4571
4572 -  Don't allow
4573
4574 .. _allowholditemtypeselection-label:
4575
4576 AllowHoldItemTypeSelection
4577 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4578
4579 Default: Don't allow
4580
4581 Asks: \_\_\_ hold fulfillment to be limited by itemtype.
4582
4583 Values:
4584
4585 -  Allow
4586
4587 -  Don't allow
4588
4589 .. _allowholdpolicyoverride-label:
4590
4591 AllowHoldPolicyOverride
4592 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4593
4594 Default: Allow
4595
4596 Asks: \_\_\_ staff to override hold policies when placing holds.
4597
4598 Values:
4599
4600 -  Allow
4601
4602 -  Don't allow
4603
4604 Description:
4605
4606 -  This preference is a binary setting which controls whether or not the
4607    library staff can override the circulation and fines rules as they
4608    pertain to the placement of holds. Setting this value to "Don't
4609    allow" will prevent anyone from overriding, setting it to "Allow"
4610    will allow it. This setting is important because it determines how
4611    strict the libraries rules for placing holds are. If this is set to
4612    "Allow", exceptions can be made for patrons who are otherwise
4613    normally in good standing with the library, but there is opportunity
4614    for the staff to abuse this function. If it is set to "Don't allow",
4615    no abuse of the system is possible, but it makes the system entirely
4616    inflexible in respect to holds.
4617
4618 .. _allowholdsondamageditems-label:
4619
4620 AllowHoldsOnDamagedItems
4621 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4622
4623 Default: Allow
4624
4625 Asks: \_\_\_ hold requests to be placed on damaged items.
4626
4627 Values:
4628
4629 -  Allow
4630
4631 -  Don't allow
4632
4633 Description:
4634
4635 -  This parameter is a binary setting which controls whether or not hold
4636    requests can be placed on items that are marked as "damaged" (items
4637    are marked as damaged by editing subfield 4 on the item record).
4638    Setting this value to "Don't allow" will prevent anyone from placing
4639    a hold on such items, setting it to "Allow" will allow it. This
4640    preference is important because it determines whether or not a patron
4641    can place a request for an item that might be in the process of being
4642    repaired or not in good condition. The library may wish to set this
4643    to "Don't allow" if they were concerned about their patrons not
4644    receiving the item in a timely manner or at all (if it is determined
4645    that the item is beyond repair). Setting it to "Allow" would allow a
4646    patron to place a hold on an item and therefore receive it as soon as
4647    it becomes available.
4648
4649 .. _allowholdsonpatronspossessions-label:
4650
4651 AllowHoldsOnPatronsPossessions
4652 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4653
4654 Default: Allow
4655
4656 Asks: \_\_\_\_ a patron to place a hold on a record where the patron
4657 already has one or more items attached to that record checked out.
4658
4659 Values:
4660
4661 -  Allow
4662
4663 -  Don't allow
4664
4665 Description:
4666
4667 -  By setting to "Don't allow," you can prevent patrons from placing
4668    holds on items they already have out, thus preventing them from
4669    blocking anyone else from getting an item.
4670
4671 .. _allowrenewalifotheritemsavailable-label:
4672
4673 AllowRenewalIfOtherItemsAvailable
4674 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4675
4676 Default: Don't allow
4677
4678 Asks: \_\_\_ a patron to renew an item with unfilled holds if other
4679 available items can fill that hold.
4680
4681 Values:
4682
4683 -  Allow
4684
4685 -  Don't allow
4686
4687 .. _autoresumesuspendedholds-label:
4688
4689 AutoResumeSuspendedHolds
4690 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4691
4692 Default: Allow
4693
4694 Asks: \_\_\_ suspended holds to be automatically resumed by a set date.
4695
4696 Values:
4697
4698 -  Allow
4699
4700 -  Don't allow
4701
4702 Description:
4703
4704 -  If this preference is set to 'Allow' then all suspended holds will be
4705    able to have a date at after which they automatically become
4706    unsuspended. If you have this preference set to 'Allow' you will also
4707    need the :ref:`Unsuspend Holds` cron job running.
4708
4709     **Important**
4710
4711     The holds will become unsuspended the date after that entered by the
4712     patron.
4713
4714 .. _canmarkholdstopullaslost-label:
4715
4716 CanMarkHoldsToPullAsLost
4717 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4718
4719 Default: Do not allow to mark items as lost
4720
4721 Asks: \_\_\_ from the 'Holds to pull' screen
4722
4723 Values:
4724
4725 -  Allow to mark items as lost
4726
4727 -  Allow to mark items as lost and notify the patron
4728
4729 -  Do not allow to mark items as lot
4730
4731 Description:
4732
4733 -  This preference lets you choose whether the staff can mark items
4734    as lost directly from the 'Holds to pull' list if they can't
4735    find the item on the shelf.
4736
4737 .. _canreservefromotherbranches-label:
4738
4739 canreservefromotherbranches
4740 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4741
4742 Default: Allow
4743
4744 Asks: \_\_\_ a user from one library to place a hold on an item from
4745 another library
4746
4747 Description:
4748
4749 -  This preference is a binary setting which determines whether patrons
4750    can place holds on items from other branches. If the preference is
4751    set to "Allow" patrons can place such holds, if it is set to "Don't
4752    allow" they cannot. This is an important setting because it
4753    determines if users can use Koha to request items from another
4754    branch. If the library is sharing an installation of Koha with other
4755    independent libraries which do not wish to allow interlibrary
4756    borrowing it is recommended that this parameter be set to "Don't
4757    allow".
4758
4759 Values:
4760
4761 -  Allow
4762
4763 -  Don't allow (with :ref:`IndependentBranches`)
4764
4765 .. _confirmfutureholds-label:
4766
4767 ConfirmFutureHolds
4768 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4769
4770 Default: 0
4771
4772 Asks: Confirm future hold requests (starting no later than \_\_\_ days
4773 from now) at checkin time.
4774
4775 Description:
4776
4777 -  When confirming a hold at checkin time, the number of days in this
4778    preference is taken into account when deciding which holds to show
4779    alerts for. This preference does not interfere with renewing,
4780    checking out or transferring a book.
4781
4782     **Note**
4783
4784     This number of days will be used too in calculating the default end
4785     date for the Holds to pull-report. But it does not interfere with
4786     issuing, renewing or transferring books.
4787
4788     **Important**
4789
4790     This preference is only looked at if you're allowing hold dates in
4791     the future with :ref:`AllowHoldDateInFuture`
4792     or :ref:`OPACAllowHoldDateInFuture`
4793
4794 .. _decreaseloanhighholds-preferences-label:
4795
4796 decreaseLoanHighHolds, decreaseLoanHighHoldsDuration, decreaseLoanHighHoldsValue, decreaseLoanHighHoldsControl, and decreaseLoanHighHoldsIgnoreStatuses
4797 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4798
4799 Asks: \_\_\_ the reduction of loan period \_\_\_ to days for items with
4800 more than \_\_\_ holds \_\_\_ . Ignore items with the following statuses
4801 when counting items \_\_\_
4802
4803 decreaseLoanHighHolds default: Don't enable
4804
4805 decreaseLoanHighHoldsControl default: on the record
4806
4807 decreaseLoanHighHolds values:
4808
4809 -  Enable
4810
4811 decreaseLoanHighHoldsControl values:
4812
4813 -  over the number of holdable items on the records
4814
4815 -  on the record
4816
4817 decreaseLoanHighHoldsIgnoreStatuses values:
4818
4819 -  [Select All]
4820
4821 -  Damages
4822
4823 -  Lost
4824
4825 -  Not for loan
4826
4827 -  Withdrawn
4828
4829 Description:
4830
4831 -  These preferences let you change the loan length for items that have
4832    many holds on them. This will not effect items that are already
4833    checked out, but items that are checked out after the
4834    decreaseLoanHighHoldsValue is met will only be checked out for the
4835    number of days entered in the decreaseLoanHighHoldsDuration
4836    preference.
4837
4838    |image32|
4839
4840 .. _displaymultiplacehold-label:
4841
4842 DisplayMultiPlaceHold
4843 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4844
4845 Default: Don't enable
4846
4847 Asks: \_\_\_ the ability to place holds on multiple biblio from the
4848 search results
4849
4850 Values:
4851
4852 -  Don't enable
4853
4854 -  Enable
4855
4856 .. _emaillibrarianwhenholdisplaced-label:
4857
4858 emailLibrarianWhenHoldIsPlaced
4859 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4860
4861 Default: Don't enable
4862
4863 Asks: \_\_\_ sending an email to the Koha administrator email address
4864 whenever a hold request is placed.
4865
4866 Values:
4867
4868 -  Don't enable
4869
4870 -  Enable
4871
4872 Description:
4873
4874 -  This preference enables Koha to email the library staff whenever a
4875    patron requests an item to be held. While this function will
4876    immediately alert the librarian to the patron's need, it is extremely
4877    impractical in most library settings. In most libraries the hold
4878    lists are monitored and maintained from a separate interface. That
4879    said, many libraries that allow on shelf holds prefer to have this
4880    preference turned on so that they are alerted to pull an item from
4881    the shelf.
4882
4883     **Important**
4884
4885     In order for this email to send you must have a
4886     :ref:`notice <notices-and-slips-label>` template with the code of HOLDPLACED
4887
4888     **Important**
4889
4890     This notice will only be sent if the :ref:`process\_message\_queue.pl
4891     cron job <cron-message-queue-label>` is being run periodically to send the
4892     messages.
4893
4894 .. _excludeholidaysfrommaxpickupdelay-label:
4895
4896 ExcludeHolidaysFromMaxPickUpDelay
4897 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4898
4899 Default: Don't allow
4900
4901 Asks: \_\_\_ Closed days to be taken into account in reserves max pickup delay.
4902
4903 Values:
4904
4905 -  Don't allow
4906
4907 -  Allow
4908
4909 .. _expirereservesmaxpickupdelay-label:
4910
4911 ExpireReservesMaxPickUpDelay
4912 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4913
4914 Default: Don't allow
4915
4916 Asks: \_\_\_ holds to expire automatically if they have not been picked
4917 by within the time period specified in
4918 :ref:`ReservesMaxPickUpDelay`
4919
4920 Values:
4921
4922 -  Allow
4923
4924 -  Don't allow
4925
4926 Description:
4927
4928 -  If set to 'allow' this will cancel holds that have been waiting for
4929    longer than the number of days specified in the
4930    :ref:`ReservesMaxPickUpDelay` system
4931    preference. Holds will only be cancelled if the :ref:`Expire Holds cron
4932    job <cron-expired-holds-label>` is runnning.
4933
4934 .. _expirereservesmaxpickupdelaycharge-label:
4935
4936 ExpireReservesMaxPickUpDelayCharge
4937 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4938
4939 Default: 0
4940
4941 Asks: If using
4942 :ref:`ExpireReservesMaxPickUpDelay`, charge
4943 a borrower who allows his or her waiting hold to expire a fee of \_\_\_
4944 USD
4945
4946 Description:
4947
4948 -  If you are expiring holds that have been waiting too long you can use
4949    this preference to charge the patron for not picking up their hold.
4950    If you don't charge patrons for items that aren't picked up you can
4951    leave this set to the default which is 0. Holds will only be
4952    cancelled and charged if the :ref:`Expire Holds cron
4953    job <cron-expired-holds-label>` is running.
4954
4955 .. _expirereservesonholidays-label:
4956
4957 ExpireReservesOnHolidays
4958 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4959
4960 Default: Allow
4961
4962 Asks: \_\_\_ expired holds to be cancelled on days the library is
4963 closed.
4964
4965 Values:
4966
4967 -  Allow
4968
4969 -  Don't allow
4970
4971 .. _holdssplitqueue-label:
4972
4973 HoldsSplitQueue
4974 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4975
4976 Default: nothing
4977
4978 Asks: In the staff client, split the holds queue into separate tables by \_\_\_
4979
4980 Values:
4981
4982 -  pickup library
4983
4984 -  pickup library and itemtype
4985
4986 -  hold itemtype
4987
4988 -  nothing
4989
4990 Description:
4991
4992 -  This feature allows you to separate holds by pickup library or itemtype in the
4993    holds page of a record (not in the global holds queue found on the circulation
4994    page).
4995
4996 -  When using the up and down arrows the priorities will be changed only
4997    in the group the holds belongs to.
4998
4999 .. _holdssplitqueuenumbering-label:
5000
5001 HoldsSplitQueueNumbering
5002 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5003
5004 Default: the actual priority, which may be out of order
5005
5006 Asks: If the holds queue is split, show librarians \_\_\_
5007
5008 Values:
5009
5010 -  the actual priority, which may be out of order
5011
5012 -  'virtual' priorities, where each group is numbered separately
5013
5014 Description:
5015
5016 -  This system preference is only effective if :ref:`HoldsSplitQueue` is set to
5017    any value except 'nothing'.
5018
5019 -  This system preference controls the priority numbering on the holds page
5020    of a record (not in the global holds queue found on the circulation page).
5021
5022 .. _localholdspriority-preferences-label:
5023
5024 LocalHoldsPriority, LocalHoldsPriorityPatronControl, LocalHoldsPriorityItemControl
5025 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5026
5027 Asks: \_\_\_ priority for filling holds to patrons whose \_\_\_ matches
5028 the item's \_\_\_
5029
5030 LocalHoldsPriority Values:
5031
5032 -  Don't give
5033
5034 -  Give
5035
5036 LocalHoldsPriorityPatronControl Values:
5037
5038 -  home library
5039
5040 -  pickup library
5041
5042 LocalHoldsPriorityItemControl Values:
5043
5044 -  holding library
5045
5046 -  home library
5047
5048 Description:
5049
5050 -  This feature will allow libraries to specify that, when an item is
5051    returned, a local hold may be given priority for fulfillment even
5052    though it is of lower priority in the list of unfilled holds.
5053
5054 .. _maxreserves-label:
5055
5056 maxreserves
5057 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5058
5059 Default: 50
5060
5061 Asks: Patrons can only have \_\_\_ holds at once.
5062
5063 .. _opacallowholddateinfuture-label:
5064
5065 OPACAllowHoldDateInFuture
5066 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5067
5068 Default: Allow
5069
5070 Asks: \_\_\_ patrons to place holds that don't enter the waiting list
5071 until a certain future date.
5072
5073 Values:
5074
5075 -  Allow
5076
5077    -  :ref:`AllowHoldDateInFuture` must also be
5078       enabled for this to work
5079
5080 -  Don't allow
5081
5082 .. _opacallowusertochoosebranch-label:
5083
5084 OPACAllowUserToChooseBranch
5085 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5086
5087 Default: Allow
5088
5089 Asks: \_\_\_ a user to choose the library to pick up a hold from.
5090
5091 Values:
5092
5093 -  Allow
5094
5095 -  Don't allow
5096
5097 Description:
5098
5099 -  Changing this preference will not prevent staff from being able to
5100    transfer titles from one library to another to fill a hold, it will
5101    only prevent patrons from saying they plan on picking a book up at a
5102    library other than their home library.
5103
5104 -  The list of available pickup locations will include all libraries that
5105    have 'Pickup location' set to 'Yes' on the library configuration page.
5106
5107 .. _opacholdsifavailableatpickup-label:
5108
5109 OPACHoldsIfAvailableAtPickup
5110 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5111
5112 Default: Allow
5113
5114 Asks: \_\_\_ to pickup holds at libraries where the item is available.
5115
5116 Values:
5117
5118 -  Don't allow
5119
5120 -  Allow
5121
5122 Description:
5123
5124 -  Prevents borrowers from requesting items that are on the shelf
5125    at the same branch at which they wish to pick up those items.
5126
5127 .. _opacholdsifavailableatpickupexceptions-label:
5128
5129 OPACHoldsIfAvailableAtPickupExceptions
5130 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5131
5132 Default: blank
5133
5134 Asks: Patron categories not affected by :ref:`OPACHoldsIfAvailableAtPickup`
5135 \_\_\_ (list of patron categories separated with a pipe ^|^)
5136
5137 Description:
5138
5139 -  Patron category codes listed here separated by a pipe ^|^ are unaffected by
5140    :ref:`OPACHoldsIfAvailableAtPickup`.
5141
5142 .. _reservescontrolbranch-label:
5143
5144 ReservesControlBranch
5145 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5146
5147 Default: item's home library
5148
5149 Asks: Check the \_\_\_ to see if the patron can place a hold on the
5150 item.
5151
5152 Values:
5153
5154 -  item's home library.
5155
5156 -  patron's home library.
5157
5158 .. _reservesmaxpickupdelay-label:
5159
5160 ReservesMaxPickUpDelay
5161 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5162
5163 Default: 7
5164
5165 Asks: Mark a hold as problematic if it has been waiting for more than
5166 \_\_\_ days.
5167
5168 Description:
5169
5170 -  This preference (based on calendar days, not the
5171    :ref:`Koha holiday calendar <calendar-label>`) puts an expiration date on an item a
5172    patron has on hold. After this expiration date the staff will have
5173    the option to release the unclaimed hold which then may be returned
5174    to the library shelf or issued to the next patron on the item's hold
5175    list. Items that are 'expired' by this preference are moved to the
5176    'Holds Over' tab on the :ref:`Holds Awaiting Pickup <holds-awaiting-pickup-label>`
5177    report.
5178
5179 .. _reservesneedreturns-label:
5180
5181 ReservesNeedReturns
5182 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5183
5184 Default: Don't automatically
5185
5186 Asks: \_\_\_ mark holds as found and waiting when a hold is placed
5187 specifically on them and they are already checked in.
5188
5189 Values:
5190
5191 -  Automatically
5192
5193 -  Don't automatically
5194
5195 Description:
5196
5197 -  This preference refers to 'item specific' holds where the item is
5198    currently on the library shelf. This preference allows a library to
5199    decide whether an 'item specific' hold is marked as "Waiting" at the
5200    time the hold is placed or if the item will be marked as "Waiting"
5201    after the item is checked in. This preference will tell the patron
5202    that their item is 'Waiting' for them at their library and ready for
5203    check out.
5204
5205 .. _holds-queue-system-preferences-label:
5206
5207 StaticHoldsQueueWeight, HoldsQueueSkipClosed and RandomizeHoldsQueueWeight
5208 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5209
5210 StaticHoldsQueueWeight Default: 0
5211
5212 HoldsQueueSkipClosed Default: open or closed
5213
5214 RandomizeHoldsQueueWeight Default: in that order
5215
5216 Asks: Satisfy holds using items from the libraries \_\_\_ (as
5217 branchcodes, separated by commas; if empty, uses all libraries) when
5218 they are \_\_\_ \_\_\_.
5219
5220 HoldsQueueSkipClosed Values:
5221
5222 -  open or closed
5223
5224 -  open
5225
5226 RandomizeHoldsQueueWeight Values:
5227
5228 -  in random order
5229
5230    -  If StaticHoldsQueueWeight is left at the default Koha will
5231       randomize all libraries, otherwise it will randomize the libraries
5232       listed.
5233
5234 -  in that order
5235
5236    -  If StaticHoldsQueueWeight is left at the default then this will
5237       use all of your branches in alphabetical order, otherwise it will
5238       use the branches in the order that you entered them in the
5239       StaticHoldsQueueWeight preference.
5240
5241 Descriptions:
5242
5243 -  These preferences control how the :ref:`Holds Queue
5244    report <holds-queue-label>` is generated using :ref:`a cron
5245    job <cron-holds-queue-report-label>`.
5246
5247    If you do not want all of your libraries to participate in the
5248    on-shelf holds fulfillment process, you should list the the libraries
5249    that \*do\* participate in the process here by inputting all the
5250    participating library's branchcodes, separated by commas ( e.g.
5251    "MPL,CPL,SPL,BML" etc. ).
5252
5253    By default, the holds queue will be generated such that the system
5254    will first attempt to hold fulfillment using items already at the
5255    pickup library if possible. If there are no items available at the
5256    pickup library to fill a hold, build\_holds\_queue.pl will then use
5257    the list of libraries defined in StaticHoldsQueueWeight. If
5258    RandomizeHoldsQueueWeight is disabled ( which it is by default ), the
5259    script will assign fulfillment requests in the order the branches are
5260    placed in the StaticHoldsQueueWeight system preference.
5261
5262    For example, if your system has three libraries, of varying sizes (
5263    small, medium and large ) and you want the burden of holds
5264    fulfillment to be on larger libraries before smaller libraries, you
5265    would want StaticHoldsQueueWeight to look something like
5266    "LRG,MED,SML".
5267
5268    If you want the burden of holds fulfillment to be spread out equally
5269    throughout your library system, simply enable
5270    RandomizeHoldsQueueWeight. When this system preference is enabled,
5271    the order in which libraries will be requested to fulfill an on-shelf
5272    hold will be randomized each time the list is regenerated.
5273
5274     **Important**
5275
5276     The :ref:`Transport Cost Matrix <transport-cost-matrix-label>` takes
5277     precedence in controlling where holds are filled from, if the matrix
5278     is not used then Koha checks the StaticHoldsQueueWeight. To use the
5279     Transport Cost Matrix simply set your
5280     :ref:`UseTransportCostMatrix` preference to
5281     'Use'
5282
5283 .. _suspendholdsintranet-label:
5284
5285 SuspendHoldsIntranet
5286 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5287
5288 Default: Allow
5289
5290 Asks: \_\_\_ holds to be suspended from the intranet.
5291
5292 Values:
5293
5294 -  Allow
5295
5296 -  Don't allow
5297
5298 Description:
5299
5300 -  The holds suspension feature can be turned on and off in the staff
5301    client by altering this system preference. If this is set to 'allow'
5302    you will want to set the
5303    :ref:`AutoResumeSuspendedHolds` system
5304    preference.
5305
5306 .. _suspendholdsopac-label:
5307
5308 SuspendHoldsOpac
5309 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5310
5311 Default: Allow
5312
5313 Asks: \_\_\_ holds to be suspended from the OPAC.
5314
5315 Values:
5316
5317 -  Allow
5318
5319 -  Don't allow
5320
5321 Description:
5322
5323 -  The holds suspension feature can be turned on and off in the OPAC by
5324    altering this system preference. If this is set to 'allow' you will
5325    want to set the
5326    :ref:`AutoResumeSuspendedHolds` system
5327    preference.
5328
5329 .. _transferwhencancelallwaitingholds-label:
5330
5331 TransferWhenCancelAllWaitingHolds
5332 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5333
5334 Default: Don't transfer
5335
5336 Asks: \_\_\_ items when cancelling all waiting holds.
5337
5338 Values:
5339
5340 -  Don't transfer
5341
5342 -  Transfer
5343
5344 Description:
5345
5346 -  When TransferWhenCancelAllWaitingHolds is set to "Don't transfer", no
5347    branch transfer records are created. Koha will not allow the holds to
5348    be transferred, because that would orphan the items at the library
5349    where the holds were awaiting pickup, without any further instruction
5350    to staff as to what items are at the library or where they need to
5351    go. When that system preference set to "Transfer", branch transfers
5352    are created, so the holds may be cancelled.
5353
5354 .. _updateitemwhenlostfromholdlist-label:
5355
5356 UpdateItemWhenLostFromHoldList
5357 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5358
5359 Asks: Update item's values when marked as lost from the hold to pull screen.
5360
5361 Description:
5362
5363 -  This is a list of values to update an item when it is marked as lost from
5364    the holds to pull screen. For example, write "itemlost: 1" to set the items.
5365    itemlost value to 1 when the item is marked as lost. This will use the authorized
5366    value 1 from the LOST authorized value list.
5367
5368 .. _housebound-module-label:
5369
5370 Housebound module
5371 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5372
5373 .. _houseboundmodule-label:
5374
5375 HouseboundModule
5376 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5377
5378 Default: Disable
5379
5380 Asks: \_\_\_ housebound module
5381
5382 Values:
5383
5384 -  Disable
5385
5386 -  Enable
5387
5388 Description:
5389
5390 -  This preference enables or disables the Housebound module which
5391    handles management of circulation to Housebound readers.
5392
5393 .. _housebound-interface-label:
5394
5395 Interface
5396 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5397
5398 .. _allowallmessagedeletion-label:
5399
5400 AllowAllMessageDeletion
5401 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5402
5403 Default: Don't allow
5404
5405 Asks: \_\_\_ staff to delete messages added from other libraries.
5406
5407 Values:
5408
5409 -  Allow
5410
5411 -  Don't allow
5412
5413 .. _allowcheckoutnotes-label:
5414
5415 AllowCheckoutNotes
5416 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5417
5418 Default: Don't allow
5419
5420 Asks: \_\_\_ patrons to submit notes about checked out items.
5421
5422 Values:
5423
5424 -  Don't allow
5425
5426 -  Allow
5427
5428 This preference if set to allow will give your patrons the option to add
5429 a note to an item they have checked out on the OPAC side.  This note will be
5430 seen on the staff side when the item is checked in.
5431
5432 .. _allowofflinecirculation-label:
5433
5434 AllowOfflineCirculation
5435 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5436
5437 Default: Do not enable
5438
5439 Asks: \_\_\_ offline circulation on regular circulation computers.
5440
5441 Values:
5442
5443 -  Do not enable
5444
5445 -  Enable
5446
5447 Description:
5448
5449 -  Setting this preference to 'Enable' allows you to use the Koha
5450    interface for :ref:`offline circulation <offline-circulation-utilities-label>`. This system
5451    preference does not affect the :ref:`Firefox
5452    plugin <firefox-plugin-label>` or the :ref:`desktop
5453    application <offline-circ-tool-for-windows-label>`, any of these three options can
5454    be used for offline circulation without effecting the other.
5455
5456 .. _autoswitchpatron-label:
5457
5458 AutoSwitchPatron
5459 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5460
5461 Default: Don't enable
5462
5463 Asks: \_\_\_ the automatic redirection to another patron when a patron
5464 barcode is scanned instead of a book. This should not be enabled if you
5465 have overlapping patron and book barcodes.
5466
5467 Values:
5468
5469 -  Don't enable
5470
5471 -  Enable
5472
5473 Description:
5474
5475 -  Enabling this system preference allows staff to scan a patron barcode instead
5476    of an item barcode in the checkout box to switch patron records.
5477
5478 .. _circautocompl-label:
5479
5480 CircAutocompl
5481 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5482
5483 Default: Try
5484
5485 Asks: \_\_\_ to automatically fill in the member when entering a patron
5486 search on the circulation screen.
5487
5488 Description:
5489
5490 -  This preference is a binary setting which determines whether
5491    auto-completion of fields is enabled or disabled for the circulation
5492    input field. Setting it to "Try" would enable a staff member to begin
5493    typing a name or other value into the field and have a menu pop up
5494    with suggestions for completing it. Setting it to "Don't try" would
5495    disable this feature. This preference can make staff members' jobs
5496    easier or it could potentially slow down the page loading process.
5497
5498 Values:
5499
5500 -  Don't try
5501
5502 -  Try
5503
5504    |image33|
5505
5506 .. _circautoprintquickslip-label:
5507
5508 CircAutoPrintQuickSlip
5509 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5510
5511 Default: open a print quick slip window
5512
5513 Asks: When an empty barcode field is submitted in circulation \_\_\_
5514
5515 Values:
5516
5517 -  clear the screen
5518
5519 -  open a print quick slip window
5520
5521 -  open a print slip window
5522
5523 Description:
5524
5525 -  If this preference is set to open a quick slip
5526    (:ref:`ISSUEQSLIP <existing-notices-and-slips-label>`) or open a slip
5527    (:ref:`ISSUESLIP <existing-notices-and-slips-label>`) for printing it will eliminate the
5528    need for the librarian to click the print button to generate a
5529    checkout receipt for the patron they're checking out to. If the
5530    preference is set to clear the screen then "checking out" an empty
5531    barcode will clear the screen of the patron you were last working
5532    with.
5533
5534 .. _circsidebar-label:
5535
5536 CircSidebar
5537 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5538
5539 Default: Deactivate
5540
5541 Asks: \_\_\_ the navigation sidebar on all Circulation pages.
5542
5543 Values:
5544
5545 -  Deactivate
5546
5547 -  Activate
5548
5549 .. _displayclearscreenbutton-label:
5550
5551 DisplayClearScreenButton
5552 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5553
5554 Default: Show
5555
5556 Asks: \_\_\_ a button to clear the current patron from the screen on the
5557 circulation screen.
5558
5559 Values:
5560
5561 -  Don't show
5562
5563    |image36|
5564
5565 -  Show
5566
5567    |image37|
5568
5569 .. _exportcirchistory-label:
5570
5571 ExportCircHistory
5572 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5573
5574 Default: Don't show
5575
5576 Asks: \_\_\_ the export patron checkout history options.
5577
5578 Values:
5579
5580 -  Don't show
5581
5582 -  Show
5583
5584 .. _exportremovefields-label:
5585
5586 ExportRemoveFields
5587 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5588
5589 Asks: The following fields should be excluded from the patron checkout
5590 history CSV or iso2709 export \_\_\_
5591
5592 Description:
5593
5594 -  This space separated list of fields (e.g. 100a 245b) will
5595    automatically be excluded when exporting the patron's current
5596    checkout history.
5597
5598    |image38|
5599
5600 .. _filterbeforeoverduereport-label:
5601
5602 FilterBeforeOverdueReport
5603 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5604
5605 Default: Don't require
5606
5607 Asks: \_\_\_ staff to choose which checkouts to show before running the
5608 overdues report.
5609
5610 Description:
5611
5612 -  Koha's overdue report shows you all of the overdue items in your
5613    library system. If you have a large library system you'll want to set
5614    this preference to 'Require' to force those running the report to
5615    first limit the data generated to a branch, date range, patron
5616    category or other such filter. Requiring that the report be filtered
5617    before it's run prevents your staff from running a system heavy
5618    report and slowing down other operations in the system.
5619
5620    |image34|
5621
5622 Values:
5623
5624 -  Don't require
5625
5626 -  Require
5627
5628 .. _finenotifyatcheckin-label:
5629
5630 FineNotifyAtCheckin
5631 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5632
5633 Default: Don't notify
5634
5635 Asks: \_\_\_ librarians of overdue fines on the items they are checking
5636 in.
5637
5638 Values:
5639
5640 -  Don't notify
5641
5642 -  Notify
5643
5644 Description:
5645
5646 -  With this preference set to 'Notify' all books that have overdue
5647    fines owed on them will pop up a warning when checking them in. This
5648    warning will need to acknowledged before you can continue checking
5649    items in. With this preference set to 'Don't notify,^ you will still
5650    see fines owed on the patron record, you just won't have an
5651    additional notification at check in.
5652
5653    |image35|
5654
5655 .. _holdstopullstartdate-label:
5656
5657 HoldsToPullStartDate
5658 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5659
5660 Default: 2
5661
5662 Asks: Set the default start date for the Holds to pull list to \_\_\_
5663 day(s) ago.
5664
5665 Description:
5666
5667 -  The :ref:`Holds to Pull <holds-to-pull-label>` report in circulation defaults to
5668    filtering holds placed 2 days ago. This preference allows you to set
5669    this default filter to any number of days.
5670
5671 .. _itembarcodefallbacksearch-label:
5672
5673 itemBarcodeFallbackSearch
5674 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5675
5676 Default: Don't enable
5677
5678 Asks: \_\_\_ the automatic use of a keyword catalog search if the phrase
5679 entered as a barcode on the checkout page does not turn up any results
5680 during an item barcode search.
5681
5682 Values:
5683
5684 -  Don't enable
5685
5686 -  Enable
5687
5688    |image40|
5689
5690 Description:
5691
5692 -  Sometimes libraries want to checkout using something other than the
5693    barcode. Enabling this preference will do a keyword search of Koha to
5694    find the item you're trying to check out. You can use the call
5695    number, barcode, part of the title or anything you'd enter in the
5696    keyword search when this preference is enabled and Koha will ask you
5697    which item you're trying to check out.
5698
5699     **Important**
5700
5701     While you're not searching by barcode a barcode is required on every
5702     title you check out. Only titles with barcodes will appear in the
5703     search results.
5704
5705 .. _itembarcodeinputfilter-label:
5706
5707 itemBarcodeInputFilter
5708 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5709
5710 Default: Don't filter
5711
5712 Asks: \_\_\_ scanned item barcodes.
5713
5714 Values:
5715
5716 -  Convert from CueCat format
5717
5718 -  Convert from Libsuite8 form
5719
5720 -  Don't filter
5721
5722 -  EAN-13 or zero-padded UPC-A from
5723
5724 -  Remove spaces from
5725
5726 -  Remove the first number from T-prefix style
5727
5728    -  This format is common among those libraries migrating from Follett
5729       systems
5730
5731 .. _noticecss-label:
5732
5733 NoticeCSS
5734 ^^^^^^^^^^^^^^^^^^^^^^^^^^
5735
5736 Asks: Include the stylesheet at \_\_\_ on Notices.
5737
5738     **Important**
5739
5740     This should be a complete URL, starting with http://
5741
5742 Description:
5743
5744 -  If you would like to style your notices with a consistent set of
5745    fonts and colors you can use this preference to point Koha to a
5746    stylesheet specifically for your notices.
5747
5748 .. _numreturneditemstoshow-label:
5749
5750 numReturnedItemsToShow
5751 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5752
5753 Default: 20
5754
5755 Asks : Show the \_\_\_ last returned items on the checkin screen.
5756
5757 .. _previousissuesdefaultsortorder-label:
5758
5759 previousIssuesDefaultSortOrder
5760 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5761
5762 Default: earliest to latest
5763
5764 Asks: Sort previous checkouts on the circulation page from \_\_\_ due
5765 date.
5766
5767 Values:
5768
5769 -  earliest to latest
5770
5771 -  latest to earliest
5772
5773 .. _recordlocaluseonreturn-label:
5774
5775 RecordLocalUseOnReturn
5776 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5777
5778 Default: Don't record
5779
5780 Asks: \_\_\_ local use when an unissued item is checked in.
5781
5782 Values:
5783
5784 -  Don't record
5785
5786 -  Record
5787
5788 Description:
5789
5790 -  When this preference is set to "Don't record" you can record local
5791    use of items by checking items out to the statistical patron. With
5792    this preference set to "Record" you can record local use by checking
5793    out to the statistical patron and/or by checking in a book that is
5794    not currently checked out.
5795
5796 .. _showallcheckins-label:
5797
5798 ShowAllCheckins
5799 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5800
5801 Default: Do not show
5802
5803 Asks: \_\_\_ all items in the "Checked-in items" list, even items that
5804 were not checked out.
5805
5806 Values:
5807
5808 -  Do not show
5809
5810 -  Show
5811
5812 Description:
5813
5814 -  When items that are not currently checked out are checked in they
5815    don't show on the list of checked in items. This preference allows
5816    you to choose how you'd like the log of checked in items displays.
5817
5818 .. _specifyduedate-label:
5819
5820 SpecifyDueDate
5821 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5822
5823 Default: Allow
5824
5825 Asks: \_\_\_ staff to specify a due date for a checkout.
5826
5827 Due dates are calculated using your circulation and fines rules, but
5828 staff can override that if you allow them to specify a due date at
5829 checkout.
5830
5831 Description:
5832
5833 -  This preference allows for circulation staff to change a due date
5834    from the automatic due date to another calendar date. This option
5835    would be used for circumstances in which the due date may need to be
5836    decreased or extended in a specific circumstance. The "Allow" setting
5837    would allow for this option to be utilized by staff, the "Don't
5838    allow" setting would bar staff from changing the due date on
5839    materials.
5840
5841 Values:
5842
5843 -  Allow
5844
5845    |image41|
5846
5847 -  Don't allow
5848
5849    |image42|
5850
5851 .. _specifyreturndate-label:
5852
5853 SpecifyReturnDate
5854 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5855
5856 Default: Don't allow
5857
5858 Asks: \_\_\_ staff to specify a return date for a check in.
5859
5860 Values:
5861
5862 -  Allow
5863
5864   |image1185|
5865
5866 -  Don't allow
5867
5868   |image1186|
5869
5870 Description:
5871
5872 -  This preference lets you decide if staff can specify an arbitrary
5873    return date when checking in items. If an arbitrary return date is
5874    specified then fines are recalculated accordingly.
5875
5876 .. _todaysissuesdefaultsortorder-label:
5877
5878 todaysIssuesDefaultSortOrder
5879 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5880
5881 Default: latest to earliest
5882
5883 Asks: Sort today's checkouts on the circulation page from \_\_\_ due
5884 date.
5885
5886 Values:
5887
5888 -  earliest to latest
5889
5890 -  latest to earliest
5891
5892 .. _updatetotalissuesoncirc-label:
5893
5894 UpdateTotalIssuesOnCirc
5895 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5896
5897 Default: Do not
5898
5899 Asks: \_\_\_ update a bibliographic record's total issues count whenever
5900 an item is issued
5901
5902 Values:
5903
5904 -  Do
5905
5906        **Important**
5907
5908        This increases server load significantly; if performance is a
5909        concern, use the :ref:`cron job <cron-track-total-checkouts-label>` to update the total issues count instead.
5910
5911 -  Do not
5912
5913 Description:
5914
5915 -  Koha can track the number of times and item is checked out and store
5916    that on the item record in the database. This information is not
5917    stored by default. Setting this preference to 'Do' will tell Koha to
5918    track that info everytime the item is checked out in real time.
5919    Otherwise you could use the :ref:`cron job <cron-track-total-checkouts-label>` to have
5920    Koha update that field nightly.
5921
5922 .. _waitingnotifyatcheckin-label:
5923
5924 WaitingNotifyAtCheckin
5925 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5926
5927 Default: Don't notify
5928
5929 Asks: \_\_\_ librarians of waiting holds for the patron whose items they
5930 are checking in.
5931
5932 Values:
5933
5934 -  Don't notify
5935
5936 -  Notify
5937
5938    |image43|
5939
5940 Description:
5941
5942 -  When checking in books you can choose whether or not to have a notice
5943    pop up if the patron who returned the book has a hold waiting for
5944    pick up. If you choose 'Notify' for WaitingNotifyAtCheckin then every
5945    time a hold is found for the patron who had the book out last a
5946    message will appear on your check in screen.
5947
5948 .. _interlibrary-loans-label:
5949
5950 Interlibrary Loans
5951 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5952
5953 .. _illmodule-label:
5954
5955 ILLModule
5956 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5957
5958 Default: Disable
5959
5960 Asks: \_\_\_ the interlibrary loans module (master switch).
5961
5962 Values:
5963
5964 -  Disable
5965
5966 -  Enable
5967
5968 Description:
5969
5970 -  This preference is used to enable Koha's ILL module which is used to manage ILL requests.
5971
5972 .. _illmodulecopyrightclearance-label:
5973
5974 ILLModuleCopyrightClearance
5975 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5976
5977 Asks: Adding text will enable the copyright clearance stage in request creation.
5978 The text you enter will be the text displayed.
5979
5980 .. _self-checkout-system-preferences-label:
5981
5982 Self Checkout
5983 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5984
5985 .. _allowselfcheckreturns-label:
5986
5987 AllowSelfCheckReturns
5988 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5989
5990 Default: Don't allow
5991
5992 Asks: \_\_\_ patrons to return items through web-based self checkout
5993 system.
5994
5995 Values:
5996
5997 -  Allow
5998
5999 -  Don't allow
6000
6001 Description:
6002
6003 -  This preference is used to determine if you want patrons to be
6004    allowed to return items through your self check machines. By default
6005    Koha's self check interface is simply for checking items out.
6006
6007 .. _autoselfcheck-preferences-label:
6008
6009 AutoSelfCheckAllowed, AutoSelfCheckID and AutoSelfCheckPass
6010 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6011
6012     **Important**
6013
6014     Most libraries will want to leave this set to 'Don't allow.^ This
6015     preference turns off the requirement to log into the self checkout
6016     machine with a staff username and password by storing the username
6017     and password for automatic login.
6018
6019 AutoSelfCheckAllowed Default: Don't allow
6020
6021 Asks: \_\_\_ the web-based self checkout system to automatically login
6022 with this staff login \_\_\_ and this password \_\_\_ .
6023
6024 AutoSelfCheckAllowed Values:
6025
6026 -  Allow
6027
6028 -  Don't allow
6029
6030 AutoSelfCheckID Value:
6031
6032 -  The username of a staff patron with 'circulate'
6033    :ref:`permissions <patron-permissions-label>`.
6034
6035 AutoSelfCheckPass Value:
6036
6037 -  The password of a staff patron with 'circulate'
6038    :ref:`permissions <patron-permissions-label>`.
6039
6040 .. _scomainuserblock-label:
6041
6042 SCOMainUserBlock
6043 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6044
6045 Asks: Include the following HTML on the web-based self checkout screen:
6046
6047 Description:
6048
6049 -  The HTML entered in this preference will be used on the self chekcout screen.
6050
6051 .. _scousercss-label:
6052
6053 SCOUserCSS
6054 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6055
6056 Asks: Include the following CSS on all pages in the web-based self
6057 checkout
6058
6059 Description:
6060
6061 -  The CSS entered in this preference will be used on all of your Koha
6062    self checkout screens.
6063
6064 .. _scouserjs-label:
6065
6066 SCOUserJS
6067 ^^^^^^^^^^^^^^^^^^^^^^^^^^
6068
6069 Asks: Include the following JavaScript on all pages in the web-based
6070 self checkout
6071
6072 Description:
6073
6074 -  The JavaScript entered in this preference will effect all of your
6075    Koha self checkout screens.
6076
6077 .. _selfcheckhelpmessage-label:
6078
6079 SelfCheckHelpMessage
6080 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6081
6082 Asks: Include the following HTML in the Help page of the web-based self
6083 checkout system
6084
6085 Description:
6086
6087 -  Clicking the 'Help' link in the top right of the self checkout
6088    interface opens up a three step process for using the self check
6089    interface. Adding HTML to this system preference will print that
6090    additional help text above what's already included.
6091
6092 .. _selfcheckoutbylogin-label:
6093
6094 SelfCheckoutByLogin
6095 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6096
6097 Default: Cardnumber
6098
6099 Asks: Have patrons login into the web-based self checkout system with
6100 their \_\_\_
6101
6102 Values:
6103
6104 -  Cardnumber
6105
6106    |image44|
6107
6108 -  Username and password
6109
6110    |image45|
6111
6112 Description:
6113
6114 -  This preference lets you decide how your patrons will log in to the
6115    self checkout machine. Barcode is the patron's card number and their
6116    username and password is set using the opac/staff username and
6117    password fields on the patron record.
6118
6119 .. _selfcheckreceiptprompt-label:
6120
6121 SelfCheckReceiptPrompt
6122 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6123
6124 Default: Show
6125
6126 Asks: \_\_\_ the print receipt popup dialog when self checkout is
6127 finished.
6128
6129 Values:
6130
6131 -  Don't show
6132
6133 -  Show
6134
6135 Description:
6136
6137 -  This preference controls whether a prompt shows up on the web based
6138    self check out when the patron clicks the 'Finish' button.
6139
6140 .. _selfchecktimeout-label:
6141
6142 SelfCheckTimeout
6143 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6144
6145 Default: 120
6146
6147 Asks: Time out the current patron's web-based self checkout system login
6148 after \_\_\_ seconds.
6149
6150 Description:
6151
6152 -  After the machine is idle for the time entered in this preference the
6153    self check out system will log out the current patron and return to
6154    the starting screen.
6155
6156 .. _showpatronimageinwebbasedselfcheck-label:
6157
6158 ShowPatronImageInWebBasedSelfCheck
6159 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6160
6161 Default: Don't show
6162
6163 Asks: \_\_\_ the patron's picture (if one has been added) when they use
6164 the web-based self checkout.
6165
6166 Values:
6167
6168 -  Don't show
6169
6170 -  Show
6171
6172 .. _webbasedselfcheck-label:
6173
6174 WebBasedSelfCheck
6175 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6176
6177 Default: Don't enable
6178
6179 Asks: \_\_\_ the web-based self checkout system.
6180
6181 Values:
6182
6183 -  Don't enable
6184
6185 -  Enable
6186
6187 Enabling this preference will allow access to the :ref:`self
6188 checkout <self-checkout-label>` module in Koha.
6189
6190 Self Checkin
6191 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6192
6193 .. _selfcheckinmainuserblock-label:
6194
6195 SelfCheckInMainUserBlock
6196 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6197
6198 Asks: Include the following HTML on the self check-in screen
6199
6200 Description:
6201
6202 -  HTML entered in this field will appear in the center of the main page
6203    of your self checkin screen
6204
6205 .. _selfscheckinmodule-label:
6206
6207 SelfCheckInModule
6208 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6209
6210 Default: Don't enable
6211
6212 Asks: \_\_\_ the standalone self check-in module (available at:
6213 /cgi-bin/koha/sci/sci-main.pl
6214
6215 Values:
6216
6217 -  Don't enable
6218
6219 -  Enable
6220
6221 Description:
6222
6223 -  This system preference will activate (or deactivate) the self check-
6224    in module
6225
6226 .. _selfcheckintimeout-label:
6227
6228 SelfCheckInTimeout
6229 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6230
6231 Default: 120
6232
6233 Asks: Reset the current self check-in screen after \_\_\_ seconds
6234
6235 Description:
6236
6237 -  Enter the number of seconds after which you want the self check-in
6238    screen to refresh and go back to the main page (for example, if a
6239    patron forgot to log out).
6240
6241 .. _selfcheckinusercss-label:
6242
6243 SelfCheckInUserCSS
6244 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6245
6246 Asks: Include the following CSS on all the self check-in screens
6247
6248 Description:
6249
6250 -  The CSS code entered here will override any CSS on the self check-in
6251    screens
6252
6253 .. _selfcheckinuserjs-label:
6254
6255 SelfCheckInUserJS
6256 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6257
6258 Asks: Include the following JavaScript on all the self check-in screens
6259
6260 Description:
6261
6262 -  The JavaScript entered here will override any other JavaScript on
6263    the self check-in screens
6264
6265 .. _stock-rotation-system-preferences-label:
6266
6267 Stock rotation
6268 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6269
6270 .. _stockrotation-module-label:
6271
6272 StockRotation
6273 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6274
6275 Default: Disable
6276
6277 Asks: \_\_\_ the stock rotation module
6278
6279 Values:
6280
6281 -  Disable
6282
6283 -  Enable
6284
6285 Description:
6286
6287 -  If set to 'Enable' then the stock rotation module will appear under Tools.
6288
6289 .. _enhanced-content-system-preferences-label:
6290
6291 Enhanced content
6292 ---------------------------------------
6293
6294 *Get there:* More > Administration > Global system preferences >
6295 Enhanced content
6296
6297     **Important**
6298
6299     Always read the terms of service associated with external data
6300     sources to be sure that you are using the products within the
6301     allowed limits.
6302
6303     **Note**
6304
6305     You cannot have more than one service for cover images (including
6306     local cover images) set up. If you set up more than one you will get
6307     multiple cover images. Instead choose only one source for cover
6308     images.
6309
6310 .. _adlibris-label:
6311
6312 Adlibris
6313 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6314
6315 .. _adlibriscoversenabled-label:
6316
6317 AdlibrisCoversEnabled
6318 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6319
6320 Default: Don't show
6321
6322 Asks: \_\_\_ cover images in OPAC results and detail listing from Swedish
6323 retailer Adlibris.
6324
6325 Values:
6326
6327 -  Don't show
6328
6329 -  Show
6330
6331 .. _adlibriscoversurl-label:
6332
6333 AdlibrisCoversURL
6334 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6335
6336 Default: http://www.adlibris.com/se/organisationer/showimagesafe.aspx
6337
6338 Asks: \_\_\_ for the Adlibris cover service.
6339
6340 .. _all-label:
6341
6342 All
6343 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6344
6345 .. _frbrizeeditions-label:
6346
6347 FRBRizeEditions
6348 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6349
6350 Default: Don't show
6351
6352 Asks: \_\_\_ other editions of an item on the staff client
6353
6354 Values:
6355
6356 -  Don't show
6357
6358 -  Show
6359
6360    |image46|
6361
6362 Description:
6363
6364 -  Using the rules set forth in the Functional Requirements for
6365    Bibliographic records, this option, when enabled, pulls all editions
6366    of the same title available in your collection regardless of material
6367    type. Items will appear under an 'Editions' tab on the detail page
6368    for the title in question.. According to *Libraries Unlimited's
6369    Online Dictionary for Library and Information Science*
6370    (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
6371    records of similar materials. FRBRization brings together entities
6372    (sets of Works, Expressions, or Manifestations), rather than just
6373    sets of Items. It can aid patrons in selecting related items,
6374    expressions, and manifestations that will serve their needs. When it
6375    is set to "Show", the OPAC will query one or more ISBN web services
6376    for associated ISBNs and display an Editions tab on the details
6377    pages. Once this preference is enabled, the library must select one
6378    of the ISBN options (such as :ref:`ThingISBN`). This option is only for the Staff
6379    Client - the :ref:`OPACFRBRizeEditions` option must be enabled
6380    to have the Editions tab appear on the OPAC.
6381
6382     **Important**
6383
6384     Requires that you turn on one or more of the ISBN services
6385     (such as :ref:`ThingISBN`).
6386
6387 .. _opacfrbrizeeditions-label:
6388
6389 OPACFRBRizeEditions
6390 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6391
6392 Default: Don't show
6393
6394 Asks: \_\_\_ other editions of an item on the OPAC.
6395
6396 Description:
6397
6398 -  Using the rules set forth in the Functional Requirements for
6399    Bibliographic records, this option, when enabled, pulls all editions
6400    of the same title available in your collection regardless of material
6401    type. Items will appear under an 'Editions' tab on the detail page
6402    for the title in question.. According to *Libraries Unlimited's
6403    Online Dictionary for Library and Information Science*
6404    (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
6405    records of similar materials. FRBRization brings together entities
6406    (sets of Works, Expressions, or Manifestations), rather than just
6407    sets of Items. It can aid patrons in selecting related items,
6408    expressions, and manifestations that will serve their needs. When it
6409    is set to "Show", the OPAC will query one or more ISBN web services
6410    for associated ISBNs and display an Editions tab on the details
6411    pages. Once this preference is enabled, the library must select one
6412    of the ISBN options (such as :ref:`ThingISBN`). This option is only for the OPAC - the
6413    :ref:`FRBRizeEditions` option must be turned "On" to
6414    have the Editions tab appear on the Staff Client.
6415
6416 Values:
6417
6418 -  Don't show
6419
6420 -  Show
6421
6422    |image47|
6423
6424 This preference pulls all editions of the same title available in your
6425 collection regardless of material type. Items will appear under an
6426 'Editions' tab on the detail page for the title in question.
6427
6428     **Important**
6429
6430     Requires that you turn on one or more of the ISBN services
6431     (such as :ref:`ThingISBN`).
6432
6433 .. _amazon-system-preferences-label:
6434
6435 Amazon
6436 ~~~~~~~~~~~~~~~~~~~~~~~~~
6437
6438 .. _amazonassoctag-label:
6439
6440 AmazonAssocTag
6441 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6442
6443 Asks: Put the associate tag \_\_\_ on links to Amazon.
6444
6445     **Note**
6446
6447     This can net your library referral fees if a patron decides to buy
6448     an item after clicking through to Amazon from your site.
6449
6450 Description:
6451
6452 -  An Amazon Associates Tag allows a library to earn a percentage of all
6453    purchases made on Amazon when a patron accesses Amazon's site via
6454    links on the library's website. More information about the Amazon
6455    Associates program is available at Amazon's Affiliate Program's
6456    website, https://affiliate-program.amazon.com/. Before a tag can be
6457    obtained, however, the library must first apply for an Amazon Web
6458    Services (AWS) account. Applications are free of charge and can be
6459    made at http://aws.amazon.com. Once an AWS account has been
6460    established, the library can then obtain the Amazon Associates Tag.
6461
6462 Sign up at: https://affiliate-program.amazon.com/
6463
6464 .. _amazoncoverimages-label:
6465
6466 AmazonCoverImages
6467 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6468
6469 Default: Don't show
6470
6471 Asks: \_\_\_ cover images from Amazon on search results and item detail
6472 pages on the staff interface.
6473
6474 Values:
6475
6476 -  Don't show
6477
6478 -  Show
6479
6480 Description:
6481
6482 -  This preference makes it possible to either allow or prevent Amazon
6483    cover images from being displayed in the Staff Client. Cover images
6484    are retrieved by Amazon, which pulls the content based on the first
6485    ISBN number in the item's MARC record. Amazon offers this service
6486    free of charge. If the value for this preference is set to "Show",
6487    the cover images will appear in the Staff Client, and if it is set to
6488    "Don't show", the images will not appear. Finally, if you're using
6489    Amazon cover images, all other cover image services must be disabled.
6490    If they are not disabled, they will prevent AmazonCoverImages from
6491    functioning properly.
6492
6493 .. _amazonlocale-label:
6494
6495 AmazonLocale
6496 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6497
6498 Default: American
6499
6500 Asks: Use Amazon data from its \_\_\_ website.
6501
6502 Value:
6503
6504 -  American
6505
6506 -  British
6507
6508 -  Canadian
6509
6510 -  French
6511
6512 -  German
6513
6514 -  Indian
6515
6516 -  Japanese
6517
6518 .. _opacamazoncoverimages-label:
6519
6520 OPACAmazonCoverImages
6521 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6522
6523 Default: Don't show
6524
6525 Asks: \_\_\_ cover images from Amazon on search results and item detail
6526 pages on the OPAC.
6527
6528 Values:
6529
6530 -  Don't show
6531
6532 -  Show
6533
6534 Description:
6535
6536 -  This preference makes it possible to either allow or prevent Amazon
6537    cover images from being displayed in the OPAC. Cover images are
6538    retrieved by Amazon, which pulls the content based on the first ISBN
6539    number in the item's MARC record. Amazon offers this service free of
6540    charge. If the value for this preference is set to "Show", the cover
6541    images will appear in the OPAC, and if it is set to "Don't show", the
6542    images will not appear. Finally, if you're using Amazon cover images,
6543    all other cover image services must be disabled. If they are not
6544    disabled, they will prevent AmazonCoverImages from functioning
6545    properly.
6546
6547 .. _babeltheque-system-preferences-label:
6548
6549 Babelthèque
6550 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6551
6552 .. _babeltheque-label:
6553
6554 Babelthèque
6555 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6556
6557 Default: Don't
6558
6559 Asks: \_\_\_ include information (such as reviews and citations) from
6560 Babelthèque in item detail pages on the OPAC.
6561
6562 Description:
6563
6564 -  This preference makes it possible to display a Babelthèque tab in the
6565    OPAC, allowing patrons to access tags, reviews, and additional title
6566    information provided by Babelthèque. The information which
6567    Babelthèque supplies is drawn from the French language-based
6568    `Babelio.com <http://www.babelio.com/>`__, a French service similar
6569    to LibraryThing for Libraries. More information about Babelthèque is
6570    available through its website,
6571    `http://www.babeltheque.com <http://www.babeltheque.com/>`__.
6572    Libraries that wish to allow access to this information must first
6573    register for the service at http://www.babeltheque.com. Please note
6574    that this information is only provided in French.
6575
6576 Values:
6577
6578 -  Do
6579
6580    |image48|
6581
6582 -  Don't
6583
6584 .. _babeltheque-url-js-label:
6585
6586 Babeltheque\_url\_js
6587 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6588
6589 Asks: \_\_\_ Defined the url for the Babelthèque javascript file (eg.
6590 http://www.babeltheque.com/bw\_XX.js)
6591
6592 .. _babeltheque-url-update-label:
6593
6594 Babeltheque\_url\_update
6595 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6596
6597 Asks: \_\_\_ Defined the url for the Babelthèque update periodically
6598 (eq. http://www.babeltheque.com/.../file.csv.bz2).
6599
6600 .. _baker-and-taylor-label:
6601
6602 Baker & Taylor
6603 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6604
6605     **Important**
6606
6607     This is a pay service, you must contact Baker & Taylor to subscribe
6608     to this service before setting these options.
6609
6610 .. _bakertaylorbookstoreurl-label:
6611
6612 BakerTaylorBookstoreURL
6613 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6614
6615 Asks: Baker and Taylor "My Library Bookstore" links should be accessed
6616 at https:// \_\_\_ isbn
6617
6618 Description:
6619
6620 -  Some libraries generate additional funding for the library by selling
6621    books and other materials that are purchased from or have been
6622    previously leased from Baker & Taylor. These materials can be
6623    accessed via a link on the library's website. This service is often
6624    referred to as "My Library Bookstore." In order to participate in
6625    this program, the library must first register and pay for the service
6626    with Baker & Taylor. Additional information about this and other
6627    services provided by Baker & Taylor is available at the Baker &
6628    Taylor website, https://www.baker-taylor.com/. The BakerTaylorBookstoreURL
6629    preference establishes the URL in order to link to the library's
6630    Baker & Taylor-backed online bookstore, if such a bookstore has been
6631    established. The default for this field is left blank; if no value is
6632    entered, the links to My Library Bookstore will remain inactive. If
6633    enabling this preference, enter the library's Hostname and Parent
6634    Number in the appropriate location within the URL. The "key" value
6635    (key=) should be appended to the URL, and https:// should be
6636    prepended.
6637
6638 This should be filled in with something like
6639 koha.mylibrarybookstore.com/MLB/actions/searchHandler.do?nextPage=bookDetails&parentNum=10923&key=
6640
6641     **Note**
6642
6643     Leave it blank to disable these links.
6644
6645     **Important**
6646
6647     Be sure to get this information from Baker & Taylor when
6648     subscribing.
6649
6650 .. _bakertaylorenabled-label:
6651
6652 BakerTaylorEnabled
6653 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6654
6655 Default: Don't add
6656
6657 Asks: \_\_\_ Baker and Taylor links and cover images to the OPAC and
6658 staff client. This requires that you have entered in a username and
6659 password (which can be seen in image links).
6660
6661 Values:
6662
6663 -  Add
6664
6665 -  Don't add
6666
6667 Description:
6668
6669 -  This preference makes it possible to display Baker & Taylor content
6670    (book reviews, descriptions, cover images, etc.) in both the Staff
6671    Client and the OPAC. Libraries that wish to display Baker & Taylor
6672    content must first register and pay for this service with Baker &
6673    Taylor (https://www.baker-taylor.com/). If Baker & Taylor content is enabled be
6674    sure to turn off other cover and review services to prevent
6675    interference.
6676
6677     **Important**
6678
6679     To use this you will need to also set the :ref:`BakerTaylorUsername and
6680     BakerTaylorPassword <bakertaylorusername-and-bakertaylorpassword-label>` system preferences
6681
6682 .. _bakertaylorusername-and-bakertaylorpassword-label:
6683
6684 BakerTaylorUsername and BakerTaylorPassword
6685 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6686
6687 Asks: Access Baker and Taylor using username \_\_\_ and password \_\_\_
6688
6689 Descriptions:
6690
6691 -  This setting in only applicable if the library has a paid
6692    subscription to the external Content Café service from Baker &
6693    Taylor. Use the box provided to enter in the library's Content Café
6694    username and password. Also, ensure that the
6695    :ref:`BakerTaylorBookstoreURL` and
6696    :ref:`BakerTaylorEnabled` settings are properly
6697    set. The Content Café service is a feed of enhanced content such as
6698    cover art, professional reviews, and summaries that is displayed
6699    along with Staff Client/OPAC search results. For more information on
6700    this service please see the Baker & Taylor website:
6701    https://www.baker-taylor.com/
6702
6703     **Important**
6704
6705     Be sure to get this information from Baker & Taylor when
6706     subscribing.
6707
6708 .. _coce-cover-images-cache-label:
6709
6710 Coce Cover images cache
6711 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6712
6713 Coce is a remote image URL cache. With this option, cover images are not
6714 fetched directly from Amazon, Google, and so on. Their URLs are
6715 requested via a web service to Coce which manages a cache of URLs.
6716
6717 .. _coce-label:
6718
6719 Coce
6720 ^^^^^^^^^^^^^^^^
6721
6722 Default: Don't enable
6723
6724 Asks: \_\_\_ a Coce image cache service.
6725
6726 Values:
6727
6728 -  Don't enable
6729
6730 -  Enable
6731
6732 Description:
6733
6734 -  Coce has many benefits when it comes to choosing and displaying cover
6735    images in Koha:
6736
6737    -  If a book cover is not available from a provider, but is available
6738       from another one, Koha will be able to display a book cover, which
6739       isn't the case now
6740
6741    -  Since URLs are cached, it isn't necessary for each book cover to
6742       request, again and again, the provider, and several of them if
6743       necessary.
6744
6745    -  Amazon book covers are retrieved with Amazon Product Advertising
6746       API, which means that more covers are retrieved (ISBN13).
6747
6748        **Important**
6749
6750        Coce does not come bundled with Koha. Your Koha install will not
6751        already have a Coce server set up. Before enabling this
6752        functionality you will want to be sure to have a Coce server set
6753        up. Instructions on installing and setting up Coce can be found
6754        on the official github page at https://github.com/fredericd/coce.
6755
6756 .. _cocehost-label:
6757
6758 CoceHost
6759 ^^^^^^^^^^^^^^^^^^^^^^^^
6760
6761 Asks: Coce server URL \_\_\_
6762
6763 Description:
6764
6765 -  This will be the full URL (starting with http://) to your Coce
6766    server.
6767
6768 .. _coceproviders-label:
6769
6770 CoceProviders
6771 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6772
6773 Asks: Use the following providers to fetch the covers \_\_\_
6774
6775 Values:
6776
6777 -  [Select all]
6778
6779 -  Amazon Web Services
6780
6781 -  Google Books
6782
6783 -  Open Library
6784
6785 Description:
6786
6787 -  The providers chosen here will be used to gather cover images for
6788    display in your Koha catalog.
6789
6790 .. _google-label:
6791
6792 Google
6793 ~~~~~~~~~~~~~~~~~~~~~~~~~
6794
6795 .. _googlejackets-label:
6796
6797 GoogleJackets
6798 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6799
6800 Default: Don't add
6801
6802 Asks: \_\_\_ cover images from Google Books to search results and item
6803 detail pages on the OPAC.
6804
6805 Values:
6806
6807 -  Add
6808
6809 -  Don't add
6810
6811 Description:
6812
6813 -  This setting controls the display of applicable cover art from the
6814    free Google Books database, via the Google Books API. Please note
6815    that to use this feature, all other cover services should be turned
6816    off.
6817
6818 .. _html5-media-label:
6819
6820 HTML5 Media
6821 ~~~~~~~~~~~~~~~~~~~~~~~~
6822
6823 .. _html5mediaenabled-label:
6824
6825 HTML5MediaEnabled
6826 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6827
6828 Default: not at all
6829
6830 Asks: Show a tab with a HTML5 media player for files catalogued in field
6831 856 \_\_\_
6832
6833 Values:
6834
6835 -  in OPAC and staff client
6836
6837 -  in the OPAC
6838
6839    |image49|
6840
6841 -  in the staff client
6842
6843    |image50|
6844
6845 -  not at all
6846
6847 Description:
6848
6849 -  If you have media elements in the 856 of your MARC record this
6850    preference can run/show those media files in a separate tab using
6851    HTML5.
6852
6853 .. _html5mediaextensions-label:
6854
6855 HTML5MediaExtensions
6856 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6857
6858 Default: webm\|ogg\|ogv\|oga\|vtt
6859
6860 Asks: Media file extensions \_\_\_
6861
6862 Description:
6863
6864 -  Enter in file extensions separated with bar (\|)
6865
6866 .. _html5mediayoutube-label:
6867
6868 HTML5MediaYouTube
6869 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6870
6871 Default: Don't embed
6872
6873     **Important**
6874
6875     To turn this on first enable
6876     :ref:`HTML5MediaEnabled`
6877
6878 Asks: \_\_\_ YouTube links as videos.
6879
6880 Values:
6881
6882 -  Don't embed
6883
6884 -  Embed
6885
6886 Description:
6887
6888 -  This preference will allow MARC21 856$u that points to YouTube to
6889    appear as a playable video on the pages defined in
6890    :ref:`HTML5MediaEnabled`.
6891
6892 .. _idreamlibraries-label:
6893
6894 IDreamLibraries
6895 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6896
6897 `IDreamBooks.com <http://idreambooks.com/>`__ aggregates book reviews by
6898 critics to help you discover the very best of what's coming out each
6899 week. These preferences let you integrated content from
6900 `IDreamBooks.com <http://IDreamBooks.com>`__ in to your Koha OPAC.
6901
6902     **Note**
6903
6904     This is a new website and has limited content, so you may only see
6905     these features on new popular titles until the database grows some
6906     more.
6907
6908 .. _idreambooksreadometer-label:
6909
6910 IDreamBooksReadometer
6911 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6912
6913 Default: Don't add
6914
6915 Asks: \_\_\_ a "Readometer" that summarizes the reviews gathered by
6916 IDreamBooks.com to the OPAC details page.
6917
6918 Values:
6919
6920 -  Add
6921
6922    |image51|
6923
6924 -  Don't add
6925
6926 .. _idreambooksresults-label:
6927
6928 IDreamBooksResults
6929 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6930
6931 Default: Don't add
6932
6933 Asks: \_\_\_ the rating from IDreamBooks.com to OPAC search results.
6934
6935 Values:
6936
6937 -  Add
6938
6939    |image52|
6940
6941 -  Don't add
6942
6943 .. _idreambooksreviews-label:
6944
6945 IDreamBooksReviews
6946 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6947
6948 Default: Don't add
6949
6950 Asks: \_\_\_ a tab on the OPAC details with book reviews from critics
6951 aggregated by IDreamBooks.com.
6952
6953 Values:
6954
6955 -  Add
6956
6957    |image53|
6958
6959 -  Don't add
6960
6961 .. _librarything-label:
6962
6963 LibraryThing
6964 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6965
6966 LibraryThing for Libraries is a pay service. You must first contact
6967 LibraryThing directly for pricing and subscription information. Learn
6968 more at http://www.librarything.com/forlibraries. Also, for further
6969 configuration instructions please see the LibraryThing Wiki:
6970 http://www.librarything.com/wiki/index.php/Koha
6971
6972 .. _librarythingforlibrariesenabled-label:
6973
6974 LibraryThingForLibrariesEnabled
6975 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6976
6977 Default: Don't show
6978
6979 Asks: \_\_\_ reviews, similar items, and tags from Library Thing for
6980 Libraries on item detail pages on the OPAC.
6981
6982 Values:
6983
6984 -  Don't show
6985
6986 -  Show
6987
6988 Description:
6989
6990 -  This setting is only applicable if the library has a paid
6991    subscription to the external LibraryThing for Libraries service. This
6992    service can provide patrons with the display of expanded information
6993    on catalog items such as book recommendations. It also can offer
6994    advanced features like tagged browsing, patron written reviews, and a
6995    virtual library display accessed from the details tab.
6996
6997     **Important**
6998
6999     If this is set to 'show' you will need to enter a value in the
7000     :ref:`LibraryThingForLibrariesID` system preference.
7001
7002 .. _librarythingforlibrariesid-label:
7003
7004 LibraryThingForLibrariesID
7005 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7006
7007 Asks: Access Library Thing for Libraries using the customer ID \_\_\_
7008
7009 Description:
7010
7011 -  This setting is only applicable if the library has a paid
7012    subscription to the external LibraryThing for Libraries service. Use
7013    the box provided to enter in the library's LibraryThing for Libraries
7014    ID as provided to the library by LibraryThing. The ID number is a
7015    series of numbers in the form ###-#########, and can be found on the
7016    library's account page at LibraryThing for Libraries. This service
7017    can provide patrons with the display of expanded information on
7018    catalog items such as book recommendations and cover art. It also can
7019    offer advanced features like tagged browsing, patron written reviews,
7020    and a virtual library display accessed from the details tab.
7021
7022 .. _librarythingforlibrariestabbedview-label:
7023
7024 LibraryThingForLibrariesTabbedView
7025 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7026
7027 Default: in line with bibliographic information
7028
7029 Asks: Show Library Thing for Libraries content \_\_\_
7030
7031 Values:
7032
7033 -  in line with bibliographic information
7034
7035 -  in tabs
7036
7037 Description:
7038
7039 -  This setting is only applicable if the library has a paid
7040    subscription to the external LibraryThing for Libraries service. This
7041    service can provide patrons with the display of expanded information
7042    on catalog items such as book recommendations and cover art. It also
7043    can offer advanced features like tagged browsing, patron written
7044    reviews, and a virtual library display accessed from the details tab.
7045
7046 .. _thingisbn-label:
7047
7048 ThingISBN
7049 ^^^^^^^^^^^^^^^^^^^^^^^^^^
7050
7051 Default: Don't use
7052
7053 Asks: \_\_\_ the ThingISBN service to show other editions of a title
7054
7055 Values:
7056
7057 -  Don't use
7058
7059 -  Use
7060
7061 Description:
7062
7063 -  Set to 'Use' to display an "Editions" tab on the item's detail page.
7064    Editions are listed, complete with cover art (if you have one of the
7065    cover services enabled) and bibliographic information. The feed comes
7066    from LibraryThing's ThingISBN web service. This is a free service to
7067    non-commercial sites with fewer than 1,000 requests per day.
7068
7069     **Important**
7070
7071     Requires :ref:`FRBRizeEditions` and/or
7072     :ref:`OPACFRBRizeEditions` set to 'show'
7073
7074     **Important**
7075
7076     This is separate from Library Thing for Libraries and does not have
7077     a cost associated with it.
7078
7079 .. _local-cover-images-label:
7080
7081 Local or remote cover images
7082 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7083
7084 .. _allowmultiplecovers-label:
7085
7086 AllowMultipleCovers
7087 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7088
7089 Default: Don't allow
7090
7091 Asks: \_\_\_ multiple images to be attached to each bibliographic
7092 record.
7093
7094 Values:
7095
7096 -  Allow
7097
7098 -  Don't allow
7099
7100 Description:
7101
7102 -  If this preference is set to 'Allow' then you can upload multiple
7103    images that will appear in the images tab on the bib record in the
7104    OPAC and the staff client. This preference requires that either one
7105    or both :ref:`LocalCoverImages` and
7106    :ref:`OPACLocalCoverImages` are set to
7107    'Display.^
7108
7109    |image54|
7110
7111
7112 .. _customcoverimages-label:
7113
7114 CustomCoverImages
7115 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7116
7117 Default: Don't display
7118
7119 Asks: \_\_\_ custom remote url images in the staff client.
7120
7121 Values:
7122
7123 -  Display
7124
7125 -  Don't display
7126
7127 Description:
7128
7129 -  If you use :ref:`CustomCoverImagesURL`, this preference indicates if you 
7130    want these cover images to appear in the staff interface.
7131
7132 -  Use :ref:`OPACCustomCoverImages` if you want those images to appear in the 
7133    OPAC.
7134
7135 .. _opaccustomcoverimages-label:
7136
7137 OPACCustomCoverImages
7138 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7139
7140 Default: Don't display
7141
7142 Asks: \_\_\_ custom remote url images at the OPAC.
7143
7144 Values:
7145
7146 -  Display
7147
7148 -  Don't display
7149
7150 Description:
7151
7152 -  If you use :ref:`CustomCoverImagesURL`, this preference indicates if you 
7153    want these cover images to appear in the OPAC.
7154
7155 -  Use :ref:`CustomCoverImages` if you want those images to appear in the 
7156    staff interface.
7157
7158 .. _customcoverimagesurl-label:
7159
7160 CustomCoverImagesURL
7161 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7162
7163 Asks: Using the following URL: \_\_\_ 
7164
7165 Description:
7166
7167 -  You can use codes to substitute bibliographic information in the URL:
7168    {isbn}, {issn}, {normalized_isbn}
7169
7170    For example:
7171    http://www.mylibrarysite.com/covers/{isbn}.png
7172
7173 -  You can also use MARC fields and subfields in the URL like so:
7174    {024$a}
7175
7176    For example:
7177    http://www.mylibrarysite.com/covers/{024$a}.png
7178
7179 -  Make sure to enable :ref:`CustomCoverImages` if you want those images to 
7180    appear in the staff interface and :ref:`OPACCustomCoverImages` if you want 
7181    those images to appear in the OPAC.
7182
7183 .. _localcoverimages-label:
7184
7185 LocalCoverImages
7186 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7187
7188 Default: Don't display
7189
7190 Asks: \_\_\_ local cover images on intranet search and details pages.
7191
7192 Values:
7193
7194 -  Display
7195
7196 -  Don't display
7197
7198 Description:
7199
7200 -  Setting this preference to 'Display' allows you to upload your own
7201    cover images to bib records and display them on the detail page in
7202    the staff client. At this time the cover will only show under the
7203    'Images' tab on the holdings table on the detail display, not next to
7204    the title at the top left or on the search results.
7205
7206 .. _opaclocalcoverimages-label:
7207
7208 OPACLocalCoverImages
7209 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7210
7211 Default: Don't display
7212
7213 Asks: \_\_\_ local cover images on OPAC search and details pages.
7214
7215 Values:
7216
7217 -  Display
7218
7219 -  Don't display
7220
7221 Description:
7222
7223 -  Setting this preference to 'Display' allows you to upload your own
7224    cover images to bib records and display them on the detail page and
7225    search results in the OPAC.
7226
7227 .. _manual-sysprefs-label:
7228
7229 Manual
7230 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7231
7232 .. _kohamanualbaseurl-label:
7233
7234 KohaManualBaseURL
7235 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7236
7237 Default: https://koha-community.org/manual/
7238
7239 Asks: Location of the Koha manual \_\_\_
7240
7241 Description:
7242
7243 -  You can specify the location of the Koha manual to use. This is the
7244    URL that will be used for the help pages when you click 'Help' at
7245    the top right corner of the page.
7246
7247 -  By default, the Koha manual is used, but you can use this system
7248    preference to substitute for your own help pages.
7249
7250 -  If the URL starts with '/', the value of :ref:`staffClientBaseURL`
7251    will be used as a prefix.
7252
7253 -  Note that it will be suffixed by the version / the language / the
7254    format (/17.11/en/html)
7255
7256 .. _kohamanuallanguage-label:
7257
7258 KohaManualLanguage
7259 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7260
7261 Default: English
7262
7263 Asks: Language of the online manual \ad\_\_\_
7264
7265 Description:
7266
7267 -  By default, the language of the Koha interface will be used
7268    as the manual language. However, if the manual is not translated
7269    in that language, this system preference specifies the fallback
7270    language.
7271
7272 .. _novelist-select-label:
7273
7274 Novelist Select
7275 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7276
7277 Novelist Select is not a free service. Contact your Ebsco representative
7278 to get your log in information to embed this content in the OPAC.
7279
7280     **Important**
7281
7282     Novelist Select does not include cover images for the search results
7283     and bibliographic detail pages. You can choose any other cover image
7284     service for this content or you can contract with Ebsco to get
7285     access to the :ref:`Baker & Taylor Content Cafe <baker-and-taylor-label>` for
7286     an added fee.
7287
7288 .. _novelistselectenabled-label:
7289
7290 NovelistSelectEnabled
7291 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7292
7293 Default: Don't add
7294
7295 Asks: \_\_\_ Novelist Select content to the OPAC.
7296
7297 Values:
7298
7299 -  Add
7300
7301 -  Don't add
7302
7303     **Important**
7304
7305     Enabling this requires that you have entered in a user profile and
7306     password in the :ref:`NovelistSelectProfile and NovelistSelectPassword` preferences
7307
7308 Description:
7309
7310 -  Novelist Select from Ebsco is a subscription service that can provide
7311    additional content in the OPAC.
7312
7313 .. _novelistselectprofile-and-novelistselectpassword-label:
7314
7315 NovelistSelectProfile and NovelistSelectPassword
7316 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7317
7318 Asks: Access Novelist Select using user profile \_\_\_ and password
7319 \_\_\_.
7320
7321     **Important**
7322
7323     This information will be visible if someone views the source code on
7324     your OPAC.
7325
7326 Description:
7327
7328 -  Novelist Select from Ebsco is a subscription service that can provide
7329    additional content in the OPAC.
7330
7331 .. _novelistselectstaffenabled-label:
7332
7333 NovelistSelectStaffEnabled
7334 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7335
7336 Default: Don't add
7337
7338 Asks: \_\_\_ Novelist Select content to the Staff client (requires that
7339 you have entered in a user profile and password, which can be seen in
7340 image links).
7341
7342 Values:
7343
7344 -  Don't add
7345
7346 -  Add
7347
7348 .. _novelistselectstaffprofile-label:
7349
7350 NovelistSelectStaffProfile
7351 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7352
7353 Asks: Access Novelist Select using user profile \_\_\_ on the staff client
7354
7355 Description:
7356
7357 -  Without this value being set, Novelist features will be disabled on the staff
7358    client until a correct profile is obtained from Novelist and entered into
7359    the field.
7360
7361       **Note**
7362
7363       This value must be set independently of the OPAC profile for Novelist
7364
7365 .. _novelistselectstaffview-label:
7366
7367 NovelistSelectStaffView
7368 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7369
7370 Default: in a tab
7371
7372 Asks: Display Novelist Select staff content \_\_\_.
7373
7374 Values:
7375
7376 -  above the holdings table
7377
7378 -  below the holdings table
7379
7380 -  in a tab
7381
7382 .. _novelistselectview-label:
7383
7384 NovelistSelectView
7385 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7386
7387 Default: in an OPAC tab
7388
7389 Asks: Display Novelist Select content \_\_\_
7390
7391 Description:
7392
7393 -  Novelist Select provides a lot of content, for that reason you have
7394    four choices of where to display this content. The default view is in
7395    a tab in the holdings table.
7396
7397    |image55|
7398
7399    The content is the same if you choose to show it above the holdings
7400    table or below it. If shown in the right column of the page it's the
7401    same content, but displays a bit differently since space is limited.
7402
7403    |image56|
7404
7405 Values:
7406
7407 -  above the holdings table
7408
7409 -  below the holdings table
7410
7411 -  in an OPAC tab
7412
7413 -  under the Save Record dropdown on the right
7414
7415 .. _open-library-label:
7416
7417 Open Library
7418 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7419
7420 .. _openlibrarycovers-label:
7421
7422 OpenLibraryCovers
7423 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7424
7425 Default: Don't add
7426
7427 Asks: \_\_\_ cover images from Open Library to search results and item
7428 detail pages on the OPAC.
7429
7430 Values:
7431
7432 -  Add
7433
7434 -  Don't add
7435
7436 Description:
7437
7438 -  This setting controls the display of applicable cover art from the
7439    free Open Library database, via the Open Library API. Please note
7440    that to use this feature, all other cover services should be turned
7441    off.
7442
7443 .. _openlibrarysearch-label:
7444
7445 OpenLibrarySearch
7446 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7447
7448 Default: Don't show
7449
7450 Asks: \_\_\_ search results from Open Library on the OPAC.
7451
7452 Values:
7453
7454 -  Don't show
7455
7456 -  Show
7457
7458   |image1187|
7459
7460 .. _overdrive-label:
7461
7462 Overdrive
7463 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7464
7465 OverDrive is an pay service. You must first contact OverDrive directly
7466 for pricing and subscription information. Enabling this service will
7467 integrate Overdrive results in to your OPAC searches. You will have to
7468 apply for these 3 pieces of information through an application as an API
7469 developer. Overdrive API applications are evaluated once a week so you
7470 may not be able to use this feature immediately after signing up. To
7471 learn more please contact your OverDrive representative.
7472
7473 |image57|
7474
7475 .. _overdrivecirculation-label:
7476
7477 OverDriveCirculation
7478 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7479
7480 Default: Don't enable
7481
7482 Asks: \_\_\_ users to access their OverDrive circulation history, and circulate
7483 items. If you enable access, you must register auth return url of
7484 http(s)://my.opac.hostname/cgi-bin/koha/external/overdrive/auth.pl with OverDrive.
7485
7486 Values:
7487
7488 -  Don't enable
7489
7490 -  Enable
7491
7492 .. _overdriveclientkey-and-overdriveclientsecret-label:
7493
7494 OverDriveClientKey and OverDriveClientSecret
7495 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7496
7497 Asks: Include OverDrive availability information with the client key
7498 \_\_ and client secret \_\_\_
7499
7500 Description:
7501
7502 -  OverDrive customers can get this information by visiting the
7503    `OverDrive Developer
7504    Portal <https://developer.overdrive.com/docs/getting-started>`__ and
7505    following the instructions found there to apply as an API developer.
7506    Once this data and the :ref:`OverDriveLibraryID`
7507    are populated you will see OverDrive results on your OPAC searches.
7508
7509 .. _overdrivelibraryid-label:
7510
7511 OverDriveLibraryID
7512 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7513
7514 Asks: Show items from the OverDrive catalog of library # \_\_\_
7515
7516 Description:
7517
7518 -  OverDrive customers can get this information by visiting the
7519    `OverDrive Developer
7520    Portal <https://developer.overdrive.com/docs/getting-started>`__ and
7521    following the instructions found there to apply as an API developer.
7522    Once this data and the :ref:`OverDriveClientKey and
7523    OverDriveClientSecret <overdriveclientkey-and-overdriveclientsecret-label>` are populated you will
7524    see OverDrive results on your OPAC searches.
7525
7526 .. _plugins-label:
7527
7528 Plugins
7529 ~~~~~~~~~~~~~~~~~~~~~~~~~~
7530
7531 .. _usekohaplugins-label:
7532
7533 UseKohaPlugins
7534 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7535
7536 Default: Don't enable
7537
7538 Asks: \_\_\_ the ability to use Koha Plugins.
7539
7540 Values:
7541
7542 -  Don't enable
7543
7544 -  Enable
7545
7546     **Note**
7547
7548     The plugin system must also be enabled in the Koha configuration
7549     file to be fully enabled. Learn more in the `Plugins
7550     chapter <#pluginsystem>`__.
7551
7552 .. _syndetics-label:
7553
7554 Syndetics
7555 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7556
7557 Syndetics is a pay service. You must first contact Syndetics directly
7558 for pricing and subscription information.
7559
7560 .. _syndeticsauthornotes-label:
7561
7562 SyndeticsAuthorNotes
7563 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7564
7565 Default: Don't show
7566
7567 Asks: \_\_\_ notes about the author of a title from Syndetics on item
7568 detail pages on the OPAC.
7569
7570 Values:
7571
7572 -  Don't show
7573
7574 -  Show
7575
7576 Description:
7577
7578 -  When this option is set to "Show", Syndetics provides notes and short
7579    author biographies for more that 300,000 authors, in both fiction and
7580    nonfiction. With this option enabled the library can display
7581    Syndetics Author Notes on the OPAC. According to the Syndetics
7582    Solutions website (http://www.bowker.com/syndetics/), Author Notes
7583    include lists of contributors for many multi-author texts and
7584    compilations. The :ref:`SyndeticsClientCode` must
7585    be entered and the :ref:`SyndeticsEnabled` option
7586    must be activated before this service can be used.
7587
7588 .. _syndeticsawards-label:
7589
7590 SyndeticsAwards
7591 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7592
7593 Default: Don't show
7594
7595 Asks: \_\_\_ information from Syndetics about the awards a title has won
7596 on item detail pages on the OPAC.
7597
7598 Values:
7599
7600 -  Don't show
7601
7602 -  Show
7603
7604 Description:
7605
7606 -  When this option is set to "Show", Syndetics provides its clients
7607    with a list of awards that any title has won. With this service
7608    enabled the library can display those awards for each book on its
7609    website. For each book or item that comes up during a user search,
7610    the list of awards for that title will be displayed. When a user
7611    clicks on a given award, information about that award is presented
7612    along with a list of the other titles that have won that award. If
7613    the user clicks on any title in the list, they will see holdings
7614    information about that title in their region. This option is a paid
7615    subscription service. The
7616    :ref:`SyndeticsClientCode` must be entered and
7617    the :ref:`SyndeticsEnabled` option must be activated
7618    before this service can be used.
7619
7620 .. _syndeticsclientcode-label:
7621
7622 SyndeticsClientCode
7623 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7624
7625 Asks: Use the client code \_\_\_ to access Syndetics.
7626
7627 Description:
7628
7629 -  Once the library signs up for Syndetics' services, Syndetics will
7630    provide the library with an access code. (Visit the Syndetics
7631    homepage at http://www.bowker.com/syndetics/ for more information.)
7632    This is the code that must be entered to access Syndetics'
7633    subscription services. Syndetics is a paid subscription service. This
7634    value must be entered before
7635    :ref:`SyndeticsEditions` can be enabled. If the
7636    code is lost, corrupted, or forgotten, a new one can be obtained from
7637    http://www.bowker.com/syndetics/.
7638
7639     **Important**
7640
7641     You will need to get your client code directly from Syndetics.
7642
7643 .. _syndeticscoverimages-and-syndeticscoverimagesize-label:
7644
7645 SyndeticsCoverImages and SyndeticsCoverImageSize
7646 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7647
7648 SyndeticsCoverImages Default: Don't show
7649
7650 SyndeticsCoverImageSize Default: medium
7651
7652 Asks: \_\_\_ cover images from Syndetics on search results and item
7653 detail pages on the OPAC in a \_\_\_ size.
7654
7655 Descriptions:
7656
7657 -  When enabled, SyndeticsCoverImages, allows libraries to display
7658    Syndetics' collection of full-color cover images for books, videos,
7659    DVDs and CDs on their OPAC. For each book or item that comes up
7660    during a user search, the cover image for that title will be
7661    displayed. Since these cover images come in three sizes, the optimum
7662    size must be selected using the SyndeticsCoverImageSize preference
7663    after SyndeticsCoverImages are enabled. Syndetics cover images come
7664    in two sizes: mid-size (187 x 187 pixels), and large (400 x 400
7665    pixels). Syndetics is a paid subscription service. The
7666    :ref:`SyndeticsClientCode` must be entered and
7667    the :ref:`SyndeticsEnabled` option must be activated
7668    before this service can be used. Other cover image preferences should
7669    also be disabled to avoid interference.
7670
7671 SyndeticsCoverImages Values:
7672
7673 -  Don't show
7674
7675 -  Show
7676
7677 SyndeticsCoverImageSize Values:
7678
7679 -  medium
7680
7681 -  large
7682
7683 .. _syndeticseditions-label:
7684
7685 SyndeticsEditions
7686 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7687
7688 Default: Don't show
7689
7690 Asks: \_\_\_ information about other editions of a title from Syndetics
7691 on item detail pages on the OPAC
7692
7693 Description:
7694
7695 -  When enabled this option shows information on other editions of a
7696    title from Syndetics on the item detail pages of the OPAC. Syndetics
7697    is a paid subscription service. The
7698    :ref:`SyndeticsClientCode` must be entered and
7699    the :ref:`SyndeticsEnabled` option must be activated
7700    before this service can be used.
7701
7702 Values:
7703
7704 -  Don't show
7705
7706 -  Show
7707
7708     **Important**
7709
7710     Requires :ref:`OPACFRBRizeEditions` set to
7711     'show'
7712
7713 .. _syndeticsenabled-label:
7714
7715 SyndeticsEnabled
7716 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7717
7718 Default: Don't use
7719
7720 Asks: \_\_\_ content from Syndetics.
7721
7722 Values:
7723
7724 -  Don't use
7725
7726 -  Use
7727
7728 Description:
7729
7730 -  When this option is enabled any of the Syndetics options can be used.
7731
7732     **Important**
7733
7734     Requires that you enter your
7735     :ref:`SyndeticsClientCode` before this content
7736     will appear.
7737
7738 .. _syndeticsexcerpt-label:
7739
7740 SyndeticsExcerpt
7741 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7742
7743 Default: Don't show
7744
7745 Asks: \_\_\_ excerpts from of a title from Syndetics on item detail
7746 pages on the OPAC.
7747
7748 Values:
7749
7750 -  Don't show
7751
7752 -  Show
7753
7754 Description:
7755
7756 -  This preference allows Syndetics to display excerpts given to them
7757    from selected publishers. The excerpts are available from prominently
7758    reviewed new titles, both fiction and non-fiction. The excerpts
7759    include poems, essays, recipes, forwards and prefaces. Automatic
7760    links provided by the ISBNs within local MARC records are required to
7761    integrate Syndetics secured, high-speed Internet servers to the
7762    library OPACs. For more information see
7763    (http://www.bowker.com/syndetics/).
7764
7765 .. _syndeticsreviews-label:
7766
7767 SyndeticsReviews
7768 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7769
7770 Default: Don't show
7771
7772 Asks: \_\_\_ reviews of a title from Syndetics on item detail pages on
7773 the OPAC.
7774
7775 Values:
7776
7777 -  Don't show
7778
7779 -  Show
7780
7781 Description:
7782
7783 -  Syndetics Reviews is an accumulation of book reviews available from a
7784    variety of journals and serials. The reviews page displays colored
7785    images of reviewed books dust jackets, partnered with the names of
7786    the journal or serial providing the review. Clicking on an icon opens
7787    a window revealing the book title, author's name, book cover icon and
7788    the critic's opinion of the book. Automatic links provided by the
7789    ISBNs within local MARC records are required to integrate Syndetics
7790    secured, high-speed Internet servers to the library OPACs. For more
7791    information see (http://www.bowker.com/syndetics/).
7792
7793 .. _syndeticsseries-label:
7794
7795 SyndeticsSeries
7796 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7797
7798 Default: Don't show
7799
7800 Asks: \_\_\_ information on other books in a title's series from
7801 Syndetics on item detail pages on the OPAC.
7802
7803 Values:
7804
7805 -  Don't show
7806
7807 -  Show
7808
7809 Description:
7810
7811 -  Each fiction title within a series is linked to the complete series
7812    record. The record displays each title in reading order and also
7813    displays the publication order, if different. Alternate series titles
7814    are also displayed. Automatic links provided by the ISBNs within
7815    local MARC records are required to integrate Syndetics secured, high-
7816    speed Internet servers to the library OPACs. For more information see
7817    (http://www.bowker.com/syndetics/).
7818
7819 .. _syndeticssummary-label:
7820
7821 SyndeticsSummary
7822 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7823
7824 Default: Don't show
7825
7826 Asks: \_\_\_ a summary of a title from Syndetics on item detail pages on
7827 the OPAC.
7828
7829 Values:
7830
7831 -  Don't show
7832
7833 -  Show
7834
7835 Description:
7836
7837 -  Providing more than 5.6 million summaries and annotations derived
7838    from book jackets, edited publisher copy, or independently written
7839    annotations from Book News, Inc. Covering fiction and non-fiction,
7840    this summaries option provides annotations on both trade and
7841    scholarly titles. For more information see
7842    (http://www.bowker.com/syndetics/).
7843
7844 .. _syndeticstoc-label:
7845
7846 SyndeticsTOC
7847 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7848
7849 Default: Don't show
7850
7851 Asks: \_\_\_ the table of contents of a title from Syndetics on item
7852 detail pages on the OPAC.
7853
7854 Values:
7855
7856 -  Don't show
7857
7858 -  Show
7859
7860 Description:
7861
7862 -  This preference allows staff and patrons to review the Table of
7863    Contents from a wide variety of publications from popular self-help
7864    books to conference proceedings. Specific Information access is the
7865    main purpose for this option, allowing patrons guidance to their
7866    preferred section of the book. Special arrangements with selected
7867    book services is used to obtain the table of contents for new
7868    publications each year. Automatic links provided by the ISBNs within
7869    local MARC records are required to integrate Syndetics secured,
7870    high-speed Internet servers to the library OPACs. For more
7871    information see (http://www.bowker.com/syndetics/).
7872
7873 .. _tagging-label:
7874
7875 Tagging
7876 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
7877
7878 .. _tagsenabled-label:
7879
7880 TagsEnabled
7881 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7882
7883 Default: Allow
7884
7885 Asks: \_\_\_ patrons and staff to put tags on items.
7886
7887 Values:
7888
7889 -  Allow
7890
7891 -  Don't allow
7892
7893 Description:
7894
7895 -  Set to 'Allow' enable tagging. A tag is metadata, a word added to
7896    identify an item. Tags allow patrons to classify materials on their
7897    own. TagsEnabled is the main switch that permits the tagging
7898    features. TagsEnable must be set to 'Allow' to allow for other
7899    tagging features.
7900
7901 .. _tagsexternaldictionary-label:
7902
7903 TagsExternalDictionary
7904 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7905
7906 Asks: Allow tags in the dictionary of the ispell executable \_\_\_ on
7907 the server to be approved without moderation.
7908
7909 Description:
7910
7911 -  The dictionary includes a list of accepted and rejected tags. The
7912    accepted list includes all the tags that have been pre-allowed. The
7913    rejected list includes tags that are not allowed. This preference
7914    identifies the "accepted" dictionary used. Ispell is an open source
7915    dictionary which can be used as a list of accepted terms. Since the
7916    dictionary allows for accurately spelled obscenities, the libraries
7917    policy may dictate that modifications are made to the Ispell
7918    dictionary if this preference is use. For more information about
7919    Ispell http://www.gnu.org/software/ispell/ispell.html. Enter the path
7920    on your server to a local ispell executable, used to set
7921    $Lingua::Ispell::path.
7922
7923 .. _tagsinputondetail-label:
7924
7925 TagsInputOnDetail
7926 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7927
7928 Default: Allow
7929
7930 Asks: \_\_\_ patrons to input tags on item detail pages on the OPAC.
7931
7932 Values:
7933
7934 -  Allow
7935
7936    |image59|
7937
7938 -  Don't allow
7939
7940 .. _tagsinputonlist-label:
7941
7942 TagsInputOnList
7943 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7944
7945 Default: Allow
7946
7947 Asks: \_\_\_ patrons to input tags on search results on the OPAC.
7948
7949 Values:
7950
7951 -  Allow
7952
7953    |image58|
7954
7955 -  Don't allow
7956
7957 .. _tagsmoderation-label:
7958
7959 TagsModeration
7960 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7961
7962 Default: Don't require
7963
7964 Asks: \_\_\_ that tags submitted by patrons be reviewed by a staff
7965 member before being shown.
7966
7967 Values:
7968
7969 -  Don't require
7970
7971 -  Require
7972
7973 Description:
7974
7975 -  When set to 'Require,^ all tags to be first filtered by the tag
7976    moderator. Only approved tags will be visible to patrons. When set to
7977    'Don't require' tags will bypass the tag moderator and patrons' tags
7978    to be immediately visible. When this preference is enabled the
7979    moderator, a staff member, would approve the tag in the Staff Client.
7980    The moderator will have the option to approve or reject each pending
7981    tag suggestion.
7982
7983 When moderation is required all tags go through the tag moderation tool
7984 before becoming visible.
7985
7986 -  *Get there:* More > Tools > :ref:`Tags <tag-moderation-label>`
7987
7988 .. _tagsshowondetail-label:
7989
7990 TagsShowOnDetail
7991 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7992
7993 Default: 10
7994
7995 Asks: Show \_\_\_ tags on item detail pages on the OPAC.
7996
7997     **Note**
7998
7999     Set the value to 0 (zero) to turn this feature off.
8000
8001 .. _tagsshowonlist-label:
8002
8003 TagsShowOnList
8004 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8005
8006 Default: 6
8007
8008 Asks: Show \_\_\_ tags on search results on the OPAC.
8009
8010     **Note**
8011
8012     Set the value to 0 (zero) to turn this feature off.
8013
8014 .. _i18n/l10n-label:
8015
8016 I18N/L10N
8017 --------------------------
8018
8019 These preferences control your Internationalization and Localization
8020 settings.
8021
8022 *Get there:* More > Administration > Global System Preferences >
8023 I18N/L10N
8024
8025 .. _addressformat-label:
8026
8027 AddressFormat
8028 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8029
8030 Default: US style ([Street number], [Address] - [City], [Zip/Postal
8031 Code], [Country])
8032
8033 Asks: Format postal addresses using \_\_\_
8034
8035 Values:
8036
8037 -  German style ([Address] [Street number] - [Zip/Postal Code] [City] -
8038    [Country])
8039
8040 -  French style ([Street number] [Address] - [ZIP/Postal Code] [City] -
8041    [Country])
8042
8043 -  US style ([Street number], [Address] - [City], [Zip/Postal Code],
8044    [Country])
8045
8046 Description:
8047
8048 -  This preference will let you control how Koha displays patron
8049    addresses given the information entered in the various fields on
8050    their record.
8051
8052 .. _alphabet-label:
8053
8054 alphabet
8055 ~~~~~~~~~~~~~~~~~~~~~~~~
8056
8057 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
8058
8059 Asks: Use the alphabet \_\_\_ for lists of browsable letters. This
8060 should be a space separated list of uppercase letters.
8061
8062 Description:
8063
8064 -  This preference allows you define your own alphabet for browsing
8065    patrons in Koha.
8066
8067    |image60|
8068
8069 .. _calendarfirstdayofweek-label:
8070
8071 CalendarFirstDayOfWeek
8072 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8073
8074 Default: Sunday
8075
8076 Asks: Use \_\_\_ as the first day of week in the calendar.
8077
8078 Values:
8079
8080 -  Sunday
8081
8082 -  Monday
8083
8084 -  Tuesday
8085
8086 -  Wednesday
8087
8088 -  Thursday
8089
8090 -  Friday
8091
8092 -  Saturday
8093
8094 Description:
8095
8096 -  Using this preference you can control what day shows as the first day
8097    of the week in the calendar pop ups throughout Koha and on the
8098    Calendar tool. If you change this preference and don't see a change
8099    in your browser try clearing your cache since it makes changes to the
8100    Javascript on these pages.
8101
8102 .. _dateformat-label:
8103
8104 dateformat
8105 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8106
8107 Default: mm/dd/yyyy
8108
8109 Asks: Format dates like \_\_\_
8110
8111 Values:
8112
8113 -  dd.mm.yyyy
8114
8115 -  dd/mm/yyyy
8116
8117 -  mm/dd/yyyy
8118
8119 -  yyyy/mm/dd
8120
8121 Description:
8122
8123 -  This preference controls how the date is displayed. The options are
8124    the United States method, mm/dd/yyyy (04/24/2010), the metric method,
8125    dd/mm/yyyy (24/04/2010) or ISO, which is the International Standard
8126    of Organization, yyyy/mm/dd (2010/04/24). The International Standard
8127    of Organization would primarily be used by libraries with locations
8128    in multiple nations that may use different date formats, to have a
8129    single display type, or if the library would be in a region that does
8130    not use the United States or metric method. More information
8131    regarding the ISO date format can be found at
8132    http://www.iso.org/iso/iso_catalogue.htm.
8133
8134 .. _language-label:
8135
8136 language
8137 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8138
8139 Default: English
8140
8141 Asks: Enable the following languages on the staff interface
8142
8143 Values:
8144
8145 -  English
8146
8147 To install additional languages please refer to
8148 http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client
8149
8150 .. _opaclanguages-label:
8151
8152 opaclanguages
8153 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8154
8155 Default: English
8156
8157 Asks: Enable the following languages on the OPAC
8158
8159 Values:
8160
8161 -  English
8162
8163     **Note**
8164
8165     To install additional languages you need to run
8166     misc/translation/install-code.pl. For example, to install French you
8167     would run the following command install-code.pl fr-FR to make the
8168     templates, once they exist and are in the right place then they will
8169     show up as an option in this preference.
8170
8171 .. _opaclanguagesdisplay-label:
8172
8173 opaclanguagesdisplay
8174 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8175
8176 Default: Don't allow
8177
8178 Asks: \_\_\_ patrons to change the language they see on the OPAC.
8179
8180 Values:
8181
8182 -  Allow
8183
8184    -  Patrons can choose their language from a list at the bottom of the
8185       public catalog
8186
8187       |image61|
8188
8189 -  Don't allow
8190
8191    -  The public catalog will not give an option to choose a language
8192
8193 Description:
8194
8195 -  Using the :ref:`OpacLangSelectorMode` preference
8196    you can decide where these language options will appear in the public
8197    catalog.
8198
8199 .. _timeformat-label:
8200
8201 TimeFormat
8202 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8203
8204 Default: 24 hour format
8205
8206 Asks: Format times in \_\_\_
8207
8208 Values:
8209
8210 -  12 hour format (eg 02:18PM)
8211
8212 -  24 hour format (eg 14:18)
8213
8214 .. _translatenotices-label:
8215
8216 TranslateNotices
8217 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8218
8219 Default: Don't allow
8220
8221 Asks: \_\_\_ notices to be translated. If set, notices will be translatable from
8222 the "Notices and Slips" interface. The language used to send a notice to a patron
8223 will be the one defined for the patron.
8224
8225 Values:
8226
8227 -  Don't allow
8228
8229 -  Allow
8230
8231 .. _local-use-label:
8232
8233 Local Use
8234 ---------------------------
8235
8236 These preferences are defined locally.
8237
8238 *Get there:* More > Administration > Global System Preferences > Local
8239 Use
8240
8241     **Note**
8242
8243     Sometimes preferences which are either new or outdated will appear
8244     in this tab, if you didn't add any preferences to this tab then it's
8245     best to ignore preferences listed here.
8246
8247 .. _intradidyoumean-label:
8248
8249 INTRAdidyoumean
8250 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8251
8252 Default: blank
8253
8254 Asks: Did you mean? configuration for the Intranet. Do not change, as this is
8255 controlled by /cgi-bin/koha/admin/didyoumean.pl.
8256
8257 .. _opacdidyoumean-label:
8258
8259 OPACdidyoumean
8260 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8261
8262 Default: blank
8263
8264 Asks: Did you mean? configuration for the OPAC. Do not change, as this is
8265 controlled by /cgi-bin/koha/admin/didyoumean.pl.
8266
8267 .. _printcirculationships-label:
8268
8269 printcirculationships
8270 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8271
8272 Default: ON
8273
8274 Asks: If ON, enable printing circulation receipts
8275
8276 Values:
8277
8278 -  ON
8279
8280 -  OFF
8281
8282 .. _usagestatsid-label:
8283
8284 UsageStatsID
8285 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8286
8287 Default: blank
8288
8289 Asks: This preference is part of Koha but it should not be deleted or
8290 updated manually.
8291
8292 .. _usagestatslastupdatetime-label:
8293
8294 UsageStatsLastUpdateTime
8295 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8296
8297 Default: blank
8298
8299 Asks: This preference is part of Koha but it should not be deleted or
8300 updated manually.
8301
8302 .. _usagestatspublicid-label:
8303
8304 UsageStatsPublicID
8305 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8306
8307 Default: blank
8308
8309 Asks: Public ID for Hea website
8310
8311 .. _version-label:
8312
8313 Version
8314 ~~~~~~~~~~~~~~~~~~~~~~
8315
8316 Default: automatically generated
8317
8318 Asks: The Koha database version. WARNING: Do not change this value
8319 manually. It is maintained by the webinstaller
8320
8321 .. _logs-label:
8322
8323 Logs
8324 ----------------
8325
8326 Logs keep track of transaction on the system. You can decide which
8327 actions you want to log and which you don't using these preferences.
8328 Logs can then be viewed in the :ref:`Log Viewer` under Tools.
8329
8330 *Get there:* More > Administration > Global System Preferences > Logs
8331
8332 .. _debugging-label:
8333
8334 Debugging
8335 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8336
8337 .. _dumptemplatevarsintranet-label:
8338
8339 DumpTemplateVarsIntranet
8340 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8341
8342 Default: Don't
8343
8344 Asks: \_\_\_ dump all Template Toolkit variable to a comment in the HTML
8345 source for the staff intranet.
8346
8347 Value:
8348
8349 -  Don't
8350
8351 -  Do
8352
8353 .. _dumptemplatevarsopac-label:
8354
8355 DumpTemplateVarsOpac
8356 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8357
8358 Default: Don't
8359
8360 Asks: \_\_\_ dump all Template Toolkit variable to a comment in the HTML
8361 source for the OPAC.
8362
8363 Value:
8364
8365 -  Don't
8366
8367 -  Do
8368
8369 .. _logging-label:
8370
8371 Logging
8372 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
8373
8374 .. _authoritieslog-label:
8375
8376 AuthoritiesLog
8377 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8378
8379 Default: Don't log
8380
8381 Asks: \_\_\_ changes to authority records.
8382
8383 Values:
8384
8385 -  Don't log
8386
8387 -  Log
8388
8389 .. _borrowerslog-label:
8390
8391 BorrowersLog
8392 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8393
8394 Default: Log
8395
8396 Asks: \_\_\_ changes to patron records.
8397
8398 Values:
8399
8400 -  Don't log
8401
8402 -  Log
8403
8404        **Note**
8405
8406        Enabling this preference allows the tracking of cardnumber changes for patrons
8407
8408 .. _cataloguinglog-label:
8409
8410 CataloguingLog
8411 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8412
8413 Default: Don't log
8414
8415 Asks: \_\_\_ any changes to bibliographic or item records.
8416
8417 Values:
8418
8419 -  Don't log
8420
8421 -  Log
8422
8423     **Important**
8424
8425     Since this occurs whenever a book is cataloged, edited, or checked
8426     in or out it can be very resource intensive - slowing down your
8427     system.
8428
8429 .. _cronjoblog-label:
8430
8431 CronjobLog
8432 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8433
8434 Default: Don't log
8435
8436 Asks: \_\_\_ information from cron jobs.
8437
8438 Values:
8439
8440 -  Don't log
8441
8442 -  Log
8443
8444 .. _fineslog-label:
8445
8446 FinesLog
8447 ^^^^^^^^^^^^^^^^^^^^^^^^
8448
8449 Default: Log
8450
8451 Asks: \_\_\_ when overdue fines are charged or automatically forgiven.
8452
8453 Values:
8454
8455 -  Don't log
8456
8457 -  Log
8458
8459 .. _holdslog-label:
8460
8461 HoldsLog
8462 ^^^^^^^^^^^^^^^^^^^^^^^^
8463
8464 Default: Don't log
8465
8466 Asks: \_\_\_ any actions on holds (create, cancel, suspend, resume, etc.).
8467
8468 Values:
8469
8470 -  Don't log
8471
8472 -  Log
8473
8474 .. _issuelog-label:
8475
8476 IssueLog
8477 ^^^^^^^^^^^^^^^^^^^^^^^^
8478
8479 Default: Log
8480
8481 Asks: \_\_\_ when items are checked out.
8482
8483 Values:
8484
8485 -  Don't log
8486
8487 -  Log
8488
8489 .. _letterlog-label:
8490
8491 LetterLog
8492 ^^^^^^^^^^^^^^^^^^^^^^^^^^
8493
8494 Default: Log
8495
8496 Asks: \_\_\_ when an automatic claim notice is sent.
8497
8498 Values:
8499
8500 -  Don't log
8501
8502 -  Log
8503
8504     **Note**
8505
8506     This log tracks all notices that go to patrons including the overdue
8507     notices.
8508
8509 .. _renewallog-label:
8510
8511 RenewalLog
8512 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8513
8514 Default:  Don't log
8515
8516 Asks: \_\_\_ when items are renewed.
8517
8518 Values:
8519
8520 - Don't log
8521
8522 - Log
8523
8524 .. _reportslog-label:
8525
8526 ReportsLog
8527 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8528
8529 Default: Don't log
8530
8531 Asks: \_\_\_ when reports are added, deleted or changed.
8532
8533 Values:
8534
8535 -  Don't log
8536
8537 -  Log
8538
8539 .. _returnlog-label:
8540
8541 ReturnLog
8542 ^^^^^^^^^^^^^^^^^^^^^^^^^^
8543
8544 Default: Log
8545
8546 Asks: \_\_\_ when items are returned.
8547
8548 Values:
8549
8550 -  Don't log
8551
8552 -  Log
8553
8554 .. _subscriptionlog-label:
8555
8556 SubscriptionLog
8557 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8558
8559 Default: Log
8560
8561 Asks: \_\_\_ when serials are added, deleted or changed.
8562
8563 Values:
8564
8565 -  Don't log
8566
8567 -  Log
8568
8569 .. _opac-system-preferences-label:
8570
8571 OPAC
8572 ---------------------
8573
8574 *Get there:* More > Administration > Global system preferences > OPAC
8575
8576 .. _advanced-search-options-label:
8577
8578 Advanced search options
8579 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8580
8581 .. _opacadvsearchmoreoptions-label:
8582
8583 OpacAdvSearchMoreOptions
8584 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8585
8586 Default: Select all
8587
8588 Asks: Show search options for the expanded view \_\_\_
8589
8590 Values:
8591
8592 -  [Select all]
8593
8594 -  Item types
8595
8596 -  Language
8597
8598 -  Location and availability
8599
8600 -  Publication date
8601
8602 -  Sorting
8603
8604 -  Subtypes
8605
8606 Description:
8607
8608 -  The settings in this preference will determine which search fields
8609    will show when the patron is using the 'More options' mode on the
8610    advanced search page.
8611
8612 .. _opacadvsearchoptions-label:
8613
8614 OpacAdvSearchOptions
8615 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8616
8617 Default: Item types, Language, Location and availability, Publication
8618 date, Sorting
8619
8620 Asks: Show search options \_\_\_
8621
8622 Values:
8623
8624 -  [Select all]
8625
8626 -  Item types
8627
8628 -  Language
8629
8630 -  Location and availability
8631
8632 -  Publication date
8633
8634 -  Sorting
8635
8636 -  Subtypes
8637
8638 Description:
8639
8640 -  The settings in this preference will determine which search fields
8641    will show when the patron is using the 'Fewer options' mode on the
8642    advanced search page.
8643
8644 .. _appearance-label:
8645
8646 Appearance
8647 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8648
8649 These preferences control how things appear in the OPAC.
8650
8651 .. _authorisedvalueimages-label:
8652
8653 AuthorisedValueImages
8654 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8655
8656 Default: Don't show
8657
8658 Asks: \_\_\_ images for authorized values (such as lost statuses and
8659 locations) in search results and item detail pages on the OPAC.
8660
8661 Values:
8662
8663 -  Don't show
8664
8665 -  Show
8666
8667 *Get there:* More > Administration > :ref:`Authorized
8668 values <authorized-values-label>`
8669
8670 .. _bibliodefaultview-label:
8671
8672 BiblioDefaultView
8673 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8674
8675 Default: in simple form
8676
8677 Asks: By default, show bib records \_\_\_
8678
8679 Values:
8680
8681 -  as specified in the ISBD template.
8682
8683    -  See :ref:`ISBD` preference for more information
8684
8685 -  in simple form.
8686
8687 -  in their MARC format.
8688
8689 Description:
8690
8691 -  This preference determines the level of bibliographic detail that the
8692    patron will see on the OPAC detail page. The simple form displays the
8693    graphical interface; MARC format displays the MARC21 cataloging view;
8694    ISBD displays the ISBD (International Standard Bibliographic
8695    Description, AACR2) view.
8696
8697 .. _coinsinopacresults-label:
8698
8699 COinSinOPACResults
8700 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8701
8702 Default: Include
8703
8704 Asks: \_\_\_ COinS / OpenURL / Z39.88 in OPAC search results.
8705
8706 Values:
8707
8708 -  Don't include
8709
8710    -  If you choose not to include COinS on the search results, it will
8711       still be loaded on the individual bibliographic records.
8712
8713 -  Include
8714
8715    -  Enabling this feature will slow OPAC search response times.
8716
8717 Description:
8718
8719 -  COinS stands for ContextObjects in Spans. COinS is a method to embed
8720    bibliographic metadata in the HTML code of web pages. This allows
8721    bibliographic software to publish machine-readable bibliographic
8722    items and client reference management software (such as Zotero) to
8723    retrieve bibliographic metadata. The metadata can also be sent to an
8724    OpenURL resolver. This allows, for instance, searching for a copy of
8725    a book in one's own library.
8726
8727 .. _displayopaciconsxslt-label:
8728
8729 DisplayOPACiconsXSLT
8730 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8731
8732 Default: Don't show
8733
8734 Asks: On pages displayed with XSLT stylesheets on the OPAC, \_\_\_ icons
8735 for itemtype and authorized values.
8736
8737     **Important**
8738
8739     :ref:`OPACXSLTResultsDisplay` and/or
8740     :ref:`OPACXSLTDetailsDisplay` must be set to
8741     use an XSLT stylesheet for this to show (default or custom)
8742
8743 Values:
8744
8745 -  Don't show
8746
8747 -  Show
8748
8749    |image62|
8750
8751     **Note**
8752
8753     See the :ref:`XSLT material type icons <material-type-cataloging-guide-label>`
8754     for more information on these icons.
8755
8756 .. _googleindictransliteration-label:
8757
8758 GoogleIndicTransliteration
8759 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8760
8761 Default: Don't show
8762
8763 Asks: \_\_\_ GoogleIndicTransliteration on the OPAC.
8764
8765 Values:
8766
8767 -  Don't show
8768
8769 -  Show
8770
8771   |image1188|
8772
8773 .. _hidelostitems-label:
8774
8775 hidelostitems
8776 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8777
8778 Default: Don't show
8779
8780 Asks: \_\_\_ lost items on search and detail pages.
8781
8782 Description:
8783
8784 -  Items that are marked lost by the library can either be shown or not
8785    shown on the OPAC. By setting the value to "Don't show," the lost
8786    item is not shown on the OPAC. By setting the value "Show," the lost
8787    item is shown on the OPAC for patrons to view with a status of
8788    'lost.^
8789
8790 Values:
8791
8792 -  Don't show
8793
8794 -  Show
8795
8796    |image63|
8797
8798 .. _highlightownitemsonopac-label:
8799
8800 HighlightOwnItemsOnOPAC and HighlightOwnItemsOnOPACWhich
8801 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8802
8803 HighlightOwnItemsOnOPAC Default: Don't emphasize
8804
8805 HighlightOwnItemsOnOPACWhich Default: patron's home library
8806
8807 Asks: \_\_\_ results from the \_\_\_ by moving the results to the front
8808 and increasing the size or highlighting the rows for those results.
8809
8810 HighlightOwnItemsOnOPAC Values:
8811
8812 -  Don't emphasize
8813
8814 -  Emphasize
8815
8816 HighlightOwnItemsOnOPACWhich Values:
8817
8818 -  OPAC's branch based via the URL
8819
8820    -  The library is chosen based on the Apache environment variable
8821       BRANCHCODE. For example, this could be added to the OPAC section
8822       of koha-httpd.conf: SetEnv BRANCHCODE "CPL"
8823
8824 -  patron's home library
8825
8826    -  The items emphasized will be those of the same library as the
8827       patron's library. If no one is logged into the OPAC, no items will
8828       be highlighted.
8829
8830     **Important**
8831
8832     This preference will only effect sites that are not using an XSLT
8833     stylesheet. XSLT stylesheets are defined in the
8834     :ref:`OPACXSLTResultsDisplay` and
8835     :ref:`OPACXSLTDetailsDisplay` preferences.
8836
8837 .. _libraryname-label:
8838
8839 LibraryName
8840 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8841
8842 Asks: Show \_\_\_ as the name of the library on the OPAC.
8843
8844     **Note**
8845
8846     This value will appear in the title bar of the browser
8847
8848     **Note**
8849
8850     Edit :ref:`opacheader` if you'd like to add a library
8851     name above your search box on the OPAC
8852
8853 |image64|
8854
8855 .. _opacadditionalstylesheet-label:
8856
8857 OpacAdditionalStylesheet
8858 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8859
8860 Asks: Include the additional CSS stylesheet \_\_\_ to override specified
8861 settings from the default stylesheet.
8862
8863 Description:
8864
8865 -  The preference can look for stylesheets in the template directory for
8866    your OPAC language, for instance: /koha-tmpl/opac-tmpl/prog/en/css.
8867    If you upload a custom file, opac-mystyles.css to this directory, you
8868    can specify it by entering opac-mystyles.css in your
8869    opaccolorstylesheet system preference. This adds your custom
8870    stylesheet as a linked stylesheet alongside the OPAC's default CSS
8871    files. This method is preferable because linked stylesheets are
8872    cached by the user's browser, meaning upon repeat visits to your site
8873    the user's browser will not have to re-download the stylesheet,
8874    instead using the copy in the browser's cache.
8875
8876 -  If you would rather, you can upload your CSS to another server and
8877    enter the full URL pointing to it's location remember to begin the
8878    URL with http://
8879
8880     **Note**
8881
8882     Leave this field blank to disable it
8883
8884     **Note**
8885
8886     This file will add a linked CSS, not replace the existing default
8887     CSS.
8888
8889 .. _opacaddmastheadlibrarypulldown-label:
8890
8891 OpacAddMastheadLibraryPulldown
8892 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8893
8894 Default: Don't add
8895
8896 Asks: \_\_\_ a library select pulldown menu on the OPAC masthead.
8897
8898 Values:
8899
8900 -  Add
8901
8902    |image65|
8903
8904 -  Don't Add
8905
8906    |image66|
8907
8908 .. _opacbaseurl-label:
8909
8910 OPACBaseURL
8911 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8912
8913 Asks: The OPAC is located at \_\_\_
8914
8915 Description:
8916
8917 -  This preference is looking for the URL of your public catalog (OPAC)
8918    with the http:// in front of it (enter http://www.mycatalog.com
8919    instead of www.mycatalog.com). Once it is filled in Koha will use it
8920    to generate permanent links in your RSS feeds, for your social
8921    network share buttons and in your staff client when generating links
8922    to bib records in the OPAC.
8923
8924     **Important**
8925
8926     Do not include a trailing slash in the URL this will break links
8927     created using this URL. (example: http://www.google.com not
8928     http://www.google.com/)
8929
8930     **Important**
8931
8932     This must be filled in with the URL of your public catalog for RSS,
8933     unAPI, and search plugins to work.
8934
8935     **Important**
8936
8937     This must be filled in with the URL of your public catalog to show
8938     'OPAC View' links from bib records in the staff client:
8939
8940 |image67|
8941
8942 .. _opaccredits-label:
8943
8944 opaccredits
8945 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8946
8947 Asks: Include the following HTML in the footer of all pages in the OPAC:
8948
8949     **Note**
8950
8951     Click the 'Click to edit; link to enter HTML to appear at the bottom
8952     of every page in the OPAC
8953
8954 |image68|
8955
8956 |image69|
8957
8958 Description:
8959
8960 -  This setting is for credits that will appear at the bottom of your
8961    OPAC pages. Credits traditionally encompass copyright information,
8962    last date updated, hyperlinks or other information represented in an
8963    HTML format. This is static information and any updates must be
8964    entered manually.
8965
8966 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
8967
8968 .. _opaccustomsearch-label:
8969
8970 OpacCustomSearch
8971 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8972
8973 Asks: Replace the search box at the top of OPAC pages with the following
8974 HTML
8975
8976 Description:
8977
8978 -  This preference allows you to replace the default search box at the
8979    top of the OPAC :
8980
8981     |image1190|
8982
8983    with any HTML you would like :
8984
8985     |image1191|
8986
8987 .. _opacdisplay856uasimage-label:
8988
8989 OPACDisplay856uAsImage
8990 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8991
8992 Default: Neither details or results page
8993
8994 Asks: Display the URI in the 856u field as an image on: \_\_\_
8995
8996 Values:
8997
8998 -  Both results and details pages
8999
9000    -  **Important**
9001
9002           Both :ref:`OPACXSLTDetailsDisplay` and
9003           :ref:`OPACXSLTResultsDisplay` need to
9004           have values in order for this preference to work.
9005
9006    -  **Important**
9007
9008           This is only implemented for MARC21 and NORMARC.
9009
9010 -  Detail page only
9011
9012    -  **Important**
9013
9014           :ref:`OPACXSLTDetailsDisplay` needs to
9015           have a value in it for this preference to work.
9016
9017    -  **Important**
9018
9019           This is only implemented for MARC21 and NORMARC.
9020
9021    |image70|
9022
9023 -  Neither details or results page
9024
9025 -  Results page only
9026
9027    -  **Important**
9028
9029           :ref:`OPACXSLTResultsDisplay` needs to
9030           have a value in it for this preference to work.
9031
9032    -  **Important**
9033
9034           This is only implemented for MARC21 and NORMARC.
9035
9036 Description:
9037
9038 -  In addition to this option being set, the corresponding XSLT option
9039    must be turned on. Also, the corresponding 856q field must have a
9040    valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
9041    starting with "image/"), or the generic indicator "img" entered in
9042    the field. When all of the requirements are met, an image file will
9043    be displayed instead of the standard link text. Clicking on the image
9044    will open it in the same way as clicking on the link text. When you
9045    click on the image it should open to full size, in the current window
9046    or in a new window depending on the value in the system pref
9047    :ref:`OPACURLOpenInNewWindow`.
9048
9049    |image71|
9050
9051 .. _opacexportoptions-label:
9052
9053 OpacExportOptions
9054 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9055
9056 Default:
9057
9058     |image1192|
9059
9060 Asks: Select export options that should be available from OPAC detail
9061 page: \_\_\_
9062
9063 Description:
9064
9065 -  In the OPAC on the right of each bib record there is a menu that
9066    allows for saving the record in various formats. This patch will
9067    allow you to define which options are in the pull down menu.
9068    Available options are: BIBTEX (bibtex), Dublin Core (dc), MARCXML
9069    (marcxml), MARC-8 encoded MARC (marc8), Unicode/UTF-8 encoded MARC
9070    (utf8), Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9-
9071    fields and subfields (marcstd), MODS (mods), and RIS (ris).
9072
9073 .. _opacfallback-label:
9074
9075 OPACFallback
9076 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9077
9078 Default: bootstrap
9079
9080 Asks: Use the \_\_\_ theme as the fallback theme on the OPAC.
9081
9082 Description:
9083
9084 -  The purpose of this preference is to provide a way to choose to what
9085    theme to fallback on when you have a partial theme in place.
9086
9087 .. _opacfavicon-label:
9088
9089 OpacFavicon
9090 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9091
9092 Asks: Use the image at \_\_\_ for the OPAC's favicon.
9093
9094     **Important**
9095
9096     This should be a complete URL, starting with http://
9097
9098     **Note**
9099
9100     Turn your logo into a favicon with the `Favicon
9101     Generator <http://antifavicon.com/>`__.
9102
9103 Description:
9104
9105 -  The favicon is the little icon that appears next to the URL in the
9106    address bar in most browsers. The default value for this field (if
9107    left blank) is the small 'K' in the Koha logo.
9108
9109    |image72|
9110
9111 .. _opacheader-label:
9112
9113 opacheader
9114 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9115
9116 Asks: Include the following HTML in the header of all pages in the OPAC
9117
9118 |image73|
9119
9120     **Note**
9121
9122     This value will appear above the main content of your page
9123
9124 |image74|
9125
9126     **Note**
9127
9128     Edit :ref:`LibraryName` if you'd like to edit the
9129     contents of the <title> tag
9130
9131 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
9132
9133 .. _opachighlightedwords-and-nothighlightedwords-label:
9134
9135 OpacHighlightedWords and NotHighlightedWords
9136 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9137
9138 OpacHighlightedWords Default: Don't highlight
9139
9140 NotHighlightedWords Default: and\|or\|not
9141
9142 Asks: \_\_\_ words the patron searched for in their search results and
9143 detail pages; To prevent certain words from ever being highlighted,
9144 enter a list of stopwords here \_\_\_ (separate columns with \|)
9145
9146 OpacHighlightedWords Values:
9147
9148 -  Don't highlight
9149
9150 -  Highlight
9151
9152 .. _opacholdingsdefaultsortfield-label:
9153
9154 OPACHoldingsDefaultSortField
9155 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9156
9157 Default: First column of the table
9158
9159 Asks: \_\_\_ is the default sort field for the holdings table
9160
9161 Values:
9162
9163 -  First column of the table
9164
9165 -  Holding library
9166
9167 -  Home library
9168
9169 .. _opackohaurl-label:
9170
9171 OpacKohaUrl
9172 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9173
9174 Default: Don't show
9175
9176 Values:
9177
9178 -  Don't show
9179
9180 -  Show
9181
9182 Description:
9183
9184 -  When this preference is set to 'Show' text will appear in the bottom
9185    right of the OPAC footer stating 'Powered by Koha' and linking to the
9186    official Koha website.
9187
9188    |image75|
9189
9190 .. _opaclangselectormode-label:
9191
9192 OpacLangSelectorMode
9193 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9194
9195 Default: only footer
9196
9197 Asks: Display language selector on \_\_\_.
9198
9199 Values:
9200
9201 -  both top and footer
9202
9203 -  only footer
9204
9205 -  top
9206
9207 Description:
9208
9209 -  If you have the :ref:`opaclanguagesdisplay`
9210    preference set to display language options in the public catlaog,
9211    then this preference will allow you to control where the language
9212    selector shows. You can choose to show it only on the top or bottom
9213    or in both places.
9214
9215 .. _opaclayoutstylesheet-label:
9216
9217 opaclayoutstylesheet
9218 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9219
9220 Default: opac.css
9221
9222 Asks: Use the CSS stylesheet /css/ \_\_\_ on all pages in the OPAC,
9223 instead of the default
9224
9225 Description:
9226
9227 -  This setting's function is to point to the \*.css file used to define
9228    the OPAC layout. A \*.css file is a cascading stylesheet which is
9229    used in conjunction with HTML to set how the HTML page is formatted
9230    and will look on the OPAC. There are two stylesheets that come with
9231    the system; opac.css and opac2.css. A custom stylesheet may also be
9232    used. The stylesheets listed in the opaclayoutstylesheet preference
9233    are held on the Koha server.
9234
9235     **Note**
9236
9237     Leave this field blank to disable it and let Koha use the default
9238     file instead
9239
9240     **Important**
9241
9242     Using a custom value in this preference causes Koha to completely
9243     ignore the default layout stylesheet.
9244
9245 .. _opaclocationbranchtodisplay-label:
9246
9247 OpacLocationBranchToDisplay
9248 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9249
9250 Default: holding library
9251
9252 Asks: Display the \_\_\_ for items on the OPAC record details page.
9253
9254 Values:
9255
9256 -  holding library
9257
9258 -  home and holding library
9259
9260 -  home library
9261
9262 Description:
9263
9264 -  Defines whether to display the holding library, the home library, or
9265    both for the opac details page.
9266
9267 .. _opaclocationondetail-label:
9268
9269 OpacLocationOnDetail
9270 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9271
9272 Default: below the holding library
9273
9274 Asks: Display the shelving location \_\_\_ for items on the
9275 OPAC record details page.
9276
9277 Values:
9278
9279 -  below both home and holding libraries
9280
9281 -  on a separate column
9282
9283 -  below the holding library
9284
9285 -  below the home library
9286
9287 Description:
9288
9289 -  Defines where the shelving location should be displayed, under the
9290    home library, the holding library, or both, or in a separate column.
9291
9292 .. _opaclogininstructions-label:
9293
9294 OpacLoginInstructions
9295 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9296
9297 Asks: Show the following HTML on the OPAC login form when a patron is not logged in:
9298
9299 Description:
9300
9301 -  HTML entered in this field will appear under the login form on the main page
9302    of your OPAC, when the user is not logged in
9303
9304 |image1344|
9305
9306 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
9307
9308 .. _opacmaintenance-label:
9309
9310 OpacMaintenance
9311 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9312
9313 Default: Don't show
9314
9315 Asks: \_\_\_ a warning that the OPAC is under maintenance, instead of
9316 the OPAC itself.
9317
9318     **Note**
9319
9320     this shows the same warning as when the database needs to be
9321     upgraded, but unconditionally.
9322
9323 Description:
9324
9325 -  This preference allows the system administrator to turn off the OPAC
9326    during maintenance and display a message to users. When this
9327    preference is switched to "Show" the OPAC is not usable. The text of
9328    this message is not editable at this time.
9329
9330 Values:
9331
9332 -  Don't show
9333
9334 -  Show
9335
9336    -  When this preference is set to show the maintenance message the
9337       ability to search the OPAC is disabled and a message appears. The
9338       default message can be altered by using the
9339       :ref:`OpacMaintenanceNotice` preference.
9340
9341       |image76|
9342
9343 .. _opacmaintenancenotice-label:
9344
9345 OpacMaintenanceNotice
9346 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9347
9348 Asks: Show the following HTML when OpacMaintenance is enabled
9349
9350 Descritpion:
9351
9352 -  This preference will allow you to set the text the OPAC displays when
9353    the :ref:`OpacMaintenance` preference is set to
9354    'Show.^
9355
9356 .. _opacmainuserblock-label:
9357
9358 OpacMainUserBlock
9359 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9360
9361 Default: Welcome to Koha... <hr>
9362
9363 Asks: Show the following HTML in its own column on the main page of the
9364 OPAC
9365
9366 Description:
9367
9368 -  HTML entered in this field will appear in the center of the main page
9369    of your OPAC
9370
9371 |image77|
9372
9373 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
9374
9375 .. _opacmaxitemstodisplay-label:
9376
9377 OpacMaxItemsToDisplay
9378 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9379
9380 Default: 50
9381
9382 Asks: Display up to \_\_\_ items on the biblio detail page
9383
9384 Description:
9385
9386 -  This preference will help with slow load times on the bibliographic
9387    detail pages by limiting the number of items to display by default.
9388    If the biblio has more items than this, a link is displayed instead
9389    that allows the user to choose to display all items.
9390
9391 .. _opacmysummaryhtml-label:
9392
9393 OPACMySummaryHTML
9394 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9395
9396 Asks: Include a "Links" column on the "your summary" tab when a user is
9397 logged in to the OPAC, with the following HTML (leave blank to disable).
9398
9399 Description:
9400
9401 -  In this preference you can enter HTML that will appear on the
9402    'Checked Out' tab on the 'your summary' section when logged in to the
9403    OPAC. The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR}
9404    will be replaced with information from the displayed record. This can
9405    be used to enter in 'share' links for social networks or generate
9406    searches against other library catalogs.
9407
9408    |image78|
9409
9410 Sample Data:
9411
9412 ::
9413
9414     <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>
9415     <br />TITLE: {TITLE}
9416     <br />AUTHOR: {AUTHOR}
9417     <br />ISBN: {ISBN}
9418     <br />BIBLIONUMBER: {BIBLIONUMBER}</p>
9419
9420 .. _opacmysummarynote-label:
9421
9422 OPACMySummaryNote
9423 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9424
9425 Asks: Note to display on the patron summary page.
9426
9427 Description:
9428
9429 -  This preference will display text above the patron's summary and
9430    below the welcome message when the patron logs in to the OPAC and
9431    view their 'your summary' tab.
9432
9433     |image1193|
9434
9435 .. _opacnav-label:
9436
9437 OpacNav
9438 ^^^^^^^^^^^^^^^^^^^^^^
9439
9440 Default: Important links here.
9441
9442 Asks: Show the following HTML on the left hand column of the main page
9443 and patron account on the OPAC (generally navigation links)
9444
9445 |image79|
9446
9447 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
9448
9449 .. _opacnavbottom-label:
9450
9451 OpacNavBottom
9452 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9453
9454 Asks: Show the following HTML on the left hand column of the main page
9455 and patron account on the OPAC, after :ref:`OpacNav`, and before
9456 patron account links if available:
9457
9458 Description:
9459
9460 -  When a patron is logged in to their account they see a
9461    series of tabs to access their account information.
9462    :ref:`OpacNav` appears above this list of tabs and OpacNavBottom
9463    will appear below them. When not on the patron account pages the HTML in
9464    OpacNavBottom will just appear right below :ref:`OpacNav`.
9465
9466 |image80|
9467
9468 .. _opacnoresultsfound-label:
9469
9470 OPACNoResultsFound
9471 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9472
9473 No Default
9474
9475 Asks: Display this HTML when no results are found for a search in the
9476 OPAC
9477
9478 This HTML will display below the existing notice that no results were
9479 found for your search.
9480
9481 |image82|
9482
9483     **Note**
9484
9485     You can insert placeholders {QUERY\_KW} that will be replaced with
9486     the keywords of the query.
9487
9488 .. _opacpublic-label:
9489
9490 OpacPublic
9491 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9492
9493 Default: Enable
9494
9495 Asks: \_\_\_ Koha OPAC as public. Private OPAC requires authentication
9496 before accessing the OPAC.
9497
9498 Values:
9499
9500 -  Don't enable
9501
9502 -  Enable
9503
9504 Description:
9505
9506 -  This preference determines if your OPAC is accessible and searchable
9507    by anyone or only by members of the library. If set to 'Don't enable'
9508    only members who are logged into the OPAC can search. Most libraries
9509    will leave this setting at its default of 'Enable' to allow their
9510    OPAC to be searched by anyone and only require login for access to
9511    personalized content.
9512
9513 .. _opacresultslibrary-label:
9514
9515 OPACResultsLibrary
9516 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9517
9518 Default: home library
9519
9520 Asks: For search results in the OPAC, show the item's \_\_\_. Please
9521 note that this feature is currently available for MARC21 and UNIMARC.
9522
9523 Values:
9524
9525 -  current location
9526
9527 -  home library
9528
9529 .. _opacresultssidebar-label:
9530
9531 OPACResultsSidebar
9532 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9533
9534 Asks: Include the following HTML under the facets in OPAC search results
9535
9536 Description:
9537
9538 -  The HTML entered in this preference will appear on the search results
9539    pages below the list of facets on the left side of the screen.
9540
9541 .. _opacsearchfortitlein-label:
9542
9543 OPACSearchForTitleIn
9544 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9545
9546 Default: <li><a href="http://worldcat.org/search?q={TITLE}"
9547 target="\_blank">Other Libraries (WorldCat)</a></li> <li><a
9548 href="http://www.scholar.google.com/scholar?q={TITLE}"
9549 target="\_blank">Other Databases (Google Scholar)</a></li> <li><a
9550 href="http://www.bookfinder.com/search/?author={AUTHOR}&title={TITLE}&st=xl&ac=qr"
9551 target="\_blank">Online Stores (Bookfinder.com)</a></li>
9552
9553 Asks: Include a "More Searches" box on the detail pages of items on the
9554 OPAC, with the following HTML (leave blank to disable)
9555
9556     **Note**
9557
9558     The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE}, {ISBN},
9559     {ISSN} and {AUTHOR} will be replaced with information from the
9560     displayed record.
9561
9562 .. _opacseparateholdings-and-opacseparateholdingsbranch-label:
9563
9564 OpacSeparateHoldings and OpacSeparateHoldingsBranch
9565 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9566
9567 OpacSeparateHoldings default: Don't separate
9568
9569 OpacSeparateHoldingsBranch default: home library
9570
9571 Asks: \_\_\_ items display into two tabs, where the first tab contains
9572 items whose \_\_\_ is the logged in user's library. The second tab will
9573 contain all other items.
9574
9575 OpacSeparateHoldings values:
9576
9577 -  Don't separate
9578
9579 -  Separate
9580
9581 OpacSeparateHoldingsBranch values:
9582
9583 -  holding library
9584
9585 -  home library
9586
9587 Description:
9588
9589 -  This preference lets you decide if you would like to have the holding
9590    information on the bibliographic detail page in the OPAC split in to
9591    multiple tabs. The default is to show all holdings on one tab.
9592
9593    |image83|
9594
9595 .. _opacshowcheckoutname-label:
9596
9597 OPACShowCheckoutName
9598 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9599
9600 Default: Don't show
9601
9602 Asks: \_\_\_ the name of the patron that has an item checked out on item
9603 detail pages on the OPAC.
9604
9605 Values:
9606
9607 -  Don't show
9608
9609 -  Show
9610
9611 Description:
9612
9613 -  This preference allows all patrons to see who has the item checked
9614    out if it is checked out. In small corporate libraries (where the
9615    OPAC is behind a firewall and not publicly available) this can be
9616    helpful so coworkers can just contact the patron with the book
9617    themselves. In larger public and academic libraries setting this to
9618    'Show' would pose serious privacy issues.
9619
9620 .. _opacshowholdqueuedetails-label:
9621
9622 OPACShowHoldQueueDetails
9623 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9624
9625 Default: Don't show any hold details
9626
9627 Asks: \_\_\_ to patrons in the OPAC.
9628
9629 Values:
9630
9631 -  Don't show any hold details
9632
9633 -  Show holds
9634
9635 -  Show holds and their priority level
9636
9637 -  Show priority level
9638
9639 Description:
9640
9641 -  This preference allows you to choose the type of hold information to
9642    make available to patrons when logged in to their account on the OPAC.  If
9643    you select to include hold priority information the list of holds will
9644    initially be sorted by priority.
9645
9646 .. _opacshowrecentcomments-label:
9647
9648 OpacShowRecentComments
9649 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9650
9651 Default: Don't show
9652
9653 Asks: \_\_\_ a link to recent comments in the OPAC masthead.
9654
9655 Values:
9656
9657 -  Don't show
9658
9659 -  Show
9660
9661 Description:
9662
9663 -  If you have chosen to allow comments in your OPAC by setting
9664    :ref:`reviewson` to 'Allow' you can include a link to the
9665    recent comments under the search box at the top of your OPAC with
9666    this preference.
9667
9668    |image88|
9669
9670 .. _opacshowunusedauthorities-label:
9671
9672 OPACShowUnusedAuthorities
9673 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9674
9675 Default: Show
9676
9677 Asks: \_\_\_ unused authorities in the OPAC authority browser.
9678
9679 Values:
9680
9681 -  Do not show
9682
9683 -  Show
9684
9685    -  **Important**
9686
9687           Requires that the :ref:`OpacAuthorities`
9688           preference is set to 'Allow'
9689
9690 Description:
9691
9692 -  When patrons search your authority file via the OPAC they will see
9693    all authorities in your system even if you don't have them linked to
9694    any bibliographic records. This preference lets you determine what
9695    the default behavior is when searching authorities via the OPAC. If
9696    you choose 'Do not show' it will only show patrons authority records
9697    that are linked to bib records in the search results. Otherwise the
9698    system will show all authority records even if they aren't linked to
9699    records.
9700
9701 .. _opacstarratings-label:
9702
9703 OpacStarRatings
9704 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9705
9706 Default: no
9707
9708 Asks: Show star-ratings on \_\_\_ pages.
9709
9710 Values:
9711
9712 -  no
9713
9714 -  only details
9715
9716    |image89|
9717
9718 -  results and details
9719
9720    |image90|
9721
9722 Description:
9723
9724 -  Star ratings are a way for your patrons to leave ratings without
9725    having to leave a full review. Patrons who are not logged in will
9726    only be able to see the stars, once logged in patrons can click on
9727    the stars on the details page to leave their own rating. Clicking on
9728    the stars on the search results will not submit a rating.
9729
9730 .. _opacsuggestionmanagedby-label:
9731
9732 OpacSuggestionManagedBy
9733 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9734
9735 Default: Show
9736
9737 Asks: \_\_\_ the name of the staff member who managed a suggestion in
9738 OPAC.
9739
9740 Values:
9741
9742 -  Don't show
9743
9744 -  Show
9745
9746 Description:
9747
9748 -  If you're :ref:`allowing patrons to make purchase
9749    suggestions <suggestion-label>` then they will see the 'your purchase
9750    suggestions' tab when logged in. This tab shows the patron the
9751    librarian who approved or rejected the purchase suggestion. This
9752    preference controls if the patron sees the librarian's name or not.
9753
9754 .. _opacthemes-label:
9755
9756 opacthemes
9757 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9758
9759 Default: bootstrap
9760
9761 Asks: Use the \_\_\_ theme on the OPAC.
9762
9763 Values:
9764
9765 -  bootstrap
9766
9767    Bootstrap Theme
9768
9769    This theme is completely responsive
9770
9771 .. _opacurlopeninnewwindow-label:
9772
9773 OPACURLOpenInNewWindow
9774 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9775
9776 Default: don't
9777
9778 Asks: When patrons click on a link to another website from your OPAC
9779 (like Amazon or OCLC), \_\_\_ open the website in a new window.
9780
9781 Values:
9782
9783 -  do
9784
9785 -  don't
9786
9787 Description:
9788
9789 -  This preference determines if URLs in the OPAC will open in a new
9790    window or not. When clicking on a link in the OPAC, a patron does not
9791    need to worry about navigating away from their search results.
9792
9793 .. _opacusercss-label:
9794
9795 OPACUserCSS
9796 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9797
9798 Asks: Include the following CSS on all pages in the OPAC
9799
9800 Description:
9801
9802 -  OPACUserCSS allows the administrator to enter styles that will
9803    overwrite the OPAC's default CSS as defined in 'opaclayoutstylesheet'
9804    or 'opacstylesheet'. Styles may be entered for any of the selectors
9805    found in the default style sheet. The default stylesheet will likely
9806    be found at
9807    http://your\_koha\_address/opac-tmpl/bootstrap/css/opac.css. Unlike
9808    :ref:`OpacAdditionalStylesheet` and
9809    :ref:`opaclayoutstylesheet` this preference will
9810    embed the CSS directly on your OPAC pages.
9811
9812 .. _opacuserjs-label:
9813
9814 OPACUserJS
9815 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9816
9817 Asks: Include the following JavaScript on all pages in the OPAC
9818
9819 |image91|
9820
9821 |image92|
9822
9823 |image93|
9824
9825 Description:
9826
9827 -  This preference allows the administrator to enter JavaScript or
9828    JQuery that will be embedded across all pages of the OPAC.
9829    Administrators may use this preference to customize some of the
9830    interactive sections of Koha, customizing the text for the login
9831    prompts, for example. Sample JQuery scripts used by Koha libraries
9832    can be found on the wiki:
9833    http://wiki.koha-community.org/wiki/JQuery_Library.
9834
9835 .. _opacusersummary-label:
9836
9837 OPACUserSummary
9838 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9839
9840 Default: Show
9841
9842 Asks: \_\_\_ a summary of a logged in user's checkouts, overdues, holds and fines on the mainpage
9843
9844 Description:
9845
9846 -  When activated, this preference system replaces the login form on the OPAC main page by a summary when the user is logged in.
9847
9848 .. _opacxsltdetailsdisplay-label:
9849
9850 OPACXSLTDetailsDisplay
9851 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9852
9853 Default: default
9854
9855 Asks: Display OPAC details using XSLT stylesheet at \_\_\_
9856
9857 Values:
9858
9859 -  leave empty to not use the XSLT stylesheet
9860
9861    -  In previous versions of Koha this was the setting that read
9862       'normally'
9863
9864 -  enter "default" for the default one
9865
9866 -  put a path to define a XSLT file
9867
9868    -  ex: /path/to/koha/and/your/stylesheet.xsl
9869
9870    -  If in a multi-language system you can enter {langcode} in the path
9871       to tell Koha to look in the right language folder
9872
9873       -  ex:
9874          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACDetail.xsl
9875
9876       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9877
9878 -  put an URL for an external specific stylesheet
9879
9880    -  ex: http://mykohaopac.org/stylesheet.xsl
9881
9882 Description:
9883
9884 -  XSLT stylesheets allow for the customization of the details shows on
9885    the screen when viewing a bib record. This preference will allow you
9886    either use the default look that comes with Koha or design your own
9887    stylesheet.
9888
9889 .. _opacxsltlistsdisplay-label:
9890
9891 OPACXSLTListsDisplay
9892 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9893
9894 Default: default
9895
9896 Asks: Display lists in the OPAC using XSLT stylesheet at \_\_\_
9897
9898 Values:
9899
9900 -  leave empty to not use the XSLT stylesheet
9901
9902    -  In previous versions of Koha this was the setting that read
9903       'normally'
9904
9905 -  enter "default" for the default one
9906
9907 -  put a path to define a XSLT file
9908
9909    -  ex: /path/to/koha/and/your/stylesheet.xsl
9910
9911    -  If in a multi-language system you can enter {langcode} in the path
9912       to tell Koha to look in the right language folder
9913
9914       -  ex:
9915          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
9916
9917       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9918
9919 -  put an URL for an external specific stylesheet
9920
9921    -  ex: http://mykohaopac.org/stylesheet.xsl
9922
9923 Description:
9924
9925 -  XSLT stylesheets allow for the customization of the details shows on
9926    the screen when viewing lists. This preference will
9927    allow you either use the default look that comes with Koha or design
9928    your own stylesheet.
9929
9930 .. _opacxsltresultsdisplay-label:
9931
9932 OPACXSLTResultsDisplay
9933 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9934
9935 Default: default
9936
9937 Asks: Display OPAC results using XSLT stylesheet at \_\_\_
9938
9939 Values:
9940
9941 -  leave empty to not use the XSLT stylesheet
9942
9943    -  In previous versions of Koha this was the setting that read
9944       'normally'
9945
9946 -  enter "default" for the default one
9947
9948 -  put a path to define a XSLT file
9949
9950    -  ex: /path/to/koha/and/your/stylesheet.xsl
9951
9952    -  If in a multi-language system you can enter {langcode} in the path
9953       to tell Koha to look in the right language folder
9954
9955       -  ex:
9956          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
9957
9958       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9959
9960 -  put an URL for an external specific stylesheet
9961
9962    -  ex: http://mykohaopac.org/stylesheet.xsl
9963
9964 Description:
9965
9966 -  XSLT stylesheets allow for the customization of the details shows on
9967    the screen when viewing the search results. This preference will
9968    allow you either use the default look that comes with Koha or design
9969    your own stylesheet.
9970
9971 .. _opacfeatures-label:
9972
9973 Features
9974 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9975
9976 .. _numsearchrssresults-label:
9977
9978 numSearchRSSResults
9979 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9980
9981 Default: 50
9982
9983 Asks: Display \_\_\_ search results in the RSS feed.
9984
9985 Description:
9986
9987 -  By default the RSS feed that is automatically generated for every
9988    search results page will list 50 items. This can sometimes be too
9989    much for some RSS feed readers and for some people this isn't enough.
9990    This preference allows you to adjust this number to show the best
9991    number of results for your patrons.
9992
9993 .. _opacacquisitiondetails-label:
9994
9995 OPACAcquisitionDetails
9996 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9997
9998 Default: Don't display
9999
10000 Asks: \_\_\_ the acquisition details on OPAC detail pages.
10001
10002 Values:
10003
10004 -  Display
10005
10006     |image1194|
10007
10008 -  Don't display
10009
10010 Description:
10011
10012 -  This preference shows the patrons how many items are on order in the
10013    Holdings tab if you have the :ref:`AcqCreateItem` set
10014    to 'cataloging the record'
10015
10016 .. _opacauthorities-label:
10017
10018 OpacAuthorities
10019 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10020
10021 Default: Allow
10022
10023 Asks: \_\_\_ patrons to search your authority records.
10024
10025 Description:
10026
10027 -  This preference displays the link on the OPAC for the authority
10028    search. By setting the preference to "Allow" patrons can use this
10029    search link of the OPAC.
10030
10031 Values:
10032
10033 -  Allow
10034
10035    -  A link labeled 'Authority search' will appear at the top of your
10036       OPAC under the search box
10037
10038       |image94|
10039
10040 -  Don't allow
10041
10042 .. _opacbookbag-label:
10043
10044 opacbookbag
10045 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10046
10047 Default: Allow
10048
10049 Asks: \_\_\_ patrons to store items in a temporary "Cart" on the OPAC.
10050
10051 Values:
10052
10053 -  Allow
10054
10055 -  Don't allow
10056
10057 Description:
10058
10059 -  This preference allows the user to temporarily save a list of items
10060    found on the catalog. By using the book bag, or cart, the user can
10061    print out or email a list of items found. The user does not need to
10062    be logged in. This list is temporary and will be emptied, or cleared,
10063    at the end of the session.
10064
10065 .. _opacbrowser-label:
10066
10067 OpacBrowser
10068 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10069
10070     **Important**
10071
10072     This preference only applies to installations using UNIMARC at this time.
10073
10074 Default: Don't allow
10075
10076 Asks: \_\_\_ patrons to browse subject authorities on OPAC
10077
10078 Values:
10079
10080 -  Allow
10081
10082 -  Don't allow
10083
10084     **Important**
10085
10086     run the :ref:`authorities browser cron job <cron-authorities-browser-label>` to
10087     create the browser list
10088
10089 .. _opacbrowseresults-label:
10090
10091 OpacBrowseResults
10092 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10093
10094 Default: enable
10095
10096 Asks: \_\_\_ browsing and paging search results from the OPAC detail
10097 page.
10098
10099 Values:
10100
10101 -  disable
10102
10103 -  enable
10104
10105    |image95|
10106
10107 Description:
10108
10109 -  This preference will control the option to return to your results
10110    and/or browse them from the detail page in the OPAC.
10111
10112 .. _opaccloud-label:
10113
10114 OpacCloud
10115 ^^^^^^^^^^^^^^^^^^^^^^^^^^
10116
10117     **Important**
10118
10119     This preference only applies to French systems at this time.
10120
10121 Default: Don't show
10122
10123 Asks: \_\_\_ a subject cloud on OPAC
10124
10125 Values:
10126
10127 -  Don't show
10128
10129 -  Show
10130
10131     **Important**
10132
10133     run the :ref:`authorities browser cron job <cron-authorities-browser-label>` to
10134     create the browser list
10135
10136 .. _opacfinestab-label:
10137
10138 OPACFinesTab
10139 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10140
10141 Default: Allow
10142
10143 Asks: \_\_\_ patrons to access the Fines tab on the 'your summary' page on
10144 the OPAC.
10145
10146 Values:
10147
10148 -  Allow
10149
10150    -  :ref:`opacuserlogin` needs to be set to 'allow'
10151
10152 -  Don't allow
10153
10154 .. _opacholdnotes-label:
10155
10156 OpacHoldNotes
10157 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10158
10159 Default: Do not allow
10160
10161 Asks: \_\_\_ users to add a note when placing a hold.
10162
10163 Values:
10164
10165 -  Allow
10166
10167    |image96|
10168
10169 -  Do not allow
10170
10171 .. _opacisbd-label:
10172
10173 OPACISBD
10174 ^^^^^^^^^^^^^^^^^^^^^^^^
10175
10176 Default: See `ISBD view configuration
10177 <https://wiki.koha-community.org/wiki/ISBD_view_configuration>` on the wiki.
10178
10179 Asks: Use the following as the OPAC ISBD template:
10180
10181 Description:
10182
10183 -  This determines how the ISBD information will display in the OPAC.
10184    Elements in the list can be reordered to produce a different ISBD
10185    view. ISBD, the International Standard Bibliographic Description, was
10186    first introduced by IFLA (International Federation of Library
10187    Associations) in 1969 in order to provide guidelines for descriptive
10188    cataloging. The purpose of ISBD is to aid the international exchange
10189    of bibliographic records for a variety of materials.
10190
10191 .. _opacitemlocation-label:
10192
10193 OpacItemLocation
10194 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10195
10196 Default: call number only
10197
10198 Asks: Show \_\_\_ for items on the OPAC search results.
10199
10200 Values:
10201
10202 -  call number only
10203
10204 -  collection code
10205
10206 -  location
10207
10208 Description:
10209
10210 -  This setting allows users of the OPAC results XSLT stylesheet to
10211    choose to display collection code or location in addition to call
10212    number.
10213
10214 .. _opacnewslibraryselect-label:
10215
10216 OpacNewsLibrarySelect
10217 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10218
10219 Default: Don't display
10220
10221 Asks: \_\_\_ a branch selection list for news items in the OPAC.
10222
10223 Values:
10224
10225 -  Don't display
10226
10227 -  Display
10228
10229 .. _opacpasswordchange-label:
10230
10231 OpacPasswordChange
10232 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10233
10234 Default: Allow
10235
10236 Asks: \_\_\_ patrons to change their own password on the OPAC.
10237
10238 Values:
10239
10240 -  Allow
10241
10242    -  :ref:`opacuserlogin` needs to be set to 'allow'
10243
10244 -  Don't allow
10245
10246     **Important**
10247
10248     Enabling this will break LDAP authentication.
10249
10250 .. _opacpatrondetails-label:
10251
10252 OPACPatronDetails
10253 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10254
10255 Default: Allow
10256
10257 Asks: \_\_\_ patrons to notify the library of changes to their contact
10258 information from the OPAC.
10259
10260 Values:
10261
10262 -  Allow
10263
10264    -  :ref:`opacuserlogin` needs to be set to 'allow'
10265
10266 -  Don't allow
10267
10268 Description:
10269
10270 -  If patrons are allowed to notify the library of changes to their
10271    account then staff will need to approve the changes via the staff
10272    client. Notification of patron account requests will appear on the
10273    dashaboard below the list of modules with other pending actions.
10274
10275    |image97|
10276
10277    Once you click the notification you will be presented with the
10278    changes the patron would like to make to their account and from there
10279    you can choose how to proceed.
10280
10281    |image98|
10282
10283        **Note**
10284
10285        You can control what fields patrons see and can modify via the
10286        OPAC by setting the
10287        :ref:`PatronSelfRegistrationBorrowerMandatoryField`
10288        :ref:`PatronSelfRegistrationBorrowerUnwantedField`
10289        preferences.
10290
10291 .. _opacpatronimages-label:
10292
10293 OPACpatronimages
10294 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10295
10296 Default: Don't show
10297
10298 Asks: \_\_\_ patron images on the patron information page in the OPAC.
10299
10300 Values:
10301
10302 -  Don't show
10303
10304 -  Show
10305
10306 Description:
10307
10308 -  If :ref:`patronimages` is set to allow the upload of
10309    patron images via the staff client, then setting this preference to
10310    'show' will show the patron what image you have on file for them when
10311    they view their personal information on their account in the OPAC.
10312
10313 .. _opacpopupauthorssearch-label:
10314
10315 OPACPopupAuthorsSearch
10316 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10317
10318 Default: Don't display
10319
10320 Asks: \_\_\_ the list of authors/subjects in a popup for a combined
10321 search on OPAC detail pages.
10322
10323 Values:
10324
10325 -  Display
10326
10327    Subject search pop up
10328
10329    -  **Important**
10330
10331           This will only display the pop up if you are not using an XSLT
10332           stylesheet. Review your
10333           :ref:`OPACXSLTDetailsDisplay` to find
10334           out what stylesheet you're using.
10335
10336 -  Don't display
10337
10338    -  Authors and subjects will display as search links instead of pop
10339       up menus.
10340
10341 Description:
10342
10343 -  If this preference is set to 'Display' then clicking a subject or
10344    author from the details page in the OPAC will present the searcher
10345    with a pop up box. From this box you can check off any of the
10346    subjects or authors listed and search them all at once by clicking
10347    'Search' at the bottom of the pop up. The default behavior is for
10348    Koha to search just the clicked author or subject.
10349
10350 .. _opacresetpassword-label:
10351
10352 OpacResetPassword
10353 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10354
10355 Default: not allowed
10356
10357 Asks: Library users are \_\_\_ to recover their password via e-mail in
10358 the OPAC.
10359
10360 Values:
10361
10362 -  allowed
10363
10364     |image1195|
10365
10366 -  not allowed
10367
10368 Description:
10369
10370 -  This preference controls whether you present users of the public
10371    catalog with a 'Forgot your password' link or not. Learn more in the
10372    :ref:`OPAC section <resetting-your-password-label>` of this manual.
10373
10374 .. _opactopissue-label:
10375
10376 OpacTopissue
10377 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10378
10379 Default: Don't allow
10380
10381 Asks: \_\_\_ patrons to access a list of the most checked out items on
10382 the OPAC.
10383
10384 Values:
10385
10386 -  Allow
10387
10388    -  A link to 'Most Popular' will appear at the top of your OPAC
10389
10390       |image99|
10391
10392 -  Don't allow
10393
10394 Description:
10395
10396 -  This preference allows the administrator to choose to show the "Most
10397    Popular" link at the top of the OPAC under the search box. The "Most
10398    Popular" page shows the top circulated items in the library, as
10399    determined by the number of times a title has been circulated. This
10400    allows users to see what titles are popular in their community. It is
10401    recommended that you leave this preference set to 'Don't allow' until
10402    you have been live on Koha for a couple of months, otherwise the data
10403    that it shows will not be an accurate portrayal of what's popular in
10404    your library.
10405
10406    |image100|
10407
10408 .. _opacuserlogin-label:
10409
10410 opacuserlogin
10411 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10412
10413 Default: Allow
10414
10415 Asks: \_\_\_ patrons to log in to their accounts on the OPAC.
10416
10417 Values:
10418
10419 -  Allow
10420
10421 -  Don't allow
10422
10423    -  The OPAC will still be searchable if patrons can't log in, this
10424       just disables the patron account access via the OPAC
10425
10426 .. _quoteoftheday-label:
10427
10428 QuoteOfTheDay
10429 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10430
10431 Default: Disable
10432
10433 Asks: \_\_\_ Quote of the Day display on OPAC home page
10434
10435 Values:
10436
10437 -  Disable
10438
10439 -  Enable
10440
10441 Description:
10442
10443 -  This feature will allow you to enter a series of quotes that will
10444    then show on the OPAC homepage in random order. To add/edit quotes,
10445    visit the :ref:`Quote of the Day editor <quote-of-the-day-(qotd)-editor-label>` under Tools.
10446
10447 .. _requestonopac-label:
10448
10449 RequestOnOpac
10450 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10451
10452 Default: Allow
10453
10454 Asks: \_\_\_ patrons to place holds on items from the OPAC.
10455
10456 Values:
10457
10458 -  Allow
10459
10460    -  :ref:`opacuserlogin` needs to be set to 'allow'
10461
10462 -  Don't allow
10463
10464 .. _reviewson-label:
10465
10466 reviewson
10467 ^^^^^^^^^^^^^^^^^^^^^^^^^^
10468
10469 Default: Allow
10470
10471 Asks: \_\_\_ patrons to make comments on items on the OPAC.
10472
10473 Values:
10474
10475 -  Allow
10476
10477    -  Patrons comments/reviews all require moderation before they appear
10478       in the OPAC
10479
10480    -  :ref:`opacuserlogin` needs to be set to 'Allow'
10481
10482 -  Don't allow
10483
10484 Description:
10485
10486 -  This button allows the patrons to submit comments on books they have
10487    read via the OPAC. If this preference is set to "Allow" reviews are
10488    first sent to the staff client for staff approval before the review
10489    is displayed in the OPAC. The staff member who reviews and approves
10490    comments may find the pending comments on the
10491    :ref:`Comments` tool. The staff member can then choose to
10492    approve or delete the comments.
10493
10494 .. _showreviewer-label:
10495
10496 ShowReviewer
10497 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10498
10499 Default: full name
10500
10501 Asks: Show \_\_\_ of commenter with comments in OPAC.
10502
10503 Values:
10504
10505 -  first name
10506
10507 -  first name and last initial
10508
10509 -  full name
10510
10511 -  last name
10512
10513 -  no name
10514
10515 -  username
10516
10517 Description:
10518
10519 -  If you would like to protect your patron's privacy in the OPAC you
10520    can choose to hide their names or parts of their names from any of
10521    the comments they leave on bib records in your system.
10522    :ref:`reviewson` needs to be set to 'Allow' for this to
10523    preference to come in to play
10524
10525 .. _showreviewerphoto-label:
10526
10527 ShowReviewerPhoto
10528 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10529
10530 Default: Show
10531
10532 Asks: \_\_\_ reviewer's photo beside comments in OPAC.
10533
10534 Values:
10535
10536 -  Hide
10537
10538 -  Show
10539
10540    -  :ref:`reviewson` needs to be set to 'Allow' and
10541       :ref:`ShowReviewer` needs to be set to 'Show' for
10542       this to preference to come in to play
10543
10544       |image101|
10545
10546 Description:
10547
10548 -  This system preference allows libraries to show avatars next to
10549    patron's comments in the OPAC. These avatars are pulled from the
10550    `Libravatar <https://www.libravatar.org>`__ library, an open source
10551    powered product that allows Internet users to choose a small icon to
10552    display next to their name on various different websites. The library
10553    has no control over the images the patron chooses to display.
10554
10555 .. _socialnetworks-label:
10556
10557 SocialNetworks
10558 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10559
10560 Default: Disable
10561
10562 Asks: \_\_\_ social network links in opac detail pages
10563
10564 Values:
10565
10566 -  Disable
10567
10568 -  Enable
10569
10570    |image102|
10571
10572 Description:
10573
10574 -  This preference will enable a line of social network share buttons
10575    below the right hand column on the detail pages of records in the
10576    OPAC.
10577
10578     **Important**
10579
10580     In order for these share buttons to work when clicked you must have
10581     filled in your :ref:`OPACBaseURL` preference.
10582
10583 .. _suggestion-label:
10584
10585 suggestion
10586 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10587
10588 Default: Allow
10589
10590 Asks: \_\_\_ patrons to make purchase suggestions on the OPAC.
10591
10592 Values:
10593
10594 -  Allow
10595
10596    -  :ref:`opacuserlogin` needs to be set to 'allow'
10597       unless :ref:`AnonSuggestions` is set to 'allow'
10598
10599 -  Don't allow
10600
10601 .. _payments-label:
10602
10603 Payments
10604 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10605
10606 These preferences will allow you control the tools you use to accept
10607 online payments from your patrons via the OPAC.
10608
10609 .. _enablepaypalopacpayments-and-paypalsandboxmode-label:
10610
10611 EnablePayPalOpacPayments and PayPalSandboxMode
10612 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10613
10614 EnablePayPalOpacPayments Default: Don't allow
10615
10616 PayPalSandboxMode Default: Sandbox
10617
10618 Asks: \_\_\_ patrons to make payments from the OPAC via PayPal in \_\_\_
10619 mode.
10620
10621 EnablePayPalOpacPayments values:
10622
10623 -  Allow
10624
10625 -  Don't allow
10626
10627 PayPalSandboxMode values:
10628
10629 -  Production
10630
10631    -  Visit https://developer.paypal.com/ to get information for
10632       accepting payments in production
10633
10634 -  Sandbox
10635
10636    -  Visit https://developer.paypal.com/developer/accounts/ to get
10637       information for your sandbox account
10638
10639 Description:
10640
10641 -  This preference will allow you to accept credit card payments via the
10642    OPAC for fines via PayPal. You will need to set up your PayPal
10643    account and it is recommended that you run tests before using this in
10644    production.
10645
10646     **Important**
10647
10648     PayPayl's terms of service state that you cannot charge your patrons
10649     for the processing fees and so this plugin will not add additional
10650     fees to the charges.
10651
10652 .. _paypalchargedescription-label:
10653
10654 PayPalChargeDescription
10655 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10656
10657 Default: Koha fee payment
10658
10659 Asks: The patron should see the charge description as \_\_\_
10660
10661 Description
10662
10663 -  This preference controls what the patron will see on their PayPal
10664    account/bank account for this charge.
10665
10666 .. _paypalpwd-label:
10667
10668 PayPalPwd
10669 ^^^^^^^^^^^^^^^^^^^^^^^^^^
10670
10671 Asks: The password for the PayPal account to receive payments is \_\_\_
10672
10673 .. _paypalsignature-label:
10674
10675 PayPalSignature
10676 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10677
10678 Asks: The signature for the PayPal account to receive payments is \_\_\_
10679
10680 .. _paypaluser-label:
10681
10682 PayPalUser
10683 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10684
10685 Asks: The email address to receive PayPal payments is \_\_\_
10686
10687 .. _policy-label:
10688
10689 Policy
10690 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10691
10692 .. _allowpurchasesuggestionbranchchoice-label:
10693
10694 AllowPurchaseSuggestionBranchChoice
10695 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10696
10697 Default: Don't allow
10698
10699 Asks: \_\_\_ patrons to select branch when making a purchase suggestion
10700
10701 Values:
10702
10703 -  Allow
10704
10705 -  Don't allow
10706
10707 Description:
10708
10709 -  If your library system lets patrons make purchase suggestions for a
10710    specific branch you can set this preference to 'Allow' to add a
10711    branch selection option to the purchase suggestion form.
10712
10713 .. _blockexpiredpatronopacactions-label:
10714
10715 BlockExpiredPatronOpacActions
10716 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10717
10718 Default: Don't block
10719
10720 Asks: \_\_\_ expired patrons from OPAC actions such as placing a hold or
10721 renewing.
10722
10723 Values:
10724
10725 -  Block
10726
10727 -  Don't block
10728
10729 Description:
10730
10731 -  This preference lets you set a default value for how Koha handles
10732    permissions for patrons who are expired. This preference can be
10733    overwritten by the setting on :ref:`individual patron
10734    categories <patron-categories-label>`.
10735
10736 .. _maxopensuggestions-label:
10737
10738 MaxOpenSuggestions
10739 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10740
10741 Default: blank
10742
10743 Asks: Limit patrons to \_\_\_ open suggestions. Leave empty for no limit.
10744
10745     **Note**
10746
10747     This setting does not affect anonymous suggestions.
10748
10749 .. _opacallowpubliclistcreation-label:
10750
10751 OpacAllowPublicListCreation
10752 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10753
10754 Default: Allow
10755
10756 Asks: \_\_\_ opac users to create public lists.
10757
10758 Values:
10759
10760 -  Allow
10761
10762 -  Don't allow
10763
10764 Description:
10765
10766 -  Public lists are visible to anyone who visits your OPAC. With this
10767    preference you can control whether or now patrons are allowed to
10768    create these public lists. If this is set to "Don't allow" then only
10769    staff will be able to create public lists.
10770
10771     **Important**
10772
10773     This preference will only be taken in to account if you have
10774     :ref:`virtualshelves` set to 'Allow'
10775
10776 .. _opacallowsharingprivatelists-label:
10777
10778 OpacAllowSharingPrivateLists
10779 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10780
10781 Default: Don't allow
10782
10783 Asks: \_\_\_ opac users to share private lists with other patrons.
10784
10785 Values:
10786
10787 -  Allow
10788
10789 -  Don't allow
10790
10791 Description:
10792
10793 -  This feature will add the option for patrons to share their lists
10794    with other patrons. When this is set to 'Allow' patrons will see a
10795    share link at the top of their list. When they click that link it
10796    will ask for the email of the patron they would like to share with.
10797    Koha will then email the patron an invitation to see the list.
10798
10799 .. _opacfinenorenewals-label:
10800
10801 OPACFineNoRenewals
10802 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10803
10804 Default: 99999
10805
10806 Asks: Only allow patrons to renew their own books on the OPAC if they
10807 have less than \_\_\_ USD in fines
10808
10809     **Note**
10810
10811     Leave this field blank to disable
10812
10813     **Important**
10814
10815     To allow renewals in the OPAC, :ref:`opacuserlogin`
10816     needs to be set to 'allow'
10817
10818 .. _opachiddenitems-label:
10819
10820 OpacHiddenItems
10821 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10822
10823 Asks: Allows to define custom rules for hiding specific items at opac.
10824
10825     **Note**
10826
10827     See docs/opac/OpacHiddenItems.txt in your Koha install directory for
10828     more information
10829
10830 Description:
10831
10832 -  In this field you can enter criteria for items you would like to hide
10833    from display in the OPAC. This field takes any combination of item
10834    fields (from the items table in the Koha database) for blocking. For
10835    example a value of:
10836
10837    ::
10838
10839        itype: [07, 10]
10840        location: [STAFF, ISO]
10841
10842    Will block items with an itype code of 07 or 10 as well as items that
10843    have a shelving location of STAFF or ISO.
10844
10845    In items my items.itype 07 is defined in Item Types Administration as
10846    Staff Assigned My items.itype 10 in Item Types is Archival Copy The
10847    locations STAFF and ISO are in Authorized Values for category=LOC
10848    STAFF means it's assigned to the staff reading room and ISO means it
10849    is in the isolation room.
10850
10851 .. _opachiddenitemsexceptions-label:
10852
10853 OpacHiddenItemsExceptions
10854 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10855
10856 Default: blank
10857
10858 Asks: List of borrower categories, separated by (pipe) \|, that can see items
10859 otherwise hidden by OpacHiddenItems
10860
10861 Description: Patron category codes listed here separated by a pipe
10862 | will be able to view items on the OPAC that would otherwise be hidden by the
10863 OpacHiddenItems system preference.
10864
10865 .. _opacrenewalallowed-label:
10866
10867 OpacRenewalAllowed
10868 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10869
10870 Default: Don't allow
10871
10872 Asks: \_\_\_ patrons to renew their own books on the OPAC.
10873
10874 Values:
10875
10876 -  Allow
10877
10878    -  :ref:`opacuserlogin` needs to be set to 'allow'
10879
10880 -  Don't allow
10881
10882    -  Staff will still be able to renew items for patrons via the staff
10883       client
10884
10885 Description:
10886
10887 -  This preference allows the administration to choose if patrons can
10888    renew their checked out materials via their checked out history in
10889    the OPAC. It allows patrons to renew their materials without having
10890    to contact the library or having to return to the library.
10891
10892 .. _opacrenewalbranch-label:
10893
10894 OpacRenewalBranch
10895 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10896
10897 Default: the branch the item was checked out from
10898
10899 Asks: Use \_\_\_ as branchcode to store in the statistics table
10900
10901 Values:
10902
10903 -  NULL
10904
10905 -  'OPACRenew'
10906
10907 -  the item's home branch
10908
10909 -  the patron's home branch
10910
10911 -  the branch the item was checked out from
10912
10913 Description:
10914
10915 -  This value is used in the statistics table to help with reporting.
10916    The statistics table in Koha keeps track of all checkouts and
10917    renewals, this preference defines which branch is entered in to the
10918    table when a patron renews an item for themselves via the OPAC.
10919
10920 .. _opacsuggestionmandatoryfields-label:
10921
10922 OPACSuggestionMandatoryFields
10923 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10924
10925 Default: blank
10926
10927 Asks: Fields that should be mandatory for patron purchase suggestions:
10928 \_\_\_ Note: if none of the above options are selected, 'Title' field
10929 would be mandatory anyway, by default.
10930
10931 Values:
10932
10933 -  [Select all]
10934
10935 -  Author
10936
10937 -  Collection title
10938
10939 -  Copyright or publication date
10940
10941 -  ISBN, ISSN or other standard number
10942
10943 -  Item type
10944
10945 -  Library or branch
10946
10947 -  Note
10948
10949 -  Patron reason
10950
10951 -  Publication place
10952
10953 -  Publisher name
10954
10955 -  Title
10956
10957 .. _opacviewotherssuggestions-label:
10958
10959 OPACViewOthersSuggestions
10960 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10961
10962 Default: Don't show
10963
10964 Asks: \_\_\_ purchase suggestions from other patrons on the OPAC.
10965
10966 Values:
10967
10968 -  Don't show
10969
10970 -  Show
10971
10972    -  :ref:`opacuserlogin` needs to be set to 'allow'
10973
10974 .. _searchmylibraryfirst-label:
10975
10976 SearchMyLibraryFirst
10977 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10978
10979 Default: Don't limit
10980
10981 Asks: \_\_\_ patrons' searches to the library they are registered at.
10982
10983 Values:
10984
10985 -  Don't limit
10986
10987    -  Searching the OPAC will show results from all libraries
10988
10989    -  If you're a one branch system, choose 'Don't limit'
10990
10991 -  Limit
10992
10993    -  Patrons will still be able to search other libraries via the
10994       Advanced search page - but will be limited to searches for their
10995       library only from the basic search box
10996
10997    -  :ref:`opacuserlogin` needs to be set to 'allow'
10998
10999 .. _privacy-label:
11000
11001 Privacy
11002 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11003
11004 .. _allowpatrontosetcheckoutsvisibilityforguarantor-label:
11005
11006 AllowPatronToSetCheckoutsVisibilityForGuarantor
11007 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11008
11009 Default: Don't allow
11010
11011 Asks: \_\_\_ patrons to choose their own privacy settings for showing
11012 the patron's checkouts to the patron's guarantor".
11013
11014 Values:
11015
11016 -  Allow
11017
11018 -  Don't allow
11019
11020 Description:
11021
11022 -  By default staff can see checkouts to family members via the staff
11023    client. This preference will allow guarantees (children) to grant
11024    permission to guarantors (guardians) to view their current checkouts
11025    via the public catalog. This preference requires that you allow
11026    patrons to se their own privacy with the
11027    :ref:`OPACPrivacy` preference.
11028
11029 .. _anonsuggestions-label:
11030
11031 AnonSuggestions
11032 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11033
11034 Default: Don't allow
11035
11036 Asks: \_\_\_ patrons that aren't logged in to make purchase suggestions.
11037
11038     **Important**
11039
11040     If set to 'Allow', suggestions are connected to the
11041     :ref:`AnonymousPatron`
11042
11043 Values:
11044
11045 -  Allow
11046
11047 -  Don't allow
11048
11049 .. _anonymouspatron-label:
11050
11051 AnonymousPatron
11052 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11053
11054 Default: 0
11055
11056 Asks: Use borrowernumber \_\_\_ as the Anonymous Patron (for anonymous
11057 suggestions and reading history)
11058
11059     **Note**
11060
11061     Before setting this preference :ref:`create a patron <add-a-new-patron-label>`
11062     to be used for all anonymous suggestions and/or reading history
11063     items. This patron can be any type and should be named something to
11064     make it clear to you that they're anonymous (ex. Anonymous Patron).
11065
11066     **Important**
11067
11068     Remember to use the borrowernumber note the patron's cardnumber for
11069     this value. The borrowernumber can be found on the patron record
11070     under 'Library use' on the right.
11071
11072     |image1196|
11073
11074 .. _enableopacsearchhistory-label:
11075
11076 EnableOpacSearchHistory
11077 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11078
11079 Default: Keep
11080
11081 Asks: \_\_\_ patron search history in the OPAC.
11082
11083 Values:
11084
11085 -  Don't keep
11086
11087 -  Keep
11088
11089 .. _opacprivacy-label:
11090
11091 OPACPrivacy
11092 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11093
11094 Default: Don't allow
11095
11096 Asks: \_\_\_ patrons to choose their own privacy settings for their
11097 reading history.
11098
11099     **Important**
11100
11101     This requires :ref:`opacreadinghistory` set to
11102     'Allow' and :ref:`AnonymousPatron` to be set to your
11103     anonymous patron's borrowernumber.
11104
11105 Values:
11106
11107 -  Allow
11108
11109 -  Don't allow
11110
11111 Description:
11112
11113 -  The default privacy setting for each patron category can be set in
11114    the :ref:`patrons categories <patron-categories-label>` area. If you set this
11115    preference to 'allow' then patrons can change that for themselves via
11116    the OPAC.
11117
11118     **Important**
11119
11120     If patron has chosen to have their reading history anonymized and
11121     you have :ref:`StoreLastBorrower` set to "Don't
11122     store" then as soon as the item is checked in the last borrower will
11123     be anonymized.
11124
11125 .. _opacreadinghistory-label:
11126
11127 opacreadinghistory
11128 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11129
11130 Default: Allow
11131
11132 Asks: \_\_\_ patrons to see what books they have checked out in the
11133 past.
11134
11135     **Important**
11136
11137     Enabling this will make it so that patrons can view their
11138     circulation history in the OPAC unless you have
11139     :ref:`OPACPrivacy` set to 'Allow'.
11140
11141     **Important**
11142
11143     This data is stored in the system regardless of your choice, unless
11144     your patrons have chosen to never have their reading history kept.
11145
11146 .. _storelastborrower-label:
11147
11148 StoreLastBorrower
11149 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11150
11151 Default: Don't store
11152
11153 Asks: \_\_\_ the last patron to return an item.
11154
11155 Values:
11156
11157 -  Don't store
11158
11159 -  Store
11160
11161 Description:
11162
11163 -  This preference allows you to store the last patron to borrow an item
11164    even if the patron has chosen to have their reading history
11165    anonymized.
11166
11167     **Note**
11168
11169     This setting is independent of
11170     :ref:`opacreadinghistory` and/or
11171     :ref:`AnonymousPatron`.
11172
11173 .. _trackclicks-label:
11174
11175 TrackClicks
11176 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11177
11178 Default: Don't track
11179
11180 Asks: \_\_\_ links that patrons click on.
11181
11182 Values:
11183
11184 -  Don't track
11185
11186 -  Track
11187
11188 -  Track anonymously
11189
11190 Description:
11191
11192 -  By setting this preference to one of the track options you will allow
11193    Koha to track every link clicked in Koha. This data will be stored in
11194    a database table so that you can run reports against that data. If
11195    you choose to 'Track' clicks then Koha will record both the link
11196    clicked and the logged in user who clicked the link. If you choose to
11197    'Track anonymously' then the borrowernumber will not be recorded, but
11198    the rest of the data will.
11199
11200        **Note**
11201
11202        Remember to update your local privacy policies and link to them
11203        from the OPAC to notify your users that you are tracking their
11204        information.
11205
11206 .. _restricted-page-label:
11207
11208 Restricted Page
11209 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11210
11211 Using the following preference you can create a page within your Koha
11212 system that is accessible by only specific IP addresses. This can be
11213 used to house links to databases that can only be accessed from with the
11214 library or other licensed content.
11215
11216 .. _restrictedpagecontent-label:
11217
11218 RestrictedPageContent
11219 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11220
11221 Asks: HTML content of your restricted page.
11222
11223 .. _restrictedpagelocalips-label:
11224
11225 RestrictedPageLocalIPs
11226 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11227
11228 Asks: Access from IP addresses beginning with \_\_\_ do not need to be
11229 authenticated
11230
11231 Description:
11232
11233 -  You can enter individual IPs as a comma separated list (ex:
11234    '127.0.0,127.0.1') or just the beginning of the IP range allowed (ex:
11235    '127.0.^)
11236
11237 .. _restrictedpagetitle-label:
11238
11239 RestrictedPageTitle
11240 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11241
11242 Asks: Use \_\_\_ as title of your restricted page
11243
11244 Description:
11245
11246 -  This title will appear in the breadcrumb and on the top of the
11247    restricted page.
11248
11249 .. _self-registration-label:
11250
11251 Self Registration
11252 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11253
11254 .. _patronselfmodificationborrowerunwantedfield-label:
11255
11256 PatronSelfModificationBorrowerUnwantedField
11257 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11258
11259 Default: password
11260
11261 Asks: The following `database
11262 columns <http://schema.koha-community.org/master/tables/borrowers.html>`__ will
11263 not appear on the patron self-modification screen: \_\_\_
11264
11265 Description:
11266
11267 -  This preference allows you to define what fields patrons can edit if
11268    you're allowing them to update their personal information via the
11269    public catalog with the :ref:`OPACPatronDetails`
11270    preference.
11271
11272     **Important**
11273
11274     Separate columns with \|
11275
11276 .. _patronselfregistration-label:
11277
11278 PatronSelfRegistration
11279 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11280
11281 Default: Don't allow
11282
11283 Asks: \_\_\_ library patrons to register an account via the OPAC.
11284
11285 Values:
11286
11287 -  Allow
11288
11289 -  Don't allow
11290
11291 Description:
11292
11293 -  Setting this preference to 'Allow' will provide a link on the OPAC to
11294    register for a new account. Using the other :ref:`self
11295    registration <self-registration-label>` system preferences you
11296    can control how this preference will function.
11297
11298    |image103|
11299
11300     **Important**
11301
11302     Patrons registering via the OPAC will not need to be approved by a
11303     librarian. For this reason it is recommended that you set up a
11304     provisional :ref:`patron category <patron-categories-label>` with no :ref:`circulation
11305     rights <circulation-and-fines-rules-label>`. That way patrons will have to come in to
11306     the library to verify their identity before given circulation rights
11307     at the library. Once the patron confirms their identity the library
11308     staff can change the category to one with permissions to check items
11309     out and place holds.
11310
11311 .. _patronselfregistrationadditionalinstructions-label:
11312
11313 PatronSelfRegistrationAdditionalInstructions
11314 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11315
11316 Asks: Display the following additional instructions for patrons who self
11317 register via the OPAC ( HTML is allowed ):
11318
11319 Description:
11320
11321 -  This preference takes any HTML you'd like to display on the page the
11322    patron sees after successfully registering for their library card.
11323
11324 .. _patronselfregistrationborrowermandatoryfield-label:
11325
11326 PatronSelfRegistrationBorrowerMandatoryField
11327 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11328
11329 Default: surname\|firstname
11330
11331 Asks: The following database columns must be filled in on the patron
11332 entry screen: \_\_\_
11333
11334 Description:
11335
11336 -  This preference allows you to define what fields patrons must fill in
11337    on their self registration form. If any of the required fields are
11338    blank Koha will not let the patron register.
11339
11340     **Important**
11341
11342     Separate columns with \|
11343
11344     **Note**
11345
11346     For help with field names, ask your system administrator or `view
11347     the database
11348     structure <http://schema.koha-community.org/master/tables/borrowers.html>`__
11349     associated with the borrowers table.
11350
11351     **Note**
11352
11353     If you're going to require that patrons verify their accounts via
11354     email with the
11355     :ref:`PatronSelfRegistrationVerifyByEmail`
11356     preference the email field will automatically be marked as required.
11357
11358 .. _patronselfregistrationborrowerunwantedfield-label:
11359
11360 PatronSelfRegistrationBorrowerUnwantedField
11361 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11362
11363 Default: password
11364
11365 Asks: The following database columns will not appear on the patron entry
11366 screen: \_\_\_
11367
11368 Description:
11369
11370 -  Using this preference you can hide fields from the patron registration
11371    and update form in the OPAC.
11372
11373     **Important**
11374
11375     Separate columns with \|
11376
11377     **Note**
11378
11379     For help with field names, ask your system administrator or `view
11380     the database
11381     structure <http://schema.koha-community.org/master/tables/borrowers.html>`__
11382     associated with the borrowers table.
11383
11384 .. _patronselfregistrationdefaultcategory-label:
11385
11386 PatronSelfRegistrationDefaultCategory
11387 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11388
11389 Asks: Use the patron category code \_\_\_ as the default patron category
11390 for patrons registered via the OPAC.
11391
11392 Description:
11393
11394 -  Enter in the patron category code for the category that all new
11395    patrons registered via the OPAC will be put in to.
11396
11397     **Important**
11398
11399     Patrons registering via the OPAC will not need to be approved by a
11400     librarian. For this reason it is recommended that you set up a
11401     provisional :ref:`patron category <patron-categories-label>` with no :ref:`circulation
11402     rights <circulation-and-fines-rules-label>`. That way patrons will have to come in to
11403     the library to verify their identity before given circulation rights
11404     at the library. Once the patron confirms their identiy the library
11405     staff can change the category to one with permissions to check items
11406     out and place holds.
11407
11408     **Important**
11409
11410     If you leave this blank or enter in an invalid code your patrons
11411     will still be able to register but will not be given a username.
11412     There will be no errors on the page to explain this, so be sure to
11413     enter a valid patron category code.
11414
11415 .. _patronselfregistrationemailmustbeunique-label:
11416
11417 PatronSelfRegistrationEmailMustBeUnique
11418 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11419
11420 Default: Do not consider
11421
11422 Asks: \_\_\_ patron's email (borrowers.email) as unique on self registering.
11423 An email won't be accepted if it already exists in the database.
11424
11425 Values:
11426
11427 -  Do not consider
11428
11429 -  Consider
11430
11431 .. _patronselfregistrationexpiretemporaryaccountsdelay-label:
11432
11433 PatronSelfRegistrationExpireTemporaryAccountsDelay
11434 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11435
11436 Default: 0
11437
11438 Asks: Delete patrons registered via the OPAC, but not yet verified after
11439 \_\_\_ days.
11440
11441 Description:
11442
11443 -  This preference links to the :ref:`delete\_expired\_opac\_registrations.pl
11444    cron job <cron-unverified-registrations-label>`. If that cron is set to
11445    run nightly it will clean up any registrations that have not been
11446    verified via email in the number of days entered on this preference.
11447    This is dependent on
11448    :ref:`PatronSelfRegistrationVerifyByEmail`
11449    preference.
11450
11451 .. _patronselfregistrationlibrarylist-label:
11452
11453 PatronSelfRegistrationLibraryList
11454 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11455
11456 Default: blank
11457
11458 Asks: Enable the self registration for the following libraries: \_\_\_
11459 (separate branchcode with \|). If empty, all libraries will be listed.
11460
11461 .. _patronselfregistrationprefillform-label:
11462
11463 PatronSelfRegistrationPrefillForm
11464 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11465
11466 Default: Display and prefill
11467
11468 Asks: \_\_\_ password and login form after a patron has self registered.
11469
11470 Values:
11471
11472 -  Do not display and prefill
11473
11474 -  Display and prefill
11475
11476 .. _patronselfregistrationverifybyemail-label:
11477
11478 PatronSelfRegistrationVerifyByEmail
11479 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11480
11481 Default: Don't require
11482
11483 Asks: \_\_\_ that a self-registering patron verify his or herself via
11484 email.
11485
11486 Values:
11487
11488 -  Don't require
11489
11490 -  Require
11491
11492 Description:
11493
11494 -  If you require patrons to verify their accounts via email they will
11495    not be able to log in to the OPAC until they acknowledge the email
11496    sent by Koha. If you don't require this then patrons will be able to
11497    log in as soon as they fill in the registration form. You can set the
11498    :ref:`PatronSelfRegistrationExpireTemporaryAccountsDelay`
11499    preference to delete the un-verified self registrations after a
11500    certain number of days.
11501
11502     **Note**
11503
11504     If you're going to require that patrons verify their accounts via
11505     email then the email field will automatically be marked as required.
11506
11507 .. _shelf-browser-label:
11508
11509 Shelf Browser
11510 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11511
11512 .. _opacshelfbrowser-label:
11513
11514 OPACShelfBrowser
11515 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11516
11517 Default: Show
11518
11519 Asks: \_\_\_ a shelf browser on item details pages, allowing patrons to
11520 see what's near that item on the shelf.
11521
11522 Values:
11523
11524 -  Don't show
11525
11526 -  Show
11527
11528    |image104|
11529
11530 Description:
11531
11532 -  This preference allows patrons to view what is located on the shelf
11533    near the item they looked up. The shelf browser option appears on the
11534    details page to the right of each items' call number. Clicking the
11535    'Browse Shelf' link allows for a virtual shelf browsing experience
11536    via the OPAC and lets patrons see other books that may relate to
11537    their search and items that sit on the shelf near the item they are
11538    looking at.
11539
11540     **Important**
11541
11542     This uses up a fairly large amount of resources on your server, and
11543     should be avoided if your collection has a large number of items.
11544
11545 .. _shelfbrowserusesccode-label:
11546
11547 ShelfBrowserUsesCcode
11548 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11549
11550 Default: Don't use
11551
11552 Asks: \_\_\_ the item collection code when finding items for the shelf
11553 browser.
11554
11555 Values:
11556
11557 -  Don't use
11558
11559 -  Use
11560
11561 Description:
11562
11563 -  If your library uses collection codes then you might want the shelf
11564    browser to take into consideration what collection the books belong
11565    to when populating the virtual shelf browser.
11566
11567 .. _shelfbrowseruseshomebranch-label:
11568
11569 ShelfBrowserUsesHomeBranch
11570 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11571
11572 Default: Use
11573
11574 Asks: \_\_\_ the item home branch when finding items for the shelf
11575 browser.
11576
11577 Values:
11578
11579 -  Don't use
11580
11581 -  Use
11582
11583 Description:
11584
11585 -  If you have a multiple branch system you may want to make sure that
11586    Koha takes into consideration what branch owns the books when
11587    populating the virtual shelf browser for accuracy.
11588
11589 .. _shelfbrowseruseslocation-label:
11590
11591 ShelfBrowserUsesLocation
11592 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11593
11594 Default: Use
11595
11596 Asks: \_\_\_ the item location when finding items for the shelf browser.
11597
11598 Values:
11599
11600 -  Don't use
11601
11602 -  Use
11603
11604 Description:
11605
11606 -  If your library uses shelving locations then you might want the shelf
11607    browser to take into consideration what shelving location the books
11608    belong to when populating the virtual shelf browser.
11609
11610 .. _patrons-system-preferences-label:
11611
11612 Patrons
11613 --------------------------
11614
11615 *Get there:* More > Administration > Global System Preferences > Patrons
11616
11617 .. _patronsgeneral-label:
11618
11619 General
11620 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11621
11622 .. _allowstafftosetcheckoutsvisibilityforguarantor-label:
11623
11624 AllowStaffToSetCheckoutsVisibilityForGuarantor
11625 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11626
11627 Default: Don't allow
11628
11629 Asks: \_\_\_ staff to set the ability for a patron's checkouts to be
11630 viewed by linked patrons in the OPAC.
11631
11632 Values:
11633
11634 -  Don't allow
11635
11636 -  Allow
11637
11638 .. _autoemailopacuser-label:
11639
11640 AutoEmailOpacUser
11641 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11642
11643 Default: Don't send
11644
11645 Asks: \_\_\_ an email to newly created patrons with their account
11646 details.
11647
11648 Description:
11649
11650 -  AutoEmailOpacUser allows library users to be notified by email of
11651    their account details when a new account is opened at the email
11652    address specified in the
11653    :ref:`AutoEmailPrimaryAddress` preference.
11654    The email contains the username and password given to or chosen by
11655    the patron when signing up for their account and can be customized by
11656    editing the `ACCTDETAILS <#ACCTDETAILS>`__ notice.
11657
11658 Values:
11659
11660 -  Don't send
11661
11662 -  Send
11663
11664 .. _autoemailprimaryaddress-label:
11665
11666 AutoEmailPrimaryAddress
11667 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11668
11669 Default: alternate
11670
11671 Asks: Use \_\_\_ patron email address for sending out emails.
11672
11673 Values:
11674
11675 -  alternate
11676
11677 -  first valid
11678
11679 -  home
11680
11681 -  work
11682
11683 Description:
11684
11685 -  If you choose 'first valid' as the value for AutoEmailPrimaryAddress
11686    the system will check the email fields in this order: home, work,
11687    then alternate. Otherwise the system will use the email address you
11688    specify.
11689
11690 .. _automembernum-label:
11691
11692 autoMemberNum
11693 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11694
11695 Default: Do
11696
11697 Asks: \_\_\_ default the card number field on the patron addition screen
11698 to the next available card number
11699
11700 Values:
11701
11702 -  Do
11703
11704    -  If the largest currently used card number is 26345000012941, then
11705       this field will default to 26345000012942 for the next patron
11706
11707 -  Don't
11708
11709 Description:
11710
11711 -  This preference determines if the patron's barcode is automatically
11712    calculated. This prevents the person setting up the library card
11713    account from having to assign a number to the new card. If set to
11714    'Do' the system will calculate a new patron barcode by adding 1 to
11715    the maximum barcode already present in the database.
11716
11717 .. _borrowermandatoryfield-label:
11718
11719 BorrowerMandatoryField
11720 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11721
11722 Default: surname\|cardnumber\|barcode
11723
11724 Asks: The following database columns must be filled in on the patron
11725 entry screen: \_\_\_
11726
11727 Description:
11728
11729 -  This preference enables the system administrator to choose which
11730    fields your library would like required for patron accounts. Enter
11731    field names separated by \| (bar). This ensures that basic
11732    information is included in each patron record. If a patron leaves one
11733    of the required fields blank an error message will issue and the
11734    account will not be created.
11735
11736     **Important**
11737
11738     Separate columns with \|
11739
11740     **Note**
11741
11742     For help with field names, ask your system administrator or `view
11743     the database
11744     structure <http://schema.koha-community.org/master/tables/borrowers.html>`__
11745     associated with the borrowers table.
11746
11747     **Note**
11748
11749     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
11750     (or both) is set, a button labeled "Quick add new patron" will be displayed
11751     in the "Patrons" toolbar.
11752
11753 .. _borrowerrelationship-label:
11754
11755 borrowerRelationship
11756 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11757
11758 Default: father\|mother
11759
11760 Asks: Guarantors can be the following of those they guarantee \_\_\_
11761
11762 Description:
11763
11764 -  This preference enables the system administrator to define valid
11765    relationships between a guarantor (usually a parent) and a guarantee
11766    (usually a child). Defining values for this field does not make the
11767    guarantor field required when adding a guarantee type patron. This
11768    preference creates a drop down list identifying the relationship of
11769    the guarantor to the guarantee. To disable the ability to add
11770    children types in Koha you can leave this field blank.
11771
11772     **Important**
11773
11774     Input multiple choices separated by \|
11775
11776 .. _borrowerrenewalperiodbase-label:
11777
11778 BorrowerRenewalPeriodBase
11779 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11780
11781 Default: current date
11782
11783 Asks: When renewing borrowers, base the new expiry date on \_\_\_
11784
11785 Values:
11786
11787 -  current date.
11788
11789 -  current membership expiry date.
11790
11791 Description:
11792
11793 -  This preference controls what the patron's new expiration date will
11794    be when you renew their card. Using the 'current date' will add the
11795    subscription period to today's date when calculating the new
11796    expiration date. Using 'current membership expiry date' will add the
11797    subscription period to the old expiration date for the patron when
11798    renewing their account.
11799
11800 .. _borrowerstitles-label:
11801
11802 BorrowersTitles
11803 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11804
11805 Default: Mr\|Mrs\|Miss\|Ms
11806
11807 Asks: Borrowers can have the following titles \_\_\_
11808
11809 Description:
11810
11811 -  This preference allows the staff to choose the titles that can be
11812    assigned to patrons. The choices present as a drop down list when
11813    creating a patron record.
11814
11815     **Important**
11816
11817     Input multiple choices separated by \|
11818
11819 .. _borrowerunwantedfield-label:
11820
11821 BorrowerUnwantedField
11822 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11823
11824 Asks: The following database columns will not appear on the patron entry
11825 screen: \_\_\_
11826
11827 Description:
11828
11829 -  This preference enables the system administrator to choose which
11830    fields your library doesn't need to see on the patron entry form.
11831    Enter field names separated by \| (bar).
11832
11833     **Important**
11834
11835     Separate columns with \|
11836
11837     **Note**
11838
11839     For help with field names, ask your system administrator or `view
11840     the database
11841     structure <http://schema.koha-community.org/master/tables/borrowers.html>`__
11842     associated with the borrowers table.
11843
11844 .. _cardnumberlength-label:
11845
11846 CardnumberLength
11847 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11848
11849 Asks: Card numbers for patrons must be \_\_\_ characters long.
11850
11851 Description:
11852
11853 -  The length can be a single number to specify an exact length, a range
11854    separated by a comma (i.e., 'Min,Max'), or a maximum with no minimum
11855    (i.e., ^,Max'). If 'cardnumber' is included in the
11856    :ref:`BorrowerMandatoryField` list, the
11857    minimum length, if not specified here, defaults to one.
11858
11859 .. _checkprevcheckout-label:
11860
11861 CheckPrevCheckout
11862 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11863
11864 Default: Do not
11865
11866 Asks: \_\_\_ check borrower checkout history to see if the current item has been checked out before.
11867
11868 Values:
11869
11870 -  Do
11871
11872 -  Do not
11873
11874 -  Unless overridden, do
11875
11876 -  Unless overridden, do not
11877
11878 Description:
11879
11880 -  When the value of this system preference is set to 'do', Koha will look at the
11881    patron's circulation history to see if they have checked this item out before.
11882    An alert will show up on the screen indicating that patron has indeed checked
11883    this item out. Staff will be prompted to allow the checkout to occur.
11884
11885    |image1390|
11886
11887 -  If the value is set to 'do not', Koha will not check the patron's circulation
11888    history.
11889
11890 -  When the value is set to 'Unless overridden, do', this will check the
11891    patron's circulation history unless the patron's
11892    :ref:`personal setting <add-a-new-patron-label>` or the :ref:`patron category setting <adding-a-patron-category-label>` specifically say not to.
11893
11894 -  Lastly, if the value is set to 'Unless overridden, do not',
11895    Koha will not check circulation history unless the patron's :ref:`personal
11896    setting <add-a-new-patron-label>` or the
11897    :ref:`patron category setting <adding-a-patron-category-label>` specifically say
11898    to check.
11899
11900      **Note**
11901
11902 This system preference will not work for patrons that have chosen to anonymize
11903 their reading history.
11904
11905 .. _defaultpatronsearchfields-label:
11906
11907 DefaultPatronSearchFields
11908 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11909
11910 Default: surname,firstname,othernames,cardnumber,userid
11911
11912 Asks: \_\_\_ Comma separated list defining the default fields to be used during a patron search
11913
11914     **Important** possible values can be found in the borrowers table of Koha's schema
11915     located at http://schema.koha-community.org/
11916
11917 .. _enableborrowerfiles-label:
11918
11919 EnableBorrowerFiles
11920 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11921
11922 Default: Don't
11923
11924 Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
11925 a borrower record.
11926
11927 Values:
11928
11929 -  Do
11930
11931 -  Don't
11932
11933 Description:
11934
11935 -  When enabled this will add a 'Files' tab to the left of the patron
11936    detail page where you can view and upload files to the patron record.
11937
11938 .. _enhancedmessagingpreferences-label:
11939
11940 EnhancedMessagingPreferences
11941 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11942
11943 Default: Allow
11944
11945 Asks: \_\_\_ staff to manage which notices patrons will receive and when
11946 they will receive them.
11947
11948 Values:
11949
11950 -  Allow
11951
11952 -  Don't allow
11953
11954     **Important**
11955
11956     This only applies to certain kinds of notices, overdue notices will
11957     be sent based on the library's rules, not the patron's choice.
11958
11959     **Note**
11960
11961     To manage if patrons have also access to these settings, use
11962     :ref:`EnhancedMessagingPreferencesOPAC`.
11963
11964 Description:
11965
11966 -  These messages are in addition to the overdue notices that the
11967    library sends. The difference between these notices and overdues is
11968    that the patron can opt-in and out of these. Setting this preference
11969    to 'Allow' will allow staff to choose for patrons to receive any one
11970    of the following messages:
11971
11972    -  Item Checkout : A notice that lists all the of the items the
11973       patron has just checked out and/or renewed, this is an electronic
11974       form of the checkout receipt
11975
11976    -  Item Due : A notice on the day and item is due back at the library
11977
11978    -  Hold Filled : A notice when you have confirmed the hold is waiting
11979       for the patron
11980
11981    -  Item Checkin : A notice that lists all the of the items the patron
11982       has just checked in
11983
11984    -  Advanced Notice : A notice in advance of the patron's items being
11985       due (Staff can choose the number of days in advance)
11986
11987 .. _enhancedmessagingpreferencesopac-label:
11988
11989 EnhancedMessagingPreferencesOPAC
11990 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11991
11992 Default: Show
11993
11994 Asks: \_\_\_ patron messaging setting on the OPAC
11995
11996 Values:
11997
11998 -  Don't show
11999
12000 -  Show
12001
12002     **Important**
12003
12004     :ref:`EnhancedMessagingPreferences`
12005     must be enabled for messaging options to show in the OPAC
12006
12007 Description:
12008
12009 -  These messages are in addition to the overdue notices that the
12010    library sends. The difference between these notices and overdues is
12011    that the patron can opt-in and out of these. Setting this preference
12012    to 'Allow' will allow patrons to choose to receive any one of the
12013    following messages:
12014
12015    -  Item Checkout : A notice that lists all the of the items the
12016       patron has just checked out and/or renewed, this is an electronic
12017       form of the checkout receipt
12018
12019    -  Item Due : A notice on the day and item is due back at the library
12020
12021    -  Hold Filled : A notice when you have confirmed the hold is waiting
12022       for the patron
12023
12024    -  Item Checkin : A notice that lists all the of the items the patron
12025       has just checked in
12026
12027    -  Advanced Notice : A notice in advance of the patron's items being
12028       due (The patron can choose the number of days in advance)
12029
12030 .. _extendedpatronattributes-label:
12031
12032 ExtendedPatronAttributes
12033 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12034
12035 Default: Enable
12036
12037 Asks: \_\_\_ searching, editing and display of custom attributes on
12038 patrons.
12039
12040 Values:
12041
12042 -  Don't enable
12043
12044 -  Enable
12045
12046    -  Define attributes in Koha administration
12047
12048    -  Get there: More > Administration > :ref:`Patron Attribute
12049       Types <patron-attribute-types-label>`
12050
12051 Description:
12052
12053 -  Patron attributes are library-defined custom fields that can be
12054    applied to patron records.
12055
12056     **Note**
12057
12058     Use custom attributes for fields that the default patron record does
12059     not support such as driver's license number or student ID number.
12060
12061 .. _feeonchangepatroncategory-label:
12062
12063 FeeOnChangePatronCategory
12064 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12065
12066 Default: Do
12067
12068 Asks: \_\_\_ charge a fee when a patron changes to a category with an
12069 enrollment fee.
12070
12071 Values:
12072
12073 -  Do
12074
12075 -  Don't
12076
12077 .. _intranetreadinghistory-label:
12078
12079 intranetreadinghistory
12080 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12081
12082 Default: Allow
12083
12084 Asks: \_\_\_ staff to access a patron's checkout and hold history.
12085
12086     **Important**
12087
12088     If you have the :ref:`OPACPrivacy` preference set to
12089     'Allow' and the patron has decided to not have their history kept
12090     staff will only see currently checked out items.
12091
12092 Values:
12093
12094 -  Allow
12095
12096 -  Don't allow
12097
12098     **Important**
12099
12100     Reading history is still stored, regardless of staff being allowed
12101     access or not unless the patron has chosen to have their history
12102     anonymized via their :ref:`privacy page <your-privacy-label>`.
12103
12104 .. _maxfine-label:
12105
12106 MaxFine
12107 ^^^^^^^^^^^^^^^^^^^^^^
12108
12109 Default: 9999
12110
12111 Asks: The late fine for all checkouts will only go up to \_\_\_ USD.
12112
12113 Description:
12114
12115 -  This preference controls the default cap on fines accrued by the
12116    patron. Leaving this preference blank means that there is no cap on
12117    the amount of fines a patron can accrue. If you'd like, single item
12118    caps can be specified in the
12119    :ref:`circulation rules matrix <circulation-and-fines-rules-label>`.
12120
12121 .. _membershipexpirydaysnotice-label:
12122
12123 MembershipExpiryDaysNotice
12124 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12125
12126 Asks: Send an account expiration notice when a patron's card will expire
12127 in \_\_\_ days.
12128
12129 Description:
12130
12131 -  If you would like to notify patrons that their accounts are about to
12132    expire then you can enter a number of days before expiration in this
12133    preference. The notice text can be customized in the :ref:`Notices &
12134    slips <notices-and-slips-label>` tool.
12135
12136     **Important**
12137
12138     You will need to enable the :ref:`membership expiry cron
12139     job <cron-notify-patrons-of-expiration-label>` for this notice to send.
12140
12141 .. _minpasswordlength-label:
12142
12143 minPasswordLength
12144 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12145
12146 Default: 3
12147
12148 Asks: Login passwords for staff and patrons must be at least \_\_\_
12149 characters long.
12150
12151     **Important**
12152
12153     This applies to both the staff login and the patron OPAC login.
12154
12155 .. _notifyborrowerdeparture-label:
12156
12157 NotifyBorrowerDeparture
12158 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12159
12160 Default: 30
12161
12162 Asks: Show a notice that a patron is about to expire \_\_\_ days
12163 beforehand.
12164
12165 Description:
12166
12167 -  When the patron attempts to check out materials, a warning will
12168    appear in the check out window of the Staff Client telling the
12169    librarian that the patrons account is about to expire.
12170
12171     **Important**
12172
12173     This notice will appear on the patron's record in the staff client.
12174
12175 .. _patronimages-label:
12176
12177 patronimages
12178 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12179
12180 Default: Allow
12181
12182 Asks: \_\_\_ images to be uploaded and shown for patrons on the staff
12183 client.
12184
12185 Values:
12186
12187 -  Allow
12188
12189 -  Don't allow
12190
12191 Description:
12192
12193 -  If this preference is set to 'Allow' the staff will be able to upload
12194    images of patrons either :ref:`one by one <add-patron-images-label>` or :ref:`in
12195    bulk <upload-patron-images-label>`. Patrons images will show on the detail
12196    page to the left of the patron information. They can also show in the
12197    OPAC if you set the :ref:`OPACpatronimages` preference
12198    or in the self check out module if you set the
12199    :ref:`ShowPatronImageInWebBasedSelfCheck`
12200    preference.
12201
12202 .. _patronquickaddfields-label:
12203
12204 PatronQuickAddFields
12205 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12206
12207 Default: blank
12208
12209 Asks: \_\_\_ (separate columns with \|) add these fields to the patron
12210 quick add form when entering a new patron. Displays only mandatory fields
12211 and fields specified here. If applicable, the guarantor form will be shown
12212 as well, individual fields in that form will be ignored.
12213
12214     **Note**
12215
12216     See the `database schema (borrowers table) <http://schema.koha-community.org/>`__
12217     to know the field names.
12218
12219     **Note**
12220     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
12221     (or both) is set, a button labeled "Quick add new patron" will be displayed
12222     in the "Patrons" toolbar.
12223
12224     **Note**
12225
12226     It is possible to add custom :ref:`patron attributes <patron-attribute-types-label>`
12227     in the quick add form with the following syntax: patron_attr_N
12228     (for example patron_attr_2). The N refers to the id of the attribute and
12229     requires a bit of guesswork (normally it will be the order in which you
12230     entered them in the :ref:`patron attribute types section of the administration
12231     module <patron-attribute-types-label>`).
12232
12233 .. _patronsperpage-label:
12234
12235 PatronsPerPage
12236 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12237
12238 Default: 20
12239
12240 Asks: By default, show \_\_\_ results per page in the staff client.
12241
12242 Description:
12243
12244 -  This preference will let you define how many patrons to show on
12245    patron search results pages.
12246
12247 ProtectSuperLibrarianPrivileges
12248 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12249
12250 Default: Allow only superlibrarians
12251
12252 Asks: \_\_\_ to access/change superlibrarian privileges. Note: A permitted user
12253       needs to have the 'permissions' flag (if no superlibrarian)
12254
12255 Values:
12256
12257 -  Allow all permitted users
12258
12259 -  Allow only superlibrarians
12260
12261 .. _requirestrongpassword-label:
12262
12263 RequireStrongPassword
12264 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12265
12266 Default: Don't require
12267
12268 Asks: \_\_\_ a strong password for staff and patrons
12269
12270 Values:
12271
12272 -  Don't require
12273
12274 -  Require
12275
12276 Description:
12277
12278 -  If set to 'require' this system preference will require patron and staff passwords to contain at least one digit, one lowercase and one uppercase.
12279
12280 .. _smssenddriver-label:
12281
12282 SMSSendDriver
12283 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12284
12285 Asks: Use the SMS::Send:: \_\_\_ driver to send SMS messages.
12286
12287     **Note**
12288
12289     This may not work with all providers.
12290
12291     **Important**
12292
12293     Please refer to your national laws concerning the sending of bulk
12294     SMS messages before enabling this feature.
12295
12296 Description:
12297
12298 -  There are two options for using SMS in Koha. You can use the Email
12299    protocol for free by entering 'Email' as the SMSSendDriver or you can
12300    pay for a SMS driver. Some examples of values for the driver are:
12301
12302    -  SMS::Send::Us::Ipipi
12303
12304    -  SMS::Send::US::TMobile
12305
12306    -  SMS::Send::US::Verizon
12307
12308    -  SMS::Send::IN::Unicel
12309
12310    Additional values can be found here:
12311    http://search.cpan.org/search?query=sms%3A%3Asend&mode=all
12312
12313        **Important**
12314
12315        Only drivers available as Perl modules will work in this
12316        preference, so make sure a Perl module is available before
12317        choosing an SMS service.
12318
12319    Once a driver is entered in the preference an option will appear in
12320    the staff client and the OPAC on the patron messaging form to choose
12321    to receive messages as SMS
12322
12323    |image105|
12324
12325     **Important**
12326
12327     You must allow
12328     :ref:`EnhancedMessagingPreferences` for
12329     this to work.
12330
12331 .. _smssenduserdetails-label:
12332
12333 SMSSendUsername, SMSSendPassword and EmailSMSSendDriverFromAddress
12334 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12335
12336 Asks: Define a username/login \_\_\_ and a password \_\_\_.  Override
12337 from address with \_\_\_ for emails sent using "Email" send driver.
12338
12339 Description:
12340
12341 -  Some SMS gateway providers require username and password credentials
12342    and these can be entered here.  Additionally, one specific email address
12343    may be required as sender (from address) for all emails sent by the
12344    Email SMS send driver.
12345
12346 .. _statisticsfields-label:
12347
12348 StatisticsFields
12349 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12350
12351 Default: location\|itype\|ccode
12352
12353 Asks: Show the following fields from the items database table as columns
12354 on the statistics tab on the patron record: \_\_\_
12355
12356 |image106|
12357
12358     **Important**
12359
12360     Enter the values separated by bars (\|)
12361
12362 Description:
12363
12364 -  This preference lets you set which fields will show on the patron
12365    record on the Statistics tab.
12366
12367 .. _talkingtechitivaphonenotification-label:
12368
12369 TalkingTechItivaPhoneNotification
12370 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12371
12372 Default: Disable
12373
12374 Asks: \_\_\_ patron phone notifications using Talking Tech i-tiva
12375 (overdues, predues and holds notices currently supported).
12376
12377 Values:
12378
12379 -  Disable
12380
12381 -  Enable
12382
12383 Description:
12384
12385 -  To learn more about setting up this third party product view the
12386    :ref:`Talking Tech <talking-tech-label>` chapter.
12387
12388     **Important**
12389
12390     Requires that you have
12391     :ref:`EnhancedMessagingPreferences` set
12392     to Allow to use.
12393
12394 .. _tracklastpatronactivity-label:
12395
12396 TrackLastPatronActivity
12397 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12398
12399 Default: Don't
12400
12401 Asks: \_\_\_ track last patron activity. Everytime a patron will connect,
12402 the borrowers.lastseen will be updated with the current time.
12403
12404 Values:
12405
12406 -  Don't
12407
12408 -  Do
12409
12410 .. _uppercasesurnames-label:
12411
12412 uppercasesurnames
12413 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12414
12415 Default: Don't
12416
12417 Asks: \_\_\_ store and display surnames (last names) in upper case.
12418
12419 Values:
12420
12421 -  Do
12422
12423 -  Don't
12424
12425 .. _useemailreceipts-label:
12426
12427 UseEmailReceipts
12428 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12429
12430 Default: Don't send
12431
12432 Asks: \_\_\_ email receipts to patrons for payments and writeoffs.
12433
12434 Values:
12435
12436 -  Don't send
12437
12438 -  Send
12439
12440 Description:
12441
12442 -  If set to 'Send', Koha will send emails to the patrons for each
12443    payment or writeoff done in their account.
12444
12445      **Note**
12446
12447      -  The letters used are ACCOUNT\_PAYMENT and ACCOUNT\_WRITEOFF
12448
12449      -  You can edit them in the :ref:`Notices & slips <notices-and-slips-label>` tool.
12450
12451 .. _usedischarge-label:
12452
12453 useDischarge
12454 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12455
12456 Default: Don't allow
12457
12458 Asks: \_\_\_ librarians to discharge borrowers and borrowers to request
12459 a discharge.
12460
12461 Values:
12462
12463 -  Allow
12464
12465 -  Don't allow
12466
12467 Description:
12468
12469 -  A discharge is a certificate that says the patron has no current
12470    checkouts, no holds and owe no money.
12471
12472        **Note**
12473
12474        In France a "quitus" ("discharge") is needed if you want to
12475        register for an account in a library or a university).
12476
12477        **Note**
12478
12479        Academic libraries often require that you have a clear record at
12480        the library before you can graduate.
12481
12482 .. _norwegian-patron-database-label:
12483
12484 Norwegian patron database
12485 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12486
12487 .. _failedloginattempts-label:
12488
12489 FailedLoginAttempts
12490 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12491
12492 Default: blank
12493
12494 Asks: Block a patron's account if it reaches \_\_\_ failed login attempts.
12495
12496 .. _norwegianpatrondbenable-and-norwegianpatrondbendpoint-label:
12497
12498 NorwegianPatronDBEnable and NorwegianPatronDBEndpoint
12499 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12500
12501 NorwegianPatronDBEnable Default: Disable
12502
12503 Asks: \_\_\_ the ability to communicate with the Norwegian national
12504 patron database via the \_\_\_ endpoint.
12505
12506 Values:
12507
12508 -  Disable
12509
12510 -  Enable
12511
12512 .. _norwegianpatrondbsearchnlafterlocalhit-label:
12513
12514 NorwegianPatronDBSearchNLAfterLocalHit
12515 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12516
12517 Default: Don't
12518
12519 Asks: \_\_\_ search the Norwegian national patron database after a local
12520 search result was found.
12521
12522 Values:
12523
12524 -  Do
12525
12526 -  Don't
12527
12528 .. _norwegianpatrondbusername-and-norwegianpatrondbpassword-label:
12529
12530 NorwegianPatronDBUsername and NorwegianPatronDBPassword
12531 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12532
12533 Asks: Communicate with the Norwegian national patron database using the
12534 username \_\_\_ and the password \_\_\_.
12535
12536 Description:
12537
12538 -  You can get these from "Base Bibliotek", which is maintained by the
12539    Norwegian National Library.
12540
12541 .. _patronsprivacy-label:
12542
12543 Privacy
12544 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12545
12546 .. _gdpr-policy-label:
12547
12548 GDPR\_Policy
12549 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12550
12551 Default: Disabled
12552
12553 Asks: Set GDPR policy to \_\_\_ GDPR is the EU General Data Protection
12554 Regulation. When you enforce, patrons need to give consent before using the
12555 OPAC. If you set to permissive, Koha will warn but not enforce. NOTE: If you
12556 enable this you will also have to set the URL of your public privacy policy
12557 with the PrivacyPolicyURL setting.
12558
12559 Values:
12560
12561 - Disabled
12562
12563 - Enforced
12564
12565 - Permissive
12566
12567 Description:
12568
12569 - This system preference enables a GDPR consent form to appear on the OPAC when
12570   a patron attempts to login. If this preference is set as Enforced then when a
12571   patron attempts to log into the OPAC a GDPR consent form be presented to them.
12572   The patron will have to provide consent to the library's GDPR policy before
12573   they can gain access to their account details. If the patron does not consent
12574   to the GDPR policy they will be logged out of their account. If the preference
12575   is set to Permissive then the patron will be presented with the GDPR consent
12576   form but they will not be required to give consent to access their patron
12577   account. If the preference is set to Disabled then no GDPR consent form will
12578   appear when patron logs into the OPAC.
12579
12580 .. _privacy-policy-url-label:
12581
12582 PrivacyPolicyURL
12583 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12584
12585 Default: blank
12586
12587 - Asks: Use the following URL \_\_\_ to refer to your local privacy policy in
12588   messages about privacy and data protection.
12589   (If you enforce GDPR policy, make sure that this page is not blocked.)
12590   NOTE: The URL is only displayed if :ref:`GDPR\_Policy <gdpr-policy-label>` is set.
12591
12592 .. _searchingsystem-preferences-label:
12593
12594 Searching
12595 -------------------------------
12596
12597 *Get there:* More > Administration > Global System Preferences >
12598 Searching
12599
12600 .. _searchingfeatures-label:
12601
12602 Features
12603 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12604
12605 .. _browseresultselection-label:
12606
12607 BrowseResultSelection
12608 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12609
12610 Default: Disable
12611
12612 Asks: \_\_\_ browsing search results fromt the bibliographic record detail page in staff client.
12613
12614 Values:
12615
12616 -  Disable
12617
12618 -  Enable
12619
12620 Description:
12621
12622 -  Enabling this system preference makes a button appear in the intranet search
12623    results page to browse the selected records.
12624
12625 .. _enablesearchhistory-label:
12626
12627 EnableSearchHistory
12628 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12629
12630 Default: Don't keep
12631
12632 Asks: \_\_\_ patron search history in the staff client.
12633
12634 Values:
12635
12636 -  Don't keep
12637
12638 -  Keep
12639
12640     |image1197|
12641
12642 Description:
12643
12644 -  This preference controls whether the staff client keeps search
12645    history for logged in users. Search history will be accessible under
12646    the link to your account in the top right of the staff client.
12647
12648 .. _includeseefrominsearches-label:
12649
12650 IncludeSeeFromInSearches
12651 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12652
12653 Default: Don't include
12654
12655 Asks: \_\_\_ *see from* (non-preferred form) headings in bibliographic
12656 searches.
12657
12658 Values:
12659
12660 -  Don't include
12661
12662 -  Include
12663
12664 Description:
12665
12666 -  When this preference is set to include the search engine indexer will
12667    insert *see from* headings from authority records into bibliographic
12668    records when indexing, so that a search on an obsolete term will turn
12669    up relevant records. For example when you search for cookery (the old
12670    term) you get titles with the heading of cooking (the new term).
12671
12672     **Important**
12673
12674     You will need to reindex your bibliographic database when changing
12675     this preference.
12676
12677 .. _opacgroupresults-label:
12678
12679 OpacGroupResults
12680 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12681
12682 Default: Don't use
12683
12684 Asks: \_\_\_ PazPar2 to group similar results on the OPAC.
12685
12686 Values:
12687
12688 -  Don't use
12689
12690 -  Use
12691
12692     **Important**
12693
12694     This requires that `PazPar2 <http://www.indexdata.com/pazpar2>`__ is
12695     set up and running.
12696
12697 .. _queryautotruncate-label:
12698
12699 QueryAutoTruncate
12700 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12701
12702 Default: automatically
12703
12704 Asks: Perform wildcard searching (where, for example, Har would match
12705 Harry and harp) \_\_\_ (The \* character would be used like so: Har\* or
12706 \*logging.)
12707
12708 Values:
12709
12710 -  automatically
12711
12712 -  only if \* is added
12713
12714 Description:
12715
12716 -  This setting allows for searches to be automatically truncated or for
12717    additional characters to be added to the end of a search string. When
12718    set to "automatically" the search string automatically ends with a
12719    wildcard function. For example, a search for the word "invent" with
12720    auto truncation enabled will also retrieve results for inventor,
12721    invention, inventory, etc. If you don't want this to happen
12722    automatically you can still be perform wildcard searches manually by
12723    adding an asterisk (\*). Typing "invent\*" even with auto truncation
12724    disabled will retrieve the same inventor, invention, inventory
12725    results. Auto truncation bypasses the necessity to type long search
12726    strings in their entirety.
12727
12728 .. _queryfuzzy-label:
12729
12730 QueryFuzzy
12731 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12732
12733 Default: Try
12734
12735 Asks: \_\_\_ to match similarly spelled words in a search (for example,
12736 a search for flang would also match flange and fang)
12737
12738 Values:
12739
12740 -  Don't try
12741
12742 -  Try
12743
12744 Description:
12745
12746 -  This preference enables "fuzzy" searching, in which the search engine
12747    returns results that are similar to, but not exactly matching, the
12748    word or words entered by the user. This preference enables the search
12749    function to compensate for slightly misspelled names or phrases.
12750
12751     **Important**
12752
12753     Requires that :ref:`UseICU` set to 'Not using'
12754
12755 .. _querystemming-label:
12756
12757 QueryStemming
12758 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12759
12760 Default: Try
12761
12762 Asks: \_\_\_ to match words of the same base in a search
12763
12764 Values:
12765
12766 -  Don't try
12767
12768 -  Try
12769
12770    -  A search for enabling would also match enable and enabled
12771
12772 Description:
12773
12774 -  This preference enables word stemming. Stemming allows the search
12775    function to return multiple versions of the same word, as well as
12776    related terms (i.e., both fish and fishing would be returned).
12777
12778 .. _queryweightfields-label:
12779
12780 QueryWeightFields
12781 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12782
12783 Default: Enable
12784
12785 Asks: \_\_\_ ranking of search results by relevance
12786
12787 Values:
12788
12789 -  Disable
12790
12791 -  Enable
12792
12793 .. _tracecompletesubfields-label:
12794
12795 TraceCompleteSubfields
12796 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12797
12798 Default: Force
12799
12800 Asks: \_\_\_ subject tracings in the OPAC and Staff Client to search
12801 only for complete-subfield matches.
12802
12803 Values:
12804
12805 -  Don't force
12806
12807    -  Searches for subject keywords (example:
12808       opac-search.pl?q=su:World%20Wide%20Web)
12809
12810 -  Force
12811
12812    -  Searches for complete subject fields (example:
12813       opac-search.pl?q=su,complete-subfield:World%20Wide%20Web)
12814
12815 Description:
12816
12817 -  When TraceCompleteSubfields is set to "force," clicking on links in
12818    non-authority controlled subject tracings will only find other
12819    records where the entire subfields match. Leaving it at "don't force"
12820    does a keyword search of the subject indexes.
12821
12822     **Important**
12823
12824     This preference assumes that you're using XSLT stylesheets as set in
12825     the :ref:`OPACXSLTDetailsDisplay` preference.
12826
12827 .. _tracesubjectsubdivisions-label:
12828
12829 TraceSubjectSubdivisions
12830 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12831
12832 Default: Include
12833
12834 Asks: \_\_\_ subdivisions for searches generated by clicking on subject
12835 tracings.
12836
12837 Values:
12838
12839 -  Don't include
12840
12841    -  Searches for subject keywords (example:
12842       opac-search.pl?q=su,complete-subfield:%22Web%20sites%22)
12843
12844 -  Include
12845
12846    -  Searches for complete subject fields (example:
12847       opac-search.pl?q=(su,complete-subfield:%22Web%20sites%22)%20and%20(su,complete-subfield:%22Design.%22))
12848
12849 Description:
12850
12851 -  When TraceSubjectSubdivisions is set to "Include," if you click on a
12852    subject with subdivisions (subfields other than 'a') they will be
12853    searched along with the subject heading (subfield 'a'). To have only
12854    the subject heading (subfield 'a') searched, set this preference to
12855    "Don't include."
12856
12857     **Important**
12858
12859     This preference assumes that you're using XSLT stylesheets as set in
12860     the :ref:`OPACXSLTDetailsDisplay` preference.
12861
12862 .. _useicu-label:
12863
12864 UseICU
12865 ^^^^^^^^^^^^^^^^^^^^
12866
12867 Default: Not using
12868
12869 Asks: \_\_\_ ICU Zebra indexing.
12870
12871 Values:
12872
12873 -  Not using
12874
12875 -  Using
12876
12877 Description:
12878
12879 -  ICU is a set of code libraries providing Unicode and Globalization
12880    support for software applications. What this means is ICU Zebra
12881    indexing is only necessary if you use non-roman characters in your
12882    cataloging. If using ICU Zebra indexing you will want to not use
12883    :ref:`QueryFuzzy`.
12884
12885     **Important**
12886
12887     This setting will not affect Zebra indexing, it should only be used
12888     to tell Koha that you have activated ICU indexing if you have
12889     actually done so, since there is no way for Koha to figure this out
12890     on its own.
12891
12892     **Important**
12893
12894     Talk to your system administrator when changing this preference to
12895     make sure that your system is set up properly for this to work.
12896
12897 .. _usequeryparser-label:
12898
12899 UseQueryParser
12900 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12901
12902 Default: Do not try
12903
12904 Asks: \_\_\_ to use the QueryParser module for parsing queries.
12905
12906     **Note**
12907
12908     Enabling this will have no impact if you do not have QueryParser
12909     installed, and everything will continue to work as usual.
12910
12911 Values:
12912
12913 -  Do not try
12914
12915 -  Try
12916
12917 Description:
12918
12919 -  This preference enables an experimental new query parser which opens
12920    the door for a more expressive and more-effective search syntax.
12921
12922 .. _results-display-label:
12923
12924 Results Display
12925 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12926
12927 .. _defaultsortfield-and-defaultsortorder-label:
12928
12929 defaultSortField and defaultSortOrder
12930 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12931
12932 defaultSortField Default: author
12933
12934 defaultSortOrder Default: ascending
12935
12936 Asks: By default, sort search results in the staff client by \_\_\_,
12937 \_\_\_
12938
12939 Description:
12940
12941 -  These preferences set the default sort field and sort order for
12942    searches on the staff side. Regardless of your choice, the other sort
12943    options are still available in the drop down list on the advanced
12944    search page.
12945
12946 defaultSortField Values:
12947
12948 -  author
12949
12950 -  call number
12951
12952 -  date added
12953
12954 -  date of publication
12955
12956 -  relevance
12957
12958 -  title
12959
12960 -  total number of checkouts
12961
12962 defaultSortOrder Values:
12963
12964 -  ascending
12965
12966 -  descending
12967
12968 -  from A to Z
12969
12970 -  from Z to A
12971
12972 .. _displayfacetcount-label:
12973
12974 displayFacetCount
12975 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12976
12977 Default: Don't show
12978
12979 Asks: \_\_\_ facet counts.
12980
12981 Description:
12982
12983 -  This preference lets you decide if you show how many times a facet is
12984    used in your search results in the OPAC and the staff client. The
12985    relevance of these numbers highly depends on the value of the
12986    :ref:`maxRecordsForFacets` preference. Showing
12987    these numbers can potentially effect the performance of your
12988    searching, so test your system with different values for this
12989    preference to see what works best.
12990
12991 Values:
12992
12993 -  Don't show
12994
12995 -  Show
12996
12997    |image107|
12998
12999 .. _displaylibraryfacets-label:
13000
13001 DisplayLibraryFacets
13002 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13003
13004 Default: holding library
13005
13006 Asks: Show facets for \_\_\_
13007
13008 Values:
13009
13010 -  both home and holding library
13011
13012 -  holding library
13013
13014 -  home library
13015
13016 Description:
13017
13018 -  This preferenc controls the libraries facet that displays on search
13019    results in the staff and opac. The value selected here will determine
13020    which library(s) show in the facets when a search is run.
13021
13022 .. _facetlabeltruncationlength-label:
13023
13024 FacetLabelTruncationLength
13025 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13026
13027 Default: 20
13028
13029 Asks: Truncate facets length to \_\_\_ characters, in OPAC/staff
13030 interface.
13031
13032 Description:
13033
13034 -  In the OPAC and the staff client your facets are cut off at 20
13035    characters by default. Depending on your layout this may be too many
13036    or two few letters, this preference lets you decide what number is
13037    best for your library's design.
13038
13039 .. _facetmaxcount-label:
13040
13041 FacetMaxCount
13042 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13043
13044 Default: 20
13045
13046 Asks: Show up \_\_\_ to facets for each category.
13047
13048 Description:
13049
13050 -  This preference allows you to control how many possible limits show
13051    under each heading (Author, Series, Topics, etc) on the facets in the
13052    OPAC.
13053
13054 .. _maxitemsinsearchresults-label:
13055
13056 maxItemsInSearchResults
13057 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13058
13059 Default: 20
13060
13061 Asks: Show up to \_\_\_ items per biblio in the search results
13062
13063 Description:
13064
13065 -  This preference will let you set how many results display by default
13066    when a search is run on the Staff Client.
13067
13068 .. _maxrecordsforfacets-label:
13069
13070 maxRecordsForFacets
13071 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13072
13073 Default: 20
13074
13075 Asks: Build facets based on \_\_\_ records from the search results.
13076
13077 Description:
13078
13079 -  By default Koha only bases facets on the first page of results
13080    (usually 20 results). This preference lets you tell Koha to based the
13081    facet descriptions and numbers on any number of search results
13082    returned. The higher this number the longer it will take for your
13083    search results to return, so test with various different values to
13084    find the best balance for your library.
13085
13086 .. _maxsearchresultsitemsperrecordstatuscheck-label:
13087
13088 MaxSearchResultsItemsPerRecordStatusCheck
13089 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13090
13091 Default: 20
13092
13093 Asks: For records with many items, only check the availability status
13094 for the first \_\_\_ items.
13095
13096 Description:
13097
13098 -  Availability statuses may show incorrectly in search results if a
13099    record has more items than the limit set. Statuses will display
13100    correctly in the record details. Leave empty for no limit.
13101
13102 .. _numsearchresults-label:
13103
13104 numSearchResults
13105 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13106
13107 Default: 20
13108
13109 Asks: By default, show \_\_\_ results per page in the staff client.
13110
13111 .. _opacdefaultsortfield-and-opacdefaultsortorder-label:
13112
13113 OPACdefaultSortField and OPACdefaultSortOrder
13114 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13115
13116 OPACdefaultSortField Default: relevance
13117
13118 OPACdefaultSortOrder Default: ascending
13119
13120 Asks: By default, sort search results in the OPAC by \_\_\_, \_\_\_
13121
13122 Description:
13123
13124 -  These preferences set the default sort field and sort order for
13125    searches on the OPAC. Regardless of your choice, the other sort
13126    options are still available in the drop down list on the advanced
13127    search page.
13128
13129 OPACdefaultSortField Values:
13130
13131 -  author
13132
13133 -  call number
13134
13135 -  date added
13136
13137 -  date of publication
13138
13139 -  relevance
13140
13141 -  title
13142
13143 -  total number of checkouts
13144
13145 OPACdefaultSortOrder Values:
13146
13147 -  ascending
13148
13149 -  descending
13150
13151 -  from A to Z
13152
13153 -  from Z to A
13154
13155 .. _opacitemsresultsdisplay-label:
13156
13157 OPACItemsResultsDisplay
13158 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13159
13160 Default: Don't show
13161
13162 Asks: \_\_\_ an item's library, location and call number in OPAC search results.
13163 results.
13164
13165 Values:
13166
13167 -  Don't show
13168
13169 -  Show
13170
13171 Description:
13172
13173 -  This setting selects the information about an item that will display
13174    in the search results page of the OPAC. The results can display the
13175    status of an item and/or full details including branch, location, and
13176    call number. While the 'Show' option allows for more information to
13177    be displayed on the search results page, the information can be
13178    overwhelming for large collections with multiple branches.
13179
13180 .. _opacnumsearchresults-label:
13181
13182 OPACnumSearchResults
13183 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13184
13185 Default: 20
13186
13187 Asks: By default, show \_\_\_ results per page in the OPAC.
13188
13189 .. _searchwithisbnvariations-label:
13190
13191 SearchWithISBNVariations
13192 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13193
13194 Default: don't search
13195
13196 Asks: When searching on the ISBN index, \_\_\_ on all variations of the
13197 ISBN.
13198
13199 Values:
13200
13201 -  don't search
13202
13203 -  search
13204
13205 Descriptions:
13206
13207 -  With this preference set to search you'll be able to search for ISBNs
13208    even if there are dashes or spaces in the field. So if you search for
13209    9781843345855 but the ISBN was cataloged as 978-1843345855 you'll
13210    still be able to find it if this preference is set to 'search'.
13211
13212     **Important**
13213
13214     This preference has no effect if
13215     :ref:`UseQueryParser` is on
13216
13217 .. _unimarcauthorsfacetsseparator-label:
13218
13219 UNIMARCAuthorsFacetsSeparator
13220 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13221
13222 Default: , (comma)
13223
13224 Asks: Use the following text as separator for UNIMARC authors facets \_\_\_
13225
13226 .. _search-form-label:
13227
13228 Search Form
13229 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13230
13231 .. _advancedsearchlanguages-label:
13232
13233 AdvancedSearchLanguages
13234 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13235
13236 Asks: Limit the languages listed in the advanced search drop-down to the
13237 \_\_\_ ISO 639-2 language codes (separate values with \| or ,).
13238
13239 Description:
13240
13241 -  This preference will allow you to decide what languages show in the
13242    pull down menu on the advanced search page in the OPAC and the staff
13243    client. If this preference is left blank, all languages will show. To
13244    limit the languages that are shown enter their `ISO 639-2 language
13245    codes <http://www.loc.gov/standards/iso639-2/php/code_list.php>`__
13246    separated by comma ( , ) or bar ( \| ). For example to limit listing
13247    to French and Italian, enter ita\|fre.
13248
13249 .. _advancedsearchtypes-label:
13250
13251 AdvancedSearchTypes
13252 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13253
13254 Default: itemtype
13255
13256 Asks: Show tabs in OPAC and staff-side advanced search for limiting
13257 searches on the \_\_\_ fields (separate values with \|).
13258
13259 Description:
13260
13261 -  On the advanced search page you can choose to allow filters on one or
13262    all of the following: Item types (itemtypes), Collection Codes
13263    (ccode) and Shelving Location (loc). If you would like to be able to
13264    limit searches on item type and shelving location for example you
13265    would enter itemtypes\|loc in the preference input box. The order of
13266    these fields will determine the order of the tabs in the OPAC and
13267    staff client advanced search screens. Values within the search type
13268    are OR'ed together, while each different search type is AND'ed
13269    together in the query limits. The current stored values are supported
13270    without any required modification.Each set of advanced search fields
13271    are displayed in tabs in both the OPAC and staff client. The first
13272    value in the AdvancedSearchTypes syspref is the selected tab; if no
13273    values are present, "itemtypes" is used. For non-itemtype values, the
13274    value in AdvancedSearchTypes must match the Authorised Value name,
13275    and must be indexed with 'mc-^ prefixing that name.
13276
13277    |image108|
13278
13279 .. _expandedsearchoption-label:
13280
13281 expandedSearchOption
13282 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13283
13284 Default: don't show
13285
13286 Asks: By default, \_\_\_ "More options" on the OPAC and staff advanced
13287 search pages.
13288
13289 Values:
13290
13291 -  don't show
13292
13293 -  show
13294
13295 .. _intranetnumberspreferphrase-label:
13296
13297 IntranetNumbersPreferPhrase
13298 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13299
13300 Default: don't use
13301
13302 Asks: By default, \_\_\_ the operator "phr" in the callnumber and
13303 standard number staff client searches
13304
13305 Values:
13306
13307 -  don't use
13308
13309 -  use
13310
13311 Description:
13312
13313 -  When searching by call number and standard number (biblionumber) in
13314    Koha Staff Client you can choose to force the search to be a phrase
13315    search by setting this preference to 'use.^ This will allow for more
13316    accurate results over doing a general keyword field search.
13317
13318 .. _loadsearchhistorytothefirstloggeduser-label:
13319
13320 LoadSearchHistoryToTheFirstLoggedUser
13321 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13322
13323 Default: Load
13324
13325 Asks: Load the unlogged history to the next user. \_\_\_ history to the next client.
13326
13327 Values:
13328
13329 -  Don't load
13330
13331 -  Load
13332
13333 .. _opacnumberspreferphrase-label:
13334
13335 OPACNumbersPreferPhrase
13336 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13337
13338 Default: don't use
13339
13340 Asks: By default, \_\_\_ the operator "phr" in the callnumber and
13341 standard number OPAC searches
13342
13343 Values:
13344
13345 -  don't use
13346
13347 -  use
13348
13349 Description:
13350
13351 -  When searching by call number and standard number (biblionumber) in
13352    the Koha OPAC you can choose to force the search to be a phrase
13353    search by setting this preference to 'use.^ This will allow for more
13354    accurate results over doing a general keyword field search.
13355
13356 .. _serials-system-preferences-label:
13357
13358 Serials
13359 ---------------------------
13360
13361 *Get there:* More > Administration > Global System Preferences > Serials
13362
13363 .. _makepreviousserialavailable-label:
13364
13365 makePreviousSerialAvailable
13366 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13367
13368 Default: Do not make
13369
13370 Asks: \_\_\_ previous serial automatically available when receiving a
13371 new serial issue. The previous issue can also be set to another item
13372 type when receiving a new one. Please note that the :ref:`item-level\_itypes <item-level\_itypes-label>`
13373 syspref must be set to specific item.
13374
13375 Values:
13376
13377 -  Do not make
13378
13379 -  Make
13380
13381 .. _opacserialdefaulttab-label:
13382
13383 opacSerialDefaultTab
13384 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13385
13386 Default: Subscriptions tab
13387
13388 Asks: Show \_\_\_ as default tab for serials in OPAC.
13389
13390 Values:
13391
13392 -  Holdings tab
13393
13394 -  Serial Collection tab
13395
13396        **Important**
13397
13398        Please note that the Serial Collection tab is currently available
13399        only for systems using the UNIMARC standard.
13400
13401    |image109|
13402
13403 -  Subscriptions tab
13404
13405    |image110|
13406
13407 .. _opacserialissuedisplaycount-label:
13408
13409 OPACSerialIssueDisplayCount
13410 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13411
13412 Default: 3
13413
13414 Asks: Show the \_\_\_ previous issues of a serial on the OPAC.
13415
13416 Description:
13417
13418 -  This preference allows the administrator to select the number of
13419    recent issues for each serial which appear in the OPAC when the
13420    serial is accessed. This is just the default value, patrons can
13421    always click to see a full list of serials.
13422
13423 .. _renewserialaddssuggestion-label:
13424
13425 RenewSerialAddsSuggestion
13426 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13427
13428 Default: Don't add
13429
13430 Asks: \_\_\_ a suggestion for a biblio when its attached serial is
13431 renewed.
13432
13433 Values:
13434
13435 -  Add
13436
13437 -  Don't add
13438
13439 Description:
13440
13441 -  If set to "Add", this preference will automatically add a serial to
13442    the Acquisitions Purchase Suggestions menu when clicking the 'renew'
13443    option. If you don't use the Acquisitions module to manage serials
13444    purchases it's best to leave this set as 'Don't add.^
13445
13446 .. _routinglistaddreserves-label:
13447
13448 RoutingListAddReserves
13449 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13450
13451 Default: Place
13452
13453 Asks: \_\_\_ received serials on hold if they are on a routing list.
13454
13455 Values:
13456
13457 -  Place
13458
13459 -  Don't place
13460
13461 .. _routinglistnote-label:
13462
13463 RoutingListNote
13464 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13465
13466 Asks: Include following note on all routing lists
13467
13468 Description:
13469
13470 -  Text entered in this box will appear below the routing list
13471    information.
13472
13473 .. _routingserials-label:
13474
13475 RoutingSerials
13476 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13477
13478 Default: Don't add
13479
13480 Asks: \_\_\_ received serials to the routing list.
13481
13482 Description:
13483
13484 -  This preference determines if serials routing lists are enabled or
13485    disabled for the library. When set to "Add", serials routing is
13486    enabled and a serial can be directed through a list of people by
13487    identifying who should receive it next. The list of people can be
13488    established for each serial to be passed using the Serials module.
13489    This preference can be used to ensure each person who needs to see a
13490    serial when it arrives at the library will get it. Learn more in the
13491    :ref:`routing list <create-a-routing-list-label>` section of this manual.
13492
13493 Values:
13494
13495 -  Add
13496
13497 -  Don't add
13498
13499 .. _staffserialissuedisplaycount-label:
13500
13501 StaffSerialIssueDisplayCount
13502 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13503
13504 Default: 3
13505
13506 Asks: Show the \_\_\_ previous issues of a serial on the staff client.
13507
13508 Description:
13509
13510 -  This preference allows the administrator to select the number of
13511    recent issues for each serial which appear in the Staff Client when
13512    the serial is accessed. This is just the default value, staff members
13513    can always click to see a full list of serials.
13514
13515 .. _subscriptionduplicatedroppedinput-label:
13516
13517 SubscriptionDuplicateDroppedInput
13518 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13519
13520 Asks: List of fields which must not be rewritten when a subscription is
13521 duplicated (Separated by pipe \|) \_\_\_
13522
13523 Description:
13524
13525 -  When duplicating a subscription sometimes you don't want all of the
13526    fields duplicated, using this preference you can list the fields that
13527    you don't want to be duplicated. These field names come from the
13528    subscription table in the Koha database. Learn what fields are in
13529    that table on the `Koha DB
13530    Schema <http://schema.koha-community.org/master/tables/subscription.html>`__
13531    site.
13532
13533 .. _subscriptionhistory-label:
13534
13535 SubscriptionHistory
13536 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13537
13538 Default: full history
13539
13540 Asks: When showing the subscription information for a bibliographic
13541 record, preselect \_\_\_ view of serial issues.
13542
13543 Values:
13544
13545 -  brief history
13546
13547    |image111|
13548
13549 -  full history
13550
13551    |image112|
13552
13553 Description:
13554
13555 -  This preference determines what information appears in the OPAC when
13556    the user clicks the More Details option. The 'brief' option displays
13557    a one-line summary of the volume and issue numbers of all issues of
13558    that serial held by the library. The 'full' option displays a more
13559    detailed breakdown of issues per year, including information such as
13560    the issue date and the status of each issue.
13561
13562 .. _staff-client-label:
13563
13564 Staff client
13565 ------------------------------
13566
13567 *Get there:* More > Administration > Global system preferences > Staff
13568 client
13569
13570 .. _staffappearance-label:
13571
13572 Appearance
13573 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13574
13575 .. _display856uasimage-label:
13576
13577 Display856uAsImage
13578 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13579
13580 Default: Neither details or results page
13581
13582 Asks: Display the URI in the 856u field as an image on: \_\_\_
13583
13584 Values:
13585
13586 -  Both results and details pages
13587
13588    -  **Important**
13589
13590           Both :ref:`XSLTDetailsDisplay` and
13591           :ref:`XSLTResultsDisplay` need to
13592           have values in order for this preference to work.
13593
13594    -  **Important**
13595
13596           This is only implemented for MARC21.
13597
13598 -  Detail page only
13599
13600    -  **Important**
13601
13602           :ref:`XSLTDetailsDisplay` needs to
13603           have a value in it for this preference to work.
13604
13605    -  **Important**
13606
13607           This is only implemented for MARC21 and UNIMARC.
13608
13609    |image113|
13610
13611 -  Neither details or results page
13612
13613 -  Results page only
13614
13615    -  **Important**
13616
13617           :ref:`XSLTResultsDisplay` needs to
13618           have a value in it for this preference to work.
13619
13620    -  **Important**
13621
13622           This is only implemented for MARC21 and NORMARC.
13623
13624 Description:
13625
13626 -  In addition to this option being set, the corresponding XSLT option
13627    must be turned on. Also, the corresponding 856q field must have a
13628    valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
13629    starting with "image/"), or the generic indicator "img" entered in
13630    the field. When all of the requirements are met, an image file will
13631    be displayed instead of the standard link text. Clicking on the image
13632    will open it in the same way as clicking on the link text. When you
13633    click on the image it should open to full size, in the current window.
13634
13635    |image114|
13636
13637 .. _displayiconsxslt-label:
13638
13639 DisplayIconsXSLT
13640 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13641
13642 Default: Show
13643
13644 Asks: \_\_\_ the format, audience, and material type icons in XSLT
13645 MARC21 results and detail pages in the staff client.
13646
13647     **Important**
13648
13649     :ref:`XSLTResultsDisplay` and/or
13650     :ref:`XSLTDetailsDisplay` must be set to use an
13651     XSLT stylesheet (default or custom) for these icons to show.
13652
13653 Values:
13654
13655 -  Don't show
13656
13657 -  Show
13658
13659    |image115|
13660
13661     **Note**
13662
13663     See the :ref:`XSLT material type icons <material-type-cataloging-guide-label>`
13664     for more information on these icons.
13665
13666 .. _intranet-includes-label:
13667
13668 intranet\_includes
13669 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13670
13671 Default: includes
13672
13673 Asks: Use include files from the \_\_\_ directory in the template
13674 directory, instead of includes/. (Leave blank to disable)
13675
13676 .. _intranetcirculationhomehtml-label:
13677
13678 IntranetCirculationHomeHTML
13679 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13680
13681 Asks: Show the following HTML in its own div on the bottom of the home
13682 page of the circulation module:
13683
13684     |image1198|
13685
13686 .. _intranetcolorstylesheet-label:
13687
13688 intranetcolorstylesheet
13689 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13690
13691 Asks: Include the additional CSS stylesheet \_\_\_ to override specified
13692 settings from the default stylesheet
13693
13694 Description:
13695
13696 -  This preference is used to set the background color and style of the
13697    staff client. The value is a .css file. The system administrator
13698    should determine which file is appropriate. Enter just a filename, a
13699    full local path or a complete URL starting with http:// (if the file
13700    lives on a remote server). Please note that if you just enter a
13701    filename, the file should be in the css subdirectory for each active
13702    theme and language within the Koha templates directory. A full local
13703    path is expected to start from your HTTP document root.
13704
13705     **Important**
13706
13707     Leave this field blank to disable.
13708
13709 .. _intranetfavicon-label:
13710
13711 IntranetFavicon
13712 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13713
13714 Asks: Use the image at \_\_\_ for the staff client's favicon.
13715
13716     **Important**
13717
13718     This should be a complete URL, starting with http://
13719
13720     **Note**
13721
13722     Turn your logo into a favicon with the `Favicon
13723     Generator <http://antifavicon.com/>`__.
13724
13725 Description:
13726
13727 -  The favicon is the little icon that appears next to the URL in the
13728    address bar in most browsers. The default value for this field (if
13729    left blank) is the small 'K' in the Koha logo.
13730
13731    |image116|
13732
13733 .. _intranetmainuserblock-label:
13734
13735 IntranetmainUserblock
13736 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13737
13738 Asks: Show the following HTML in its own column on the main page of the
13739 staff client
13740
13741 |image117|
13742
13743 |image118|
13744
13745 .. _intranetnav-label:
13746
13747 IntranetNav
13748 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13749
13750 Asks: Show the following HTML in the More menu at the top of each page
13751 on the staff client (should be a list of links or blank)
13752
13753 .. _intranetreportshomehtml-label:
13754
13755 IntranetReportsHomeHTML
13756 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13757
13758 Asks: Show the following HTML in its own div on the bottom of the home
13759 page of the reports module:
13760
13761     |image1199|
13762
13763 .. _intranetslipprinterjs-label:
13764
13765 IntranetSlipPrinterJS
13766 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13767
13768 Asks: Use the following JavaScript for printing slips.
13769
13770 Description:
13771
13772 -  The most logical use of this preference is in conjunction with the
13773    `jsPrintSetup <http://jsprintsetup.mozdev.org/>`__ Firefox add-on.
13774    Learn more about this preference and the add-on setup on the Koha
13775    wiki at
13776    http://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently.
13777
13778 .. _intranetstylesheet-label:
13779
13780 intranetstylesheet
13781 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13782
13783 Asks: Use the CSS stylesheet \_\_\_ on all pages in the staff interface,
13784 instead of the default css (used when leaving this field blank).
13785
13786 Description:
13787
13788 -  The Intranetstylesheet preference is a layout and design feature for
13789    the intranet or staff client. This preference allows a library to
13790    customize the appearance of the Staff Client. Enter just a filename,
13791    a full local path or a complete URL starting with http:// (if the
13792    file lives on a remote server). Please note that if you just enter a
13793    filename, the file should be in the css subdirectory for each active
13794    theme and language within the Koha templates directory. A full local
13795    path is expected to start from your HTTP document root.
13796
13797 .. _intranetusercss-label:
13798
13799 IntranetUserCSS
13800 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13801
13802 Asks: Include the following CSS on all pages in the staff client
13803
13804 .. _intranetuserjs-label:
13805
13806 IntranetUserJS
13807 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13808
13809 Asks: Include the following JavaScript on all pages in the staff
13810 interface
13811
13812 Description:
13813
13814 -  This preference allows the administrator to enter JavaScript or
13815    JQuery that will be embedded across all pages of the staff client.
13816    Administrators may use this preference to customize some of the
13817    interactive sections of Koha, customizing the text for the login
13818    prompts, for example. Sample JQuery scripts used by Koha libraries
13819    can be found on the wiki:
13820    http://wiki.koha-community.org/wiki/JQuery_Library.
13821
13822 .. _slipcss-label:
13823
13824 SlipCSS
13825 ^^^^^^^^^^^^^^^^^^^^^^
13826
13827 Asks: Include the stylesheet at \_\_\_ on Issue and Reserve Slips.
13828
13829     **Important**
13830
13831     This should be a complete URL, starting with http://
13832
13833 Description:
13834
13835 -  If you would like to style your receipts or slips with a consistent
13836    set of fonts and colors you can use this preference to point Koha to
13837    a stylesheet specifically for your slips.
13838
13839 .. _staffclientbaseurl-label:
13840
13841 staffClientBaseURL
13842 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13843
13844 Asks: The staff client is located at \_\_\_
13845
13846     **Important**
13847
13848     This should be a complete URL, starting with http:// or https://.
13849     Do not include a trailing slash in the URL.
13850
13851     **Note**
13852
13853     This must be filled in correctly for CAS, svc, and load_testing to work.
13854
13855 .. _stafflangselectormode-label:
13856
13857 StaffLangSelectorMode
13858 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13859
13860 Default: only footer
13861
13862 Asks: Display language selector on \_\_\_
13863
13864 Values:
13865
13866 -  both top and footer
13867
13868 -  only footer
13869
13870 -  top
13871
13872 .. _stafflogininstructions-label:
13873
13874 StaffLoginInstructions
13875 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13876
13877 Asks: Show the following HTML on the staff client login page
13878
13879 Description:
13880
13881 -  HTML entered in this field will appear above the login form
13882    of your staff client
13883
13884 |image1345|
13885
13886 .. _template-label:
13887
13888 template
13889 ^^^^^^^^^^^^^^^^^^^^^^^^
13890
13891 Default: prog
13892
13893 Asks: Use the \_\_\_ theme on the staff interface.
13894
13895 Values:
13896
13897 -  prog
13898
13899     **Important**
13900
13901     Do not include a trailing slash in the URL this will break links
13902     created using this URL. (example: www.google.com not
13903     www.google.com/)
13904
13905 .. _xsltdetailsdisplay-label:
13906
13907 XSLTDetailsDisplay
13908 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13909
13910 Default: default
13911
13912 Asks: Display details in the staff client using XSLT stylesheet at
13913 \_\_\_
13914
13915 Values:
13916
13917 -  leave empty to not use the XSLT stylesheet
13918
13919    -  In previous versions of Koha this was the setting that read
13920       'normally'
13921
13922       |image119|
13923
13924 -  enter "default" for the default one
13925
13926    |image120|
13927
13928 -  put a path to define a XSLT file
13929
13930    -  ex: /path/to/koha/and/your/stylesheet.xsl
13931
13932    -  If in a multi-language system you can enter {langcode} in the path
13933       to tell Koha to look in the right language folder
13934
13935       -  ex:
13936          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13937
13938       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13939
13940 -  put an URL for an external specific stylesheet
13941
13942    -  ex: http://mykoha.org/stylesheet.xsl
13943
13944 Description:
13945
13946 -  XSLT stylesheets allow for the customization of the details shown on
13947    the screen when viewing a bib record. This preference will allow you
13948    either use the default look that comes with Koha or design your own
13949    stylesheet.
13950
13951 .. _xsltlistsdisplay-label:
13952
13953 XSLTListsDisplay
13954 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13955
13956 Default: default
13957
13958 Asks: Display lists in the staff client using XSLT stylesheet at
13959 \_\_\_
13960
13961 Values:
13962
13963 -  leave empty to not use the XSLT stylesheet
13964
13965    -  In previous versions of Koha this was the setting that read
13966       'normally'
13967
13968 -  enter "default" for the default one
13969
13970 -  put a path to define a XSLT file
13971
13972    -  ex: /path/to/koha/and/your/stylesheet.xsl
13973
13974    -  If in a multi-language system you can enter {langcode} in the path
13975       to tell Koha to look in the right language folder
13976
13977       -  ex:
13978          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13979
13980       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13981
13982 -  put an URL for an external specific stylesheet
13983
13984    -  ex: http://mykoha.org/stylesheet.xsl
13985
13986 Description:
13987
13988 -  XSLT stylesheets allow for the customization of the details shown on
13989    the screen when viewing a list. This preference will allow you
13990    either use the default look that comes with Koha or design your own
13991    stylesheet.
13992
13993 .. _xsltresultsdisplay-label:
13994
13995 XSLTResultsDisplay
13996 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13997
13998 Default: default
13999
14000 Asks: Display results in the staff client using XSLT stylesheet at
14001 \_\_\_
14002
14003 Values:
14004
14005 -  leave empty to not use the XSLT stylesheet
14006
14007    -  In previous versions of Koha this was the setting that read
14008       'normally'
14009
14010 -  enter "default" for the default one
14011
14012 -  put a path to define a XSLT file
14013
14014    -  ex: /path/to/koha/and/your/stylesheet.xsl
14015
14016    -  If in a multi-language system you can enter {langcode} in the path
14017       to tell Koha to look in the right language folder
14018
14019       -  ex:
14020          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
14021
14022       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
14023
14024 -  put an URL for an external specific stylesheet
14025
14026    -  ex: http://mykoha.org/stylesheet.xsl
14027
14028 Description:
14029
14030 -  XSLT stylesheets allow for the customization of the details shown on
14031    the screen when viewing the search results. This preference will
14032    allow you either use the default look that comes with Koha or design
14033    your own stylesheet.
14034
14035 .. _options-label:
14036
14037 Options
14038 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14039
14040 .. _audioalerts-label:
14041
14042 AudioAlerts
14043 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14044
14045 Default: Don't enable
14046
14047 Asks: \_\_\_ audio alerts for events defined in the audio alerts section
14048 of administration.
14049
14050 Values:
14051
14052 -  Don't enable
14053
14054 -  Enable
14055
14056     **Important**
14057
14058     This feature is not supported by all browsers. Requires an HTML5
14059     compliant browser.
14060
14061 .. _hidepatronname-label:
14062
14063 HidePatronName
14064 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14065
14066 Default: Show
14067
14068 Asks: \_\_\_ the names of patrons that have items checked out or on hold
14069 on detail pages or the "Place Hold" screen.
14070
14071 Values:
14072
14073 -  Don't show
14074
14075 -  Show
14076
14077 .. _intranetbookbag-label:
14078
14079 intranetbookbag
14080 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14081
14082 Default: Show
14083
14084 Asks: \_\_\_ the cart option in the staff client.
14085
14086 Values:
14087
14088 -  Don't show
14089
14090 -  Show
14091
14092 .. _intranetcatalogsearchpulldown-label:
14093
14094 IntranetCatalogSearchPulldown
14095 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14096
14097 Default: Don't show
14098
14099 Asks: \_\_\_ a search field pulldown for 'Search the catalog' boxes.
14100
14101 Values:
14102
14103 -  Don't show
14104
14105 -  Show
14106
14107 .. _showLastPatron-label:
14108
14109 showLastPatron
14110 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14111
14112 Default: Don't Show
14113
14114 Asks: \_\_\_ a link to the last searched patron in the staff client.
14115
14116 Values:
14117
14118 -  Don't show
14119
14120 -  Show
14121
14122 Description
14123
14124 - If this preference is set to 'Show' then a link to the last patron account
14125   you consulted will appear in the right hand corner of the Koha staff client.
14126   This link will be cleared when you log out.
14127
14128   |image1423|
14129
14130 .. _staffdetailitemselection-label:
14131
14132 StaffDetailItemSelection
14133 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14134
14135 Default: Enable
14136
14137 Asks: \_\_\_ item selection in record detail page.
14138
14139 Values:
14140
14141 -  Disable
14142
14143 -  Enable
14144
14145 Description:
14146
14147 -  This preference lets you choose to show (or not show) checkboxes to
14148    the left of every item in the holdings tab on the detail display of a
14149    record in the staff client. Showing these checkboxes allows the staff
14150    members to select multiple items to edit or delete at once.
14151
14152    |image121|
14153
14154 .. _usewysiwyginsystempreferences-label:
14155
14156 UseWYSIWYGinSystemPreferences
14157 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14158
14159 Default: Don't show
14160
14161 Asks: \_\_\_ WYSIWYG editor when editing certain HTML system
14162 preferences.
14163
14164 Values:
14165
14166 -  Don't show
14167
14168 -  Show
14169
14170     |image1200|
14171
14172 Description:
14173
14174 -  This preference allows you to chang system preferences with HTML in
14175    them to WYSIWYG editors instead of plain text boxes.
14176
14177 .. _viewisbd-label:
14178
14179 viewISBD
14180 ^^^^^^^^^^^^^^^^^^^^^^^^
14181
14182 Default: Allow
14183
14184 Asks: \_\_\_ staff to view records in ISBD form on the staff client.
14185
14186 Values:
14187
14188 -  Allow
14189
14190 -  Don't allow
14191
14192 .. _viewlabeledmarc-label:
14193
14194 viewLabeledMARC
14195 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14196
14197 Default: Allow
14198
14199 Asks: \_\_\_ staff to view records in labeled MARC form on the staff
14200 client.
14201
14202 Values:
14203
14204 -  Allow
14205
14206 -  Don't allow
14207
14208 .. _viewmarc-label:
14209
14210 viewMARC
14211 ^^^^^^^^^^^^^^^^^^^^^^^^
14212
14213 Default: Allow
14214
14215 Asks: \_\_\_ staff to view records in plain MARC form on the staff
14216 client.
14217
14218 Values:
14219
14220 -  Allow
14221
14222 -  Don't allow
14223
14224 .. _tools-system-preferences-label:
14225
14226 Tools
14227 -----------------------
14228
14229 *Get there:* More > Administration > Global System Preferences > Tools
14230
14231 .. _barcodes-label:
14232
14233 Barcodes
14234 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14235
14236 .. _barcodeseparators-label:
14237
14238 BarcodeSeparators
14239 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14240
14241 Default: \\s\\r\\n
14242
14243 Asks: Split barcodes on the following separator chars \_\_\_ in batch item 
14244 modification and inventory.
14245
14246 Description:
14247
14248 -  When importing barcode files in the :ref:`inventory tool <inventory-tool-label>` 
14249    or the :ref:`batch item modification tool <batch-item-modification-label>` 
14250    you can decide which character separates each barcode.
14251
14252    **Important**
14253
14254    You must use the regular expression codes for the characters.
14255
14256    -  \\s is used for a whitespace
14257
14258    -  \\r is used for a carriage return
14259
14260    -  \\n is used for a new line
14261
14262    -  \\t is used for a tab
14263
14264    Make sure you escape the other characters you put in there by preceding 
14265    them with a backslash
14266
14267    -  \\. instead of a dot
14268
14269    -  \\\ instead of a backslash
14270
14271    -  \\- instead of a hyphen
14272
14273 .. _batch-item-label:
14274
14275 Batch item
14276 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14277
14278 These preferences are in reference to the :ref:`Batch item
14279 modification <batch-item-modification-label>` and :ref:`Batch item deletion 
14280 <batch-item-deletion-label>` tools.
14281
14282 .. _maxitemstodisplayforbatchdel-label:
14283
14284 MaxItemsToDisplayForBatchDel
14285 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14286
14287 Default: 1000
14288
14289 Asks: Display up to \_\_\_ items in a single item deletion batch.
14290
14291 Description:
14292
14293 -  In the :ref:`batch item delete tool <batch-item-deletion-label>` this will
14294    prevent the display of more than the items you entered in this
14295    preference, but you will be able to delete more than the number you
14296    enter here.
14297
14298 .. _maxitemstodisplayforbatchmod-label:
14299
14300 MaxItemsToDisplayForBatchMod
14301 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14302
14303 Default: 1000
14304
14305 Asks: Display up to \_\_\_ items in a single item modification batch.
14306
14307 Description:
14308
14309 -  In the :ref:`batch item modification tool <batch-item-modification-label>` 
14310    this will prevent the display of more than the items you entered in this
14311    preference, but you will be able to modify more than the number you
14312    enter here (see :ref:`MaxItemsToProcessForBatchMod`).
14313
14314 .. _maxitemsforbatchmod-label:
14315
14316 MaxItemsToProcessForBatchMod
14317 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14318
14319 Default: 1000
14320
14321 Asks: Process up to \_\_\_ items in a single modification batch.
14322
14323 Description:
14324
14325 -  In the :ref:`batch item modification
14326    tool <batch-item-modification-label>` this preference will prevent the editing
14327    of more than the number entered here.
14328
14329 .. _news-system-preferences-label:
14330
14331 News
14332 ~~~~~~~~~~~~~~~~~~~~~~~~~
14333
14334 .. _newsauthordisplay-label:
14335
14336 NewsAuthorDisplay
14337 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14338
14339 Default: not at all
14340
14341 Asks: Show the author for news items: \_\_\_
14342
14343 Values:
14344
14345 -  Both OPAC and staff client
14346
14347 -  Not at all
14348
14349 -  OPAC only
14350
14351 -  Staff client only
14352
14353 .. _patron-cards-label:
14354
14355 Patron Cards
14356 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14357
14358 These preferences are in reference to the :ref:`Patron Card
14359 Creator <patron-card-creator-label>` tool.
14360
14361 .. _imagelimit-label:
14362
14363 ImageLimit
14364 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14365
14366 Asks: Limit the number of creator images stored in the database to
14367 \_\_\_ images.
14368
14369 .. _reports-system-preferences-label:
14370
14371 Reports
14372 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14373
14374 These preferences are in reference to the Reports module.
14375
14376 .. _numsavedreports-label:
14377
14378 NumSavedReports
14379 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14380
14381 Default: 20
14382
14383 Asks: By default, show \_\_\_ reports on the Saved Reports page.
14384
14385 .. _upload-system-preferences-label:
14386
14387 Upload
14388 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14389
14390 .. _uploadpurgetemporaryfilesdays-label:
14391
14392 UploadPurgeTemporaryFilesDays
14393 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14394
14395 Default: blank
14396
14397 Asks: Automatically delete temporary uploads older than \_\_\_ days in
14398 cleanup_database cron job.
14399
14400 .. _web-services-system-preferences-label:
14401
14402 Web services
14403 -----------------------------------
14404
14405 *Get there:* More > Administration > Global system preferences > Web
14406 services
14407
14408 .. _webservices-ils-di-system-preferences-label:
14409
14410 ILS-DI
14411 ~~~~~~~~~~~~~~~~~~~~~~~~
14412
14413 .. _ils-di-system-preference-label:
14414
14415 ILS-DI
14416 ^^^^^^^^^^^^^^^^^^^^
14417
14418 Default: Disable
14419
14420 Asks: \_\_\_ ILS-DI services for OPAC users
14421
14422 Values:
14423
14424 -  Disable
14425
14426 -  Enable
14427
14428 .. _ils-di-authorizedips-label:
14429
14430 ILS-DI:AuthorizedIPs
14431 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14432
14433 Asks: Allow IP addresses \_\_\_ to use the ILS-DI services (when enabled).
14434
14435     **Note**
14436
14437     Separate the IP addresses with commas and without spaces.
14438     For example: 15.78.193.62,197.85.10.1
14439
14440     **Important**
14441
14442     Leave the field blank to allow any IP address.
14443
14444 .. _idref-pref-label:
14445
14446 IdRef
14447 ~~~~~~~~~~~~~~~~~~~~~~~
14448
14449 .. _idref-label:
14450
14451 IdRef
14452 ^^^^^^^^^^^^^^^^^^
14453
14454 Default: Disable
14455
14456 Asks: \_\_\_ the IdRef webservice from the opac detail page. IdRef
14457 allows to request authorities from the Sudoc database.
14458
14459 Values:
14460
14461 -  Disable
14462
14463 -  Enable
14464
14465 Description:
14466
14467 -  IdRef is a French service for Sudoc autorities. Using the `Sudoc
14468    database <http://www.sudoc.abes.fr/>`__, it allows to request /
14469    modify / add authorities. If a record comes from the Sudoc (so 009 is
14470    filled with an integer), at the OPAC you will see "Author: Idref" if
14471    a 7..$3 (unimarc author) if filled with a ppn. On clicking on the
14472    Idref link, a popup will display.
14473
14474     |image1201|
14475
14476    The Idref webservice is requested and all records (by roles) for this
14477    author will be displayed
14478
14479    |image1202|
14480
14481    There is 1 line / record and 2 links at the end. 1 will request Koha
14482    (cgi-bin/koha/opac-search.pl?q=ident:003381862), the other one will
14483    redirect to the sudoc page (http://www.sudoc.fr/003381862).
14484
14485 -  **Important**
14486
14487        Please note that this feature is available only for libraries
14488        using UNIMARC.
14489
14490 -  **Note**
14491
14492        The French Sudoc database should not be confused with the US
14493        Superintendent of Documents (SuDocs) Classification Scheme.
14494
14495 .. _mana-prefs-label:
14496
14497 Mana KB
14498 ~~~~~~~~~~~~~~~~~~~~~~~~
14499
14500 .. _autosharewithmana-label:
14501
14502 AutoShareWithMana
14503 ^^^^^^^^^^^^^^^^^^^^^^^^
14504
14505 Asks: Fields automatically shared with Mana KB \_\_\_
14506
14507 Default: none
14508
14509 Values:
14510
14511 -  [Select all]
14512
14513 -  Subscriptions
14514
14515 Description:
14516
14517 -  This preference reflects the choice made in the :ref:`Mana KB configuration <share-with-mana-kb-label>` in the administration module.
14518
14519 -  Choosing to automatically share content with Mana KB means that every time you
14520    create that type of content, it will be automatically copied in the Mana KB
14521    repository, and it will be instantly available for other libraries to copy.
14522
14523 -  All content shared with Mana KB is shared under the CC0 license, meaning
14524    that there is no (zero) copyright. Anyone using Mana KB can copy, reuse
14525    and change (their copy of) your content. Read more on CC0 on the `Creative
14526    Commons Website <https://creativecommons.org/choose/zero/>`__. This will in
14527    no way change your data in your Koha installation.
14528
14529 .. _mana-pref-label:
14530
14531 Mana
14532 ^^^^^^^^^^^^^^^^^^^^^^^^^^
14533
14534 Asks: \_\_\_ submissions to Mana KB.
14535
14536 Default: No, let me think about it
14537
14538 Values:
14539
14540 -  Disable
14541
14542 -  Enable
14543
14544 -  No, let me think about it
14545
14546 Description:
14547
14548 -  This preference reflects the choice made in the :ref:`Mana KB configuration <share-with-mana-kb-label>` in the administration module.
14549
14550 .. _mana-token-label:
14551
14552 ManaToken
14553 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14554
14555 Asks: Security token used to authenticate on Mana KB: \_\_\_
14556
14557 Default: empty
14558
14559 Description:
14560
14561 -  This preference will be automatically populated with your unique Mana Token when
14562    you register for one on the :ref:`Mana KB configuration <share-with-mana-kb-label>`
14563    in the administration module.
14564
14565 -  The Mana Token is unique and associated with your Koha installation. It is used
14566    by Koha to log onto the Mana KB server and prevents intrusions on said server.
14567
14568 .. _oai-pmh-system-preferences-label:
14569
14570 OAI-PMH
14571 ~~~~~~~~~~~~~~~~~~~~~~~
14572
14573 .. _oai-pmh-pref-label:
14574
14575 OAI-PMH
14576 ^^^^^^^^^^^^^^^^^^^^^^
14577
14578 Default: Disable
14579
14580 Asks: \_\_\_ Koha's OAI-PMH server.
14581
14582 Values:
14583
14584 -  Disable
14585
14586 -  Enable
14587
14588 Description:
14589
14590 -  Once enabled you can visit http://YOURKOHACATALOG/cgi-bin/koha/oai.pl
14591    to see your file. For the Open Archives Initiative-Protocol for
14592    Metadata Harvesting (OAI-PMH) there are two groups of 'participants':
14593    Data Providers and Service Providers. Data Providers (open archives,
14594    repositories) provide free access to metadata, and may, but do not
14595    necessarily, offer free access to full texts or other resources.
14596    OAI-PMH provides an easy to implement, low barrier solution for Data
14597    Providers. Service Providers use the OAI interfaces of the Data
14598    Providers to harvest and store metadata. Note that this means that
14599    there are no live search requests to the Data Providers; rather,
14600    services are based on the harvested data via OAI-PMH. Koha at present
14601    can only act as a Data Provider. It can not harvest from other
14602    repositories. The biggest stumbling block to having Koha harvest from
14603    other repositories is that MARC is the only metadata format that Koha
14604    indexes natively. Visit
14605    http://www.oaforum.org/tutorial/english/page3.htm for diagrams of how
14606    OAI-PMH works.
14607
14608 Learn more about OAI-PMH at: http://www.openarchives.org/pmh/
14609
14610 .. _oai-pmh-archiveid-label:
14611
14612 OAI-PMH:archiveID
14613 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14614
14615 Default: KOHA-OAI-TEST
14616
14617 Asks: Identify records at this site with the prefix \_\_\_ :
14618
14619 .. _oai-pmh-autoupdatesets-label:
14620
14621 OAI-PMH:AutoUpdateSets
14622 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14623
14624 Default: Disable
14625
14626 Asks: \_\_\_ automatic update of OAI-PMH sets when a bibliographic
14627 record is created or updated.
14628
14629 Values:
14630
14631 -  Disable
14632
14633 -  Enable
14634
14635 .. _oai-pmh-conffile-label:
14636
14637 OAI-PMH:ConfFile
14638 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14639
14640 If this preference is left empty, Koha's OAI Server operates in normal
14641 mode, otherwise it operates in extended mode. In extended mode, it's
14642 possible to parameter other formats than marcxml or Dublin Core.
14643 OAI-PMH:ConfFile specify a YAML configuration file which list available
14644 metadata formats and XSL file used to create them from marcxml records.
14645
14646 For more information, see the :ref:`sample conf file <sample-oai-conf-file-label>`
14647 section.
14648
14649 .. _oai-pmh-deletedrecord-label:
14650
14651 OAI-PMH:DeletedRecord
14652 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14653
14654 Default: will never be emptied or truncated (persistent)
14655
14656 Asks: Koha's deletedbiblio table \_\_\_
14657
14658 Values:
14659
14660 -  will never have any data in it (no)
14661
14662 -  will never be emptied or truncated (persistent)
14663
14664 -  might be emptied or truncated at some point (transient)
14665
14666 .. _oai-pmh-maxcount-label:
14667
14668 OAI-PMH:MaxCount
14669 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14670
14671 Default: 50
14672
14673 Asks: Only return \_\_\_ records at a time in response to a ListRecords
14674 or ListIdentifiers query.
14675
14676 Description:
14677
14678 -  This is the maximum number of records that would be returned based on
14679    ListRecord or ListIdentifier queries from harvesters. ListRecords
14680    harvest the entire records while the ListIdentifier is an abbreviated
14681    form of ListRecords, retrieving only headers rather than records.
14682
14683 .. _rest-api-prefs-label:
14684
14685 REST API
14686 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14687
14688 .. _restdefaultpagesize-label:
14689
14690 RESTdefaultPageSize
14691 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14692
14693 Default: 20
14694
14695 Asks: Set the default number of results returned by the REST API endpoints
14696 to \_\_\_ per page.
14697
14698 Description:
14699
14700 -  This preference lets you choose the number of results per page you want
14701
14702 .. _restoauth2clientcredentials-label:
14703
14704 RESTOAuth2ClientCredentials
14705 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14706
14707 Default: Disable
14708
14709 Asks: \_\_\_ the OAuth2 client credentials grant for the REST API.
14710
14711     **Note**
14712
14713     Requires Net::OAuth2::AuthorizationServer installed.
14714
14715     **Important**
14716
14717     This system preference is experimental.
14718
14719 .. _reporting-label:
14720
14721 Reporting
14722 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14723
14724 .. _svcmaxreportrows-label:
14725
14726 SvcMaxReportRows
14727 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14728
14729 Default: 10
14730
14731 Asks: Only return \_\_\_ rows of a report requested via the reports web
14732 service.
14733
14734 Description:
14735
14736 -  This value will be used to limit the number of results returned by
14737    `public reports <#publicreport>`__.