7db7f6b136d6fde8027d817cfc476560080b65dc
[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 .. _acquisitions-system-preferences-label:
58
59 Acquisitions
60 ----------------------------
61
62 *Get there:* More > Administration > Global system preferences >
63 Acquisitions
64
65 .. _acquisitions-policy-label:
66
67 Policy
68 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69
70 .. _acqcreateitem-label:
71
72 AcqCreateItem
73 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
74
75 Default: placing an order
76
77 Asks: Create an item when \_\_\_.
78
79 Values:
80
81 -  cataloging a record
82
83 -  placing an order
84
85 -  receiving an order
86
87 Description:
88
89 -  This preference lets you decide when you'd like to create an item
90    record in Koha. If you choose to add an item record when 'placing an
91    order' then you will enter item information in as you place records
92    in your basket. If you choose to add the item when 'receiving an
93    order' you will be asked for item record information when you're
94    receiving orders in acquisitions. If you choose to add the item when
95    'cataloging a record' then item records will not be created in
96    acquisitions at all, you will need to go to the cataloging module to
97    add the items.
98
99 .. _acqenablefiles-label:
100
101 AcqEnableFiles
102 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
103
104 Default: Don't
105
106 Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
107 invoices.
108
109 Values:
110
111 -  Do
112
113 -  Don't
114
115 Description:
116
117 -  This preference controls whether or not you allow the uploading of
118    invoice files via the acquisitions module.
119
120 .. _acqitemsetsubfieldswhenreceiptiscancelled-label:
121
122 AcqItemSetSubfieldsWhenReceiptIsCancelled
123 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
124
125 Asks: Upon cancelling a receipt, update the item's subfields if they
126 were created when placing an order (e.g. o=5\|a="bar foo""). \_\_\_
127
128 Description:
129
130 -  This preference is used in conjunction with the
131    :ref:`AcqItemSetSubfieldsWhenReceived`
132    preference. If you have the system set to enter default values when
133    you receive you will want to have those values revert back if reeipt
134    is cancelled. This preference allows you to do that.
135
136 .. _acqitemsetsubfieldswhenreceived-label:
137
138 AcqItemSetSubfieldsWhenReceived
139 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
140
141 Asks: Upon receiving items, update their subfields if they were created
142 when placing an order (e.g. o=5\|a="foo bar"). \_\_\_
143
144 Description:
145
146 -  This preference allows you to set default values for items that you
147    receive via acquisitions. Enter the data as subfield=value and split
148    your values with a bar ( \| ). For example you can remove the Ordered
149    status on the item automatically when you receive it just by entering
150    7=0 in this preference. That will set the Not for Loan status
151    (subfield 7) to 0 which is available.
152
153 .. _acqviewbaskets-label:
154
155 AcqViewBaskets
156 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
157
158 Default: created by staff member
159
160 Asks: Show baskets \_\_\_
161
162 Values:
163
164 -  created by staff member
165
166 -  from staff member's branch
167
168 -  in system, regardless of owner
169
170 Description:
171
172 -  When in acquisitions this preference allows you to control whose
173    baskets you can see when looking at a vendor. The default value of
174    'created by staff member' makes it so that you only see the baskets
175    you created. Choosing to see baskets 'from staff member's branch'
176    will show you the baskets created by anyone at the branch you're
177    logged in at. Finally, you can choose to set this preference to show
178    you all baskets regardless of who created it ('in system, regardless
179    of owner). Regardless of which value you choose for this preference,
180    superlibrarians can see all baskets created in the system.
181
182 .. _acqwarnonduplicateinvoice-label:
183
184 AcqWarnOnDuplicateInvoice
185 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
186
187 Default: Do not warn
188
189 Asks: \_\_\_ when the librarian tries to create an invoice with a
190 duplicate number.
191
192 Values:
193
194 -  Do not warn
195
196 -  Warn
197
198 .. _basketconfirmations-label:
199
200 BasketConfirmations
201 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
202
203 Default: always ask for confirmation
204
205 Asks: When closing or reopening a basket, \_\_\_.
206
207 Values:
208
209 -  always ask for confirmation
210
211 -  do not ask for confirmation
212
213 Descriptions:
214
215 -  This preference adds the option to skip confirmations on closing and
216    reopening a basket. If you skip the confirmation, you do not create a
217    new basket group.
218
219 .. _claimsbcccopy-label:
220
221 ClaimsBccCopy
222 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
223
224 Default: Don't send
225
226 Asks: \_\_\_ blind copy (BCC) to logged in user when sending serial or
227 acquisitions claims notices.
228
229 Values:
230
231 -  Don't send
232
233 -  Send
234
235 Description:
236
237 -  When filing a claim in the :ref:`Claim Late Serials` or
238    Acquisitions module this preference will allow for
239    the sending of a copy of the email to the librarian.
240
241 .. _currencyformat-label:
242
243 CurrencyFormat
244 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
245
246 Default: 360,000.00 (US)
247
248 Asks: Display currencies using the following format \_\_\_
249
250 Values:
251
252 -  360,000.00 (US)
253
254 -  360 000,00 (FR)
255
256 .. _gist-label:
257
258 gist
259 ^^^^^^^^^^^^^^^^
260
261 Default: 0
262
263 Asks: The default tax rate is \_\_\_
264
265 Description:
266
267 -  This preference will allow the library to define a default Goods and
268    Services Tax rate. The default of value of 0 will disable this
269    preference.
270
271     **Note**
272
273     Enter this value as a number (.06) versus a percent (6%).
274
275 .. _marcfieldstoorder-label:
276
277 MarcFieldsToOrder
278 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
279
280 Asks: Set the mapping values for a new order line created from a MARC
281 record in a staged file.
282
283 Description:
284
285 -  This preference includes MARC fields to check for order information
286    to use when you are trying to :ref:`Order from a staged file` in
287    acquisitions. You can use the following fields: price, quantity,
288    budget\_code, discount, sort1, sort2.
289
290    For example:
291
292    ::
293
294        price: 947$a|947$c
295        quantity: 969$h
296        budget_code: 922$a
297
298 .. _marcitemfieldstoorder-label:
299
300 MarcItemFieldsToOrder
301 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
302
303 Asks: Set the mapping values for new item records created from a MARC record
304 in a staged file.
305
306 Description:
307
308 -  This preference automatically generates items in Koha with populated
309    information based on a 9XX field and subfield. You can use the following
310    fields: homebranch, holdingbranch, itype, nonpublic_note, public_note, loc,
311    ccode, notforloan, uri, copyno, price, replacementprice and itemcallnumber.
312    Special fields: quantity and budget_code
313
314 For example:
315
316 ::
317
318        homebranch: 975$a
319        holdingbranch: 975$b
320        public_note: 975$z
321        loc: 975$c
322
323 .. _purgesuggestionsolderthan-label:
324
325 PurgeSuggestionsOlderThan
326 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
327
328 Asks: Keep accepted or rejected purchase suggestions for a period of \_\_\_ days.
329
330     **Important**
331
332     WARNING - Leave this field empty if you don't want to activate this automatic feature.
333
334 Description:
335
336 -  Enter the number of days after which you want to automatically
337    delete accepted or rejected purchase suggestions.
338
339 -  For example: [30] Sets purgation of suggestions for those older than 30 days.
340
341     **Note**
342
343     This system preference is used when the cronjob purge_suggestions.pl is
344     active and called without a specific number of days.
345
346 .. _uniqueitemfields-label:
347
348 UniqueItemFields
349 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
350
351 Default: barcode
352
353 Asks:\_\_\_ (space-separated list of fields that should be unique for
354 items, must be valid SQL fields of
355 `items <http://schema.koha-community.org/master/tables/items.html>`__ table)
356
357 Description:
358
359 -  If this preference is left blank when adding items in acquisitions
360    there will be no check for uniqueness. This means that a duplicate
361    barcode can be created in acquisitions which will cause errors later
362    when checking items in and out.
363
364 .. _useacqframeworkforbibliorecords-label:
365
366 UseACQFrameworkForBiblioRecords
367 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
368
369 Default: Don't use
370
371 Asks: \_\_\_ the framework 'ACQ' for bibliographic records fields
372
373 Values:
374
375 -  Don't use
376
377 -  Use
378
379 Description:
380
381 -  This system preference allows you to use the ACQ framework to customize
382    the bibliographic record fields that are shown when ordering from acquisitions
383
384 .. _printing-label:
385
386 Printing
387 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
388
389 .. _orderpdfformat-label:
390
391 OrderPdfFormat
392 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
393
394 Default: pdfformat::layout2pages
395
396 Asks: Use \_\_\_ when printing basket groups.
397
398 .. _administration-system-preferences-label:
399
400 Administration
401 --------------------------------
402
403 These preferences are general settings for your system.
404
405 *Get there:* More > Administration > Global System Preferences >
406 Administration
407
408 .. _cas-authentication-label:
409
410 CAS Authentication
411 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
412
413 The Central Authentication Service (CAS) is a single sign-on protocol
414 for the web. If you don't know what this is, leave these preferences set
415 to their defaults.
416
417 .. _casauthentication-label:
418
419 casAuthentication
420 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
421
422 Default: Don't use
423
424 Asks: \_\_\_ CAS for login authentication.
425
426 .. _caslogout-label:
427
428 casLogout
429 ^^^^^^^^^^^^^^^^^^^^^^^^^^
430
431 Asks: Logout of CAS when logging out of Koha: \_\_\_
432
433 Default: No
434
435 Values:
436
437 -  No
438
439 -  Yes
440
441 Description:
442
443 -  CAS single logout means that a user gets logged out not only from the CAS
444    server but also from all visited CAS client applications when logged out
445    in one of them or after reaching a timeout.
446
447        **Note**
448
449        The CAS server has to be set up to allow single logout for this to take
450        effect, otherwise the behavior will remain unchanged
451
452 .. _casserverurl-label:
453
454 casServerUrl
455 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
456
457 Asks: The CAS Authentication Server can be found at \_\_\_
458
459 .. _google-openid-connect-label:
460
461 Google OpenID Connect
462 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
463
464 Visit the `Google Developers
465 Console <https://console.developers.google.com/>`__ to obtain OAuth 2.0
466 credentials such as a client ID and client secret that are known to both
467 Google and your application.
468
469    |image1179|
470
471 -  Create a project, and give it some details to help you identify it
472    later
473
474    |image5|
475
476 -  Next search for the Google Identity and Access Management API
477
478    |image6|
479
480 -  Enable the Google Identity and Access Management API
481
482    |image7|
483
484 -  Go to 'Credentials' and set the OAuth cosent screen values
485
486    |image8|
487
488 -  Next choose to 'Create credentials' from the 'Credentials' page
489
490    |image9|
491
492 -  Choose 'Web application' from the 'Application type' menu and fill in
493    the form presented
494
495    |image10|
496
497    -  Set 'Authorized JavaScript origins' to your OPACBaseURL
498
499    -  Change the 'Authorized Redirect URIs' to
500       http://YOUROPAC/cgi-bin/koha/svc/auth/googleopenidconnect
501
502 -  You will be presented with your values for your client ID and your
503    client secret after saving
504
505    |image11|
506
507 .. _googleoauth2clientid-label:
508
509 GoogleOAuth2ClientID
510 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
511
512 Asks: Google OAuth2 Client ID \_\_\_
513
514 .. _googleoauth2clientsecret-label:
515
516 GoogleOAuth2ClientSecret
517 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
518
519 Asks: Google OAuth2 Client Secret \_\_\_
520
521 .. _googleopenidconnect-label:
522
523 GoogleOpenIDConnect
524 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
525
526 Default: No
527
528 Asks: Use Google OpenID Connect login: \_\_\_
529
530     **Important**
531
532     You will need to select OAuth2 when creating an app in the google
533     cloud console, and set the web origin to your\_opac\_url and the
534     redirect url to
535     your\_opac\_url/cgi-bin/koha/svc/auth/googleopenidconnect .
536
537     |image12|
538
539 Values:
540
541 -  No
542
543 -  Yes
544
545 .. _googleopenidconnectautoregister-label:
546
547 GoogleOpenIDConnectAutoRegister
548 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
549
550 Default: Don't Allow
551
552 Asks: \_\_\_ users logging in with Google Open ID to automatically register.
553
554 Values:
555
556 -  Don't Allow
557
558 -  Allow
559
560 .. _googleopenidconnectdefaultbranch-label:
561
562 GoogleOpenIDConnectDefaultBranch
563 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
564
565 Asks: \_\_\_ Use this branchcode when automatically registering a Google
566 Open ID patron.
567
568 .. _googleopenidconnectdefaultcategory-label:
569
570 GoogleOpenIDConnectDefaultCategory
571 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
572
573 Asks: \_\_\_ Use this category when automatically registering a Google
574 Open ID patron.
575
576 .. _googleopenidconnectdomain-label:
577
578 GoogleOpenIDConnectDomain
579 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
580
581 Asks: Google OpenID Connect Restrict to domain (or subdomain of this
582 domain) \_\_\_.
583
584     **Note**
585
586     Leave blank for all google domains
587
588 .. _interface-options-label:
589
590 Interface options
591 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
592
593 These preference are related to your Koha interface
594
595 .. _debuglevel-label:
596
597 DebugLevel
598 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
599
600 Default: lots of
601
602 Asks: Show \_\_\_ debugging information in the browser when an internal
603 error occurs.
604
605 Values:
606
607 -  lots of - will show as much information as possible
608
609 -  no - will only show basic error messages
610
611 -  some - will show only some of the information available
612
613 Description:
614
615 -  This preference determines how much information will be sent to the
616    user's screen when the system encounters an error. The most detail
617    will be sent when the value level is set at 2, some detail will be
618    sent when the value is set at 1, and only a basic error message will
619    display when the value is set at 0. This setting is especially
620    important when a system is new and the administration is interested
621    in working out the bugs (errors or problems) quickly. Having detailed
622    error messages makes quick fixes more likely in problem areas.
623
624 .. _defaulttologgedinlibrarycircrules-label:
625
626 DefaultToLoggedInLibraryCircRules
627 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
628
629 Default: all libraries
630
631 Asks: When editing circulation rules show \_\_\_ the rules by default.
632
633 Values:
634
635 -  all libraries
636
637 -  logged in library's
638
639 Description:
640
641 -  This preference controls the default value in the branch pull down
642    found at the top of the :ref:`Circulation and fines rules`.
643
644 .. _defaulttologgedinlibrarynoticesslips-label:
645
646 DefaultToLoggedInLibraryNoticesSlips
647 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
648
649 Default: all libraries
650
651 Asks: When editing notices and slips show the \_\_\_ notices and slips
652 by default.
653
654 Values:
655
656 -  all libraries
657
658 -  logged in library's
659
660 Description:
661
662 -  This preference controls the default value in the branch pull down
663    found at the top of the :ref:`Notices & slips` tool.
664
665 .. _defaulttologgedinlibraryoverduetriggers-label:
666
667 DefaultToLoggedInLibraryOverdueTriggers
668 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
669
670 Default: all libraries
671
672 Asks: When editing overdue notice/status triggers show the \_\_\_ rules
673 by default.
674
675 Values:
676
677 -  all libraries
678
679 -  logged in library's
680
681 Description:
682
683 -  This preference controls the default value in the branch pull down
684    found at the top of the :ref:`Overdue Notice/Status Triggers`.
685
686 .. _delimiter-label:
687
688 delimiter
689 ^^^^^^^^^^^^^^^^^^^^^^^^^^
690
691 Default: semicolons
692
693 Asks: Separate columns in an exported report file with \_\_\_ by
694 default.
695
696 Values:
697
698 -  #'s
699
700 -  backslashes
701
702 -  commas
703
704 -  semicolons
705
706 -  slashes
707
708 -  tabs
709
710 Description:
711
712 -  This preference determines how reports exported from Koha will
713    separate data. In many cases you will be able to change this option
714    when exporting if you'd like.
715
716 .. _kohaadminemailaddress-label:
717
718 KohaAdminEmailAddress
719 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
720
721 This is the default 'From' address for emails unless there is one for
722 the particular branch, and is referred to when an internal error occurs.
723
724 Asks: Use \_\_\_ as the email address for the administrator of Koha.
725
726 Description:
727
728 -  This preference allows one email address to be used in warning
729    messages set to the OPAC. If no email address is set for the branch
730    this address will receive messages from patrons regarding
731    modification requests, purchase suggestions, and questions or
732    information regarding overdue notices. It is recommended that a email
733    address that can be accessed by multiple staff members be used for
734    this purpose so that if one librarian is out the others can address
735    these requests. This email address can be changed when needed.
736
737 .. _noitemtypeimages-label:
738
739 noItemTypeImages
740 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
741
742 Default: Show
743
744 Asks: \_\_\_ itemtype icons in the catalog.
745
746 Values:
747
748 -  Shows
749
750 -  Don't show
751
752 Description:
753
754 -  This preference allows the system administrator to determine if users
755    will be able to set and see an item type icon in
756    the catalog on both the OPAC and the Staff Client. The images will
757    display in both the OPAC and the Staff Client/Intranet. If images of
758    item types are disabled, text labels for item types will still appear
759    in the OPAC and Staff Client.
760
761 .. _replytodefault-label:
762
763 ReplytoDefault
764 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
765
766 Asks: Use \_\_\_ as the email address that will be set as the replyto in
767 emails
768
769 Description:
770
771 -  By default replies to notice emails will go to the `library email
772    address <#libraries-groups>`__, if you would like to specify a default
773    email address for all replies to notices you can do that here.
774
775 .. _returnpathdefault-label:
776
777 ReturnpathDefault
778 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
779
780 Asks: Use \_\_\_ as the email address set as the return path, if you
781 leave this empty the KohaAdminEmailAddress will be used.
782
783 Description:
784
785 -  The return path is the email address that bounces will be delivered
786    to. By default bounced notices will go to the `library email
787    address <#libraries-groups>`__, if you would like to specify a default
788    email address for bounces to go to then fill in this preference.
789
790 .. _sendallemailsto-label:
791
792 SendAllEmailsTo
793 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
794
795 Asks: Email to redirect all messages to: \_\_\_ (Leave this field empty to
796 send messages to their normal recipient)
797
798 Description:
799
800 -  This system preference is used to override any patron email address with this one
801    when sending notices. This is meant to be used in a testing environment to
802    test notices and to avoid spamming patrons.
803
804   **Important**
805
806   This is not to be used in a production environment. Otherwise, no patron
807   will receive their intended notices.
808
809 .. _virtualshelves-label:
810
811 virtualshelves
812 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
813
814 Default: Allow
815
816 Asks: \_\_\_ staff and patrons to create and view saved lists of books.
817
818 Values:
819
820 -  Allow
821
822 -  Don't Allow
823
824 Description:
825
826 -  This preference controls whether the lists functionality will be
827    available in the staff client and OPAC. If this is set to "Don't
828    allow" then no one will be able to save items to public or private
829    lists.
830
831 .. _login-options-label:
832
833 Login options
834 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
835
836 These preferences are related to logging into your Koha system
837
838 .. _autolocation-label:
839
840 AutoLocation
841 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
842
843 Default: Don't require
844
845 Asks: \_\_\_ staff to log in from a computer in the IP address range
846 specified by their library (if any).
847
848 -  Set IP address range in the library administration area
849
850    -  *Get there:* More > Administration > Basic Parameters > :ref:`Libraries <libraries-label>`
851
852 Values:
853
854 -  Don't require
855
856 -  Require
857
858 Description:
859
860 -  This preference protects the system by blocking unauthorized users
861    from accessing the staff client program and settings. Authorized and
862    unauthorized users are determined by their computer's IP addresses.
863    When the preference is set to 'Require', IP authorization is in
864    effect and unauthorized IP addresses will be blocked. This means that
865    staff cannot work from home unless their IP address has been
866    authorized. When set to 'Don't require', anyone with a staff client
867    login will have access no matter which IP address they are using.
868
869 .. _independentbranches-label:
870
871 IndependentBranches
872 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
873
874 Default: Don't prevent
875
876 Asks: \_\_\_ staff (but not superlibrarians) from modifying objects
877 (holds, items, patrons, etc.) belonging to other libraries.
878
879 Values:
880
881 -  Don't prevent
882
883 -  Prevent
884
885 Description:
886
887 -  This preference should only be used by library systems which are
888    sharing a single Koha installation among multiple branches but are
889    considered independent organizations, meaning they do not share
890    material or patrons with other branches and do not plan to change
891    that in the future. If set to 'Prevent' it increases the security
892    between library branches by: prohibiting staff users from logging
893    into another branch from within the staff client, filtering out
894    patrons from patron searches who are not a part of the login branch
895    conducting the search, limiting the location choices to the login
896    branch when adding or modifying an item record, preventing users from
897    other branch locations from placing holds or checking out materials
898    from library branches other than their own, and preventing staff from
899    editing item records which belong to other library branches. All of
900    these security safeguards can be overridden only by the
901    superlibrarian, the highest level of privileges.
902
903     **Important**
904
905     It is important that this value be set before going live and that it
906     NOT be changed
907
908 .. _independentbranchespatronmodifications-label:
909
910 IndependentBranchesPatronModifications
911 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
912
913 Default: No
914
915 Asks: Prevent staff (but not superlibrarians) from viewing and
916 approving/denying patron modification requests for patrons
917 belonging to other libraries. \_\_\_
918
919 Values:
920
921 -  No
922
923 -  Yes
924
925 .. _sessionrestrictionbyip-label:
926
927 SessionRestrictionByIP
928 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
929
930 Default: Enable
931
932 Asks: \_\_\_ check for change in remote IP address for session security.
933 Disable only when remote IP address changes frequently.
934
935 Values:
936
937 -  Disable
938
939 -  Enable
940
941 Description:
942
943 -  When this preference is set to 'Enable' Koha will log you out of the
944    staff client if your IP address changes as a security measure. For
945    some systems the IP address changes frequently so you'll want to set
946    this preference to 'Disable' to prevent Koha from logging you out of
947    the staff client every time that happens.
948
949     **Important**
950
951     This is meant to help those whose IP address changes several times
952     during the day, setting this preference to 'Disable' is not
953     recommended otherwise because it is removing important security
954     features from your staff client.
955
956 .. _sessionstorage-label:
957
958 SessionStorage
959 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
960
961 Default: in the MySQL database
962
963 Asks: Store login session information \_\_\_
964
965 Values:
966
967 -  as temporary files
968
969 -  in the MySQL database
970
971 -  in the PostgreSQL database
972
973    -  **Important**
974
975           PostgreSQL is not yet supported
976
977 Description:
978
979 -  This preference allows administrators to choose what format session
980    data is stored in during web sessions.
981
982 .. _timeout-label:
983
984 timeout
985 ^^^^^^^^^^^^^^^^^^^^^^
986
987 Default: 12000000
988
989 Asks: Automatically log out users after \_\_\_ seconds of inactivity.
990
991 Description:
992
993 -  This preference sets the length of time the Staff Client or OPAC
994    accounts can be left inactive before re-logging in is necessary. The
995    value of this preference is in seconds. At this time, the amount of
996    time before a session times out must be the same for both the Staff
997    Client and the OPAC.
998
999 .. _ssl-client-certificate-authentication-label:
1000
1001 SSL client certificate authentication
1002 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1003
1004 .. _allowpkiauth-label:
1005
1006 AllowPKIAuth
1007 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1008
1009 Default: no
1010
1011 Asks: Use \_\_\_ field for SSL client certificate authentication
1012
1013 Values:
1014
1015 -  no
1016
1017 -  the common name
1018
1019 -  the email address
1020
1021 .. _search-engine-label:
1022
1023 Search Engine
1024 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1025
1026 .. _searchengine-label:
1027
1028 SearchEngine
1029 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1030
1031 Default: Zebra
1032
1033 Asks: Use following search engine: \_\_\_
1034
1035 Values:
1036
1037 -  Elasticsearch
1038
1039 -  Zebra
1040
1041 .. _share-anonymous-usage-statistics-label:
1042
1043 Share anonymous usage statistics
1044 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1045
1046 As an open source project Koha is used all over the world. These
1047 preference will help us keep more accurate statistics on where Koha is
1048 being used. If you choose to share your information, it will be
1049 published on the `Hea Koha community
1050 website <http://hea.koha-community.org>`__. You will need to enable the
1051 :ref:`Share Usage Stats` cronjob to send this information at regular
1052 intervals to the community.
1053
1054 .. _usagestats-label:
1055
1056 UsageStats
1057 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1058
1059 Default: Don't share
1060
1061 Asks: \_\_\_ anonymous Koha usage data with the Koha community.
1062
1063 Values:
1064
1065 -  Don't share
1066
1067 -  Share
1068
1069 Description:
1070
1071 -  This data is stored to help track usage of Koha around the world. If
1072    you choose to share your information, it will be published on the
1073    `Hea Koha community website <http://hea.koha-community.org>`__. This
1074    information is sent using the :ref:`Share Usage Stats` cronjob.
1075
1076 .. _usagestatscountry-label:
1077
1078 UsageStatsCountry
1079 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1080
1081 Asks: The country where your library is located: \_\_\_
1082
1083 Description:
1084
1085 -  This data is stored to help track usage of Koha around the world. If
1086    you choose to share your information, it will be published on the
1087    `Hea Koha community website <http://hea.koha-community.org>`__. This
1088    information is sent using the :ref:`Share Usage Stats` cronjob.
1089
1090     **Important**
1091
1092     This preference depends on the `UsageStats <#usagestats>`__
1093     preference. Set that to 'Share' to share your information.
1094
1095 .. _usagestatsgeolocation-label:
1096
1097 UsageStatsGeolocation
1098 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1099
1100 Default: blank
1101
1102 Asks: Geolocation of the main library: \_\_\_ Note that this value has no effect
1103 if the :ref:`UsageStats` systemp preference is set to "Don't share"
1104
1105 .. _usagestatslibrariesinfo-label:
1106
1107 UsageStatsLibrariesInfo
1108 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1109
1110 Default: Do not Share
1111
1112 Asks: \_\_\_ libraries information (name, url, country) Note that this value
1113 has no effect if the :ref:`UsageStats` system preference is set to
1114 "Don't share"
1115
1116 Values:
1117
1118 -  Do not Share
1119
1120 -  Share
1121
1122 .. _usagestatslibraryname-label:
1123
1124 UsageStatsLibraryName
1125 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1126
1127 Asks: The library name \_\_\_ will be shown on the `Hea Koha community
1128 website <http://hea.koha-community.org>`__.
1129
1130 Description:
1131
1132 -  This data is stored to help track usage of Koha around the world. If
1133    you choose to share your information, it will be published on the
1134    `Hea Koha community website <http://hea.koha-community.org>`__. This
1135    information is sent using the :ref:`Share Usage Stats` cron job.
1136
1137     **Important**
1138
1139     This preference depends on the `UsageStats <#usagestats>`__
1140     preference. Set that to 'Share' to share your information. If this
1141     field is empty data will be sent anonymously if you choose 'Share'
1142     for the `UsageStats <#usagestats>`__ preference.
1143
1144 .. _usagestatslibrarytype-label:
1145
1146 UsageStatsLibraryType
1147 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1148
1149 Default: public
1150
1151 Asks: The library type \_\_\_ will be shown on the `Hea Koha community
1152 website <http://hea.koha-community.org>`__.
1153
1154 Values:
1155
1156 -  academic
1157
1158 -  corporate
1159
1160 -  government
1161
1162 -  private
1163
1164 -  public
1165
1166 -  religious organization
1167
1168 -  research
1169
1170 -  school
1171
1172 -  society or association
1173
1174 -  subscription
1175
1176 Description:
1177
1178 -  This data is stored to help track usage of Koha around the world. If
1179    you choose to share your information, it will be published on the
1180    `Hea Koha community website <http://hea.koha-community.org>`__. This
1181    information is sent using the :ref:`Share Usage Stats` cronjob.
1182
1183     **Important**
1184
1185     This preference depends on the `UsageStats <#usagestats>`__
1186     preference. Set that to 'Share' to share your information.
1187
1188 .. _usagestatslibraryurl-label:
1189
1190 UsageStatsLibraryUrl
1191 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1192
1193 Asks: The library URL \_\_\_ will be shown on the `Hea Koha community
1194 website <http://hea.koha-community.org>`__.
1195
1196 Description:
1197
1198 -  This data is stored to help track usage of Koha around the world. If
1199    you choose to share your information, it will be published on the
1200    `Hea Koha community website <http://hea.koha-community.org>`__. This
1201    information is sent using the :ref:`Share Usage Stats` cronjob.
1202
1203     **Important**
1204
1205     This preference depends on the `UsageStats <#usagestats>`__
1206     preference. Set that to 'Share' to share your information.
1207
1208 .. _authorities-system-preferences-label:
1209
1210 Authorities
1211 ----------------------------
1212
1213 *Get there:* More > Administration > Global System Preferences >
1214 Authorities
1215
1216 .. _authoritiesgeneral-label:
1217
1218 General
1219 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1220
1221 .. _authdisplayhierarchy-label:
1222
1223 AuthDisplayHierarchy
1224 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1225
1226 Default: Don't display
1227
1228 Asks: \_\_\_ broader term/narrower term hierarchies when viewing
1229 authorities.
1230
1231 Values:
1232
1233 -  Display
1234
1235    |image14|
1236
1237 -  Don't display
1238
1239 Description:
1240
1241 -  If your authority records includes 5xx fields with linked references
1242    to broader and/or narrower see also references this preference will
1243    turn on a display of those authorities at the top of the record.
1244
1245 .. _authoritycontrolledindicators-label:
1246
1247 AuthorityControlledIndicators
1248 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1249
1250 Asks: Use the following text to edit how authority records control indicators
1251 of attached biblio fields (and possibly subfield $2). Lines starting with a
1252 comment symbol (#) are skipped. Each line should be of the form: (marc21|unimarc),
1253 tag, ind1:(auth1|auth2|some_value), ind2:(auth1|auth2|thesaurus|some_value).
1254 Here auth1 and auth2 refer to the indicators of the authority record, tag is a
1255 biblio field number or an asterisk (*), and some_value is a fixed value
1256 (one character). The MARC21 option thesaurus refers to indicators controlled by
1257 authority field 008/11 and 040$f.
1258
1259 Description:
1260
1261 -  Used when merging authorities.
1262
1263 -  Controls how the indicators of linked authority records affect the
1264    corresponding biblio indicators. Currently, the default value is fine-tuned
1265    for MARC21 and copies the authority indicators for UNIMARC.
1266
1267 -  For example, a MARC21 field 100 in a biblio record should pick its first
1268    indicator from the linked authority record. The second indicator is not
1269    controlled by the authority. This report supports such MARC conventions.
1270
1271 .. _authoritymergelimit-label:
1272
1273 AuthorityMergeLimit
1274 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1275
1276 Default: 50
1277
1278 Asks: When modifying an authority record, do not update attached biblio
1279 records if the number exceeds \_\_\_ records. (Above this limit, the merge_authority
1280 cron job will merge them.)
1281
1282 .. _authoritymergemode-label:
1283
1284 AuthorityMergeMode
1285 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1286
1287 Default: loose
1288
1289 Asks: When updating biblio records from an attached authority record ("merging"),
1290 handle subfields of relevant biblio record fields in \_\_\_ mode. In strict mode
1291 subfields that are not found in the authority record, are deleted. Loose mode
1292 will keep them. Loose mode is the historical behavior and still the default.
1293
1294 Values:
1295
1296 -  loose
1297
1298 -  strict
1299
1300 .. _autocreateauthorities-label:
1301
1302 AutoCreateAuthorities
1303 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1304
1305 Default: do not generate
1306
1307 Asks: When editing records, \_\_\_ authority records that are missing.
1308
1309 Values:
1310
1311 -  do not generate
1312
1313 -  generate
1314
1315     **Important**
1316
1317     `BiblioAddsAuthorities <#biblioaddsauthorities>`__ must be set to
1318     "allow" for this to have any effect
1319
1320 Description:
1321
1322 -  When this and `BiblioAddsAuthorities <#biblioaddsauthorities>`__ are
1323    both turned on, automatically create authority records for headings
1324    that don't have any authority link when cataloging. When
1325    BiblioAddsAuthorities is on and AutoCreateAuthorities is turned off,
1326    do not automatically generate authority records, but allow the user
1327    to enter headings that don't match an existing authority. When
1328    BiblioAddsAuthorities is off, this has no effect.
1329
1330 .. _biblioaddsauthorities-label:
1331
1332 BiblioAddsAuthorities
1333 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1334
1335 Default: allow
1336
1337 Asks: When editing records, \_\_\_ them to automatically create new
1338 authority records if needed, rather than having to reference existing
1339 authorities.
1340
1341 Values:
1342
1343 -  allow
1344
1345    -  This setting allows you to type values in the fields controlled by
1346       authorities and then adds a new authority if one does not exist
1347
1348 -  don't allow
1349
1350    -  This setting will lock the authority controlled fields, forcing
1351       you to search for an authority versus allowing you to type the
1352       information in yourself.
1353
1354 .. _marcauthoritycontrolfield008-label:
1355
1356 MARCAuthorityControlField008
1357 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1358
1359 Default: \|\| aca\|\|aabn \| a\|a d
1360
1361 Asks: Use the following text for the contents of MARC21 authority
1362 control field 008 position 06-39 (fixed length data elements).
1363
1364     **Important**
1365
1366     Do not include the date (position 00-05) in this preference, Koha
1367     will calculate automatically and put that in before the values in
1368     this preference.
1369
1370 Description:
1371
1372 -  This preference controls the default value in the 008 field on
1373    Authority records. It does not effect bibliographic records.
1374
1375 .. _unimarcauthorityfield100-label:
1376
1377 UNIMARCAuthorityField100
1378 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1379
1380 Default: afrey50 ba0
1381
1382 Asks: Use the following text for the contents of UNIMARC authority field
1383 100 position (fixed length data elements).
1384
1385     **Important**
1386
1387     Do not include the date (position 00-07) in this preference, Koha
1388     will calculate automatically and put that in before the values in
1389     this preference.
1390
1391 Description:
1392
1393 -  This preference controls the default value in the 100 field on
1394    Authority records cataloged in UNIMARC. It does not effect
1395    bibliographic records.
1396
1397 .. _useauthoritiesfortracings-label:
1398
1399 UseAuthoritiesForTracings
1400 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1401
1402 Default: Don't use
1403
1404 Asks: \_\_\_ authority record numbers instead of text strings for
1405 searches from subject tracings.
1406
1407 Values:
1408
1409 -  Don't use
1410
1411    -  Search links look for subject/author keywords (example:
1412       opac-search.pl?q=su:Business%20networks)
1413
1414 -  Use
1415
1416    -  Search links look for an authority record (example:
1417       opac-search.pl?q=an:354)
1418
1419 Description:
1420
1421 -  For libraries that have authority files, they may want to make it so
1422    that when a link to an authorized subject or author is clicked on the
1423    OPAC or staff client it takes the searcher only to a list of results
1424    with that authority record. Most libraries do not have complete
1425    authority files and so setting this preference to 'Don't use' will
1426    allow searchers to click on links to authors and subject headings and
1427    perform a keyword search against those fields, finding all possible
1428    relevant results instead.
1429
1430 .. _linker-label:
1431
1432 Linker
1433 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1434
1435 These preferences will control how Koha links bibliographic records to
1436 authority records. All bibliographic records added to Koha after these
1437 preferences are set will link automatically to authority records, for
1438 records added before these preferences are set there is a script
1439 (misc/link\_bibs\_to\_authorities.pl) that your system administrator can
1440 run to link records together.
1441
1442 .. _catalogmodulerelink-label:
1443
1444 CatalogModuleRelink
1445 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1446
1447 Default: Do not
1448
1449 Asks: \_\_\_ automatically relink headings that have previously been
1450 linked when saving records in the cataloging module.
1451
1452 Values:
1453
1454 -  Do
1455
1456 -  Do not
1457
1458 Description:
1459
1460 -  Longtime users of Koha don't expect the authority and bib records to
1461    link consistently. This preference makes it possible to disable
1462    authority relinking in the cataloging module only (i.e. relinking is
1463    still possible if link\_bibs\_to\_authorities.pl is run). Note that
1464    though the default behavior matches the previous behavior of Koha
1465    (retaining links to outdated authority records), it does not match
1466    the intended behavior (updating biblio/authority link after
1467    bibliographic record is edited). Libraries that want the intended
1468    behavior of authority control rather than the way Koha used to handle
1469    linking should set CatalogModuleRelink to 'Do'. Once setting this to
1470    'Do' the following preferences can also be set.
1471
1472 .. _linkerkeepstale-label:
1473
1474 LinkerKeepStale
1475 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1476
1477 Default: Do not
1478
1479 Asks: \_\_\_ keep existing links to authority records for headings where
1480 the linker is unable to find a match.
1481
1482 Values:
1483
1484 -  Do
1485
1486 -  Do not
1487
1488 Description:
1489
1490 -  When set to 'Do', the linker will never remove a link to an authority
1491    record, though, depending on the value of
1492    :ref:`LinkerRelink`, it may change the link.
1493
1494 .. _linkermodule-label:
1495
1496 LinkerModule
1497 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1498
1499 Default: Default
1500
1501 Asks: Use the \_\_\_ linker module for matching headings to authority
1502 records.
1503
1504 Values:
1505
1506 -  Default
1507
1508    -  Retains Koha's previous behavior of only creating links when there
1509       is an exact match to one and only one authority record; if the
1510       :ref:`LinkerOptions` preference is set to
1511       'broader\_headings', it will try to link headings to authority
1512       records for broader headings by removing subfields from the end of
1513       the heading
1514
1515 -  First match
1516
1517    -  Creates a link to the first authority record that matches a given
1518       heading, even if there is more than one authority record that
1519       matches
1520
1521 -  Last match
1522
1523    -  Creates a link to the last authority record that matches a given
1524       heading, even if there is more than one record that matches
1525
1526 Description:
1527
1528 -  This preference tells Koha which match to use when searching for
1529    authority matches when saving a record.
1530
1531 .. _linkeroptions-label:
1532
1533 LinkerOptions
1534 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1535
1536 Asks: Set the following options for the authority linker \_\_\_
1537
1538     **Important**
1539
1540     This feature is experimental and shouldn't be used in a production
1541     environment until further expanded upon.
1542
1543 Description:
1544
1545 -  This is a pipe separated (\|) list of options. At the moment, the
1546    only option available is "broader\_headings." With this option set to
1547    "broader\_headings", the linker will try to match the following
1548    heading as follows:
1549
1550    ::
1551
1552        =600 10$aCamins-Esakov, Jared$xCoin collections$vCatalogs$vEarly works to 1800.
1553
1554    First: Camins-Esakov, Jared--Coin collections--Catalogs--Early works
1555    to 1800
1556
1557    Next: Camins-Esakov, Jared--Coin collections--Catalogs
1558
1559    Next: Camins-Esakov, Jared--Coin collections
1560
1561    Next: Camins-Esakov, Jared (matches! if a previous attempt had
1562    matched, it would not have tried this)
1563
1564 .. _linkerrelink-label:
1565
1566 LinkerRelink
1567 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1568
1569 Default: Do
1570
1571 Asks: \_\_\_ relink headings that have previously been linked to
1572 authority records.
1573
1574 Values:
1575
1576 -  Do
1577
1578 -  Do not
1579
1580 Description:
1581
1582 -  When set to 'Do', the linker will confirm the links for headings that
1583    have previously been linked to an authority record when it runs,
1584    correcting any incorrect links it may find. When set to 'Do not', any
1585    heading with an existing link will be ignored, even if the existing
1586    link is invalid or incorrect.
1587
1588 .. _cataloging-system-preferences-label:
1589
1590 Cataloging
1591 --------------------------
1592
1593 *Get there:* More > Administration > Global System Preferences >
1594 Cataloging
1595
1596 .. _display-label:
1597
1598 Display
1599 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1600
1601 .. _acquisitiondetails-label:
1602
1603 AcquisitionDetails
1604 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1605
1606 Default: Display
1607
1608 Asks: \_\_\_ acquisition details on the biblio detail page.
1609
1610 Values:
1611
1612 -  Display
1613
1614 -  Don't display
1615
1616 Description:
1617
1618 -  This preference controls whether a tab will show on the detail page
1619    in the staff client that includes detailed acquisitions information
1620    for the title. This tab will include links to order information
1621    stored in the acquisitions module.
1622
1623    |image1180|
1624
1625 .. _authorityseparator-label:
1626
1627 AuthoritySeparator
1628 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1629
1630 Default: --
1631
1632 Asks: Separate multiple displayed authors, series or subjects with
1633 \_\_\_.
1634
1635 .. _hide-marc-label:
1636
1637 hide\_marc
1638 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1639
1640 Default: Display
1641
1642 Asks: \_\_\_ MARC tag numbers, subfield codes and indicators in MARC
1643 views.
1644
1645 Values:
1646
1647 -  Display -- shows the tag numbers on the cataloging interface
1648
1649    |image15|
1650
1651 -  Don't display -- shows just descriptive text when cataloging
1652
1653    |image16|
1654
1655 .. _intranetbibliodefaultview-label:
1656
1657 IntranetBiblioDefaultView
1658 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1659
1660 Default: ISBD form
1661
1662 Asks: By default, display biblio records in \_\_\_
1663
1664 Values:
1665
1666 -  ISBD form -- displays records in the staff client in the old card
1667    catalog format
1668
1669    -  See :ref:`ISBD` preference for more information
1670
1671 -  Labelled MARC form -- displays records in the staff client in MARC
1672    with text labels to explain the different fields
1673
1674 -  MARC form -- displays records in the staff client in MARC
1675
1676 -  normal form -- visual display in the staff client (for the average
1677    person)
1678
1679 Description:
1680
1681 -  This setting determines the bibliographic record display when
1682    searching the catalog on the staff client. This setting does not
1683    affect the display in the OPAC which is changed using the
1684    :ref:`BiblioDefaultView` preference under the OPAC
1685    preference tab. This setting changes the look of the record when
1686    first displayed. The MARC and ISBD views can still be seen by
1687    clicking in the sidebar.
1688
1689 .. _isbd-label:
1690
1691 ISBD
1692 ^^^^^^^^^^^^^^^^^^^^
1693
1694 Default: See `ISBD view configuration
1695 <https://wiki.koha-community.org/wiki/ISBD_view_configuration>` on the wiki.
1696
1697 Asks: Use the following as the ISBD template:
1698
1699 Description:
1700
1701 -  This determines how the ISBD information will display in the staff
1702    client. Elements in the list can be reordered to produce a different
1703    ISBD view. ISBD, the International Standard Bibliographic
1704    Description, was first introduced by IFLA (International Federation
1705    of Library Associations) in 1969 in order to provide guidelines for
1706    descriptive cataloging. The purpose of ISBD is to aid the
1707    international exchange of bibliographic records for a variety of
1708    materials.
1709
1710 .. _labelmarcview-label:
1711
1712 LabelMARCView
1713 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1714
1715 Default: Don't
1716
1717 Asks: \_\_\_ collapse repeated tags of the same type into one tag entry.
1718
1719 Values:
1720
1721 -  Do -- will combine all identical tag numbers under one heading in the
1722    MARC view in the OPAC and Staff Client
1723
1724    |image17|
1725
1726 -  Don't -- will list all of the tags individually in the MARC view in
1727    the OPAC and Staff Client
1728
1729    |image18|
1730
1731 .. _marcfielddocurl-label:
1732
1733 MARCFieldDocURL
1734 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1735
1736 Default: blank
1737
1738 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}
1739
1740 Description:
1741
1742 -  This preference lets you choose the source of the MARC documentation available through the "?" next to MARC fields.
1743
1744 .. _mergereportfields-label:
1745
1746 MergeReportFields
1747 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1748
1749 Asks: \_\_\_ fields to display for deleted records after merge
1750
1751 Description:
1752
1753 -  When merging records together you can receive a report of the merge
1754    process once it's done, this preference lets you set the default
1755    values for this report.
1756
1757 Example: '001,245ab,600' displays:
1758
1759 -  value of 001
1760
1761 -  subfields a and b of fields 245
1762
1763 -  all subfields of fields 600
1764
1765 .. _notesblacklist-label:
1766
1767 NotesBlacklist
1768 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1769
1770 Asks: Don't show these \_\_\_ note fields in title notes separator (OPAC
1771 record details) and in the description separator (Staff client record
1772 details).
1773
1774 Description:
1775
1776 -  This preference lets you define which of your note fields are hidden
1777    from the title notes (OPAC) and descriptions (Staff) tabs. Enter the
1778    values as a comma separated list. For example to hide the local note
1779    and the bibliography note in MARC21 enter 504, 590.
1780
1781 .. _opacsuppression-preferences-label:
1782
1783 OpacSuppression, OpacSuppressionByIPRange, OpacSuppressionRedirect, and OpacSuppressionMessage
1784 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1785
1786 OpacSuppression Default: Don't hide
1787
1788 Asks: \_\_\_ items marked as suppressed from OPAC search results.
1789 Restrict the suppression to IP addressesoutside of the IP range \_\_\_
1790 (Leave blank if not used. Define a range like 192.168..) Redirect the opac detail
1791 page for suppressed records to \_\_\_ Display the following message on
1792 the redirect page for suppressed biblios \_\_\_.
1793
1794 OpacSuppression Values:
1795
1796 -  Don't hide
1797
1798    -  Will show records in OPAC search results if they are marked
1799       suppressed
1800
1801 -  Hide
1802
1803    -  Will not show records in OPAC search results if they're marked as
1804       suppressed
1805
1806 OpacSuppressionRedirect Values:
1807
1808 -  an explanatory page ('This record is blocked').
1809
1810 -  the 404 error page ('Not found').
1811
1812 Description:
1813
1814 -  These preferences control hiding of bibliographic records from
1815    display in the OPAC. Each bibliographic record you want to hide from
1816    the OPAC simply needs to have the value "1" in the field mapped with
1817    Suppress index (942$n field in MARC21, no official field in UNIMARC).
1818    The indexer then hides it from display in OPAC but will still display
1819    it in the Staff Client. If you want to further control suppression
1820    you can set an IP address range to still show suppressed items to.
1821    Define a range like 192.168.. If you don't want to limit suppression
1822    in this way, leave the IP field blank. You can also decide what the
1823    patrons will see in the OPAC when a title is suppressed by setting
1824    the OpacSuppressionRedirect and OpacSuppressionMessage preferences.
1825    You can either show the patron a 404 page if they try to see a
1826    suppressed record or you can create a custom page by entering the
1827    HTML in the OpacSuppressionMessage part of this preference.
1828
1829        **Note**
1830
1831        An :ref:`authorized value <authorized-values-label>` for the MARC21 942$n
1832        field (or the equivalent UNIMARC field) should be set to
1833        eliminate errors. One example would be to create an authorized
1834        value titled SUPPRESS with a value of 0 for don't suppress and 1
1835        for suppress.
1836
1837     **Important**
1838
1839     If this preference is set to 'hide' and you have the 942n field set
1840     to 1, it will hide the entire bib record - not just an individual
1841     item.
1842
1843     **Note**
1844
1845     Suppressed records will show a note in the staff client indicating
1846     that they are suppressed from view in the OPAC.
1847
1848     |image1181|
1849
1850     This note can be styled by using the
1851     :ref:`IntranetUserCSS` preference to stand out more
1852     if you'd like.
1853
1854     |image1182|
1855
1856 .. _separateholdings-and-separateholdingsbranch-label:
1857
1858 SeparateHoldings and SeparateHoldingsBranch
1859 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1860
1861 SeparateHoldings default: Don't separate
1862
1863 SeparateHoldingsBranch default: home library
1864
1865 Asks: \_\_\_ items display into two tabs, where the first tab contains
1866 items whose \_\_\_ is the logged in user's library. The second tab will
1867 contain all other items.
1868
1869 SeparateHoldings values:
1870
1871 -  Don't separate
1872
1873 -  Separate
1874
1875 SeparateHoldingsBranch values:
1876
1877 -  holding library
1878
1879 -  home library
1880
1881 Description:
1882
1883 -  This preference lets you decide if you would like to have the holding
1884    information on the bibliographic detail page in the staff client
1885    split in to multiple tabs. The default is to show all holdings on one
1886    tab.
1887
1888    |image19|
1889
1890 .. _urllinktext-label:
1891
1892 URLLinkText
1893 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1894
1895 Default: Online Resource
1896
1897 Asks: Show \_\_\_ as the text of links embedded in MARC records.
1898
1899 Description:
1900
1901 -  If the 856 field does not have a subfield 3 or y defined, the OPAC
1902    will say 'Click here to access online.^ If you would like the field
1903    to say something else enter that in this field.
1904
1905 .. _usecontrolnumber-label:
1906
1907 UseControlNumber
1908 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1909
1910 Default: Don't use
1911
1912 Asks: \_\_\_ record control number ($w subfields) and control number
1913 (001) for linking of bibliographic records.
1914
1915 Values:
1916
1917 -  Don't use
1918
1919    -  When clicking on links to titles that appear next to 'Continues'
1920       and 'Continued by' in the detail display Koha will perform a title
1921       search
1922
1923 -  Use
1924
1925    -  When clicking on links to titles that appear next to 'Continues'
1926       and 'Continued by' in the detail display Koha will perform a
1927       control number (MARC field 001) search
1928
1929     **Important**
1930
1931     Unless you are going in and manually changing 773$w to match your
1932     rigorously-defined bibliographic relationships, you should set this
1933     preference to "Don't use" and instead set
1934     :ref:`EasyAnalyticalRecords` to "Display"
1935
1936 Description:
1937
1938 -  If you have a serial called "Journal of Interesting Things" which has
1939    a separate record from when it was called "Transactions of the
1940    Interesting Stuff Society," you could add linking fields to indicate
1941    the relationship between the two records. UseControlNumber allows you
1942    to use your local accession numbers for those links. In MARC21, the
1943    relevant sections of the two records might look like this:
1944
1945    ::
1946
1947            =001    12345
1948            =110  2_$aInteresting Stuff Society.
1949            =245  10$aTransactions of the Interesting Stuff Society.
1950            =785  00$aInteresting Stuff Society$tJournal of Interesting Things.$w12346
1951
1952            =001    12346
1953            =110  2_$aInteresting Stuff Society.
1954            =245  10$aJournal of Interesting Things.
1955            =780  00$aInteresting Stuff Society$tTransactions of the Interesting Stuff Society.$w12345
1956
1957    With UseControlNumber set to 'Use', the 78x links will use the
1958    Control Numbers is subfield $w, instead of doing a title search on
1959    "Journal of Interesting Things" and "Transactions of the Interesting
1960    Stuff Society" respectively.
1961
1962 .. _exporting-label:
1963
1964 Exporting
1965 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1966
1967 .. _bibtexexportadditionalfields-label:
1968
1969 BibtexExportAdditionalFields
1970 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1971
1972 Asks: Include following fields when exporting BibTeX
1973
1974 Description:
1975
1976 -  Use one line per tag in the format BT\_TAG: TAG$SUBFIELD ( e.g. lccn:
1977    010$a )
1978
1979 -  To specify multiple marc tags/subfields as targets for a repeating
1980    BibTex tag, use the following format: BT\_TAG: [TAG2$SUBFIELD1,
1981    TAG2$SUBFIELD2] ( e.g. notes: [501$a, 505$g] )
1982
1983 -  All values of repeating tags and subfields will be printed with the
1984    given BibTeX tag.
1985
1986 -  Use ^@^ ( with quotes ) as the BT\_TAG to replace the bibtex record
1987    type with a field value of your choosing.
1988
1989 .. _risexportadditionalfields-label:
1990
1991 RisExportAdditionalFields
1992 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1993
1994 Asks: Include following fields when exporting RIS
1995
1996 Description:
1997
1998 -  Use one line per tag in the format RIS\_TAG: TAG$SUBFIELD ( e.g. LC:
1999    010$a )
2000
2001 -  To specificy multiple marc tags/subfields as targets for a repeating
2002    RIS tag, use the following format: RIS\_TAG: [TAG2$SUBFIELD1,
2003    TAG2$SUBFIELD2] ( e.g. NT: [501$a, 505$g] )
2004
2005 -  All values of repeating tags and subfields will be printed with the
2006    given RIS tag.
2007
2008 -  Use of TY ( record type ) as a key will *replace* the default TY with
2009    the field value of your choosing.
2010
2011 .. _importing-label:
2012
2013 Importing
2014 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2015
2016 .. _additionalFieldsInZ3950ResultSearch-label:
2017
2018 AdditionalFieldsInZ3950ResultSearch
2019 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2020
2021 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").
2022
2023 Description:
2024
2025 -  This preference lets you define additional fields and subfields to display on the Z39.50 result list.
2026
2027 .. _aggressivematchonisbn-label:
2028
2029 AggressiveMatchOnISBN
2030 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2031
2032 Default: don't
2033
2034 Asks: When matching on ISBN with the record import tool, \_\_\_ attempt
2035 to match aggressively by trying all variations of the ISBNs in the
2036 imported record as a phrase in the ISBN fields of already cataloged
2037 records.
2038
2039 Values:
2040
2041 -  do
2042
2043 -  don't
2044
2045 Description:
2046
2047 -  This preference allows you to choose to alter the ISBN matching rule
2048    used when staging records for import to be more aggressive. This
2049    means that all text will be stripped from the ISBN field so that a
2050    pure number match is possible. If this preference is set to "Don't"
2051    then Koha will find a match only if the ISBN fields are identical.
2052
2053     **Important**
2054
2055     Note that this preference has no effect if
2056     :ref:`UseQueryParser` is on.
2057
2058 .. _aggressivematchonissn-label:
2059
2060 AggressiveMatchOnISSN
2061 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2062
2063 Default: don't
2064
2065 Asks: When matching on ISSN with the record import tool, \_\_\_ attempt
2066 to match aggressively by trying all variations of the ISSNs in the imported
2067 record as a phrase in the ISSN fields of already cataloged records. Note that
2068 this preference has no effect if :ref:`UseQueryParser` is on.
2069
2070 .. _interface-label:
2071
2072 Interface
2073 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2074
2075 .. _advancedmarceditor-label:
2076
2077 advancedMARCeditor
2078 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2079
2080 Default: Don't display
2081
2082 Asks: \_\_\_ descriptions of fields and subfields in the MARC editor.
2083
2084 Description:
2085
2086 -  This preference determines whether or not MARC field names will be
2087    present when editing or creating MARC records.
2088
2089 Values:
2090
2091 -  Display
2092
2093    |image20|
2094
2095 -  Don't display
2096
2097    |image21|
2098
2099 .. _defaultclassificationsource-label:
2100
2101 DefaultClassificationSource
2102 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2103
2104 Default: Dewey Decimal System
2105
2106 Asks: Use \_\_\_ as the default classification source.
2107
2108 Values:
2109
2110 -  ANSCR (Sound Recordings)
2111
2112 -  Dewey Decimal Classification
2113
2114 -  Library of Congress Classification
2115
2116 -  Other/Generic Classification Scheme
2117
2118 -  SuDoc Classification (U.S. GPO)
2119
2120 -  Universal Decimal Classification
2121
2122     **Note**
2123
2124     Adding another classification under Administration > Classification Sources
2125     will make it show up in this list as well.
2126
2127 .. _easyanalyticalrecords-label:
2128
2129 EasyAnalyticalRecords
2130 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2131
2132 Default: Don't Display
2133
2134 Asks: \_\_\_ easy ways to create analytical record relationships
2135
2136 Values:
2137
2138 -  Display
2139
2140 -  Don't Display
2141
2142     **Important**
2143
2144     If you decide to use this feature you'll want to make sure that your
2145     :ref:`UseControlNumber` preference is set to "Don't
2146     use" or else the "Show analytics" links in the staff client and the
2147     OPAC will be broken.
2148
2149 Description:
2150
2151 -  An analytic entry in a catalog is one that describes a part of a
2152    larger work that is also described in the catalog. In bibliographic
2153    cataloging, analytic entries may be made for chapters in books or
2154    special issues of articles in periodicals. In archival cataloging,
2155    analytic entries may be made for series or items within a collection.
2156    This feature in Koha allows for an easy way of linking analytic
2157    entries to the host records, and this system preference adds several
2158    new menu options to the staff cataloging detail pages to allow that
2159    to happen.
2160
2161 .. _enableadvancedcatalogingeditor-label:
2162
2163 EnableAdvancedCatalogingEditor
2164 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2165
2166 Default: Don't enable
2167
2168 Asks: \_\_\_ the advanced cataloging editor.
2169
2170 Description:
2171
2172 -  This preference will allow you to choose between a basic editor and a
2173    advanced editor for cataloging.
2174
2175     **Note**
2176
2177     This feature does not currently include any support for
2178     UNIMARC or NORMARC fixed fields.
2179
2180 .. _record-structure-label:
2181
2182 Record Structure
2183 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2184
2185 .. _alternateholdingsfield-and-alternateholdingsseparator-label:
2186
2187 AlternateHoldingsField and AlternateHoldingsSeparator
2188 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2189
2190 Asks: Display MARC subfield \_\_\_ as holdings information for records
2191 that do not have items, with the subfields separated by \_\_\_.
2192
2193 Description:
2194
2195 -  Sometimes libraries migrate to Koha with their holding info in the
2196    852 field (OCLC holdings information field) and choose not to
2197    transfer that information into the 952 (Koha holdings information
2198    field) because they don't plan on circulating those items. For those
2199    libraries or other libraries that have data in the 852 fields of
2200    their records that they want to display, these preferences let you
2201    choose to display holdings info from a field other than the 952
2202    field. The AlternateHoldingsField preference can contain multiple
2203    subfields to look in; for instance 852abhi would look in 852
2204    subfields a, b, h, and i.
2205
2206 -  With AlternateHoldingsField set to 852abhi and
2207    AlternateHoldingsSeparator set to a space the holdings would look
2208    like the following:
2209
2210    |image22|
2211
2212 .. _autobarcode-label:
2213
2214 autoBarcode
2215 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2216
2217 Default: generated in the form <branchcode>yymm0001
2218
2219 Asks: Barcodes are \_\_\_
2220
2221 Values:
2222
2223 -  generated in the form <branchcode>yymm0001
2224
2225 -  generated in the form <year>-0001, <year>-0002
2226
2227 -  generated in the form 1, 2, 3
2228
2229 -  incremental EAN-13 barcodes
2230
2231 -  not generated automatically
2232
2233 Description:
2234
2235 -  This setting is for libraries wishing to generate barcodes from
2236    within Koha (as opposed to scanning in pre-printed barcodes or
2237    manually assigning them). The default behavior makes it so that when
2238    you click in the barcode field (952$p in MARC21) it will populate
2239    with the automatic barcode you have chosen. If you would rather it
2240    only enter an automatic barcode when you click on the plugin (the ...
2241    to the right of the field) you can change the plugin used for that
2242    field in the framework. Set the plugin for 952$p (if using MARC21 or
2243    equivalent field mapped to items.barcode in your local MARC format)
2244    for your frameworks to barcode\_manual.pl instead of barcode.pl.
2245    Learn more about editing frameworks under the :ref:`MARC Bibliographic
2246    Frameworks <marc-bibliographic-frameworks-label>` section of this manual.
2247
2248 .. _defaultcountryfield008-label:
2249
2250 DefaultCountryField008
2251 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2252
2253 Default: Empty defaults to xxu for United States
2254
2255 Asks: Fill in the default country code for field 008 Range 15-17 of MARC21 -
2256 Place of publication, production, or execution. \_\_\_.
2257
2258 Description:
2259
2260 -  This preference will allow you to set the country code for your MARC21
2261    008 field by default. If this is left empty it will default to
2262    United States (xxu). See the `MARC Code List for
2263    Countries <http://www.loc.gov/marc/countries/countries_code.html>`__
2264    for additional values for this preference.
2265
2266     **Note**
2267
2268     This preference won't have any effect if your records are in
2269     UNIMARC.
2270
2271 .. _defaultlanguagefield008-label:
2272
2273 DefaultLanguageField008
2274 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2275
2276 Default: Empty defaults to eng
2277
2278 Asks: Fill in the default language for field 008 Range 35-37 of MARC21
2279 records \_\_\_.
2280
2281 Description:
2282
2283 -  This preference will allow you to set the language for your MARC21
2284    008 field by default. If this is left empty it will default to
2285    English (eng). See the `MARC Code List for
2286    Languages <http://www.loc.gov/marc/languages/language_code.html>`__
2287    for additional values for this preference.
2288
2289     **Note**
2290
2291     This preference won't have any effect if your records are in
2292     UNIMARC.
2293
2294 .. _item-level_itypes-label:
2295
2296 item-level\_itypes
2297 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2298
2299 Default: specific item
2300
2301 Asks: Use the item type of the \_\_\_ as the authoritative item type
2302 (for determining circulation and fines rules, etc).
2303
2304 Values:
2305
2306 -  biblio record
2307
2308 -  specific item
2309
2310 Description:
2311
2312 -  This preference determines whether the item type Koha uses for
2313    issuing rules will be an attribute of the bibliographic record or the
2314    item record. Most libraries refer to the item record for item types.
2315    It also determines if the item type icon appears on the OPAC search
2316    results. If you have the preference set to 'biblio record' then Koha
2317    displays the item type icon on the search results to the left of the
2318    result info.
2319
2320    |image23|
2321
2322 .. _itemcallnumber-label:
2323
2324 itemcallnumber
2325 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2326
2327 Default: 082ab
2328
2329 Asks: Map the MARC subfield to an item's callnumber.
2330
2331     **Note**
2332
2333     This can contain multiple subfields to look in; for instance 082ab
2334     would look in 082 subfields a and b.
2335
2336 Description:
2337
2338 -  This setting determines which MARC field will be used to determine
2339    the call number that will be entered into item records automatically
2340    (952$o). The value is set by providing the MARC field code (050, 082,
2341    090, 852 are all common in MARC21) and the subfield codes without the
2342    delimiters ($a, $b would be ab).
2343
2344 Examples:
2345
2346 -  Dewey: 082ab or 092ab; LOC: 050ab or 090ab; from the item record:
2347    852hi
2348
2349 .. _marcfieldforcreatorid-label:
2350
2351 MarcFieldForCreatorId, MarcFieldForCreatorName, MarcFieldForModifierId, MarcFieldForModifierName
2352 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2353
2354 Asks: Store record's creator borrowernumber in MARC subfield \_\_\_ and
2355 record's creator name in MARC subfield \_\_\_ Store record's last modifier
2356 borrowernumber in MARC subfield \_\_\_ and record's last modifier name in MARC
2357 subfield \_\_\_ NOTE: Use a dollar sign between field and subfield like 123$a.
2358
2359 Description:
2360
2361 -  This preference allows you to define which MARC subfields to use to
2362    automatically save the details of the logged in user.  You can save details
2363    for the record creator and the most recent modifier.
2364
2365 .. _marcflavour-label:
2366
2367 marcflavour
2368 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2369
2370 Default: MARC21
2371
2372 Asks: Interpret and store MARC records in the \_\_\_ format.
2373
2374 Values:
2375
2376 -  MARC21
2377
2378    -  The standard style for the US, Canada, Australia, New Zealand,
2379       United Kingdom, Germany and other countries
2380
2381 -  UNIMARC
2382
2383    -  The standard style used in France, Italy, Portugal, Russia, and
2384       other countries
2385
2386 -  NORMARC
2387
2388    -  The standard style for Norway
2389
2390 Description:
2391
2392 -  This preference defines global MARC style (MARC21, UNIMARC or
2393    NORMARC) used for encoding.
2394
2395     **Important**
2396
2397     Changing the value of this preference will not convert your records
2398     from one MARC style to an other.
2399
2400 .. _marcorgcode-label:
2401
2402 MARCOrgCode
2403 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2404
2405 Default: OSt
2406
2407 Asks: Fill in the MARC organization code \_\_\_ by default in new MARC21
2408 records (leave blank to disable).
2409
2410 Description:
2411
2412 -  The MARC Organization Code is used to identify libraries with
2413    holdings of titles and more.
2414
2415 Learn more and find your library's MARC21 code on the `MARC Code list
2416 for
2417 Organizations <http://www.loc.gov/marc/organizations/orgshome.html>`__
2418 or in Canada on the `Canadian Symbols
2419 Directory <http://www.collectionscanada.gc.ca/illcandir-bin/illsear/l=0/c=1>`__.
2420
2421     **Note**
2422
2423     This preference won't have any effect if your records are in
2424     UNIMARC.
2425
2426 .. _newitemsdefaultlocation-label:
2427
2428 NewItemsDefaultLocation
2429 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2430
2431 Asks: When items are created, give them the temporary location of \_\_\_
2432 (should be a location code, or blank to disable).
2433
2434 .. _prefillitem-label:
2435
2436 PrefillItem
2437 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2438
2439 Default: the new item is not prefilled with last created item values.
2440
2441 Asks: When a new item is added \_\_\_
2442
2443 Values:
2444
2445 -  the new item is not prefilled with last created item values.
2446
2447 -  the new item is prefilled with last created item values.
2448
2449 Description:
2450
2451 -  This preference controls the behavior used when adding new items.
2452    Using the options here you can choose to have your next new item
2453    prefill with the values used in the last item was added to save time
2454    typing values or to have the item form appear completely blank. Using
2455    :ref:`SubfieldsToUseWhenPrefill` you can
2456    control specifically which fields are prefilled.
2457
2458 .. _subfieldstoallowforrestrictedbatchmod-label:
2459
2460 SubfieldsToAllowForRestrictedBatchmod
2461 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2462
2463 Asks: Define a list of subfields for which editing is authorized when
2464 `items\_batchmod\_restricted <#items_batchmod_restricted>`__ permission
2465 is enabled, separated by spaces. \_\_\_
2466
2467 Examples:
2468
2469 -  UNIMARC: "995$f 995$h 995$j"
2470
2471 -  MARC21: "952$a 952$b 952$c"
2472
2473 Description:
2474
2475 -  This preference lets you define what fields can be edited via the
2476    :ref:`batch item modification tool <batch-item-modification-label>` if the
2477    items\_batchmod\_restricted permission is enabled.
2478
2479        **Note**
2480
2481        The FA framework is excluded from the permission. If the pref is
2482        empty, no fields are restricted.
2483
2484 .. _subfieldstoallowforrestrictedediting-label:
2485
2486 SubfieldsToAllowForRestrictedEditing
2487 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2488
2489 Asks: Define a list of subfields for which editing is authorized when
2490 edit\_items\_restricted permission is enabled, separated by spaces.
2491 \_\_\_
2492
2493 Examples:
2494
2495 -  UNIMARC: "995$f 995$h 995$j"
2496
2497 -  MARC21: "952$a 952$b 952$c"
2498
2499 Description:
2500
2501 -  This preference lets you define what fields can be edited via
2502    cataloging if the
2503    `edit\_items\_restricted <#edit_items_restricted>`__ permission is
2504    enabled
2505
2506        **Note**
2507
2508        The Fast Add (FA) framework is excluded from the permission. If
2509        the pref is empty, no fields are restricted.
2510
2511 .. _subfieldstousewhenprefill-label:
2512
2513 SubfieldsToUseWhenPrefill
2514 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2515
2516 Asks: Define a list of subfields to use when prefilling items \_\_\_
2517
2518     **Important**
2519
2520     Separate values with a space.
2521
2522 Description:
2523
2524 -  When the :ref:`PrefillItem` preference is set to prefill
2525    item values with those from the last added item, this preference can
2526    control which fields are prefilled (and which are not). Enter a space
2527    separated list of fields that you would like to prefill when adding a
2528    new item.
2529
2530 .. _unimarcfield100language-label:
2531
2532 UNIMARCField100Language
2533 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2534
2535 Default: fre
2536
2537 Asks: Use the language (ISO 690-2) \_\_\_ as default language in the
2538 UNIMARC field 100 when creating a new record or in the field plugin.
2539
2540 .. _z3950normalizeauthor-and-z3950authorauthfields-label:
2541
2542 z3950NormalizeAuthor and z3950AuthorAuthFields
2543 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2544
2545 Defaults: Don't copy and 701,702,700
2546
2547 Asks: \_\_\_ authors from the UNIMARC \_\_\_ tags (separated by commas)
2548 to the correct author tags when importing a record using Z39.50.
2549
2550 Description for z3950NormalizeAuthor:
2551
2552 -  This preference allows for 'Personal Name Authorities' to replace
2553    authors as the bibliographic authority. This preference should only
2554    be considered by libraries using UNIMARC.
2555
2556 Values for z3950NormalizeAuthor:
2557
2558 -  Copy
2559
2560 -  Don't copy
2561
2562 Description for z3950AuthorAuthFields:
2563
2564 -  This preference defines which MARC fields will be used for 'Personal
2565    Name Authorities' to replace authors as the bibliographic
2566    authorities. This preference only applies to those using UNIMARC
2567    encoding. The MARC fields selected here will only be used if
2568    'z3950NormalizeAuthor' is set to "Copy". The default field are 700,
2569    701, and 702.
2570
2571 .. _spine-labels-label:
2572
2573 Spine Labels
2574 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2575
2576 .. _spinelabelautoprint-label:
2577
2578 SpineLabelAutoPrint
2579 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2580
2581 Default: don't
2582
2583 Asks: When using the quick spine label printer, \_\_\_ automatically pop
2584 up a print dialog.
2585
2586 Values:
2587
2588 -  do
2589
2590 -  don't
2591
2592 .. _spinelabelformat-label:
2593
2594 SpineLabelFormat
2595 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2596
2597 Default: <itemcallnumber><copynumber>
2598
2599 Asks: Include the following fields on a quick-printed spine label:
2600 (Enter in columns from the biblio, biblioitems or items tables,
2601 surrounded by < and >.)
2602
2603 .. _spinelabelshowprintonbibdetails-label:
2604
2605 SpineLabelShowPrintOnBibDetails
2606 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2607
2608 Default: Don't display
2609
2610 Asks: \_\_\_ buttons on the bib details page to print item spine labels.
2611
2612 Values:
2613
2614 -  Display
2615
2616    |image24|
2617
2618 -  Don't display
2619
2620 .. _circulation-system-preferences-label:
2621
2622 Circulation
2623 ----------------------------
2624
2625 *Get there:* More > Administration > Global System Preferences >
2626 Circulation
2627
2628 .. _accounts-sysprefs-label:
2629
2630 Accounts
2631 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2632
2633 .. _accountautoreconcile-label:
2634
2635 AccountAutoReconcile
2636 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2637
2638 Asks: \_\_\_ reconcile patron balances automatically on each transaction adding debits or credits.
2639
2640 Default: Do not
2641
2642 Values:
2643
2644 -  Do
2645
2646 -  Do not
2647
2648 Description:
2649
2650 -  This preference controls whether or not credits are automatically used to
2651    to reduce the owed amounts in a patron's account.
2652
2653 .. _article-requests-sysprefs-label:
2654
2655 Article Requests
2656 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2657
2658 .. _articlerequests-label:
2659
2660 ArticleRequests
2661 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2662
2663 Default: Don't enable
2664
2665 Asks: \_\_\_ patrons to place article requests.
2666
2667 Values:
2668
2669 -  Enable
2670
2671 -  Don't enable
2672
2673 Description:
2674
2675 -  This preference controls whether or not article requests are allowed to be placed by patrons in the OPAC.
2676
2677 .. _articlerequestslinkcontrol-label:
2678
2679 ArticleRequestsLinkControl
2680 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2681
2682 Default: Use algorithm to show or hide
2683
2684 Asks: \_\_\_ article request link on search results.
2685
2686 Values:
2687
2688 -  Always show
2689
2690 -  Use algorithm to show or hide
2691
2692 Description:
2693
2694 -  On the OPAC results page, either always show the 'Request article' link
2695    or check the branch, patron and item type combination to determine
2696    whether or not an article can be requested from this particular record
2697    before displaying the link.
2698
2699 .. _articlerequestsmandatoryfields-label:
2700
2701 ArticleRequestsMandatoryFields
2702 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2703
2704 Default: None selected
2705
2706 Asks: For records that are record level or item level requestable, make the following fields mandatory \_\_\_
2707
2708 Values:
2709
2710 -  [Select all]
2711
2712 -  Author
2713
2714 -  Chapters
2715
2716 -  Date
2717
2718 -  Issue
2719
2720 -  Pages
2721
2722 -  Title
2723
2724 -  Volume
2725
2726 Description:
2727
2728 -  This preference controls what fields must be filled in before an article request can be placed
2729    for either a record level or item level request. Choosing [Select all] indicates that all fields
2730    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2731    request can be placed.
2732
2733 .. _articlerequestsmandatoryfieldsitemsonly-label:
2734
2735 ArticleRequestsMandatoryFieldsItemsOnly
2736 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2737
2738 Default: None selected
2739
2740 Asks: For records that are only item level requestable, make the following fields mandatory \_\_\_
2741
2742 Values:
2743
2744 -  [Select all]
2745
2746 -  Author
2747
2748 -  Chapters
2749
2750 -  Date
2751
2752 -  Issue
2753
2754 -  Pages
2755
2756 -  Title
2757
2758 -  Volume
2759
2760 Description:
2761
2762 -  This preference controls what fields must be filled in before an article request can be placed
2763    for an item level request only. Choosing [Select all] indicates that all fields
2764    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2765    request can be placed.
2766
2767 .. _articlerequestsmandatoryfieldsrecordonly-label:
2768
2769 ArticleRequestsMandatoryFieldsRecordOnly
2770 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2771
2772 Default: None selected
2773
2774 Asks: For records that are only record level requestable, make the following fields mandatory \_\_\_
2775
2776 Values:
2777
2778 -  [Select all]
2779
2780 -  Author
2781
2782 -  Chapters
2783
2784 -  Date
2785
2786 -  Issue
2787
2788 -  Pages
2789
2790 -  Title
2791
2792 -  Volume
2793
2794 Description:
2795
2796 -  This preference controls what fields must be filled in before an article request can be placed
2797    for a record level request only. Choosing [Select all] indicates that all fields
2798    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2799    request can be placed.
2800
2801 .. _batch-checkout-label:
2802
2803 Batch Checkout
2804 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2805
2806 .. _batchcheckouts-label:
2807
2808 BatchCheckouts
2809 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2810
2811 Default: Don't allow
2812
2813 Asks: \_\_\_ batch checkouts
2814
2815 Values:
2816
2817 -  Allow
2818
2819 -  Don't allow
2820
2821 .. _batchcheckoutsvalidcategories-label:
2822
2823 BatchCheckoutsValidCategories
2824 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2825
2826 Asks: Patron categories allowed to checkout in a batch \_\_\_ (list of
2827 patron categories separated with a pipe ^\|^)
2828
2829 .. _checkin-policy-label:
2830
2831 Checkin Policy
2832 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2833
2834 .. _blockreturnoflostitems-label:
2835
2836 BlockReturnOfLostItems
2837 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2838
2839 Default: Don't block
2840
2841 Asks: \_\_\_ returning of items that have been lost.
2842
2843 Values:
2844
2845 -  Block
2846
2847 -  Don't block
2848
2849 Description:
2850
2851 -  This preference controls whether and item with a lost status
2852    (952$1 in MARC21) can be checked in or not.
2853
2854 .. _blockreturnofwithdrawnitems-label:
2855
2856 BlockReturnOfWithdrawnItems
2857 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2858
2859 Default: Block
2860
2861 Asks: \_\_\_ returning of items that have been withdrawn.
2862
2863 Values:
2864
2865 -  Block
2866
2867 -  Don't block
2868
2869 Description:
2870
2871 -  This preference controls whether and item with a withdrawn status
2872    (952$0 in MARC21) can be checked in or not.
2873
2874 .. _calculatefinesonreturn-label:
2875
2876 CalculateFinesOnReturn
2877 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2878
2879 Default: Do
2880
2881 Asks: \_\_\_ calculate and update overdue charges when an item is
2882 returned.
2883
2884 Values:
2885
2886 -  Do
2887
2888 -  Don't
2889
2890 Description:
2891
2892 -  If this preference is set to "Do" and the :ref:`fines cron
2893    job <cron-fines-label>` is off then Koha will calculate fines only
2894    when items are returned. If you have the fines cron job on and this
2895    preference set to "Do" then this preference will calculate fines
2896    based on the cron (usually run nightly) and then again when you check
2897    the item in. This option is best for those who are doing hourly
2898    loans. If this preference is set to "Don't" then fines will only be
2899    accrued if the fines cron job is running.
2900
2901     **Important**
2902
2903     If you are doing hourly loans then you should have this set to 'Do'.
2904
2905 .. _cumulativerestrictionperiods-label:
2906
2907 CumulativeRestrictionPeriods
2908 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2909
2910 Default: Don't cumulate
2911
2912 Asks: \_\_\_ the restriction periods.
2913
2914 Values:
2915
2916 -  Don't cumulate
2917
2918 -  Cumulate
2919
2920 .. _hidepersonalpatrondetailoncirculation-label:
2921
2922 HidePersonalPatronDetailOnCirculation
2923 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2924
2925 Default: Don't
2926
2927 Asks: \_\_\_ hide patrons phone number, email address, street address
2928 and city in the circulation page
2929
2930 Values:
2931
2932 -  Don't
2933
2934 -  Do
2935
2936 Description:
2937
2938 -  This preference controls the display of the patron's phone number,
2939    email address, and physical address from the left side of the screen
2940    (under their picture, if they have one).
2941
2942 -  Set to 'Do' these informations will only be visible on the patron's
2943    detail page.
2944
2945 .. _holdsautofill-label:
2946
2947 HoldsAutoFill
2948 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2949
2950 Default: Don't
2951
2952 Asks: \_\_\_ automatically fill holds instead of asking the librarian.
2953
2954 Values:
2955
2956 -  Do
2957
2958 -  Don't
2959
2960 Description:
2961
2962 -  If set to 'Do', the holds confirmation pop-up will not appear upon checking
2963    in a reserved item.
2964
2965 .. _holdsautofillprintslip-label:
2966
2967 HoldsAutoFillPrintSlip
2968 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2969
2970 Default: Don't
2971
2972 Asks: \_\_\_ automatically display the holds slip dialog for auto-filled holds.
2973
2974 Values:
2975
2976 -  Do
2977
2978 -  Don't
2979
2980 Description:
2981
2982 -  If set to 'Do', the holds slip print pop-up will appear automatically
2983    upon checking in a reserved item.
2984
2985 -  :ref:`HoldsAutoFill` must be set to 'do' for this preference to have any
2986    effect.
2987
2988 .. _updateitemlocationincheckin-label:
2989
2990 UpdateItemLocationOnCheckin
2991 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2992
2993 Asks: This is a list of value pairs. The first value is followed immediately
2994 by colon, space, then the second value.
2995
2996 Description:
2997
2998 -  This system preference affects the item's current and permanent locations
2999    when the item is checked in (whether it was checked out or not).
3000
3001 -  If the location value on the left of the colon (:) matches
3002    the item's current location, it will be updated to match the location value
3003    on the right of the colon (:).
3004
3005 -  The values are the LOC :ref:`authorised values <existing-values-label>`.
3006
3007 -  For example, 'STAFF: GEN' will move an item from the staff office to the
3008    general collection when the item is checked in.
3009
3010 -  Special terms
3011
3012    -  PROC: Processing center. When using PROC, only the current location will
3013       be affected.
3014
3015    -  CART: Shelving cart. When using CART, only the current location will be
3016       affected.
3017
3018    -  \_PERM\_: This will use the item's permanent location, whatever that
3019       location is.
3020
3021    -  \_BLANK\_: Used on the left as a first value, it will add a location if
3022        there is none. Used on the right as a second value, it will remove the
3023        location.
3024
3025    -  \_ALL\_: Used on the left as a first value, it will affect all items and
3026       override all other rules.
3027
3028   **Important**
3029
3030   -  Make sure there is NO space between the first value and the colon
3031
3032   -  Make sure there IS a space between the colon and the second value
3033
3034   -  Make sure each pair is on its own line
3035
3036 .. _updatenotforloanstatusoncheckin-label:
3037
3038 UpdateNotForLoanStatusOnCheckin
3039 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3040
3041 Asks: This is a list of value pairs. When an item is checked in, if the
3042 not for loan value on the left matches the items not for loan value it
3043 will be updated to the right-hand value. E.g. ^-1: 0' will cause an item
3044 that was set to 'Ordered' to now be available for loan. Each pair of
3045 values should be on a separate line.
3046
3047 .. _checkout-policy-label:
3048
3049 Checkout Policy
3050 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3051
3052 .. _agerestrictionmarker-label:
3053
3054 AgeRestrictionMarker
3055 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3056
3057 Asks: Restrict patrons with the following target audience values from
3058 checking out inappropriate materials: \_\_\_
3059
3060 Description:
3061
3062 -  This preference defines certain keywords that will trigger Koha to
3063    restrict checkout based on age. These restrictions can be overridden
3064    by the :ref:`AgeRestrictionOverride`
3065    preference. Enter in this field a series of keywords separated by bar
3066    (\|) with no spaces. For example PG\|R\|E\|EC\|Age\| will look for PG
3067    followed by an age number, R folllowed by an age number, Age followed
3068    by an age number, and so on. These values can appear in any MARC
3069    field, but Library of Congress recommends the 521$a (Target Audience
3070    Note). Whatever field you decide to use you must map the word
3071    agerestriction in the biblioitems table to that field in the :ref:`Koha to
3072    MARC Mapping <koha-to-marc-mapping-label>`. When cataloging you can enter
3073    values like PG 13 or E 10 in the 521$a and Koha will then notify
3074    circulation librarians that the material may not be recommended for
3075    the patron based on their age.
3076
3077        **Important**
3078
3079        You must map the word agerestriction in the biblioitems table to
3080        the MARC field where this information will appear via the :ref:`Koha
3081        to MARC Mapping <koha-to-marc-mapping-label>` administration area.
3082
3083 .. _agerestrictionoverride-label:
3084
3085 AgeRestrictionOverride
3086 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3087
3088 Default: Don't allow
3089
3090 Asks: \_\_\_ staff to check out an item with age restriction.
3091
3092 Values:
3093
3094 -  Allow
3095
3096    |image25|
3097
3098 -  Don't allow
3099
3100    |image26|
3101
3102 Description:
3103
3104 -  When the :ref:`AgeRestrictionMarker` preference
3105    is set, Koha will try to warn circulation librarians before checking
3106    out an item that might have an age restriction listed in the MARC
3107    record. This preference asks if you would like the staff to be able
3108    to still check out these items to patrons under the age limit.
3109
3110 .. _allfinesneedoverride-label:
3111
3112 AllFinesNeedOverride
3113 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3114
3115 Default: Require
3116
3117 Asks: \_\_\_ staff to manually override all fines, even fines less than
3118 :ref:`noissuescharge`.
3119
3120 Values:
3121
3122 -  Don't require
3123
3124 -  Require
3125
3126 Description:
3127
3128 -  This preference let's you decide if you want to always be warned that
3129    the patron has fines when checking out. If you have it set to
3130    'Require' then no matter how much money the patron owes a message
3131    will pop up warning you that the patron owes money.
3132
3133 .. _allowfineoverride-label:
3134
3135 AllowFineOverride
3136 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3137
3138 Default: Don't allow
3139
3140 Asks: \_\_\_ staff to manually override and check out items to patrons
3141 who have more than :ref:`noissuescharge` in fines.
3142
3143 Values:
3144
3145 -  Allow
3146
3147 -  Don't allow
3148
3149 Description:
3150
3151 -  This preference lets you decide if you staff can check out to patrons
3152    who owe more money than you usually let them carry on their account.
3153    If set to 'Allow' staff will be warned that the patrons owes money,
3154    but it won't stop the staff from checking out to the patron.
3155
3156 .. _allowitemsonholdcheckout-label:
3157
3158 AllowItemsOnHoldCheckout
3159 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3160
3161 Default: Don't allow
3162
3163 Asks: \_\_\_ checkouts of items reserved to someone else. If allowed do
3164 not generate RESERVE\_WAITING and RESERVED warning. This allows self
3165 checkouts for those items.
3166
3167 Values:
3168
3169 -  Allow
3170
3171 -  Don't allow
3172
3173     **Important**
3174
3175     This system preference relates only to SIP based self checkout, not
3176     Koha's web based self checkout.
3177
3178 Description:
3179
3180 -  When this preference is set to 'Allow' patrons will be able to use
3181    your external self check machine to check out a book to themselves
3182    even if it's on hold for someone else. If you would like Koha to
3183    prevent people from checking out books that are on hold for someone
3184    else set this preference to "Don't allow."
3185
3186 .. _allowitemsonholdcheckoutsco-label:
3187
3188 AllowItemsOnHoldCheckoutSCO
3189 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3190
3191 Default: Don't allow
3192
3193 Asks: \_\_\_ checkouts of items reserved to someone else in the SCO module.
3194 If allowed do not generate RESERVE_WAITING and RESERVED warning. This
3195 allows self checkouts for those items.
3196
3197 Values:
3198
3199 -  Allow
3200
3201 -  Don't allow
3202
3203     **Important**
3204
3205     This system preference relates only to Koha's web based self checkout.
3206
3207 Description:
3208
3209 -  When this preference is set to 'Allow' patrons will be able to use
3210    Koha's web based self checkout to check out a book to themselves
3211    even if it's on hold for someone else. If you would like Koha to
3212    prevent people from checking out books that are on hold for someone
3213    else set this preference to "Don't allow".
3214
3215 .. _allowmultipleissuesonabiblio-label:
3216
3217 AllowMultipleIssuesOnABiblio
3218 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3219
3220 Default: Allow
3221
3222 Asks: \_\_\_ patrons to check out multiple items from the same record.
3223
3224 Values:
3225
3226 -  Allow
3227
3228 -  Don't allow
3229
3230 Description:
3231
3232 -  If this preference is set to 'Allow' then patrons will be able to
3233    check out multiple copies of the same title at the same time. If it's
3234    set to "Don't allow" then patrons will only be allowed to check out
3235    one item attached to a record at a time. Regardless of the option
3236    chosen in this preference records with subscriptions attached will
3237    allow multiple check outs.
3238
3239        **Important**
3240
3241        This will only effect records without a subscription attached.
3242
3243 .. _allownotforloanoverride-label:
3244
3245 AllowNotForLoanOverride
3246 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3247
3248 Default: Allow
3249
3250 Asks: \_\_\_ staff to override and check out items that are marked as
3251 not for loan.
3252
3253 Values:
3254
3255 -  Allow
3256
3257 -  Don't allow
3258
3259 Description:
3260
3261 -  This parameter is a binary setting which controls the ability of
3262    staff (patrons will always be prevented from checking these items
3263    out) to check out items that are marked as "not for loan". Setting it
3264    to "Allow" would allow such items to be checked out, setting it to
3265    "Don't allow" would prevent this. This setting determines whether
3266    items meant to stay in the library, such as reference materials, and
3267    other library resources can be checked out by patrons.
3268
3269 .. _allowrenewallimitoverride-label:
3270
3271 AllowRenewalLimitOverride
3272 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3273
3274 Default: Allow
3275
3276 Asks: \_\_\_ staff to manually override the renewal limit and renew a
3277 checkout when it would go over the renewal limit.
3278
3279 Values:
3280
3281 -  Allow
3282
3283 -  Don't allow
3284
3285 Description:
3286
3287 -  This preference is a binary setting which controls the ability of
3288    staff to override the limits placed on the number of times an item
3289    can be renewed. Setting it to "Allow" would allow such limits to be
3290    overridden, setting it to "Don't allow" would prevent this. This is a
3291    preference in which if it is set to "allow" it would allow the
3292    library staff to use their judgment for overriding the renew limit
3293    for special cases, setting it to "Don't allow" prevents an
3294    opportunity for abuse by the library staff.
3295
3296 .. _allowrenewalonholdoverride-label:
3297
3298 AllowRenewalOnHoldOverride
3299 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3300
3301 Asks: \_\_\_ staff to renew items that are on hold by manually specifying a due date.
3302
3303 Default: Don't allow
3304
3305 Values:
3306
3307 -  Allow
3308
3309 -  Don't allow
3310
3311 Description:
3312
3313 - This preference enables items that are on hold to be renewed with a due date specified by the user.
3314
3315   It can appear in two locations:
3316
3317   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.
3318
3319   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.
3320
3321 .. _allowreturntobranch-label:
3322
3323 AllowReturnToBranch
3324 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3325
3326 Default: to any library
3327
3328 Asks: Allow materials to be returned to \_\_\_
3329
3330 Values:
3331
3332 -  either the library the item is from or the library it was checked out
3333    from.
3334
3335 -  only the library the item is from.
3336
3337 -  only the library the item was checked out from.
3338
3339 -  to any library.
3340
3341 Description:
3342
3343 -  This preference lets the library system decide how they will accept
3344    returns. Some systems allow for items to be returned to any library
3345    in the system (the default value of this preference) others want to
3346    limit item returns to only specific branches. This preference will
3347    allow you to limit item returns (checkins) to the branch(es) set in
3348    the value.
3349
3350 .. _allowtoomanyoverride-label:
3351
3352 AllowTooManyOverride
3353 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3354
3355 Default: Allow
3356
3357 Asks: \_\_\_ staff to override and check out items when the patron has
3358 reached the maximum number of allowed checkouts.
3359
3360 Values:
3361
3362 -  Allow
3363
3364    |image27|
3365
3366 -  Don't allow
3367
3368    |image28|
3369
3370 Description:
3371
3372 -  If this preference is set to "Allow" then staff all will be presented
3373    with an option to checkout more items to a patron than are normally
3374    allowed in the :ref:`Circulation and fines rules`. If
3375    this preference is set to "Don't allow" then no staff member will be
3376    able to check out more than the circulation limit.
3377
3378 .. _automaticitemreturn-label:
3379
3380 AutomaticItemReturn
3381 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3382
3383 Default: Do
3384
3385 Asks: \_\_\_ automatically transfer items to their home branch when they
3386 are returned.
3387
3388 Values:
3389
3390 -  Do
3391
3392 -  Don't
3393
3394 Description:
3395
3396 -  This preference is a binary setting which determines whether an item
3397    is returned to its home branch automatically or not. If set to
3398    "Don't", the staff member checking an item in at a location other
3399    than the item's home branch will be asked whether the item will
3400    remain at the non-home branch (in which case the new location will be
3401    marked as a holding location) or returned. Setting it to "Do" will
3402    ensure that items checked in at a branch other than their home branch
3403    will be sent to that home branch.
3404
3405 .. _autoremoveoverduesrestrictions-label:
3406
3407 AutoRemoveOverduesRestrictions
3408 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3409
3410 Default: Do not
3411
3412 Asks: \_\_\_ allow OVERDUES restrictions triggered by sent notices to be
3413 cleared automatically when all overdue items are returned by a patron.
3414
3415 Values:
3416
3417 -  Do
3418
3419 -  Do not
3420
3421 Description:
3422
3423 -  Using the :ref:`Overdue Notice/Status Triggers` you
3424    can restrict patrons after they receive an overdue notice. This
3425    preference lets you define whether Koha will automatically remove
3426    that restriction once the overdue items in question are returned or
3427    not.
3428
3429 .. _autoreturncheckedoutitems-label:
3430
3431 AutoReturnCheckedOutItems
3432 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3433
3434 Asks: \_\_\_ require librarians to manually confirm a checkout where the item
3435 is already checked out to another patron.
3436
3437 Values:
3438
3439 -  Do
3440
3441 -  Don't
3442
3443 Default: Do
3444
3445 Description:
3446
3447 -  This preference controls whether Koha asks for a confirmation when trying
3448    to check out an item that is already checked out to another patron.
3449
3450 -  Set to 'Do', Koha will ask the staff member to confirm the check out.
3451
3452    |image1433|
3453
3454 -  Set to 'Don't', Koha will simply return the item from the previous
3455    patron's file and check it out to the actual patron and show a message.
3456
3457    |image1434|
3458
3459 .. _circcontrol-label:
3460
3461 CircControl
3462 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3463
3464 Default: the library the item is from
3465
3466 Asks: Use the checkout and fines rules of \_\_\_
3467
3468 Values:
3469
3470 -  the library the item is from
3471
3472    -  The :ref:`circulation and fines policies <circulation-and-fines-rules-label>`
3473       will be determined by the item's library where :ref:`HomeOrHoldingBranch`
3474       chooses if item's home library is used or holding library is used.
3475
3476 -  the library the patron is from
3477
3478    -  The :ref:`circulation and fines policies <circulation-and-fines-rules-label>`
3479       will be determined the patron's home library
3480
3481 -  the library you are logged in at
3482
3483    -  The :ref:`circulation and fines policies <circulation-and-fines-rules-label>` will be
3484       determined by the library that checked the item out to the patron
3485
3486 .. _consideronsitecheckoutsasnormalcheckouts-label:
3487
3488 ConsiderOnSiteCheckoutsAsNormalCheckouts
3489 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3490
3491 Default: Consider
3492
3493 Asks: \_\_\_ on-site checkouts as normal checkouts. If enabled, the
3494 number of checkouts allowed will be normal checkouts + on-site
3495 checkouts. If disabled, both values will be checked separately.
3496
3497 Values:
3498
3499 -  Consider
3500
3501 -  Don't consider
3502
3503 Description:
3504
3505 -  This preference allows you to decide if checkouts that are
3506    :ref:`OnSiteCheckouts` are counted toward the total
3507    checkouts a patron can have. You can also set your :ref:`circulation and
3508    fines rules <circulation-and-fines-rules-label>` to allow only a certain number of
3509    normal and OnSite checkouts.
3510
3511 .. _defaultlongoverduechargevalue-label:
3512
3513 DefaultLongOverdueChargeValue
3514 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3515
3516 Asks: Charge a lost item to the borrower's account when the LOST value
3517 of the item changes to \_\_\_
3518
3519 Description:
3520
3521 -  Leave this field empty if you don't want to charge the user for lost
3522    items. If you want the user to be charged enter the `LOST authorized
3523    value <#lost>`__ you are using in the
3524    :ref:`DefaultLongOverdueLostValue <defaultlongoverduelostvalue-and-defaultlongoverduedays-label>`
3525    preference. This preference is used when the :ref:`longoverdue cron
3526    job <cron-long-overdues-label>` is called without the --charge parameter.
3527
3528 .. _defaultlongoverduelostvalue-and-defaultlongoverduedays-label:
3529
3530 DefaultLongOverdueLostValue and DefaultLongOverdueDays
3531 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3532
3533 Asks: By default, set the LOST value of an item to \_\_\_ when the item
3534 has been overdue for more than \_\_\_ days.
3535
3536 Description:
3537
3538 -  These preferences are used when the :ref:`longoverdue cron
3539    job <cron-long-overdues-label>` is called without the --lost parameter. It
3540    allows users to set the values of the :ref:`longoverdue
3541    cron <cron-long-overdues-label>` without having to edit the crontab.
3542    Setting the values to 1 and 30 for example will mark the item with
3543    the `LOST authorized value <#lost>`__ of 1 after the item is 30 days
3544    overdue.
3545
3546 .. _holdsinnoissuescharge-label:
3547
3548 HoldsInNoissuesCharge
3549 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3550
3551 Default: Don't include
3552
3553 Asks: \_\_\_ hold charges when summing up charges for noissuescharge.
3554
3555 Values:
3556
3557 -  Don't include
3558
3559 -  Include
3560
3561 .. _homeorholdingbranch-label:
3562
3563 HomeOrHoldingBranch
3564 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3565
3566 Default: the library the item was checked out from
3567
3568 Asks: Use the checkout and fines rules of \_\_\_
3569
3570 Values:
3571
3572 -  the library the item is from
3573
3574    -  This is equivalent to 'home library'
3575
3576 -  the library the item was checked out from
3577
3578    -  This is equivalent to 'holding library'
3579
3580 Description:
3581
3582 -  This preference does several things.
3583
3584    -  If :ref:`CircControl` is set to 'the library the item
3585       is from' then the :ref:`circulation and fines
3586       policies <circulation-and-fines-rules-label>` will be determined by the item's
3587       library where HomeOrHoldingBranch chooses if item's home library
3588       is used or holding library is used.
3589
3590    -  If :ref:`IndependentBranches` is set to
3591       'Prevent' then the value of this preference is used in figuring
3592       out if the item can be checked out. If the item's home library
3593       does not match the logged in library, the item cannot be checked
3594       out unless you are a :ref:`superlibrarian <patron-permissions-defined-label>`.
3595
3596     **Important**
3597
3598     It is not recommend that this setting be changed after initial setup
3599     of Koha because it will change the behavior of items already checked
3600     out.
3601
3602 .. _issuelostitem-label:
3603
3604 IssueLostItem
3605 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3606
3607 Default: display a message
3608
3609 Asks: When issuing an item that has been marked as lost, \_\_\_.
3610
3611 Values:
3612
3613 -  display a message
3614
3615    |image29|
3616
3617 -  do nothing
3618
3619    -  This option will just check the item out without notifying you
3620       that the item was marked lost.
3621
3622 -  require confirmation
3623
3624    |image30|
3625
3626 Description:
3627
3628 -  This preference lets you define how library staff are notified that
3629    an item with a lost status is being checked out. This will help staff
3630    mark items as 'available' if you choose to 'display a message' or
3631    'require confirmation.^ If you choose to 'do nothing,^ there will be
3632    no notification that the item being checked out is marked as 'lost.^
3633
3634 .. _issuinginprocess-label:
3635
3636 IssuingInProcess
3637 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3638
3639 Default: Don't prevent
3640
3641 Asks: \_\_\_ patrons from checking out an item whose rental charge would
3642 take them over the limit.
3643
3644 Values:
3645
3646 -  Don't prevent
3647
3648 -  Prevent
3649
3650 Description:
3651
3652 -  This preference determines if a patron can check items out if there
3653    is an overdue fine on the account and any of the materials the patron
3654    wishes to check out will potentially tip the account balance over the
3655    maximum fines policy the library has in place.
3656
3657 Example: Your library has a $5 limit set for 'fines' (ie, after
3658 incurring $5 in fines, a patron can no longer check out items). A patron
3659 comes to the desk with 5 items to check out (4 books and a video) The
3660 patron has $4 in charges already on their account. One of the videos has
3661 a rental charge of $1, therefore making the total fines on the patron's
3662 account suddenly $5 (the limit).
3663
3664 .. _itemsdeniedrenewal-label:
3665
3666 ItemsDeniedRenewal
3667 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3668
3669 Asks: Define custom rules to deny specific items from renewal.
3670
3671 Description:
3672
3673 -  This preference allows you to specify items that should not be renewed
3674    either from the OPAC or staff client.  You can enter any combination of
3675    fields (from the items table in the Koha database) followed by a colon
3676    then a space then a bracketed list of values separated by commas. e.g:
3677
3678    ::
3679
3680        ccode: [NEWFIC,NULL,DVD]
3681        itype: [NEWBK,""]
3682
3683 -  The word 'NULL' can be used to block renewal on undefined fields,
3684    while an empty string "" will block on an empty (but defined) field.
3685
3686     **Note**
3687
3688     If using automatic renewal notices your notice text should be updated to
3689     account for the new reason that renewals may be denied "item_denied_renewal".
3690
3691 .. _maninvinnoissuescharge-label:
3692
3693 ManInvInNoissuesCharge
3694 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3695
3696 Default: Include
3697
3698 Asks: \_\_\_ custom debit types when summing up charges for
3699 noissuescharge.
3700
3701 Values:
3702
3703 -  Don't include
3704
3705 -  Include
3706
3707 Description:
3708
3709 -  This preference lets you decide if charges entered as manual invoices
3710    are included when calculating the
3711    :ref:`noissuescharge`. If this is set to 'Include' then
3712    Koha will include all manual invoices when deciding if the patron
3713    owes too much money to check anything else out of the library. If
3714    it's set to 'Don't include' then Koha will ignore all manual invoice
3715    charges when figuring out if the patron owes too much money to
3716    checkout additional materials.
3717
3718 .. _marklostitemsasreturned-label:
3719
3720 MarkLostItemsAsReturned
3721 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3722
3723 Default: Disable
3724
3725 Asks: \_\_\_ items as returned when flagged as lost.
3726
3727 Values:
3728
3729 -  [Select All]
3730
3731 -  From the batch item modification tool
3732
3733 -  From the items tab of the catalog module
3734
3735 -  From the longoverdue cronjob
3736
3737 -  When cataloging an item
3738
3739 Description:
3740
3741 -  The library can choose which of these actions or all of these actions, does an
3742    item gets automatically returned from the patron's account or not.
3743
3744 .. _maxoutstanding-label:
3745
3746 maxoutstanding
3747 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3748
3749 Default: 5
3750
3751 Asks: Prevent patrons from making holds on the OPAC if they owe more
3752 than \_\_\_ USD in fines.
3753
3754 .. _noissuescharge-label:
3755
3756 noissuescharge
3757 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3758
3759 Default: 5
3760
3761 Asks: Prevent patrons from checking out books if they have more than
3762 \_\_\_ USD in fines.
3763
3764 Description:
3765
3766 -  This preference is the maximum amount of money owed to the library
3767    before the user is banned from borrowing more items. Using the
3768    :ref:`ManInvInNoissuesCharge` and
3769    :ref:`RentalsInNoissuesCharge` preferences
3770    you can control which types of charges are considered in this total.
3771    This also coincides with :ref:`maxoutstanding` that
3772    limits patrons from placing holds when the maximum amount is owed to
3773    the library.
3774
3775 .. _noissueschargeguarantees-label:
3776
3777 NoIssuesChargeGuarantees
3778 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3779
3780 Asks: Prevent a patron from checking out if the patron has guarantees
3781 owing in total more than \_\_\_ USD in fines.
3782
3783 Description:
3784
3785 -  Allows a library to prevent patrons from checking out items if his or
3786    her guarantees owe too much in fines.
3787
3788 .. _norenewalbeforeprecision-label:
3789
3790 NoRenewalBeforePrecision
3791 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3792
3793 Default: date
3794
3795 Asks: Calculate "No renewal before" based on \_\_\_.
3796
3797 Values:
3798
3799 -  date
3800
3801 -  exact time
3802
3803     **Note**
3804
3805     Only relevant for loans calculated in days, hourly loans are not
3806     affected.
3807
3808 Description:
3809
3810 -  This preference allows you to control how the 'No renewal before"
3811    option in the :ref:`Circulation and fines rules`
3812    administration area.
3813
3814 .. _noticebcc-label:
3815
3816 NoticeBcc
3817 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3818
3819 Asks: Send all notices as a BCC to this email address \_\_\_
3820
3821 This preference makes it so that a librarian can get a copy of every
3822 notice sent out to patrons.
3823
3824     **Note**
3825
3826     If you'd like more than one person to receive the blind copy you can
3827     simply enter in multiple email addresses separated by commas.
3828
3829 .. _onsitecheckouts-label:
3830
3831 OnSiteCheckouts
3832 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3833
3834 Default: Disable
3835
3836 Asks: \_\_\_ the on-site checkouts feature.
3837
3838 Values:
3839
3840 -  Disable
3841
3842 -  Enable
3843
3844    |image1184|
3845
3846 Description:
3847
3848 -  This preference lets you check out items that are 'not for loan' to
3849    patrons. A checkbox is added to the checkout screen when this
3850    preference is set to 'Enable' labeled 'On-site checkout'. This allows
3851    you to track who's using items that are normally not for loan or are
3852    in a closed stack setting.
3853
3854 .. _onsitecheckoutsforce-label:
3855
3856 OnSiteCheckoutsForce
3857 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3858
3859 Default: Disable
3860
3861 Asks: \_\_\_ the on-site for all cases (Even if a user is debarred,
3862 etc.).
3863
3864 Values:
3865
3866 -  Disable
3867
3868 -  Enable
3869
3870    |image31|
3871
3872 Description:
3873
3874 -  This preference lets the staff override any restrictions a patron
3875    might have and check out items for use within the library. The
3876    :ref:`OnSiteCheckouts` preference must first be set
3877    to 'Enable' for this preference to be considered.
3878
3879 .. _opacfinenorenewalsblockautorenew-label:
3880
3881 OPACFineNoRenewalsBlockAutoRenew
3882 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3883
3884 Default: Allow
3885
3886 Asks: If a patron owes more than the value of :ref:`OPACFineNoRenewals`,
3887 \_\_\_ his/her auto renewals.
3888
3889 Values:
3890
3891 -  Allow
3892
3893 -  Block
3894
3895 .. _overduenoticecalendar-label:
3896
3897 OverdueNoticeCalendar
3898 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3899
3900 Default: Ignore calendar
3901
3902 Asks: \_\_\_ when working out the period for overdue notices
3903
3904 Values:
3905
3906 -  Ignore calendar
3907
3908    -  Notices do not take holidays into account, so they will be sent
3909       even if holidays have meant the item is not actually overdue yet
3910
3911 -  Use calendar
3912
3913    -  Notices take holidays into account, so they will not be sent if
3914       holidays mean the item is not actually overdue yet
3915
3916 .. _overduesblockcirc-label:
3917
3918 OverduesBlockCirc
3919 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3920
3921 Default: Ask for confirmation
3922
3923 Asks: \_\_\_ when checking out to a borrower that has overdues
3924 outstanding
3925
3926 Values:
3927
3928 -  Ask for confirmation
3929
3930    -  Will not let you check an item out to patrons with overdues until
3931       a librarian confirms that it is okay
3932
3933 -  Block
3934
3935    -  Block all patrons with overdue items from being able to check out
3936
3937 -  Don't block
3938
3939    -  Allow all patrons with overdue items to continue to check out
3940
3941 .. _overduesblockrenewing-label:
3942
3943 OverduesBlockRenewing
3944 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3945
3946 Default: allow renewing
3947
3948 Asks: When a patron's checked out item is overdue, \_\_\_
3949
3950 Values:
3951
3952 -  allow renewing
3953
3954 -  block renewing for all the patron's items
3955
3956 -  block renewing for only this item
3957
3958 .. _printnoticesmaxlines-label:
3959
3960 PrintNoticesMaxLines
3961 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3962
3963 Asks: Include up to \_\_\_ item lines in a printed overdue notice.
3964
3965     **Note**
3966
3967     If the number of items is greater than this number, the notice will
3968     end with a warning asking the borrower to check their online account
3969     for a full list of overdue items.
3970
3971     **Note**
3972
3973     Set to 0 to include all overdue items in the notice, no matter how
3974     many there are.
3975
3976     **Important**
3977
3978     This preference only refers to the print notices, not those sent via
3979     email.
3980
3981 .. _renewalperiodbase-label:
3982
3983 RenewalPeriodBase
3984 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3985
3986 Default: the old due date of the checkout
3987
3988 Asks: When renewing checkouts, base the new due date on \_\_\_
3989
3990 Values:
3991
3992 -  the old due date of the checkout
3993
3994 -  the current date
3995
3996 .. _renewalsendnotice-label:
3997
3998 RenewalSendNotice
3999 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4000
4001 Default: Don't send
4002
4003 Asks: \_\_\_\_ a renewal notice according to patron checkout alert
4004 preferences.
4005
4006 Values:
4007
4008 -  Don't send
4009
4010 -  Send
4011
4012 Description:
4013
4014 -  If a patron has chosen to receive a check out notice in their
4015    messaging preferences and this preference is set to 'Send' then those
4016    patrons will also receive a notice when they renew materials. You
4017    will want to set up a :ref:`new notice <adding-notices-and-slips-label>` with the code of
4018    RENEWAL (if you don't already have it) with custom text for renewing
4019    items.
4020
4021        **Important**
4022
4023        This preference requires that you have
4024        :ref:`EnhancedMessagingPreferences`
4025        set to 'Allow'
4026
4027 .. _rentalfeescheckoutconfirmation-label:
4028
4029 RentalFeesCheckoutConfirmation
4030 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4031
4032 Default: do not ask
4033
4034 Asks: When checking out an item with rental fees, \_\_\_ for
4035 confirmation.
4036
4037 Values:
4038
4039 -  ask
4040
4041   |image1183|
4042
4043 -  do not ask
4044
4045 Description:
4046
4047 -  If you are charging rental fees for items this preference will make
4048    it so that you can show (or not show) a confirmation before checking
4049    out an item that will incur a rental charge.
4050
4051 .. _rentalsinnoissuescharge-label:
4052
4053 RentalsInNoissuesCharge
4054 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4055
4056 Default: Include
4057
4058 Asks: \_\_\_ rental charges when summing up charges for noissuescharge.
4059
4060 Values:
4061
4062 -  Don't include
4063
4064 -  Include
4065
4066 Description:
4067
4068 -  This preference lets you decide if rental charges are included when
4069    calculating the :ref:`noissuescharge`. If this is set
4070    to include then Koha will include all rental charges when deciding if
4071    the patron owes too much money to check anything else out of the
4072    library. If it's set to Don't include then Koha will ignore all
4073    rental charges when figuring out if the patron owes too much money to
4074    checkout additional materials.
4075
4076 .. _restrictionblockrenewing-label:
4077
4078 RestrictionBlockRenewing
4079 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4080
4081 Default: Allow
4082
4083 Asks: If patron is restricted, \_\_\_ renewing of items.
4084
4085 Values:
4086
4087 -  Allow
4088
4089 -  Block
4090
4091 .. _returnbeforeexpiry-label:
4092
4093 ReturnBeforeExpiry
4094 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4095
4096 Default: Don't require
4097
4098 Asks: \_\_\_ patrons to return books before their accounts expire (by
4099 restricting due dates to before the patron's expiration date).
4100
4101 Values:
4102
4103 -  Don't require
4104
4105 -  Require
4106
4107 Description:
4108
4109 -  This is preference may prevent a patron from having items checked out
4110    after their library card has expired. If this is set to "Require",
4111    then a due date of any checked out item can not be set for a date
4112    which falls after the patron's card expiration. If the setting is
4113    left "Don't require" then item check out dates may exceed the
4114    expiration date for the patron's library card.
4115
4116 .. _staffsearchresultsdisplaybranch-label:
4117
4118 StaffSearchResultsDisplayBranch
4119 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4120
4121 Default: the library the item is held by
4122
4123 Asks: For search results in the staff client, display the branch of
4124 \_\_\_
4125
4126 Values:
4127
4128 -  the library the item is from
4129
4130 -  the library the items is held by
4131
4132 .. _switchonsitecheckouts-label:
4133
4134 SwitchOnSiteCheckouts
4135 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4136
4137 Default: Don't switch
4138
4139 Asks: \_\_\_ on-site checkouts to normal checkouts when checked out.
4140
4141 Values:
4142
4143 -  Don't switch
4144
4145 -  Switch
4146
4147 .. _transfersmaxdayswarning-label:
4148
4149 TransfersMaxDaysWarning
4150 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4151
4152 Default: 3
4153
4154 Asks: Show a warning on the "Transfers to Receive" screen if the
4155 transfer has not been received \_\_\_ days after it is sent.
4156
4157 Description:
4158
4159 -  The TransferMaxDaysWarning preference is set at a default number of
4160    days. This preference allows for a warning to appear after a set
4161    amount of time if an item being transferred between library branches
4162    has not been received. The warning will appear in the :ref:`Transfers to
4163    Receive <transfers-to-receive-label>` report.
4164
4165 .. _usebranchtransferlimits-and-branchtransferlimitstype-label:
4166
4167 UseBranchTransferLimits and BranchTransferLimitsType
4168 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4169
4170 Defaults: Don't enforce and collection code
4171
4172 Asks: \_\_\_ branch transfer limits based on \_\_\_
4173
4174 UseBranchTransferLimits Values:
4175
4176 -  Don't enforce
4177
4178 -  Enforce
4179
4180 BranchTransferLimitsType Values:
4181
4182 -  collection code
4183
4184 -  item type
4185
4186 BranchTransferLimitsType Description:
4187
4188 -  This parameter is a binary setting which determines whether items are
4189    transferred according to item type or collection code. This value
4190    determines how the library manager is able to restrict what items can
4191    be transferred between the branches.
4192
4193 .. _usedaysmode-label:
4194
4195 useDaysMode
4196 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4197
4198 Default: Don't include
4199
4200 Asks: Calculate the due date using \_\_\_.
4201
4202 Values:
4203
4204 -  circulation rules only.
4205
4206 -  the calendar to push the due date to the next open day.
4207
4208 -  the calendar to skip all days the library is closed.
4209
4210 Description:
4211
4212 -  This preference controls how scheduled library closures affect the
4213    due date of a material. The 'the calendar to skip all days the
4214    library is closed' setting allows for a scheduled closure not to
4215    count as a day in the loan period, the 'circulation rules only'
4216    setting would not consider the scheduled closure at all, and 'the
4217    calendar to push the due date to the next open day' would only effect
4218    the due date if the day the item is due would fall specifically on
4219    the day of closure.
4220
4221 Example:
4222
4223 -  The library has put December 24th and 25th in as closures on the
4224    calendar. A book checked out by a patron has a due date of December
4225    25th according to the circulation and fine rules. If this preference
4226    is set to 'circulation rules only' then the item will remain due on
4227    the 25th. If the preference is set to 'the calendar to push the due
4228    date to the next open day' then the due date will be December 26th.
4229    If the preference is set to 'the calendar to skip all days the
4230    library is closed' then the due date will be pushed to the 27th of
4231    December to accommodate for the two closed days.
4232
4233 The calendar is defined on a branch by branch basis. To learn more about
4234 the calendar, check out the :ref:`Calendar & Holidays <calendar-label>`
4235 section of this manual.
4236
4237 .. _usetransportcostmatrix-label:
4238
4239 UseTransportCostMatrix
4240 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4241
4242 Default: Don't use
4243
4244 Asks: \_\_\_ Transport Cost Matrix for calculating optimal holds filling
4245 between branches.
4246
4247 Values:
4248
4249 -  Don't use
4250
4251 -  Use
4252
4253 Description:
4254
4255 -  If the system is configured to use the :ref:`Transport cost
4256    matrix <transport-cost-matrix-label>` for filling holds, then when
4257    attempting to fill a hold, the system will search for the lowest cost
4258    branch, and attempt to fill the hold with an item from that branch
4259    first. Branches of equal cost will be selected from randomly. The
4260    branch or branches of the next highest cost shall be selected from
4261    only if all the branches in the previous group are unable to fill the
4262    hold.
4263
4264    The system will use the item's current holding branch when
4265    determining whether the item can fulfill a hold using the Transport
4266    Cost Matrix.
4267
4268 .. _course-reserves-system-preferences-label:
4269
4270 Course Reserves
4271 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4272
4273 .. _usecoursereserves-label:
4274
4275 UseCourseReserves
4276 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4277
4278 Default: Don't use
4279
4280 Asks: \_\_\_ course reserves
4281
4282 Values:
4283
4284 -  Don't use
4285
4286 -  Use
4287
4288 Description:
4289
4290 -  The `Course Reserves <#coursereserves>`__ module in Koha allows you
4291    to temporarily move items to 'reserve' and assign different
4292    circulation rules to these items while they are being used for a
4293    specific course.
4294
4295 .. _fines-policy-label:
4296
4297 Fines Policy
4298 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4299
4300 .. _finescalendar-label:
4301
4302 finesCalendar
4303 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4304
4305 Default: not including the days the library is closed
4306
4307 Asks: Calculate fines based on days overdue \_\_\_
4308
4309 Values:
4310
4311 -  directly
4312
4313 -  not including the days the library is closed
4314
4315 Description:
4316
4317 -  This preference will determine whether or not fines will be accrued
4318    during instances when the library is closed. Examples include
4319    holidays, library in-service days, etc. Choosing "not including the
4320    days the library is closed" setting will enable Koha to access its
4321    :ref:`Calendar` module and be considerate of dates when
4322    the library is closed. To make use of this setting the administrator
4323    must first access Koha's calendar and mark certain days as "holidays"
4324    ahead of time.
4325
4326 The calendar is defined on a branch by branch basis. To learn more about
4327 the calendar, check out the :ref:`calendar <calendar-label>`
4328 section of this manual.
4329
4330 .. _finesincludegraceperiod-label:
4331
4332 FinesIncludeGracePeriod
4333 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4334
4335 Default: Include
4336
4337 Asks: \_\_\_ the grace period when calculating the fine for an overdue
4338 item.
4339
4340 Values:
4341
4342 -  Don't include
4343
4344 -  Include
4345
4346 Description:
4347
4348 -  This preference lets you control how Koha calculates fines when there
4349    is a grace period. If you choose to include the grace period when
4350    calculating fines then Koha will charge for the days in the grace
4351    period should the item be overdue more than those days. If you choose
4352    not to include the grace period then Koha will only charge for the
4353    days overdue after the grace period.
4354
4355 .. _finesmode-label:
4356
4357 finesMode
4358 ^^^^^^^^^^^^^^^^^^^^^^^^^^
4359
4360 Default: Calculate (but only for mailing to the admin)
4361
4362 Asks: \_\_\_ fines
4363
4364 Values:
4365
4366 -  Calculate (but only for mailing to the admin)
4367
4368 -  Calculate and charge
4369
4370 -  Don't calculate
4371
4372     **Important**
4373
4374     Requires that you have the fines cron job running
4375     (misc/cronjobs/fines.pl)
4376
4377 .. _holdfeemode-label:
4378
4379 HoldFeeMode
4380 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4381
4382 Default: only if all items are checked out and the record has at least one hold already.
4383
4384 Asks: Charge a hold fee \_\_\_
4385
4386 Values:
4387
4388 -  any time a hold is collected.
4389
4390 -  any time a hold is placed.
4391
4392 -  only if all items are checked out and the record has at least one hold already.
4393
4394 .. _processingfeenote-label:
4395
4396 ProcessingFeeNote
4397 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4398
4399 Asks: Set the text to be recorded in the column 'note', table 'accountlines' when the processing fee (defined in item type) is applied.
4400
4401 .. _refundlostonreturncontrol-label:
4402
4403 RefundLostOnReturnControl
4404 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4405
4406 Default: check-in library.
4407
4408 Asks: If a lost item is returned, apply the refunding rules defined
4409 in the \_\_\_
4410
4411 Values:
4412
4413 -  check-in library.
4414
4415 -  item holding branch.
4416
4417 -  item home branch.
4418
4419 .. _usedefaultreplacementcost-label:
4420
4421 useDefaultReplacementCost
4422 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4423
4424 Default: Don't use
4425
4426 Asks: \_\_\_ the default replacement cost defined in item type.
4427
4428 Values:
4429
4430 -  Don't use
4431
4432 -  Use
4433
4434 Description:
4435
4436 -  This preference enables the use of the replacement cost set on the item type level
4437
4438 .. _whenlostchargereplacementfee-label:
4439
4440 WhenLostChargeReplacementFee
4441 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4442
4443 Default: Charge
4444
4445 Asks: \_\_\_ the replacement price when a patron loses an item.
4446
4447 Values:
4448
4449 -  Charge
4450
4451 -  Don't charge
4452
4453 Description:
4454
4455 -  This preference lets you tell Koha what to do with an item is marked
4456    lost. If you want Koha can 'Charge' the patron the replacement fee
4457    listed on the item they lost or it can do nothing in reference to the
4458    patron and just mark the item lost in the catalog.
4459
4460 .. _whenlostforgivefine-label:
4461
4462 WhenLostForgiveFine
4463 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4464
4465 Default: Don't forgive
4466
4467 Asks: \_\_\_ the fines on an item when it is lost.
4468
4469 Values:
4470
4471 -  Don't forgive
4472
4473 -  Forgive
4474
4475 Description:
4476
4477 -  This preference allows the library to decide if fines are charged in
4478    addition to the replacement fee when an item is marked as lost. If
4479    this preference is set to 'Forgive' then the patron won't be charged
4480    fines in addition to the replacement fee.
4481
4482 .. _holds-policy-label:
4483
4484 Holds Policy
4485 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4486
4487 .. _allowholddateinfuture-label:
4488
4489 AllowHoldDateInFuture
4490 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4491
4492 Default: Allow
4493
4494 Asks: \_\_\_ hold requests to be placed that do not enter the waiting
4495 list until a certain future date.
4496
4497 Values:
4498
4499 -  Allow
4500
4501 -  Don't allow
4502
4503 .. _allowholditemtypeselection-label:
4504
4505 AllowHoldItemTypeSelection
4506 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4507
4508 Default: Don't allow
4509
4510 Asks: \_\_\_ hold fulfillment to be limited by itemtype.
4511
4512 Values:
4513
4514 -  Allow
4515
4516 -  Don't allow
4517
4518 .. _allowholdpolicyoverride-label:
4519
4520 AllowHoldPolicyOverride
4521 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4522
4523 Default: Allow
4524
4525 Asks: \_\_\_ staff to override hold policies when placing holds.
4526
4527 Values:
4528
4529 -  Allow
4530
4531 -  Don't allow
4532
4533 Description:
4534
4535 -  This preference is a binary setting which controls whether or not the
4536    library staff can override the circulation and fines rules as they
4537    pertain to the placement of holds. Setting this value to "Don't
4538    allow" will prevent anyone from overriding, setting it to "Allow"
4539    will allow it. This setting is important because it determines how
4540    strict the libraries rules for placing holds are. If this is set to
4541    "Allow", exceptions can be made for patrons who are otherwise
4542    normally in good standing with the library, but there is opportunity
4543    for the staff to abuse this function. If it is set to "Don't allow",
4544    no abuse of the system is possible, but it makes the system entirely
4545    inflexible in respect to holds.
4546
4547 .. _allowholdsondamageditems-label:
4548
4549 AllowHoldsOnDamagedItems
4550 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4551
4552 Default: Allow
4553
4554 Asks: \_\_\_ hold requests to be placed on damaged items.
4555
4556 Values:
4557
4558 -  Allow
4559
4560 -  Don't allow
4561
4562 Description:
4563
4564 -  This parameter is a binary setting which controls whether or not hold
4565    requests can be placed on items that are marked as "damaged" (items
4566    are marked as damaged by editing subfield 4 on the item record).
4567    Setting this value to "Don't allow" will prevent anyone from placing
4568    a hold on such items, setting it to "Allow" will allow it. This
4569    preference is important because it determines whether or not a patron
4570    can place a request for an item that might be in the process of being
4571    repaired or not in good condition. The library may wish to set this
4572    to "Don't allow" if they were concerned about their patrons not
4573    receiving the item in a timely manner or at all (if it is determined
4574    that the item is beyond repair). Setting it to "Allow" would allow a
4575    patron to place a hold on an item and therefore receive it as soon as
4576    it becomes available.
4577
4578 .. _allowholdsonpatronspossessions-label:
4579
4580 AllowHoldsOnPatronsPossessions
4581 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4582
4583 Default: Allow
4584
4585 Asks: \_\_\_\_ a patron to place a hold on a record where the patron
4586 already has one or more items attached to that record checked out.
4587
4588 Values:
4589
4590 -  Allow
4591
4592 -  Don't allow
4593
4594 Description:
4595
4596 -  By setting to "Don't allow," you can prevent patrons from placing
4597    holds on items they already have out, thus preventing them from
4598    blocking anyone else from getting an item.
4599
4600 .. _allowrenewalifotheritemsavailable-label:
4601
4602 AllowRenewalIfOtherItemsAvailable
4603 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4604
4605 Default: Don't allow
4606
4607 Asks: \_\_\_ a patron to renew an item with unfilled holds if other
4608 available items can fill that hold.
4609
4610 Values:
4611
4612 -  Allow
4613
4614 -  Don't allow
4615
4616 .. _autoresumesuspendedholds-label:
4617
4618 AutoResumeSuspendedHolds
4619 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4620
4621 Default: Allow
4622
4623 Asks: \_\_\_ suspended holds to be automatically resumed by a set date.
4624
4625 Values:
4626
4627 -  Allow
4628
4629 -  Don't allow
4630
4631 Description:
4632
4633 -  If this preference is set to 'Allow' then all suspended holds will be
4634    able to have a date at after which they automatically become
4635    unsuspended. If you have this preference set to 'Allow' you will also
4636    need the :ref:`Unsuspend Holds` cron job running.
4637
4638     **Important**
4639
4640     The holds will become unsuspended the date after that entered by the
4641     patron.
4642
4643 .. _canmarkholdstopullaslost-label:
4644
4645 CanMarkHoldsToPullAsLost
4646 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4647
4648 Default: Do not allow to mark items as lost
4649
4650 Asks: \_\_\_ from the 'Holds to pull' screen
4651
4652 Values:
4653
4654 -  Allow to mark items as lost
4655
4656 -  Allow to mark items as lost and notify the patron
4657
4658 -  Do not allow to mark items as lot
4659
4660 Description:
4661
4662 -  This preference lets you choose whether the staff can mark items
4663    as lost directly from the 'Holds to pull' list if they can't
4664    find the item on the shelf.
4665
4666 .. _canreservefromotherbranches-label:
4667
4668 canreservefromotherbranches
4669 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4670
4671 Default: Allow
4672
4673 Asks: \_\_\_ a user from one library to place a hold on an item from
4674 another library
4675
4676 Description:
4677
4678 -  This preference is a binary setting which determines whether patrons
4679    can place holds on items from other branches. If the preference is
4680    set to "Allow" patrons can place such holds, if it is set to "Don't
4681    allow" they cannot. This is an important setting because it
4682    determines if users can use Koha to request items from another
4683    branch. If the library is sharing an installation of Koha with other
4684    independent libraries which do not wish to allow interlibrary
4685    borrowing it is recommended that this parameter be set to "Don't
4686    allow".
4687
4688 Values:
4689
4690 -  Allow
4691
4692 -  Don't allow (with :ref:`IndependentBranches`)
4693
4694 .. _confirmfutureholds-label:
4695
4696 ConfirmFutureHolds
4697 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4698
4699 Default: 0
4700
4701 Asks: Confirm future hold requests (starting no later than \_\_\_ days
4702 from now) at checkin time.
4703
4704 Description:
4705
4706 -  When confirming a hold at checkin time, the number of days in this
4707    preference is taken into account when deciding which holds to show
4708    alerts for. This preference does not interfere with renewing,
4709    checking out or transferring a book.
4710
4711     **Note**
4712
4713     This number of days will be used too in calculating the default end
4714     date for the Holds to pull-report. But it does not interfere with
4715     issuing, renewing or transferring books.
4716
4717     **Important**
4718
4719     This preference is only looked at if you're allowing hold dates in
4720     the future with :ref:`AllowHoldDateInFuture`
4721     or :ref:`OPACAllowHoldDateInFuture`
4722
4723 .. _decreaseloanhighholds-preferences-label:
4724
4725 decreaseLoanHighHolds, decreaseLoanHighHoldsDuration, decreaseLoanHighHoldsValue, decreaseLoanHighHoldsControl, and decreaseLoanHighHoldsIgnoreStatuses
4726 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4727
4728 Asks: \_\_\_ the reduction of loan period \_\_\_ to days for items with
4729 more than \_\_\_ holds \_\_\_ . Ignore items with the following statuses
4730 when counting items \_\_\_
4731
4732 decreaseLoanHighHolds default: Don't enable
4733
4734 decreaseLoanHighHoldsControl default: on the record
4735
4736 decreaseLoanHighHolds values:
4737
4738 -  Enable
4739
4740 decreaseLoanHighHoldsControl values:
4741
4742 -  over the number of holdable items on the records
4743
4744 -  on the record
4745
4746 decreaseLoanHighHoldsIgnoreStatuses values:
4747
4748 -  [Select All]
4749
4750 -  Damages
4751
4752 -  Lost
4753
4754 -  Not for loan
4755
4756 -  Withdrawn
4757
4758 Description:
4759
4760 -  These preferences let you change the loan length for items that have
4761    many holds on them. This will not effect items that are already
4762    checked out, but items that are checked out after the
4763    decreaseLoanHighHoldsValue is met will only be checked out for the
4764    number of days entered in the decreaseLoanHighHoldsDuration
4765    preference.
4766
4767    |image32|
4768
4769 .. _displaymultiplacehold-label:
4770
4771 DisplayMultiPlaceHold
4772 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4773
4774 Default: Don't enable
4775
4776 Asks: \_\_\_ the ability to place holds on multiple biblio from the
4777 search results
4778
4779 Values:
4780
4781 -  Don't enable
4782
4783 -  Enable
4784
4785 .. _emaillibrarianwhenholdisplaced-label:
4786
4787 emailLibrarianWhenHoldIsPlaced
4788 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4789
4790 Default: Don't enable
4791
4792 Asks: \_\_\_ sending an email to the Koha administrator email address
4793 whenever a hold request is placed.
4794
4795 Values:
4796
4797 -  Don't enable
4798
4799 -  Enable
4800
4801 Description:
4802
4803 -  This preference enables Koha to email the library staff whenever a
4804    patron requests an item to be held. While this function will
4805    immediately alert the librarian to the patron's need, it is extremely
4806    impractical in most library settings. In most libraries the hold
4807    lists are monitored and maintained from a separate interface. That
4808    said, many libraries that allow on shelf holds prefer to have this
4809    preference turned on so that they are alerted to pull an item from
4810    the shelf.
4811
4812     **Important**
4813
4814     In order for this email to send you must have a
4815     :ref:`notice <notices-and-slips-label>` template with the code of HOLDPLACED
4816
4817     **Important**
4818
4819     This notice will only be sent if the :ref:`process\_message\_queue.pl
4820     cron job <cron-message-queue-label>` is being run periodically to send the
4821     messages.
4822
4823 .. _excludeholidaysfrommaxpickupdelay-label:
4824
4825 ExcludeHolidaysFromMaxPickUpDelay
4826 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4827
4828 Default: Don't allow
4829
4830 Asks: \_\_\_ Closed days to be taken into account in reserves max pickup delay.
4831
4832 Values:
4833
4834 -  Don't allow
4835
4836 -  Allow
4837
4838 .. _expirereservesmaxpickupdelay-label:
4839
4840 ExpireReservesMaxPickUpDelay
4841 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4842
4843 Default: Don't allow
4844
4845 Asks: \_\_\_ holds to expire automatically if they have not been picked
4846 by within the time period specified in
4847 :ref:`ReservesMaxPickUpDelay`
4848
4849 Values:
4850
4851 -  Allow
4852
4853 -  Don't allow
4854
4855 Description:
4856
4857 -  If set to 'allow' this will cancel holds that have been waiting for
4858    longer than the number of days specified in the
4859    :ref:`ReservesMaxPickUpDelay` system
4860    preference. Holds will only be cancelled if the :ref:`Expire Holds cron
4861    job <cron-expired-holds-label>` is runnning.
4862
4863 .. _expirereservesmaxpickupdelaycharge-label:
4864
4865 ExpireReservesMaxPickUpDelayCharge
4866 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4867
4868 Default: 0
4869
4870 Asks: If using
4871 :ref:`ExpireReservesMaxPickUpDelay`, charge
4872 a borrower who allows his or her waiting hold to expire a fee of \_\_\_
4873 USD
4874
4875 Description:
4876
4877 -  If you are expiring holds that have been waiting too long you can use
4878    this preference to charge the patron for not picking up their hold.
4879    If you don't charge patrons for items that aren't picked up you can
4880    leave this set to the default which is 0. Holds will only be
4881    cancelled and charged if the :ref:`Expire Holds cron
4882    job <cron-expired-holds-label>` is running.
4883
4884 .. _expirereservesonholidays-label:
4885
4886 ExpireReservesOnHolidays
4887 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4888
4889 Default: Allow
4890
4891 Asks: \_\_\_ expired holds to be cancelled on days the library is
4892 closed.
4893
4894 Values:
4895
4896 -  Allow
4897
4898 -  Don't allow
4899
4900 .. _holdssplitqueue-label:
4901
4902 HoldsSplitQueue
4903 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4904
4905 Default: nothing
4906
4907 Asks: In the staff client, split the holds queue into separate tables by \_\_\_
4908
4909 Values:
4910
4911 -  pickup library
4912
4913 -  pickup library and itemtype
4914
4915 -  hold itemtype
4916
4917 -  nothing
4918
4919 Description:
4920
4921 -  This feature allows you to separate holds by pickup library or itemtype in the
4922    holds page of a record (not in the global holds queue found on the circulation
4923    page).
4924
4925 -  When using the up and down arrows the priorities will be changed only
4926    in the group the holds belongs to.
4927
4928 .. _holdssplitqueuenumbering-label:
4929
4930 HoldsSplitQueueNumbering
4931 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4932
4933 Default: the actual priority, which may be out of order
4934
4935 Asks: If the holds queue is split, show librarians \_\_\_
4936
4937 Values:
4938
4939 -  the actual priority, which may be out of order
4940
4941 -  'virtual' priorities, where each group is numbered separately
4942
4943 Description:
4944
4945 -  This system preference is only effective if :ref:`HoldsSplitQueue` is set to
4946    any value except 'nothing'.
4947
4948 -  This system preference controls the priority numbering on the holds page
4949    of a record (not in the global holds queue found on the circulation page).
4950
4951 .. _localholdspriority-preferences-label:
4952
4953 LocalHoldsPriority, LocalHoldsPriorityPatronControl, LocalHoldsPriorityItemControl
4954 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4955
4956 Asks: \_\_\_ priority for filling holds to patrons whose \_\_\_ matches
4957 the item's \_\_\_
4958
4959 LocalHoldsPriority Values:
4960
4961 -  Don't give
4962
4963 -  Give
4964
4965 LocalHoldsPriorityPatronControl Values:
4966
4967 -  home library
4968
4969 -  pickup library
4970
4971 LocalHoldsPriorityItemControl Values:
4972
4973 -  holding library
4974
4975 -  home library
4976
4977 Description:
4978
4979 -  This feature will allow libraries to specify that, when an item is
4980    returned, a local hold may be given priority for fulfillment even
4981    though it is of lower priority in the list of unfilled holds.
4982
4983 .. _maxreserves-label:
4984
4985 maxreserves
4986 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4987
4988 Default: 50
4989
4990 Asks: Patrons can only have \_\_\_ holds at once.
4991
4992 .. _opacallowholddateinfuture-label:
4993
4994 OPACAllowHoldDateInFuture
4995 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4996
4997 Default: Allow
4998
4999 Asks: \_\_\_ patrons to place holds that don't enter the waiting list
5000 until a certain future date.
5001
5002 Values:
5003
5004 -  Allow
5005
5006    -  :ref:`AllowHoldDateInFuture` must also be
5007       enabled for this to work
5008
5009 -  Don't allow
5010
5011 .. _opacallowusertochoosebranch-label:
5012
5013 OPACAllowUserToChooseBranch
5014 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5015
5016 Default: Allow
5017
5018 Asks: \_\_\_ a user to choose the library to pick up a hold from.
5019
5020 Values:
5021
5022 -  Allow
5023
5024 -  Don't allow
5025
5026 Description:
5027
5028 -  Changing this preference will not prevent staff from being able to
5029    transfer titles from one library to another to fill a hold, it will
5030    only prevent patrons from saying they plan on picking a book up at a
5031    library other than their home library.
5032
5033 -  The list of available pickup locations will include all libraries that
5034    have 'Pickup location' set to 'Yes' on the library configuration page.
5035
5036 .. _opacholdsifavailableatpickup-label:
5037
5038 OPACHoldsIfAvailableAtPickup
5039 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5040
5041 Default: Allow
5042
5043 Asks: \_\_\_ to pickup holds at libraries where the item is available.
5044
5045 Values:
5046
5047 -  Don't allow
5048
5049 -  Allow
5050
5051 Description:
5052
5053 -  Prevents borrowers from requesting items that are on the shelf
5054    at the same branch at which they wish to pick up those items.
5055
5056 .. _opacholdsifavailableatpickupexceptions-label:
5057
5058 OPACHoldsIfAvailableAtPickupExceptions
5059 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5060
5061 Default: blank
5062
5063 Asks: Patron categories not affected by :ref:`OPACHoldsIfAvailableAtPickup`
5064 \_\_\_ (list of patron categories separated with a pipe ^|^)
5065
5066 Description:
5067
5068 -  Patron category codes listed here separated by a pipe ^|^ are unaffected by
5069    :ref:`OPACHoldsIfAvailableAtPickup`.
5070
5071 .. _reservescontrolbranch-label:
5072
5073 ReservesControlBranch
5074 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5075
5076 Default: item's home library
5077
5078 Asks: Check the \_\_\_ to see if the patron can place a hold on the
5079 item.
5080
5081 Values:
5082
5083 -  item's home library.
5084
5085 -  patron's home library.
5086
5087 .. _reservesmaxpickupdelay-label:
5088
5089 ReservesMaxPickUpDelay
5090 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5091
5092 Default: 7
5093
5094 Asks: Mark a hold as problematic if it has been waiting for more than
5095 \_\_\_ days.
5096
5097 Description:
5098
5099 -  This preference (based on calendar days, not the
5100    :ref:`Koha holiday calendar <calendar-label>`) puts an expiration date on an item a
5101    patron has on hold. After this expiration date the staff will have
5102    the option to release the unclaimed hold which then may be returned
5103    to the library shelf or issued to the next patron on the item's hold
5104    list. Items that are 'expired' by this preference are moved to the
5105    'Holds Over' tab on the :ref:`Holds Awaiting Pickup <holds-awaiting-pickup-label>`
5106    report.
5107
5108 .. _reservesneedreturns-label:
5109
5110 ReservesNeedReturns
5111 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5112
5113 Default: Don't automatically
5114
5115 Asks: \_\_\_ mark holds as found and waiting when a hold is placed
5116 specifically on them and they are already checked in.
5117
5118 Values:
5119
5120 -  Automatically
5121
5122 -  Don't automatically
5123
5124 Description:
5125
5126 -  This preference refers to 'item specific' holds where the item is
5127    currently on the library shelf. This preference allows a library to
5128    decide whether an 'item specific' hold is marked as "Waiting" at the
5129    time the hold is placed or if the item will be marked as "Waiting"
5130    after the item is checked in. This preference will tell the patron
5131    that their item is 'Waiting' for them at their library and ready for
5132    check out.
5133
5134 .. _holds-queue-system-preferences-label:
5135
5136 StaticHoldsQueueWeight, HoldsQueueSkipClosed and RandomizeHoldsQueueWeight
5137 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5138
5139 StaticHoldsQueueWeight Default: 0
5140
5141 HoldsQueueSkipClosed Default: open or closed
5142
5143 RandomizeHoldsQueueWeight Default: in that order
5144
5145 Asks: Satisfy holds using items from the libraries \_\_\_ (as
5146 branchcodes, separated by commas; if empty, uses all libraries) when
5147 they are \_\_\_ \_\_\_.
5148
5149 HoldsQueueSkipClosed Values:
5150
5151 -  open or closed
5152
5153 -  open
5154
5155 RandomizeHoldsQueueWeight Values:
5156
5157 -  in random order
5158
5159    -  If StaticHoldsQueueWeight is left at the default Koha will
5160       randomize all libraries, otherwise it will randomize the libraries
5161       listed.
5162
5163 -  in that order
5164
5165    -  If StaticHoldsQueueWeight is left at the default then this will
5166       use all of your branches in alphabetical order, otherwise it will
5167       use the branches in the order that you entered them in the
5168       StaticHoldsQueueWeight preference.
5169
5170 Descriptions:
5171
5172 -  These preferences control how the :ref:`Holds Queue
5173    report <holds-queue-label>` is generated using :ref:`a cron
5174    job <cron-holds-queue-report-label>`.
5175
5176    If you do not want all of your libraries to participate in the
5177    on-shelf holds fulfillment process, you should list the the libraries
5178    that \*do\* participate in the process here by inputting all the
5179    participating library's branchcodes, separated by commas ( e.g.
5180    "MPL,CPL,SPL,BML" etc. ).
5181
5182    By default, the holds queue will be generated such that the system
5183    will first attempt to hold fulfillment using items already at the
5184    pickup library if possible. If there are no items available at the
5185    pickup library to fill a hold, build\_holds\_queue.pl will then use
5186    the list of libraries defined in StaticHoldsQueueWeight. If
5187    RandomizeHoldsQueueWeight is disabled ( which it is by default ), the
5188    script will assign fulfillment requests in the order the branches are
5189    placed in the StaticHoldsQueueWeight system preference.
5190
5191    For example, if your system has three libraries, of varying sizes (
5192    small, medium and large ) and you want the burden of holds
5193    fulfillment to be on larger libraries before smaller libraries, you
5194    would want StaticHoldsQueueWeight to look something like
5195    "LRG,MED,SML".
5196
5197    If you want the burden of holds fulfillment to be spread out equally
5198    throughout your library system, simply enable
5199    RandomizeHoldsQueueWeight. When this system preference is enabled,
5200    the order in which libraries will be requested to fulfill an on-shelf
5201    hold will be randomized each time the list is regenerated.
5202
5203     **Important**
5204
5205     The :ref:`Transport Cost Matrix <transport-cost-matrix-label>` takes
5206     precedence in controlling where holds are filled from, if the matrix
5207     is not used then Koha checks the StaticHoldsQueueWeight. To use the
5208     Transport Cost Matrix simply set your
5209     :ref:`UseTransportCostMatrix` preference to
5210     'Use'
5211
5212 .. _suspendholdsintranet-label:
5213
5214 SuspendHoldsIntranet
5215 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5216
5217 Default: Allow
5218
5219 Asks: \_\_\_ holds to be suspended from the intranet.
5220
5221 Values:
5222
5223 -  Allow
5224
5225 -  Don't allow
5226
5227 Description:
5228
5229 -  The holds suspension feature can be turned on and off in the staff
5230    client by altering this system preference. If this is set to 'allow'
5231    you will want to set the
5232    :ref:`AutoResumeSuspendedHolds` system
5233    preference.
5234
5235 .. _suspendholdsopac-label:
5236
5237 SuspendHoldsOpac
5238 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5239
5240 Default: Allow
5241
5242 Asks: \_\_\_ holds to be suspended from the OPAC.
5243
5244 Values:
5245
5246 -  Allow
5247
5248 -  Don't allow
5249
5250 Description:
5251
5252 -  The holds suspension feature can be turned on and off in the OPAC by
5253    altering this system preference. If this is set to 'allow' you will
5254    want to set the
5255    :ref:`AutoResumeSuspendedHolds` system
5256    preference.
5257
5258 .. _transferwhencancelallwaitingholds-label:
5259
5260 TransferWhenCancelAllWaitingHolds
5261 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5262
5263 Default: Don't transfer
5264
5265 Asks: \_\_\_ items when cancelling all waiting holds.
5266
5267 Values:
5268
5269 -  Don't transfer
5270
5271 -  Transfer
5272
5273 Description:
5274
5275 -  When TransferWhenCancelAllWaitingHolds is set to "Don't transfer", no
5276    branch transfer records are created. Koha will not allow the holds to
5277    be transferred, because that would orphan the items at the library
5278    where the holds were awaiting pickup, without any further instruction
5279    to staff as to what items are at the library or where they need to
5280    go. When that system preference set to "Transfer", branch transfers
5281    are created, so the holds may be cancelled.
5282
5283 .. _updateitemwhenlostfromholdlist-label:
5284
5285 UpdateItemWhenLostFromHoldList
5286 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5287
5288 Asks: Update item's values when marked as lost from the hold to pull screen.
5289
5290 Description:
5291
5292 -  This is a list of values to update an item when it is marked as lost from
5293    the holds to pull screen. For example, write "itemlost: 1" to set the items.
5294    itemlost value to 1 when the item is marked as lost. This will use the authorized
5295    value 1 from the LOST authorized value list.
5296
5297 .. _housebound-module-label:
5298
5299 Housebound module
5300 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5301
5302 .. _houseboundmodule-label:
5303
5304 HouseboundModule
5305 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5306
5307 Default: Disable
5308
5309 Asks: \_\_\_ housebound module
5310
5311 Values:
5312
5313 -  Disable
5314
5315 -  Enable
5316
5317 Description:
5318
5319 -  This preference enables or disables the Housebound module which
5320    handles management of circulation to Housebound readers.
5321
5322 .. _housebound-interface-label:
5323
5324 Interface
5325 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5326
5327 .. _allowallmessagedeletion-label:
5328
5329 AllowAllMessageDeletion
5330 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5331
5332 Default: Don't allow
5333
5334 Asks: \_\_\_ staff to delete messages added from other libraries.
5335
5336 Values:
5337
5338 -  Allow
5339
5340 -  Don't allow
5341
5342 .. _allowcheckoutnotes-label:
5343
5344 AllowCheckoutNotes
5345 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5346
5347 Default: Don't allow
5348
5349 Asks: \_\_\_ patrons to submit notes about checked out items.
5350
5351 Values:
5352
5353 -  Don't allow
5354
5355 -  Allow
5356
5357 This preference if set to allow will give your patrons the option to add
5358 a note to an item they have checked out on the OPAC side.  This note will be
5359 seen on the staff side when the item is checked in.
5360
5361 .. _allowofflinecirculation-label:
5362
5363 AllowOfflineCirculation
5364 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5365
5366 Default: Do not enable
5367
5368 Asks: \_\_\_ offline circulation on regular circulation computers.
5369
5370 Values:
5371
5372 -  Do not enable
5373
5374 -  Enable
5375
5376 Description:
5377
5378 -  Setting this preference to 'Enable' allows you to use the Koha
5379    interface for :ref:`offline circulation <offline-circulation-utilities-label>`. This system
5380    preference does not affect the :ref:`Firefox
5381    plugin <firefox-plugin-label>` or the :ref:`desktop
5382    application <offline-circ-tool-for-windows-label>`, any of these three options can
5383    be used for offline circulation without effecting the other.
5384
5385 .. _autoswitchpatron-label:
5386
5387 AutoSwitchPatron
5388 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5389
5390 Default: Don't enable
5391
5392 Asks: \_\_\_ the automatic redirection to another patron when a patron
5393 barcode is scanned instead of a book. This should not be enabled if you
5394 have overlapping patron and book barcodes.
5395
5396 Values:
5397
5398 -  Don't enable
5399
5400 -  Enable
5401
5402 Description:
5403
5404 -  Enabling this system preference allows staff to scan a patron barcode instead
5405    of an item barcode in the checkout box to switch patron records.
5406
5407 .. _circautocompl-label:
5408
5409 CircAutocompl
5410 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5411
5412 Default: Try
5413
5414 Asks: \_\_\_ to automatically fill in the member when entering a patron
5415 search on the circulation screen.
5416
5417 Description:
5418
5419 -  This preference is a binary setting which determines whether
5420    auto-completion of fields is enabled or disabled for the circulation
5421    input field. Setting it to "Try" would enable a staff member to begin
5422    typing a name or other value into the field and have a menu pop up
5423    with suggestions for completing it. Setting it to "Don't try" would
5424    disable this feature. This preference can make staff members' jobs
5425    easier or it could potentially slow down the page loading process.
5426
5427 Values:
5428
5429 -  Don't try
5430
5431 -  Try
5432
5433    |image33|
5434
5435 .. _circautoprintquickslip-label:
5436
5437 CircAutoPrintQuickSlip
5438 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5439
5440 Default: open a print quick slip window
5441
5442 Asks: When an empty barcode field is submitted in circulation \_\_\_
5443
5444 Values:
5445
5446 -  clear the screen
5447
5448 -  open a print quick slip window
5449
5450 -  open a print slip window
5451
5452 Description:
5453
5454 -  If this preference is set to open a quick slip
5455    (:ref:`ISSUEQSLIP <existing-notices-and-slips-label>`) or open a slip
5456    (:ref:`ISSUESLIP <existing-notices-and-slips-label>`) for printing it will eliminate the
5457    need for the librarian to click the print button to generate a
5458    checkout receipt for the patron they're checking out to. If the
5459    preference is set to clear the screen then "checking out" an empty
5460    barcode will clear the screen of the patron you were last working
5461    with.
5462
5463 .. _circsidebar-label:
5464
5465 CircSidebar
5466 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5467
5468 Default: Deactivate
5469
5470 Asks: \_\_\_ the navigation sidebar on all Circulation pages.
5471
5472 Values:
5473
5474 -  Deactivate
5475
5476 -  Activate
5477
5478 .. _displayclearscreenbutton-label:
5479
5480 DisplayClearScreenButton
5481 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5482
5483 Default: Show
5484
5485 Asks: \_\_\_ a button to clear the current patron from the screen on the
5486 circulation screen.
5487
5488 Values:
5489
5490 -  Don't show
5491
5492    |image36|
5493
5494 -  Show
5495
5496    |image37|
5497
5498 .. _exportcirchistory-label:
5499
5500 ExportCircHistory
5501 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5502
5503 Default: Don't show
5504
5505 Asks: \_\_\_ the export patron checkout history options.
5506
5507 Values:
5508
5509 -  Don't show
5510
5511 -  Show
5512
5513 .. _exportremovefields-label:
5514
5515 ExportRemoveFields
5516 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5517
5518 Asks: The following fields should be excluded from the patron checkout
5519 history CSV or iso2709 export \_\_\_
5520
5521 Description:
5522
5523 -  This space separated list of fields (e.g. 100a 245b) will
5524    automatically be excluded when exporting the patron's current
5525    checkout history.
5526
5527    |image38|
5528
5529 .. _filterbeforeoverduereport-label:
5530
5531 FilterBeforeOverdueReport
5532 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5533
5534 Default: Don't require
5535
5536 Asks: \_\_\_ staff to choose which checkouts to show before running the
5537 overdues report.
5538
5539 Description:
5540
5541 -  Koha's overdue report shows you all of the overdue items in your
5542    library system. If you have a large library system you'll want to set
5543    this preference to 'Require' to force those running the report to
5544    first limit the data generated to a branch, date range, patron
5545    category or other such filter. Requiring that the report be filtered
5546    before it's run prevents your staff from running a system heavy
5547    report and slowing down other operations in the system.
5548
5549    |image34|
5550
5551 Values:
5552
5553 -  Don't require
5554
5555 -  Require
5556
5557 .. _finenotifyatcheckin-label:
5558
5559 FineNotifyAtCheckin
5560 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5561
5562 Default: Don't notify
5563
5564 Asks: \_\_\_ librarians of overdue fines on the items they are checking
5565 in.
5566
5567 Values:
5568
5569 -  Don't notify
5570
5571 -  Notify
5572
5573 Description:
5574
5575 -  With this preference set to 'Notify' all books that have overdue
5576    fines owed on them will pop up a warning when checking them in. This
5577    warning will need to acknowledged before you can continue checking
5578    items in. With this preference set to 'Don't notify,^ you will still
5579    see fines owed on the patron record, you just won't have an
5580    additional notification at check in.
5581
5582    |image35|
5583
5584 .. _holdstopullstartdate-label:
5585
5586 HoldsToPullStartDate
5587 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5588
5589 Default: 2
5590
5591 Asks: Set the default start date for the Holds to pull list to \_\_\_
5592 day(s) ago.
5593
5594 Description:
5595
5596 -  The :ref:`Holds to Pull <holds-to-pull-label>` report in circulation defaults to
5597    filtering holds placed 2 days ago. This preference allows you to set
5598    this default filter to any number of days.
5599
5600 .. _itembarcodefallbacksearch-label:
5601
5602 itemBarcodeFallbackSearch
5603 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5604
5605 Default: Don't enable
5606
5607 Asks: \_\_\_ the automatic use of a keyword catalog search if the phrase
5608 entered as a barcode on the checkout page does not turn up any results
5609 during an item barcode search.
5610
5611 Values:
5612
5613 -  Don't enable
5614
5615 -  Enable
5616
5617    |image40|
5618
5619 Description:
5620
5621 -  Sometimes libraries want to checkout using something other than the
5622    barcode. Enabling this preference will do a keyword search of Koha to
5623    find the item you're trying to check out. You can use the call
5624    number, barcode, part of the title or anything you'd enter in the
5625    keyword search when this preference is enabled and Koha will ask you
5626    which item you're trying to check out.
5627
5628     **Important**
5629
5630     While you're not searching by barcode a barcode is required on every
5631     title you check out. Only titles with barcodes will appear in the
5632     search results.
5633
5634 .. _itembarcodeinputfilter-label:
5635
5636 itemBarcodeInputFilter
5637 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5638
5639 Default: Don't filter
5640
5641 Asks: \_\_\_ scanned item barcodes.
5642
5643 Values:
5644
5645 -  Convert from CueCat format
5646
5647 -  Convert from Libsuite8 form
5648
5649 -  Don't filter
5650
5651 -  EAN-13 or zero-padded UPC-A from
5652
5653 -  Remove spaces from
5654
5655 -  Remove the first number from T-prefix style
5656
5657    -  This format is common among those libraries migrating from Follett
5658       systems
5659
5660 .. _noticecss-label:
5661
5662 NoticeCSS
5663 ^^^^^^^^^^^^^^^^^^^^^^^^^^
5664
5665 Asks: Include the stylesheet at \_\_\_ on Notices.
5666
5667     **Important**
5668
5669     This should be a complete URL, starting with http://
5670
5671 Description:
5672
5673 -  If you would like to style your notices with a consistent set of
5674    fonts and colors you can use this preference to point Koha to a
5675    stylesheet specifically for your notices.
5676
5677 .. _numreturneditemstoshow-label:
5678
5679 numReturnedItemsToShow
5680 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5681
5682 Default: 20
5683
5684 Asks : Show the \_\_\_ last returned items on the checkin screen.
5685
5686 .. _previousissuesdefaultsortorder-label:
5687
5688 previousIssuesDefaultSortOrder
5689 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5690
5691 Default: earliest to latest
5692
5693 Asks: Sort previous checkouts on the circulation page from \_\_\_ due
5694 date.
5695
5696 Values:
5697
5698 -  earliest to latest
5699
5700 -  latest to earliest
5701
5702 .. _recordlocaluseonreturn-label:
5703
5704 RecordLocalUseOnReturn
5705 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5706
5707 Default: Don't record
5708
5709 Asks: \_\_\_ local use when an unissued item is checked in.
5710
5711 Values:
5712
5713 -  Don't record
5714
5715 -  Record
5716
5717 Description:
5718
5719 -  When this preference is set to "Don't record" you can record local
5720    use of items by checking items out to the statistical patron. With
5721    this preference set to "Record" you can record local use by checking
5722    out to the statistical patron and/or by checking in a book that is
5723    not currently checked out.
5724
5725 .. _showallcheckins-label:
5726
5727 ShowAllCheckins
5728 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5729
5730 Default: Do not show
5731
5732 Asks: \_\_\_ all items in the "Checked-in items" list, even items that
5733 were not checked out.
5734
5735 Values:
5736
5737 -  Do not show
5738
5739 -  Show
5740
5741 Description:
5742
5743 -  When items that are not currently checked out are checked in they
5744    don't show on the list of checked in items. This preference allows
5745    you to choose how you'd like the log of checked in items displays.
5746
5747 .. _specifyduedate-label:
5748
5749 SpecifyDueDate
5750 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5751
5752 Default: Allow
5753
5754 Asks: \_\_\_ staff to specify a due date for a checkout.
5755
5756 Due dates are calculated using your circulation and fines rules, but
5757 staff can override that if you allow them to specify a due date at
5758 checkout.
5759
5760 Description:
5761
5762 -  This preference allows for circulation staff to change a due date
5763    from the automatic due date to another calendar date. This option
5764    would be used for circumstances in which the due date may need to be
5765    decreased or extended in a specific circumstance. The "Allow" setting
5766    would allow for this option to be utilized by staff, the "Don't
5767    allow" setting would bar staff from changing the due date on
5768    materials.
5769
5770 Values:
5771
5772 -  Allow
5773
5774    |image41|
5775
5776 -  Don't allow
5777
5778    |image42|
5779
5780 .. _specifyreturndate-label:
5781
5782 SpecifyReturnDate
5783 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5784
5785 Default: Don't allow
5786
5787 Asks: \_\_\_ staff to specify a return date for a check in.
5788
5789 Values:
5790
5791 -  Allow
5792
5793   |image1185|
5794
5795 -  Don't allow
5796
5797   |image1186|
5798
5799 Description:
5800
5801 -  This preference lets you decide if staff can specify an arbitrary
5802    return date when checking in items. If an arbitrary return date is
5803    specified then fines are recalculated accordingly.
5804
5805 .. _todaysissuesdefaultsortorder-label:
5806
5807 todaysIssuesDefaultSortOrder
5808 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5809
5810 Default: latest to earliest
5811
5812 Asks: Sort today's checkouts on the circulation page from \_\_\_ due
5813 date.
5814
5815 Values:
5816
5817 -  earliest to latest
5818
5819 -  latest to earliest
5820
5821 .. _updatetotalissuesoncirc-label:
5822
5823 UpdateTotalIssuesOnCirc
5824 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5825
5826 Default: Do not
5827
5828 Asks: \_\_\_ update a bibliographic record's total issues count whenever
5829 an item is issued
5830
5831 Values:
5832
5833 -  Do
5834
5835        **Important**
5836
5837        This increases server load significantly; if performance is a
5838        concern, use the :ref:`cron job <cron-track-total-checkouts-label>` to update the total issues count instead.
5839
5840 -  Do not
5841
5842 Description:
5843
5844 -  Koha can track the number of times and item is checked out and store
5845    that on the item record in the database. This information is not
5846    stored by default. Setting this preference to 'Do' will tell Koha to
5847    track that info everytime the item is checked out in real time.
5848    Otherwise you could use the :ref:`cron job <cron-track-total-checkouts-label>` to have
5849    Koha update that field nightly.
5850
5851 .. _waitingnotifyatcheckin-label:
5852
5853 WaitingNotifyAtCheckin
5854 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5855
5856 Default: Don't notify
5857
5858 Asks: \_\_\_ librarians of waiting holds for the patron whose items they
5859 are checking in.
5860
5861 Values:
5862
5863 -  Don't notify
5864
5865 -  Notify
5866
5867    |image43|
5868
5869 Description:
5870
5871 -  When checking in books you can choose whether or not to have a notice
5872    pop up if the patron who returned the book has a hold waiting for
5873    pick up. If you choose 'Notify' for WaitingNotifyAtCheckin then every
5874    time a hold is found for the patron who had the book out last a
5875    message will appear on your check in screen.
5876
5877 .. _interlibrary-loans-label:
5878
5879 Interlibrary Loans
5880 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5881
5882 .. _illmodule-label:
5883
5884 ILLModule
5885 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5886
5887 Default: Disable
5888
5889 Asks: \_\_\_ the interlibrary loans module (master switch).
5890
5891 Values:
5892
5893 -  Disable
5894
5895 -  Enable
5896
5897 Description:
5898
5899 -  This preference is used to enable Koha's ILL module which is used to manage ILL requests.
5900
5901 .. _illmodulecopyrightclearance-label:
5902
5903 ILLModuleCopyrightClearance
5904 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5905
5906 Asks: Adding text will enable the copyright clearance stage in request creation.
5907 The text you enter will be the text displayed.
5908
5909 .. _self-checkout-system-preferences-label:
5910
5911 Self Checkout
5912 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5913
5914 .. _allowselfcheckreturns-label:
5915
5916 AllowSelfCheckReturns
5917 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5918
5919 Default: Don't allow
5920
5921 Asks: \_\_\_ patrons to return items through web-based self checkout
5922 system.
5923
5924 Values:
5925
5926 -  Allow
5927
5928 -  Don't allow
5929
5930 Description:
5931
5932 -  This preference is used to determine if you want patrons to be
5933    allowed to return items through your self check machines. By default
5934    Koha's self check interface is simply for checking items out.
5935
5936 .. _autoselfcheck-preferences-label:
5937
5938 AutoSelfCheckAllowed, AutoSelfCheckID and AutoSelfCheckPass
5939 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5940
5941     **Important**
5942
5943     Most libraries will want to leave this set to 'Don't allow.^ This
5944     preference turns off the requirement to log into the self checkout
5945     machine with a staff username and password by storing the username
5946     and password for automatic login.
5947
5948 AutoSelfCheckAllowed Default: Don't allow
5949
5950 Asks: \_\_\_ the web-based self checkout system to automatically login
5951 with this staff login \_\_\_ and this password \_\_\_ .
5952
5953 AutoSelfCheckAllowed Values:
5954
5955 -  Allow
5956
5957 -  Don't allow
5958
5959 AutoSelfCheckID Value:
5960
5961 -  The username of a staff patron with 'circulate'
5962    :ref:`permissions <patron-permissions-label>`.
5963
5964 AutoSelfCheckPass Value:
5965
5966 -  The password of a staff patron with 'circulate'
5967    :ref:`permissions <patron-permissions-label>`.
5968
5969 .. _scomainuserblock-label:
5970
5971 SCOMainUserBlock
5972 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5973
5974 Asks: Include the following HTML on the web-based self checkout screen:
5975
5976 Description:
5977
5978 -  The HTML entered in this preference will be used on the self chekcout screen.
5979
5980 .. _scousercss-label:
5981
5982 SCOUserCSS
5983 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5984
5985 Asks: Include the following CSS on all pages in the web-based self
5986 checkout
5987
5988 Description:
5989
5990 -  The CSS entered in this preference will be used on all of your Koha
5991    self checkout screens.
5992
5993 .. _scouserjs-label:
5994
5995 SCOUserJS
5996 ^^^^^^^^^^^^^^^^^^^^^^^^^^
5997
5998 Asks: Include the following JavaScript on all pages in the web-based
5999 self checkout
6000
6001 Description:
6002
6003 -  The JavaScript entered in this preference will effect all of your
6004    Koha self checkout screens.
6005
6006 .. _selfcheckhelpmessage-label:
6007
6008 SelfCheckHelpMessage
6009 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6010
6011 Asks: Include the following HTML in the Help page of the web-based self
6012 checkout system
6013
6014 Description:
6015
6016 -  Clicking the 'Help' link in the top right of the self checkout
6017    interface opens up a three step process for using the self check
6018    interface. Adding HTML to this system preference will print that
6019    additional help text above what's already included.
6020
6021 .. _selfcheckoutbylogin-label:
6022
6023 SelfCheckoutByLogin
6024 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6025
6026 Default: Cardnumber
6027
6028 Asks: Have patrons login into the web-based self checkout system with
6029 their \_\_\_
6030
6031 Values:
6032
6033 -  Cardnumber
6034
6035    |image44|
6036
6037 -  Username and password
6038
6039    |image45|
6040
6041 Description:
6042
6043 -  This preference lets you decide how your patrons will log in to the
6044    self checkout machine. Barcode is the patron's card number and their
6045    username and password is set using the opac/staff username and
6046    password fields on the patron record.
6047
6048 .. _selfcheckreceiptprompt-label:
6049
6050 SelfCheckReceiptPrompt
6051 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6052
6053 Default: Show
6054
6055 Asks: \_\_\_ the print receipt popup dialog when self checkout is
6056 finished.
6057
6058 Values:
6059
6060 -  Don't show
6061
6062 -  Show
6063
6064 Description:
6065
6066 -  This preference controls whether a prompt shows up on the web based
6067    self check out when the patron clicks the 'Finish' button.
6068
6069 .. _selfchecktimeout-label:
6070
6071 SelfCheckTimeout
6072 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6073
6074 Default: 120
6075
6076 Asks: Time out the current patron's web-based self checkout system login
6077 after \_\_\_ seconds.
6078
6079 Description:
6080
6081 -  After the machine is idle for the time entered in this preference the
6082    self check out system will log out the current patron and return to
6083    the starting screen.
6084
6085 .. _showpatronimageinwebbasedselfcheck-label:
6086
6087 ShowPatronImageInWebBasedSelfCheck
6088 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6089
6090 Default: Don't show
6091
6092 Asks: \_\_\_ the patron's picture (if one has been added) when they use
6093 the web-based self checkout.
6094
6095 Values:
6096
6097 -  Don't show
6098
6099 -  Show
6100
6101 .. _webbasedselfcheck-label:
6102
6103 WebBasedSelfCheck
6104 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6105
6106 Default: Don't enable
6107
6108 Asks: \_\_\_ the web-based self checkout system.
6109
6110 Values:
6111
6112 -  Don't enable
6113
6114 -  Enable
6115
6116 Enabling this preference will allow access to the :ref:`self
6117 checkout <self-checkout-label>` module in Koha.
6118
6119 Self Checkin
6120 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6121
6122 .. _selfcheckinmainuserblock-label:
6123
6124 SelfCheckInMainUserBlock
6125 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6126
6127 Asks: Include the following HTML on the self check-in screen
6128
6129 Description:
6130
6131 -  HTML entered in this field will appear in the center of the main page
6132    of your self checkin screen
6133
6134 .. _selfscheckinmodule-label:
6135
6136 SelfCheckInModule
6137 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6138
6139 Default: Don't enable
6140
6141 Asks: \_\_\_ the standalone self check-in module (available at:
6142 /cgi-bin/koha/sci/sci-main.pl
6143
6144 Values:
6145
6146 -  Don't enable
6147
6148 -  Enable
6149
6150 Description:
6151
6152 -  This system preference will activate (or deactivate) the self check-
6153    in module
6154
6155 .. _selfcheckintimeout-label:
6156
6157 SelfCheckInTimeout
6158 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6159
6160 Default: 120
6161
6162 Asks: Reset the current self check-in screen after \_\_\_ seconds
6163
6164 Description:
6165
6166 -  Enter the number of seconds after which you want the self check-in
6167    screen to refresh and go back to the main page (for example, if a
6168    patron forgot to log out).
6169
6170 .. _selfcheckinusercss-label:
6171
6172 SelfCheckInUserCSS
6173 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6174
6175 Asks: Include the following CSS on all the self check-in screens
6176
6177 Description:
6178
6179 -  The CSS code entered here will override any CSS on the self check-in
6180    screens
6181
6182 .. _selfcheckinuserjs-label:
6183
6184 SelfCheckInUserJS
6185 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6186
6187 Asks: Include the following JavaScript on all the self check-in screens
6188
6189 Description:
6190
6191 -  The JavaScript entered here will override any other JavaScript on
6192    the self check-in screens
6193
6194 .. _stock-rotation-system-preferences-label:
6195
6196 Stock rotation
6197 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6198
6199 .. _stockrotation-module-label:
6200
6201 StockRotation
6202 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6203
6204 Default: Disable
6205
6206 Asks: \_\_\_ the stock rotation module
6207
6208 Values:
6209
6210 -  Disable
6211
6212 -  Enable
6213
6214 Description:
6215
6216 -  If set to 'Enable' then the stock rotation module will appear under Tools.
6217
6218 .. _enhanced-content-system-preferences-label:
6219
6220 Enhanced content
6221 ---------------------------------------
6222
6223 *Get there:* More > Administration > Global system preferences >
6224 Enhanced content
6225
6226     **Important**
6227
6228     Always read the terms of service associated with external data
6229     sources to be sure that you are using the products within the
6230     allowed limits.
6231
6232     **Note**
6233
6234     You cannot have more than one service for cover images (including
6235     local cover images) set up. If you set up more than one you will get
6236     multiple cover images. Instead choose only one source for cover
6237     images.
6238
6239 .. _adlibris-label:
6240
6241 Adlibris
6242 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6243
6244 .. _adlibriscoversenabled-label:
6245
6246 AdlibrisCoversEnabled
6247 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6248
6249 Default: Don't show
6250
6251 Asks: \_\_\_ cover images in OPAC results and detail listing from Swedish
6252 retailer Adlibris.
6253
6254 Values:
6255
6256 -  Don't show
6257
6258 -  Show
6259
6260 .. _adlibriscoversurl-label:
6261
6262 AdlibrisCoversURL
6263 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6264
6265 Default: http://www.adlibris.com/se/organisationer/showimagesafe.aspx
6266
6267 Asks: \_\_\_ for the Adlibris cover service.
6268
6269 .. _all-label:
6270
6271 All
6272 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6273
6274 .. _frbrizeeditions-label:
6275
6276 FRBRizeEditions
6277 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6278
6279 Default: Don't show
6280
6281 Asks: \_\_\_ other editions of an item on the staff client
6282
6283 Values:
6284
6285 -  Don't show
6286
6287 -  Show
6288
6289    |image46|
6290
6291 Description:
6292
6293 -  Using the rules set forth in the Functional Requirements for
6294    Bibliographic records, this option, when enabled, pulls all editions
6295    of the same title available in your collection regardless of material
6296    type. Items will appear under an 'Editions' tab on the detail page
6297    for the title in question.. According to *Libraries Unlimited's
6298    Online Dictionary for Library and Information Science*
6299    (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
6300    records of similar materials. FRBRization brings together entities
6301    (sets of Works, Expressions, or Manifestations), rather than just
6302    sets of Items. It can aid patrons in selecting related items,
6303    expressions, and manifestations that will serve their needs. When it
6304    is set to "Show", the OPAC will query one or more ISBN web services
6305    for associated ISBNs and display an Editions tab on the details
6306    pages. Once this preference is enabled, the library must select one
6307    of the ISBN options (such as :ref:`ThingISBN`). This option is only for the Staff
6308    Client - the :ref:`OPACFRBRizeEditions` option must be enabled
6309    to have the Editions tab appear on the OPAC.
6310
6311     **Important**
6312
6313     Requires that you turn on one or more of the ISBN services
6314     (such as :ref:`ThingISBN`).
6315
6316 .. _opacfrbrizeeditions-label:
6317
6318 OPACFRBRizeEditions
6319 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6320
6321 Default: Don't show
6322
6323 Asks: \_\_\_ other editions of an item on the OPAC.
6324
6325 Description:
6326
6327 -  Using the rules set forth in the Functional Requirements for
6328    Bibliographic records, this option, when enabled, pulls all editions
6329    of the same title available in your collection regardless of material
6330    type. Items will appear under an 'Editions' tab on the detail page
6331    for the title in question.. According to *Libraries Unlimited's
6332    Online Dictionary for Library and Information Science*
6333    (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
6334    records of similar materials. FRBRization brings together entities
6335    (sets of Works, Expressions, or Manifestations), rather than just
6336    sets of Items. It can aid patrons in selecting related items,
6337    expressions, and manifestations that will serve their needs. When it
6338    is set to "Show", the OPAC will query one or more ISBN web services
6339    for associated ISBNs and display an Editions tab on the details
6340    pages. Once this preference is enabled, the library must select one
6341    of the ISBN options (such as :ref:`ThingISBN`). This option is only for the OPAC - the
6342    :ref:`FRBRizeEditions` option must be turned "On" to
6343    have the Editions tab appear on the Staff Client.
6344
6345 Values:
6346
6347 -  Don't show
6348
6349 -  Show
6350
6351    |image47|
6352
6353 This preference pulls all editions of the same title available in your
6354 collection regardless of material type. Items will appear under an
6355 'Editions' tab on the detail page for the title in question.
6356
6357     **Important**
6358
6359     Requires that you turn on one or more of the ISBN services
6360     (such as :ref:`ThingISBN`).
6361
6362 .. _amazon-system-preferences-label:
6363
6364 Amazon
6365 ~~~~~~~~~~~~~~~~~~~~~~~~~
6366
6367 .. _amazonassoctag-label:
6368
6369 AmazonAssocTag
6370 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6371
6372 Asks: Put the associate tag \_\_\_ on links to Amazon.
6373
6374     **Note**
6375
6376     This can net your library referral fees if a patron decides to buy
6377     an item after clicking through to Amazon from your site.
6378
6379 Description:
6380
6381 -  An Amazon Associates Tag allows a library to earn a percentage of all
6382    purchases made on Amazon when a patron accesses Amazon's site via
6383    links on the library's website. More information about the Amazon
6384    Associates program is available at Amazon's Affiliate Program's
6385    website, https://affiliate-program.amazon.com/. Before a tag can be
6386    obtained, however, the library must first apply for an Amazon Web
6387    Services (AWS) account. Applications are free of charge and can be
6388    made at http://aws.amazon.com. Once an AWS account has been
6389    established, the library can then obtain the Amazon Associates Tag.
6390
6391 Sign up at: https://affiliate-program.amazon.com/
6392
6393 .. _amazoncoverimages-label:
6394
6395 AmazonCoverImages
6396 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6397
6398 Default: Don't show
6399
6400 Asks: \_\_\_ cover images from Amazon on search results and item detail
6401 pages on the staff interface.
6402
6403 Values:
6404
6405 -  Don't show
6406
6407 -  Show
6408
6409 Description:
6410
6411 -  This preference makes it possible to either allow or prevent Amazon
6412    cover images from being displayed in the Staff Client. Cover images
6413    are retrieved by Amazon, which pulls the content based on the first
6414    ISBN number in the item's MARC record. Amazon offers this service
6415    free of charge. If the value for this preference is set to "Show",
6416    the cover images will appear in the Staff Client, and if it is set to
6417    "Don't show", the images will not appear. Finally, if you're using
6418    Amazon cover images, all other cover image services must be disabled.
6419    If they are not disabled, they will prevent AmazonCoverImages from
6420    functioning properly.
6421
6422 .. _amazonlocale-label:
6423
6424 AmazonLocale
6425 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6426
6427 Default: American
6428
6429 Asks: Use Amazon data from its \_\_\_ website.
6430
6431 Value:
6432
6433 -  American
6434
6435 -  British
6436
6437 -  Canadian
6438
6439 -  French
6440
6441 -  German
6442
6443 -  Indian
6444
6445 -  Japanese
6446
6447 .. _opacamazoncoverimages-label:
6448
6449 OPACAmazonCoverImages
6450 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6451
6452 Default: Don't show
6453
6454 Asks: \_\_\_ cover images from Amazon on search results and item detail
6455 pages on the OPAC.
6456
6457 Values:
6458
6459 -  Don't show
6460
6461 -  Show
6462
6463 Description:
6464
6465 -  This preference makes it possible to either allow or prevent Amazon
6466    cover images from being displayed in the OPAC. Cover images are
6467    retrieved by Amazon, which pulls the content based on the first ISBN
6468    number in the item's MARC record. Amazon offers this service free of
6469    charge. If the value for this preference is set to "Show", the cover
6470    images will appear in the OPAC, and if it is set to "Don't show", the
6471    images will not appear. Finally, if you're using Amazon cover images,
6472    all other cover image services must be disabled. If they are not
6473    disabled, they will prevent AmazonCoverImages from functioning
6474    properly.
6475
6476 .. _babeltheque-system-preferences-label:
6477
6478 Babelthèque
6479 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6480
6481 .. _babeltheque-label:
6482
6483 Babelthèque
6484 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6485
6486 Default: Don't
6487
6488 Asks: \_\_\_ include information (such as reviews and citations) from
6489 Babelthèque in item detail pages on the OPAC.
6490
6491 Description:
6492
6493 -  This preference makes it possible to display a Babelthèque tab in the
6494    OPAC, allowing patrons to access tags, reviews, and additional title
6495    information provided by Babelthèque. The information which
6496    Babelthèque supplies is drawn from the French language-based
6497    `Babelio.com <http://www.babelio.com/>`__, a French service similar
6498    to LibraryThing for Libraries. More information about Babelthèque is
6499    available through its website,
6500    `http://www.babeltheque.com <http://www.babeltheque.com/>`__.
6501    Libraries that wish to allow access to this information must first
6502    register for the service at http://www.babeltheque.com. Please note
6503    that this information is only provided in French.
6504
6505 Values:
6506
6507 -  Do
6508
6509    |image48|
6510
6511 -  Don't
6512
6513 .. _babeltheque-url-js-label:
6514
6515 Babeltheque\_url\_js
6516 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6517
6518 Asks: \_\_\_ Defined the url for the Babelthèque javascript file (eg.
6519 http://www.babeltheque.com/bw\_XX.js)
6520
6521 .. _babeltheque-url-update-label:
6522
6523 Babeltheque\_url\_update
6524 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6525
6526 Asks: \_\_\_ Defined the url for the Babelthèque update periodically
6527 (eq. http://www.babeltheque.com/.../file.csv.bz2).
6528
6529 .. _baker-and-taylor-label:
6530
6531 Baker & Taylor
6532 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6533
6534     **Important**
6535
6536     This is a pay service, you must contact Baker & Taylor to subscribe
6537     to this service before setting these options.
6538
6539 .. _bakertaylorbookstoreurl-label:
6540
6541 BakerTaylorBookstoreURL
6542 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6543
6544 Asks: Baker and Taylor "My Library Bookstore" links should be accessed
6545 at https:// \_\_\_ isbn
6546
6547 Description:
6548
6549 -  Some libraries generate additional funding for the library by selling
6550    books and other materials that are purchased from or have been
6551    previously leased from Baker & Taylor. These materials can be
6552    accessed via a link on the library's website. This service is often
6553    referred to as "My Library Bookstore." In order to participate in
6554    this program, the library must first register and pay for the service
6555    with Baker & Taylor. Additional information about this and other
6556    services provided by Baker & Taylor is available at the Baker &
6557    Taylor website, https://www.baker-taylor.com/. The BakerTaylorBookstoreURL
6558    preference establishes the URL in order to link to the library's
6559    Baker & Taylor-backed online bookstore, if such a bookstore has been
6560    established. The default for this field is left blank; if no value is
6561    entered, the links to My Library Bookstore will remain inactive. If
6562    enabling this preference, enter the library's Hostname and Parent
6563    Number in the appropriate location within the URL. The "key" value
6564    (key=) should be appended to the URL, and https:// should be
6565    prepended.
6566
6567 This should be filled in with something like
6568 koha.mylibrarybookstore.com/MLB/actions/searchHandler.do?nextPage=bookDetails&parentNum=10923&key=
6569
6570     **Note**
6571
6572     Leave it blank to disable these links.
6573
6574     **Important**
6575
6576     Be sure to get this information from Baker & Taylor when
6577     subscribing.
6578
6579 .. _bakertaylorenabled-label:
6580
6581 BakerTaylorEnabled
6582 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6583
6584 Default: Don't add
6585
6586 Asks: \_\_\_ Baker and Taylor links and cover images to the OPAC and
6587 staff client. This requires that you have entered in a username and
6588 password (which can be seen in image links).
6589
6590 Values:
6591
6592 -  Add
6593
6594 -  Don't add
6595
6596 Description:
6597
6598 -  This preference makes it possible to display Baker & Taylor content
6599    (book reviews, descriptions, cover images, etc.) in both the Staff
6600    Client and the OPAC. Libraries that wish to display Baker & Taylor
6601    content must first register and pay for this service with Baker &
6602    Taylor (https://www.baker-taylor.com/). If Baker & Taylor content is enabled be
6603    sure to turn off other cover and review services to prevent
6604    interference.
6605
6606     **Important**
6607
6608     To use this you will need to also set the :ref:`BakerTaylorUsername and
6609     BakerTaylorPassword <bakertaylorusername-and-bakertaylorpassword-label>` system preferences
6610
6611 .. _bakertaylorusername-and-bakertaylorpassword-label:
6612
6613 BakerTaylorUsername and BakerTaylorPassword
6614 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6615
6616 Asks: Access Baker and Taylor using username \_\_\_ and password \_\_\_
6617
6618 Descriptions:
6619
6620 -  This setting in only applicable if the library has a paid
6621    subscription to the external Content Café service from Baker &
6622    Taylor. Use the box provided to enter in the library's Content Café
6623    username and password. Also, ensure that the
6624    :ref:`BakerTaylorBookstoreURL` and
6625    :ref:`BakerTaylorEnabled` settings are properly
6626    set. The Content Café service is a feed of enhanced content such as
6627    cover art, professional reviews, and summaries that is displayed
6628    along with Staff Client/OPAC search results. For more information on
6629    this service please see the Baker & Taylor website:
6630    https://www.baker-taylor.com/
6631
6632     **Important**
6633
6634     Be sure to get this information from Baker & Taylor when
6635     subscribing.
6636
6637 .. _coce-cover-images-cache-label:
6638
6639 Coce Cover images cache
6640 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6641
6642 Coce is a remote image URL cache. With this option, cover images are not
6643 fetched directly from Amazon, Google, and so on. Their URLs are
6644 requested via a web service to Coce which manages a cache of URLs.
6645
6646 .. _coce-label:
6647
6648 Coce
6649 ^^^^^^^^^^^^^^^^
6650
6651 Default: Don't enable
6652
6653 Asks: \_\_\_ a Coce image cache service.
6654
6655 Values:
6656
6657 -  Don't enable
6658
6659 -  Enable
6660
6661 Description:
6662
6663 -  Coce has many benefits when it comes to choosing and displaying cover
6664    images in Koha:
6665
6666    -  If a book cover is not available from a provider, but is available
6667       from another one, Koha will be able to display a book cover, which
6668       isn't the case now
6669
6670    -  Since URLs are cached, it isn't necessary for each book cover to
6671       request, again and again, the provider, and several of them if
6672       necessary.
6673
6674    -  Amazon book covers are retrieved with Amazon Product Advertising
6675       API, which means that more covers are retrieved (ISBN13).
6676
6677        **Important**
6678
6679        Coce does not come bundled with Koha. Your Koha install will not
6680        already have a Coce server set up. Before enabling this
6681        functionality you will want to be sure to have a Coce server set
6682        up. Instructions on installing and setting up Coce can be found
6683        on the official github page at https://github.com/fredericd/coce.
6684
6685 .. _cocehost-label:
6686
6687 CoceHost
6688 ^^^^^^^^^^^^^^^^^^^^^^^^
6689
6690 Asks: Coce server URL \_\_\_
6691
6692 Description:
6693
6694 -  This will be the full URL (starting with http://) to your Coce
6695    server.
6696
6697 .. _coceproviders-label:
6698
6699 CoceProviders
6700 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6701
6702 Asks: Use the following providers to fetch the covers \_\_\_
6703
6704 Values:
6705
6706 -  [Select all]
6707
6708 -  Amazon Web Services
6709
6710 -  Google Books
6711
6712 -  Open Library
6713
6714 Description:
6715
6716 -  The providers chosen here will be used to gather cover images for
6717    display in your Koha catalog.
6718
6719 .. _google-label:
6720
6721 Google
6722 ~~~~~~~~~~~~~~~~~~~~~~~~~
6723
6724 .. _googlejackets-label:
6725
6726 GoogleJackets
6727 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6728
6729 Default: Don't add
6730
6731 Asks: \_\_\_ cover images from Google Books to search results and item
6732 detail pages on the OPAC.
6733
6734 Values:
6735
6736 -  Add
6737
6738 -  Don't add
6739
6740 Description:
6741
6742 -  This setting controls the display of applicable cover art from the
6743    free Google Books database, via the Google Books API. Please note
6744    that to use this feature, all other cover services should be turned
6745    off.
6746
6747 .. _html5-media-label:
6748
6749 HTML5 Media
6750 ~~~~~~~~~~~~~~~~~~~~~~~~
6751
6752 .. _html5mediaenabled-label:
6753
6754 HTML5MediaEnabled
6755 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6756
6757 Default: not at all
6758
6759 Asks: Show a tab with a HTML5 media player for files catalogued in field
6760 856 \_\_\_
6761
6762 Values:
6763
6764 -  in OPAC and staff client
6765
6766 -  in the OPAC
6767
6768    |image49|
6769
6770 -  in the staff client
6771
6772    |image50|
6773
6774 -  not at all
6775
6776 Description:
6777
6778 -  If you have media elements in the 856 of your MARC record this
6779    preference can run/show those media files in a separate tab using
6780    HTML5.
6781
6782 .. _html5mediaextensions-label:
6783
6784 HTML5MediaExtensions
6785 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6786
6787 Default: webm\|ogg\|ogv\|oga\|vtt
6788
6789 Asks: Media file extensions \_\_\_
6790
6791 Description:
6792
6793 -  Enter in file extensions separated with bar (\|)
6794
6795 .. _html5mediayoutube-label:
6796
6797 HTML5MediaYouTube
6798 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6799
6800 Default: Don't embed
6801
6802     **Important**
6803
6804     To turn this on first enable
6805     :ref:`HTML5MediaEnabled`
6806
6807 Asks: \_\_\_ YouTube links as videos.
6808
6809 Values:
6810
6811 -  Don't embed
6812
6813 -  Embed
6814
6815 Description:
6816
6817 -  This preference will allow MARC21 856$u that points to YouTube to
6818    appear as a playable video on the pages defined in
6819    :ref:`HTML5MediaEnabled`.
6820
6821 .. _idreamlibraries-label:
6822
6823 IDreamLibraries
6824 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6825
6826 `IDreamBooks.com <http://idreambooks.com/>`__ aggregates book reviews by
6827 critics to help you discover the very best of what's coming out each
6828 week. These preferences let you integrated content from
6829 `IDreamBooks.com <http://IDreamBooks.com>`__ in to your Koha OPAC.
6830
6831     **Note**
6832
6833     This is a new website and has limited content, so you may only see
6834     these features on new popular titles until the database grows some
6835     more.
6836
6837 .. _idreambooksreadometer-label:
6838
6839 IDreamBooksReadometer
6840 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6841
6842 Default: Don't add
6843
6844 Asks: \_\_\_ a "Readometer" that summarizes the reviews gathered by
6845 IDreamBooks.com to the OPAC details page.
6846
6847 Values:
6848
6849 -  Add
6850
6851    |image51|
6852
6853 -  Don't add
6854
6855 .. _idreambooksresults-label:
6856
6857 IDreamBooksResults
6858 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6859
6860 Default: Don't add
6861
6862 Asks: \_\_\_ the rating from IDreamBooks.com to OPAC search results.
6863
6864 Values:
6865
6866 -  Add
6867
6868    |image52|
6869
6870 -  Don't add
6871
6872 .. _idreambooksreviews-label:
6873
6874 IDreamBooksReviews
6875 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6876
6877 Default: Don't add
6878
6879 Asks: \_\_\_ a tab on the OPAC details with book reviews from critics
6880 aggregated by IDreamBooks.com.
6881
6882 Values:
6883
6884 -  Add
6885
6886    |image53|
6887
6888 -  Don't add
6889
6890 .. _librarything-label:
6891
6892 LibraryThing
6893 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6894
6895 LibraryThing for Libraries is a pay service. You must first contact
6896 LibraryThing directly for pricing and subscription information. Learn
6897 more at http://www.librarything.com/forlibraries. Also, for further
6898 configuration instructions please see the LibraryThing Wiki:
6899 http://www.librarything.com/wiki/index.php/Koha
6900
6901 .. _librarythingforlibrariesenabled-label:
6902
6903 LibraryThingForLibrariesEnabled
6904 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6905
6906 Default: Don't show
6907
6908 Asks: \_\_\_ reviews, similar items, and tags from Library Thing for
6909 Libraries on item detail pages on the OPAC.
6910
6911 Values:
6912
6913 -  Don't show
6914
6915 -  Show
6916
6917 Description:
6918
6919 -  This setting is only applicable if the library has a paid
6920    subscription to the external LibraryThing for Libraries service. This
6921    service can provide patrons with the display of expanded information
6922    on catalog items such as book recommendations. It also can offer
6923    advanced features like tagged browsing, patron written reviews, and a
6924    virtual library display accessed from the details tab.
6925
6926     **Important**
6927
6928     If this is set to 'show' you will need to enter a value in the
6929     :ref:`LibraryThingForLibrariesID` system preference.
6930
6931 .. _librarythingforlibrariesid-label:
6932
6933 LibraryThingForLibrariesID
6934 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6935
6936 Asks: Access Library Thing for Libraries using the customer ID \_\_\_
6937
6938 Description:
6939
6940 -  This setting is only applicable if the library has a paid
6941    subscription to the external LibraryThing for Libraries service. Use
6942    the box provided to enter in the library's LibraryThing for Libraries
6943    ID as provided to the library by LibraryThing. The ID number is a
6944    series of numbers in the form ###-#########, and can be found on the
6945    library's account page at LibraryThing for Libraries. This service
6946    can provide patrons with the display of expanded information on
6947    catalog items such as book recommendations and cover art. It also can
6948    offer advanced features like tagged browsing, patron written reviews,
6949    and a virtual library display accessed from the details tab.
6950
6951 .. _librarythingforlibrariestabbedview-label:
6952
6953 LibraryThingForLibrariesTabbedView
6954 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6955
6956 Default: in line with bibliographic information
6957
6958 Asks: Show Library Thing for Libraries content \_\_\_
6959
6960 Values:
6961
6962 -  in line with bibliographic information
6963
6964 -  in tabs
6965
6966 Description:
6967
6968 -  This setting is only applicable if the library has a paid
6969    subscription to the external LibraryThing for Libraries service. This
6970    service can provide patrons with the display of expanded information
6971    on catalog items such as book recommendations and cover art. It also
6972    can offer advanced features like tagged browsing, patron written
6973    reviews, and a virtual library display accessed from the details tab.
6974
6975 .. _thingisbn-label:
6976
6977 ThingISBN
6978 ^^^^^^^^^^^^^^^^^^^^^^^^^^
6979
6980 Default: Don't use
6981
6982 Asks: \_\_\_ the ThingISBN service to show other editions of a title
6983
6984 Values:
6985
6986 -  Don't use
6987
6988 -  Use
6989
6990 Description:
6991
6992 -  Set to 'Use' to display an "Editions" tab on the item's detail page.
6993    Editions are listed, complete with cover art (if you have one of the
6994    cover services enabled) and bibliographic information. The feed comes
6995    from LibraryThing's ThingISBN web service. This is a free service to
6996    non-commercial sites with fewer than 1,000 requests per day.
6997
6998     **Important**
6999
7000     Requires :ref:`FRBRizeEditions` and/or
7001     :ref:`OPACFRBRizeEditions` set to 'show'
7002
7003     **Important**
7004
7005     This is separate from Library Thing for Libraries and does not have
7006     a cost associated with it.
7007
7008 .. _local-cover-images-label:
7009
7010 Local Cover Images
7011 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7012
7013 .. _allowmultiplecovers-label:
7014
7015 AllowMultipleCovers
7016 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7017
7018 Default: Don't allow
7019
7020 Asks: \_\_\_ multiple images to be attached to each bibliographic
7021 record.
7022
7023 Values:
7024
7025 -  Allow
7026
7027 -  Don't allow
7028
7029 Description:
7030
7031 -  If this preference is set to 'Allow' then you can upload multiple
7032    images that will appear in the images tab on the bib record in the
7033    OPAC and the staff client. This preference requires that either one
7034    or both :ref:`LocalCoverImages` and
7035    :ref:`OPACLocalCoverImages` are set to
7036    'Display.^
7037
7038    |image54|
7039
7040 .. _localcoverimages-label:
7041
7042 LocalCoverImages
7043 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7044
7045 Default: Don't display
7046
7047 Asks: \_\_\_ local cover images on intranet search and details pages.
7048
7049 Values:
7050
7051 -  Display
7052
7053 -  Don't display
7054
7055 Description:
7056
7057 -  Setting this preference to 'Display' allows you to upload your own
7058    cover images to bib records and display them on the detail page in
7059    the staff client. At this time the cover will only show under the
7060    'Images' tab on the holdings table on the detail display, not next to
7061    the title at the top left or on the search results.
7062
7063 .. _opaclocalcoverimages-label:
7064
7065 OPACLocalCoverImages
7066 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7067
7068 Default: Don't display
7069
7070 Asks: \_\_\_ local cover images on OPAC search and details pages.
7071
7072 Values:
7073
7074 -  Display
7075
7076 -  Don't display
7077
7078 Description:
7079
7080 -  Setting this preference to 'Display' allows you to upload your own
7081    cover images to bib records and display them on the detail page and
7082    search results in the OPAC.
7083
7084 .. _manual-sysprefs-label:
7085
7086 Manual
7087 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7088
7089 .. _kohamanualbaseurl-label:
7090
7091 KohaManualBaseURL
7092 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7093
7094 Default: https://koha-community.org/manual/
7095
7096 Asks: Location of the Koha manual \_\_\_
7097
7098 Description:
7099
7100 -  You can specify the location of the Koha manual to use. This is the
7101    URL that will be used for the help pages when you click 'Help' at
7102    the top right corner of the page.
7103
7104 -  By default, the Koha manual is used, but you can use this system
7105    preference to substitute for your own help pages.
7106
7107 -  If the URL starts with '/', the value of :ref:`staffClientBaseURL`
7108    will be used as a prefix.
7109
7110 -  Note that it will be suffixed by the version / the language / the
7111    format (/17.11/en/html)
7112
7113 .. _kohamanuallanguage-label:
7114
7115 KohaManualLanguage
7116 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7117
7118 Default: English
7119
7120 Asks: Language of the online manual \ad\_\_\_
7121
7122 Description:
7123
7124 -  By default, the language of the Koha interface will be used
7125    as the manual language. However, if the manual is not translated
7126    in that language, this system preference specifies the fallback
7127    language.
7128
7129 .. _novelist-select-label:
7130
7131 Novelist Select
7132 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7133
7134 Novelist Select is not a free service. Contact your Ebsco representative
7135 to get your log in information to embed this content in the OPAC.
7136
7137     **Important**
7138
7139     Novelist Select does not include cover images for the search results
7140     and bibliographic detail pages. You can choose any other cover image
7141     service for this content or you can contract with Ebsco to get
7142     access to the :ref:`Baker & Taylor Content Cafe <baker-and-taylor-label>` for
7143     an added fee.
7144
7145 .. _novelistselectenabled-label:
7146
7147 NovelistSelectEnabled
7148 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7149
7150 Default: Don't add
7151
7152 Asks: \_\_\_ Novelist Select content to the OPAC.
7153
7154 Values:
7155
7156 -  Add
7157
7158 -  Don't add
7159
7160     **Important**
7161
7162     Enabling this requires that you have entered in a user profile and
7163     password in the :ref:`NovelistSelectProfile and NovelistSelectPassword` preferences
7164
7165 Description:
7166
7167 -  Novelist Select from Ebsco is a subscription service that can provide
7168    additional content in the OPAC.
7169
7170 .. _novelistselectprofile-and-novelistselectpassword-label:
7171
7172 NovelistSelectProfile and NovelistSelectPassword
7173 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7174
7175 Asks: Access Novelist Select using user profile \_\_\_ and password
7176 \_\_\_.
7177
7178     **Important**
7179
7180     This information will be visible if someone views the source code on
7181     your OPAC.
7182
7183 Description:
7184
7185 -  Novelist Select from Ebsco is a subscription service that can provide
7186    additional content in the OPAC.
7187
7188 .. _novelistselectstaffenabled-label:
7189
7190 NovelistSelectStaffEnabled
7191 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7192
7193 Default: Don't add
7194
7195 Asks: \_\_\_ Novelist Select content to the Staff client (requires that
7196 you have entered in a user profile and password, which can be seen in
7197 image links).
7198
7199 Values:
7200
7201 -  Don't add
7202
7203 -  Add
7204
7205 .. _novelistselectstaffprofile-label:
7206
7207 NovelistSelectStaffProfile
7208 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7209
7210 Asks: Access Novelist Select using user profile \_\_\_ on the staff client
7211
7212 Description:
7213
7214 -  Without this value being set, Novelist features will be disabled on the staff
7215    client until a correct profile is obtained from Novelist and entered into
7216    the field.
7217
7218       **Note**
7219
7220       This value must be set independently of the OPAC profile for Novelist
7221
7222 .. _novelistselectstaffview-label:
7223
7224 NovelistSelectStaffView
7225 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7226
7227 Default: in a tab
7228
7229 Asks: Display Novelist Select staff content \_\_\_.
7230
7231 Values:
7232
7233 -  above the holdings table
7234
7235 -  below the holdings table
7236
7237 -  in a tab
7238
7239 .. _novelistselectview-label:
7240
7241 NovelistSelectView
7242 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7243
7244 Default: in an OPAC tab
7245
7246 Asks: Display Novelist Select content \_\_\_
7247
7248 Description:
7249
7250 -  Novelist Select provides a lot of content, for that reason you have
7251    four choices of where to display this content. The default view is in
7252    a tab in the holdings table.
7253
7254    |image55|
7255
7256    The content is the same if you choose to show it above the holdings
7257    table or below it. If shown in the right column of the page it's the
7258    same content, but displays a bit differently since space is limited.
7259
7260    |image56|
7261
7262 Values:
7263
7264 -  above the holdings table
7265
7266 -  below the holdings table
7267
7268 -  in an OPAC tab
7269
7270 -  under the Save Record dropdown on the right
7271
7272 .. _open-library-label:
7273
7274 Open Library
7275 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7276
7277 .. _openlibrarycovers-label:
7278
7279 OpenLibraryCovers
7280 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7281
7282 Default: Don't add
7283
7284 Asks: \_\_\_ cover images from Open Library to search results and item
7285 detail pages on the OPAC.
7286
7287 Values:
7288
7289 -  Add
7290
7291 -  Don't add
7292
7293 Description:
7294
7295 -  This setting controls the display of applicable cover art from the
7296    free Open Library database, via the Open Library API. Please note
7297    that to use this feature, all other cover services should be turned
7298    off.
7299
7300 .. _openlibrarysearch-label:
7301
7302 OpenLibrarySearch
7303 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7304
7305 Default: Don't show
7306
7307 Asks: \_\_\_ search results from Open Library on the OPAC.
7308
7309 Values:
7310
7311 -  Don't show
7312
7313 -  Show
7314
7315   |image1187|
7316
7317 .. _overdrive-label:
7318
7319 Overdrive
7320 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7321
7322 OverDrive is an pay service. You must first contact OverDrive directly
7323 for pricing and subscription information. Enabling this service will
7324 integrate Overdrive results in to your OPAC searches. You will have to
7325 apply for these 3 pieces of information through an application as an API
7326 developer. Overdrive API applications are evaluated once a week so you
7327 may not be able to use this feature immediately after signing up. To
7328 learn more please contact your OverDrive representative.
7329
7330 |image57|
7331
7332 .. _overdrivecirculation-label:
7333
7334 OverDriveCirculation
7335 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7336
7337 Default: Don't enable
7338
7339 Asks: \_\_\_ users to access their OverDrive circulation history, and circulate
7340 items. If you enable access, you must register auth return url of
7341 http(s)://my.opac.hostname/cgi-bin/koha/external/overdrive/auth.pl with OverDrive.
7342
7343 Values:
7344
7345 -  Don't enable
7346
7347 -  Enable
7348
7349 .. _overdriveclientkey-and-overdriveclientsecret-label:
7350
7351 OverDriveClientKey and OverDriveClientSecret
7352 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7353
7354 Asks: Include OverDrive availability information with the client key
7355 \_\_ and client secret \_\_\_
7356
7357 Description:
7358
7359 -  OverDrive customers can get this information by visiting the
7360    `OverDrive Developer
7361    Portal <https://developer.overdrive.com/docs/getting-started>`__ and
7362    following the instructions found there to apply as an API developer.
7363    Once this data and the :ref:`OverDriveLibraryID`
7364    are populated you will see OverDrive results on your OPAC searches.
7365
7366 .. _overdrivelibraryid-label:
7367
7368 OverDriveLibraryID
7369 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7370
7371 Asks: Show items from the OverDrive catalog of library # \_\_\_
7372
7373 Description:
7374
7375 -  OverDrive customers can get this information by visiting the
7376    `OverDrive Developer
7377    Portal <https://developer.overdrive.com/docs/getting-started>`__ and
7378    following the instructions found there to apply as an API developer.
7379    Once this data and the :ref:`OverDriveClientKey and
7380    OverDriveClientSecret <overdriveclientkey-and-overdriveclientsecret-label>` are populated you will
7381    see OverDrive results on your OPAC searches.
7382
7383 .. _plugins-label:
7384
7385 Plugins
7386 ~~~~~~~~~~~~~~~~~~~~~~~~~~
7387
7388 .. _usekohaplugins-label:
7389
7390 UseKohaPlugins
7391 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7392
7393 Default: Don't enable
7394
7395 Asks: \_\_\_ the ability to use Koha Plugins.
7396
7397 Values:
7398
7399 -  Don't enable
7400
7401 -  Enable
7402
7403     **Note**
7404
7405     The plugin system must also be enabled in the Koha configuration
7406     file to be fully enabled. Learn more in the `Plugins
7407     chapter <#pluginsystem>`__.
7408
7409 .. _syndetics-label:
7410
7411 Syndetics
7412 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7413
7414 Syndetics is a pay service. You must first contact Syndetics directly
7415 for pricing and subscription information.
7416
7417 .. _syndeticsauthornotes-label:
7418
7419 SyndeticsAuthorNotes
7420 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7421
7422 Default: Don't show
7423
7424 Asks: \_\_\_ notes about the author of a title from Syndetics on item
7425 detail pages on the OPAC.
7426
7427 Values:
7428
7429 -  Don't show
7430
7431 -  Show
7432
7433 Description:
7434
7435 -  When this option is set to "Show", Syndetics provides notes and short
7436    author biographies for more that 300,000 authors, in both fiction and
7437    nonfiction. With this option enabled the library can display
7438    Syndetics Author Notes on the OPAC. According to the Syndetics
7439    Solutions website (http://www.bowker.com/syndetics/), Author Notes
7440    include lists of contributors for many multi-author texts and
7441    compilations. The :ref:`SyndeticsClientCode` must
7442    be entered and the :ref:`SyndeticsEnabled` option
7443    must be activated before this service can be used.
7444
7445 .. _syndeticsawards-label:
7446
7447 SyndeticsAwards
7448 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7449
7450 Default: Don't show
7451
7452 Asks: \_\_\_ information from Syndetics about the awards a title has won
7453 on item detail pages on the OPAC.
7454
7455 Values:
7456
7457 -  Don't show
7458
7459 -  Show
7460
7461 Description:
7462
7463 -  When this option is set to "Show", Syndetics provides its clients
7464    with a list of awards that any title has won. With this service
7465    enabled the library can display those awards for each book on its
7466    website. For each book or item that comes up during a user search,
7467    the list of awards for that title will be displayed. When a user
7468    clicks on a given award, information about that award is presented
7469    along with a list of the other titles that have won that award. If
7470    the user clicks on any title in the list, they will see holdings
7471    information about that title in their region. This option is a paid
7472    subscription service. The
7473    :ref:`SyndeticsClientCode` must be entered and
7474    the :ref:`SyndeticsEnabled` option must be activated
7475    before this service can be used.
7476
7477 .. _syndeticsclientcode-label:
7478
7479 SyndeticsClientCode
7480 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7481
7482 Asks: Use the client code \_\_\_ to access Syndetics.
7483
7484 Description:
7485
7486 -  Once the library signs up for Syndetics' services, Syndetics will
7487    provide the library with an access code. (Visit the Syndetics
7488    homepage at http://www.bowker.com/syndetics/ for more information.)
7489    This is the code that must be entered to access Syndetics'
7490    subscription services. Syndetics is a paid subscription service. This
7491    value must be entered before
7492    :ref:`SyndeticsEditions` can be enabled. If the
7493    code is lost, corrupted, or forgotten, a new one can be obtained from
7494    http://www.bowker.com/syndetics/.
7495
7496     **Important**
7497
7498     You will need to get your client code directly from Syndetics.
7499
7500 .. _syndeticscoverimages-and-syndeticscoverimagesize-label:
7501
7502 SyndeticsCoverImages and SyndeticsCoverImageSize
7503 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7504
7505 SyndeticsCoverImages Default: Don't show
7506
7507 SyndeticsCoverImageSize Default: medium
7508
7509 Asks: \_\_\_ cover images from Syndetics on search results and item
7510 detail pages on the OPAC in a \_\_\_ size.
7511
7512 Descriptions:
7513
7514 -  When enabled, SyndeticsCoverImages, allows libraries to display
7515    Syndetics' collection of full-color cover images for books, videos,
7516    DVDs and CDs on their OPAC. For each book or item that comes up
7517    during a user search, the cover image for that title will be
7518    displayed. Since these cover images come in three sizes, the optimum
7519    size must be selected using the SyndeticsCoverImageSize preference
7520    after SyndeticsCoverImages are enabled. Syndetics cover images come
7521    in two sizes: mid-size (187 x 187 pixels), and large (400 x 400
7522    pixels). Syndetics is a paid subscription service. The
7523    :ref:`SyndeticsClientCode` must be entered and
7524    the :ref:`SyndeticsEnabled` option must be activated
7525    before this service can be used. Other cover image preferences should
7526    also be disabled to avoid interference.
7527
7528 SyndeticsCoverImages Values:
7529
7530 -  Don't show
7531
7532 -  Show
7533
7534 SyndeticsCoverImageSize Values:
7535
7536 -  medium
7537
7538 -  large
7539
7540 .. _syndeticseditions-label:
7541
7542 SyndeticsEditions
7543 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7544
7545 Default: Don't show
7546
7547 Asks: \_\_\_ information about other editions of a title from Syndetics
7548 on item detail pages on the OPAC
7549
7550 Description:
7551
7552 -  When enabled this option shows information on other editions of a
7553    title from Syndetics on the item detail pages of the OPAC. Syndetics
7554    is a paid subscription service. The
7555    :ref:`SyndeticsClientCode` must be entered and
7556    the :ref:`SyndeticsEnabled` option must be activated
7557    before this service can be used.
7558
7559 Values:
7560
7561 -  Don't show
7562
7563 -  Show
7564
7565     **Important**
7566
7567     Requires :ref:`OPACFRBRizeEditions` set to
7568     'show'
7569
7570 .. _syndeticsenabled-label:
7571
7572 SyndeticsEnabled
7573 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7574
7575 Default: Don't use
7576
7577 Asks: \_\_\_ content from Syndetics.
7578
7579 Values:
7580
7581 -  Don't use
7582
7583 -  Use
7584
7585 Description:
7586
7587 -  When this option is enabled any of the Syndetics options can be used.
7588
7589     **Important**
7590
7591     Requires that you enter your
7592     :ref:`SyndeticsClientCode` before this content
7593     will appear.
7594
7595 .. _syndeticsexcerpt-label:
7596
7597 SyndeticsExcerpt
7598 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7599
7600 Default: Don't show
7601
7602 Asks: \_\_\_ excerpts from of a title from Syndetics on item detail
7603 pages on the OPAC.
7604
7605 Values:
7606
7607 -  Don't show
7608
7609 -  Show
7610
7611 Description:
7612
7613 -  This preference allows Syndetics to display excerpts given to them
7614    from selected publishers. The excerpts are available from prominently
7615    reviewed new titles, both fiction and non-fiction. The excerpts
7616    include poems, essays, recipes, forwards and prefaces. Automatic
7617    links provided by the ISBNs within local MARC records are required to
7618    integrate Syndetics secured, high-speed Internet servers to the
7619    library OPACs. For more information see
7620    (http://www.bowker.com/syndetics/).
7621
7622 .. _syndeticsreviews-label:
7623
7624 SyndeticsReviews
7625 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7626
7627 Default: Don't show
7628
7629 Asks: \_\_\_ reviews of a title from Syndetics on item detail pages on
7630 the OPAC.
7631
7632 Values:
7633
7634 -  Don't show
7635
7636 -  Show
7637
7638 Description:
7639
7640 -  Syndetics Reviews is an accumulation of book reviews available from a
7641    variety of journals and serials. The reviews page displays colored
7642    images of reviewed books dust jackets, partnered with the names of
7643    the journal or serial providing the review. Clicking on an icon opens
7644    a window revealing the book title, author's name, book cover icon and
7645    the critic's opinion of the book. Automatic links provided by the
7646    ISBNs within local MARC records are required to integrate Syndetics
7647    secured, high-speed Internet servers to the library OPACs. For more
7648    information see (http://www.bowker.com/syndetics/).
7649
7650 .. _syndeticsseries-label:
7651
7652 SyndeticsSeries
7653 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7654
7655 Default: Don't show
7656
7657 Asks: \_\_\_ information on other books in a title's series from
7658 Syndetics on item detail pages on the OPAC.
7659
7660 Values:
7661
7662 -  Don't show
7663
7664 -  Show
7665
7666 Description:
7667
7668 -  Each fiction title within a series is linked to the complete series
7669    record. The record displays each title in reading order and also
7670    displays the publication order, if different. Alternate series titles
7671    are also displayed. Automatic links provided by the ISBNs within
7672    local MARC records are required to integrate Syndetics secured, high-
7673    speed Internet servers to the library OPACs. For more information see
7674    (http://www.bowker.com/syndetics/).
7675
7676 .. _syndeticssummary-label:
7677
7678 SyndeticsSummary
7679 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7680
7681 Default: Don't show
7682
7683 Asks: \_\_\_ a summary of a title from Syndetics on item detail pages on
7684 the OPAC.
7685
7686 Values:
7687
7688 -  Don't show
7689
7690 -  Show
7691
7692 Description:
7693
7694 -  Providing more than 5.6 million summaries and annotations derived
7695    from book jackets, edited publisher copy, or independently written
7696    annotations from Book News, Inc. Covering fiction and non-fiction,
7697    this summaries option provides annotations on both trade and
7698    scholarly titles. For more information see
7699    (http://www.bowker.com/syndetics/).
7700
7701 .. _syndeticstoc-label:
7702
7703 SyndeticsTOC
7704 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7705
7706 Default: Don't show
7707
7708 Asks: \_\_\_ the table of contents of a title from Syndetics on item
7709 detail pages on the OPAC.
7710
7711 Values:
7712
7713 -  Don't show
7714
7715 -  Show
7716
7717 Description:
7718
7719 -  This preference allows staff and patrons to review the Table of
7720    Contents from a wide variety of publications from popular self-help
7721    books to conference proceedings. Specific Information access is the
7722    main purpose for this option, allowing patrons guidance to their
7723    preferred section of the book. Special arrangements with selected
7724    book services is used to obtain the table of contents for new
7725    publications each year. Automatic links provided by the ISBNs within
7726    local MARC records are required to integrate Syndetics secured,
7727    high-speed Internet servers to the library OPACs. For more
7728    information see (http://www.bowker.com/syndetics/).
7729
7730 .. _tagging-label:
7731
7732 Tagging
7733 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
7734
7735 .. _tagsenabled-label:
7736
7737 TagsEnabled
7738 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7739
7740 Default: Allow
7741
7742 Asks: \_\_\_ patrons and staff to put tags on items.
7743
7744 Values:
7745
7746 -  Allow
7747
7748 -  Don't allow
7749
7750 Description:
7751
7752 -  Set to 'Allow' enable tagging. A tag is metadata, a word added to
7753    identify an item. Tags allow patrons to classify materials on their
7754    own. TagsEnabled is the main switch that permits the tagging
7755    features. TagsEnable must be set to 'Allow' to allow for other
7756    tagging features.
7757
7758 .. _tagsexternaldictionary-label:
7759
7760 TagsExternalDictionary
7761 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7762
7763 Asks: Allow tags in the dictionary of the ispell executable \_\_\_ on
7764 the server to be approved without moderation.
7765
7766 Description:
7767
7768 -  The dictionary includes a list of accepted and rejected tags. The
7769    accepted list includes all the tags that have been pre-allowed. The
7770    rejected list includes tags that are not allowed. This preference
7771    identifies the "accepted" dictionary used. Ispell is an open source
7772    dictionary which can be used as a list of accepted terms. Since the
7773    dictionary allows for accurately spelled obscenities, the libraries
7774    policy may dictate that modifications are made to the Ispell
7775    dictionary if this preference is use. For more information about
7776    Ispell http://www.gnu.org/software/ispell/ispell.html. Enter the path
7777    on your server to a local ispell executable, used to set
7778    $Lingua::Ispell::path.
7779
7780 .. _tagsinputondetail-label:
7781
7782 TagsInputOnDetail
7783 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7784
7785 Default: Allow
7786
7787 Asks: \_\_\_ patrons to input tags on item detail pages on the OPAC.
7788
7789 Values:
7790
7791 -  Allow
7792
7793    |image59|
7794
7795 -  Don't allow
7796
7797 .. _tagsinputonlist-label:
7798
7799 TagsInputOnList
7800 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7801
7802 Default: Allow
7803
7804 Asks: \_\_\_ patrons to input tags on search results on the OPAC.
7805
7806 Values:
7807
7808 -  Allow
7809
7810    |image58|
7811
7812 -  Don't allow
7813
7814 .. _tagsmoderation-label:
7815
7816 TagsModeration
7817 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7818
7819 Default: Don't require
7820
7821 Asks: \_\_\_ that tags submitted by patrons be reviewed by a staff
7822 member before being shown.
7823
7824 Values:
7825
7826 -  Don't require
7827
7828 -  Require
7829
7830 Description:
7831
7832 -  When set to 'Require,^ all tags to be first filtered by the tag
7833    moderator. Only approved tags will be visible to patrons. When set to
7834    'Don't require' tags will bypass the tag moderator and patrons' tags
7835    to be immediately visible. When this preference is enabled the
7836    moderator, a staff member, would approve the tag in the Staff Client.
7837    The moderator will have the option to approve or reject each pending
7838    tag suggestion.
7839
7840 When moderation is required all tags go through the tag moderation tool
7841 before becoming visible.
7842
7843 -  *Get there:* More > Tools > :ref:`Tags <tag-moderation-label>`
7844
7845 .. _tagsshowondetail-label:
7846
7847 TagsShowOnDetail
7848 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7849
7850 Default: 10
7851
7852 Asks: Show \_\_\_ tags on item detail pages on the OPAC.
7853
7854     **Note**
7855
7856     Set the value to 0 (zero) to turn this feature off.
7857
7858 .. _tagsshowonlist-label:
7859
7860 TagsShowOnList
7861 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7862
7863 Default: 6
7864
7865 Asks: Show \_\_\_ tags on search results on the OPAC.
7866
7867     **Note**
7868
7869     Set the value to 0 (zero) to turn this feature off.
7870
7871 .. _i18n/l10n-label:
7872
7873 I18N/L10N
7874 --------------------------
7875
7876 These preferences control your Internationalization and Localization
7877 settings.
7878
7879 *Get there:* More > Administration > Global System Preferences >
7880 I18N/L10N
7881
7882 .. _addressformat-label:
7883
7884 AddressFormat
7885 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7886
7887 Default: US style ([Street number], [Address] - [City], [Zip/Postal
7888 Code], [Country])
7889
7890 Asks: Format postal addresses using \_\_\_
7891
7892 Values:
7893
7894 -  German style ([Address] [Street number] - [Zip/Postal Code] [City] -
7895    [Country])
7896
7897 -  French style ([Street number] [Address] - [ZIP/Postal Code] [City] -
7898    [Country])
7899
7900 -  US style ([Street number], [Address] - [City], [Zip/Postal Code],
7901    [Country])
7902
7903 Description:
7904
7905 -  This preference will let you control how Koha displays patron
7906    addresses given the information entered in the various fields on
7907    their record.
7908
7909 .. _alphabet-label:
7910
7911 alphabet
7912 ~~~~~~~~~~~~~~~~~~~~~~~~
7913
7914 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
7915
7916 Asks: Use the alphabet \_\_\_ for lists of browsable letters. This
7917 should be a space separated list of uppercase letters.
7918
7919 Description:
7920
7921 -  This preference allows you define your own alphabet for browsing
7922    patrons in Koha.
7923
7924    |image60|
7925
7926 .. _calendarfirstdayofweek-label:
7927
7928 CalendarFirstDayOfWeek
7929 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7930
7931 Default: Sunday
7932
7933 Asks: Use \_\_\_ as the first day of week in the calendar.
7934
7935 Values:
7936
7937 -  Sunday
7938
7939 -  Monday
7940
7941 -  Tuesday
7942
7943 -  Wednesday
7944
7945 -  Thursday
7946
7947 -  Friday
7948
7949 -  Saturday
7950
7951 Description:
7952
7953 -  Using this preference you can control what day shows as the first day
7954    of the week in the calendar pop ups throughout Koha and on the
7955    Calendar tool. If you change this preference and don't see a change
7956    in your browser try clearing your cache since it makes changes to the
7957    Javascript on these pages.
7958
7959 .. _dateformat-label:
7960
7961 dateformat
7962 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7963
7964 Default: mm/dd/yyyy
7965
7966 Asks: Format dates like \_\_\_
7967
7968 Values:
7969
7970 -  dd.mm.yyyy
7971
7972 -  dd/mm/yyyy
7973
7974 -  mm/dd/yyyy
7975
7976 -  yyyy/mm/dd
7977
7978 Description:
7979
7980 -  This preference controls how the date is displayed. The options are
7981    the United States method, mm/dd/yyyy (04/24/2010), the metric method,
7982    dd/mm/yyyy (24/04/2010) or ISO, which is the International Standard
7983    of Organization, yyyy/mm/dd (2010/04/24). The International Standard
7984    of Organization would primarily be used by libraries with locations
7985    in multiple nations that may use different date formats, to have a
7986    single display type, or if the library would be in a region that does
7987    not use the United States or metric method. More information
7988    regarding the ISO date format can be found at
7989    http://www.iso.org/iso/iso_catalogue.htm.
7990
7991 .. _language-label:
7992
7993 language
7994 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7995
7996 Default: English
7997
7998 Asks: Enable the following languages on the staff interface
7999
8000 Values:
8001
8002 -  English
8003
8004 To install additional languages please refer to
8005 http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client
8006
8007 .. _opaclanguages-label:
8008
8009 opaclanguages
8010 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8011
8012 Default: English
8013
8014 Asks: Enable the following languages on the OPAC
8015
8016 Values:
8017
8018 -  English
8019
8020     **Note**
8021
8022     To install additional languages you need to run
8023     misc/translation/install-code.pl. For example, to install French you
8024     would run the following command install-code.pl fr-FR to make the
8025     templates, once they exist and are in the right place then they will
8026     show up as an option in this preference.
8027
8028 .. _opaclanguagesdisplay-label:
8029
8030 opaclanguagesdisplay
8031 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8032
8033 Default: Don't allow
8034
8035 Asks: \_\_\_ patrons to change the language they see on the OPAC.
8036
8037 Values:
8038
8039 -  Allow
8040
8041    -  Patrons can choose their language from a list at the bottom of the
8042       public catalog
8043
8044       |image61|
8045
8046 -  Don't allow
8047
8048    -  The public catalog will not give an option to choose a language
8049
8050 Description:
8051
8052 -  Using the :ref:`OpacLangSelectorMode` preference
8053    you can decide where these language options will appear in the public
8054    catalog.
8055
8056 .. _timeformat-label:
8057
8058 TimeFormat
8059 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8060
8061 Default: 24 hour format
8062
8063 Asks: Format times in \_\_\_
8064
8065 Values:
8066
8067 -  12 hour format (eg 02:18PM)
8068
8069 -  24 hour format (eg 14:18)
8070
8071 .. _translatenotices-label:
8072
8073 TranslateNotices
8074 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8075
8076 Default: Don't allow
8077
8078 Asks: \_\_\_ notices to be translated. If set, notices will be translatable from
8079 the "Notices and Slips" interface. The language used to send a notice to a patron
8080 will be the one defined for the patron.
8081
8082 Values:
8083
8084 -  Don't allow
8085
8086 -  Allow
8087
8088 .. _local-use-label:
8089
8090 Local Use
8091 ---------------------------
8092
8093 These preferences are defined locally.
8094
8095 *Get there:* More > Administration > Global System Preferences > Local
8096 Use
8097
8098     **Note**
8099
8100     Sometimes preferences which are either new or outdated will appear
8101     in this tab, if you didn't add any preferences to this tab then it's
8102     best to ignore preferences listed here.
8103
8104 .. _intradidyoumean-label:
8105
8106 INTRAdidyoumean
8107 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8108
8109 Default: blank
8110
8111 Asks: Did you mean? configuration for the Intranet. Do not change, as this is
8112 controlled by /cgi-bin/koha/admin/didyoumean.pl.
8113
8114 .. _opacdidyoumean-label:
8115
8116 OPACdidyoumean
8117 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8118
8119 Default: blank
8120
8121 Asks: Did you mean? configuration for the OPAC. Do not change, as this is
8122 controlled by /cgi-bin/koha/admin/didyoumean.pl.
8123
8124 .. _printcirculationships-label:
8125
8126 printcirculationships
8127 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8128
8129 Default: ON
8130
8131 Asks: If ON, enable printing circulation receipts
8132
8133 Values:
8134
8135 -  ON
8136
8137 -  OFF
8138
8139 .. _usagestatsid-label:
8140
8141 UsageStatsID
8142 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8143
8144 Default: blank
8145
8146 Asks: This preference is part of Koha but it should not be deleted or
8147 updated manually.
8148
8149 .. _usagestatslastupdatetime-label:
8150
8151 UsageStatsLastUpdateTime
8152 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8153
8154 Default: blank
8155
8156 Asks: This preference is part of Koha but it should not be deleted or
8157 updated manually.
8158
8159 .. _usagestatspublicid-label:
8160
8161 UsageStatsPublicID
8162 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8163
8164 Default: blank
8165
8166 Asks: Public ID for Hea website
8167
8168 .. _version-label:
8169
8170 Version
8171 ~~~~~~~~~~~~~~~~~~~~~~
8172
8173 Default: automatically generated
8174
8175 Asks: The Koha database version. WARNING: Do not change this value
8176 manually. It is maintained by the webinstaller
8177
8178 .. _logs-label:
8179
8180 Logs
8181 ----------------
8182
8183 Logs keep track of transaction on the system. You can decide which
8184 actions you want to log and which you don't using these preferences.
8185 Logs can then be viewed in the :ref:`Log Viewer` under Tools.
8186
8187 *Get there:* More > Administration > Global System Preferences > Logs
8188
8189 .. _debugging-label:
8190
8191 Debugging
8192 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8193
8194 .. _dumptemplatevarsintranet-label:
8195
8196 DumpTemplateVarsIntranet
8197 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8198
8199 Default: Don't
8200
8201 Asks: \_\_\_ dump all Template Toolkit variable to a comment in the HTML
8202 source for the staff intranet.
8203
8204 Value:
8205
8206 -  Don't
8207
8208 -  Do
8209
8210 .. _dumptemplatevarsopac-label:
8211
8212 DumpTemplateVarsOpac
8213 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8214
8215 Default: Don't
8216
8217 Asks: \_\_\_ dump all Template Toolkit variable to a comment in the HTML
8218 source for the OPAC.
8219
8220 Value:
8221
8222 -  Don't
8223
8224 -  Do
8225
8226 .. _logging-label:
8227
8228 Logging
8229 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
8230
8231 .. _authoritieslog-label:
8232
8233 AuthoritiesLog
8234 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8235
8236 Default: Don't log
8237
8238 Asks: \_\_\_ changes to authority records.
8239
8240 Values:
8241
8242 -  Don't log
8243
8244 -  Log
8245
8246 .. _borrowerslog-label:
8247
8248 BorrowersLog
8249 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8250
8251 Default: Log
8252
8253 Asks: \_\_\_ changes to patron records.
8254
8255 Values:
8256
8257 -  Don't log
8258
8259 -  Log
8260
8261        **Note**
8262
8263        Enabling this preference allows the tracking of cardnumber changes for patrons
8264
8265 .. _cataloguinglog-label:
8266
8267 CataloguingLog
8268 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8269
8270 Default: Don't log
8271
8272 Asks: \_\_\_ any changes to bibliographic or item records.
8273
8274 Values:
8275
8276 -  Don't log
8277
8278 -  Log
8279
8280     **Important**
8281
8282     Since this occurs whenever a book is cataloged, edited, or checked
8283     in or out it can be very resource intensive - slowing down your
8284     system.
8285
8286 .. _cronjoblog-label:
8287
8288 CronjobLog
8289 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8290
8291 Default: Don't log
8292
8293 Asks: \_\_\_ information from cron jobs.
8294
8295 Values:
8296
8297 -  Don't log
8298
8299 -  Log
8300
8301 .. _fineslog-label:
8302
8303 FinesLog
8304 ^^^^^^^^^^^^^^^^^^^^^^^^
8305
8306 Default: Log
8307
8308 Asks: \_\_\_ when overdue fines are charged or automatically forgiven.
8309
8310 Values:
8311
8312 -  Don't log
8313
8314 -  Log
8315
8316 .. _holdslog-label:
8317
8318 HoldsLog
8319 ^^^^^^^^^^^^^^^^^^^^^^^^
8320
8321 Default: Don't log
8322
8323 Asks: \_\_\_ any actions on holds (create, cancel, suspend, resume, etc.).
8324
8325 Values:
8326
8327 -  Don't log
8328
8329 -  Log
8330
8331 .. _issuelog-label:
8332
8333 IssueLog
8334 ^^^^^^^^^^^^^^^^^^^^^^^^
8335
8336 Default: Log
8337
8338 Asks: \_\_\_ when items are checked out.
8339
8340 Values:
8341
8342 -  Don't log
8343
8344 -  Log
8345
8346 .. _letterlog-label:
8347
8348 LetterLog
8349 ^^^^^^^^^^^^^^^^^^^^^^^^^^
8350
8351 Default: Log
8352
8353 Asks: \_\_\_ when an automatic claim notice is sent.
8354
8355 Values:
8356
8357 -  Don't log
8358
8359 -  Log
8360
8361     **Note**
8362
8363     This log tracks all notices that go to patrons including the overdue
8364     notices.
8365
8366 .. _renewallog-label:
8367
8368 RenewalLog
8369 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8370
8371 Default:  Don't log
8372
8373 Asks: \_\_\_ when items are renewed.
8374
8375 Values:
8376
8377 - Don't log
8378
8379 - Log
8380
8381 .. _reportslog-label:
8382
8383 ReportsLog
8384 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8385
8386 Default: Don't log
8387
8388 Asks: \_\_\_ when reports are added, deleted or changed.
8389
8390 Values:
8391
8392 -  Don't log
8393
8394 -  Log
8395
8396 .. _returnlog-label:
8397
8398 ReturnLog
8399 ^^^^^^^^^^^^^^^^^^^^^^^^^^
8400
8401 Default: Log
8402
8403 Asks: \_\_\_ when items are returned.
8404
8405 Values:
8406
8407 -  Don't log
8408
8409 -  Log
8410
8411 .. _subscriptionlog-label:
8412
8413 SubscriptionLog
8414 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8415
8416 Default: Log
8417
8418 Asks: \_\_\_ when serials are added, deleted or changed.
8419
8420 Values:
8421
8422 -  Don't log
8423
8424 -  Log
8425
8426 .. _opac-system-preferences-label:
8427
8428 OPAC
8429 ---------------------
8430
8431 *Get there:* More > Administration > Global system preferences > OPAC
8432
8433 .. _advanced-search-options-label:
8434
8435 Advanced search options
8436 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8437
8438 .. _opacadvsearchmoreoptions-label:
8439
8440 OpacAdvSearchMoreOptions
8441 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8442
8443 Default: Select all
8444
8445 Asks: Show search options for the expanded view \_\_\_
8446
8447 Values:
8448
8449 -  [Select all]
8450
8451 -  Item types
8452
8453 -  Language
8454
8455 -  Location and availability
8456
8457 -  Publication date
8458
8459 -  Sorting
8460
8461 -  Subtypes
8462
8463 Description:
8464
8465 -  The settings in this preference will determine which search fields
8466    will show when the patron is using the 'More options' mode on the
8467    advanced search page.
8468
8469 .. _opacadvsearchoptions-label:
8470
8471 OpacAdvSearchOptions
8472 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8473
8474 Default: Item types, Language, Location and availability, Publication
8475 date, Sorting
8476
8477 Asks: Show search options \_\_\_
8478
8479 Values:
8480
8481 -  [Select all]
8482
8483 -  Item types
8484
8485 -  Language
8486
8487 -  Location and availability
8488
8489 -  Publication date
8490
8491 -  Sorting
8492
8493 -  Subtypes
8494
8495 Description:
8496
8497 -  The settings in this preference will determine which search fields
8498    will show when the patron is using the 'Fewer options' mode on the
8499    advanced search page.
8500
8501 .. _appearance-label:
8502
8503 Appearance
8504 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8505
8506 These preferences control how things appear in the OPAC.
8507
8508 .. _authorisedvalueimages-label:
8509
8510 AuthorisedValueImages
8511 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8512
8513 Default: Don't show
8514
8515 Asks: \_\_\_ images for authorized values (such as lost statuses and
8516 locations) in search results and item detail pages on the OPAC.
8517
8518 Values:
8519
8520 -  Don't show
8521
8522 -  Show
8523
8524 *Get there:* More > Administration > :ref:`Authorized
8525 values <authorized-values-label>`
8526
8527 .. _bibliodefaultview-label:
8528
8529 BiblioDefaultView
8530 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8531
8532 Default: in simple form
8533
8534 Asks: By default, show bib records \_\_\_
8535
8536 Values:
8537
8538 -  as specified in the ISBD template.
8539
8540    -  See :ref:`ISBD` preference for more information
8541
8542 -  in simple form.
8543
8544 -  in their MARC format.
8545
8546 Description:
8547
8548 -  This preference determines the level of bibliographic detail that the
8549    patron will see on the OPAC detail page. The simple form displays the
8550    graphical interface; MARC format displays the MARC21 cataloging view;
8551    ISBD displays the ISBD (International Standard Bibliographic
8552    Description, AACR2) view.
8553
8554 .. _coinsinopacresults-label:
8555
8556 COinSinOPACResults
8557 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8558
8559 Default: Include
8560
8561 Asks: \_\_\_ COinS / OpenURL / Z39.88 in OPAC search results.
8562
8563 Values:
8564
8565 -  Don't include
8566
8567    -  If you choose not to include COinS on the search results, it will
8568       still be loaded on the individual bibliographic records.
8569
8570 -  Include
8571
8572    -  Enabling this feature will slow OPAC search response times.
8573
8574 Description:
8575
8576 -  COinS stands for ContextObjects in Spans. COinS is a method to embed
8577    bibliographic metadata in the HTML code of web pages. This allows
8578    bibliographic software to publish machine-readable bibliographic
8579    items and client reference management software (such as Zotero) to
8580    retrieve bibliographic metadata. The metadata can also be sent to an
8581    OpenURL resolver. This allows, for instance, searching for a copy of
8582    a book in one's own library.
8583
8584 .. _displayopaciconsxslt-label:
8585
8586 DisplayOPACiconsXSLT
8587 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8588
8589 Default: Don't show
8590
8591 Asks: On pages displayed with XSLT stylesheets on the OPAC, \_\_\_ icons
8592 for itemtype and authorized values.
8593
8594     **Important**
8595
8596     :ref:`OPACXSLTResultsDisplay` and/or
8597     :ref:`OPACXSLTDetailsDisplay` must be set to
8598     use an XSLT stylesheet for this to show (default or custom)
8599
8600 Values:
8601
8602 -  Don't show
8603
8604 -  Show
8605
8606    |image62|
8607
8608     **Note**
8609
8610     See the :ref:`XSLT material type icons <material-type-cataloging-guide-label>`
8611     for more information on these icons.
8612
8613 .. _googleindictransliteration-label:
8614
8615 GoogleIndicTransliteration
8616 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8617
8618 Default: Don't show
8619
8620 Asks: \_\_\_ GoogleIndicTransliteration on the OPAC.
8621
8622 Values:
8623
8624 -  Don't show
8625
8626 -  Show
8627
8628   |image1188|
8629
8630 .. _hidelostitems-label:
8631
8632 hidelostitems
8633 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8634
8635 Default: Don't show
8636
8637 Asks: \_\_\_ lost items on search and detail pages.
8638
8639 Description:
8640
8641 -  Items that are marked lost by the library can either be shown or not
8642    shown on the OPAC. By setting the value to "Don't show," the lost
8643    item is not shown on the OPAC. By setting the value "Show," the lost
8644    item is shown on the OPAC for patrons to view with a status of
8645    'lost.^
8646
8647 Values:
8648
8649 -  Don't show
8650
8651 -  Show
8652
8653    |image63|
8654
8655 .. _highlightownitemsonopac-label:
8656
8657 HighlightOwnItemsOnOPAC and HighlightOwnItemsOnOPACWhich
8658 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8659
8660 HighlightOwnItemsOnOPAC Default: Don't emphasize
8661
8662 HighlightOwnItemsOnOPACWhich Default: patron's home library
8663
8664 Asks: \_\_\_ results from the \_\_\_ by moving the results to the front
8665 and increasing the size or highlighting the rows for those results.
8666
8667 HighlightOwnItemsOnOPAC Values:
8668
8669 -  Don't emphasize
8670
8671 -  Emphasize
8672
8673 HighlightOwnItemsOnOPACWhich Values:
8674
8675 -  OPAC's branch based via the URL
8676
8677    -  The library is chosen based on the Apache environment variable
8678       BRANCHCODE. For example, this could be added to the OPAC section
8679       of koha-httpd.conf: SetEnv BRANCHCODE "CPL"
8680
8681 -  patron's home library
8682
8683    -  The items emphasized will be those of the same library as the
8684       patron's library. If no one is logged into the OPAC, no items will
8685       be highlighted.
8686
8687     **Important**
8688
8689     This preference will only effect sites that are not using an XSLT
8690     stylesheet. XSLT stylesheets are defined in the
8691     :ref:`OPACXSLTResultsDisplay` and
8692     :ref:`OPACXSLTDetailsDisplay` preferences.
8693
8694 .. _libraryname-label:
8695
8696 LibraryName
8697 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8698
8699 Asks: Show \_\_\_ as the name of the library on the OPAC.
8700
8701     **Note**
8702
8703     This value will appear in the title bar of the browser
8704
8705     **Note**
8706
8707     Edit :ref:`opacheader` if you'd like to add a library
8708     name above your search box on the OPAC
8709
8710 |image64|
8711
8712 .. _opacadditionalstylesheet-label:
8713
8714 OpacAdditionalStylesheet
8715 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8716
8717 Asks: Include the additional CSS stylesheet \_\_\_ to override specified
8718 settings from the default stylesheet.
8719
8720 Description:
8721
8722 -  The preference can look for stylesheets in the template directory for
8723    your OPAC language, for instance: /koha-tmpl/opac-tmpl/prog/en/css.
8724    If you upload a custom file, opac-mystyles.css to this directory, you
8725    can specify it by entering opac-mystyles.css in your
8726    opaccolorstylesheet system preference. This adds your custom
8727    stylesheet as a linked stylesheet alongside the OPAC's default CSS
8728    files. This method is preferable because linked stylesheets are
8729    cached by the user's browser, meaning upon repeat visits to your site
8730    the user's browser will not have to re-download the stylesheet,
8731    instead using the copy in the browser's cache.
8732
8733 -  If you would rather, you can upload your CSS to another server and
8734    enter the full URL pointing to it's location remember to begin the
8735    URL with http://
8736
8737     **Note**
8738
8739     Leave this field blank to disable it
8740
8741     **Note**
8742
8743     This file will add a linked CSS, not replace the existing default
8744     CSS.
8745
8746 .. _opacaddmastheadlibrarypulldown-label:
8747
8748 OpacAddMastheadLibraryPulldown
8749 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8750
8751 Default: Don't add
8752
8753 Asks: \_\_\_ a library select pulldown menu on the OPAC masthead.
8754
8755 Values:
8756
8757 -  Add
8758
8759    |image65|
8760
8761 -  Don't Add
8762
8763    |image66|
8764
8765 .. _opacbaseurl-label:
8766
8767 OPACBaseURL
8768 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8769
8770 Asks: The OPAC is located at \_\_\_
8771
8772 Description:
8773
8774 -  This preference is looking for the URL of your public catalog (OPAC)
8775    with the http:// in front of it (enter http://www.mycatalog.com
8776    instead of www.mycatalog.com). Once it is filled in Koha will use it
8777    to generate permanent links in your RSS feeds, for your social
8778    network share buttons and in your staff client when generating links
8779    to bib records in the OPAC.
8780
8781     **Important**
8782
8783     Do not include a trailing slash in the URL this will break links
8784     created using this URL. (example: http://www.google.com not
8785     http://www.google.com/)
8786
8787     **Important**
8788
8789     This must be filled in with the URL of your public catalog for RSS,
8790     unAPI, and search plugins to work.
8791
8792     **Important**
8793
8794     This must be filled in with the URL of your public catalog to show
8795     'OPAC View' links from bib records in the staff client:
8796
8797 |image67|
8798
8799 .. _opaccredits-label:
8800
8801 opaccredits
8802 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8803
8804 Asks: Include the following HTML in the footer of all pages in the OPAC:
8805
8806     **Note**
8807
8808     Click the 'Click to edit; link to enter HTML to appear at the bottom
8809     of every page in the OPAC
8810
8811 |image68|
8812
8813 |image69|
8814
8815 Description:
8816
8817 -  This setting is for credits that will appear at the bottom of your
8818    OPAC pages. Credits traditionally encompass copyright information,
8819    last date updated, hyperlinks or other information represented in an
8820    HTML format. This is static information and any updates must be
8821    entered manually.
8822
8823 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
8824
8825 .. _opaccustomsearch-label:
8826
8827 OpacCustomSearch
8828 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8829
8830 Asks: Replace the search box at the top of OPAC pages with the following
8831 HTML
8832
8833 Description:
8834
8835 -  This preference allows you to replace the default search box at the
8836    top of the OPAC :
8837
8838     |image1190|
8839
8840    with any HTML you would like :
8841
8842     |image1191|
8843
8844 .. _opacdisplay856uasimage-label:
8845
8846 OPACDisplay856uAsImage
8847 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8848
8849 Default: Neither details or results page
8850
8851 Asks: Display the URI in the 856u field as an image on: \_\_\_
8852
8853 Values:
8854
8855 -  Both results and details pages
8856
8857    -  **Important**
8858
8859           Both :ref:`OPACXSLTDetailsDisplay` and
8860           :ref:`OPACXSLTResultsDisplay` need to
8861           have values in order for this preference to work.
8862
8863    -  **Important**
8864
8865           This is only implemented for MARC21 and NORMARC.
8866
8867 -  Detail page only
8868
8869    -  **Important**
8870
8871           :ref:`OPACXSLTDetailsDisplay` needs to
8872           have a value in it for this preference to work.
8873
8874    -  **Important**
8875
8876           This is only implemented for MARC21 and NORMARC.
8877
8878    |image70|
8879
8880 -  Neither details or results page
8881
8882 -  Results page only
8883
8884    -  **Important**
8885
8886           :ref:`OPACXSLTResultsDisplay` needs to
8887           have a value in it for this preference to work.
8888
8889    -  **Important**
8890
8891           This is only implemented for MARC21 and NORMARC.
8892
8893 Description:
8894
8895 -  In addition to this option being set, the corresponding XSLT option
8896    must be turned on. Also, the corresponding 856q field must have a
8897    valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
8898    starting with "image/"), or the generic indicator "img" entered in
8899    the field. When all of the requirements are met, an image file will
8900    be displayed instead of the standard link text. Clicking on the image
8901    will open it in the same way as clicking on the link text. When you
8902    click on the image it should open to full size, in the current window
8903    or in a new window depending on the value in the system pref
8904    :ref:`OPACURLOpenInNewWindow`.
8905
8906    |image71|
8907
8908 .. _opacexportoptions-label:
8909
8910 OpacExportOptions
8911 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8912
8913 Default:
8914
8915     |image1192|
8916
8917 Asks: Select export options that should be available from OPAC detail
8918 page: \_\_\_
8919
8920 Description:
8921
8922 -  In the OPAC on the right of each bib record there is a menu that
8923    allows for saving the record in various formats. This patch will
8924    allow you to define which options are in the pull down menu.
8925    Available options are: BIBTEX (bibtex), Dublin Core (dc), MARCXML
8926    (marcxml), MARC-8 encoded MARC (marc8), Unicode/UTF-8 encoded MARC
8927    (utf8), Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9-
8928    fields and subfields (marcstd), MODS (mods), and RIS (ris).
8929
8930 .. _opacfallback-label:
8931
8932 OPACFallback
8933 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8934
8935 Default: bootstrap
8936
8937 Asks: Use the \_\_\_ theme as the fallback theme on the OPAC.
8938
8939 Description:
8940
8941 -  The purpose of this preference is to provide a way to choose to what
8942    theme to fallback on when you have a partial theme in place.
8943
8944 .. _opacfavicon-label:
8945
8946 OpacFavicon
8947 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8948
8949 Asks: Use the image at \_\_\_ for the OPAC's favicon.
8950
8951     **Important**
8952
8953     This should be a complete URL, starting with http://
8954
8955     **Note**
8956
8957     Turn your logo into a favicon with the `Favicon
8958     Generator <http://antifavicon.com/>`__.
8959
8960 Description:
8961
8962 -  The favicon is the little icon that appears next to the URL in the
8963    address bar in most browsers. The default value for this field (if
8964    left blank) is the small 'K' in the Koha logo.
8965
8966    |image72|
8967
8968 .. _opacheader-label:
8969
8970 opacheader
8971 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8972
8973 Asks: Include the following HTML in the header of all pages in the OPAC
8974
8975 |image73|
8976
8977     **Note**
8978
8979     This value will appear above the main content of your page
8980
8981 |image74|
8982
8983     **Note**
8984
8985     Edit :ref:`LibraryName` if you'd like to edit the
8986     contents of the <title> tag
8987
8988 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
8989
8990 .. _opachighlightedwords-and-nothighlightedwords-label:
8991
8992 OpacHighlightedWords and NotHighlightedWords
8993 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8994
8995 OpacHighlightedWords Default: Don't highlight
8996
8997 NotHighlightedWords Default: and\|or\|not
8998
8999 Asks: \_\_\_ words the patron searched for in their search results and
9000 detail pages; To prevent certain words from ever being highlighted,
9001 enter a list of stopwords here \_\_\_ (separate columns with \|)
9002
9003 OpacHighlightedWords Values:
9004
9005 -  Don't highlight
9006
9007 -  Highlight
9008
9009 .. _opacholdingsdefaultsortfield-label:
9010
9011 OPACHoldingsDefaultSortField
9012 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9013
9014 Default: First column of the table
9015
9016 Asks: \_\_\_ is the default sort field for the holdings table
9017
9018 Values:
9019
9020 -  First column of the table
9021
9022 -  Holding library
9023
9024 -  Home library
9025
9026 .. _opackohaurl-label:
9027
9028 OpacKohaUrl
9029 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9030
9031 Default: Don't show
9032
9033 Values:
9034
9035 -  Don't show
9036
9037 -  Show
9038
9039 Description:
9040
9041 -  When this preference is set to 'Show' text will appear in the bottom
9042    right of the OPAC footer stating 'Powered by Koha' and linking to the
9043    official Koha website.
9044
9045    |image75|
9046
9047 .. _opaclangselectormode-label:
9048
9049 OpacLangSelectorMode
9050 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9051
9052 Default: only footer
9053
9054 Asks: Display language selector on \_\_\_.
9055
9056 Values:
9057
9058 -  both top and footer
9059
9060 -  only footer
9061
9062 -  top
9063
9064 Description:
9065
9066 -  If you have the :ref:`opaclanguagesdisplay`
9067    preference set to display language options in the public catlaog,
9068    then this preference will allow you to control where the language
9069    selector shows. You can choose to show it only on the top or bottom
9070    or in both places.
9071
9072 .. _opaclayoutstylesheet-label:
9073
9074 opaclayoutstylesheet
9075 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9076
9077 Default: opac.css
9078
9079 Asks: Use the CSS stylesheet /css/ \_\_\_ on all pages in the OPAC,
9080 instead of the default
9081
9082 Description:
9083
9084 -  This setting's function is to point to the \*.css file used to define
9085    the OPAC layout. A \*.css file is a cascading stylesheet which is
9086    used in conjunction with HTML to set how the HTML page is formatted
9087    and will look on the OPAC. There are two stylesheets that come with
9088    the system; opac.css and opac2.css. A custom stylesheet may also be
9089    used. The stylesheets listed in the opaclayoutstylesheet preference
9090    are held on the Koha server.
9091
9092     **Note**
9093
9094     Leave this field blank to disable it and let Koha use the default
9095     file instead
9096
9097     **Important**
9098
9099     Using a custom value in this preference causes Koha to completely
9100     ignore the default layout stylesheet.
9101
9102 .. _opaclocationbranchtodisplay-label:
9103
9104 OpacLocationBranchToDisplay
9105 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9106
9107 Default: holding library
9108
9109 Asks: Display the \_\_\_ for items on the OPAC record details page.
9110
9111 Values:
9112
9113 -  holding library
9114
9115 -  home and holding library
9116
9117 -  home library
9118
9119 Description:
9120
9121 -  Defines whether to display the holding library, the home library, or
9122    both for the opac details page.
9123
9124 .. _opaclocationondetail-label:
9125
9126 OpacLocationOnDetail
9127 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9128
9129 Default: below the holding library
9130
9131 Asks: Display the shelving location \_\_\_ for items on the
9132 OPAC record details page.
9133
9134 Values:
9135
9136 -  below both home and holding libraries
9137
9138 -  on a separate column
9139
9140 -  below the holding library
9141
9142 -  below the home library
9143
9144 Description:
9145
9146 -  Defines where the shelving location should be displayed, under the
9147    home library, the holding library, or both, or in a separate column.
9148
9149 .. _opaclogininstructions-label:
9150
9151 OpacLoginInstructions
9152 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9153
9154 Asks: Show the following HTML on the OPAC login form when a patron is not logged in:
9155
9156 Description:
9157
9158 -  HTML entered in this field will appear under the login form on the main page
9159    of your OPAC, when the user is not logged in
9160
9161 |image1344|
9162
9163 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
9164
9165 .. _opacmaintenance-label:
9166
9167 OpacMaintenance
9168 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9169
9170 Default: Don't show
9171
9172 Asks: \_\_\_ a warning that the OPAC is under maintenance, instead of
9173 the OPAC itself.
9174
9175     **Note**
9176
9177     this shows the same warning as when the database needs to be
9178     upgraded, but unconditionally.
9179
9180 Description:
9181
9182 -  This preference allows the system administrator to turn off the OPAC
9183    during maintenance and display a message to users. When this
9184    preference is switched to "Show" the OPAC is not usable. The text of
9185    this message is not editable at this time.
9186
9187 Values:
9188
9189 -  Don't show
9190
9191 -  Show
9192
9193    -  When this preference is set to show the maintenance message the
9194       ability to search the OPAC is disabled and a message appears. The
9195       default message can be altered by using the
9196       :ref:`OpacMaintenanceNotice` preference.
9197
9198       |image76|
9199
9200 .. _opacmaintenancenotice-label:
9201
9202 OpacMaintenanceNotice
9203 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9204
9205 Asks: Show the following HTML when OpacMaintenance is enabled
9206
9207 Descritpion:
9208
9209 -  This preference will allow you to set the text the OPAC displays when
9210    the :ref:`OpacMaintenance` preference is set to
9211    'Show.^
9212
9213 .. _opacmainuserblock-label:
9214
9215 OpacMainUserBlock
9216 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9217
9218 Default: Welcome to Koha... <hr>
9219
9220 Asks: Show the following HTML in its own column on the main page of the
9221 OPAC
9222
9223 Description:
9224
9225 -  HTML entered in this field will appear in the center of the main page
9226    of your OPAC
9227
9228 |image77|
9229
9230 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
9231
9232 .. _opacmaxitemstodisplay-label:
9233
9234 OpacMaxItemsToDisplay
9235 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9236
9237 Default: 50
9238
9239 Asks: Display up to \_\_\_ items on the biblio detail page
9240
9241 Description:
9242
9243 -  This preference will help with slow load times on the bibliographic
9244    detail pages by limiting the number of items to display by default.
9245    If the biblio has more items than this, a link is displayed instead
9246    that allows the user to choose to display all items.
9247
9248 .. _opacmysummaryhtml-label:
9249
9250 OPACMySummaryHTML
9251 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9252
9253 Asks: Include a "Links" column on the "your summary" tab when a user is
9254 logged in to the OPAC, with the following HTML (leave blank to disable).
9255
9256 Description:
9257
9258 -  In this preference you can enter HTML that will appear on the
9259    'Checked Out' tab on the 'your summary' section when logged in to the
9260    OPAC. The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR}
9261    will be replaced with information from the displayed record. This can
9262    be used to enter in 'share' links for social networks or generate
9263    searches against other library catalogs.
9264
9265    |image78|
9266
9267 Sample Data:
9268
9269 ::
9270
9271     <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>
9272     <br />TITLE: {TITLE}
9273     <br />AUTHOR: {AUTHOR}
9274     <br />ISBN: {ISBN}
9275     <br />BIBLIONUMBER: {BIBLIONUMBER}</p>
9276
9277 .. _opacmysummarynote-label:
9278
9279 OPACMySummaryNote
9280 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9281
9282 Asks: Note to display on the patron summary page.
9283
9284 Description:
9285
9286 -  This preference will display text above the patron's summary and
9287    below the welcome message when the patron logs in to the OPAC and
9288    view their 'your summary' tab.
9289
9290     |image1193|
9291
9292 .. _opacnav-label:
9293
9294 OpacNav
9295 ^^^^^^^^^^^^^^^^^^^^^^
9296
9297 Default: Important links here.
9298
9299 Asks: Show the following HTML on the left hand column of the main page
9300 and patron account on the OPAC (generally navigation links)
9301
9302 |image79|
9303
9304 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
9305
9306 .. _opacnavbottom-label:
9307
9308 OpacNavBottom
9309 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9310
9311 Asks: Show the following HTML on the left hand column of the main page
9312 and patron account on the OPAC, after :ref:`OpacNav`, and before
9313 patron account links if available:
9314
9315 Description:
9316
9317 -  When a patron is logged in to their account they see a
9318    series of tabs to access their account information.
9319    :ref:`OpacNav` appears above this list of tabs and OpacNavBottom
9320    will appear below them. When not on the patron account pages the HTML in
9321    OpacNavBottom will just appear right below :ref:`OpacNav`.
9322
9323 |image80|
9324
9325 .. _opacnavright-label:
9326
9327 OpacNavRight
9328 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9329
9330 Asks: Show the following HTML in the right hand column of the main page
9331 under the main login form.
9332
9333 Description:
9334
9335 -  HTML entered in this preference will appear on the right
9336    hand side of the OPAC under the log in form. If the log in form is not
9337    visible this content will move up on the right column.
9338
9339 |image81|
9340
9341 .. _opacnoresultsfound-label:
9342
9343 OPACNoResultsFound
9344 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9345
9346 No Default
9347
9348 Asks: Display this HTML when no results are found for a search in the
9349 OPAC
9350
9351 This HTML will display below the existing notice that no results were
9352 found for your search.
9353
9354 |image82|
9355
9356     **Note**
9357
9358     You can insert placeholders {QUERY\_KW} that will be replaced with
9359     the keywords of the query.
9360
9361 .. _opacpublic-label:
9362
9363 OpacPublic
9364 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9365
9366 Default: Enable
9367
9368 Asks: \_\_\_ Koha OPAC as public. Private OPAC requires authentication
9369 before accessing the OPAC.
9370
9371 Values:
9372
9373 -  Don't enable
9374
9375 -  Enable
9376
9377 Description:
9378
9379 -  This preference determines if your OPAC is accessible and searchable
9380    by anyone or only by members of the library. If set to 'Don't enable'
9381    only members who are logged into the OPAC can search. Most libraries
9382    will leave this setting at its default of 'Enable' to allow their
9383    OPAC to be searched by anyone and only require login for access to
9384    personalized content.
9385
9386 .. _opacresultslibrary-label:
9387
9388 OPACResultsLibrary
9389 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9390
9391 Default: home library
9392
9393 Asks: For search results in the OPAC, show the item's \_\_\_. Please
9394 note that this feature is currently available for MARC21 and UNIMARC.
9395
9396 Values:
9397
9398 -  current location
9399
9400 -  home library
9401
9402 .. _opacresultssidebar-label:
9403
9404 OPACResultsSidebar
9405 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9406
9407 Asks: Include the following HTML under the facets in OPAC search results
9408
9409 Description:
9410
9411 -  The HTML entered in this preference will appear on the search results
9412    pages below the list of facets on the left side of the screen.
9413
9414 .. _opacsearchfortitlein-label:
9415
9416 OPACSearchForTitleIn
9417 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9418
9419 Default: <li><a href="http://worldcat.org/search?q={TITLE}"
9420 target="\_blank">Other Libraries (WorldCat)</a></li> <li><a
9421 href="http://www.scholar.google.com/scholar?q={TITLE}"
9422 target="\_blank">Other Databases (Google Scholar)</a></li> <li><a
9423 href="http://www.bookfinder.com/search/?author={AUTHOR}&title={TITLE}&st=xl&ac=qr"
9424 target="\_blank">Online Stores (Bookfinder.com)</a></li>
9425
9426 Asks: Include a "More Searches" box on the detail pages of items on the
9427 OPAC, with the following HTML (leave blank to disable)
9428
9429     **Note**
9430
9431     The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE}, {ISBN},
9432     {ISSN} and {AUTHOR} will be replaced with information from the
9433     displayed record.
9434
9435 .. _opacseparateholdings-and-opacseparateholdingsbranch-label:
9436
9437 OpacSeparateHoldings and OpacSeparateHoldingsBranch
9438 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9439
9440 OpacSeparateHoldings default: Don't separate
9441
9442 OpacSeparateHoldingsBranch default: home library
9443
9444 Asks: \_\_\_ items display into two tabs, where the first tab contains
9445 items whose \_\_\_ is the logged in user's library. The second tab will
9446 contain all other items.
9447
9448 OpacSeparateHoldings values:
9449
9450 -  Don't separate
9451
9452 -  Separate
9453
9454 OpacSeparateHoldingsBranch values:
9455
9456 -  holding library
9457
9458 -  home library
9459
9460 Description:
9461
9462 -  This preference lets you decide if you would like to have the holding
9463    information on the bibliographic detail page in the OPAC split in to
9464    multiple tabs. The default is to show all holdings on one tab.
9465
9466    |image83|
9467
9468 .. _opacshowcheckoutname-label:
9469
9470 OPACShowCheckoutName
9471 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9472
9473 Default: Don't show
9474
9475 Asks: \_\_\_ the name of the patron that has an item checked out on item
9476 detail pages on the OPAC.
9477
9478 Values:
9479
9480 -  Don't show
9481
9482 -  Show
9483
9484 Description:
9485
9486 -  This preference allows all patrons to see who has the item checked
9487    out if it is checked out. In small corporate libraries (where the
9488    OPAC is behind a firewall and not publicly available) this can be
9489    helpful so coworkers can just contact the patron with the book
9490    themselves. In larger public and academic libraries setting this to
9491    'Show' would pose serious privacy issues.
9492
9493 .. _opacshowholdqueuedetails-label:
9494
9495 OPACShowHoldQueueDetails
9496 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9497
9498 Default: Don't show any hold details
9499
9500 Asks: \_\_\_ to patrons in the OPAC.
9501
9502 Values:
9503
9504 -  Don't show any hold details
9505
9506 -  Show holds
9507
9508 -  Show holds and their priority level
9509
9510 -  Show priority level
9511
9512 Description:
9513
9514 -  This preference allows you to choose the type of hold information to
9515    make available to patrons when logged in to their account on the OPAC.  If
9516    you select to include hold priority information the list of holds will
9517    initially be sorted by priority.
9518
9519 .. _opacshowrecentcomments-label:
9520
9521 OpacShowRecentComments
9522 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9523
9524 Default: Don't show
9525
9526 Asks: \_\_\_ a link to recent comments in the OPAC masthead.
9527
9528 Values:
9529
9530 -  Don't show
9531
9532 -  Show
9533
9534 Description:
9535
9536 -  If you have chosen to allow comments in your OPAC by setting
9537    :ref:`reviewson` to 'Allow' you can include a link to the
9538    recent comments under the search box at the top of your OPAC with
9539    this preference.
9540
9541    |image88|
9542
9543 .. _opacshowunusedauthorities-label:
9544
9545 OPACShowUnusedAuthorities
9546 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9547
9548 Default: Show
9549
9550 Asks: \_\_\_ unused authorities in the OPAC authority browser.
9551
9552 Values:
9553
9554 -  Do not show
9555
9556 -  Show
9557
9558    -  **Important**
9559
9560           Requires that the :ref:`OpacAuthorities`
9561           preference is set to 'Allow'
9562
9563 Description:
9564
9565 -  When patrons search your authority file via the OPAC they will see
9566    all authorities in your system even if you don't have them linked to
9567    any bibliographic records. This preference lets you determine what
9568    the default behavior is when searching authorities via the OPAC. If
9569    you choose 'Do not show' it will only show patrons authority records
9570    that are linked to bib records in the search results. Otherwise the
9571    system will show all authority records even if they aren't linked to
9572    records.
9573
9574 .. _opacstarratings-label:
9575
9576 OpacStarRatings
9577 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9578
9579 Default: no
9580
9581 Asks: Show star-ratings on \_\_\_ pages.
9582
9583 Values:
9584
9585 -  no
9586
9587 -  only details
9588
9589    |image89|
9590
9591 -  results and details
9592
9593    |image90|
9594
9595 Description:
9596
9597 -  Star ratings are a way for your patrons to leave ratings without
9598    having to leave a full review. Patrons who are not logged in will
9599    only be able to see the stars, once logged in patrons can click on
9600    the stars on the details page to leave their own rating. Clicking on
9601    the stars on the search results will not submit a rating.
9602
9603 .. _opacsuggestionmanagedby-label:
9604
9605 OpacSuggestionManagedBy
9606 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9607
9608 Default: Show
9609
9610 Asks: \_\_\_ the name of the staff member who managed a suggestion in
9611 OPAC.
9612
9613 Values:
9614
9615 -  Don't show
9616
9617 -  Show
9618
9619 Description:
9620
9621 -  If you're :ref:`allowing patrons to make purchase
9622    suggestions <suggestion-label>` then they will see the 'your purchase
9623    suggestions' tab when logged in. This tab shows the patron the
9624    librarian who approved or rejected the purchase suggestion. This
9625    preference controls if the patron sees the librarian's name or not.
9626
9627 .. _opacthemes-label:
9628
9629 opacthemes
9630 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9631
9632 Default: bootstrap
9633
9634 Asks: Use the \_\_\_ theme on the OPAC.
9635
9636 Values:
9637
9638 -  bootstrap
9639
9640    Bootstrap Theme
9641
9642    This theme is completely responsive
9643
9644 .. _opacurlopeninnewwindow-label:
9645
9646 OPACURLOpenInNewWindow
9647 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9648
9649 Default: don't
9650
9651 Asks: When patrons click on a link to another website from your OPAC
9652 (like Amazon or OCLC), \_\_\_ open the website in a new window.
9653
9654 Values:
9655
9656 -  do
9657
9658 -  don't
9659
9660 Description:
9661
9662 -  This preference determines if URLs in the OPAC will open in a new
9663    window or not. When clicking on a link in the OPAC, a patron does not
9664    need to worry about navigating away from their search results.
9665
9666 .. _opacusercss-label:
9667
9668 OPACUserCSS
9669 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9670
9671 Asks: Include the following CSS on all pages in the OPAC
9672
9673 Description:
9674
9675 -  OPACUserCSS allows the administrator to enter styles that will
9676    overwrite the OPAC's default CSS as defined in 'opaclayoutstylesheet'
9677    or 'opacstylesheet'. Styles may be entered for any of the selectors
9678    found in the default style sheet. The default stylesheet will likely
9679    be found at
9680    http://your\_koha\_address/opac-tmpl/bootstrap/css/opac.css. Unlike
9681    :ref:`OpacAdditionalStylesheet` and
9682    :ref:`opaclayoutstylesheet` this preference will
9683    embed the CSS directly on your OPAC pages.
9684
9685 .. _opacuserjs-label:
9686
9687 OPACUserJS
9688 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9689
9690 Asks: Include the following JavaScript on all pages in the OPAC
9691
9692 |image91|
9693
9694 |image92|
9695
9696 |image93|
9697
9698 Description:
9699
9700 -  This preference allows the administrator to enter JavaScript or
9701    JQuery that will be embedded across all pages of the OPAC.
9702    Administrators may use this preference to customize some of the
9703    interactive sections of Koha, customizing the text for the login
9704    prompts, for example. Sample JQuery scripts used by Koha libraries
9705    can be found on the wiki:
9706    http://wiki.koha-community.org/wiki/JQuery_Library.
9707
9708 .. _opacusersummary-label:
9709
9710 OPACUserSummary
9711 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9712
9713 Default: Show
9714
9715 Asks: \_\_\_ a summary of a logged in user's checkouts, overdues, holds and fines on the mainpage
9716
9717 Description:
9718
9719 -  When activated, this preference system replaces the login form on the OPAC main page by a summary when the user is logged in.
9720
9721 .. _opacxsltdetailsdisplay-label:
9722
9723 OPACXSLTDetailsDisplay
9724 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9725
9726 Default: default
9727
9728 Asks: Display OPAC details using XSLT stylesheet at \_\_\_
9729
9730 Values:
9731
9732 -  leave empty to not use the XSLT stylesheet
9733
9734    -  In previous versions of Koha this was the setting that read
9735       'normally'
9736
9737 -  enter "default" for the default one
9738
9739 -  put a path to define a XSLT file
9740
9741    -  ex: /path/to/koha/and/your/stylesheet.xsl
9742
9743    -  If in a multi-language system you can enter {langcode} in the path
9744       to tell Koha to look in the right language folder
9745
9746       -  ex:
9747          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACDetail.xsl
9748
9749       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9750
9751 -  put an URL for an external specific stylesheet
9752
9753    -  ex: http://mykohaopac.org/stylesheet.xsl
9754
9755 Description:
9756
9757 -  XSLT stylesheets allow for the customization of the details shows on
9758    the screen when viewing a bib record. This preference will allow you
9759    either use the default look that comes with Koha or design your own
9760    stylesheet.
9761
9762 .. _opacxsltlistsdisplay-label:
9763
9764 OPACXSLTListsDisplay
9765 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9766
9767 Default: default
9768
9769 Asks: Display lists in the OPAC using XSLT stylesheet at \_\_\_
9770
9771 Values:
9772
9773 -  leave empty to not use the XSLT stylesheet
9774
9775    -  In previous versions of Koha this was the setting that read
9776       'normally'
9777
9778 -  enter "default" for the default one
9779
9780 -  put a path to define a XSLT file
9781
9782    -  ex: /path/to/koha/and/your/stylesheet.xsl
9783
9784    -  If in a multi-language system you can enter {langcode} in the path
9785       to tell Koha to look in the right language folder
9786
9787       -  ex:
9788          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
9789
9790       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9791
9792 -  put an URL for an external specific stylesheet
9793
9794    -  ex: http://mykohaopac.org/stylesheet.xsl
9795
9796 Description:
9797
9798 -  XSLT stylesheets allow for the customization of the details shows on
9799    the screen when viewing lists. This preference will
9800    allow you either use the default look that comes with Koha or design
9801    your own stylesheet.
9802
9803 .. _opacxsltresultsdisplay-label:
9804
9805 OPACXSLTResultsDisplay
9806 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9807
9808 Default: default
9809
9810 Asks: Display OPAC results using XSLT stylesheet at \_\_\_
9811
9812 Values:
9813
9814 -  leave empty to not use the XSLT stylesheet
9815
9816    -  In previous versions of Koha this was the setting that read
9817       'normally'
9818
9819 -  enter "default" for the default one
9820
9821 -  put a path to define a XSLT file
9822
9823    -  ex: /path/to/koha/and/your/stylesheet.xsl
9824
9825    -  If in a multi-language system you can enter {langcode} in the path
9826       to tell Koha to look in the right language folder
9827
9828       -  ex:
9829          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
9830
9831       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9832
9833 -  put an URL for an external specific stylesheet
9834
9835    -  ex: http://mykohaopac.org/stylesheet.xsl
9836
9837 Description:
9838
9839 -  XSLT stylesheets allow for the customization of the details shows on
9840    the screen when viewing the search results. This preference will
9841    allow you either use the default look that comes with Koha or design
9842    your own stylesheet.
9843
9844 .. _opacfeatures-label:
9845
9846 Features
9847 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9848
9849 .. _numsearchrssresults-label:
9850
9851 numSearchRSSResults
9852 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9853
9854 Default: 50
9855
9856 Asks: Display \_\_\_ search results in the RSS feed.
9857
9858 Description:
9859
9860 -  By default the RSS feed that is automatically generated for every
9861    search results page will list 50 items. This can sometimes be too
9862    much for some RSS feed readers and for some people this isn't enough.
9863    This preference allows you to adjust this number to show the best
9864    number of results for your patrons.
9865
9866 .. _opacacquisitiondetails-label:
9867
9868 OPACAcquisitionDetails
9869 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9870
9871 Default: Don't display
9872
9873 Asks: \_\_\_ the acquisition details on OPAC detail pages.
9874
9875 Values:
9876
9877 -  Display
9878
9879     |image1194|
9880
9881 -  Don't display
9882
9883 Description:
9884
9885 -  This preference shows the patrons how many items are on order in the
9886    Holdings tab if you have the :ref:`AcqCreateItem` set
9887    to 'cataloging the record'
9888
9889 .. _opacauthorities-label:
9890
9891 OpacAuthorities
9892 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9893
9894 Default: Allow
9895
9896 Asks: \_\_\_ patrons to search your authority records.
9897
9898 Description:
9899
9900 -  This preference displays the link on the OPAC for the authority
9901    search. By setting the preference to "Allow" patrons can use this
9902    search link of the OPAC.
9903
9904 Values:
9905
9906 -  Allow
9907
9908    -  A link labeled 'Authority search' will appear at the top of your
9909       OPAC under the search box
9910
9911       |image94|
9912
9913 -  Don't allow
9914
9915 .. _opacbookbag-label:
9916
9917 opacbookbag
9918 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9919
9920 Default: Allow
9921
9922 Asks: \_\_\_ patrons to store items in a temporary "Cart" on the OPAC.
9923
9924 Values:
9925
9926 -  Allow
9927
9928 -  Don't allow
9929
9930 Description:
9931
9932 -  This preference allows the user to temporarily save a list of items
9933    found on the catalog. By using the book bag, or cart, the user can
9934    print out or email a list of items found. The user does not need to
9935    be logged in. This list is temporary and will be emptied, or cleared,
9936    at the end of the session.
9937
9938 .. _opacbrowser-label:
9939
9940 OpacBrowser
9941 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9942
9943     **Important**
9944
9945     This preference only applies to installations using UNIMARC at this time.
9946
9947 Default: Don't allow
9948
9949 Asks: \_\_\_ patrons to browse subject authorities on OPAC
9950
9951 Values:
9952
9953 -  Allow
9954
9955 -  Don't allow
9956
9957     **Important**
9958
9959     run the :ref:`authorities browser cron job <cron-authorities-browser-label>` to
9960     create the browser list
9961
9962 .. _opacbrowseresults-label:
9963
9964 OpacBrowseResults
9965 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9966
9967 Default: enable
9968
9969 Asks: \_\_\_ browsing and paging search results from the OPAC detail
9970 page.
9971
9972 Values:
9973
9974 -  disable
9975
9976 -  enable
9977
9978    |image95|
9979
9980 Description:
9981
9982 -  This preference will control the option to return to your results
9983    and/or browse them from the detail page in the OPAC.
9984
9985 .. _opaccloud-label:
9986
9987 OpacCloud
9988 ^^^^^^^^^^^^^^^^^^^^^^^^^^
9989
9990     **Important**
9991
9992     This preference only applies to French systems at this time.
9993
9994 Default: Don't show
9995
9996 Asks: \_\_\_ a subject cloud on OPAC
9997
9998 Values:
9999
10000 -  Don't show
10001
10002 -  Show
10003
10004     **Important**
10005
10006     run the :ref:`authorities browser cron job <cron-authorities-browser-label>` to
10007     create the browser list
10008
10009 .. _opacfinestab-label:
10010
10011 OPACFinesTab
10012 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10013
10014 Default: Allow
10015
10016 Asks: \_\_\_ patrons to access the Fines tab on the 'your summary' page on
10017 the OPAC.
10018
10019 Values:
10020
10021 -  Allow
10022
10023    -  :ref:`opacuserlogin` needs to be set to 'allow'
10024
10025 -  Don't allow
10026
10027 .. _opacholdnotes-label:
10028
10029 OpacHoldNotes
10030 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10031
10032 Default: Do not allow
10033
10034 Asks: \_\_\_ users to add a note when placing a hold.
10035
10036 Values:
10037
10038 -  Allow
10039
10040    |image96|
10041
10042 -  Do not allow
10043
10044 .. _opacisbd-label:
10045
10046 OPACISBD
10047 ^^^^^^^^^^^^^^^^^^^^^^^^
10048
10049 Default: See `ISBD view configuration
10050 <https://wiki.koha-community.org/wiki/ISBD_view_configuration>` on the wiki.
10051
10052 Asks: Use the following as the OPAC ISBD template:
10053
10054 Description:
10055
10056 -  This determines how the ISBD information will display in the OPAC.
10057    Elements in the list can be reordered to produce a different ISBD
10058    view. ISBD, the International Standard Bibliographic Description, was
10059    first introduced by IFLA (International Federation of Library
10060    Associations) in 1969 in order to provide guidelines for descriptive
10061    cataloging. The purpose of ISBD is to aid the international exchange
10062    of bibliographic records for a variety of materials.
10063
10064 .. _opacitemlocation-label:
10065
10066 OpacItemLocation
10067 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10068
10069 Default: call number only
10070
10071 Asks: Show \_\_\_ for items on the OPAC search results.
10072
10073 Values:
10074
10075 -  call number only
10076
10077 -  collection code
10078
10079 -  location
10080
10081 Description:
10082
10083 -  This setting allows users of the OPAC results XSLT stylesheet to
10084    choose to display collection code or location in addition to call
10085    number.
10086
10087 .. _opacnewslibraryselect-label:
10088
10089 OpacNewsLibrarySelect
10090 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10091
10092 Default: Don't display
10093
10094 Asks: \_\_\_ a branch selection list for news items in the OPAC.
10095
10096 Values:
10097
10098 -  Don't display
10099
10100 -  Display
10101
10102 .. _opacpasswordchange-label:
10103
10104 OpacPasswordChange
10105 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10106
10107 Default: Allow
10108
10109 Asks: \_\_\_ patrons to change their own password on the OPAC.
10110
10111 Values:
10112
10113 -  Allow
10114
10115    -  :ref:`opacuserlogin` needs to be set to 'allow'
10116
10117 -  Don't allow
10118
10119     **Important**
10120
10121     Enabling this will break LDAP authentication.
10122
10123 .. _opacpatrondetails-label:
10124
10125 OPACPatronDetails
10126 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10127
10128 Default: Allow
10129
10130 Asks: \_\_\_ patrons to notify the library of changes to their contact
10131 information from the OPAC.
10132
10133 Values:
10134
10135 -  Allow
10136
10137    -  :ref:`opacuserlogin` needs to be set to 'allow'
10138
10139 -  Don't allow
10140
10141 Description:
10142
10143 -  If patrons are allowed to notify the library of changes to their
10144    account then staff will need to approve the changes via the staff
10145    client. Notification of patron account requests will appear on the
10146    dashaboard below the list of modules with other pending actions.
10147
10148    |image97|
10149
10150    Once you click the notification you will be presented with the
10151    changes the patron would like to make to their account and from there
10152    you can choose how to proceed.
10153
10154    |image98|
10155
10156        **Note**
10157
10158        You can control what fields patrons see and can modify via the
10159        OPAC by setting the
10160        :ref:`PatronSelfRegistrationBorrowerMandatoryField`
10161        :ref:`PatronSelfRegistrationBorrowerUnwantedField`
10162        preferences.
10163
10164 .. _opacpatronimages-label:
10165
10166 OPACpatronimages
10167 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10168
10169 Default: Don't show
10170
10171 Asks: \_\_\_ patron images on the patron information page in the OPAC.
10172
10173 Values:
10174
10175 -  Don't show
10176
10177 -  Show
10178
10179 Description:
10180
10181 -  If :ref:`patronimages` is set to allow the upload of
10182    patron images via the staff client, then setting this preference to
10183    'show' will show the patron what image you have on file for them when
10184    they view their personal information on their account in the OPAC.
10185
10186 .. _opacpopupauthorssearch-label:
10187
10188 OPACPopupAuthorsSearch
10189 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10190
10191 Default: Don't display
10192
10193 Asks: \_\_\_ the list of authors/subjects in a popup for a combined
10194 search on OPAC detail pages.
10195
10196 Values:
10197
10198 -  Display
10199
10200    Subject search pop up
10201
10202    -  **Important**
10203
10204           This will only display the pop up if you are not using an XSLT
10205           stylesheet. Review your
10206           :ref:`OPACXSLTDetailsDisplay` to find
10207           out what stylesheet you're using.
10208
10209 -  Don't display
10210
10211    -  Authors and subjects will display as search links instead of pop
10212       up menus.
10213
10214 Description:
10215
10216 -  If this preference is set to 'Display' then clicking a subject or
10217    author from the details page in the OPAC will present the searcher
10218    with a pop up box. From this box you can check off any of the
10219    subjects or authors listed and search them all at once by clicking
10220    'Search' at the bottom of the pop up. The default behavior is for
10221    Koha to search just the clicked author or subject.
10222
10223 .. _opacresetpassword-label:
10224
10225 OpacResetPassword
10226 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10227
10228 Default: not allowed
10229
10230 Asks: Library users are \_\_\_ to recover their password via e-mail in
10231 the OPAC.
10232
10233 Values:
10234
10235 -  allowed
10236
10237     |image1195|
10238
10239 -  not allowed
10240
10241 Description:
10242
10243 -  This preference controls whether you present users of the public
10244    catalog with a 'Forgot your password' link or not. Learn more in the
10245    :ref:`OPAC section <resetting-your-password-label>` of this manual.
10246
10247 .. _opactopissue-label:
10248
10249 OpacTopissue
10250 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10251
10252 Default: Don't allow
10253
10254 Asks: \_\_\_ patrons to access a list of the most checked out items on
10255 the OPAC.
10256
10257 Values:
10258
10259 -  Allow
10260
10261    -  A link to 'Most Popular' will appear at the top of your OPAC
10262
10263       |image99|
10264
10265 -  Don't allow
10266
10267 Description:
10268
10269 -  This preference allows the administrator to choose to show the "Most
10270    Popular" link at the top of the OPAC under the search box. The "Most
10271    Popular" page shows the top circulated items in the library, as
10272    determined by the number of times a title has been circulated. This
10273    allows users to see what titles are popular in their community. It is
10274    recommended that you leave this preference set to 'Don't allow' until
10275    you have been live on Koha for a couple of months, otherwise the data
10276    that it shows will not be an accurate portrayal of what's popular in
10277    your library.
10278
10279    |image100|
10280
10281 .. _opacuserlogin-label:
10282
10283 opacuserlogin
10284 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10285
10286 Default: Allow
10287
10288 Asks: \_\_\_ patrons to log in to their accounts on the OPAC.
10289
10290 Values:
10291
10292 -  Allow
10293
10294 -  Don't allow
10295
10296    -  The OPAC will still be searchable if patrons can't log in, this
10297       just disables the patron account access via the OPAC
10298
10299 .. _quoteoftheday-label:
10300
10301 QuoteOfTheDay
10302 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10303
10304 Default: Disable
10305
10306 Asks: \_\_\_ Quote of the Day display on OPAC home page
10307
10308 Values:
10309
10310 -  Disable
10311
10312 -  Enable
10313
10314 Description:
10315
10316 -  This feature will allow you to enter a series of quotes that will
10317    then show on the OPAC homepage in random order. To add/edit quotes,
10318    visit the :ref:`Quote of the Day editor <quote-of-the-day-(qotd)-editor-label>` under Tools.
10319
10320 .. _requestonopac-label:
10321
10322 RequestOnOpac
10323 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10324
10325 Default: Allow
10326
10327 Asks: \_\_\_ patrons to place holds on items from the OPAC.
10328
10329 Values:
10330
10331 -  Allow
10332
10333    -  :ref:`opacuserlogin` needs to be set to 'allow'
10334
10335 -  Don't allow
10336
10337 .. _reviewson-label:
10338
10339 reviewson
10340 ^^^^^^^^^^^^^^^^^^^^^^^^^^
10341
10342 Default: Allow
10343
10344 Asks: \_\_\_ patrons to make comments on items on the OPAC.
10345
10346 Values:
10347
10348 -  Allow
10349
10350    -  Patrons comments/reviews all require moderation before they appear
10351       in the OPAC
10352
10353    -  :ref:`opacuserlogin` needs to be set to 'Allow'
10354
10355 -  Don't allow
10356
10357 Description:
10358
10359 -  This button allows the patrons to submit comments on books they have
10360    read via the OPAC. If this preference is set to "Allow" reviews are
10361    first sent to the staff client for staff approval before the review
10362    is displayed in the OPAC. The staff member who reviews and approves
10363    comments may find the pending comments on the
10364    :ref:`Comments` tool. The staff member can then choose to
10365    approve or delete the comments.
10366
10367 .. _showreviewer-label:
10368
10369 ShowReviewer
10370 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10371
10372 Default: full name
10373
10374 Asks: Show \_\_\_ of commenter with comments in OPAC.
10375
10376 Values:
10377
10378 -  first name
10379
10380 -  first name and last initial
10381
10382 -  full name
10383
10384 -  last name
10385
10386 -  no name
10387
10388 -  username
10389
10390 Description:
10391
10392 -  If you would like to protect your patron's privacy in the OPAC you
10393    can choose to hide their names or parts of their names from any of
10394    the comments they leave on bib records in your system.
10395    :ref:`reviewson` needs to be set to 'Allow' for this to
10396    preference to come in to play
10397
10398 .. _showreviewerphoto-label:
10399
10400 ShowReviewerPhoto
10401 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10402
10403 Default: Show
10404
10405 Asks: \_\_\_ reviewer's photo beside comments in OPAC.
10406
10407 Values:
10408
10409 -  Hide
10410
10411 -  Show
10412
10413    -  :ref:`reviewson` needs to be set to 'Allow' and
10414       :ref:`ShowReviewer` needs to be set to 'Show' for
10415       this to preference to come in to play
10416
10417       |image101|
10418
10419 Description:
10420
10421 -  This system preference allows libraries to show avatars next to
10422    patron's comments in the OPAC. These avatars are pulled from the
10423    `Libravatar <https://www.libravatar.org>`__ library, an open source
10424    powered product that allows Internet users to choose a small icon to
10425    display next to their name on various different websites. The library
10426    has no control over the images the patron chooses to display.
10427
10428 .. _socialnetworks-label:
10429
10430 SocialNetworks
10431 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10432
10433 Default: Disable
10434
10435 Asks: \_\_\_ social network links in opac detail pages
10436
10437 Values:
10438
10439 -  Disable
10440
10441 -  Enable
10442
10443    |image102|
10444
10445 Description:
10446
10447 -  This preference will enable a line of social network share buttons
10448    below the right hand column on the detail pages of records in the
10449    OPAC.
10450
10451     **Important**
10452
10453     In order for these share buttons to work when clicked you must have
10454     filled in your :ref:`OPACBaseURL` preference.
10455
10456 .. _suggestion-label:
10457
10458 suggestion
10459 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10460
10461 Default: Allow
10462
10463 Asks: \_\_\_ patrons to make purchase suggestions on the OPAC.
10464
10465 Values:
10466
10467 -  Allow
10468
10469    -  :ref:`opacuserlogin` needs to be set to 'allow'
10470       unless :ref:`AnonSuggestions` is set to 'allow'
10471
10472 -  Don't allow
10473
10474 .. _payments-label:
10475
10476 Payments
10477 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10478
10479 These preferences will allow you control the tools you use to accept
10480 online payments from your patrons via the OPAC.
10481
10482 .. _enablepaypalopacpayments-and-paypalsandboxmode-label:
10483
10484 EnablePayPalOpacPayments and PayPalSandboxMode
10485 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10486
10487 EnablePayPalOpacPayments Default: Don't allow
10488
10489 PayPalSandboxMode Default: Sandbox
10490
10491 Asks: \_\_\_ patrons to make payments from the OPAC via PayPal in \_\_\_
10492 mode.
10493
10494 EnablePayPalOpacPayments values:
10495
10496 -  Allow
10497
10498 -  Don't allow
10499
10500 PayPalSandboxMode values:
10501
10502 -  Production
10503
10504    -  Visit https://developer.paypal.com/ to get information for
10505       accepting payments in production
10506
10507 -  Sandbox
10508
10509    -  Visit https://developer.paypal.com/developer/accounts/ to get
10510       information for your sandbox account
10511
10512 Description:
10513
10514 -  This preference will allow you to accept credit card payments via the
10515    OPAC for fines via PayPal. You will need to set up your PayPal
10516    account and it is recommended that you run tests before using this in
10517    production.
10518
10519     **Important**
10520
10521     PayPayl's terms of service state that you cannot charge your patrons
10522     for the processing fees and so this plugin will not add additional
10523     fees to the charges.
10524
10525 .. _paypalchargedescription-label:
10526
10527 PayPalChargeDescription
10528 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10529
10530 Default: Koha fee payment
10531
10532 Asks: The patron should see the charge description as \_\_\_
10533
10534 Description
10535
10536 -  This preference controls what the patron will see on their PayPal
10537    account/bank account for this charge.
10538
10539 .. _paypalpwd-label:
10540
10541 PayPalPwd
10542 ^^^^^^^^^^^^^^^^^^^^^^^^^^
10543
10544 Asks: The password for the PayPal account to receive payments is \_\_\_
10545
10546 .. _paypalsignature-label:
10547
10548 PayPalSignature
10549 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10550
10551 Asks: The signature for the PayPal account to receive payments is \_\_\_
10552
10553 .. _paypaluser-label:
10554
10555 PayPalUser
10556 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10557
10558 Asks: The email address to receive PayPal payments is \_\_\_
10559
10560 .. _policy-label:
10561
10562 Policy
10563 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10564
10565 .. _allowpurchasesuggestionbranchchoice-label:
10566
10567 AllowPurchaseSuggestionBranchChoice
10568 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10569
10570 Default: Don't allow
10571
10572 Asks: \_\_\_ patrons to select branch when making a purchase suggestion
10573
10574 Values:
10575
10576 -  Allow
10577
10578 -  Don't allow
10579
10580 Description:
10581
10582 -  If your library system lets patrons make purchase suggestions for a
10583    specific branch you can set this preference to 'Allow' to add a
10584    branch selection option to the purchase suggestion form.
10585
10586 .. _blockexpiredpatronopacactions-label:
10587
10588 BlockExpiredPatronOpacActions
10589 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10590
10591 Default: Don't block
10592
10593 Asks: \_\_\_ expired patrons from OPAC actions such as placing a hold or
10594 renewing.
10595
10596 Values:
10597
10598 -  Block
10599
10600 -  Don't block
10601
10602 Description:
10603
10604 -  This preference lets you set a default value for how Koha handles
10605    permissions for patrons who are expired. This preference can be
10606    overwritten by the setting on :ref:`individual patron
10607    categories <patron-categories-label>`.
10608
10609 .. _maxopensuggestions-label:
10610
10611 MaxOpenSuggestions
10612 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10613
10614 Default: blank
10615
10616 Asks: Limit patrons to \_\_\_ open suggestions. Leave empty for no limit.
10617
10618     **Note**
10619
10620     This setting does not affect anonymous suggestions.
10621
10622 .. _opacallowpubliclistcreation-label:
10623
10624 OpacAllowPublicListCreation
10625 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10626
10627 Default: Allow
10628
10629 Asks: \_\_\_ opac users to create public lists.
10630
10631 Values:
10632
10633 -  Allow
10634
10635 -  Don't allow
10636
10637 Description:
10638
10639 -  Public lists are visible to anyone who visits your OPAC. With this
10640    preference you can control whether or now patrons are allowed to
10641    create these public lists. If this is set to "Don't allow" then only
10642    staff will be able to create public lists.
10643
10644     **Important**
10645
10646     This preference will only be taken in to account if you have
10647     :ref:`virtualshelves` set to 'Allow'
10648
10649 .. _opacallowsharingprivatelists-label:
10650
10651 OpacAllowSharingPrivateLists
10652 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10653
10654 Default: Don't allow
10655
10656 Asks: \_\_\_ opac users to share private lists with other patrons.
10657
10658 Values:
10659
10660 -  Allow
10661
10662 -  Don't allow
10663
10664 Description:
10665
10666 -  This feature will add the option for patrons to share their lists
10667    with other patrons. When this is set to 'Allow' patrons will see a
10668    share link at the top of their list. When they click that link it
10669    will ask for the email of the patron they would like to share with.
10670    Koha will then email the patron an invitation to see the list.
10671
10672 .. _opacfinenorenewals-label:
10673
10674 OPACFineNoRenewals
10675 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10676
10677 Default: 99999
10678
10679 Asks: Only allow patrons to renew their own books on the OPAC if they
10680 have less than \_\_\_ USD in fines
10681
10682     **Note**
10683
10684     Leave this field blank to disable
10685
10686     **Important**
10687
10688     To allow renewals in the OPAC, :ref:`opacuserlogin`
10689     needs to be set to 'allow'
10690
10691 .. _opachiddenitems-label:
10692
10693 OpacHiddenItems
10694 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10695
10696 Asks: Allows to define custom rules for hiding specific items at opac.
10697
10698     **Note**
10699
10700     See docs/opac/OpacHiddenItems.txt in your Koha install directory for
10701     more information
10702
10703 Description:
10704
10705 -  In this field you can enter criteria for items you would like to hide
10706    from display in the OPAC. This field takes any combination of item
10707    fields (from the items table in the Koha database) for blocking. For
10708    example a value of:
10709
10710    ::
10711
10712        itype: [07, 10]
10713        location: [STAFF, ISO]
10714
10715    Will block items with an itype code of 07 or 10 as well as items that
10716    have a shelving location of STAFF or ISO.
10717
10718    In items my items.itype 07 is defined in Item Types Administration as
10719    Staff Assigned My items.itype 10 in Item Types is Archival Copy The
10720    locations STAFF and ISO are in Authorized Values for category=LOC
10721    STAFF means it's assigned to the staff reading room and ISO means it
10722    is in the isolation room.
10723
10724 .. _opachiddenitemsexceptions-label:
10725
10726 OpacHiddenItemsExceptions
10727 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10728
10729 Default: blank
10730
10731 Asks: List of borrower categories, separated by (pipe) \|, that can see items
10732 otherwise hidden by OpacHiddenItems
10733
10734 Description: Patron category codes listed here separated by a pipe
10735 | will be able to view items on the OPAC that would otherwise be hidden by the
10736 OpacHiddenItems system preference.
10737
10738 .. _opacrenewalallowed-label:
10739
10740 OpacRenewalAllowed
10741 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10742
10743 Default: Don't allow
10744
10745 Asks: \_\_\_ patrons to renew their own books on the OPAC.
10746
10747 Values:
10748
10749 -  Allow
10750
10751    -  :ref:`opacuserlogin` needs to be set to 'allow'
10752
10753 -  Don't allow
10754
10755    -  Staff will still be able to renew items for patrons via the staff
10756       client
10757
10758 Description:
10759
10760 -  This preference allows the administration to choose if patrons can
10761    renew their checked out materials via their checked out history in
10762    the OPAC. It allows patrons to renew their materials without having
10763    to contact the library or having to return to the library.
10764
10765 .. _opacrenewalbranch-label:
10766
10767 OpacRenewalBranch
10768 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10769
10770 Default: the branch the item was checked out from
10771
10772 Asks: Use \_\_\_ as branchcode to store in the statistics table
10773
10774 Values:
10775
10776 -  NULL
10777
10778 -  'OPACRenew'
10779
10780 -  the item's home branch
10781
10782 -  the patron's home branch
10783
10784 -  the branch the item was checked out from
10785
10786 Description:
10787
10788 -  This value is used in the statistics table to help with reporting.
10789    The statistics table in Koha keeps track of all checkouts and
10790    renewals, this preference defines which branch is entered in to the
10791    table when a patron renews an item for themselves via the OPAC.
10792
10793 .. _opacsuggestionmandatoryfields-label:
10794
10795 OPACSuggestionMandatoryFields
10796 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10797
10798 Default: blank
10799
10800 Asks: Fields that should be mandatory for patron purchase suggestions:
10801 \_\_\_ Note: if none of the above options are selected, 'Title' field
10802 would be mandatory anyway, by default.
10803
10804 Values:
10805
10806 -  [Select all]
10807
10808 -  Author
10809
10810 -  Collection title
10811
10812 -  Copyright or publication date
10813
10814 -  ISBN, ISSN or other standard number
10815
10816 -  Item type
10817
10818 -  Library or branch
10819
10820 -  Note
10821
10822 -  Patron reason
10823
10824 -  Publication place
10825
10826 -  Publisher name
10827
10828 -  Title
10829
10830 .. _opacviewotherssuggestions-label:
10831
10832 OPACViewOthersSuggestions
10833 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10834
10835 Default: Don't show
10836
10837 Asks: \_\_\_ purchase suggestions from other patrons on the OPAC.
10838
10839 Values:
10840
10841 -  Don't show
10842
10843 -  Show
10844
10845    -  :ref:`opacuserlogin` needs to be set to 'allow'
10846
10847 .. _searchmylibraryfirst-label:
10848
10849 SearchMyLibraryFirst
10850 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10851
10852 Default: Don't limit
10853
10854 Asks: \_\_\_ patrons' searches to the library they are registered at.
10855
10856 Values:
10857
10858 -  Don't limit
10859
10860    -  Searching the OPAC will show results from all libraries
10861
10862    -  If you're a one branch system, choose 'Don't limit'
10863
10864 -  Limit
10865
10866    -  Patrons will still be able to search other libraries via the
10867       Advanced search page - but will be limited to searches for their
10868       library only from the basic search box
10869
10870    -  :ref:`opacuserlogin` needs to be set to 'allow'
10871
10872 .. _privacy-label:
10873
10874 Privacy
10875 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10876
10877 .. _allowpatrontosetcheckoutsvisibilityforguarantor-label:
10878
10879 AllowPatronToSetCheckoutsVisibilityForGuarantor
10880 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10881
10882 Default: Don't allow
10883
10884 Asks: \_\_\_ patrons to choose their own privacy settings for showing
10885 the patron's checkouts to the patron's guarantor".
10886
10887 Values:
10888
10889 -  Allow
10890
10891 -  Don't allow
10892
10893 Description:
10894
10895 -  By default staff can see checkouts to family members via the staff
10896    client. This preference will allow guarantees (children) to grant
10897    permission to guarantors (guardians) to view their current checkouts
10898    via the public catalog. This preference requires that you allow
10899    patrons to se their own privacy with the
10900    :ref:`OPACPrivacy` preference.
10901
10902 .. _anonsuggestions-label:
10903
10904 AnonSuggestions
10905 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10906
10907 Default: Don't allow
10908
10909 Asks: \_\_\_ patrons that aren't logged in to make purchase suggestions.
10910
10911     **Important**
10912
10913     If set to 'Allow', suggestions are connected to the
10914     :ref:`AnonymousPatron`
10915
10916 Values:
10917
10918 -  Allow
10919
10920 -  Don't allow
10921
10922 .. _anonymouspatron-label:
10923
10924 AnonymousPatron
10925 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10926
10927 Default: 0
10928
10929 Asks: Use borrowernumber \_\_\_ as the Anonymous Patron (for anonymous
10930 suggestions and reading history)
10931
10932     **Note**
10933
10934     Before setting this preference :ref:`create a patron <add-a-new-patron-label>`
10935     to be used for all anonymous suggestions and/or reading history
10936     items. This patron can be any type and should be named something to
10937     make it clear to you that they're anonymous (ex. Anonymous Patron).
10938
10939     **Important**
10940
10941     Remember to use the borrowernumber note the patron's cardnumber for
10942     this value. The borrowernumber can be found on the patron record
10943     under 'Library use' on the right.
10944
10945     |image1196|
10946
10947 .. _enableopacsearchhistory-label:
10948
10949 EnableOpacSearchHistory
10950 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10951
10952 Default: Keep
10953
10954 Asks: \_\_\_ patron search history in the OPAC.
10955
10956 Values:
10957
10958 -  Don't keep
10959
10960 -  Keep
10961
10962 .. _opacprivacy-label:
10963
10964 OPACPrivacy
10965 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10966
10967 Default: Don't allow
10968
10969 Asks: \_\_\_ patrons to choose their own privacy settings for their
10970 reading history.
10971
10972     **Important**
10973
10974     This requires :ref:`opacreadinghistory` set to
10975     'Allow' and :ref:`AnonymousPatron` to be set to your
10976     anonymous patron's borrowernumber.
10977
10978 Values:
10979
10980 -  Allow
10981
10982 -  Don't allow
10983
10984 Description:
10985
10986 -  The default privacy setting for each patron category can be set in
10987    the :ref:`patrons categories <patron-categories-label>` area. If you set this
10988    preference to 'allow' then patrons can change that for themselves via
10989    the OPAC.
10990
10991     **Important**
10992
10993     If patron has chosen to have their reading history anonymized and
10994     you have :ref:`StoreLastBorrower` set to "Don't
10995     store" then as soon as the item is checked in the last borrower will
10996     be anonymized.
10997
10998 .. _opacreadinghistory-label:
10999
11000 opacreadinghistory
11001 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11002
11003 Default: Allow
11004
11005 Asks: \_\_\_ patrons to see what books they have checked out in the
11006 past.
11007
11008     **Important**
11009
11010     Enabling this will make it so that patrons can view their
11011     circulation history in the OPAC unless you have
11012     :ref:`OPACPrivacy` set to 'Allow'.
11013
11014     **Important**
11015
11016     This data is stored in the system regardless of your choice, unless
11017     your patrons have chosen to never have their reading history kept.
11018
11019 .. _storelastborrower-label:
11020
11021 StoreLastBorrower
11022 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11023
11024 Default: Don't store
11025
11026 Asks: \_\_\_ the last patron to return an item.
11027
11028 Values:
11029
11030 -  Don't store
11031
11032 -  Store
11033
11034 Description:
11035
11036 -  This preference allows you to store the last patron to borrow an item
11037    even if the patron has chosen to have their reading history
11038    anonymized.
11039
11040     **Note**
11041
11042     This setting is independent of
11043     :ref:`opacreadinghistory` and/or
11044     :ref:`AnonymousPatron`.
11045
11046 .. _trackclicks-label:
11047
11048 TrackClicks
11049 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11050
11051 Default: Don't track
11052
11053 Asks: \_\_\_ links that patrons click on.
11054
11055 Values:
11056
11057 -  Don't track
11058
11059 -  Track
11060
11061 -  Track anonymously
11062
11063 Description:
11064
11065 -  By setting this preference to one of the track options you will allow
11066    Koha to track every link clicked in Koha. This data will be stored in
11067    a database table so that you can run reports against that data. If
11068    you choose to 'Track' clicks then Koha will record both the link
11069    clicked and the logged in user who clicked the link. If you choose to
11070    'Track anonymously' then the borrowernumber will not be recorded, but
11071    the rest of the data will.
11072
11073        **Note**
11074
11075        Remember to update your local privacy policies and link to them
11076        from the OPAC to notify your users that you are tracking their
11077        information.
11078
11079 .. _restricted-page-label:
11080
11081 Restricted Page
11082 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11083
11084 Using the following preference you can create a page within your Koha
11085 system that is accessible by only specific IP addresses. This can be
11086 used to house links to databases that can only be accessed from with the
11087 library or other licensed content.
11088
11089 .. _restrictedpagecontent-label:
11090
11091 RestrictedPageContent
11092 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11093
11094 Asks: HTML content of your restricted page.
11095
11096 .. _restrictedpagelocalips-label:
11097
11098 RestrictedPageLocalIPs
11099 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11100
11101 Asks: Access from IP addresses beginning with \_\_\_ do not need to be
11102 authenticated
11103
11104 Description:
11105
11106 -  You can enter individual IPs as a comma separated list (ex:
11107    '127.0.0,127.0.1') or just the beginning of the IP range allowed (ex:
11108    '127.0.^)
11109
11110 .. _restrictedpagetitle-label:
11111
11112 RestrictedPageTitle
11113 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11114
11115 Asks: Use \_\_\_ as title of your restricted page
11116
11117 Description:
11118
11119 -  This title will appear in the breadcrumb and on the top of the
11120    restricted page.
11121
11122 .. _self-registration-label:
11123
11124 Self Registration
11125 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11126
11127 .. _patronselfmodificationborrowerunwantedfield-label:
11128
11129 PatronSelfModificationBorrowerUnwantedField
11130 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11131
11132 Default: password
11133
11134 Asks: The following `database
11135 columns <http://schema.koha-community.org/master/tables/borrowers.html>`__ will
11136 not appear on the patron self-modification screen: \_\_\_
11137
11138 Description:
11139
11140 -  This preference allows you to define what fields patrons can edit if
11141    you're allowing them to update their personal information via the
11142    public catalog with the :ref:`OPACPatronDetails`
11143    preference.
11144
11145     **Important**
11146
11147     Separate columns with \|
11148
11149 .. _patronselfregistration-label:
11150
11151 PatronSelfRegistration
11152 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11153
11154 Default: Don't allow
11155
11156 Asks: \_\_\_ library patrons to register an account via the OPAC.
11157
11158 Values:
11159
11160 -  Allow
11161
11162 -  Don't allow
11163
11164 Description:
11165
11166 -  Setting this preference to 'Allow' will provide a link on the OPAC to
11167    register for a new account. Using the other :ref:`self
11168    registration <self-registration-label>` system preferences you
11169    can control how this preference will function.
11170
11171    |image103|
11172
11173     **Important**
11174
11175     Patrons registering via the OPAC will not need to be approved by a
11176     librarian. For this reason it is recommended that you set up a
11177     provisional :ref:`patron category <patron-categories-label>` with no :ref:`circulation
11178     rights <circulation-and-fines-rules-label>`. That way patrons will have to come in to
11179     the library to verify their identity before given circulation rights
11180     at the library. Once the patron confirms their identity the library
11181     staff can change the category to one with permissions to check items
11182     out and place holds.
11183
11184 .. _patronselfregistrationadditionalinstructions-label:
11185
11186 PatronSelfRegistrationAdditionalInstructions
11187 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11188
11189 Asks: Display the following additional instructions for patrons who self
11190 register via the OPAC ( HTML is allowed ):
11191
11192 Description:
11193
11194 -  This preference takes any HTML you'd like to display on the page the
11195    patron sees after successfully registering for their library card.
11196
11197 .. _patronselfregistrationborrowermandatoryfield-label:
11198
11199 PatronSelfRegistrationBorrowerMandatoryField
11200 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11201
11202 Default: surname\|firstname
11203
11204 Asks: The following database columns must be filled in on the patron
11205 entry screen: \_\_\_
11206
11207 Description:
11208
11209 -  This preference allows you to define what fields patrons must fill in
11210    on their self registration form. If any of the required fields are
11211    blank Koha will not let the patron register.
11212
11213     **Important**
11214
11215     Separate columns with \|
11216
11217     **Note**
11218
11219     For help with field names, ask your system administrator or `view
11220     the database
11221     structure <http://schema.koha-community.org/master/tables/borrowers.html>`__
11222     associated with the borrowers table.
11223
11224     **Note**
11225
11226     If you're going to require that patrons verify their accounts via
11227     email with the
11228     :ref:`PatronSelfRegistrationVerifyByEmail`
11229     preference the email field will automatically be marked as required.
11230
11231 .. _patronselfregistrationborrowerunwantedfield-label:
11232
11233 PatronSelfRegistrationBorrowerUnwantedField
11234 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11235
11236 Default: password
11237
11238 Asks: The following database columns will not appear on the patron entry
11239 screen: \_\_\_
11240
11241 Description:
11242
11243 -  Using this preference you can hide fields from the patron registration
11244    and update form in the OPAC.
11245
11246     **Important**
11247
11248     Separate columns with \|
11249
11250     **Note**
11251
11252     For help with field names, ask your system administrator or `view
11253     the database
11254     structure <http://schema.koha-community.org/master/tables/borrowers.html>`__
11255     associated with the borrowers table.
11256
11257 .. _patronselfregistrationdefaultcategory-label:
11258
11259 PatronSelfRegistrationDefaultCategory
11260 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11261
11262 Asks: Use the patron category code \_\_\_ as the default patron category
11263 for patrons registered via the OPAC.
11264
11265 Description:
11266
11267 -  Enter in the patron category code for the category that all new
11268    patrons registered via the OPAC will be put in to.
11269
11270     **Important**
11271
11272     Patrons registering via the OPAC will not need to be approved by a
11273     librarian. For this reason it is recommended that you set up a
11274     provisional :ref:`patron category <patron-categories-label>` with no :ref:`circulation
11275     rights <circulation-and-fines-rules-label>`. That way patrons will have to come in to
11276     the library to verify their identity before given circulation rights
11277     at the library. Once the patron confirms their identiy the library
11278     staff can change the category to one with permissions to check items
11279     out and place holds.
11280
11281     **Important**
11282
11283     If you leave this blank or enter in an invalid code your patrons
11284     will still be able to register but will not be given a username.
11285     There will be no errors on the page to explain this, so be sure to
11286     enter a valid patron category code.
11287
11288 .. _patronselfregistrationemailmustbeunique-label:
11289
11290 PatronSelfRegistrationEmailMustBeUnique
11291 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11292
11293 Default: Do not consider
11294
11295 Asks: \_\_\_ patron's email (borrowers.email) as unique on self registering.
11296 An email won't be accepted if it already exists in the database.
11297
11298 Values:
11299
11300 -  Do not consider
11301
11302 -  Consider
11303
11304 .. _patronselfregistrationexpiretemporaryaccountsdelay-label:
11305
11306 PatronSelfRegistrationExpireTemporaryAccountsDelay
11307 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11308
11309 Default: 0
11310
11311 Asks: Delete patrons registered via the OPAC, but not yet verified after
11312 \_\_\_ days.
11313
11314 Description:
11315
11316 -  This preference links to the :ref:`delete\_expired\_opac\_registrations.pl
11317    cron job <cron-unverified-registrations-label>`. If that cron is set to
11318    run nightly it will clean up any registrations that have not been
11319    verified via email in the number of days entered on this preference.
11320    This is dependent on
11321    :ref:`PatronSelfRegistrationVerifyByEmail`
11322    preference.
11323
11324 .. _patronselfregistrationlibrarylist-label:
11325
11326 PatronSelfRegistrationLibraryList
11327 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11328
11329 Default: blank
11330
11331 Asks: Enable the self registration for the following libraries: \_\_\_
11332 (separate branchcode with \|). If empty, all libraries will be listed.
11333
11334 .. _patronselfregistrationprefillform-label:
11335
11336 PatronSelfRegistrationPrefillForm
11337 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11338
11339 Default: Display and prefill
11340
11341 Asks: \_\_\_ password and login form after a patron has self registered.
11342
11343 Values:
11344
11345 -  Do not display and prefill
11346
11347 -  Display and prefill
11348
11349 .. _patronselfregistrationverifybyemail-label:
11350
11351 PatronSelfRegistrationVerifyByEmail
11352 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11353
11354 Default: Don't require
11355
11356 Asks: \_\_\_ that a self-registering patron verify his or herself via
11357 email.
11358
11359 Values:
11360
11361 -  Don't require
11362
11363 -  Require
11364
11365 Description:
11366
11367 -  If you require patrons to verify their accounts via email they will
11368    not be able to log in to the OPAC until they acknowledge the email
11369    sent by Koha. If you don't require this then patrons will be able to
11370    log in as soon as they fill in the registration form. You can set the
11371    :ref:`PatronSelfRegistrationExpireTemporaryAccountsDelay`
11372    preference to delete the un-verified self registrations after a
11373    certain number of days.
11374
11375     **Note**
11376
11377     If you're going to require that patrons verify their accounts via
11378     email then the email field will automatically be marked as required.
11379
11380 .. _shelf-browser-label:
11381
11382 Shelf Browser
11383 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11384
11385 .. _opacshelfbrowser-label:
11386
11387 OPACShelfBrowser
11388 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11389
11390 Default: Show
11391
11392 Asks: \_\_\_ a shelf browser on item details pages, allowing patrons to
11393 see what's near that item on the shelf.
11394
11395 Values:
11396
11397 -  Don't show
11398
11399 -  Show
11400
11401    |image104|
11402
11403 Description:
11404
11405 -  This preference allows patrons to view what is located on the shelf
11406    near the item they looked up. The shelf browser option appears on the
11407    details page to the right of each items' call number. Clicking the
11408    'Browse Shelf' link allows for a virtual shelf browsing experience
11409    via the OPAC and lets patrons see other books that may relate to
11410    their search and items that sit on the shelf near the item they are
11411    looking at.
11412
11413     **Important**
11414
11415     This uses up a fairly large amount of resources on your server, and
11416     should be avoided if your collection has a large number of items.
11417
11418 .. _shelfbrowserusesccode-label:
11419
11420 ShelfBrowserUsesCcode
11421 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11422
11423 Default: Don't use
11424
11425 Asks: \_\_\_ the item collection code when finding items for the shelf
11426 browser.
11427
11428 Values:
11429
11430 -  Don't use
11431
11432 -  Use
11433
11434 Description:
11435
11436 -  If your library uses collection codes then you might want the shelf
11437    browser to take into consideration what collection the books belong
11438    to when populating the virtual shelf browser.
11439
11440 .. _shelfbrowseruseshomebranch-label:
11441
11442 ShelfBrowserUsesHomeBranch
11443 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11444
11445 Default: Use
11446
11447 Asks: \_\_\_ the item home branch when finding items for the shelf
11448 browser.
11449
11450 Values:
11451
11452 -  Don't use
11453
11454 -  Use
11455
11456 Description:
11457
11458 -  If you have a multiple branch system you may want to make sure that
11459    Koha takes into consideration what branch owns the books when
11460    populating the virtual shelf browser for accuracy.
11461
11462 .. _shelfbrowseruseslocation-label:
11463
11464 ShelfBrowserUsesLocation
11465 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11466
11467 Default: Use
11468
11469 Asks: \_\_\_ the item location when finding items for the shelf browser.
11470
11471 Values:
11472
11473 -  Don't use
11474
11475 -  Use
11476
11477 Description:
11478
11479 -  If your library uses shelving locations then you might want the shelf
11480    browser to take into consideration what shelving location the books
11481    belong to when populating the virtual shelf browser.
11482
11483 .. _patrons-system-preferences-label:
11484
11485 Patrons
11486 --------------------------
11487
11488 *Get there:* More > Administration > Global System Preferences > Patrons
11489
11490 .. _patronsgeneral-label:
11491
11492 General
11493 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11494
11495 .. _allowstafftosetcheckoutsvisibilityforguarantor-label:
11496
11497 AllowStaffToSetCheckoutsVisibilityForGuarantor
11498 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11499
11500 Default: Don't allow
11501
11502 Asks: \_\_\_ staff to set the ability for a patron's checkouts to be
11503 viewed by linked patrons in the OPAC.
11504
11505 Values:
11506
11507 -  Don't allow
11508
11509 -  Allow
11510
11511 .. _autoemailopacuser-label:
11512
11513 AutoEmailOpacUser
11514 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11515
11516 Default: Don't send
11517
11518 Asks: \_\_\_ an email to newly created patrons with their account
11519 details.
11520
11521 Description:
11522
11523 -  AutoEmailOpacUser allows library users to be notified by email of
11524    their account details when a new account is opened at the email
11525    address specified in the
11526    :ref:`AutoEmailPrimaryAddress` preference.
11527    The email contains the username and password given to or chosen by
11528    the patron when signing up for their account and can be customized by
11529    editing the `ACCTDETAILS <#ACCTDETAILS>`__ notice.
11530
11531 Values:
11532
11533 -  Don't send
11534
11535 -  Send
11536
11537 .. _autoemailprimaryaddress-label:
11538
11539 AutoEmailPrimaryAddress
11540 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11541
11542 Default: alternate
11543
11544 Asks: Use \_\_\_ patron email address for sending out emails.
11545
11546 Values:
11547
11548 -  alternate
11549
11550 -  first valid
11551
11552 -  home
11553
11554 -  work
11555
11556 Description:
11557
11558 -  If you choose 'first valid' as the value for AutoEmailPrimaryAddress
11559    the system will check the email fields in this order: home, work,
11560    then alternate. Otherwise the system will use the email address you
11561    specify.
11562
11563 .. _automembernum-label:
11564
11565 autoMemberNum
11566 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11567
11568 Default: Do
11569
11570 Asks: \_\_\_ default the card number field on the patron addition screen
11571 to the next available card number
11572
11573 Values:
11574
11575 -  Do
11576
11577    -  If the largest currently used card number is 26345000012941, then
11578       this field will default to 26345000012942 for the next patron
11579
11580 -  Don't
11581
11582 Description:
11583
11584 -  This preference determines if the patron's barcode is automatically
11585    calculated. This prevents the person setting up the library card
11586    account from having to assign a number to the new card. If set to
11587    'Do' the system will calculate a new patron barcode by adding 1 to
11588    the maximum barcode already present in the database.
11589
11590 .. _borrowermandatoryfield-label:
11591
11592 BorrowerMandatoryField
11593 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11594
11595 Default: surname\|cardnumber\|barcode
11596
11597 Asks: The following database columns must be filled in on the patron
11598 entry screen: \_\_\_
11599
11600 Description:
11601
11602 -  This preference enables the system administrator to choose which
11603    fields your library would like required for patron accounts. Enter
11604    field names separated by \| (bar). This ensures that basic
11605    information is included in each patron record. If a patron leaves one
11606    of the required fields blank an error message will issue and the
11607    account will not be created.
11608
11609     **Important**
11610
11611     Separate columns with \|
11612
11613     **Note**
11614
11615     For help with field names, ask your system administrator or `view
11616     the database
11617     structure <http://schema.koha-community.org/master/tables/borrowers.html>`__
11618     associated with the borrowers table.
11619
11620     **Note**
11621
11622     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
11623     (or both) is set, a button labeled "Quick add new patron" will be displayed
11624     in the "Patrons" toolbar.
11625
11626 .. _borrowerrelationship-label:
11627
11628 borrowerRelationship
11629 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11630
11631 Default: father\|mother
11632
11633 Asks: Guarantors can be the following of those they guarantee \_\_\_
11634
11635 Description:
11636
11637 -  This preference enables the system administrator to define valid
11638    relationships between a guarantor (usually a parent) and a guarantee
11639    (usually a child). Defining values for this field does not make the
11640    guarantor field required when adding a guarantee type patron. This
11641    preference creates a drop down list identifying the relationship of
11642    the guarantor to the guarantee. To disable the ability to add
11643    children types in Koha you can leave this field blank.
11644
11645     **Important**
11646
11647     Input multiple choices separated by \|
11648
11649 .. _borrowerrenewalperiodbase-label:
11650
11651 BorrowerRenewalPeriodBase
11652 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11653
11654 Default: current date
11655
11656 Asks: When renewing borrowers, base the new expiry date on \_\_\_
11657
11658 Values:
11659
11660 -  current date.
11661
11662 -  current membership expiry date.
11663
11664 Description:
11665
11666 -  This preference controls what the patron's new expiration date will
11667    be when you renew their card. Using the 'current date' will add the
11668    subscription period to today's date when calculating the new
11669    expiration date. Using 'current membership expiry date' will add the
11670    subscription period to the old expiration date for the patron when
11671    renewing their account.
11672
11673 .. _borrowerstitles-label:
11674
11675 BorrowersTitles
11676 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11677
11678 Default: Mr\|Mrs\|Miss\|Ms
11679
11680 Asks: Borrowers can have the following titles \_\_\_
11681
11682 Description:
11683
11684 -  This preference allows the staff to choose the titles that can be
11685    assigned to patrons. The choices present as a drop down list when
11686    creating a patron record.
11687
11688     **Important**
11689
11690     Input multiple choices separated by \|
11691
11692 .. _borrowerunwantedfield-label:
11693
11694 BorrowerUnwantedField
11695 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11696
11697 Asks: The following database columns will not appear on the patron entry
11698 screen: \_\_\_
11699
11700 Description:
11701
11702 -  This preference enables the system administrator to choose which
11703    fields your library doesn't need to see on the patron entry form.
11704    Enter field names separated by \| (bar).
11705
11706     **Important**
11707
11708     Separate columns with \|
11709
11710     **Note**
11711
11712     For help with field names, ask your system administrator or `view
11713     the database
11714     structure <http://schema.koha-community.org/master/tables/borrowers.html>`__
11715     associated with the borrowers table.
11716
11717 .. _cardnumberlength-label:
11718
11719 CardnumberLength
11720 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11721
11722 Asks: Card numbers for patrons must be \_\_\_ characters long.
11723
11724 Description:
11725
11726 -  The length can be a single number to specify an exact length, a range
11727    separated by a comma (i.e., 'Min,Max'), or a maximum with no minimum
11728    (i.e., ^,Max'). If 'cardnumber' is included in the
11729    :ref:`BorrowerMandatoryField` list, the
11730    minimum length, if not specified here, defaults to one.
11731
11732 .. _checkprevcheckout-label:
11733
11734 CheckPrevCheckout
11735 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11736
11737 Default: Do not
11738
11739 Asks: \_\_\_ check borrower checkout history to see if the current item has been checked out before.
11740
11741 Values:
11742
11743 -  Do
11744
11745 -  Do not
11746
11747 -  Unless overridden, do
11748
11749 -  Unless overridden, do not
11750
11751 Description:
11752
11753 -  When the value of this system preference is set to 'do', Koha will look at the
11754    patron's circulation history to see if they have checked this item out before.
11755    An alert will show up on the screen indicating that patron has indeed checked
11756    this item out. Staff will be prompted to allow the checkout to occur.
11757
11758    |image1390|
11759
11760 -  If the value is set to 'do not', Koha will not check the patron's circulation
11761    history.
11762
11763 -  When the value is set to 'Unless overridden, do', this will check the
11764    patron's circulation history unless the patron's
11765    :ref:`personal setting <add-a-new-patron-label>` or the :ref:`patron category setting <adding-a-patron-category-label>` specifically say not to.
11766
11767 -  Lastly, if the value is set to 'Unless overridden, do not',
11768    Koha will not check circulation history unless the patron's :ref:`personal
11769    setting <add-a-new-patron-label>` or the
11770    :ref:`patron category setting <adding-a-patron-category-label>` specifically say
11771    to check.
11772
11773      **Note**
11774
11775 This system preference will not work for patrons that have chosen to anonymize
11776 their reading history.
11777
11778 .. _defaultpatronsearchfields-label:
11779
11780 DefaultPatronSearchFields
11781 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11782
11783 Default: surname,firstname,othernames,cardnumber,userid
11784
11785 Asks: \_\_\_ Comma separated list defining the default fields to be used during a patron search
11786
11787     **Important** possible values can be found in the borrowers table of Koha's schema
11788     located at http://schema.koha-community.org/
11789
11790 .. _enableborrowerfiles-label:
11791
11792 EnableBorrowerFiles
11793 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11794
11795 Default: Don't
11796
11797 Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
11798 a borrower record.
11799
11800 Values:
11801
11802 -  Do
11803
11804 -  Don't
11805
11806 Description:
11807
11808 -  When enabled this will add a 'Files' tab to the left of the patron
11809    detail page where you can view and upload files to the patron record.
11810
11811 .. _enhancedmessagingpreferences-label:
11812
11813 EnhancedMessagingPreferences
11814 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11815
11816 Default: Allow
11817
11818 Asks: \_\_\_ staff to manage which notices patrons will receive and when
11819 they will receive them.
11820
11821 Values:
11822
11823 -  Allow
11824
11825 -  Don't allow
11826
11827     **Important**
11828
11829     This only applies to certain kinds of notices, overdue notices will
11830     be sent based on the library's rules, not the patron's choice.
11831
11832     **Note**
11833
11834     To manage if patrons have also access to these settings, use
11835     :ref:`EnhancedMessagingPreferencesOPAC`.
11836
11837 Description:
11838
11839 -  These messages are in addition to the overdue notices that the
11840    library sends. The difference between these notices and overdues is
11841    that the patron can opt-in and out of these. Setting this preference
11842    to 'Allow' will allow staff to choose for patrons to receive any one
11843    of the following messages:
11844
11845    -  Item Checkout : A notice that lists all the of the items the
11846       patron has just checked out and/or renewed, this is an electronic
11847       form of the checkout receipt
11848
11849    -  Item Due : A notice on the day and item is due back at the library
11850
11851    -  Hold Filled : A notice when you have confirmed the hold is waiting
11852       for the patron
11853
11854    -  Item Checkin : A notice that lists all the of the items the patron
11855       has just checked in
11856
11857    -  Advanced Notice : A notice in advance of the patron's items being
11858       due (Staff can choose the number of days in advance)
11859
11860 .. _enhancedmessagingpreferencesopac-label:
11861
11862 EnhancedMessagingPreferencesOPAC
11863 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11864
11865 Default: Show
11866
11867 Asks: \_\_\_ patron messaging setting on the OPAC
11868
11869 Values:
11870
11871 -  Don't show
11872
11873 -  Show
11874
11875     **Important**
11876
11877     :ref:`EnhancedMessagingPreferences`
11878     must be enabled for messaging options to show in the OPAC
11879
11880 Description:
11881
11882 -  These messages are in addition to the overdue notices that the
11883    library sends. The difference between these notices and overdues is
11884    that the patron can opt-in and out of these. Setting this preference
11885    to 'Allow' will allow patrons to choose to receive any one of the
11886    following messages:
11887
11888    -  Item Checkout : A notice that lists all the of the items the
11889       patron has just checked out and/or renewed, this is an electronic
11890       form of the checkout receipt
11891
11892    -  Item Due : A notice on the day and item is due back at the library
11893
11894    -  Hold Filled : A notice when you have confirmed the hold is waiting
11895       for the patron
11896
11897    -  Item Checkin : A notice that lists all the of the items the patron
11898       has just checked in
11899
11900    -  Advanced Notice : A notice in advance of the patron's items being
11901       due (The patron can choose the number of days in advance)
11902
11903 .. _extendedpatronattributes-label:
11904
11905 ExtendedPatronAttributes
11906 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11907
11908 Default: Enable
11909
11910 Asks: \_\_\_ searching, editing and display of custom attributes on
11911 patrons.
11912
11913 Values:
11914
11915 -  Don't enable
11916
11917 -  Enable
11918
11919    -  Define attributes in Koha administration
11920
11921    -  Get there: More > Administration > :ref:`Patron Attribute
11922       Types <patron-attribute-types-label>`
11923
11924 Description:
11925
11926 -  Patron attributes are library-defined custom fields that can be
11927    applied to patron records.
11928
11929     **Note**
11930
11931     Use custom attributes for fields that the default patron record does
11932     not support such as driver's license number or student ID number.
11933
11934 .. _feeonchangepatroncategory-label:
11935
11936 FeeOnChangePatronCategory
11937 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11938
11939 Default: Do
11940
11941 Asks: \_\_\_ charge a fee when a patron changes to a category with an
11942 enrollment fee.
11943
11944 Values:
11945
11946 -  Do
11947
11948 -  Don't
11949
11950 .. _intranetreadinghistory-label:
11951
11952 intranetreadinghistory
11953 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11954
11955 Default: Allow
11956
11957 Asks: \_\_\_ staff to access a patron's checkout and hold history.
11958
11959     **Important**
11960
11961     If you have the :ref:`OPACPrivacy` preference set to
11962     'Allow' and the patron has decided to not have their history kept
11963     staff will only see currently checked out items.
11964
11965 Values:
11966
11967 -  Allow
11968
11969 -  Don't allow
11970
11971     **Important**
11972
11973     Reading history is still stored, regardless of staff being allowed
11974     access or not unless the patron has chosen to have their history
11975     anonymized via their :ref:`privacy page <your-privacy-label>`.
11976
11977 .. _maxfine-label:
11978
11979 MaxFine
11980 ^^^^^^^^^^^^^^^^^^^^^^
11981
11982 Default: 9999
11983
11984 Asks: The late fine for all checkouts will only go up to \_\_\_ USD.
11985
11986 Description:
11987
11988 -  This preference controls the default cap on fines accrued by the
11989    patron. Leaving this preference blank means that there is no cap on
11990    the amount of fines a patron can accrue. If you'd like, single item
11991    caps can be specified in the
11992    :ref:`circulation rules matrix <circulation-and-fines-rules-label>`.
11993
11994 .. _membershipexpirydaysnotice-label:
11995
11996 MembershipExpiryDaysNotice
11997 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11998
11999 Asks: Send an account expiration notice when a patron's card will expire
12000 in \_\_\_ days.
12001
12002 Description:
12003
12004 -  If you would like to notify patrons that their accounts are about to
12005    expire then you can enter a number of days before expiration in this
12006    preference. The notice text can be customized in the :ref:`Notices &
12007    slips <notices-and-slips-label>` tool.
12008
12009     **Important**
12010
12011     You will need to enable the :ref:`membership expiry cron
12012     job <cron-notify-patrons-of-expiration-label>` for this notice to send.
12013
12014 .. _minpasswordlength-label:
12015
12016 minPasswordLength
12017 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12018
12019 Default: 3
12020
12021 Asks: Login passwords for staff and patrons must be at least \_\_\_
12022 characters long.
12023
12024     **Important**
12025
12026     This applies to both the staff login and the patron OPAC login.
12027
12028 .. _notifyborrowerdeparture-label:
12029
12030 NotifyBorrowerDeparture
12031 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12032
12033 Default: 30
12034
12035 Asks: Show a notice that a patron is about to expire \_\_\_ days
12036 beforehand.
12037
12038 Description:
12039
12040 -  When the patron attempts to check out materials, a warning will
12041    appear in the check out window of the Staff Client telling the
12042    librarian that the patrons account is about to expire.
12043
12044     **Important**
12045
12046     This notice will appear on the patron's record in the staff client.
12047
12048 .. _patronimages-label:
12049
12050 patronimages
12051 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12052
12053 Default: Allow
12054
12055 Asks: \_\_\_ images to be uploaded and shown for patrons on the staff
12056 client.
12057
12058 Values:
12059
12060 -  Allow
12061
12062 -  Don't allow
12063
12064 Description:
12065
12066 -  If this preference is set to 'Allow' the staff will be able to upload
12067    images of patrons either :ref:`one by one <add-patron-images-label>` or :ref:`in
12068    bulk <upload-patron-images-label>`. Patrons images will show on the detail
12069    page to the left of the patron information. They can also show in the
12070    OPAC if you set the :ref:`OPACpatronimages` preference
12071    or in the self check out module if you set the
12072    :ref:`ShowPatronImageInWebBasedSelfCheck`
12073    preference.
12074
12075 .. _patronquickaddfields-label:
12076
12077 PatronQuickAddFields
12078 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12079
12080 Default: blank
12081
12082 Asks: \_\_\_ (separate columns with \|) add these fields to the patron
12083 quick add form when entering a new patron. Displays only mandatory fields
12084 and fields specified here. If applicable, the guarantor form will be shown
12085 as well, individual fields in that form will be ignored.
12086
12087     **Note**
12088
12089     See the `database schema (borrowers table) <http://schema.koha-community.org/>`__
12090     to know the field names.
12091
12092     **Note**
12093     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
12094     (or both) is set, a button labeled "Quick add new patron" will be displayed
12095     in the "Patrons" toolbar.
12096
12097     **Note**
12098
12099     It is possible to add custom :ref:`patron attributes <patron-attribute-types-label>`
12100     in the quick add form with the following syntax: patron_attr_N
12101     (for example patron_attr_2). The N refers to the id of the attribute and
12102     requires a bit of guesswork (normally it will be the order in which you
12103     entered them in the :ref:`patron attribute types section of the administration
12104     module <patron-attribute-types-label>`).
12105
12106 .. _patronsperpage-label:
12107
12108 PatronsPerPage
12109 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12110
12111 Default: 20
12112
12113 Asks: By default, show \_\_\_ results per page in the staff client.
12114
12115 Description:
12116
12117 -  This preference will let you define how many patrons to show on
12118    patron search results pages.
12119
12120 ProtectSuperLibrarianPrivileges
12121 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12122
12123 Default: Allow only superlibrarians
12124
12125 Asks: \_\_\_ to access/change superlibrarian privileges. Note: A permitted user
12126       needs to have the 'permissions' flag (if no superlibrarian)
12127
12128 Values:
12129
12130 -  Allow all permitted users
12131
12132 -  Allow only superlibrarians
12133
12134 .. _requirestrongpassword-label:
12135
12136 RequireStrongPassword
12137 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12138
12139 Default: Don't require
12140
12141 Asks: \_\_\_ a strong password for staff and patrons
12142
12143 Values:
12144
12145 -  Don't require
12146
12147 -  Require
12148
12149 Description:
12150
12151 -  If set to 'require' this system preference will require patron and staff passwords to contain at least one digit, one lowercase and one uppercase.
12152
12153 .. _smssenddriver-label:
12154
12155 SMSSendDriver
12156 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12157
12158 Asks: Use the SMS::Send:: \_\_\_ driver to send SMS messages.
12159
12160     **Note**
12161
12162     This may not work with all providers.
12163
12164     **Important**
12165
12166     Please refer to your national laws concerning the sending of bulk
12167     SMS messages before enabling this feature.
12168
12169 Description:
12170
12171 -  There are two options for using SMS in Koha. You can use the Email
12172    protocol for free by entering 'Email' as the SMSSendDriver or you can
12173    pay for a SMS driver. Some examples of values for the driver are:
12174
12175    -  SMS::Send::Us::Ipipi
12176
12177    -  SMS::Send::US::TMobile
12178
12179    -  SMS::Send::US::Verizon
12180
12181    -  SMS::Send::IN::Unicel
12182
12183    Additional values can be found here:
12184    http://search.cpan.org/search?query=sms%3A%3Asend&mode=all
12185
12186        **Important**
12187
12188        Only drivers available as Perl modules will work in this
12189        preference, so make sure a Perl module is available before
12190        choosing an SMS service.
12191
12192    Once a driver is entered in the preference an option will appear in
12193    the staff client and the OPAC on the patron messaging form to choose
12194    to receive messages as SMS
12195
12196    |image105|
12197
12198     **Important**
12199
12200     You must allow
12201     :ref:`EnhancedMessagingPreferences` for
12202     this to work.
12203
12204 .. _smssenduserdetails-label:
12205
12206 SMSSendUsername, SMSSendPassword and EmailSMSSendDriverFromAddress
12207 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12208
12209 Asks: Define a username/login \_\_\_ and a password \_\_\_.  Override
12210 from address with \_\_\_ for emails sent using "Email" send driver.
12211
12212 Description:
12213
12214 -  Some SMS gateway providers require username and password credentials
12215    and these can be entered here.  Additionally, one specific email address
12216    may be required as sender (from address) for all emails sent by the
12217    Email SMS send driver.
12218
12219 .. _statisticsfields-label:
12220
12221 StatisticsFields
12222 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12223
12224 Default: location\|itype\|ccode
12225
12226 Asks: Show the following fields from the items database table as columns
12227 on the statistics tab on the patron record: \_\_\_
12228
12229 |image106|
12230
12231     **Important**
12232
12233     Enter the values separated by bars (\|)
12234
12235 Description:
12236
12237 -  This preference lets you set which fields will show on the patron
12238    record on the Statistics tab.
12239
12240 .. _talkingtechitivaphonenotification-label:
12241
12242 TalkingTechItivaPhoneNotification
12243 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12244
12245 Default: Disable
12246
12247 Asks: \_\_\_ patron phone notifications using Talking Tech i-tiva
12248 (overdues, predues and holds notices currently supported).
12249
12250 Values:
12251
12252 -  Disable
12253
12254 -  Enable
12255
12256 Description:
12257
12258 -  To learn more about setting up this third party product view the
12259    :ref:`Talking Tech <talking-tech-label>` chapter.
12260
12261     **Important**
12262
12263     Requires that you have
12264     :ref:`EnhancedMessagingPreferences` set
12265     to Allow to use.
12266
12267 .. _tracklastpatronactivity-label:
12268
12269 TrackLastPatronActivity
12270 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12271
12272 Default: Don't
12273
12274 Asks: \_\_\_ track last patron activity. Everytime a patron will connect,
12275 the borrowers.lastseen will be updated with the current time.
12276
12277 Values:
12278
12279 -  Don't
12280
12281 -  Do
12282
12283 .. _uppercasesurnames-label:
12284
12285 uppercasesurnames
12286 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12287
12288 Default: Don't
12289
12290 Asks: \_\_\_ store and display surnames (last names) in upper case.
12291
12292 Values:
12293
12294 -  Do
12295
12296 -  Don't
12297
12298 .. _useemailreceipts-label:
12299
12300 UseEmailReceipts
12301 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12302
12303 Default: Don't send
12304
12305 Asks: \_\_\_ email receipts to patrons for payments and writeoffs.
12306
12307 Values:
12308
12309 -  Don't send
12310
12311 -  Send
12312
12313 Description:
12314
12315 -  If set to 'Send', Koha will send emails to the patrons for each
12316    payment or writeoff done in their account.
12317
12318      **Note**
12319
12320      -  The letters used are ACCOUNT\_PAYMENT and ACCOUNT\_WRITEOFF
12321
12322      -  You can edit them in the :ref:`Notices & slips <notices-and-slips-label>` tool.
12323
12324 .. _usedischarge-label:
12325
12326 useDischarge
12327 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12328
12329 Default: Don't allow
12330
12331 Asks: \_\_\_ librarians to discharge borrowers and borrowers to request
12332 a discharge.
12333
12334 Values:
12335
12336 -  Allow
12337
12338 -  Don't allow
12339
12340 Description:
12341
12342 -  A discharge is a certificate that says the patron has no current
12343    checkouts, no holds and owe no money.
12344
12345        **Note**
12346
12347        In France a "quitus" ("discharge") is needed if you want to
12348        register for an account in a library or a university).
12349
12350        **Note**
12351
12352        Academic libraries often require that you have a clear record at
12353        the library before you can graduate.
12354
12355 .. _norwegian-patron-database-label:
12356
12357 Norwegian patron database
12358 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12359
12360 .. _failedloginattempts-label:
12361
12362 FailedLoginAttempts
12363 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12364
12365 Default: blank
12366
12367 Asks: Block a patron's account if it reaches \_\_\_ failed login attempts.
12368
12369 .. _norwegianpatrondbenable-and-norwegianpatrondbendpoint-label:
12370
12371 NorwegianPatronDBEnable and NorwegianPatronDBEndpoint
12372 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12373
12374 NorwegianPatronDBEnable Default: Disable
12375
12376 Asks: \_\_\_ the ability to communicate with the Norwegian national
12377 patron database via the \_\_\_ endpoint.
12378
12379 Values:
12380
12381 -  Disable
12382
12383 -  Enable
12384
12385 .. _norwegianpatrondbsearchnlafterlocalhit-label:
12386
12387 NorwegianPatronDBSearchNLAfterLocalHit
12388 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12389
12390 Default: Don't
12391
12392 Asks: \_\_\_ search the Norwegian national patron database after a local
12393 search result was found.
12394
12395 Values:
12396
12397 -  Do
12398
12399 -  Don't
12400
12401 .. _norwegianpatrondbusername-and-norwegianpatrondbpassword-label:
12402
12403 NorwegianPatronDBUsername and NorwegianPatronDBPassword
12404 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12405
12406 Asks: Communicate with the Norwegian national patron database using the
12407 username \_\_\_ and the password \_\_\_.
12408
12409 Description:
12410
12411 -  You can get these from "Base Bibliotek", which is maintained by the
12412    Norwegian National Library.
12413
12414 .. _patronsprivacy-label:
12415
12416 Privacy
12417 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12418
12419 .. _gdpr-policy-label:
12420
12421 GDPR\_Policy
12422 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12423
12424 Default: Disabled
12425
12426 Asks: Set GDPR policy to \_\_\_ GDPR is the EU General Data Protection
12427 Regulation. When you enforce, patrons need to give consent before using the
12428 OPAC. If you set to permissive, Koha will warn but not enforce. NOTE: If you
12429 enable this you will also have to set the URL of your public privacy policy
12430 with the PrivacyPolicyURL setting.
12431
12432 Values:
12433
12434 - Disabled
12435
12436 - Enforced
12437
12438 - Permissive
12439
12440 Description:
12441
12442 - This system preference enables a GDPR consent form to appear on the OPAC when
12443   a patron attempts to login. If this preference is set as Enforced then when a
12444   patron attempts to log into the OPAC a GDPR consent form be presented to them.
12445   The patron will have to provide consent to the library's GDPR policy before
12446   they can gain access to their account details. If the patron does not consent
12447   to the GDPR policy they will be logged out of their account. If the preference
12448   is set to Permissive then the patron will be presented with the GDPR consent
12449   form but they will not be required to give consent to access their patron
12450   account. If the preference is set to Disabled then no GDPR consent form will
12451   appear when patron logs into the OPAC.
12452
12453 .. _privacy-policy-url-label:
12454
12455 PrivacyPolicyURL
12456 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12457
12458 Default: blank
12459
12460 - Asks: Use the following URL \_\_\_ to refer to your local privacy policy in
12461   messages about privacy and data protection.
12462   (If you enforce GDPR policy, make sure that this page is not blocked.)
12463   NOTE: The URL is only displayed if :ref:`GDPR\_Policy <gdpr-policy-label>` is set.
12464
12465 .. _searchingsystem-preferences-label:
12466
12467 Searching
12468 -------------------------------
12469
12470 *Get there:* More > Administration > Global System Preferences >
12471 Searching
12472
12473 .. _searchingfeatures-label:
12474
12475 Features
12476 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12477
12478 .. _browseresultselection-label:
12479
12480 BrowseResultSelection
12481 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12482
12483 Default: Disable
12484
12485 Asks: \_\_\_ browsing search results fromt the bibliographic record detail page in staff client.
12486
12487 Values:
12488
12489 -  Disable
12490
12491 -  Enable
12492
12493 Description:
12494
12495 -  Enabling this system preference makes a button appear in the intranet search
12496    results page to browse the selected records.
12497
12498 .. _enablesearchhistory-label:
12499
12500 EnableSearchHistory
12501 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12502
12503 Default: Don't keep
12504
12505 Asks: \_\_\_ patron search history in the staff client.
12506
12507 Values:
12508
12509 -  Don't keep
12510
12511 -  Keep
12512
12513     |image1197|
12514
12515 Description:
12516
12517 -  This preference controls whether the staff client keeps search
12518    history for logged in users. Search history will be accessible under
12519    the link to your account in the top right of the staff client.
12520
12521 .. _includeseefrominsearches-label:
12522
12523 IncludeSeeFromInSearches
12524 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12525
12526 Default: Don't include
12527
12528 Asks: \_\_\_ *see from* (non-preferred form) headings in bibliographic
12529 searches.
12530
12531 Values:
12532
12533 -  Don't include
12534
12535 -  Include
12536
12537 Description:
12538
12539 -  When this preference is set to include the search engine indexer will
12540    insert *see from* headings from authority records into bibliographic
12541    records when indexing, so that a search on an obsolete term will turn
12542    up relevant records. For example when you search for cookery (the old
12543    term) you get titles with the heading of cooking (the new term).
12544
12545     **Important**
12546
12547     You will need to reindex your bibliographic database when changing
12548     this preference.
12549
12550 .. _opacgroupresults-label:
12551
12552 OpacGroupResults
12553 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12554
12555 Default: Don't use
12556
12557 Asks: \_\_\_ PazPar2 to group similar results on the OPAC.
12558
12559 Values:
12560
12561 -  Don't use
12562
12563 -  Use
12564
12565     **Important**
12566
12567     This requires that `PazPar2 <http://www.indexdata.com/pazpar2>`__ is
12568     set up and running.
12569
12570 .. _queryautotruncate-label:
12571
12572 QueryAutoTruncate
12573 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12574
12575 Default: automatically
12576
12577 Asks: Perform wildcard searching (where, for example, Har would match
12578 Harry and harp) \_\_\_ (The \* character would be used like so: Har\* or
12579 \*logging.)
12580
12581 Values:
12582
12583 -  automatically
12584
12585 -  only if \* is added
12586
12587 Description:
12588
12589 -  This setting allows for searches to be automatically truncated or for
12590    additional characters to be added to the end of a search string. When
12591    set to "automatically" the search string automatically ends with a
12592    wildcard function. For example, a search for the word "invent" with
12593    auto truncation enabled will also retrieve results for inventor,
12594    invention, inventory, etc. If you don't want this to happen
12595    automatically you can still be perform wildcard searches manually by
12596    adding an asterisk (\*). Typing "invent\*" even with auto truncation
12597    disabled will retrieve the same inventor, invention, inventory
12598    results. Auto truncation bypasses the necessity to type long search
12599    strings in their entirety.
12600
12601 .. _queryfuzzy-label:
12602
12603 QueryFuzzy
12604 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12605
12606 Default: Try
12607
12608 Asks: \_\_\_ to match similarly spelled words in a search (for example,
12609 a search for flang would also match flange and fang)
12610
12611 Values:
12612
12613 -  Don't try
12614
12615 -  Try
12616
12617 Description:
12618
12619 -  This preference enables "fuzzy" searching, in which the search engine
12620    returns results that are similar to, but not exactly matching, the
12621    word or words entered by the user. This preference enables the search
12622    function to compensate for slightly misspelled names or phrases.
12623
12624     **Important**
12625
12626     Requires that :ref:`UseICU` set to 'Not using'
12627
12628 .. _querystemming-label:
12629
12630 QueryStemming
12631 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12632
12633 Default: Try
12634
12635 Asks: \_\_\_ to match words of the same base in a search
12636
12637 Values:
12638
12639 -  Don't try
12640
12641 -  Try
12642
12643    -  A search for enabling would also match enable and enabled
12644
12645 Description:
12646
12647 -  This preference enables word stemming. Stemming allows the search
12648    function to return multiple versions of the same word, as well as
12649    related terms (i.e., both fish and fishing would be returned).
12650
12651 .. _queryweightfields-label:
12652
12653 QueryWeightFields
12654 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12655
12656 Default: Enable
12657
12658 Asks: \_\_\_ ranking of search results by relevance
12659
12660 Values:
12661
12662 -  Disable
12663
12664 -  Enable
12665
12666 .. _tracecompletesubfields-label:
12667
12668 TraceCompleteSubfields
12669 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12670
12671 Default: Force
12672
12673 Asks: \_\_\_ subject tracings in the OPAC and Staff Client to search
12674 only for complete-subfield matches.
12675
12676 Values:
12677
12678 -  Don't force
12679
12680    -  Searches for subject keywords (example:
12681       opac-search.pl?q=su:World%20Wide%20Web)
12682
12683 -  Force
12684
12685    -  Searches for complete subject fields (example:
12686       opac-search.pl?q=su,complete-subfield:World%20Wide%20Web)
12687
12688 Description:
12689
12690 -  When TraceCompleteSubfields is set to "force," clicking on links in
12691    non-authority controlled subject tracings will only find other
12692    records where the entire subfields match. Leaving it at "don't force"
12693    does a keyword search of the subject indexes.
12694
12695     **Important**
12696
12697     This preference assumes that you're using XSLT stylesheets as set in
12698     the :ref:`OPACXSLTDetailsDisplay` preference.
12699
12700 .. _tracesubjectsubdivisions-label:
12701
12702 TraceSubjectSubdivisions
12703 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12704
12705 Default: Include
12706
12707 Asks: \_\_\_ subdivisions for searches generated by clicking on subject
12708 tracings.
12709
12710 Values:
12711
12712 -  Don't include
12713
12714    -  Searches for subject keywords (example:
12715       opac-search.pl?q=su,complete-subfield:%22Web%20sites%22)
12716
12717 -  Include
12718
12719    -  Searches for complete subject fields (example:
12720       opac-search.pl?q=(su,complete-subfield:%22Web%20sites%22)%20and%20(su,complete-subfield:%22Design.%22))
12721
12722 Description:
12723
12724 -  When TraceSubjectSubdivisions is set to "Include," if you click on a
12725    subject with subdivisions (subfields other than 'a') they will be
12726    searched along with the subject heading (subfield 'a'). To have only
12727    the subject heading (subfield 'a') searched, set this preference to
12728    "Don't include."
12729
12730     **Important**
12731
12732     This preference assumes that you're using XSLT stylesheets as set in
12733     the :ref:`OPACXSLTDetailsDisplay` preference.
12734
12735 .. _useicu-label:
12736
12737 UseICU
12738 ^^^^^^^^^^^^^^^^^^^^
12739
12740 Default: Not using
12741
12742 Asks: \_\_\_ ICU Zebra indexing.
12743
12744 Values:
12745
12746 -  Not using
12747
12748 -  Using
12749
12750 Description:
12751
12752 -  ICU is a set of code libraries providing Unicode and Globalization
12753    support for software applications. What this means is ICU Zebra
12754    indexing is only necessary if you use non-roman characters in your
12755    cataloging. If using ICU Zebra indexing you will want to not use
12756    :ref:`QueryFuzzy`.
12757
12758     **Important**
12759
12760     This setting will not affect Zebra indexing, it should only be used
12761     to tell Koha that you have activated ICU indexing if you have
12762     actually done so, since there is no way for Koha to figure this out
12763     on its own.
12764
12765     **Important**
12766
12767     Talk to your system administrator when changing this preference to
12768     make sure that your system is set up properly for this to work.
12769
12770 .. _usequeryparser-label:
12771
12772 UseQueryParser
12773 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12774
12775 Default: Do not try
12776
12777 Asks: \_\_\_ to use the QueryParser module for parsing queries.
12778
12779     **Note**
12780
12781     Enabling this will have no impact if you do not have QueryParser
12782     installed, and everything will continue to work as usual.
12783
12784 Values:
12785
12786 -  Do not try
12787
12788 -  Try
12789
12790 Description:
12791
12792 -  This preference enables an experimental new query parser which opens
12793    the door for a more expressive and more-effective search syntax.
12794
12795 .. _results-display-label:
12796
12797 Results Display
12798 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12799
12800 .. _defaultsortfield-and-defaultsortorder-label:
12801
12802 defaultSortField and defaultSortOrder
12803 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12804
12805 defaultSortField Default: author
12806
12807 defaultSortOrder Default: ascending
12808
12809 Asks: By default, sort search results in the staff client by \_\_\_,
12810 \_\_\_
12811
12812 Description:
12813
12814 -  These preferences set the default sort field and sort order for
12815    searches on the staff side. Regardless of your choice, the other sort
12816    options are still available in the drop down list on the advanced
12817    search page.
12818
12819 defaultSortField Values:
12820
12821 -  author
12822
12823 -  call number
12824
12825 -  date added
12826
12827 -  date of publication
12828
12829 -  relevance
12830
12831 -  title
12832
12833 -  total number of checkouts
12834
12835 defaultSortOrder Values:
12836
12837 -  ascending
12838
12839 -  descending
12840
12841 -  from A to Z
12842
12843 -  from Z to A
12844
12845 .. _displayfacetcount-label:
12846
12847 displayFacetCount
12848 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12849
12850 Default: Don't show
12851
12852 Asks: \_\_\_ facet counts.
12853
12854 Description:
12855
12856 -  This preference lets you decide if you show how many times a facet is
12857    used in your search results in the OPAC and the staff client. The
12858    relevance of these numbers highly depends on the value of the
12859    :ref:`maxRecordsForFacets` preference. Showing
12860    these numbers can potentially effect the performance of your
12861    searching, so test your system with different values for this
12862    preference to see what works best.
12863
12864 Values:
12865
12866 -  Don't show
12867
12868 -  Show
12869
12870    |image107|
12871
12872 .. _displaylibraryfacets-label:
12873
12874 DisplayLibraryFacets
12875 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12876
12877 Default: holding library
12878
12879 Asks: Show facets for \_\_\_
12880
12881 Values:
12882
12883 -  both home and holding library
12884
12885 -  holding library
12886
12887 -  home library
12888
12889 Description:
12890
12891 -  This preferenc controls the libraries facet that displays on search
12892    results in the staff and opac. The value selected here will determine
12893    which library(s) show in the facets when a search is run.
12894
12895 .. _facetlabeltruncationlength-label:
12896
12897 FacetLabelTruncationLength
12898 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12899
12900 Default: 20
12901
12902 Asks: Truncate facets length to \_\_\_ characters, in OPAC/staff
12903 interface.
12904
12905 Description:
12906
12907 -  In the OPAC and the staff client your facets are cut off at 20
12908    characters by default. Depending on your layout this may be too many
12909    or two few letters, this preference lets you decide what number is
12910    best for your library's design.
12911
12912 .. _facetmaxcount-label:
12913
12914 FacetMaxCount
12915 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12916
12917 Default: 20
12918
12919 Asks: Show up \_\_\_ to facets for each category.
12920
12921 Description:
12922
12923 -  This preference allows you to control how many possible limits show
12924    under each heading (Author, Series, Topics, etc) on the facets in the
12925    OPAC.
12926
12927 .. _maxitemsinsearchresults-label:
12928
12929 maxItemsInSearchResults
12930 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12931
12932 Default: 20
12933
12934 Asks: Show up to \_\_\_ items per biblio in the search results
12935
12936 Description:
12937
12938 -  This preference will let you set how many results display by default
12939    when a search is run on the Staff Client.
12940
12941 .. _maxrecordsforfacets-label:
12942
12943 maxRecordsForFacets
12944 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12945
12946 Default: 20
12947
12948 Asks: Build facets based on \_\_\_ records from the search results.
12949
12950 Description:
12951
12952 -  By default Koha only bases facets on the first page of results
12953    (usually 20 results). This preference lets you tell Koha to based the
12954    facet descriptions and numbers on any number of search results
12955    returned. The higher this number the longer it will take for your
12956    search results to return, so test with various different values to
12957    find the best balance for your library.
12958
12959 .. _maxsearchresultsitemsperrecordstatuscheck-label:
12960
12961 MaxSearchResultsItemsPerRecordStatusCheck
12962 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12963
12964 Default: 20
12965
12966 Asks: For records with many items, only check the availability status
12967 for the first \_\_\_ items.
12968
12969 Description:
12970
12971 -  Availability statuses may show incorrectly in search results if a
12972    record has more items than the limit set. Statuses will display
12973    correctly in the record details. Leave empty for no limit.
12974
12975 .. _numsearchresults-label:
12976
12977 numSearchResults
12978 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12979
12980 Default: 20
12981
12982 Asks: By default, show \_\_\_ results per page in the staff client.
12983
12984 .. _opacdefaultsortfield-and-opacdefaultsortorder-label:
12985
12986 OPACdefaultSortField and OPACdefaultSortOrder
12987 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12988
12989 OPACdefaultSortField Default: relevance
12990
12991 OPACdefaultSortOrder Default: ascending
12992
12993 Asks: By default, sort search results in the OPAC by \_\_\_, \_\_\_
12994
12995 Description:
12996
12997 -  These preferences set the default sort field and sort order for
12998    searches on the OPAC. Regardless of your choice, the other sort
12999    options are still available in the drop down list on the advanced
13000    search page.
13001
13002 OPACdefaultSortField Values:
13003
13004 -  author
13005
13006 -  call number
13007
13008 -  date added
13009
13010 -  date of publication
13011
13012 -  relevance
13013
13014 -  title
13015
13016 -  total number of checkouts
13017
13018 OPACdefaultSortOrder Values:
13019
13020 -  ascending
13021
13022 -  descending
13023
13024 -  from A to Z
13025
13026 -  from Z to A
13027
13028 .. _opacitemsresultsdisplay-label:
13029
13030 OPACItemsResultsDisplay
13031 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13032
13033 Default: Don't show
13034
13035 Asks: \_\_\_ an item's library, location and call number in OPAC search results.
13036 results.
13037
13038 Values:
13039
13040 -  Don't show
13041
13042 -  Show
13043
13044 Description:
13045
13046 -  This setting selects the information about an item that will display
13047    in the search results page of the OPAC. The results can display the
13048    status of an item and/or full details including branch, location, and
13049    call number. While the 'Show' option allows for more information to
13050    be displayed on the search results page, the information can be
13051    overwhelming for large collections with multiple branches.
13052
13053 .. _opacnumsearchresults-label:
13054
13055 OPACnumSearchResults
13056 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13057
13058 Default: 20
13059
13060 Asks: By default, show \_\_\_ results per page in the OPAC.
13061
13062 .. _searchwithisbnvariations-label:
13063
13064 SearchWithISBNVariations
13065 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13066
13067 Default: don't search
13068
13069 Asks: When searching on the ISBN index, \_\_\_ on all variations of the
13070 ISBN.
13071
13072 Values:
13073
13074 -  don't search
13075
13076 -  search
13077
13078 Descriptions:
13079
13080 -  With this preference set to search you'll be able to search for ISBNs
13081    even if there are dashes or spaces in the field. So if you search for
13082    9781843345855 but the ISBN was cataloged as 978-1843345855 you'll
13083    still be able to find it if this preference is set to 'search'.
13084
13085     **Important**
13086
13087     This preference has no effect if
13088     :ref:`UseQueryParser` is on
13089
13090 .. _unimarcauthorsfacetsseparator-label:
13091
13092 UNIMARCAuthorsFacetsSeparator
13093 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13094
13095 Default: , (comma)
13096
13097 Asks: Use the following text as separator for UNIMARC authors facets \_\_\_
13098
13099 .. _search-form-label:
13100
13101 Search Form
13102 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13103
13104 .. _advancedsearchlanguages-label:
13105
13106 AdvancedSearchLanguages
13107 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13108
13109 Asks: Limit the languages listed in the advanced search drop-down to the
13110 \_\_\_ ISO 639-2 language codes (separate values with \| or ,).
13111
13112 Description:
13113
13114 -  This preference will allow you to decide what languages show in the
13115    pull down menu on the advanced search page in the OPAC and the staff
13116    client. If this preference is left blank, all languages will show. To
13117    limit the languages that are shown enter their `ISO 639-2 language
13118    codes <http://www.loc.gov/standards/iso639-2/php/code_list.php>`__
13119    separated by comma ( , ) or bar ( \| ). For example to limit listing
13120    to French and Italian, enter ita\|fre.
13121
13122 .. _advancedsearchtypes-label:
13123
13124 AdvancedSearchTypes
13125 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13126
13127 Default: itemtype
13128
13129 Asks: Show tabs in OPAC and staff-side advanced search for limiting
13130 searches on the \_\_\_ fields (separate values with \|).
13131
13132 Description:
13133
13134 -  On the advanced search page you can choose to allow filters on one or
13135    all of the following: Item types (itemtypes), Collection Codes
13136    (ccode) and Shelving Location (loc). If you would like to be able to
13137    limit searches on item type and shelving location for example you
13138    would enter itemtypes\|loc in the preference input box. The order of
13139    these fields will determine the order of the tabs in the OPAC and
13140    staff client advanced search screens. Values within the search type
13141    are OR'ed together, while each different search type is AND'ed
13142    together in the query limits. The current stored values are supported
13143    without any required modification.Each set of advanced search fields
13144    are displayed in tabs in both the OPAC and staff client. The first
13145    value in the AdvancedSearchTypes syspref is the selected tab; if no
13146    values are present, "itemtypes" is used. For non-itemtype values, the
13147    value in AdvancedSearchTypes must match the Authorised Value name,
13148    and must be indexed with 'mc-^ prefixing that name.
13149
13150    |image108|
13151
13152 .. _expandedsearchoption-label:
13153
13154 expandedSearchOption
13155 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13156
13157 Default: don't show
13158
13159 Asks: By default, \_\_\_ "More options" on the OPAC and staff advanced
13160 search pages.
13161
13162 Values:
13163
13164 -  don't show
13165
13166 -  show
13167
13168 .. _intranetnumberspreferphrase-label:
13169
13170 IntranetNumbersPreferPhrase
13171 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13172
13173 Default: don't use
13174
13175 Asks: By default, \_\_\_ the operator "phr" in the callnumber and
13176 standard number staff client searches
13177
13178 Values:
13179
13180 -  don't use
13181
13182 -  use
13183
13184 Description:
13185
13186 -  When searching by call number and standard number (biblionumber) in
13187    Koha Staff Client you can choose to force the search to be a phrase
13188    search by setting this preference to 'use.^ This will allow for more
13189    accurate results over doing a general keyword field search.
13190
13191 .. _loadsearchhistorytothefirstloggeduser-label:
13192
13193 LoadSearchHistoryToTheFirstLoggedUser
13194 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13195
13196 Default: Load
13197
13198 Asks: Load the unlogged history to the next user. \_\_\_ history to the next client.
13199
13200 Values:
13201
13202 -  Don't load
13203
13204 -  Load
13205
13206 .. _opacnumberspreferphrase-label:
13207
13208 OPACNumbersPreferPhrase
13209 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13210
13211 Default: don't use
13212
13213 Asks: By default, \_\_\_ the operator "phr" in the callnumber and
13214 standard number OPAC searches
13215
13216 Values:
13217
13218 -  don't use
13219
13220 -  use
13221
13222 Description:
13223
13224 -  When searching by call number and standard number (biblionumber) in
13225    the Koha OPAC you can choose to force the search to be a phrase
13226    search by setting this preference to 'use.^ This will allow for more
13227    accurate results over doing a general keyword field search.
13228
13229 .. _serials-system-preferences-label:
13230
13231 Serials
13232 ---------------------------
13233
13234 *Get there:* More > Administration > Global System Preferences > Serials
13235
13236 .. _makepreviousserialavailable-label:
13237
13238 makePreviousSerialAvailable
13239 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13240
13241 Default: Do not make
13242
13243 Asks: \_\_\_ previous serial automatically available when receiving a
13244 new serial issue. The previous issue can also be set to another item
13245 type when receiving a new one. Please note that the :ref:`item-level\_itypes <item-level\_itypes-label>`
13246 syspref must be set to specific item.
13247
13248 Values:
13249
13250 -  Do not make
13251
13252 -  Make
13253
13254 .. _opacserialdefaulttab-label:
13255
13256 opacSerialDefaultTab
13257 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13258
13259 Default: Subscriptions tab
13260
13261 Asks: Show \_\_\_ as default tab for serials in OPAC.
13262
13263 Values:
13264
13265 -  Holdings tab
13266
13267 -  Serial Collection tab
13268
13269        **Important**
13270
13271        Please note that the Serial Collection tab is currently available
13272        only for systems using the UNIMARC standard.
13273
13274    |image109|
13275
13276 -  Subscriptions tab
13277
13278    |image110|
13279
13280 .. _opacserialissuedisplaycount-label:
13281
13282 OPACSerialIssueDisplayCount
13283 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13284
13285 Default: 3
13286
13287 Asks: Show the \_\_\_ previous issues of a serial on the OPAC.
13288
13289 Description:
13290
13291 -  This preference allows the administrator to select the number of
13292    recent issues for each serial which appear in the OPAC when the
13293    serial is accessed. This is just the default value, patrons can
13294    always click to see a full list of serials.
13295
13296 .. _renewserialaddssuggestion-label:
13297
13298 RenewSerialAddsSuggestion
13299 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13300
13301 Default: Don't add
13302
13303 Asks: \_\_\_ a suggestion for a biblio when its attached serial is
13304 renewed.
13305
13306 Values:
13307
13308 -  Add
13309
13310 -  Don't add
13311
13312 Description:
13313
13314 -  If set to "Add", this preference will automatically add a serial to
13315    the Acquisitions Purchase Suggestions menu when clicking the 'renew'
13316    option. If you don't use the Acquisitions module to manage serials
13317    purchases it's best to leave this set as 'Don't add.^
13318
13319 .. _routinglistaddreserves-label:
13320
13321 RoutingListAddReserves
13322 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13323
13324 Default: Place
13325
13326 Asks: \_\_\_ received serials on hold if they are on a routing list.
13327
13328 Values:
13329
13330 -  Place
13331
13332 -  Don't place
13333
13334 .. _routinglistnote-label:
13335
13336 RoutingListNote
13337 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13338
13339 Asks: Include following note on all routing lists
13340
13341 Description:
13342
13343 -  Text entered in this box will appear below the routing list
13344    information.
13345
13346 .. _routingserials-label:
13347
13348 RoutingSerials
13349 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13350
13351 Default: Don't add
13352
13353 Asks: \_\_\_ received serials to the routing list.
13354
13355 Description:
13356
13357 -  This preference determines if serials routing lists are enabled or
13358    disabled for the library. When set to "Add", serials routing is
13359    enabled and a serial can be directed through a list of people by
13360    identifying who should receive it next. The list of people can be
13361    established for each serial to be passed using the Serials module.
13362    This preference can be used to ensure each person who needs to see a
13363    serial when it arrives at the library will get it. Learn more in the
13364    :ref:`routing list <create-a-routing-list-label>` section of this manual.
13365
13366 Values:
13367
13368 -  Add
13369
13370 -  Don't add
13371
13372 .. _staffserialissuedisplaycount-label:
13373
13374 StaffSerialIssueDisplayCount
13375 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13376
13377 Default: 3
13378
13379 Asks: Show the \_\_\_ previous issues of a serial on the staff client.
13380
13381 Description:
13382
13383 -  This preference allows the administrator to select the number of
13384    recent issues for each serial which appear in the Staff Client when
13385    the serial is accessed. This is just the default value, staff members
13386    can always click to see a full list of serials.
13387
13388 .. _subscriptionduplicatedroppedinput-label:
13389
13390 SubscriptionDuplicateDroppedInput
13391 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13392
13393 Asks: List of fields which must not be rewritten when a subscription is
13394 duplicated (Separated by pipe \|) \_\_\_
13395
13396 Description:
13397
13398 -  When duplicating a subscription sometimes you don't want all of the
13399    fields duplicated, using this preference you can list the fields that
13400    you don't want to be duplicated. These field names come from the
13401    subscription table in the Koha database. Learn what fields are in
13402    that table on the `Koha DB
13403    Schema <http://schema.koha-community.org/master/tables/subscription.html>`__
13404    site.
13405
13406 .. _subscriptionhistory-label:
13407
13408 SubscriptionHistory
13409 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13410
13411 Default: full history
13412
13413 Asks: When showing the subscription information for a bibliographic
13414 record, preselect \_\_\_ view of serial issues.
13415
13416 Values:
13417
13418 -  brief history
13419
13420    |image111|
13421
13422 -  full history
13423
13424    |image112|
13425
13426 Description:
13427
13428 -  This preference determines what information appears in the OPAC when
13429    the user clicks the More Details option. The 'brief' option displays
13430    a one-line summary of the volume and issue numbers of all issues of
13431    that serial held by the library. The 'full' option displays a more
13432    detailed breakdown of issues per year, including information such as
13433    the issue date and the status of each issue.
13434
13435 .. _staff-client-label:
13436
13437 Staff client
13438 ------------------------------
13439
13440 *Get there:* More > Administration > Global system preferences > Staff
13441 client
13442
13443 .. _staffappearance-label:
13444
13445 Appearance
13446 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13447
13448 .. _display856uasimage-label:
13449
13450 Display856uAsImage
13451 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13452
13453 Default: Neither details or results page
13454
13455 Asks: Display the URI in the 856u field as an image on: \_\_\_
13456
13457 Values:
13458
13459 -  Both results and details pages
13460
13461    -  **Important**
13462
13463           Both :ref:`XSLTDetailsDisplay` and
13464           :ref:`XSLTResultsDisplay` need to
13465           have values in order for this preference to work.
13466
13467    -  **Important**
13468
13469           This is only implemented for MARC21.
13470
13471 -  Detail page only
13472
13473    -  **Important**
13474
13475           :ref:`XSLTDetailsDisplay` needs to
13476           have a value in it for this preference to work.
13477
13478    -  **Important**
13479
13480           This is only implemented for MARC21 and UNIMARC.
13481
13482    |image113|
13483
13484 -  Neither details or results page
13485
13486 -  Results page only
13487
13488    -  **Important**
13489
13490           :ref:`XSLTResultsDisplay` needs to
13491           have a value in it for this preference to work.
13492
13493    -  **Important**
13494
13495           This is only implemented for MARC21 and NORMARC.
13496
13497 Description:
13498
13499 -  In addition to this option being set, the corresponding XSLT option
13500    must be turned on. Also, the corresponding 856q field must have a
13501    valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
13502    starting with "image/"), or the generic indicator "img" entered in
13503    the field. When all of the requirements are met, an image file will
13504    be displayed instead of the standard link text. Clicking on the image
13505    will open it in the same way as clicking on the link text. When you
13506    click on the image it should open to full size, in the current window.
13507
13508    |image114|
13509
13510 .. _displayiconsxslt-label:
13511
13512 DisplayIconsXSLT
13513 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13514
13515 Default: Show
13516
13517 Asks: \_\_\_ the format, audience, and material type icons in XSLT
13518 MARC21 results and detail pages in the staff client.
13519
13520     **Important**
13521
13522     :ref:`XSLTResultsDisplay` and/or
13523     :ref:`XSLTDetailsDisplay` must be set to use an
13524     XSLT stylesheet (default or custom) for these icons to show.
13525
13526 Values:
13527
13528 -  Don't show
13529
13530 -  Show
13531
13532    |image115|
13533
13534     **Note**
13535
13536     See the :ref:`XSLT material type icons <material-type-cataloging-guide-label>`
13537     for more information on these icons.
13538
13539 .. _intranet-includes-label:
13540
13541 intranet\_includes
13542 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13543
13544 Default: includes
13545
13546 Asks: Use include files from the \_\_\_ directory in the template
13547 directory, instead of includes/. (Leave blank to disable)
13548
13549 .. _intranetcirculationhomehtml-label:
13550
13551 IntranetCirculationHomeHTML
13552 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13553
13554 Asks: Show the following HTML in its own div on the bottom of the home
13555 page of the circulation module:
13556
13557     |image1198|
13558
13559 .. _intranetcolorstylesheet-label:
13560
13561 intranetcolorstylesheet
13562 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13563
13564 Asks: Include the additional CSS stylesheet \_\_\_ to override specified
13565 settings from the default stylesheet
13566
13567 Description:
13568
13569 -  This preference is used to set the background color and style of the
13570    staff client. The value is a .css file. The system administrator
13571    should determine which file is appropriate. Enter just a filename, a
13572    full local path or a complete URL starting with http:// (if the file
13573    lives on a remote server). Please note that if you just enter a
13574    filename, the file should be in the css subdirectory for each active
13575    theme and language within the Koha templates directory. A full local
13576    path is expected to start from your HTTP document root.
13577
13578     **Important**
13579
13580     Leave this field blank to disable.
13581
13582 .. _intranetfavicon-label:
13583
13584 IntranetFavicon
13585 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13586
13587 Asks: Use the image at \_\_\_ for the staff client's favicon.
13588
13589     **Important**
13590
13591     This should be a complete URL, starting with http://
13592
13593     **Note**
13594
13595     Turn your logo into a favicon with the `Favicon
13596     Generator <http://antifavicon.com/>`__.
13597
13598 Description:
13599
13600 -  The favicon is the little icon that appears next to the URL in the
13601    address bar in most browsers. The default value for this field (if
13602    left blank) is the small 'K' in the Koha logo.
13603
13604    |image116|
13605
13606 .. _intranetmainuserblock-label:
13607
13608 IntranetmainUserblock
13609 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13610
13611 Asks: Show the following HTML in its own column on the main page of the
13612 staff client
13613
13614 |image117|
13615
13616 |image118|
13617
13618 .. _intranetnav-label:
13619
13620 IntranetNav
13621 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13622
13623 Asks: Show the following HTML in the More menu at the top of each page
13624 on the staff client (should be a list of links or blank)
13625
13626 .. _intranetreportshomehtml-label:
13627
13628 IntranetReportsHomeHTML
13629 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13630
13631 Asks: Show the following HTML in its own div on the bottom of the home
13632 page of the reports module:
13633
13634     |image1199|
13635
13636 .. _intranetslipprinterjs-label:
13637
13638 IntranetSlipPrinterJS
13639 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13640
13641 Asks: Use the following JavaScript for printing slips.
13642
13643 Description:
13644
13645 -  The most logical use of this preference is in conjunction with the
13646    `jsPrintSetup <http://jsprintsetup.mozdev.org/>`__ Firefox add-on.
13647    Learn more about this preference and the add-on setup on the Koha
13648    wiki at
13649    http://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently.
13650
13651 .. _intranetstylesheet-label:
13652
13653 intranetstylesheet
13654 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13655
13656 Asks: Use the CSS stylesheet \_\_\_ on all pages in the staff interface,
13657 instead of the default css (used when leaving this field blank).
13658
13659 Description:
13660
13661 -  The Intranetstylesheet preference is a layout and design feature for
13662    the intranet or staff client. This preference allows a library to
13663    customize the appearance of the Staff Client. Enter just a filename,
13664    a full local path or a complete URL starting with http:// (if the
13665    file lives on a remote server). Please note that if you just enter a
13666    filename, the file should be in the css subdirectory for each active
13667    theme and language within the Koha templates directory. A full local
13668    path is expected to start from your HTTP document root.
13669
13670 .. _intranetusercss-label:
13671
13672 IntranetUserCSS
13673 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13674
13675 Asks: Include the following CSS on all pages in the staff client
13676
13677 .. _intranetuserjs-label:
13678
13679 IntranetUserJS
13680 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13681
13682 Asks: Include the following JavaScript on all pages in the staff
13683 interface
13684
13685 Description:
13686
13687 -  This preference allows the administrator to enter JavaScript or
13688    JQuery that will be embedded across all pages of the staff client.
13689    Administrators may use this preference to customize some of the
13690    interactive sections of Koha, customizing the text for the login
13691    prompts, for example. Sample JQuery scripts used by Koha libraries
13692    can be found on the wiki:
13693    http://wiki.koha-community.org/wiki/JQuery_Library.
13694
13695 .. _slipcss-label:
13696
13697 SlipCSS
13698 ^^^^^^^^^^^^^^^^^^^^^^
13699
13700 Asks: Include the stylesheet at \_\_\_ on Issue and Reserve Slips.
13701
13702     **Important**
13703
13704     This should be a complete URL, starting with http://
13705
13706 Description:
13707
13708 -  If you would like to style your receipts or slips with a consistent
13709    set of fonts and colors you can use this preference to point Koha to
13710    a stylesheet specifically for your slips.
13711
13712 .. _staffclientbaseurl-label:
13713
13714 staffClientBaseURL
13715 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13716
13717 Asks: The staff client is located at \_\_\_
13718
13719     **Important**
13720
13721     This should be a complete URL, starting with http:// or https://.
13722     Do not include a trailing slash in the URL.
13723
13724     **Note**
13725
13726     This must be filled in correctly for CAS, svc, and load_testing to work.
13727
13728 .. _stafflangselectormode-label:
13729
13730 StaffLangSelectorMode
13731 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13732
13733 Default: only footer
13734
13735 Asks: Display language selector on \_\_\_
13736
13737 Values:
13738
13739 -  both top and footer
13740
13741 -  only footer
13742
13743 -  top
13744
13745 .. _stafflogininstructions-label:
13746
13747 StaffLoginInstructions
13748 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13749
13750 Asks: Show the following HTML on the staff client login page
13751
13752 Description:
13753
13754 -  HTML entered in this field will appear above the login form
13755    of your staff client
13756
13757 |image1345|
13758
13759 .. _template-label:
13760
13761 template
13762 ^^^^^^^^^^^^^^^^^^^^^^^^
13763
13764 Default: prog
13765
13766 Asks: Use the \_\_\_ theme on the staff interface.
13767
13768 Values:
13769
13770 -  prog
13771
13772     **Important**
13773
13774     Do not include a trailing slash in the URL this will break links
13775     created using this URL. (example: www.google.com not
13776     www.google.com/)
13777
13778 .. _xsltdetailsdisplay-label:
13779
13780 XSLTDetailsDisplay
13781 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13782
13783 Default: default
13784
13785 Asks: Display details in the staff client using XSLT stylesheet at
13786 \_\_\_
13787
13788 Values:
13789
13790 -  leave empty to not use the XSLT stylesheet
13791
13792    -  In previous versions of Koha this was the setting that read
13793       'normally'
13794
13795       |image119|
13796
13797 -  enter "default" for the default one
13798
13799    |image120|
13800
13801 -  put a path to define a XSLT file
13802
13803    -  ex: /path/to/koha/and/your/stylesheet.xsl
13804
13805    -  If in a multi-language system you can enter {langcode} in the path
13806       to tell Koha to look in the right language folder
13807
13808       -  ex:
13809          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13810
13811       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13812
13813 -  put an URL for an external specific stylesheet
13814
13815    -  ex: http://mykoha.org/stylesheet.xsl
13816
13817 Description:
13818
13819 -  XSLT stylesheets allow for the customization of the details shown on
13820    the screen when viewing a bib record. This preference will allow you
13821    either use the default look that comes with Koha or design your own
13822    stylesheet.
13823
13824 .. _xsltlistsdisplay-label:
13825
13826 XSLTListsDisplay
13827 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13828
13829 Default: default
13830
13831 Asks: Display lists in the staff client using XSLT stylesheet at
13832 \_\_\_
13833
13834 Values:
13835
13836 -  leave empty to not use the XSLT stylesheet
13837
13838    -  In previous versions of Koha this was the setting that read
13839       'normally'
13840
13841 -  enter "default" for the default one
13842
13843 -  put a path to define a XSLT file
13844
13845    -  ex: /path/to/koha/and/your/stylesheet.xsl
13846
13847    -  If in a multi-language system you can enter {langcode} in the path
13848       to tell Koha to look in the right language folder
13849
13850       -  ex:
13851          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13852
13853       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13854
13855 -  put an URL for an external specific stylesheet
13856
13857    -  ex: http://mykoha.org/stylesheet.xsl
13858
13859 Description:
13860
13861 -  XSLT stylesheets allow for the customization of the details shown on
13862    the screen when viewing a list. This preference will allow you
13863    either use the default look that comes with Koha or design your own
13864    stylesheet.
13865
13866 .. _xsltresultsdisplay-label:
13867
13868 XSLTResultsDisplay
13869 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13870
13871 Default: default
13872
13873 Asks: Display results in the staff client using XSLT stylesheet at
13874 \_\_\_
13875
13876 Values:
13877
13878 -  leave empty to not use the XSLT stylesheet
13879
13880    -  In previous versions of Koha this was the setting that read
13881       'normally'
13882
13883 -  enter "default" for the default one
13884
13885 -  put a path to define a XSLT file
13886
13887    -  ex: /path/to/koha/and/your/stylesheet.xsl
13888
13889    -  If in a multi-language system you can enter {langcode} in the path
13890       to tell Koha to look in the right language folder
13891
13892       -  ex:
13893          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13894
13895       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13896
13897 -  put an URL for an external specific stylesheet
13898
13899    -  ex: http://mykoha.org/stylesheet.xsl
13900
13901 Description:
13902
13903 -  XSLT stylesheets allow for the customization of the details shown on
13904    the screen when viewing the search results. This preference will
13905    allow you either use the default look that comes with Koha or design
13906    your own stylesheet.
13907
13908 .. _options-label:
13909
13910 Options
13911 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13912
13913 .. _audioalerts-label:
13914
13915 AudioAlerts
13916 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13917
13918 Default: Don't enable
13919
13920 Asks: \_\_\_ audio alerts for events defined in the audio alerts section
13921 of administration.
13922
13923 Values:
13924
13925 -  Don't enable
13926
13927 -  Enable
13928
13929     **Important**
13930
13931     This feature is not supported by all browsers. Requires an HTML5
13932     compliant browser.
13933
13934 .. _hidepatronname-label:
13935
13936 HidePatronName
13937 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13938
13939 Default: Show
13940
13941 Asks: \_\_\_ the names of patrons that have items checked out or on hold
13942 on detail pages or the "Place Hold" screen.
13943
13944 Values:
13945
13946 -  Don't show
13947
13948 -  Show
13949
13950 .. _intranetbookbag-label:
13951
13952 intranetbookbag
13953 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13954
13955 Default: Show
13956
13957 Asks: \_\_\_ the cart option in the staff client.
13958
13959 Values:
13960
13961 -  Don't show
13962
13963 -  Show
13964
13965 .. _intranetcatalogsearchpulldown-label:
13966
13967 IntranetCatalogSearchPulldown
13968 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13969
13970 Default: Don't show
13971
13972 Asks: \_\_\_ a search field pulldown for 'Search the catalog' boxes.
13973
13974 Values:
13975
13976 -  Don't show
13977
13978 -  Show
13979
13980 .. _showLastPatron-label:
13981
13982 showLastPatron
13983 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13984
13985 Default: Don't Show
13986
13987 Asks: \_\_\_ a link to the last searched patron in the staff client.
13988
13989 Values:
13990
13991 -  Don't show
13992
13993 -  Show
13994
13995 Description
13996
13997 - If this preference is set to 'Show' then a link to the last patron account
13998   you consulted will appear in the right hand corner of the Koha staff client.
13999   This link will be cleared when you log out.
14000
14001   |image1423|
14002
14003 .. _staffdetailitemselection-label:
14004
14005 StaffDetailItemSelection
14006 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14007
14008 Default: Enable
14009
14010 Asks: \_\_\_ item selection in record detail page.
14011
14012 Values:
14013
14014 -  Disable
14015
14016 -  Enable
14017
14018 Description:
14019
14020 -  This preference lets you choose to show (or not show) checkboxes to
14021    the left of every item in the holdings tab on the detail display of a
14022    record in the staff client. Showing these checkboxes allows the staff
14023    members to select multiple items to edit or delete at once.
14024
14025    |image121|
14026
14027 .. _usewysiwyginsystempreferences-label:
14028
14029 UseWYSIWYGinSystemPreferences
14030 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14031
14032 Default: Don't show
14033
14034 Asks: \_\_\_ WYSIWYG editor when editing certain HTML system
14035 preferences.
14036
14037 Values:
14038
14039 -  Don't show
14040
14041 -  Show
14042
14043     |image1200|
14044
14045 Description:
14046
14047 -  This preference allows you to chang system preferences with HTML in
14048    them to WYSIWYG editors instead of plain text boxes.
14049
14050 .. _viewisbd-label:
14051
14052 viewISBD
14053 ^^^^^^^^^^^^^^^^^^^^^^^^
14054
14055 Default: Allow
14056
14057 Asks: \_\_\_ staff to view records in ISBD form on the staff client.
14058
14059 Values:
14060
14061 -  Allow
14062
14063 -  Don't allow
14064
14065 .. _viewlabeledmarc-label:
14066
14067 viewLabeledMARC
14068 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14069
14070 Default: Allow
14071
14072 Asks: \_\_\_ staff to view records in labeled MARC form on the staff
14073 client.
14074
14075 Values:
14076
14077 -  Allow
14078
14079 -  Don't allow
14080
14081 .. _viewmarc-label:
14082
14083 viewMARC
14084 ^^^^^^^^^^^^^^^^^^^^^^^^
14085
14086 Default: Allow
14087
14088 Asks: \_\_\_ staff to view records in plain MARC form on the staff
14089 client.
14090
14091 Values:
14092
14093 -  Allow
14094
14095 -  Don't allow
14096
14097 .. _tools-system-preferences-label:
14098
14099 Tools
14100 -----------------------
14101
14102 *Get there:* More > Administration > Global System Preferences > Tools
14103
14104 .. _batch-item-label:
14105
14106 Batch Item
14107 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14108
14109 These preferences are in reference to the :ref:`Batch Item
14110 Modification <batch-item-modification-label>` tool.
14111
14112 .. _maxitemsforbatchdel-label:
14113
14114 MaxItemsForBatchDel
14115 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14116
14117 Default: 1000
14118
14119 Asks: Display up to \_\_\_ items in a single deletion batch.
14120
14121 Description:
14122
14123 -  In the :ref:`batch item delete tool <batch-item-deletion-label>` this will
14124    prevent the display of more than the items you entered in this
14125    preference, but you will be able to delete more than the number you
14126    enter here.
14127
14128 .. _maxitemsforbatchmod-label:
14129
14130 MaxItemsForBatchMod
14131 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14132
14133 Default: 1000
14134
14135 Asks: Process up to \_\_\_ items in a single modification batch.
14136
14137 Description:
14138
14139 -  In the :ref:`batch item modification
14140    tool <batch-item-modification-label>` this preference will prevent the editing
14141    of more than the number entered here.
14142
14143 .. _news-system-preferences-label:
14144
14145 News
14146 ~~~~~~~~~~~~~~~~~~~~~~~~~
14147
14148 .. _newsauthordisplay-label:
14149
14150 NewsAuthorDisplay
14151 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14152
14153 Default: not at all
14154
14155 Asks: Show the author for news items: \_\_\_
14156
14157 Values:
14158
14159 -  Both OPAC and staff client
14160
14161 -  Not at all
14162
14163 -  OPAC only
14164
14165 -  Staff client only
14166
14167 .. _patron-cards-label:
14168
14169 Patron Cards
14170 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14171
14172 These preferences are in reference to the :ref:`Patron Card
14173 Creator <patron-card-creator-label>` tool.
14174
14175 .. _imagelimit-label:
14176
14177 ImageLimit
14178 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14179
14180 Asks: Limit the number of creator images stored in the database to
14181 \_\_\_ images.
14182
14183 .. _reports-system-preferences-label:
14184
14185 Reports
14186 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14187
14188 These preferences are in reference to the Reports module.
14189
14190 .. _numsavedreports-label:
14191
14192 NumSavedReports
14193 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14194
14195 Default: 20
14196
14197 Asks: By default, show \_\_\_ reports on the Saved Reports page.
14198
14199 .. _upload-system-preferences-label:
14200
14201 Upload
14202 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14203
14204 .. _uploadpurgetemporaryfilesdays-label:
14205
14206 UploadPurgeTemporaryFilesDays
14207 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14208
14209 Default: blank
14210
14211 Asks: Automatically delete temporary uploads older than \_\_\_ days in
14212 cleanup_database cron job.
14213
14214 .. _web-services-system-preferences-label:
14215
14216 Web services
14217 -----------------------------------
14218
14219 *Get there:* More > Administration > Global system preferences > Web
14220 services
14221
14222 .. _webservices-ils-di-system-preferences-label:
14223
14224 ILS-DI
14225 ~~~~~~~~~~~~~~~~~~~~~~~~
14226
14227 .. _ils-di-system-preference-label:
14228
14229 ILS-DI
14230 ^^^^^^^^^^^^^^^^^^^^
14231
14232 Default: Disable
14233
14234 Asks: \_\_\_ ILS-DI services for OPAC users
14235
14236 Values:
14237
14238 -  Disable
14239
14240 -  Enable
14241
14242 .. _ils-di-authorizedips-label:
14243
14244 ILS-DI:AuthorizedIPs
14245 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14246
14247 Asks: Allow IP addresses \_\_\_ to use the ILS-DI services (when enabled).
14248
14249     **Note**
14250
14251     Separate the IP addresses with commas and without spaces.
14252     For example: 15.78.193.62,197.85.10.1
14253
14254     **Important**
14255
14256     Leave the field blank to allow any IP address.
14257
14258 .. _idref-pref-label:
14259
14260 IdRef
14261 ~~~~~~~~~~~~~~~~~~~~~~~
14262
14263 .. _idref-label:
14264
14265 IdRef
14266 ^^^^^^^^^^^^^^^^^^
14267
14268 Default: Disable
14269
14270 Asks: \_\_\_ the IdRef webservice from the opac detail page. IdRef
14271 allows to request authorities from the Sudoc database.
14272
14273 Values:
14274
14275 -  Disable
14276
14277 -  Enable
14278
14279 Description:
14280
14281 -  IdRef is a French service for Sudoc autorities. Using the `Sudoc
14282    database <http://www.sudoc.abes.fr/>`__, it allows to request /
14283    modify / add authorities. If a record comes from the Sudoc (so 009 is
14284    filled with an integer), at the OPAC you will see "Author: Idref" if
14285    a 7..$3 (unimarc author) if filled with a ppn. On clicking on the
14286    Idref link, a popup will display.
14287
14288     |image1201|
14289
14290    The Idref webservice is requested and all records (by roles) for this
14291    author will be displayed
14292
14293    |image1202|
14294
14295    There is 1 line / record and 2 links at the end. 1 will request Koha
14296    (cgi-bin/koha/opac-search.pl?q=ident:003381862), the other one will
14297    redirect to the sudoc page (http://www.sudoc.fr/003381862).
14298
14299 -  **Important**
14300
14301        Please note that this feature is available only for libraries
14302        using UNIMARC.
14303
14304 -  **Note**
14305
14306        The French Sudoc database should not be confused with the US
14307        Superintendent of Documents (SuDocs) Classification Scheme.
14308
14309 .. _mana-prefs-label:
14310
14311 Mana KB
14312 ~~~~~~~~~~~~~~~~~~~~~~~~
14313
14314 .. _autosharewithmana-label:
14315
14316 AutoShareWithMana
14317 ^^^^^^^^^^^^^^^^^^^^^^^^
14318
14319 Asks: Fields automatically shared with Mana KB \_\_\_
14320
14321 Default: none
14322
14323 Values:
14324
14325 -  [Select all]
14326
14327 -  Subscriptions
14328
14329 Description:
14330
14331 -  This preference reflects the choice made in the :ref:`Mana KB configuration <share-with-mana-kb-label>` in the administration module.
14332
14333 -  Choosing to automatically share content with Mana KB means that every time you
14334    create that type of content, it will be automatically copied in the Mana KB
14335    repository, and it will be instantly available for other libraries to copy.
14336
14337 -  All content shared with Mana KB is shared under the CC0 license, meaning
14338    that there is no (zero) copyright. Anyone using Mana KB can copy, reuse
14339    and change (their copy of) your content. Read more on CC0 on the `Creative
14340    Commons Website <https://creativecommons.org/choose/zero/>`__. This will in
14341    no way change your data in your Koha installation.
14342
14343 .. _mana-pref-label:
14344
14345 Mana
14346 ^^^^^^^^^^^^^^^^^^^^^^^^^^
14347
14348 Asks: \_\_\_ submissions to Mana KB.
14349
14350 Default: No, let me think about it
14351
14352 Values:
14353
14354 -  Disable
14355
14356 -  Enable
14357
14358 -  No, let me think about it
14359
14360 Description:
14361
14362 -  This preference reflects the choice made in the :ref:`Mana KB configuration <share-with-mana-kb-label>` in the administration module.
14363
14364 .. _mana-token-label:
14365
14366 ManaToken
14367 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14368
14369 Asks: Security token used to authenticate on Mana KB: \_\_\_
14370
14371 Default: empty
14372
14373 Description:
14374
14375 -  This preference will be automatically populated with your unique Mana Token when
14376    you register for one on the :ref:`Mana KB configuration <share-with-mana-kb-label>`
14377    in the administration module.
14378
14379 -  The Mana Token is unique and associated with your Koha installation. It is used
14380    by Koha to log onto the Mana KB server and prevents intrusions on said server.
14381
14382 .. _oai-pmh-system-preferences-label:
14383
14384 OAI-PMH
14385 ~~~~~~~~~~~~~~~~~~~~~~~
14386
14387 .. _oai-pmh-pref-label:
14388
14389 OAI-PMH
14390 ^^^^^^^^^^^^^^^^^^^^^^
14391
14392 Default: Disable
14393
14394 Asks: \_\_\_ Koha's OAI-PMH server.
14395
14396 Values:
14397
14398 -  Disable
14399
14400 -  Enable
14401
14402 Description:
14403
14404 -  Once enabled you can visit http://YOURKOHACATALOG/cgi-bin/koha/oai.pl
14405    to see your file. For the Open Archives Initiative-Protocol for
14406    Metadata Harvesting (OAI-PMH) there are two groups of 'participants':
14407    Data Providers and Service Providers. Data Providers (open archives,
14408    repositories) provide free access to metadata, and may, but do not
14409    necessarily, offer free access to full texts or other resources.
14410    OAI-PMH provides an easy to implement, low barrier solution for Data
14411    Providers. Service Providers use the OAI interfaces of the Data
14412    Providers to harvest and store metadata. Note that this means that
14413    there are no live search requests to the Data Providers; rather,
14414    services are based on the harvested data via OAI-PMH. Koha at present
14415    can only act as a Data Provider. It can not harvest from other
14416    repositories. The biggest stumbling block to having Koha harvest from
14417    other repositories is that MARC is the only metadata format that Koha
14418    indexes natively. Visit
14419    http://www.oaforum.org/tutorial/english/page3.htm for diagrams of how
14420    OAI-PMH works.
14421
14422 Learn more about OAI-PMH at: http://www.openarchives.org/pmh/
14423
14424 .. _oai-pmh-archiveid-label:
14425
14426 OAI-PMH:archiveID
14427 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14428
14429 Default: KOHA-OAI-TEST
14430
14431 Asks: Identify records at this site with the prefix \_\_\_ :
14432
14433 .. _oai-pmh-autoupdatesets-label:
14434
14435 OAI-PMH:AutoUpdateSets
14436 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14437
14438 Default: Disable
14439
14440 Asks: \_\_\_ automatic update of OAI-PMH sets when a bibliographic
14441 record is created or updated.
14442
14443 Values:
14444
14445 -  Disable
14446
14447 -  Enable
14448
14449 .. _oai-pmh-conffile-label:
14450
14451 OAI-PMH:ConfFile
14452 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14453
14454 If this preference is left empty, Koha's OAI Server operates in normal
14455 mode, otherwise it operates in extended mode. In extended mode, it's
14456 possible to parameter other formats than marcxml or Dublin Core.
14457 OAI-PMH:ConfFile specify a YAML configuration file which list available
14458 metadata formats and XSL file used to create them from marcxml records.
14459
14460 For more information, see the :ref:`sample conf file <sample-oai-conf-file-label>`
14461 section.
14462
14463 .. _oai-pmh-deletedrecord-label:
14464
14465 OAI-PMH:DeletedRecord
14466 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14467
14468 Default: will never be emptied or truncated (persistent)
14469
14470 Asks: Koha's deletedbiblio table \_\_\_
14471
14472 Values:
14473
14474 -  will never have any data in it (no)
14475
14476 -  will never be emptied or truncated (persistent)
14477
14478 -  might be emptied or truncated at some point (transient)
14479
14480 .. _oai-pmh-maxcount-label:
14481
14482 OAI-PMH:MaxCount
14483 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14484
14485 Default: 50
14486
14487 Asks: Only return \_\_\_ records at a time in response to a ListRecords
14488 or ListIdentifiers query.
14489
14490 Description:
14491
14492 -  This is the maximum number of records that would be returned based on
14493    ListRecord or ListIdentifier queries from harvesters. ListRecords
14494    harvest the entire records while the ListIdentifier is an abbreviated
14495    form of ListRecords, retrieving only headers rather than records.
14496
14497 .. _rest-api-prefs-label:
14498
14499 REST API
14500 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14501
14502 .. _restdefaultpagesize-label:
14503
14504 RESTdefaultPageSize
14505 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14506
14507 Default: 20
14508
14509 Asks: Set the default number of results returned by the REST API endpoints
14510 to \_\_\_ per page.
14511
14512 Description:
14513
14514 -  This preference lets you choose the number of results per page you want
14515
14516 .. _restoauth2clientcredentials-label:
14517
14518 RESTOAuth2ClientCredentials
14519 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14520
14521 Default: Disable
14522
14523 Asks: \_\_\_ the OAuth2 client credentials grant for the REST API.
14524
14525     **Note**
14526
14527     Requires Net::OAuth2::AuthorizationServer installed.
14528
14529     **Important**
14530
14531     This system preference is experimental.
14532
14533 .. _reporting-label:
14534
14535 Reporting
14536 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14537
14538 .. _svcmaxreportrows-label:
14539
14540 SvcMaxReportRows
14541 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14542
14543 Default: 10
14544
14545 Asks: Only return \_\_\_ rows of a report requested via the reports web
14546 service.
14547
14548 Description:
14549
14550 -  This value will be used to limit the number of results returned by
14551    `public reports <#publicreport>`__.