Merge branch 'newfeatures' into 'master'
[kohadocs.git] / source / systempreferences.rst
1 .. include:: images.rst
2
3 Global system preferences
4 =========================
5
6 .. _global-system-preferences-label:
7
8 Global system preferences control the way your Koha system works in
9 general. Set these preferences before anything else in Koha.
10
11 -  *Get there:* More > Administration > Global System Preferences
12
13 |image0|
14
15 System preferences can be searched (using any part of the preference
16 name or description) using the search box on the 'Administration' page
17 or the search box at the top of each system preferences page.
18
19 |image1|
20
21 When editing preferences a ^(modified)^ tag will appear next to items
22 you change until you click the 'Save All' button:
23
24 |image2|
25
26 After saving your preferences you'll get a confirmation message telling
27 you what preferences were saved:
28
29 |image3|
30
31 Each section of preferences can be sorted alphabetically by clicking the
32 small down arrow to the right of the word 'Preference' in the header
33 column
34
35 |image4|
36
37 If the preference refers to monetary values (like
38 :ref:`maxoutstanding`) the currency displayed will be the
39 default you set in your :ref:`Currencies and Exchange Rates`
40 administration area. In the examples to
41 follow they will all read USD for U.S. Dollars.
42
43     **Important**
44
45     For libraries systems with unique URLs for each site the system
46     preference can be overridden by editing your koha-http.conf file
47     this has to be done by a system administrator or someone with access
48     to your system files. For example if all libraries but one want to
49     have search terms highlighted in results you set the
50     OpacHighlightedWords preference to 'Highlight' then edit the
51     koha-http.conf for the library that wants this turned off by adding
52     'SetEnv OVERRIDE\_SYSPREF\_OpacHighlightedWords "0"^. After
53     restarting the web server that one library will no longer see
54     highlighted terms. Consult with your system administrator for more
55     information.
56
57 .. _acquisitions-label:
58
59 Acquisitions
60 ----------------------------
61
62 *Get there:* More > Administration > Global System Preferences >
63 Acquisitions
64
65 .. _acquisitions-policy-label:
66
67 Policy
68 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69
70 .. _acqcreateitem-label:
71
72 AcqCreateItem
73 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
74
75 Default: placing an order
76
77 Asks: Create an item when \_\_\_.
78
79 Values:
80
81 -  cataloging a record
82
83 -  placing an order
84
85 -  receiving an order
86
87 Description:
88
89 -  This preference lets you decide when you'd like to create an item
90    record in Koha. If you choose to add an item record when 'placing an
91    order' then you will enter item information in as you place records
92    in your basket. If you choose to add the item when 'receiving an
93    order' you will be asked for item record information when you're
94    receiving orders in acquisitions. If you choose to add the item when
95    'cataloging a record' then item records will not be created in
96    acquisitions at all, you will need to go to the cataloging module to
97    add the items.
98
99 .. _acqenablefiles-label:
100
101 AcqEnableFiles
102 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
103
104 Default: Don't
105
106 Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
107 invoices.
108
109 Values:
110
111 -  Do
112
113 -  Don't
114
115 Description:
116
117 -  This preference controls whether or not you allow the uploading of
118    invoice files via the acquisitions module.
119
120 .. _acqitemsetsubfieldswhenreceiptiscancelled-label:
121
122 AcqItemSetSubfieldsWhenReceiptIsCancelled
123 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
124
125 Asks: Upon cancelling a receipt, update the item's subfields if they
126 were created when placing an order (e.g. o=5\|a="bar foo""). \_\_\_
127
128 Description:
129
130 -  This preference is used in conjunction with the
131    :ref:`AcqItemSetSubfieldsWhenReceived`
132    preference. If you have the system set to enter default values when
133    you receive you will want to have those values revert back if reeipt
134    is cancelled. This preference allows you to do that.
135
136 `AcqItemSetSubfieldsWhenReceived`
137 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
138
139 Asks: Upon receiving items, update their subfields if they were created
140 when placing an order (e.g. o=5\|a="foo bar"). \_\_\_
141
142 Description:
143
144 -  This preference allows you to set default values for items that you
145    receive via acquisitions. Enter the data as subfield=value and split
146    your values with a bar ( \| ). For example you can remove the Ordered
147    status on the item automatically when you receive it just by entering
148    7=0 in this preference. That will set the Not for Loan status
149    (subfield 7) to 0 which is available.
150
151 .. _acqviewbaskets-label:
152
153 AcqViewBaskets
154 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
155
156 Default: created by staff member
157
158 Asks: Show baskets \_\_\_
159
160 Values:
161
162 -  created by staff member
163
164 -  from staff member's branch
165
166 -  in system, regardless of owner
167
168 Description:
169
170 -  When in acquisitions this preference allows you to control whose
171    baskets you can see when looking at a vendor. The default value of
172    'created by staff member' makes it so that you only see the baskets
173    you created. Choosing to see baskets 'from staff member's branch'
174    will show you the baskets created by anyone at the branch you're
175    logged in at. Finally, you can choose to set this preference to show
176    you all baskets regardless of who created it ('in system, regardless
177    of owner). Regardless of which value you choose for this preference,
178    superlibrarians can see all baskets created in the system.
179
180 .. _acqwarnonduplicateinvoice-label:
181
182 AcqWarnOnDuplicateInvoice
183 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
184
185 Default: Do not warn
186
187 Asks: \_\_\_ when the librarian tries to create an invoice with a
188 duplicate number.
189
190 Values:
191
192 -  Do not warn
193
194 -  Warn
195
196 .. _basketconfirmations-label:
197
198 BasketConfirmations
199 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
200
201 Default: always ask for confirmation
202
203 Asks: When closing or reopening a basket, \_\_\_.
204
205 Values:
206
207 -  always ask for confirmation
208
209 -  do not ask for confirmation
210
211 Descriptions:
212
213 -  This preference adds the option to skip confirmations on closing and
214    reopening a basket. If you skip the confirmation, you do not create a
215    new basket group.
216
217 .. _claimsbcccopy-label:
218
219 ClaimsBccCopy
220 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
221
222 Default: Don't send
223
224 Asks: \_\_\_ blind copy (BCC) to logged in user when sending serial or
225 acquisitions claims notices.
226
227 Values:
228
229 -  Don't send
230
231 -  Send
232
233 Description:
234
235 -  When filing a claim in the :ref:`Claim Late Serials` or
236    Acquisitions module this preference will allow for
237    the sending of a copy of the email to the librarian.
238
239 .. _currencyformat-label:
240
241 CurrencyFormat
242 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
243
244 Default: 360,000.00 (US)
245
246 Asks: Display currencies using the following format \_\_\_
247
248 Values:
249
250 -  360,000.00 (US)
251
252 -  360 000,00 (FR)
253
254 .. _gist-label:
255
256 gist
257 ^^^^^^^^^^^^^^^^
258
259 Default: 0
260
261 Asks: The default tax rate is \_\_\_
262
263 Description:
264
265 -  This preference will allow the library to define a default Goods and
266    Services Tax rate. The default of value of 0 will disable this
267    preference.
268
269     **Note**
270
271     Enter this value as a number (.06) versus a percent (6%).
272
273 .. _marcfieldstoorder-label:
274
275 MarcFieldsToOrder
276 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
277
278 Asks: Set the mapping values for a new order line created from a MARC
279 record in a staged file.
280
281 Description:
282
283 -  This preference includes MARC fields to check for order information
284    to use when you are trying to :ref:`Order from a staged file` in
285    acquisitions. You can use the following fields: price, quantity,
286    budget\_code, discount, sort1, sort2.
287
288    For example:
289
290    ::
291
292        price: 947$a|947$c
293        quantity: 969$h
294        budget_code: 922$a
295
296 .. _marcitemfieldstoorder-label:
297
298 MarcItemFieldsToOrder
299 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
300
301 Asks: Set the mapping values for new item records created from a MARC record
302 in a staged file.
303
304 Description:
305
306 -  This preference automatically generates items in Koha with populated
307    information based on a 9XX field and subfield. You can use the following
308    fields: homebranch, holdingbranch, itype, nonpublic_note, public_note, loc,
309    ccode, notforloan, uri, copyno, price, replacementprice and itemcallnumber.
310    Special fields: quantity and budget_code
311
312 For example:
313
314 ::
315
316        homebranch: 975$a
317        holdingbranch: 975$b
318        public_note: 975$z
319        loc: 975$c
320
321 .. _uniqueitemfields-label:
322
323 UniqueItemFields
324 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
325
326 Default: barcode
327
328 Asks:\_\_\_ (space-separated list of fields that should be unique for
329 items, must be valid SQL fields of
330 `items <http://schema.koha-community.org/tables/items.html>`__ table)
331
332 Description:
333
334 -  If this preference is left blank when adding items in acquisitions
335    there will be no check for uniqueness. This means that a duplicate
336    barcode can be created in acquisitions which will cause errors later
337    when checking items in and out.
338
339 .. _printing-label:
340
341 Printing
342 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
343
344 .. _orderpdfformat-label:
345
346 OrderPdfFormat
347 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
348
349 Default: pdfformat::layout2pages
350
351 Asks: Use \_\_\_ when printing basket groups.
352
353 .. _administration-label:
354
355 Administration
356 --------------------------------
357
358 These preferences are general settings for your system.
359
360 *Get there:* More > Administration > Global System Preferences >
361 Administration
362
363 .. _cas-authentication-label:
364
365 CAS Authentication
366 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
367
368 The Central Authentication Service (CAS) is a single sign-on protocol
369 for the web. If you don't know what this is, leave these preferences set
370 to their defaults.
371
372 .. _casauthentication-label:
373
374 casAuthentication
375 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
376
377 Default: Don't use
378
379 Asks: \_\_\_ CAS for login authentication.
380
381 .. _caslogout-label:
382
383 casLogout
384 ^^^^^^^^^^^^^^^^^^^^^^^^^^
385
386 Default: Don't logout
387
388 Asks: \_\_\_ of CAS when logging out of Koha.
389
390 .. _casserverurl-label:
391
392 casServerUrl
393 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
394
395 Asks: The CAS Authentication Server can be found at \_\_\_
396
397 .. _google-openid-connect-label:
398
399 Google OpenID Connect
400 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
401
402 Visit the `Google Developers
403 Console <https://console.developers.google.com/>`__ to obtain OAuth 2.0
404 credentials such as a client ID and client secret that are known to both
405 Google and your application.
406
407    |image1179|
408
409 -  Create a project, and give it some details to help you identify it
410    later
411
412    |image5|
413
414 -  Next search for the Google Identity and Access Management API
415
416    |image6|
417
418 -  Enable the Google Identity and Access Management API
419
420    |image7|
421
422 -  Go to 'Credentials' and set the OAuth cosent screen values
423
424    |image8|
425
426 -  Next choose to 'Create credentials' from the 'Credentials' page
427
428    |image9|
429
430 -  Choose 'Web application' from the 'Application type' menu and fill in
431    the form presented
432
433    |image10|
434
435    -  Set 'Authorized JavaScript origins' to your OPACBaseURL
436
437    -  Change the 'Authorized Redirect URIs' to
438       http://YOUROPAC/cgi-bin/koha/svc/auth/googleopenidconnect
439
440 -  You will be presented with your values for your client ID and your
441    client secret after saving
442
443    |image11|
444
445 .. _googleoauth2clientid-label:
446
447 GoogleOAuth2ClientID
448 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
449
450 Asks: Google OAuth2 Client ID \_\_\_
451
452 .. _googleoauth2clientsecret-label:
453
454 GoogleOAuth2ClientSecret
455 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
456
457 Asks: Google OAuth2 Client Secret \_\_\_
458
459 .. _googleopenidconnect-label:
460
461 GoogleOpenIDConnect
462 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
463
464 Default: No
465
466 Asks: Use Google OpenID Connect login: \_\_\_
467
468     **Important**
469
470     You will need to select OAuth2 when creating an app in the google
471     cloud console, and set the web origin to your\_opac\_url and the
472     redirect url to
473     your\_opac\_url/cgi-bin/koha/svc/auth/googleopenidconnect .
474
475     |image12|
476
477 Values:
478
479 -  No
480
481 -  Yes
482
483 .. _googleopenidconnectautoregister-label:
484
485 GoogleOpenIDConnectAutoRegister
486 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
487
488 Default: Don't Allow
489
490 Asks: \_\_\_ users logging in with Google Open ID to automatically register.
491
492 Values:
493
494 -  Don't Allow
495
496 -  Allow
497
498 .. _googleopenidconnectdefaultbranch-label:
499
500 GoogleOpenIDConnectDefaultBranch
501 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
502
503
504 Asks: \_\_\_ Use this branchcode when automatically registering a Google
505 Open ID patron.
506
507 .. _googleopenidconnectdefaultcategory-label:
508
509 GoogleOpenIDConnectDefaultCategory
510 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
511
512 Asks: \_\_\_ Use this category when automatically registering a Google
513 Open ID patron.
514
515 .. _googleopenidconnectdomain-label:
516
517 GoogleOpenIDConnectDomain
518 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
519
520 Asks: Google OpenID Connect Restrict to domain (or subdomain of this
521 domain) \_\_\_.
522
523     **Note**
524
525     Leave blank for all google domains
526
527 .. _interface-options-label:
528
529 Interface options
530 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
531
532 These preference are related to your Koha interface
533
534 .. _debuglevel-label:
535
536 DebugLevel
537 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
538
539 Default: lots of
540
541 Asks: Show \_\_\_ debugging information in the browser when an internal
542 error occurs.
543
544 Values:
545
546 -  lots of - will show as much information as possible
547
548 -  no - will only show basic error messages
549
550 -  some - will show only some of the information available
551
552 Description:
553
554 -  This preference determines how much information will be sent to the
555    user's screen when the system encounters an error. The most detail
556    will be sent when the value level is set at 2, some detail will be
557    sent when the value is set at 1, and only a basic error message will
558    display when the value is set at 0. This setting is especially
559    important when a system is new and the administration is interested
560    in working out the bugs (errors or problems) quickly. Having detailed
561    error messages makes quick fixes more likely in problem areas.
562
563 .. _defaulttologgedinlibrarycircrules-label:
564
565 DefaultToLoggedInLibraryCircRules
566 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
567
568 Default: all libraries
569
570 Asks: When editing circulation rules show \_\_\_ the rules by default.
571
572 Values:
573
574 -  all libraries
575
576 -  logged in library's
577
578 Description:
579
580 -  This preference controls the default value in the branch pull down
581    found at the top of the :ref:`Circulation and Fine
582    Rules`.
583
584 .. _defaulttologgedinlibrarynoticesslips-label:
585
586 DefaultToLoggedInLibraryNoticesSlips
587 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
588
589 Default: all libraries
590
591 Asks: When editing notices and slips show the \_\_\_ notices and slips
592 by default.
593
594 Values:
595
596 -  all libraries
597
598 -  logged in library's
599
600 Description:
601
602 -  This preference controls the default value in the branch pull down
603    found at the top of the :ref:`Notices & Slips` tool.
604
605 .. _defaulttologgedinlibraryoverduetriggers-label:
606
607 DefaultToLoggedInLibraryOverdueTriggers
608 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
609
610 Default: all libraries
611
612 Asks: When editing overdue notice/status triggers show the \_\_\_ rules
613 by default.
614
615 Values:
616
617 -  all libraries
618
619 -  logged in library's
620
621 Description:
622
623 -  This preference controls the default value in the branch pull down
624    found at the top of the :ref:`Overdue Notice/Status Triggers`.
625
626 .. _delimiter-label:
627
628 delimiter
629 ^^^^^^^^^^^^^^^^^^^^^^^^^^
630
631 Default: semicolons
632
633 Asks: Separate columns in an exported report file with \_\_\_ by
634 default.
635
636 Values:
637
638 -  #'s
639
640 -  backslashes
641
642 -  commas
643
644 -  semicolons
645
646 -  slashes
647
648 -  tabs
649
650 Description:
651
652 -  This preference determines how reports exported from Koha will
653    separate data. In many cases you will be able to change this option
654    when exporting if you'd like.
655
656 .. _kohaadminemailaddress-label:
657
658 KohaAdminEmailAddress
659 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
660
661 This is the default 'From' address for emails unless there is one for
662 the particular branch, and is referred to when an internal error occurs.
663
664 Asks: Use \_\_\_ as the email address for the administrator of Koha.
665
666 Description:
667
668 -  This preference allows one email address to be used in warning
669    messages set to the OPAC. If no email address is set for the branch
670    this address will receive messages from patrons regarding
671    modification requests, purchase suggestions, and questions or
672    information regarding overdue notices. It is recommended that a email
673    address that can be accessed by multiple staff members be used for
674    this purpose so that if one librarian is out the others can address
675    these requests. This email address can be changed when needed.
676
677 .. _noitemtypeimages-label:
678
679 noItemTypeImages
680 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
681
682 Default: Show
683
684 Asks: \_\_\_ itemtype icons in the catalog.
685
686 Values:
687
688 -  Shows
689
690 -  Don't show
691
692 Description:
693
694 -  This preference allows the system administrator to determine if users
695    will be able to set and see an item type icon
696    the catalog on both the OPAC and the Staff Client. The images will
697    display in both the OPAC and the Staff Client/Intranet. If images of
698    item types are disabled, text labels for item types will still appear
699    in the OPAC and Staff Client.
700
701 .. _replytodefault-label:
702
703 ReplytoDefault
704 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
705
706 Asks: Use \_\_\_ as the email address that will be set as the replyto in
707 emails
708
709 Description:
710
711 -  By default replies to notice emails will go to the `library email
712    address <#libraries-groups>`__, if you would like to specify a default
713    email address for all replies to notices you can do that here.
714
715 .. _returnpathdefault-label:
716
717 ReturnpathDefault
718 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
719
720 Asks: Use \_\_\_ as the email address set as the return path, if you
721 leave this empty the KohaAdminEmailAddress will be used.
722
723 Description:
724
725 -  The return path is the email address that bounces will be delivered
726    to. By default bounced notices will go to the `library email
727    address <#libraries-groups>`__, if you would like to specify a default
728    email address for bounces to go to then fill in this preference.
729
730 .. _virtualshelves-label:
731
732 virtualshelves
733 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
734
735 Default: Allow
736
737 Asks: \_\_\_ staff and patrons to create and view saved lists of books.
738
739 Values:
740
741 -  Allow
742
743 -  Don't Allow
744
745 Description:
746
747 -  This preference controls whether the lists functionality will be
748    available in the staff client and OPAC. If this is set to "Don't
749    allow" then no one will be able to save items to public or private
750    lists.
751
752 .. _login-options-label:
753
754 Login options
755 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
756
757 These preferences are related to logging into your Koha system
758
759 .. _autolocation-label:
760
761 AutoLocation
762 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
763
764 Default: Don't require
765
766 Asks: \_\_\_ staff to log in from a computer in the IP address range
767 specified by their library (if any).
768
769 -  Set IP address range in the library administration area
770
771    -  *Get there:* More > Administration > Basic Parameters > :ref:`Libraries & Groups`
772
773 Values:
774
775 -  Don't require
776
777 -  Require
778
779 Description:
780
781 -  This preference protects the system by blocking unauthorized users
782    from accessing the staff client program and settings. Authorized and
783    unauthorized users are determined by their computer's IP addresses.
784    When the preference is set to 'Require', IP authorization is in
785    effect and unauthorized IP addresses will be blocked. This means that
786    staff cannot work from home unless their IP address has been
787    authorized. When set to 'Don't require', anyone with a staff client
788    login will have access no matter which IP address they are using.
789
790 .. _independentbranches-label:
791
792 IndependentBranches
793 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
794
795 Default: Don't prevent
796
797 Asks: \_\_\_ staff (but not superlibrarians) from modifying objects
798 (holds, items, patrons, etc.) belonging to other libraries.
799
800 Values:
801
802 -  Don't prevent
803
804 -  Prevent
805
806 Description:
807
808 -  This preference should only be used by library systems which are
809    sharing a single Koha installation among multiple branches but are
810    considered independent organizations, meaning they do not share
811    material or patrons with other branches and do not plan to change
812    that in the future. If set to 'Prevent' it increases the security
813    between library branches by: prohibiting staff users from logging
814    into another branch from within the staff client, filtering out
815    patrons from patron searches who are not a part of the login branch
816    conducting the search, limiting the location choices to the login
817    branch when adding or modifying an item record, preventing users from
818    other branch locations from placing holds or checking out materials
819    from library branches other than their own, and preventing staff from
820    editing item records which belong to other library branches. All of
821    these security safeguards can be overridden only by the
822    superlibrarian, the highest level of privileges.
823
824     **Important**
825
826     It is important that this value be set before going live and that it
827     NOT be changed
828
829 .. _independentbranchespatronmodifications-label:
830
831 IndependentBranchesPatronModifications
832 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
833
834 Default: No
835
836 Asks: Prevent staff (but not superlibrarians) from viewing and
837 approving/denying patron modification requests for patrons
838 belonging to other libraries. \_\_\_
839
840 Values:
841
842 -  No
843
844 -  Yes
845
846 .. _sessionrestrictionbyip-label:
847
848 SessionRestrictionByIP
849 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
850
851 Default: Enable
852
853 Asks: \_\_\_ check for change in remote IP address for session security.
854 Disable only when remote IP address changes frequently.
855
856 Values:
857
858 -  Disable
859
860 -  Enable
861
862 Description:
863
864 -  When this preference is set to 'Enable' Koha will log you out of the
865    staff client if your IP address changes as a security measure. For
866    some systems the IP address changes frequently so you'll want to set
867    this preference to 'Disable' to prevent Koha from logging you out of
868    the staff client every time that happens.
869
870     **Important**
871
872     This is meant to help those whose IP address changes several times
873     during the day, setting this preference to 'Disable' is not
874     recommended otherwise because it is removing important security
875     features from your staff client.
876
877 .. _sessionstorage-label:
878
879 SessionStorage
880 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
881
882 Default: in the MySQL database
883
884 Asks: Store login session information \_\_\_
885
886 Values:
887
888 -  as temporary files
889
890 -  in the MySQL database
891
892 -  in the PostgreSQL database
893
894    -  **Important**
895
896           PostgreSQL is not yet supported
897
898 Description:
899
900 -  This preference allows administrators to choose what format session
901    data is stored in during web sessions.
902
903 .. _timeout-label:
904
905 timeout
906 ^^^^^^^^^^^^^^^^^^^^^^
907
908 Default: 12000000
909
910 Asks: Automatically log out users after \_\_\_ seconds of inactivity.
911
912 Description:
913
914 -  This preference sets the length of time the Staff Client or OPAC
915    accounts can be left inactive before re-logging in is necessary. The
916    value of this preference is in seconds. At this time, the amount of
917    time before a session times out must be the same for both the Staff
918    Client and the OPAC.
919
920 .. _ssl-client-certificate-authentication-label:
921
922 SSL client certificate authentication
923 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
924
925 .. _allowpkiauth-label:
926
927 AllowPKIAuth
928 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
929
930 Default: no
931
932 Asks: Use \_\_\_ field for SSL client certificate authentication
933
934 Values:
935
936 -  no
937
938 -  the common name
939
940 -  the email address
941
942 .. _search-engine-label:
943
944 Search Engine
945 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
946
947 .. _searchengine-label:
948
949 SearchEngine
950 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
951
952 Default: Zebra
953
954 Asks: Use following search engine: \_\_\_
955
956 Values:
957
958 -  Elasticsearch
959
960 -  Zebra
961
962 .. _share-anonymous-usage-statistics-label:
963
964 Share anonymous usage statistics
965 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
966
967 As an open source project Koha is used all over the world. These
968 preference will help us keep more accurate statistics on where Koha is
969 being used. If you choose to share your information, it will be
970 published on the `Hea Koha community
971 website <http://hea.koha-community.org>`__. You will need to enable the
972 :ref:`Share Usage Stats` cronjob to send this information at regular
973 intervals to the community.
974
975 .. _usagestats-label:
976
977 UsageStats
978 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
979
980 Default: Don't share
981
982 Asks: \_\_\_ anonymous Koha usage data with the Koha community.
983
984 Values:
985
986 -  Don't share
987
988 -  Share
989
990 Description:
991
992 -  This data is stored to help track usage of Koha around the world. If
993    you choose to share your information, it will be published on the
994    `Hea Koha community website <http://hea.koha-community.org>`__. This
995    information is sent using the :ref:`Share Usage Stats` cronjob.
996
997 .. _usagestatscountry-label:
998
999 UsageStatsCountry
1000 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1001
1002 Asks: The country where your library is located: \_\_\_
1003
1004 Description:
1005
1006 -  This data is stored to help track usage of Koha around the world. If
1007    you choose to share your information, it will be published on the
1008    `Hea Koha community website <http://hea.koha-community.org>`__. This
1009    information is sent using the :ref:`Share Usage Stats` cronjob.
1010
1011     **Important**
1012
1013     This preference depends on the `UsageStats <#usagestats>`__
1014     preference. Set that to 'Share' to share your information.
1015
1016 .. _usagestatsgeolocation-label:
1017
1018 UsageStatsGeolocation
1019 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1020
1021 Default: blank
1022
1023 Asks: Geolocation of the main library: \_\_\_ Note that this value has no effect
1024 if the :ref:`UsageStats` systemp preference is set to "Don't share"
1025
1026 .. _usagestatslibrariesinfo-label:
1027
1028 UsageStatsLibrariesInfo
1029 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1030
1031 Default: Do not Share
1032
1033 Asks: \_\_\_ libraries information (name, url, country) Note that this value
1034 has no effect if the :ref:`UsageStats` system preference is set to
1035 "Don't share"
1036
1037 Values:
1038
1039 -  Do not Share
1040
1041 -  Share
1042
1043 .. _usagestatslibraryname-label:
1044
1045 UsageStatsLibraryName
1046 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1047
1048 Asks: The library name \_\_\_ will be shown on the `Hea Koha community
1049 website <http://hea.koha-community.org>`__.
1050
1051 Description:
1052
1053 -  This data is stored to help track usage of Koha around the world. If
1054    you choose to share your information, it will be published on the
1055    `Hea Koha community website <http://hea.koha-community.org>`__. This
1056    information is sent using the :ref:`Share Usage Stats` cron job.
1057
1058     **Important**
1059
1060     This preference depends on the `UsageStats <#usagestats>`__
1061     preference. Set that to 'Share' to share your information. If this
1062     field is empty data will be sent anonymously if you choose 'Share'
1063     for the `UsageStats <#usagestats>`__ preference.
1064
1065 .. _usagestatslibrarytype-label:
1066
1067 UsageStatsLibraryType
1068 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1069
1070 Default: public
1071
1072 Asks: The library type \_\_\_ will be shown on the `Hea Koha community
1073 website <http://hea.koha-community.org>`__.
1074
1075 Values:
1076
1077 -  academic
1078
1079 -  corporate
1080
1081 -  government
1082
1083 -  private
1084
1085 -  public
1086
1087 -  religious organization
1088
1089 -  research
1090
1091 -  school
1092
1093 -  society or association
1094
1095 -  subscription
1096
1097 Description:
1098
1099 -  This data is stored to help track usage of Koha around the world. If
1100    you choose to share your information, it will be published on the
1101    `Hea Koha community website <http://hea.koha-community.org>`__. This
1102    information is sent using the :ref:`Share Usage Stats` cronjob.
1103
1104     **Important**
1105
1106     This preference depends on the `UsageStats <#usagestats>`__
1107     preference. Set that to 'Share' to share your information.
1108
1109 .. _usagestatslibraryurl-label:
1110
1111 UsageStatsLibraryUrl
1112 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1113
1114 Asks: The library URL \_\_\_ will be shown on the `Hea Koha community
1115 website <http://hea.koha-community.org>`__.
1116
1117 Description:
1118
1119 -  This data is stored to help track usage of Koha around the world. If
1120    you choose to share your information, it will be published on the
1121    `Hea Koha community website <http://hea.koha-community.org>`__. This
1122    information is sent using the :ref:`Share Usage Stats` cronjob.
1123
1124     **Important**
1125
1126     This preference depends on the `UsageStats <#usagestats>`__
1127     preference. Set that to 'Share' to share your information.
1128
1129 .. _authorities-label:
1130
1131 Authorities
1132 ----------------------------
1133
1134 *Get there:* More > Administration > Global System Preferences >
1135 Authorities
1136
1137 .. _general-label:
1138
1139 General
1140 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1141
1142 .. _authdisplayhierarchy-label:
1143
1144 AuthDisplayHierarchy
1145 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1146
1147 Default: Don't display
1148
1149 Asks: \_\_\_ broader term/narrower term hierarchies when viewing
1150 authorities.
1151
1152 Values:
1153
1154 -  Display
1155
1156    |image14|
1157
1158 -  Don't display
1159
1160 Description:
1161
1162 -  If your authority records includes 5xx fields with linked references
1163    to broader and/or narrower see also references this preference will
1164    turn on a display of those authorities at the top of the record.
1165
1166 .. _authoritycontrolledindicators-label:
1167
1168 AuthorityControlledIndicators
1169 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1170
1171 Asks: Use the following text to edit how authority records control indicators
1172 of attached biblio fields (and possibly subfield $2). Lines starting with a
1173 comment symbol (#) are skipped. Each line should be of the form: (marc21|unimarc),
1174 tag, ind1:(auth1|auth2|some_value), ind2:(auth1|auth2|thesaurus|some_value).
1175 Here auth1 and auth2 refer to the indicators of the authority record, tag is a
1176 biblio field number or an asterisk (*), and some_value is a fixed value
1177 (one character). The MARC21 option thesaurus refers to indicators controlled by
1178 authority field 008/11 and 040$f.
1179
1180 Description:
1181
1182 -  Used when merging authorities.
1183
1184 -  Controls how the indicators of linked authority records affect the
1185    corresponding biblio indicators. Currently, the default valueis fine-tuned
1186    for MARC21 and copies the authority indicators for UNIMARC.
1187
1188 -  For example,a MARC21 field 100 in a biblio record should pick its first
1189    indicator from the linked authority record. The second indicator is not
1190    controlled by the authority. This report supports such MARC conventions.
1191
1192 .. _authoritymergelimit-label:
1193
1194 AuthorityMergeLimit
1195 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1196
1197 Default: 50
1198
1199 Asks: When modifying an authority record, do not update attached biblio
1200 records if the number exceeds \_\_\_ records. (Above this limit, the merge_authority
1201 cron job will merge them.)
1202
1203 .. _authoritymergemode-label:
1204
1205 AuthorityMergeMode
1206 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1207
1208 Default: loose
1209
1210 Asks: When updating biblio records from an attached authority record ("merging"),
1211 handle subfields of relevant biblio record fields in \_\_\_ mode. In strict mode
1212 subfields that are not found in the authority record, are deleted. Loose mode
1213 will keep them. Loose mode is the historical behavior and still the default.
1214
1215 Values:
1216
1217 -  loose
1218
1219 -  strict
1220
1221 .. _autocreateauthorities-label:
1222
1223 AutoCreateAuthorities
1224 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1225
1226 Default: do not generate
1227
1228 Asks: When editing records, \_\_\_ authority records that are missing.
1229
1230 Values:
1231
1232 -  do not generate
1233
1234 -  generate
1235
1236     **Important**
1237
1238     `BiblioAddsAuthorities <#biblioaddsauthorities>`__ must be set to
1239     "allow" for this to have any effect
1240
1241 Description:
1242
1243 -  When this and `BiblioAddsAuthorities <#biblioaddsauthorities>`__ are
1244    both turned on, automatically create authority records for headings
1245    that don't have any authority link when cataloging. When
1246    BiblioAddsAuthorities is on and AutoCreateAuthorities is turned off,
1247    do not automatically generate authority records, but allow the user
1248    to enter headings that don't match an existing authority. When
1249    BiblioAddsAuthorities is off, this has no effect.
1250
1251 .. _biblioaddsauthorities-label:
1252
1253 BiblioAddsAuthorities
1254 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1255
1256 Default: allow
1257
1258 Asks: When editing records, \_\_\_ them to automatically create new
1259 authority records if needed, rather than having to reference existing
1260 authorities.
1261
1262 Values:
1263
1264 -  allow
1265
1266    -  This setting allows you to type values in the fields controlled by
1267       authorities and then adds a new authority if one does not exist
1268
1269 -  don't allow
1270
1271    -  This setting will lock the authority controlled fields, forcing
1272       you to search for an authority versus allowing you to type the
1273       information in yourself.
1274
1275 .. _marcauthoritycontrolfield008-label:
1276
1277 MARCAuthorityControlField008
1278 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1279
1280 Default: \|\| aca\|\|aabn \| a\|a d
1281
1282 Asks: Use the following text for the contents of MARC21 authority
1283 control field 008 position 06-39 (fixed length data elements).
1284
1285     **Important**
1286
1287     Do not include the date (position 00-05) in this preference, Koha
1288     will calculate automatically and put that in before the values in
1289     this preference.
1290
1291 Description:
1292
1293 -  This preference controls the default value in the 008 field on
1294    Authority records. It does not effect bibliographic records.
1295
1296 .. _unimarcauthorityfield100-label:
1297
1298 UNIMARCAuthorityField100
1299 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1300
1301 Default: afrey50 ba0
1302
1303 Asks: Use the following text for the contents of UNIMARC authority field
1304 100 position (fixed length data elements).
1305
1306     **Important**
1307
1308     Do not include the date (position 00-07) in this preference, Koha
1309     will calculate automatically and put that in before the values in
1310     this preference.
1311
1312 Description:
1313
1314 -  This preference controls the default value in the 100 field on
1315    Authority records cataloged in UNIMARC. It does not effect
1316    bibliographic records.
1317
1318 .. _useauthoritiesfortracings-label:
1319
1320 UseAuthoritiesForTracings
1321 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1322
1323 Default: Don't use
1324
1325 Asks: \_\_\_ authority record numbers instead of text strings for
1326 searches from subject tracings.
1327
1328 Values:
1329
1330 -  Don't use
1331
1332    -  Search links look for subject/author keywords (example:
1333       opac-search.pl?q=su:Business%20networks)
1334
1335 -  Use
1336
1337    -  Search links look for an authority record (example:
1338       opac-search.pl?q=an:354)
1339
1340 Description:
1341
1342 -  For libraries that have authority files, they may want to make it so
1343    that when a link to an authorized subject or author is clicked on the
1344    OPAC or staff client it takes the searcher only to a list of results
1345    with that authority record. Most libraries do not have complete
1346    authority files and so setting this preference to 'Don't use' will
1347    allow searchers to click on links to authors and subject headings and
1348    perform a keyword search against those fields, finding all possible
1349    relevant results instead.
1350
1351 .. _linker-label:
1352
1353 Linker
1354 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1355
1356 These preferences will control how Koha links bibliographic records to
1357 authority records. All bibliographic records added to Koha after these
1358 preferences are set will link automatically to authority records, for
1359 records added before these preferences are set there is a script
1360 (misc/link\_bibs\_to\_authorities.pl) that your system administrator can
1361 run to link records together.
1362
1363 .. _catalogmodulerelink-label:
1364
1365 CatalogModuleRelink
1366 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1367
1368 Default: Do not
1369
1370 Asks: \_\_\_ automatically relink headings that have previously been
1371 linked when saving records in the cataloging module.
1372
1373 Values:
1374
1375 -  Do
1376
1377 -  Do not
1378
1379 Description:
1380
1381 -  Longtime users of Koha don't expect the authority and bib records to
1382    link consistently. This preference makes it possible to disable
1383    authority relinking in the cataloging module only (i.e. relinking is
1384    still possible if link\_bibs\_to\_authorities.pl is run). Note that
1385    though the default behavior matches the previous behavior of Koha
1386    (retaining links to outdated authority records), it does not match
1387    the intended behavior (updating biblio/authority link after
1388    bibliographic record is edited). Libraries that want the intended
1389    behavior of authority control rather than the way Koha used to handle
1390    linking should set CatalogModuleRelink to 'Do'. Once setting this to
1391    'Do' the following preferences can also be set.
1392
1393 .. _linkerkeepstale-label:
1394
1395 LinkerKeepStale
1396 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1397
1398 Default: Do not
1399
1400 Asks: \_\_\_ keep existing links to authority records for headings where
1401 the linker is unable to find a match.
1402
1403 Values:
1404
1405 -  Do
1406
1407 -  Do not
1408
1409 Description:
1410
1411 -  When set to 'Do', the linker will never remove a link to an authority
1412    record, though, depending on the value of
1413    :ref:`LinkerRelink`, it may change the link.
1414
1415 .. _linkermodule-label:
1416
1417 LinkerModule
1418 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1419
1420 Default: Default
1421
1422 Asks: Use the \_\_\_ linker module for matching headings to authority
1423 records.
1424
1425 Values:
1426
1427 -  Default
1428
1429    -  Retains Koha's previous behavior of only creating links when there
1430       is an exact match to one and only one authority record; if the
1431       :ref:`LinkerOptions` preference is set to
1432       'broader\_headings', it will try to link headings to authority
1433       records for broader headings by removing subfields from the end of
1434       the heading
1435
1436 -  First match
1437
1438    -  Creates a link to the first authority record that matches a given
1439       heading, even if there is more than one authority record that
1440       matches
1441
1442 -  Last match
1443
1444    -  Creates a link to the last authority record that matches a given
1445       heading, even if there is more than one record that matches
1446
1447 Description:
1448
1449 -  This preference tells Koha which match to use when searching for
1450    authority matches when saving a record.
1451
1452 .. _linkeroptions-label:
1453
1454 LinkerOptions
1455 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1456
1457 Asks: Set the following options for the authority linker \_\_\_
1458
1459     **Important**
1460
1461     This feature is experimental and shouldn't be used in a production
1462     environment until further expanded upon.
1463
1464 Description:
1465
1466 -  This is a pipe separated (\|) list of options. At the moment, the
1467    only option available is "broader\_headings." With this option set to
1468    "broader\_headings", the linker will try to match the following
1469    heading as follows:
1470
1471    ::
1472
1473        =600 10$aCamins-Esakov, Jared$xCoin collections$vCatalogs$vEarly works to 1800.
1474
1475    First: Camins-Esakov, Jared--Coin collections--Catalogs--Early works
1476    to 1800
1477
1478    Next: Camins-Esakov, Jared--Coin collections--Catalogs
1479
1480    Next: Camins-Esakov, Jared--Coin collections
1481
1482    Next: Camins-Esakov, Jared (matches! if a previous attempt had
1483    matched, it would not have tried this)
1484
1485 .. _linkerrelink-label:
1486
1487 LinkerRelink
1488 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1489
1490 Default: Do
1491
1492 Asks: \_\_\_ relink headings that have previously been linked to
1493 authority records.
1494
1495 Values:
1496
1497 -  Do
1498
1499 -  Do not
1500
1501 Description:
1502
1503 -  When set to 'Do', the linker will confirm the links for headings that
1504    have previously been linked to an authority record when it runs,
1505    correcting any incorrect links it may find. When set to 'Do not', any
1506    heading with an existing link will be ignored, even if the existing
1507    link is invalid or incorrect.
1508
1509 .. _cataloging-label:
1510
1511 Cataloging
1512 --------------------------
1513
1514 *Get there:* More > Administration > Global System Preferences >
1515 Cataloging
1516
1517 .. _display-label:
1518
1519 Display
1520 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1521
1522 .. _acquisitiondetails-label:
1523
1524 AcquisitionDetails
1525 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1526
1527 Default: Display
1528
1529 Asks: \_\_\_ acquisition details on the biblio detail page.
1530
1531 Values:
1532
1533 -  Display
1534
1535 -  Don't display
1536
1537 Description:
1538
1539 -  This preference controls whether a tab will show on the detail page
1540    in the staff client that includes detailed acquisitions information
1541    for the title. This tab will include links to order information
1542    stored in the acquisitions module.
1543
1544    |image1180|
1545
1546 .. _authorityseparator-label:
1547
1548 AuthoritySeparator
1549 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1550
1551 Default: --
1552
1553 Asks: Separate multiple displayed authors, series or subjects with
1554 \_\_\_.
1555
1556 .. _hide\_marc-label:
1557
1558 hide\_marc
1559 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1560
1561 Default: Display
1562
1563 Asks: \_\_\_ MARC tag numbers, subfield codes and indicators in MARC
1564 views.
1565
1566 Values:
1567
1568 -  Display -- shows the tag numbers on the cataloging interface
1569
1570    |image15|
1571
1572 -  Don't display -- shows just descriptive text when cataloging
1573
1574    |image16|
1575
1576 .. _intranetbibliodefaultview-label:
1577
1578 IntranetBiblioDefaultView
1579 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1580
1581 Default: ISBD form
1582
1583 Asks: By default, display biblio records in \_\_\_
1584
1585 Values:
1586
1587 -  ISBD form -- displays records in the staff client in the old card
1588    catalog format
1589
1590    -  See :ref:`ISBD` preference for more information
1591
1592 -  Labelled MARC form -- displays records in the staff client in MARC
1593    with text labels to explain the different fields
1594
1595 -  MARC form -- displays records in the staff client in MARC
1596
1597 -  normal form -- visual display in the staff client (for the average
1598    person)
1599
1600 Description:
1601
1602 -  This setting determines the bibliographic record display when
1603    searching the catalog on the staff client. This setting does not
1604    affect the display in the OPAC which is changed using the
1605    :ref:`BiblioDefaultView` preference under the OPAC
1606    preference tab. This setting changes the look of the record when
1607    first displayed. The MARC and ISBD views can still be seen by
1608    clicking in the sidebar.
1609
1610 .. _isbd-label:
1611
1612 ISBD
1613 ^^^^^^^^^^^^^^^^^^^^
1614
1615 Default: See :ref:`ISBD view configuration
1616 <https://wiki.koha-community.org/wiki/ISBD_view_configuration>` on the wiki.
1617
1618 Asks: Use the following as the ISBD template:
1619
1620 Description:
1621
1622 -  This determines how the ISBD information will display in the staff
1623    client. Elements in the list can be reordered to produce a different
1624    ISBD view. ISBD, the International Standard Bibliographic
1625    Description, was first introduced by IFLA (International Federation
1626    of Library Associations) in 1969 in order to provide guidelines for
1627    descriptive cataloging. The purpose of ISBD is to aid the
1628    international exchange of bibliographic records for a variety of
1629    materials.
1630
1631 .. _labelmarcview-label:
1632
1633 LabelMARCView
1634 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1635
1636 Default: Don't
1637
1638 Asks: \_\_\_ collapse repeated tags of the same type into one tag entry.
1639
1640 Values:
1641
1642 -  Do -- will combine all identical tag numbers under one heading in the
1643    MARC view in the OPAC and Staff Client
1644
1645    |image17|
1646
1647 -  Don't -- will list all of the tags individually in the MARC view in
1648    the OPAC and Staff Client
1649
1650    |image18|
1651
1652 .. _marcfielddocurl-label:
1653
1654 MARCFieldDocURL
1655 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1656
1657 Default: blank
1658
1659 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}
1660
1661 Description:
1662
1663 -  This preference lets you choose the source of the MARC documentation available through the "?" next to MARC fields.
1664
1665 .. _mergereportfields-label:
1666
1667 MergeReportFields
1668 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1669
1670 Asks: \_\_\_ fields to display for deleted records after merge
1671
1672 Description:
1673
1674 -  When merging records together you can receive a report of the merge
1675    process once it's done, this preference lets you set the default
1676    values for this report.
1677
1678 Example: '001,245ab,600' displays:
1679
1680 -  value of 001
1681
1682 -  subfields a and b of fields 245
1683
1684 -  all subfields of fields 600
1685
1686 .. _notesblacklist-label:
1687
1688 NotesBlacklist
1689 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1690
1691 Asks: Don't show these \_\_\_ note fields in title notes separator (OPAC
1692 record details) and in the description separator (Staff client record
1693 details).
1694
1695 Description:
1696
1697 -  This preference lets you define which of your note fields are hidden
1698    from the title notes (OPAC) and descriptions (Staff) tabs. Enter the
1699    values as a comma separated list. For example to hide the local note
1700    and the bibliography note in MARC21 enter 504, 590.
1701
1702 .. _opacsuppression,-opacsuppressionbyiprange,-opacsuppressionredirect,-and-opacsuppressionmessage-label:
1703
1704 OpacSuppression, OpacSuppressionByIPRange, OpacSuppressionRedirect, and OpacSuppressionMessage
1705 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1706
1707 OpacSuppression Default: Don't hide
1708
1709 Asks: \_\_\_ items marked as suppressed from OPAC search results.
1710 Restrict the suppression to IP addressesoutside of the IP range \_\_\_
1711 (Leave blank if not used. Define a range like 192.168..) Redirect the opac detail
1712 page for suppressed records to \_\_\_ Display the following message on
1713 the redirect page for suppressed biblios \_\_\_.
1714
1715 OpacSuppression Values:
1716
1717 -  Don't hide
1718
1719    -  Will show records in OPAC search results if they are marked
1720       suppressed
1721
1722 -  Hide
1723
1724    -  Will not show records in OPAC search results if they're marked as
1725       suppressed
1726
1727 OpacSuppressionRedirect Values:
1728
1729 -  an explanatory page ('This record is blocked').
1730
1731 -  the 404 error page ('Not found').
1732
1733 Description:
1734
1735 -  These preferences control hiding of bibliographic records from
1736    display in the OPAC. Each bibliographic record you want to hide from
1737    the OPAC simply needs to have the value "1" in the field mapped with
1738    Suppress index (942$n field in MARC21, no official field in UNIMARC).
1739    The indexer then hides it from display in OPAC but will still display
1740    it in the Staff Client. If you want to further control suppression
1741    you can set an IP address range to still show suppressed items to.
1742    Define a range like 192.168.. If you don't want to limit suppression
1743    in this way, leave the IP field blank. You can also decide what the
1744    patrons will see in the OPAC when a title is suppressed by setting
1745    the OpacSuppressionRedirect and OpacSuppressionMessage preferences.
1746    You can either show the patron a 404 page if they try to see a
1747    suppressed record or you can create a custom page by entering the
1748    HTML in the OpacSuppressionMessage part of this preference.
1749
1750        **Note**
1751
1752        An :ref:`authorized value <authorized-values-label>` for the MARC21 942$n
1753        field (or the equivalent UNIMARC field) should be set to
1754        eliminate errors. One example would be to create an authorized
1755        value titled SUPPRESS with a value of 0 for don't suppress and 1
1756        for suppress.
1757
1758     **Important**
1759
1760     If this preference is set to 'hide' and you have the 942n field set
1761     to 1, it will hide the entire bib record - not just an individual
1762     item.
1763
1764     **Note**
1765
1766     Suppressed records will show a note in the staff client indicating
1767     that they are suppressed from view in the OPAC.
1768
1769     |image1181|
1770
1771     This note can be styled by using the
1772     :ref:`IntranetUserCSS` preference to stand out more
1773     if you'd like.
1774
1775     |image1182|
1776
1777 .. _separateholdings-&-separateholdingsbranch-label:
1778
1779 SeparateHoldings & SeparateHoldingsBranch
1780 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1781
1782 SeparateHoldings default: Don't separate
1783
1784 SeparateHoldingsBranch default: home library
1785
1786 Asks: \_\_\_ items display into two tabs, where the first tab contains
1787 items whose \_\_\_ is the logged in user's library. The second tab will
1788 contain all other items.
1789
1790 SeparateHoldings values:
1791
1792 -  Don't separate
1793
1794 -  Separate
1795
1796 SeparateHoldingsBranch values:
1797
1798 -  holding library
1799
1800 -  home library
1801
1802 Description:
1803
1804 -  This preference lets you decide if you would like to have the holding
1805    information on the bibliographic detail page in the staff client
1806    split in to multiple tabs. The default is to show all holdings on one
1807    tab.
1808
1809    |image19|
1810
1811 .. _urllinktext-label:
1812
1813 URLLinkText
1814 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1815
1816 Default: Online Resource
1817
1818 Asks: Show \_\_\_ as the text of links embedded in MARC records.
1819
1820 Description:
1821
1822 -  If the 856 field does not have a subfield 3 or y defined, the OPAC
1823    will say 'Click here to access online.^ If you would like the field
1824    to say something else enter that in this field.
1825
1826 .. _usecontrolnumber-label:
1827
1828 UseControlNumber
1829 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1830
1831 Default: Don't use
1832
1833 Asks: \_\_\_ record control number ($w subfields) and control number
1834 (001) for linking of bibliographic records.
1835
1836 Values:
1837
1838 -  Don't use
1839
1840    -  When clicking on links to titles that appear next to 'Continues'
1841       and 'Continued by' in the detail display Koha will perform a title
1842       search
1843
1844 -  Use
1845
1846    -  When clicking on links to titles that appear next to 'Continues'
1847       and 'Continued by' in the detail display Koha will perform a
1848       control number (MARC field 001) search
1849
1850     **Important**
1851
1852     Unless you are going in and manually changing 773$w to match your
1853     rigorously-defined bibliographic relationships, you should set this
1854     preference to "Don't use" and instead set
1855     :ref:`EasyAnalyticalRecords` to "Display"
1856
1857 Description:
1858
1859 -  If you have a serial called "Journal of Interesting Things" which has
1860    a separate record from when it was called "Transactions of the
1861    Interesting Stuff Society," you could add linking fields to indicate
1862    the relationship between the two records. UseControlNumber allows you
1863    to use your local accession numbers for those links. In MARC21, the
1864    relevant sections of the two records might look like this:
1865
1866    ::
1867
1868            =001    12345
1869            =110  2_$aInteresting Stuff Society.
1870            =245  10$aTransactions of the Interesting Stuff Society.
1871            =785  00$aInteresting Stuff Society$tJournal of Interesting Things.$w12346
1872
1873            =001    12346
1874            =110  2_$aInteresting Stuff Society.
1875            =245  10$aJournal of Interesting Things.
1876            =780  00$aInteresting Stuff Society$tTransactions of the Interesting Stuff Society.$w12345
1877
1878    With UseControlNumber set to 'Use', the 78x links will use the
1879    Control Numbers is subfield $w, instead of doing a title search on
1880    "Journal of Interesting Things" and "Transactions of the Interesting
1881    Stuff Society" respectively.
1882
1883 .. _exporting-label:
1884
1885 Exporting
1886 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1887
1888 .. _bibtexexportadditionalfields-label:
1889
1890 BibtexExportAdditionalFields
1891 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1892
1893 Asks: Include following fields when exporting BibTeX
1894
1895 Description:
1896
1897 -  Use one line per tag in the format BT\_TAG: TAG$SUBFIELD ( e.g. lccn:
1898    010$a )
1899
1900 -  To specify multiple marc tags/subfields as targets for a repeating
1901    BibTex tag, use the following format: BT\_TAG: [TAG2$SUBFIELD1,
1902    TAG2$SUBFIELD2] ( e.g. notes: [501$a, 505$g] )
1903
1904 -  All values of repeating tags and subfields will be printed with the
1905    given BibTeX tag.
1906
1907 -  Use ^@^ ( with quotes ) as the BT\_TAG to replace the bibtex record
1908    type with a field value of your choosing.
1909
1910 .. _risexportadditionalfields-label:
1911
1912 RisExportAdditionalFields
1913 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1914
1915 Asks: Include following fields when exporting RIS
1916
1917 Description:
1918
1919 -  Use one line per tag in the format RIS\_TAG: TAG$SUBFIELD ( e.g. LC:
1920    010$a )
1921
1922 -  To specificy multiple marc tags/subfields as targets for a repeating
1923    RIS tag, use the following format: RIS\_TAG: [TAG2$SUBFIELD1,
1924    TAG2$SUBFIELD2] ( e.g. NT: [501$a, 505$g] )
1925
1926 -  All values of repeating tags and subfields will be printed with the
1927    given RIS tag.
1928
1929 -  Use of TY ( record type ) as a key will *replace* the default TY with
1930    the field value of your choosing.
1931
1932 .. _importing-label:
1933
1934 Importing
1935 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1936
1937 .. _aggressivematchonisbn-label:
1938
1939 AggressiveMatchOnISBN
1940 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1941
1942 Default: don't
1943
1944 Asks: When matching on ISBN with the record import tool, \_\_\_ attempt
1945 to match aggressively by trying all variations of the ISBNs in the
1946 imported record as a phrase in the ISBN fields of already cataloged
1947 records.
1948
1949 Values:
1950
1951 -  do
1952
1953 -  don't
1954
1955 Description:
1956
1957 -  This preference allows you to choose to alter the ISBN matching rule
1958    used when staging records for import to be more aggressive. This
1959    means that all text will be stripped from the ISBN field so that a
1960    pure number match is possible. If this preference is set to "Don't"
1961    then Koha will find a match only if the ISBN fields are identical.
1962
1963     **Important**
1964
1965     Note that this preference has no effect if
1966     :ref:`UseQueryParser` is on.
1967
1968 .. _aggressivematchonissn-label:
1969
1970 AggressiveMatchOnISSN
1971 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1972
1973 Default: don't
1974
1975 Asks: When matching on ISSN with the record import tool, \_\_\_ attempt
1976 to match aggressively by trying all variations of the ISSNs in the imported
1977 record as a phrase in the ISSN fields of already cataloged records. Note that
1978 this preference has no effect if :ref:`UseQueryParser` is on.
1979
1980 .. _interface-label:
1981
1982 Interface
1983 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1984
1985 .. _advancedmarceditor-label:
1986
1987 advancedMARCeditor
1988 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1989
1990 Default: Don't display
1991
1992 Asks: \_\_\_ descriptions of fields and subfields in the MARC editor.
1993
1994 Description:
1995
1996 -  This preference determines whether or not MARC field names will be
1997    present when editing or creating MARC records.
1998
1999 Values:
2000
2001 -  Display
2002
2003    |image20|
2004
2005 -  Don't display
2006
2007    |image21|
2008
2009 .. _defaultclassificationsource-label:
2010
2011 DefaultClassificationSource
2012 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2013
2014 Default: Dewey Decimal System
2015
2016 Asks: Use \_\_\_ as the default classification source.
2017
2018 Values:
2019
2020 -  ANSCR (Sound Recordings)
2021
2022 -  Dewey Decimal Classification
2023
2024 -  Library of Congress Classification
2025
2026 -  Other/Generic Classification Scheme
2027
2028 -  SuDoc Classification (U.S. GPO)
2029
2030 -  Universal Decimal Classification
2031
2032     **Note**
2033
2034     Adding another classification under Administration > Classification Sources
2035     will make it show up in this list as well.
2036
2037 .. _easyanalyticalrecords-label:
2038
2039 EasyAnalyticalRecords
2040 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2041
2042 Default: Don't Display
2043
2044 Asks: \_\_\_ easy ways to create analytical record relationships
2045
2046 Values:
2047
2048 -  Display
2049
2050 -  Don't Display
2051
2052     **Important**
2053
2054     If you decide to use this feature you'll want to make sure that your
2055     :ref:`UseControlNumber` preference is set to "Don't
2056     use" or else the "Show analytics" links in the staff client and the
2057     OPAC will be broken.
2058
2059 Description:
2060
2061 -  An analytic entry in a catalog is one that describes a part of a
2062    larger work that is also described in the catalog. In bibliographic
2063    cataloging, analytic entries may be made for chapters in books or
2064    special issues of articles in periodicals. In archival cataloging,
2065    analytic entries may be made for series or items within a collection.
2066    This feature in Koha allows for an easy way of linking analytic
2067    entries to the host records, and this system preference adds several
2068    new menu options to the staff cataloging detail pages to allow that
2069    to happen.
2070
2071 .. _record-structure-label:
2072
2073 Record Structure
2074 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2075
2076 .. _alternateholdingsfield-&-alternateholdingsseparator-label:
2077
2078 AlternateHoldingsField & AlternateHoldingsSeparator
2079 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2080
2081 Asks: Display MARC subfield \_\_\_ as holdings information for records
2082 that do not have items, with the subfields separated by \_\_\_.
2083
2084 Description:
2085
2086 -  Sometimes libraries migrate to Koha with their holding info in the
2087    852 field (OCLC holdings information field) and choose not to
2088    transfer that information into the 952 (Koha holdings information
2089    field) because they don't plan on circulating those items. For those
2090    libraries or other libraries that have data in the 852 fields of
2091    their records that they want to display, these preferences let you
2092    choose to display holdings info from a field other than the 952
2093    field. The AlternateHoldingsField preference can contain multiple
2094    subfields to look in; for instance 852abhi would look in 852
2095    subfields a, b, h, and i.
2096
2097 -  With AlternateHoldingsField set to 852abhi and
2098    AlternateHoldingsSeparator set to a space the holdings would look
2099    like the following:
2100
2101    |image22|
2102
2103 .. _autobarcode-label:
2104
2105 autoBarcode
2106 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2107
2108 Default: generated in the form <branchcode>yymm0001
2109
2110 Asks: Barcodes are \_\_\_
2111
2112 Values:
2113
2114 -  generated in the form <branchcode>yymm0001
2115
2116 -  generated in the form <year>-0001, <year>-0002
2117
2118 -  generated in the form 1, 2, 3
2119
2120 -  incremental EAN-13 barcodes
2121
2122 -  not generated automatically
2123
2124 Description:
2125
2126 -  This setting is for libraries wishing to generate barcodes from
2127    within Koha (as opposed to scanning in pre-printed barcodes or
2128    manually assigning them). The default behavior makes it so that when
2129    you click in the barcode field (952$p in MARC21) it will populate
2130    with the automatic barcode you have chosen. If you would rather it
2131    only enter an automatic barcode when you click on the plugin (the ...
2132    to the right of the field) you can change the plugin used for that
2133    field in the framework. Set the plugin for 952$p (if using MARC21 or
2134    equivalent field mapped to items.barcode in your local MARC format)
2135    for your frameworks to barcode\_manual.pl instead of barcode.pl.
2136    Learn more about editing frameworks under the :ref:`MARC Bibliographic
2137    Frameworks <marc-bibliographic-frameworks-label>` section of this manual.
2138
2139 .. _defaultcountryfield008-label:
2140
2141 DefaultCountryField008
2142 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2143
2144 Default: Empty defaults to xxu for United States
2145
2146 Asks: Fill in the default country code for field 008 Range 15-17 of MARC21 -
2147 Place of publication, production, or execution. \_\_\_.
2148
2149 Description:
2150
2151 -  This preference will allow you to set the country code for your MARC21
2152    008 field by default. If this is left empty it will default to
2153    United States (xxu). See the `MARC Code List for
2154    Countries <http://www.loc.gov/marc/countries/countries_code.html>`__
2155    for additional values for this preference.
2156
2157     **Note**
2158
2159     This preference won't have any effect if your records are in
2160     UNIMARC.
2161
2162 .. _defaultlanguagefield008-label:
2163
2164 DefaultLanguageField008
2165 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2166
2167 Default: Empty defaults to eng
2168
2169 Asks: Fill in the default language for field 008 Range 35-37 of MARC21
2170 records \_\_\_.
2171
2172 Description:
2173
2174 -  This preference will allow you to set the language for your MARC21
2175    008 field by default. If this is left empty it will default to
2176    English (eng). See the `MARC Code List for
2177    Languages <http://www.loc.gov/marc/languages/language_code.html>`__
2178    for additional values for this preference.
2179
2180     **Note**
2181
2182     This preference won't have any effect if your records are in
2183     UNIMARC.
2184
2185 .. _item-level\_itypes-label:
2186
2187 item-level\_itypes
2188 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2189
2190 Default: specific item
2191
2192 Asks: Use the item type of the \_\_\_ as the authoritative item type
2193 (for determining circulation and fines rules, etc).
2194
2195 Values:
2196
2197 -  biblio record
2198
2199 -  specific item
2200
2201 Description:
2202
2203 -  This preference determines whether the item type Koha uses for
2204    issuing rules will be an attribute of the bibliographic record or the
2205    item record. Most libraries refer to the item record for item types.
2206    It also determines if the item type icon appears on the OPAC search
2207    results. If you have the preference set to 'biblio record' then Koha
2208    displays the item type icon on the search results to the left of the
2209    result info.
2210
2211    |image23|
2212
2213 .. _itemcallnumber-label:
2214
2215 itemcallnumber
2216 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2217
2218 Default: 082ab
2219
2220 Asks: Map the MARC subfield to an item's callnumber.
2221
2222     **Note**
2223
2224     This can contain multiple subfields to look in; for instance 082ab
2225     would look in 082 subfields a and b.
2226
2227 Description:
2228
2229 -  This setting determines which MARC field will be used to determine
2230    the call number that will be entered into item records automatically
2231    (952$o). The value is set by providing the MARC field code (050, 082,
2232    090, 852 are all common in MARC21) and the subfield codes without the
2233    delimiters ($a, $b would be ab).
2234
2235 Examples:
2236
2237 -  Dewey: 082ab or 092ab; LOC: 050ab or 090ab; from the item record:
2238    852hi
2239
2240 .. _marcflavour-label:
2241
2242 marcflavour
2243 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2244
2245 Default: MARC21
2246
2247 Asks: Interpret and store MARC records in the \_\_\_ format.
2248
2249 Values:
2250
2251 -  MARC21
2252
2253    -  The standard style for the US, Canada, Australia, New Zealand,
2254       United Kingdom, Germany and other countries
2255
2256 -  UNIMARC
2257
2258    -  The standard style used in France, Italy, Portugal, Russia, and
2259       other countries
2260
2261 -  NORMARC
2262
2263    -  The standard style for Norway
2264
2265 Description:
2266
2267 -  This preference defines global MARC style (MARC21, UNIMARC or
2268    NORMARC) used for encoding.
2269
2270     **Important**
2271
2272     Changing the value of this preference will not convert your records
2273     from one MARC style to an other.
2274
2275 .. _marcorgcode-label:
2276
2277 MARCOrgCode
2278 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2279
2280 Default: OSt
2281
2282 Asks: Fill in the MARC organization code \_\_\_ by default in new MARC21
2283 records (leave blank to disable).
2284
2285 Description:
2286
2287 -  The MARC Organization Code is used to identify libraries with
2288    holdings of titles and more.
2289
2290 Learn more and find your library's MARC21 code on the `MARC Code list
2291 for
2292 Organizations <http://www.loc.gov/marc/organizations/orgshome.html>`__
2293 or in Canada on the `Canadian Symbols
2294 Directory <http://www.collectionscanada.gc.ca/illcandir-bin/illsear/l=0/c=1>`__.
2295
2296     **Note**
2297
2298     This preference won't have any effect if your records are in
2299     UNIMARC.
2300
2301 .. _newitemsdefaultlocation-label:
2302
2303 NewItemsDefaultLocation
2304 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2305
2306 Asks: When items are created, give them the temporary location of \_\_\_
2307 (should be a location code, or blank to disable).
2308
2309 .. _prefillitem-label:
2310
2311 PrefillItem
2312 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2313
2314 Default: the new item is not prefilled with last created item values.
2315
2316 Asks: When a new item is added \_\_\_
2317
2318 Values:
2319
2320 -  the new item is not prefilled with last created item values.
2321
2322 -  the new item is prefilled with last created item values.
2323
2324 Description:
2325
2326 -  This preference controls the behavior used when adding new items.
2327    Using the options here you can choose to have your next new item
2328    prefill with the values used in the last item was added to save time
2329    typing values or to have the item form appear completely blank. Using
2330    :ref:`SubfieldsToUseWhenPrefill` you can
2331    control specifically which fields are prefilled.
2332
2333 .. _subfieldstoallowforrestrictedbatchmod-label:
2334
2335 SubfieldsToAllowForRestrictedBatchmod
2336 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2337
2338 Asks: Define a list of subfields for which editing is authorized when
2339 `items\_batchmod\_restricted <#items_batchmod_restricted>`__ permission
2340 is enabled, separated by spaces. \_\_\_
2341
2342 Examples:
2343
2344 -  UNIMARC: "995$f 995$h 995$j"
2345
2346 -  MARC21: "952$a 952$b 952$c"
2347
2348 Description:
2349
2350 -  This preference lets you define what fields can be edited via the
2351    :ref:`batch item modification tool <batch-item-modification-label>` if the
2352    items\_batchmod\_restricted permission is enabled.
2353
2354        **Note**
2355
2356        The FA framework is excluded from the permission. If the pref is
2357        empty, no fields are restricted.
2358
2359 .. _subfieldstoallowforrestrictedediting-label:
2360
2361 SubfieldsToAllowForRestrictedEditing
2362 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2363
2364 Asks: Define a list of subfields for which editing is authorized when
2365 edit\_items\_restricted permission is enabled, separated by spaces.
2366 \_\_\_
2367
2368 Examples:
2369
2370 -  UNIMARC: "995$f 995$h 995$j"
2371
2372 -  MARC21: "952$a 952$b 952$c"
2373
2374 Description:
2375
2376 -  This preference lets you define what fields can be edited via
2377    cataloging if the
2378    `edit\_items\_restricted <#edit_items_restricted>`__ permission is
2379    enabled
2380
2381        **Note**
2382
2383        The Fast Add (FA) framework is excluded from the permission. If
2384        the pref is empty, no fields are restricted.
2385
2386 .. _subfieldstousewhenprefill-label:
2387
2388 SubfieldsToUseWhenPrefill
2389 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2390
2391 Asks: Define a list of subfields to use when prefilling items \_\_\_
2392
2393     **Important**
2394
2395     Separate values with a space.
2396
2397 Description:
2398
2399 -  When the :ref:`PrefillItem` preference is set to prefill
2400    item values with those from the last added item, this preference can
2401    control which fields are prefilled (and which are not). Enter a space
2402    separated list of fields that you would like to prefill when adding a
2403    new item.
2404
2405 .. _unimarcfield100language-label:
2406
2407 UNIMARCField100Language
2408 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2409
2410 Default: fre
2411
2412 Asks: Use the language (ISO 690-2) \_\_\_ as default language in the
2413 UNIMARC field 100 when creating a new record or in the field plugin.
2414
2415 .. _z3950normalizeauthor-&-z3950authorauthfields-label:
2416
2417 z3950NormalizeAuthor & z3950AuthorAuthFields
2418 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2419
2420 Defaults: Don't copy & 701,702,700
2421
2422 Asks: \_\_\_ authors from the UNIMARC \_\_\_ tags (separated by commas)
2423 to the correct author tags when importing a record using Z39.50.
2424
2425 Description for z3950NormalizeAuthor:
2426
2427 -  This preference allows for 'Personal Name Authorities' to replace
2428    authors as the bibliographic authority. This preference should only
2429    be considered by libraries using UNIMARC.
2430
2431 Values for z3950NormalizeAuthor:
2432
2433 -  Copy
2434
2435 -  Don't copy
2436
2437 Description for z3950AuthorAuthFields:
2438
2439 -  This preference defines which MARC fields will be used for 'Personal
2440    Name Authorities' to replace authors as the bibliographic
2441    authorities. This preference only applies to those using UNIMARC
2442    encoding. The MARC fields selected here will only be used if
2443    'z3950NormalizeAuthor' is set to "Copy". The default field are 700,
2444    701, and 702.
2445
2446 .. _spine-labels-label:
2447
2448 Spine Labels
2449 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2450
2451 .. _spinelabelautoprint-label:
2452
2453 SpineLabelAutoPrint
2454 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2455
2456 Default: don't
2457
2458 Asks: When using the quick spine label printer, \_\_\_ automatically pop
2459 up a print dialog.
2460
2461 Values:
2462
2463 -  do
2464
2465 -  don't
2466
2467 .. _spinelabelformat-label:
2468
2469 SpineLabelFormat
2470 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2471
2472 Default: <itemcallnumber><copynumber>
2473
2474 Asks: Include the following fields on a quick-printed spine label:
2475 (Enter in columns from the biblio, biblioitems or items tables,
2476 surrounded by < and >.)
2477
2478 .. _spinelabelshowprintonbibdetails-label:
2479
2480 SpineLabelShowPrintOnBibDetails
2481 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2482
2483 Default: Don't display
2484
2485 Asks: \_\_\_ buttons on the bib details page to print item spine labels.
2486
2487 Values:
2488
2489 -  Display
2490
2491    |image24|
2492
2493 -  Don't display
2494
2495 .. _circulation-label:
2496
2497 Circulation
2498 ----------------------------
2499
2500 *Get there:* More > Administration > Global System Preferences >
2501 Circulation
2502
2503
2504
2505
2506 .. _article-requests-label:
2507
2508 Article Requests
2509 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2510
2511 .. _articlerequests-label:
2512
2513 ArticleRequests
2514 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2515
2516 Default: Don't enable
2517
2518 Asks: \_\_\_ patrons to place article requests.
2519
2520 Values:
2521
2522 -  Enable
2523
2524 -  Don't enable
2525
2526 Description:
2527
2528 -  This preference controls whether or not article requests are allowed to be placed by patrons in the OPAC.
2529
2530 .. _articlerequestsmandatoryfields-label:
2531
2532 ArticleRequestsMandatoryFields
2533 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2534
2535 Default: None selected
2536
2537 Asks: For records that are record level or item level requestable, make the following fields mandatory \_\_\_
2538
2539 Values:
2540
2541 -  [Select all]
2542
2543 -  Author
2544
2545 -  Chapters
2546
2547 -  Date
2548
2549 -  Issue
2550
2551 -  Pages
2552
2553 -  Title
2554
2555 -  Volume
2556
2557 Description:
2558
2559 -  This preference controls what fields must be filled in before an article request can be placed
2560    for either a record level or item level request. Choosing [Select all] indicates that all fields
2561    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2562    request can be placed.
2563
2564 .. _articlerequestsmandatoryfieldsitemsonly-label:
2565
2566 ArticleRequestsMandatoryFieldsItemsOnly
2567 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2568
2569 Default: None selected
2570
2571 Asks: For records that are only item level requestable, make the following fields mandatory \_\_\_
2572
2573 Values:
2574
2575 -  [Select all]
2576
2577 -  Author
2578
2579 -  Chapters
2580
2581 -  Date
2582
2583 -  Issue
2584
2585 -  Pages
2586
2587 -  Title
2588
2589 -  Volume
2590
2591 Description:
2592
2593 -  This preference controls what fields must be filled in before an article request can be placed
2594    for an item level request only. Choosing [Select all] indicates that all fields
2595    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2596    request can be placed.
2597
2598 .. _articlerequestsmandatoryfieldsrecordonly-label:
2599
2600 ArticleRequestsMandatoryFieldsRecordOnly
2601 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2602
2603 Default: None selected
2604
2605 Asks: For records that are only record level requestable, make the following fields mandatory \_\_\_
2606
2607 Values:
2608
2609 -  [Select all]
2610
2611 -  Author
2612
2613 -  Chapters
2614
2615 -  Date
2616
2617 -  Issue
2618
2619 -  Pages
2620
2621 -  Title
2622
2623 -  Volume
2624
2625 Description:
2626
2627 -  This preference controls what fields must be filled in before an article request can be placed
2628    for a record level request only. Choosing [Select all] indicates that all fields
2629    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2630    request can be placed.
2631
2632
2633 .. _batch-checkout-label:
2634
2635 Batch Checkout
2636 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2637
2638 .. _batchcheckouts-label:
2639
2640 BatchCheckouts
2641 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2642
2643 Default: Don't allow
2644
2645 Asks: \_\_\_ batch checkouts
2646
2647 Values:
2648
2649 -  Allow
2650
2651 -  Don't allow
2652
2653 .. _batchcheckoutsvalidcategories-label:
2654
2655 BatchCheckoutsValidCategories
2656 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2657
2658 Asks: Patron categories allowed to checkout in a batch \_\_\_ (list of
2659 patron categories separated with a pipe ^\|^)
2660
2661 .. _checkin-policy-label:
2662
2663 Checkin Policy
2664 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2665
2666 .. _blockreturnoflostitems-label:
2667
2668 BlockReturnOfLostItems
2669 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2670
2671 Default: Don't block
2672
2673 Asks: \_\_\_ returning of items that have been lost.
2674
2675 Values:
2676
2677 -  Block
2678
2679 -  Don't block
2680
2681 Description:
2682
2683 -  This preference controls whether and item with a lost status
2684    (952$1 in MARC21) can be checked in or not.
2685
2686 .. _blockreturnofwithdrawnitems-label:
2687
2688 BlockReturnOfWithdrawnItems
2689 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2690
2691 Default: Block
2692
2693 Asks: \_\_\_ returning of items that have been withdrawn.
2694
2695 Values:
2696
2697 -  Block
2698
2699 -  Don't block
2700
2701 Description:
2702
2703 -  This preference controls whether and item with a withdrawn status
2704    (952$0 in MARC21) can be checked in or not.
2705
2706 .. _calculatefinesonreturn-label:
2707
2708 CalculateFinesOnReturn
2709 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2710
2711 Default: Do
2712
2713 Asks: \_\_\_ calculate and update overdue charges when an item is
2714 returned.
2715
2716 Values:
2717
2718 -  Do
2719
2720 -  Don't
2721
2722 Description:
2723
2724 -  If this preference is set to "Do" and the :ref:`fines cron
2725    job <fines-label>` is off then Koha will calculate fines only
2726    when items are returned. If you have the fines cron job on and this
2727    preference set to "Do" then this preference will calculate fines
2728    based on the cron (usually run nightly) and then again when you check
2729    the item in. This option is best for those who are doing hourly
2730    loans. If this preference is set to "Don't" then fines will only be
2731    accrued if the fines cron job is running.
2732
2733     **Important**
2734
2735     If you are doing hourly loans then you should have this set to 'Do'.
2736
2737 .. _cumulativerestrictionperiods-label:
2738
2739 CumulativeRestrictionPeriods
2740 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2741
2742 Default: Don't cumulate
2743
2744 Asks: \_\_\_ the restriction periods.
2745
2746 Values:
2747
2748 -  Don't cumulate
2749
2750 -  Cumulate
2751
2752 .. _updatenotforloanstatusoncheckin-label:
2753
2754 UpdateNotForLoanStatusOnCheckin
2755 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2756
2757 Asks: This is a list of value pairs. When an item is checked in, if the
2758 not for loan value on the left matches the items not for loan value it
2759 will be updated to the right-hand value. E.g. ^-1: 0' will cause an item
2760 that was set to 'Ordered' to now be available for loan. Each pair of
2761 values should be on a separate line.
2762
2763 .. _checkout-policy-label:
2764
2765 Checkout Policy
2766 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2767
2768 .. _agerestrictionmarker-label:
2769
2770 AgeRestrictionMarker
2771 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2772
2773 Asks: Restrict patrons with the following target audience values from
2774 checking out inappropriate materials: \_\_\_
2775
2776 Description:
2777
2778 -  This preference defines certain keywords that will trigger Koha to
2779    restrict checkout based on age. These restrictions can be overridden
2780    by the :ref:`AgeRestrictionOverride`
2781    preference. Enter in this field a series of keywords separated by bar
2782    (\|) with no spaces. For example PG\|R\|E\|EC\|Age\| will look for PG
2783    followed by an age number, R folllowed by an age number, Age followed
2784    by an age number, and so on. These values can appear in any MARC
2785    field, but Library of Congress recommends the 521$a (Target Audience
2786    Note). Whatever field you decide to use you must map the word
2787    agerestriction in the biblioitems table to that field in the :ref:`Koha to
2788    MARC Mapping <koha-to-marc-mapping-label>`. When cataloging you can enter
2789    values like PG 13 or E 10 in the 521$a and Koha will then notify
2790    circulation librarians that the material may not be recommended for
2791    the patron based on their age.
2792
2793        **Important**
2794
2795        You must map the word agerestriction in the biblioitems table to
2796        the MARC field where this information will appear via the :ref:`Koha
2797        to MARC Mapping <koha-to-marc-mapping-label>` administration area.
2798
2799 .. _agerestrictionoverride-label:
2800
2801 AgeRestrictionOverride
2802 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2803
2804 Default: Don't allow
2805
2806 Asks: \_\_\_ staff to check out an item with age restriction.
2807
2808 Values:
2809
2810 -  Allow
2811
2812    |image25|
2813
2814 -  Don't allow
2815
2816    |image26|
2817
2818 Description:
2819
2820 -  When the :ref:`AgeRestrictionMarker` preference
2821    is set, Koha will try to warn circulation librarians before checking
2822    out an item that might have an age restriction listed in the MARC
2823    record. This preference asks if you would like the staff to be able
2824    to still check out these items to patrons under the age limit.
2825
2826 .. _allfinesneedoverride-label:
2827
2828 AllFinesNeedOverride
2829 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2830
2831 Default: Require
2832
2833 Asks: \_\_\_ staff to manually override all fines, even fines less than
2834 :ref:`noissuescharge`.
2835
2836 Values:
2837
2838 -  Don't require
2839
2840 -  Require
2841
2842 Description:
2843
2844 -  This preference let's you decide if you want to always be warned that
2845    the patron has fines when checking out. If you have it set to
2846    'Require' then no matter how much money the patron owes a message
2847    will pop up warning you that the patron owes money.
2848
2849 .. _allowfineoverride-label:
2850
2851 AllowFineOverride
2852 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2853
2854 Default: Don't allow
2855
2856 Asks: \_\_\_ staff to manually override and check out items to patrons
2857 who have more than :ref:`noissuescharge` in fines.
2858
2859 Values:
2860
2861 -  Allow
2862
2863 -  Don't allow
2864
2865 Description:
2866
2867 -  This preference lets you decide if you staff can check out to patrons
2868    who owe more money than you usually let them carry on their account.
2869    If set to 'Allow' staff will be warned that the patrons owes money,
2870    but it won't stop the staff from checking out to the patron.
2871
2872 .. _allowitemsonholdcheckout-label:
2873
2874 AllowItemsOnHoldCheckout
2875 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2876
2877 Default: Don't allow
2878
2879 Asks: \_\_\_ checkouts of items reserved to someone else. If allowed do
2880 not generate RESERVE\_WAITING and RESERVED warning. This allows self
2881 checkouts for those items.
2882
2883 Values:
2884
2885 -  Allow
2886
2887 -  Don't allow
2888
2889     **Important**
2890
2891     This system preference relates only to SIP based self checkout, not
2892     Koha's web based self checkout.
2893
2894 Description:
2895
2896 -  When this preference is set to 'Allow' patrons will be able to use
2897    your external self check machine to check out a book to themselves
2898    even if it's on hold for someone else. If you would like Koha to
2899    prevent people from checking out books that are on hold for someone
2900    else set this preference to "Don't allow."
2901
2902 .. _allowitemsonholdcheckoutsco-label:
2903
2904 AllowItemsOnHoldCheckoutSCO
2905 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2906
2907 Default: Don't allow
2908
2909 Asks: \_\_\_ checkouts of items reserved to someone else in the SCO module.
2910 If allowed do not generate RESERVE_WAITING and RESERVED warning. This
2911 allows self checkouts for those items.
2912
2913 Values:
2914
2915 -  Allow
2916
2917 -  Don't allow
2918
2919     **Important**
2920
2921     This system preference relates only to Koha's web based self checkout.
2922
2923 Description:
2924
2925 -  When this preference is set to 'Allow' patrons will be able to use
2926    Koha's web based self checkout to check out a book to themselves
2927    even if it's on hold for someone else. If you would like Koha to
2928    prevent people from checking out books that are on hold for someone
2929    else set this preference to "Don't allow".
2930
2931 .. _allowmultipleissuesonabiblio-label:
2932
2933 AllowMultipleIssuesOnABiblio
2934 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2935
2936 Default: Allow
2937
2938 Asks: \_\_\_ patrons to check out multiple items from the same record.
2939
2940 Values:
2941
2942 -  Allow
2943
2944 -  Don't allow
2945
2946 Description:
2947
2948 -  If this preference is set to 'Allow' then patrons will be able to
2949    check out multiple copies of the same title at the same time. If it's
2950    set to "Don't allow" then patrons will only be allowed to check out
2951    one item attached to a record at a time. Regardless of the option
2952    chosen in this preference records with subscriptions attached will
2953    allow multiple check outs.
2954
2955        **Important**
2956
2957        This will only effect records without a subscription attached.
2958
2959 .. _allownotforloanoverride-label:
2960
2961 AllowNotForLoanOverride
2962 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2963
2964 Default: Allow
2965
2966 Asks: \_\_\_ staff to override and check out items that are marked as
2967 not for loan.
2968
2969 Values:
2970
2971 -  Allow
2972
2973 -  Don't allow
2974
2975 Description:
2976
2977 -  This parameter is a binary setting which controls the ability of
2978    staff (patrons will always be prevented from checking these items
2979    out) to check out items that are marked as "not for loan". Setting it
2980    to "Allow" would allow such items to be checked out, setting it to
2981    "Don't allow" would prevent this. This setting determines whether
2982    items meant to stay in the library, such as reference materials, and
2983    other library resources can be checked out by patrons.
2984
2985 .. _allowrenewallimitoverride-label:
2986
2987 AllowRenewalLimitOverride
2988 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2989
2990 Default: Allow
2991
2992 Asks: \_\_\_ staff to manually override the renewal limit and renew a
2993 checkout when it would go over the renewal limit.
2994
2995 Values:
2996
2997 -  Allow
2998
2999 -  Don't allow
3000
3001 Description:
3002
3003 -  This preference is a binary setting which controls the ability of
3004    staff to override the limits placed on the number of times an item
3005    can be renewed. Setting it to "Allow" would allow such limits to be
3006    overridden, setting it to "Don't allow" would prevent this. This is a
3007    preference in which if it is set to "allow" it would allow the
3008    library staff to use their judgment for overriding the renew limit
3009    for special cases, setting it to "Don't allow" prevents an
3010    opportunity for abuse by the library staff.
3011
3012 .. _allowreturntobranch-label:
3013
3014 AllowReturnToBranch
3015 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3016
3017 Default: to any library
3018
3019 Asks: Allow materials to be returned to \_\_\_
3020
3021 Values:
3022
3023 -  either the library the item is from or the library it was checked out
3024    from.
3025
3026 -  only the library the item is from.
3027
3028 -  only the library the item was checked out from.
3029
3030 -  to any library.
3031
3032 Description:
3033
3034 -  This preference lets the library system decide how they will accept
3035    returns. Some systems allow for items to be returned to any library
3036    in the system (the default value of this preference) others want to
3037    limit item returns to only specific branches. This preference will
3038    allow you to limit item returns (checkins) to the branch(es) set in
3039    the value.
3040
3041 .. _allowtoomanyoverride-label:
3042
3043 AllowTooManyOverride
3044 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3045
3046 Default: Allow
3047
3048 Asks: \_\_\_ staff to override and check out items when the patron has
3049 reached the maximum number of allowed checkouts.
3050
3051 Values:
3052
3053 -  Allow
3054
3055    |image27|
3056
3057 -  Don't allow
3058
3059    |image28|
3060
3061 Description:
3062
3063 -  If this preference is set to "Allow" then staff all will be presented
3064    with an option to checkout more items to a patron than are normally
3065    allowed in the :ref:`Circulation and Fine Rules`. If
3066    this preference is set to "Don't allow" then no staff member will be
3067    able to check out more than the circulation limit.
3068
3069 .. _automaticitemreturn-label:
3070
3071 AutomaticItemReturn
3072 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3073
3074 Default: Do
3075
3076 Asks: \_\_\_ automatically transfer items to their home branch when they
3077 are returned.
3078
3079 Values:
3080
3081 -  Do
3082
3083 -  Don't
3084
3085 Description:
3086
3087 -  This preference is a binary setting which determines whether an item
3088    is returned to its home branch automatically or not. If set to
3089    "Don't", the staff member checking an item in at a location other
3090    than the item's home branch will be asked whether the item will
3091    remain at the non-home branch (in which case the new location will be
3092    marked as a holding location) or returned. Setting it to "Do" will
3093    ensure that items checked in at a branch other than their home branch
3094    will be sent to that home branch.
3095
3096 .. _autoremoveoverduesrestrictions-label:
3097
3098 AutoRemoveOverduesRestrictions
3099 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3100
3101 Default: Do not
3102
3103 Asks: \_\_\_ allow OVERDUES restrictions triggered by sent notices to be
3104 cleared automatically when all overdue items are returned by a patron.
3105
3106 Values:
3107
3108 -  Do
3109
3110 -  Do not
3111
3112 Description:
3113
3114 -  Using the :ref:`Overdue Notice/Status Triggers` you
3115    can restrict patrons after they receive an overdue notice. This
3116    preference lets you define whether Koha will automatically remove
3117    that restriction once the overdue items in question are returned or
3118    not.
3119
3120 .. _circcontrol-label:
3121
3122 CircControl
3123 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3124
3125 Default: the library the item is from
3126
3127 Asks: Use the checkout and fines rules of \_\_\_
3128
3129 Values:
3130
3131 -  the library the item is from
3132
3133    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3134       determined by the item's library where
3135       :ref:`HomeOrHoldingBranch` chooses if item's
3136       home library is used or holding library is used.
3137
3138 -  the library the patron is from
3139
3140    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3141       determined the patron's home library
3142
3143 -  the library you are logged in at
3144
3145    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3146       determined by the library that checked the item out to the patron
3147
3148 .. _consideronsitecheckoutsasnormalcheckouts-label:
3149
3150 ConsiderOnSiteCheckoutsAsNormalCheckouts
3151 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3152
3153 Default: Consider
3154
3155 Asks: \_\_\_ on-site checkouts as normal checkouts. If enabled, the
3156 number of checkouts allowed will be normal checkouts + on-site
3157 checkouts. If disabled, both values will be checked separately.
3158
3159 Values:
3160
3161 -  Consider
3162
3163 -  Don't consider
3164
3165 Description:
3166
3167 -  This preference allows you to decide if checkouts that are
3168    :ref:`OnSiteCheckouts` are counted toward the total
3169    checkouts a patron can have. You can also set your :ref:`circulation and
3170    fine rules <circulation-and-fine-rules-label>` to allow only a certain number of
3171    normal and OnSite checkouts.
3172
3173 .. _defaultlongoverduechargevalue-label:
3174
3175 DefaultLongOverdueChargeValue
3176 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3177
3178 Asks: Charge a lost item to the borrower's account when the LOST value
3179 of the item changes to \_\_\_
3180
3181 Description:
3182
3183 -  Leave this field empty if you don't want to charge the user for lost
3184    items. If you want the user to be charged enter the `LOST authorized
3185    value <#lost>`__ you are using in the
3186    :ref:`DefaultLongOverdueLostValue <defaultlongoverduelostvalue-&-defaultlongoverduedays-label>`
3187    preference. This preference is used when the :ref:`longoverdue cron
3188    job <long-overdues-label>` is called without the --charge parameter.
3189
3190 .. _defaultlongoverduelostvalue-&-defaultlongoverduedays-label:
3191
3192 DefaultLongOverdueLostValue & DefaultLongOverdueDays
3193 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3194
3195 Asks: By default, set the LOST value of an item to \_\_\_ when the item
3196 has been overdue for more than \_\_\_ days.
3197
3198 Description:
3199
3200 -  These preferences are used when the :ref:`longoverdue cron
3201    job <long-overdues-label>` is called without the --lost parameter. It
3202    allows users to set the values of the :ref:`longoverdue
3203    cron <long-overdues-label>` without having to edit the crontab.
3204    Setting the values to 1 and 30 for example will mark the item with
3205    the `LOST authorized value <#lost>`__ of 1 after the item is 30 days
3206    overdue.
3207
3208 .. _holdsinnoissuescharge-label:
3209
3210 HoldsInNoissuesCharge
3211 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3212
3213 Default: Don't include
3214
3215 Asks: \_\_\_ hold charges when summing up charges for noissuescharge.
3216
3217 Values:
3218
3219 -  Don't include
3220
3221 -  Include
3222
3223 .. _homeorholdingbranch-label:
3224
3225 HomeOrHoldingBranch
3226 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3227
3228 Default: the library the item was checked out from
3229
3230 Asks: Use the checkout and fines rules of \_\_\_
3231
3232 Values:
3233
3234 -  the library the item is from
3235
3236    -  This is equivalent to 'home library'
3237
3238 -  the library the item was checked out from
3239
3240    -  This is equivalent to 'holding library'
3241
3242 Description:
3243
3244 -  This preference does several things.
3245
3246    -  If :ref:`CircControl` is set to 'the library the item
3247       is from' then the :ref:`circulation and fines
3248       policies <circulation-and-fine-rules-label>` will be determined by the item's
3249       library where HomeOrHoldingBranch chooses if item's home library
3250       is used or holding library is used.
3251
3252    -  If :ref:`IndependentBranches` is set to
3253       'Prevent' then the value of this preference is used in figuring
3254       out if the item can be checked out. If the item's home library
3255       does not match the logged in library, the item cannot be checked
3256       out unless you are a :ref:`superlibrarian <patron-permissions-defined-label>`.
3257
3258     **Important**
3259
3260     It is not recommend that this setting be changed after initial setup
3261     of Koha because it will change the behavior of items already checked
3262     out.
3263
3264 .. _inprocessingtoshelvingcart-label:
3265
3266 InProcessingToShelvingCart
3267 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3268
3269 Default: Don't move
3270
3271 Asks: \_\_\_ items that have the location PROC to the location CART when
3272 they are checked in.
3273
3274 Values:
3275
3276 -  Don't move
3277
3278 -  Move
3279
3280 Description:
3281
3282 -  This preference is used to manage automatically changing item
3283    locations from processing (PROC) to the book cart (CART). A :ref:`cron
3284    job <in-processing/book-cart-label>` needs to be set to run at specified intervals
3285    to age items from CART to the permanent shelving location. (For
3286    example, an hourly cron entry of cart\_to\_shelf.pl --hours 3 where
3287    --hours is the amount of time an item should spend on the cart before
3288    aging to its permanent location.) More information can be found in
3289    the :ref:`related chapter <in-processing-/-book-cart-locations-label>` in this manual.
3290
3291    -  **Note**
3292
3293           If the :ref:`ReturnToShelvingCart` system
3294           preference is turned on, any newly checked-in item is also
3295           automatically put into the shelving cart, to be covered by the
3296           same script run.
3297
3298    -  **Important**
3299
3300           Checkins with confirmed holds will not go into the shelving
3301           cart. If items on the shelving cart are checked out, the cart
3302           location will be cleared.
3303
3304 .. _issuelostitem-label:
3305
3306 IssueLostItem
3307 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3308
3309 Default: display a message
3310
3311 Asks: When issuing an item that has been marked as lost, \_\_\_.
3312
3313 Values:
3314
3315 -  display a message
3316
3317    |image29|
3318
3319 -  do nothing
3320
3321    -  This option will just check the item out without notifying you
3322       that the item was marked lost.
3323
3324 -  require confirmation
3325
3326    |image30|
3327
3328 Description:
3329
3330 -  This preference lets you define how library staff are notified that
3331    an item with a lost status is being checked out. This will help staff
3332    mark items as 'available' if you choose to 'display a message' or
3333    'require confirmation.^ If you choose to 'do nothing,^ there will be
3334    no notification that the item being checked out is marked as 'lost.^
3335
3336 .. _issuinginprocess-label:
3337
3338 IssuingInProcess
3339 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3340
3341 Default: Don't prevent
3342
3343 Asks: \_\_\_ patrons from checking out an item whose rental charge would
3344 take them over the limit.
3345
3346 Values:
3347
3348 -  Don't prevent
3349
3350 -  Prevent
3351
3352 Description:
3353
3354 -  This preference determines if a patron can check items out if there
3355    is an overdue fine on the account and any of the materials the patron
3356    wishes to check out will potentially tip the account balance over the
3357    maximum fines policy the library has in place.
3358
3359 Example: Your library has a $5 limit set for 'fines' (ie, after
3360 incurring $5 in fines, a patron can no longer check out items). A patron
3361 comes to the desk with 5 items to check out (4 books and a video) The
3362 patron has $4 in charges already on their account. One of the videos has
3363 a rental charge of $1, therefore making the total fines on the patron's
3364 account suddenly $5 (the limit).
3365
3366 .. _maninvinnoissuescharge-label:
3367
3368 ManInvInNoissuesCharge
3369 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3370
3371 Default: Include
3372
3373 Asks: \_\_\_ MANUAL\_INV charges when summing up charges for
3374 noissuescharge.
3375
3376 Values:
3377
3378 -  Don't include
3379
3380 -  Include
3381
3382 Description:
3383
3384 -  This preference lets you decide if charges entered as manual invoices
3385    are included when calculating the
3386    :ref:`noissuescharge`. If this is set to include then
3387    Koha will include all manual invoices when deciding if the patron
3388    owes too much money to check anything else out of the library. If
3389    it's set to Don't include then Koha will ignore all manual invoice
3390    charges when figuring out if the patron owes too much money to
3391    checkout additional materials.
3392
3393 .. _marklostitemsasreturned-label:
3394
3395 MarkLostItemsAsReturned
3396 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3397
3398 Default: Mark
3399
3400 Asks: \_\_\_ items as returned when flagged as lost.
3401
3402 Values:
3403
3404 -  Do not mark
3405
3406 -  Mark
3407
3408 Description:
3409
3410 -  This preference lets you decide if an item marked as lost is automatically returned from the user's file or not.
3411
3412 .. _maxoutstanding-label:
3413
3414 maxoutstanding
3415 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3416
3417 Default: 5
3418
3419 Asks: Prevent patrons from making holds on the OPAC if they owe more
3420 than \_\_\_ USD in fines.
3421
3422 .. _noissuescharge-label:
3423
3424 noissuescharge
3425 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3426
3427 Default: 5
3428
3429 Asks: Prevent patrons from checking out books if they have more than
3430 \_\_\_ USD in fines.
3431
3432 Description:
3433
3434 -  This preference is the maximum amount of money owed to the library
3435    before the user is banned from borrowing more items. Using the
3436    :ref:`ManInvInNoissuesCharge` and
3437    :ref:`RentalsInNoissuesCharge` preferences
3438    you can control which types of charges are considered in this total.
3439    This also coincides with :ref:`maxoutstanding` that
3440    limits patrons from placing holds when the maximum amount is owed to
3441    the library.
3442
3443 .. _noissueschargeguarantees-label:
3444
3445 NoIssuesChargeGuarantees
3446 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3447
3448 Asks: Prevent a patron from checking out if the patron has guarantees
3449 owing in total more than \_\_\_ USD in fines.
3450
3451 Description:
3452
3453 -  Allows a library to prevent patrons from checking out items if his or
3454    her guarantees owe too much in fines.
3455
3456 .. _norenewalbeforeprecision-label:
3457
3458 NoRenewalBeforePrecision
3459 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3460
3461 Default: date
3462
3463 Asks: Calculate "No renewal before" based on \_\_\_.
3464
3465 Values:
3466
3467 -  date
3468
3469 -  exact time
3470
3471     **Note**
3472
3473     Only relevant for loans calculated in days, hourly loans are not
3474     affected.
3475
3476 Description:
3477
3478 -  This preference allows you to control how the 'No renewal before"
3479    option in the :ref:`Circulation and fine rules <circulation-and-fine-rules-label>`
3480    administration area.
3481
3482 .. _noticebcc-label:
3483
3484 NoticeBcc
3485 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3486
3487 Asks: Send all notices as a BCC to this email address \_\_\_
3488
3489 This preference makes it so that a librarian can get a copy of every
3490 notice sent out to patrons.
3491
3492     **Note**
3493
3494     If you'd like more than one person to receive the blind copy you can
3495     simply enter in multiple email addresses separated by commas.
3496
3497 .. _onsitecheckouts-label:
3498
3499 OnSiteCheckouts
3500 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3501
3502 Default: Disable
3503
3504 Asks: \_\_\_ the on-site checkouts feature.
3505
3506 Values:
3507
3508 -  Disable
3509
3510 -  Enable
3511
3512    |image1184|
3513
3514 Description:
3515
3516 -  This preference lets you check out items that are 'not for loan' to
3517    patrons. A checkbox is added to the checkout screen when this
3518    preference is set to 'Enable' labeled 'On-site checkout'. This allows
3519    you to track who's using items that are normally not for loan or are
3520    in a closed stack setting.
3521
3522 .. _onsitecheckoutsforce-label:
3523
3524 OnSiteCheckoutsForce
3525 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3526
3527 Default: Disable
3528
3529 Asks: \_\_\_ the on-site for all cases (Even if a user is debarred,
3530 etc.).
3531
3532 Values:
3533
3534 -  Disable
3535
3536 -  Enable
3537
3538    |image31|
3539
3540 Description:
3541
3542 -  This preference lets the staff override any restrictions a patron
3543    might have and check out items for use within the library. The
3544    :ref:`OnSiteCheckouts` preference must first be set
3545    to 'Enable' for this preference to be considered.
3546
3547 .. _opacfinenorenewalsblockautorenew-label:
3548
3549 OPACFineNoRenewalsBlockAutoRenew
3550 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3551
3552 Default: Allow
3553
3554 Asks: If a patron owes more than the value of :ref:`OPACFineNoRenewals`,
3555 \_\_\_ his/her auto renewals.
3556
3557 Values:
3558
3559 -  Allow
3560
3561 -  Block
3562
3563 .. _overduenoticecalendar-label:
3564
3565 OverdueNoticeCalendar
3566 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3567
3568 Default: Ignore calendar
3569
3570 Asks: \_\_\_ when working out the period for overdue notices
3571
3572 Values:
3573
3574 -  Ignore calendar
3575
3576    -  Notices do not take holidays into account, so they will be sent
3577       even if holidays have meant the item is not actually overdue yet
3578
3579 -  Use calendar
3580
3581    -  Notices take holidays into account, so they will not be sent if
3582       holidays mean the item is not actually overdue yet
3583
3584 .. _overduesblockcirc-label:
3585
3586 OverduesBlockCirc
3587 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3588
3589 Default: Ask for confirmation
3590
3591 Asks: \_\_\_ when checking out to a borrower that has overdues
3592 outstanding
3593
3594 Values:
3595
3596 -  Ask for confirmation
3597
3598    -  Will not let you check an item out to patrons with overdues until
3599       a librarian confirms that it is okay
3600
3601 -  Block
3602
3603    -  Block all patrons with overdue items from being able to check out
3604
3605 -  Don't block
3606
3607    -  Allow all patrons with overdue items to continue to check out
3608
3609 .. _overduesblockrenewing-label:
3610
3611 OverduesBlockRenewing
3612 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3613
3614 Default: allow renewing
3615
3616 Asks: When a patron's checked out item is overdue, \_\_\_
3617
3618 Values:
3619
3620 -  allow renewing
3621
3622 -  block renewing for all the patron's items
3623
3624 -  block renewing for only this item
3625
3626 .. _printnoticesmaxlines-label:
3627
3628 PrintNoticesMaxLines
3629 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3630
3631 Asks: Include up to \_\_\_ item lines in a printed overdue notice.
3632
3633     **Note**
3634
3635     If the number of items is greater than this number, the notice will
3636     end with a warning asking the borrower to check their online account
3637     for a full list of overdue items.
3638
3639     **Note**
3640
3641     Set to 0 to include all overdue items in the notice, no matter how
3642     many there are.
3643
3644     **Important**
3645
3646     This preference only refers to the print notices, not those sent via
3647     email.
3648
3649 .. _renewalperiodbase-label:
3650
3651 RenewalPeriodBase
3652 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3653
3654 Default: the old due date of the checkout
3655
3656 Asks: When renewing checkouts, base the new due date on \_\_\_
3657
3658 Values:
3659
3660 -  the old due date of the checkout
3661
3662 -  the current date
3663
3664 .. _renewalsendnotice-label:
3665
3666 RenewalSendNotice
3667 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3668
3669 Default: Don't send
3670
3671 Asks: \_\_\_\_ a renewal notice according to patron checkout alert
3672 preferences.
3673
3674 Values:
3675
3676 -  Don't send
3677
3678 -  Send
3679
3680 Description:
3681
3682 -  If a patron has chosen to receive a check out notice in their
3683    messaging preferences and this preference is set to 'Send' then those
3684    patrons will also receive a notice when they renew materials. You
3685    will want to set up a :ref:`new notice <adding-notices-&-slips-label>` with the code of
3686    RENEWAL (if you don't already have it) with custom text for renewing
3687    items.
3688
3689        **Important**
3690
3691        This preference requires that you have
3692        :ref:`EnhancedMessagingPreferences`
3693        set to 'Allow'
3694
3695 .. _rentalfeescheckoutconfirmation-label:
3696
3697 RentalFeesCheckoutConfirmation
3698 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3699
3700 Default: do not ask
3701
3702 Asks: When checking out an item with rental fees, \_\_\_ for
3703 confirmation.
3704
3705 Values:
3706
3707 -  ask
3708
3709   |image1183|
3710
3711 -  do not ask
3712
3713 Description:
3714
3715 -  If you are charging rental fees for items this preference will make
3716    it so that you can show (or not show) a confirmation before checking
3717    out an item that will incur a rental charge.
3718
3719 .. _rentalsinnoissuescharge-label:
3720
3721 RentalsInNoissuesCharge
3722 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3723
3724 Default: Include
3725
3726 Asks: \_\_\_ rental charges when summing up charges for noissuescharge.
3727
3728 Values:
3729
3730 -  Don't include
3731
3732 -  Include
3733
3734 Description:
3735
3736 -  This preference lets you decide if rental charges are included when
3737    calculating the :ref:`noissuescharge`. If this is set
3738    to include then Koha will include all rental charges when deciding if
3739    the patron owes too much money to check anything else out of the
3740    library. If it's set to Don't include then Koha will ignore all
3741    rental charges when figuring out if the patron owes too much money to
3742    checkout additional materials.
3743
3744 .. _restrictionblockrenewing-label:
3745
3746 RestrictionBlockRenewing
3747 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3748
3749 Default: Allow
3750
3751 Asks: If patron is restricted, \_\_\_ renewing of items.
3752
3753 Values:
3754
3755 -  Allow
3756
3757 -  Block
3758
3759 .. _returnbeforeexpiry-label:
3760
3761 ReturnBeforeExpiry
3762 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3763
3764 Default: Don't require
3765
3766 Asks: \_\_\_ patrons to return books before their accounts expire (by
3767 restricting due dates to before the patron's expiration date).
3768
3769 Values:
3770
3771 -  Don't require
3772
3773 -  Require
3774
3775 Description:
3776
3777 -  This is preference may prevent a patron from having items checked out
3778    after their library card has expired. If this is set to "Require",
3779    then a due date of any checked out item can not be set for a date
3780    which falls after the patron's card expiration. If the setting is
3781    left "Don't require" then item check out dates may exceed the
3782    expiration date for the patron's library card.
3783
3784 .. _returntoshelvingcart-label:
3785
3786 ReturnToShelvingCart
3787 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3788
3789 Default: Don't move
3790
3791 Asks: \_\_\_ all items to the location CART when they are checked in.
3792
3793 Values:
3794
3795 -  Don't move
3796
3797 -  Move
3798
3799 Description:
3800
3801 -  More information can be found in the :ref:`related
3802    chapter <in-processing-/-book-cart-locations-label>` in this manual.
3803
3804 .. _staffsearchresultsdisplaybranch-label:
3805
3806 StaffSearchResultsDisplayBranch
3807 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3808
3809 Default: the library the item is held by
3810
3811 Asks: For search results in the staff client, display the branch of
3812 \_\_\_
3813
3814 Values:
3815
3816 -  the library the item is from
3817
3818 -  the library the items is held by
3819
3820 .. _switchonsitecheckouts-label:
3821
3822 SwitchOnSiteCheckouts
3823 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3824
3825 Default: Don't switch
3826
3827 Asks: \_\_\_ on-site checkouts to normal checkouts when checked out.
3828
3829 Values:
3830
3831 -  Don't switch
3832
3833 -  Switch
3834
3835 .. _transfersmaxdayswarning-label:
3836
3837 TransfersMaxDaysWarning
3838 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3839
3840 Default: 3
3841
3842 Asks: Show a warning on the "Transfers to Receive" screen if the
3843 transfer has not been received \_\_\_ days after it is sent.
3844
3845 Description:
3846
3847 -  The TransferMaxDaysWarning preference is set at a default number of
3848    days. This preference allows for a warning to appear after a set
3849    amount of time if an item being transferred between library branches
3850    has not been received. The warning will appear in the :ref:`Transfers to
3851    Receive <transfers-to-receive-label>` report.
3852
3853 .. _usebranchtransferlimits-&-branchtransferlimitstype-label:
3854
3855 UseBranchTransferLimits & BranchTransferLimitsType
3856 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3857
3858 Defaults: Don't enforce & collection code
3859
3860 Asks: \_\_\_ branch transfer limits based on \_\_\_
3861
3862 UseBranchTransferLimits Values:
3863
3864 -  Don't enforce
3865
3866 -  Enforce
3867
3868 BranchTransferLimitsType Values:
3869
3870 -  collection code
3871
3872 -  item type
3873
3874 BranchTransferLimitsType Description:
3875
3876 -  This parameter is a binary setting which determines whether items are
3877    transferred according to item type or collection code. This value
3878    determines how the library manager is able to restrict what items can
3879    be transferred between the branches.
3880
3881 .. _usedaysmode-label:
3882
3883 useDaysMode
3884 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3885
3886 Default: Don't include
3887
3888 Asks: Calculate the due date using \_\_\_.
3889
3890 Values:
3891
3892 -  circulation rules only.
3893
3894 -  the calendar to push the due date to the next open day.
3895
3896 -  the calendar to skip all days the library is closed.
3897
3898 Description:
3899
3900 -  This preference controls how scheduled library closures affect the
3901    due date of a material. The 'the calendar to skip all days the
3902    library is closed' setting allows for a scheduled closure not to
3903    count as a day in the loan period, the 'circulation rules only'
3904    setting would not consider the scheduled closure at all, and 'the
3905    calendar to push the due date to the next open day' would only effect
3906    the due date if the day the item is due would fall specifically on
3907    the day of closure.
3908
3909 Example:
3910
3911 -  The library has put December 24th and 25th in as closures on the
3912    calendar. A book checked out by a patron has a due date of December
3913    25th according to the circulation and fine rules. If this preference
3914    is set to 'circulation rules only' then the item will remain due on
3915    the 25th. If the preference is set to 'the calendar to push the due
3916    date to the next open day' then the due date will be December 26th.
3917    If the preference is set to 'the calendar to skip all days the
3918    library is closed' then the due date will be pushed to the 27th of
3919    December to accommodate for the two closed days.
3920
3921 The calendar is defined on a branch by branch basis. To learn more about
3922 the calendar, check out the ^:ref:`Calendar & Holidays <calendar-label>`^
3923 section of this manual.
3924
3925 .. _usetransportcostmatrix-label:
3926
3927 UseTransportCostMatrix
3928 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3929
3930 Default: Don't use
3931
3932 Asks: \_\_\_ Transport Cost Matrix for calculating optimal holds filling
3933 between branches.
3934
3935 Values:
3936
3937 -  Don't use
3938
3939 -  Use
3940
3941 Description:
3942
3943 -  If the system is configured to use the :ref:`Transport cost
3944    matrix <transport-cost-matrix-label>` for filling holds, then when
3945    attempting to fill a hold, the system will search for the lowest cost
3946    branch, and attempt to fill the hold with an item from that branch
3947    first. Branches of equal cost will be selected from randomly. The
3948    branch or branches of the next highest cost shall be selected from
3949    only if all the branches in the previous group are unable to fill the
3950    hold.
3951
3952    The system will use the item's current holding branch when
3953    determining whether the item can fulfill a hold using the Transport
3954    Cost Matrix.
3955
3956 .. _course-reserves-label:
3957
3958 Course Reserves
3959 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3960
3961 .. _usecoursereserves-label:
3962
3963 UseCourseReserves
3964 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3965
3966 Default: Don't use
3967
3968 Asks: \_\_\_ course reserves
3969
3970 Values:
3971
3972 -  Don't use
3973
3974 -  Use
3975
3976 Description:
3977
3978 -  The `Course Reserves <#coursereserves>`__ module in Koha allows you
3979    to temporarily move items to 'reserve' and assign different
3980    circulation rules to these items while they are being used for a
3981    specific course.
3982
3983 .. _fines-policy-label:
3984
3985 Fines Policy
3986 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3987
3988 .. _finescalendar-label:
3989
3990 finesCalendar
3991 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3992
3993 Default: not including the days the library is closed
3994
3995 Asks: Calculate fines based on days overdue \_\_\_
3996
3997 Values:
3998
3999 -  directly
4000
4001 -  not including the days the library is closed
4002
4003 Description:
4004
4005 -  This preference will determine whether or not fines will be accrued
4006    during instances when the library is closed. Examples include
4007    holidays, library in-service days, etc. Choosing "not including the
4008    days the library is closed" setting will enable Koha to access its
4009    :ref:`Calendar` module and be considerate of dates when
4010    the library is closed. To make use of this setting the administrator
4011    must first access Koha's calendar and mark certain days as "holidays"
4012    ahead of time.
4013
4014 The calendar is defined on a branch by branch basis. To learn more about
4015 the calendar, check out the ^:ref:`Calendar & Holidays <calendar-label>`
4016 section of this manual.
4017
4018 .. _finesincludegraceperiod-label:
4019
4020 FinesIncludeGracePeriod
4021 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4022
4023 Default: Include
4024
4025 Asks: \_\_\_ the grace period when calculating the fine for an overdue
4026 item.
4027
4028 Values:
4029
4030 -  Don't include
4031
4032 -  Include
4033
4034 Description:
4035
4036 -  This preference lets you control how Koha calculates fines when there
4037    is a grace period. If you choose to include the grace period when
4038    calculating fines then Koha will charge for the days in the grace
4039    period should the item be overdue more than those days. If you choose
4040    not to include the grace period then Koha will only charge for the
4041    days overdue after the grace period.
4042
4043 .. _finesmode-label:
4044
4045 finesMode
4046 ^^^^^^^^^^^^^^^^^^^^^^^^^^
4047
4048 Default: Calculate (but only for mailing to the admin)
4049
4050 Asks: \_\_\_ fines
4051
4052 Values:
4053
4054 -  Calculate (but only for mailing to the admin)
4055
4056 -  Calculate and charge
4057
4058 -  Don't calculate
4059
4060     **Important**
4061
4062     Requires that you have the fines cron job running
4063     (misc/cronjobs/fines.pl)
4064
4065 .. _holdfeemode-label:
4066
4067 HoldFeeMode
4068 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4069
4070 Default: only if all items are checked out and the record has at least one hold already.
4071
4072 Asks: Charge a hold fee \_\_\_
4073
4074 Values:
4075
4076 -  any time a hold is collected.
4077
4078 -  any time a hold is placed.
4079
4080 -  only if all items are checked out and the record has at least one hold already.
4081
4082 .. _processingfeenote-label:
4083
4084 ProcessingFeeNote
4085 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4086
4087 Asks: Set the text to be recorded in the column 'note', table 'accountlines' when the processing fee (defined in item type) is applied.
4088
4089 .. _refundlostonreturncontrol-label:
4090
4091 RefundLostOnReturnControl
4092 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4093
4094 Default: check-in library.
4095
4096 Asks: If a lost item is returned, apply the refunding rules defined
4097 in the \_\_\_
4098
4099 Values:
4100
4101 -  check-in library.
4102
4103 -  item holding branch.
4104
4105 -  item home branch.
4106
4107 .. _usedefaultreplacementcost-label:
4108
4109 useDefaultReplacementCost
4110 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4111
4112 Default: Don't use
4113
4114 Asks: \_\_\_ the default replacement cost defined in item type.
4115
4116 Values:
4117
4118 -  Don't use
4119
4120 -  Use
4121
4122 Description:
4123
4124 -  This preference enables the use of the replacement cost set on the item type level
4125
4126 .. _whenlostchargereplacementfee-label:
4127
4128 WhenLostChargeReplacementFee
4129 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4130
4131 Default: Charge
4132
4133 Asks: \_\_\_ the replacement price when a patron loses an item.
4134
4135 Values:
4136
4137 -  Charge
4138
4139 -  Don't charge
4140
4141 Description:
4142
4143 -  This preference lets you tell Koha what to do with an item is marked
4144    lost. If you want Koha can 'Charge' the patron the replacement fee
4145    listed on the item they lost or it can do nothing in reference to the
4146    patron and just mark the item lost in the catalog.
4147
4148 .. _whenlostforgivefine-label:
4149
4150 WhenLostForgiveFine
4151 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4152
4153 Default: Don't forgive
4154
4155 Asks: \_\_\_ the fines on an item when it is lost.
4156
4157 Values:
4158
4159 -  Don't forgive
4160
4161 -  Forgive
4162
4163 Description:
4164
4165 -  This preference allows the library to decide if fines are charged in
4166    addition to the replacement fee when an item is marked as lost. If
4167    this preference is set to 'Forgive' then the patron won't be charged
4168    fines in addition to the replacement fee.
4169
4170 .. _holds-policy-label:
4171
4172 Holds Policy
4173 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4174
4175 .. _allowholddateinfuture-label:
4176
4177 AllowHoldDateInFuture
4178 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4179
4180 Default: Allow
4181
4182 Asks: \_\_\_ hold requests to be placed that do not enter the waiting
4183 list until a certain future date.
4184
4185 Values:
4186
4187 -  Allow
4188
4189 -  Don't allow
4190
4191 .. _allowholditemtypeselection-label:
4192
4193 AllowHoldItemTypeSelection
4194 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4195
4196 Default: Don't allow
4197
4198 Asks: \_\_\_ hold fulfillment to be limited by itemtype.
4199
4200 Values:
4201
4202 -  Allow
4203
4204 -  Don't allow
4205
4206 .. _allowholdpolicyoverride-label:
4207
4208 AllowHoldPolicyOverride
4209 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4210
4211 Default: Allow
4212
4213 Asks: \_\_\_ staff to override hold policies when placing holds.
4214
4215 Values:
4216
4217 -  Allow
4218
4219 -  Don't allow
4220
4221 Description:
4222
4223 -  This preference is a binary setting which controls whether or not the
4224    library staff can override the circulation and fines rules as they
4225    pertain to the placement of holds. Setting this value to "Don't
4226    allow" will prevent anyone from overriding, setting it to "Allow"
4227    will allow it. This setting is important because it determines how
4228    strict the libraries rules for placing holds are. If this is set to
4229    "Allow", exceptions can be made for patrons who are otherwise
4230    normally in good standing with the library, but there is opportunity
4231    for the staff to abuse this function. If it is set to "Don't allow",
4232    no abuse of the system is possible, but it makes the system entirely
4233    inflexible in respect to holds.
4234
4235 .. _allowholdsondamageditems-label:
4236
4237 AllowHoldsOnDamagedItems
4238 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4239
4240 Default: Allow
4241
4242 Asks: \_\_\_ hold requests to be placed on damaged items.
4243
4244 Values:
4245
4246 -  Allow
4247
4248 -  Don't allow
4249
4250 Description:
4251
4252 -  This parameter is a binary setting which controls whether or not hold
4253    requests can be placed on items that are marked as "damaged" (items
4254    are marked as damaged by editing subfield 4 on the item record).
4255    Setting this value to "Don't allow" will prevent anyone from placing
4256    a hold on such items, setting it to "Allow" will allow it. This
4257    preference is important because it determines whether or not a patron
4258    can place a request for an item that might be in the process of being
4259    repaired or not in good condition. The library may wish to set this
4260    to "Don't allow" if they were concerned about their patrons not
4261    receiving the item in a timely manner or at all (if it is determined
4262    that the item is beyond repair). Setting it to "Allow" would allow a
4263    patron to place a hold on an item and therefore receive it as soon as
4264    it becomes available.
4265
4266 .. _allowholdsonpatronspossessions-label:
4267
4268 AllowHoldsOnPatronsPossessions
4269 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4270
4271 Default: Allow
4272
4273 Asks: \_\_\_\_ a patron to place a hold on a record where the patron
4274 already has one or more items attached to that record checked out.
4275
4276 Values:
4277
4278 -  Allow
4279
4280 -  Don't allow
4281
4282 Description:
4283
4284 -  By setting to "Don't allow," you can prevent patrons from placing
4285    holds on items they already have out, thus preventing them from
4286    blocking anyone else from getting an item.
4287
4288 .. _allowrenewalifotheritemsavailable-label:
4289
4290 AllowRenewalIfOtherItemsAvailable
4291 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4292
4293 Default: Don't allow
4294
4295 Asks: \_\_\_ a patron to renew an item with unfilled holds if other
4296 available items can fill that hold.
4297
4298 Values:
4299
4300 -  Allow
4301
4302 -  Don't allow
4303
4304 .. _autoresumesuspendedholds-label:
4305
4306 AutoResumeSuspendedHolds
4307 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4308
4309 Default: Allow
4310
4311 Asks: \_\_\_ suspended holds to be automatically resumed by a set date.
4312
4313 Values:
4314
4315 -  Allow
4316
4317 -  Don't allow
4318
4319 Description:
4320
4321 -  If this preference is set to 'Allow' then all suspended holds will be
4322    able to have a date at after which they automatically become
4323    unsuspended. If you have this preference set to 'Allow' you will also
4324    need the :ref:`Unsuspend Holds` cron job running.
4325
4326     **Important**
4327
4328     The holds will become unsuspended the date after that entered by the
4329     patron.
4330
4331 .. _canreservefromotherbranches-label:
4332
4333 canreservefromotherbranches
4334 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4335
4336 Default: Allow
4337
4338 Asks: \_\_\_ a user from one library to place a hold on an item from
4339 another library
4340
4341 Description:
4342
4343 -  This preference is a binary setting which determines whether patrons
4344    can place holds on items from other branches. If the preference is
4345    set to "Allow" patrons can place such holds, if it is set to "Don't
4346    allow" they cannot. This is an important setting because it
4347    determines if users can use Koha to request items from another
4348    branch. If the library is sharing an installation of Koha with other
4349    independent libraries which do not wish to allow interlibrary
4350    borrowing it is recommended that this parameter be set to "Don't
4351    allow".
4352
4353 Values:
4354
4355 -  Allow
4356
4357 -  Don't allow (with :ref:`independent branches <independentbranches-label>`)
4358
4359 .. _confirmfutureholds-label:
4360
4361 ConfirmFutureHolds
4362 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4363
4364 Default: 0
4365
4366 Asks: Confirm future hold requests (starting no later than \_\_\_ days
4367 from now) at checkin time.
4368
4369 Description:
4370
4371 -  When confirming a hold at checkin time, the number of days in this
4372    preference is taken into account when deciding which holds to show
4373    alerts for. This preference does not interfere with renewing,
4374    checking out or transferring a book.
4375
4376     **Note**
4377
4378     This number of days will be used too in calculating the default end
4379     date for the Holds to pull-report. But it does not interfere with
4380     issuing, renewing or transferring books.
4381
4382     **Important**
4383
4384     This preference is only looked at if you're allowing hold dates in
4385     the future with :ref:`AllowHoldDateInFuture`
4386     or :ref:`OPACAllowHoldDateInFuture`
4387
4388 .. _decreaseloanhighholds,-decreaseloanhighholdsduration,-decreaseloanhighholdsvalue,-decreaseloanhighholdscontrol,-and-decreaseloanhighholdsignorestatuses-label:
4389
4390 decreaseLoanHighHolds, decreaseLoanHighHoldsDuration, decreaseLoanHighHoldsValue, decreaseLoanHighHoldsControl, and decreaseLoanHighHoldsIgnoreStatuses
4391 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4392
4393 Asks: \_\_\_ the reduction of loan period \_\_\_ to days for items with
4394 more than \_\_\_ holds \_\_\_ . Ignore items with the following statuses
4395 when counting items \_\_\_
4396
4397 decreaseLoanHighHolds default: Don't enable
4398
4399 decreaseLoanHighHoldsControl default: on the record
4400
4401 decreaseLoanHighHolds values:
4402
4403 -  Enable
4404
4405 decreaseLoanHighHoldsControl values:
4406
4407 -  over the number of holdable items on the records
4408
4409 -  on the record
4410
4411 decreaseLoanHighHoldsIgnoreStatuses values:
4412
4413 -  [Select All]
4414
4415 -  Damages
4416
4417 -  Lost
4418
4419 -  Not for loan
4420
4421 -  Withdrawn
4422
4423 Description:
4424
4425 -  These preferences let you change the loan length for items that have
4426    many holds on them. This will not effect items that are already
4427    checked out, but items that are checked out after the
4428    decreaseLoanHighHoldsValue is met will only be checked out for the
4429    number of days entered in the decreaseLoanHighHoldsDuration
4430    preference.
4431
4432    |image32|
4433
4434 .. _displaymultiplacehold-label:
4435
4436 DisplayMultiPlaceHold
4437 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4438
4439 Default: Don't enable
4440
4441 Asks: \_\_\_ the ability to place holds on multiple biblio from the
4442 search results
4443
4444 Values:
4445
4446 -  Don't enable
4447
4448 -  Enable
4449
4450 .. _emaillibrarianwhenholdisplaced-label:
4451
4452 emailLibrarianWhenHoldIsPlaced
4453 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4454
4455 Default: Don't enable
4456
4457 Asks: \_\_\_ sending an email to the Koha administrator email address
4458 whenever a hold request is placed.
4459
4460 Values:
4461
4462 -  Don't enable
4463
4464 -  Enable
4465
4466 Description:
4467
4468 -  This preference enables Koha to email the library staff whenever a
4469    patron requests an item to be held. While this function will
4470    immediately alert the librarian to the patron's need, it is extremely
4471    impractical in most library settings. In most libraries the hold
4472    lists are monitored and maintained from a separate interface. That
4473    said, many libraries that allow on shelf holds prefer to have this
4474    preference turned on so that they are alerted to pull an item from
4475    the shelf.
4476
4477     **Important**
4478
4479     In order for this email to send you must have a
4480     :ref:`notice <notices-&-slips-label>` template with the code of HOLDPLACED
4481
4482     **Important**
4483
4484     This notice will only be sent if the :ref:`process\_message\_queue.pl
4485     cronjob <message-queue-label>` being run periodically to send the
4486     messages.
4487
4488 .. _excludeholidaysfrommaxpickupdelay-label:
4489
4490 ExcludeHolidaysFromMaxPickUpDelay
4491 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4492
4493 Default: Don't allow
4494
4495 Asks: \_\_\_ Closed days to be taken into account in reserves max pickup delay.
4496
4497 Values:
4498
4499 -  Don't allow
4500
4501 -  Allow
4502
4503 .. _expirereservesmaxpickupdelay-label:
4504
4505 ExpireReservesMaxPickUpDelay
4506 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4507
4508 Default: Don't allow
4509
4510 Asks: \_\_\_ holds to expire automatically if they have not been picked
4511 by within the time period specified in
4512 :ref:`ReservesMaxPickUpDelay`
4513
4514 Values:
4515
4516 -  Allow
4517
4518 -  Don't allow
4519
4520 Description:
4521
4522 -  If set to 'allow' this will cancel holds that have been waiting for
4523    longer than the number of days specified in the
4524    :ref:`ReservesMaxPickUpDelay` system
4525    preference. Holds will only be cancelled if the :ref:`Expire Holds cron
4526    job <expired-holds-label>` is runnning.
4527
4528 .. _expirereservesmaxpickupdelaycharge-label:
4529
4530 ExpireReservesMaxPickUpDelayCharge
4531 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4532
4533 Default: 0
4534
4535 Asks: If using
4536 :ref:`ExpireReservesMaxPickUpDelay`, charge
4537 a borrower who allows his or her waiting hold to expire a fee of \_\_\_
4538 USD
4539
4540 Description:
4541
4542 -  If you are expiring holds that have been waiting too long you can use
4543    this preference to charge the patron for not picking up their hold.
4544    If you don't charge patrons for items that aren't picked up you can
4545    leave this set to the default which is 0. Holds will only be
4546    cancelled and charged if the :ref:`Expire Holds cron
4547    job <expired-holds-label>` is running.
4548
4549 .. _expirereservesonholidays-label:
4550
4551 ExpireReservesOnHolidays
4552 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4553
4554 Default: Allow
4555
4556 Asks: \_\_\_ expired holds to be cancelled on days the library is
4557 closed.
4558
4559 Values:
4560
4561 -  Allow
4562
4563 -  Don't allow
4564
4565 .. _localholdspriority,-localholdsprioritypatroncontrol,-localholdspriorityitemcontrol-label:
4566
4567 LocalHoldsPriority, LocalHoldsPriorityPatronControl, LocalHoldsPriorityItemControl
4568 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4569
4570 Asks: \_\_\_ priority for filling holds to patrons whose \_\_\_ matches
4571 the item's \_\_\_
4572
4573 LocalHoldsPriority Values:
4574
4575 -  Don't give
4576
4577 -  Give
4578
4579 LocalHoldsPriorityPatronControl Values:
4580
4581 -  home library
4582
4583 -  pickup library
4584
4585 LocalHoldsPriorityItemControl Values:
4586
4587 -  holding library
4588
4589 -  home library
4590
4591 Description:
4592
4593 -  This feature will allow libraries to specify that, when an item is
4594    returned, a local hold may be given priority for fulfillment even
4595    though it is of lower priority in the list of unfilled holds.
4596
4597 .. _maxreserves-label:
4598
4599 maxreserves
4600 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4601
4602 Default: 50
4603
4604 Asks: Patrons can only have \_\_\_ holds at once.
4605
4606 .. _opacallowholddateinfuture-label:
4607
4608 OPACAllowHoldDateInFuture
4609 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4610
4611 Default: Allow
4612
4613 Asks: \_\_\_ patrons to place holds that don't enter the waiting list
4614 until a certain future date.
4615
4616 Values:
4617
4618 -  Allow
4619
4620    -  :ref:`AllowHoldDateInFuture` must also be
4621       enabled for this to work
4622
4623 -  Don't allow
4624
4625 .. _opacallowusertochoosebranch-label:
4626
4627 OPACAllowUserToChooseBranch
4628 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4629
4630 Default: Allow
4631
4632 Asks: \_\_\_ a user to choose the branch to pick up a hold from.
4633
4634 Values:
4635
4636 -  Allow
4637
4638 -  Don't allow
4639
4640 Description:
4641
4642 -  Changing this preference will not prevent staff from being able to
4643    transfer titles from one branch to another to fill a hold, it will
4644    only prevent patrons from saying they plan on picking a book up at a
4645    branch other than their home branch.
4646
4647 .. _opacholdsifavailableatpickup-label:
4648
4649 OPACHoldsIfAvailableAtPickup
4650 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4651
4652 Default: Allow
4653
4654 Asks: \_\_\_ to pickup holds at libraries where the item is available.
4655
4656 Values:
4657
4658 -  Don't allow
4659
4660 -  Allow
4661
4662 Description:
4663
4664 -  Prevents borrowers from requesting items that are on the shelf
4665    at the same branch at which they wish to pick up those items.
4666
4667 .. _opacholdsifavailableatpickupexceptions-label:
4668
4669 OPACHoldsIfAvailableAtPickupExceptions
4670 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4671
4672 Default: blank
4673
4674 Asks: Patron categories not affected by :ref:`OPACHoldsIfAvailableAtPickup`
4675 \_\_\_ (list of patron categories separated with a pipe ^|^)
4676
4677 .. _reservescontrolbranch-label:
4678
4679 ReservesControlBranch
4680 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4681
4682 Default: item's home library
4683
4684 Asks: Check the \_\_\_ to see if the patron can place a hold on the
4685 item.
4686
4687 Values:
4688
4689 -  item's home library.
4690
4691 -  patron's home library.
4692
4693 .. _reservesmaxpickupdelay-label:
4694
4695 ReservesMaxPickUpDelay
4696 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4697
4698 Default: 7
4699
4700 Asks: Mark a hold as problematic if it has been waiting for more than
4701 \_\_\_ days.
4702
4703 Description:
4704
4705 -  This preference (based on calendar days, not the :ref:`Koha holiday
4706    calendar <calendar-label>`) puts an expiration date on an item a
4707    patron has on hold. After this expiration date the staff will have
4708    the option to release the unclaimed hold which then may be returned
4709    to the library shelf or issued to the next patron on the item's hold
4710    list. Items that are 'expired' by this preference are moved to the
4711    'Holds Over' tab on the ^:ref:`Holds Awaiting Pickup <holds-awaiting-pickup-label>`^
4712    report.
4713
4714 .. _reservesneedreturns-label:
4715
4716 ReservesNeedReturns
4717 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4718
4719 Default: Don't automatically
4720
4721 Asks: \_\_\_ mark holds as found and waiting when a hold is placed
4722 specifically on them and they are already checked in.
4723
4724 Values:
4725
4726 -  Automatically
4727
4728 -  Don't automatically
4729
4730 Description:
4731
4732 -  This preference refers to 'item specific' holds where the item is
4733    currently on the library shelf. This preference allows a library to
4734    decide whether an 'item specific' hold is marked as "Waiting" at the
4735    time the hold is placed or if the item will be marked as "Waiting"
4736    after the item is checked in. This preference will tell the patron
4737    that their item is 'Waiting' for them at their library and ready for
4738    check out.
4739
4740 .. _staticholdsqueueweight,-holdsqueueskipclosed-&-randomizeholdsqueueweight-label:
4741
4742 StaticHoldsQueueWeight, HoldsQueueSkipClosed & RandomizeHoldsQueueWeight
4743 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4744
4745 StaticHoldsQueueWeight Default: 0
4746
4747 HoldsQueueSkipClosed Default: open or closed
4748
4749 RandomizeHoldsQueueWeight Default: in that order
4750
4751 Asks: Satisfy holds using items from the libraries \_\_\_ (as
4752 branchcodes, separated by commas; if empty, uses all libraries) when
4753 they are \_\_\_ \_\_\_.
4754
4755 HoldsQueueSkipClosed Values:
4756
4757 -  open or closed
4758
4759 -  open
4760
4761 RandomizeHoldsQueueWeight Values:
4762
4763 -  in random order
4764
4765    -  If StaticHoldsQueueWeight is left at the default Koha will
4766       randomize all libraries, otherwise it will randomize the libraries
4767       listed.
4768
4769 -  in that order
4770
4771    -  If StaticHoldsQueueWeight is left at the default then this will
4772       use all of your branches in alphabetical order, otherwise it will
4773       use the branches in the order that you entered them in the
4774       StaticHoldsQueueWeight preference.
4775
4776 Descriptions:
4777
4778 -  These preferences control how the :ref:`Holds Queue
4779    report <holds-queue-label>` is generated using :ref:`a cron
4780    job <holds-queue-label>`.
4781
4782    If you do not want all of your libraries to participate in the
4783    on-shelf holds fulfillment process, you should list the the libraries
4784    that \*do\* participate in the process here by inputting all the
4785    participating library's branchcodes, separated by commas ( e.g.
4786    "MPL,CPL,SPL,BML" etc. ).
4787
4788    By default, the holds queue will be generated such that the system
4789    will first attempt to hold fulfillment using items already at the
4790    pickup library if possible. If there are no items available at the
4791    pickup library to fill a hold, build\_holds\_queue.pl will then use
4792    the list of libraries defined in StaticHoldsQueueWeight. If
4793    RandomizeHoldsQueueWeight is disabled ( which it is by default ), the
4794    script will assign fulfillment requests in the order the branches are
4795    placed in the StaticHoldsQueueWeight system preference.
4796
4797    For example, if your system has three libraries, of varying sizes (
4798    small, medium and large ) and you want the burden of holds
4799    fulfillment to be on larger libraries before smaller libraries, you
4800    would want StaticHoldsQueueWeight to look something like
4801    "LRG,MED,SML".
4802
4803    If you want the burden of holds fulfillment to be spread out equally
4804    throughout your library system, simply enable
4805    RandomizeHoldsQueueWeight. When this system preference is enabled,
4806    the order in which libraries will be requested to fulfill an on-shelf
4807    hold will be randomized each time the list is regenerated.
4808
4809    Leaving StaticHoldsQueueWeight empty is contraindicated at this time.
4810    Doing so will cause the build\_holds\_queue script to ignore
4811    RandomizeHoldsQueueWeight, causing the script to request hold
4812    fulfillment not randomly, but by alphabetical order.
4813
4814     **Important**
4815
4816     The :ref:`Transport Cost Matrix <transport-cost-matrix-label>` takes
4817     precedence in controlling where holds are filled from, if the matrix
4818     is not used then Koha checks the StaticHoldsQueueWeight. To use the
4819     Transport Cost Matrix simply set your
4820     :ref:`UseTransportCostMatrix` preference to
4821     'Use'
4822
4823 .. _suspendholdsintranet-label:
4824
4825 SuspendHoldsIntranet
4826 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4827
4828 Default: Allow
4829
4830 Asks: \_\_\_ holds to be suspended from the intranet.
4831
4832 Values:
4833
4834 -  Allow
4835
4836 -  Don't allow
4837
4838 Description:
4839
4840 -  The holds suspension feature can be turned on and off in the staff
4841    client by altering this system preference. If this is set to 'allow'
4842    you will want to set the
4843    :ref:`AutoResumeSuspendedHolds` system
4844    preference.
4845
4846 .. _suspendholdsopac-label:
4847
4848 SuspendHoldsOpac
4849 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4850
4851 Default: Allow
4852
4853 Asks: \_\_\_ holds to be suspended from the OPAC.
4854
4855 Values:
4856
4857 -  Allow
4858
4859 -  Don't allow
4860
4861 Description:
4862
4863 -  The holds suspension feature can be turned on and off in the OPAC by
4864    altering this system preference. If this is set to 'allow' you will
4865    want to set the
4866    :ref:`AutoResumeSuspendedHolds` system
4867    preference.
4868
4869 .. _transferwhencancelallwaitingholds-label:
4870
4871 TransferWhenCancelAllWaitingHolds
4872 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4873
4874 Default: Don't transfer
4875
4876 Asks: \_\_\_ items when cancelling all waiting holds.
4877
4878 Values:
4879
4880 -  Don't transfer
4881
4882 -  Transfer
4883
4884 Description:
4885
4886 -  When TransferWhenCancelAllWaitingHolds is set to "Don't transfer", no
4887    branch transfer records are created. Koha will not allow the holds to
4888    be transferred, because that would orphan the items at the library
4889    where the holds were awaiting pickup, without any further instruction
4890    to staff as to what items are at the library or where they need to
4891    go. When that system preference set to "Transfer", branch transfers
4892    are created, so the holds may be cancelled.
4893
4894 .. _housebound-module-label:
4895
4896 Housebound module
4897 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4898
4899 .. _houseboundmodule-label:
4900
4901 HouseboundModule
4902 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4903
4904 Default: Disable
4905
4906 Asks: \_\_\_ housebound module
4907
4908 Values:
4909
4910 -  Disable
4911
4912 -  Enable
4913
4914 Description:
4915
4916 -  This preference enables or disables the Housebound module which
4917    handles management of circulation to Housebound readers.
4918
4919 .. _housebound-interface-label:
4920
4921 Interface
4922 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4923
4924 .. _allowallmessagedeletion-label:
4925
4926 AllowAllMessageDeletion
4927 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4928
4929 Default: Don't allow
4930
4931 Asks: \_\_\_ staff to delete messages added from other libraries.
4932
4933 Values:
4934
4935 -  Allow
4936
4937 -  Don't allow
4938
4939 .. _allowcheckoutnotes-label:
4940
4941 AllowCheckoutNotes
4942 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4943
4944 Default: Don't allow
4945
4946 Asks: \_\_\_ patrons to submit notes about checked out items.
4947
4948 Values:
4949
4950 -  Don't allow
4951
4952 -  Allow
4953
4954 This preference if set to allow will give your patrons the option to add
4955 a note to an item they have checked out on the OPAC side.  This note will be
4956 seen on the staff side when the item is checked in.
4957
4958 .. _allowofflinecirculation-label:
4959
4960 AllowOfflineCirculation
4961 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4962
4963 Default: Do not enable
4964
4965 Asks: \_\_\_ offline circulation on regular circulation computers.
4966
4967 Values:
4968
4969 -  Do not enable
4970
4971 -  Enable
4972
4973 Description:
4974
4975 -  Setting this preference to 'Enable' allows you to use the Koha
4976    interface for :ref:`offline circulation <offline-circulation-utilities-label>`. This system
4977    preference does not affect the :ref:`Firefox
4978    plugin <firefox-plugin-label>` or the :ref:`desktop
4979    application <offline-circ-tool-for-windows-label>`, any of these three options can
4980    be used for offline circulation without effecting the other.
4981
4982 .. _autoswitchpatron-label:
4983
4984 AutoSwitchPatron
4985 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4986
4987 Default: Don't enable
4988
4989 Asks: \_\_\_ the automatic redirection to another patron when a patron
4990 barcode is scanned instead of a book. This should not be enabled if you
4991 have overlapping patron and book barcodes.
4992
4993 Values:
4994
4995 -  Don't enable
4996
4997 -  Enable
4998
4999 Description:
5000
5001 -  Enabling this system preference allows staff to scan a patron barcode instead
5002    of an item barcode in the checkout box to switch patron files.
5003
5004 .. _circautocompl-label:
5005
5006 CircAutocompl
5007 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5008
5009 Default: Try
5010
5011 Asks: \_\_\_ to automatically fill in the member when entering a patron
5012 search on the circulation screen.
5013
5014 Description:
5015
5016 -  This preference is a binary setting which determines whether
5017    auto-completion of fields is enabled or disabled for the circulation
5018    input field. Setting it to "Try" would enable a staff member to begin
5019    typing a name or other value into the field and have a menu pop up
5020    with suggestions for completing it. Setting it to "Don't try" would
5021    disable this feature. This preference can make staff members' jobs
5022    easier or it could potentially slow down the page loading process.
5023
5024 Values:
5025
5026 -  Don't try
5027
5028 -  Try
5029
5030    |image33|
5031
5032 .. _circautoprintquickslip-label:
5033
5034 CircAutoPrintQuickSlip
5035 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5036
5037 Default: open a print quick slip window
5038
5039 Asks: When an empty barcode field is submitted in circulation \_\_\_
5040
5041 Values:
5042
5043 -  clear the screen
5044
5045 -  open a print quick slip window
5046
5047 -  open a print slip window
5048
5049 Description:
5050
5051 -  If this preference is set to open a quick slip
5052    (:ref:`ISSUEQSLIP <existing-notices-&-slips-label>`) or open a slip
5053    (:ref:`ISSUESLIP <existing-notices-&-slips-label>`) for printing it will eliminate the
5054    need for the librarian to click the print button to generate a
5055    checkout receipt for the patron they're checking out to. If the
5056    preference is set to clear the screen then "checking out" an empty
5057    barcode will clear the screen of the patron you were last working
5058    with.
5059
5060 .. _circsidebar-label:
5061
5062 CircSidebar
5063 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5064
5065 Default: Deactivate
5066
5067 Asks: \_\_\_ the navigation sidebar on all Circulation pages.
5068
5069 Values:
5070
5071 -  Deactivate
5072
5073 -  Activate
5074
5075 .. _displayclearscreenbutton-label:
5076
5077 DisplayClearScreenButton
5078 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5079
5080 Default: Show
5081
5082 Asks: \_\_\_ a button to clear the current patron from the screen on the
5083 circulation screen.
5084
5085 Values:
5086
5087 -  Don't show
5088
5089    |image36|
5090
5091 -  Show
5092
5093    |image37|
5094
5095 .. _exportcirchistory-label:
5096
5097 ExportCircHistory
5098 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5099
5100 Default: Don't show
5101
5102 Asks: \_\_\_ the export patron checkout history options.
5103
5104 Values:
5105
5106 -  Don't show
5107
5108 -  Show
5109
5110 .. _exportremovefields-label:
5111
5112 ExportRemoveFields
5113 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5114
5115 Asks: The following fields should be excluded from the patron checkout
5116 history CSV or iso2709 export \_\_\_
5117
5118 Description:
5119
5120 -  This space separated list of fields (e.g. 100a 245b) will
5121    automatically be excluded when exporting the patron's current
5122    checkout history.
5123
5124    |image38|
5125
5126 .. _filterbeforeoverduereport-label:
5127
5128 FilterBeforeOverdueReport
5129 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5130
5131 Default: Don't require
5132
5133 Asks: \_\_\_ staff to choose which checkouts to show before running the
5134 overdues report.
5135
5136 Description:
5137
5138 -  Koha's overdue report shows you all of the overdue items in your
5139    library system. If you have a large library system you'll want to set
5140    this preference to 'Require' to force those running the report to
5141    first limit the data generated to a branch, date range, patron
5142    category or other such filter. Requiring that the report be filtered
5143    before it's run prevents your staff from running a system heavy
5144    report and slowing down other operations in the system.
5145
5146    |image34|
5147
5148 Values:
5149
5150 -  Don't require
5151
5152 -  Require
5153
5154 .. _finenotifyatcheckin-label:
5155
5156 FineNotifyAtCheckin
5157 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5158
5159 Default: Don't notify
5160
5161 Asks: \_\_\_ librarians of overdue fines on the items they are checking
5162 in.
5163
5164 Values:
5165
5166 -  Don't notify
5167
5168 -  Notify
5169
5170 Description:
5171
5172 -  With this preference set to 'Notify' all books that have overdue
5173    fines owed on them will pop up a warning when checking them in. This
5174    warning will need to acknowledged before you can continue checking
5175    items in. With this preference set to 'Don't notify,^ you will still
5176    see fines owed on the patron record, you just won't have an
5177    additional notification at check in.
5178
5179    |image35|
5180
5181 .. _holdstopullstartdate-label:
5182
5183 HoldsToPullStartDate
5184 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5185
5186 Default: 2
5187
5188 Asks: Set the default start date for the Holds to pull list to \_\_\_
5189 day(s) ago.
5190
5191 Description:
5192
5193 -  The :ref:`Holds to Pull <holds-to-pull-label>` report in circulation defaults to
5194    filtering holds placed 2 days ago. This preference allows you to set
5195    this default filter to any number of days.
5196
5197 .. _itembarcodefallbacksearch-label:
5198
5199 itemBarcodeFallbackSearch
5200 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5201
5202 Default: Don't enable
5203
5204 Asks: \_\_\_ the automatic use of a keyword catalog search if the phrase
5205 entered as a barcode on the checkout page does not turn up any results
5206 during an item barcode search.
5207
5208 Values:
5209
5210 -  Don't enable
5211
5212 -  Enable
5213
5214    |image40|
5215
5216 Description:
5217
5218 -  Sometimes libraries want to checkout using something other than the
5219    barcode. Enabling this preference will do a keyword search of Koha to
5220    find the item you're trying to check out. You can use the call
5221    number, barcode, part of the title or anything you'd enter in the
5222    keyword search when this preference is enabled and Koha will ask you
5223    which item you're trying to check out.
5224
5225     **Important**
5226
5227     While you're not searching by barcode a barcode is required on every
5228     title you check out. Only titles with barcodes will appear in the
5229     search results.
5230
5231 .. _itembarcodeinputfilter-label:
5232
5233 itemBarcodeInputFilter
5234 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5235
5236 Default: Don't filter
5237
5238 Asks: \_\_\_ scanned item barcodes.
5239
5240 Values:
5241
5242 -  Convert from CueCat format
5243
5244 -  Convert from Libsuite8 form
5245
5246 -  Don't filter
5247
5248 -  EAN-13 or zero-padded UPC-A from
5249
5250 -  Remove spaces from
5251
5252 -  Remove the first number from T-prefix style
5253
5254    -  This format is common among those libraries migrating from Follett
5255       systems
5256
5257 .. _noticecss-label:
5258
5259 NoticeCSS
5260 ^^^^^^^^^^^^^^^^^^^^^^^^^^
5261
5262 Asks: Include the stylesheet at \_\_\_ on Notices.
5263
5264     **Important**
5265
5266     This should be a complete URL, starting with http://
5267
5268 Description:
5269
5270 -  If you would like to style your notices with a consistent set of
5271    fonts and colors you can use this preference to point Koha to a
5272    stylesheet specifically for your notices.
5273
5274 .. _numreturneditemstoshow-label:
5275
5276 numReturnedItemsToShow
5277 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5278
5279 Default: 20
5280
5281 Asks : Show the \_\_\_ last returned items on the checkin screen.
5282
5283 .. _previousissuesdefaultsortorder-label:
5284
5285 previousIssuesDefaultSortOrder
5286 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5287
5288 Default: earliest to latest
5289
5290 Asks: Sort previous checkouts on the circulation page from \_\_\_ due
5291 date.
5292
5293 Values:
5294
5295 -  earliest to latest
5296
5297 -  latest to earliest
5298
5299 .. _recordlocaluseonreturn-label:
5300
5301 RecordLocalUseOnReturn
5302 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5303
5304 Default: Don't record
5305
5306 Asks: \_\_\_ local use when an unissued item is checked in.
5307
5308 Values:
5309
5310 -  Don't record
5311
5312 -  Record
5313
5314 Description:
5315
5316 -  When this preference is set to "Don't record" you can record local
5317    use of items by checking items out to the statistical patron. With
5318    this preference set to "Record" you can record local use by checking
5319    out to the statistical patron and/or by checking in a book that is
5320    not currently checked out.
5321
5322 .. _showallcheckins-label:
5323
5324 ShowAllCheckins
5325 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5326
5327 Default: Do not show
5328
5329 Asks: \_\_\_ all items in the "Checked-in items" list, even items that
5330 were not checked out.
5331
5332 Values:
5333
5334 -  Do not show
5335
5336 -  Show
5337
5338 Description:
5339
5340 -  When items that are not currently checked out are checked in they
5341    don't show on the list of checked in items. This preference allows
5342    you to choose how you'd like the log of checked in items displays.
5343
5344 .. _specifyduedate-label:
5345
5346 SpecifyDueDate
5347 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5348
5349 Default: Allow
5350
5351 Asks: \_\_\_ staff to specify a due date for a checkout.
5352
5353 Due dates are calculated using your circulation and fines rules, but
5354 staff can override that if you allow them to specify a due date at
5355 checkout.
5356
5357 Description:
5358
5359 -  This preference allows for circulation staff to change a due date
5360    from the automatic due date to another calendar date. This option
5361    would be used for circumstances in which the due date may need to be
5362    decreased or extended in a specific circumstance. The "Allow" setting
5363    would allow for this option to be utilized by staff, the "Don't
5364    allow" setting would bar staff from changing the due date on
5365    materials.
5366
5367 Values:
5368
5369 -  Allow
5370
5371    |image41|
5372
5373 -  Don't allow
5374
5375    |image42|
5376
5377 .. _specifyreturndate-label:
5378
5379 SpecifyReturnDate
5380 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5381
5382 Default: Don't allow
5383
5384 Asks: \_\_\_ staff to specify a return date for a check in.
5385
5386 Values:
5387
5388 -  Allow
5389
5390   |image1185|
5391
5392 -  Don't allow
5393
5394   |image1186|
5395
5396 Description:
5397
5398 -  This preference lets you decide if staff can specify an arbitrary
5399    return date when checking in items. If an arbitrary return date is
5400    specified then fines are recalculated accordingly.
5401
5402 .. _todaysissuesdefaultsortorder-label:
5403
5404 todaysIssuesDefaultSortOrder
5405 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5406
5407 Default: latest to earliest
5408
5409 Asks: Sort today's checkouts on the circulation page from \_\_\_ due
5410 date.
5411
5412 Values:
5413
5414 -  earliest to latest
5415
5416 -  latest to earliest
5417
5418 .. _updatetotalissuesoncirc-label:
5419
5420 UpdateTotalIssuesOnCirc
5421 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5422
5423 Default: Do not
5424
5425 Asks: \_\_\_ update a bibliographic record's total issues count whenever
5426 an item is issued
5427
5428 Values:
5429
5430 -  Do
5431
5432        **Important**
5433
5434        This increases server load significantly; if performance is a
5435        concern, use the :ref:`cron job <track-total-checkouts-label>` to update the
5436        total issues count instead.
5437
5438 -  Do not
5439
5440 Description:
5441
5442 -  Koha can track the number of times and item is checked out and store
5443    that on the item record in the database. This information is not
5444    stored by default. Setting this preference to 'Do' will tell Koha to
5445    track that info everytime the item is checked out in real time.
5446    Otherwise you could use the :ref:`cron job <track-total-checkouts-label>` to have
5447    Koha update that field nightly.
5448
5449 .. _waitingnotifyatcheckin-label:
5450
5451 WaitingNotifyAtCheckin
5452 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5453
5454 Default: Don't notify
5455
5456 Asks: \_\_\_ librarians of waiting holds for the patron whose items they
5457 are checking in.
5458
5459 Values:
5460
5461 -  Don't notify
5462
5463 -  Notify
5464
5465    |image43|
5466
5467 Description:
5468
5469 -  When checking in books you can choose whether or not to have a notice
5470    pop up if the patron who returned the book has a hold waiting for
5471    pick up. If you choose 'Notify' for WaitingNotifyAtCheckin then every
5472    time a hold is found for the patron who had the book out last a
5473    message will appear on your check in screen.
5474
5475 .. _interlibrary-loans-label:
5476
5477 Interlibrary Loans
5478 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5479
5480 .. _illmodule-label:
5481
5482 ILLModule
5483 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5484
5485 Default: Disable
5486
5487 Asks: \_\_\_ the interlibrary loans module (master switch).
5488
5489 Values:
5490
5491 -  Disable
5492
5493 -  Enable
5494
5495 Description:
5496
5497 -  This preference is used to enable Koha's ILL module which is used to manage ILL requests.
5498
5499 .. _illmodule-label:
5500
5501 ILLModuleCopyrightClearance
5502 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5503
5504 Asks: Adding text will enable the copyright clearance stage in request creation.
5505 The text you enter will be the text displayed.
5506
5507
5508 Self Checkout
5509 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5510
5511 .. _allowselfcheckreturns-label:
5512
5513 AllowSelfCheckReturns
5514 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5515
5516 Default: Don't allow
5517
5518 Asks: \_\_\_ patrons to return items through web-based self checkout
5519 system.
5520
5521 Values:
5522
5523 -  Allow
5524
5525 -  Don't allow
5526
5527 Description:
5528
5529 -  This preference is used to determine if you want patrons to be
5530    allowed to return items through your self check machines. By default
5531    Koha's self check interface is simply for checking items out.
5532
5533 .. _autoselfcheckallowed,-autoselfcheckid-&-autoselfcheckpass-label:
5534
5535 AutoSelfCheckAllowed, AutoSelfCheckID & AutoSelfCheckPass
5536 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5537
5538     **Important**
5539
5540     Most libraries will want to leave this set to 'Don't allow.^ This
5541     preference turns off the requirement to log into the self checkout
5542     machine with a staff username and password by storing the username
5543     and password for automatic login.
5544
5545 AutoSelfCheckAllowed Default: Don't allow
5546
5547 Asks: \_\_\_ the web-based self checkout system to automatically login
5548 with this staff login \_\_\_ and this password \_\_\_ .
5549
5550 AutoSelfCheckAllowed Values:
5551
5552 -  Allow
5553
5554 -  Don't allow
5555
5556 AutoSelfCheckID Value:
5557
5558 -  The username of a staff patron with 'circulate'
5559    :ref:`permissions <patron-permissions-label>`.
5560
5561 AutoSelfCheckPass Value:
5562
5563 -  The password of a staff patron with 'circulate'
5564    :ref:`permissions <patron-permissions-label>`.
5565
5566 .. _scomainuserblock-label:
5567
5568 SCOMainUserBlock
5569 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5570
5571 Asks: Include the following HTML on the web-based self checkout screen:
5572
5573 Description:
5574
5575 -  The HTML entered in this preference will be used on the self chekcout screen.
5576
5577 .. _scousercss-label:
5578
5579 SCOUserCSS
5580 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5581
5582 Asks: Include the following CSS on all pages in the web-based self
5583 checkout
5584
5585 Description:
5586
5587 -  The CSS entered in this preference will be used on all of your Koha
5588    self checkout screens.
5589
5590 .. _scouserjs-label:
5591
5592 SCOUserJS
5593 ^^^^^^^^^^^^^^^^^^^^^^^^^^
5594
5595 Asks: Include the following JavaScript on all pages in the web-based
5596 self checkout
5597
5598 Description:
5599
5600 -  The JavaScript entered in this preference will effect all of your
5601    Koha self checkout screens.
5602
5603 .. _selfcheckhelpmessage-label:
5604
5605 SelfCheckHelpMessage
5606 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5607
5608 Asks: Include the following HTML in the Help page of the web-based self
5609 checkout system
5610
5611 Description:
5612
5613 -  Clicking the 'Help' link in the top right of the self checkout
5614    interface opens up a three step process for using the self check
5615    interface. Adding HTML to this system preference will print that
5616    additional help text above what's already included.
5617
5618 .. _selfcheckoutbylogin-label:
5619
5620 SelfCheckoutByLogin
5621 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5622
5623 Default: Cardnumber
5624
5625 Asks: Have patrons login into the web-based self checkout system with
5626 their \_\_\_
5627
5628 Values:
5629
5630 -  Cardnumber
5631
5632    |image44|
5633
5634 -  Username and password
5635
5636    |image45|
5637
5638 Description:
5639
5640 -  This preference lets you decide how your patrons will log in to the
5641    self checkout machine. Barcode is the patron's card number and their
5642    username and password is set using the opac/staff username and
5643    password fields on the patron record.
5644
5645 .. _selfcheckreceiptprompt-label:
5646
5647 SelfCheckReceiptPrompt
5648 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5649
5650 Default: Show
5651
5652 Asks: \_\_\_ the print receipt popup dialog when self checkout is
5653 finished.
5654
5655 Values:
5656
5657 -  Don't show
5658
5659 -  Show
5660
5661 Description:
5662
5663 -  This preference controls whether a prompt shows up on the web based
5664    self check out when the patron clicks the 'Finish' button.
5665
5666 .. _selfchecktimeout-label:
5667
5668 SelfCheckTimeout
5669 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5670
5671 Default: 120
5672
5673 Asks: Time out the current patron's web-based self checkout system login
5674 after \_\_\_ seconds.
5675
5676 Description:
5677
5678 -  After the machine is idle for the time entered in this preference the
5679    self check out system will log out the current patron and return to
5680    the starting screen.
5681
5682 .. _showpatronimageinwebbasedselfcheck-label:
5683
5684 ShowPatronImageInWebBasedSelfCheck
5685 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5686
5687 Default: Don't show
5688
5689 Asks: \_\_\_ the patron's picture (if one has been added) when they use
5690 the web-based self checkout.
5691
5692 Values:
5693
5694 -  Don't show
5695
5696 -  Show
5697
5698 .. _webbasedselfcheck-label:
5699
5700 WebBasedSelfCheck
5701 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5702
5703 Default: Don't enable
5704
5705 Asks: \_\_\_ the web-based self checkout system.
5706
5707 Values:
5708
5709 -  Don't enable
5710
5711 -  Enable
5712
5713 Enabling this preference will allow access to the :ref:`self
5714 checkout <self-checkout-label>` module in Koha.
5715
5716 .. _enhanced-content-label:
5717
5718 Enhanced Content
5719 ---------------------------------------
5720
5721 *Get there:* More > Administration > Global System Preferences >
5722 Enhanced Content
5723
5724     **Important**
5725
5726     Always read the terms of service associated with external data
5727     sources to be sure that you are using the products within the
5728     allowed limits.
5729
5730     **Note**
5731
5732     You cannot have more than one service for cover images (including
5733     local cover images) set up. If you set up more than one you will get
5734     multiple cover images. Instead choose only one source for cover
5735     images.
5736
5737 .. _all-label:
5738
5739 All
5740 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5741
5742 .. _frbrizeeditions-label:
5743
5744 FRBRizeEditions
5745 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5746
5747 Default: Don't show
5748
5749 Asks: \_\_\_ other editions of an item on the staff client
5750
5751 Values:
5752
5753 -  Don't show
5754
5755 -  Show
5756
5757    |image46|
5758
5759 Description:
5760
5761 -  Using the rules set forth in the Functional Requirements for
5762    Bibliographic records, this option, when enabled, pulls all editions
5763    of the same title available in your collection regardless of material
5764    type. Items will appear under an 'Editions' tab on the detail page
5765    for the title in question.. According to *Libraries Unlimited's
5766    Online Dictionary for Library and Information Science*
5767    (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
5768    records of similar materials. FRBRization brings together entities
5769    (sets of Works, Expressions, or Manifestations), rather than just
5770    sets of Items. It can aid patrons in selecting related items,
5771    expressions, and manifestations that will serve their needs. When it
5772    is set to "Show", the OPAC will query one or more ISBN web services
5773    for associated ISBNs and display an Editions tab on the details
5774    pages. Once this preference is enabled, the library must select one
5775    of the ISBN options (:ref:`ThingISBN` and/or
5776    :ref:`XISBN`). This option is only for the Staff Client; the
5777    :ref:`OPACFRBRizeEditions` option must be enabled
5778    to have the Editions tab appear on the OPAC.
5779
5780     **Important**
5781
5782     Requires that you turn on one or more of the ISBN services
5783     (:ref:`ThingISBN` and/or :ref:`XISBN`)
5784
5785 .. _opacfrbrizeeditions-label:
5786
5787 OPACFRBRizeEditions
5788 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5789
5790 Default: Don't show
5791
5792 Asks: \_\_\_ other editions of an item on the OPAC.
5793
5794 Description:
5795
5796 -  Using the rules set forth in the Functional Requirements for
5797    Bibliographic records, this option, when enabled, pulls all editions
5798    of the same title available in your collection regardless of material
5799    type. Items will appear under an 'Editions' tab on the detail page
5800    for the title in question.. According to *Libraries Unlimited's
5801    Online Dictionary for Library and Information Science*
5802    (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
5803    records of similar materials. FRBRization brings together entities
5804    (sets of Works, Expressions, or Manifestations), rather than just
5805    sets of Items. It can aid patrons in selecting related items,
5806    expressions, and manifestations that will serve their needs. When it
5807    is set to "Show", the OPAC will query one or more ISBN web services
5808    for associated ISBNs and display an Editions tab on the details
5809    pages. Once this preference is enabled, the library must select one
5810    of the ISBN options (:ref:`ThingISBN` and/or
5811    :ref:`XISBN`). This option is only for the OPAC; the
5812    :ref:`FRBRizeEditions` option must be turned "On" to
5813    have the Editions tab appear on the Staff Client.
5814
5815 Values:
5816
5817 -  Don't show
5818
5819 -  Show
5820
5821    |image47|
5822
5823 This preference pulls all editions of the same title available in your
5824 collection regardless of material type. Items will appear under an
5825 'Editions' tab on the detail page for the title in question.
5826
5827     **Important**
5828
5829     Requires that you turn on one or more of the ISBN services
5830     (:ref:`ThingISBN` and/or :ref:`XISBN`)
5831
5832 .. _amazon-label:
5833
5834 Amazon
5835 ~~~~~~~~~~~~~~~~~~~~~~~~~
5836
5837 .. _amazonassoctag-label:
5838
5839 AmazonAssocTag
5840 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5841
5842 Asks: Put the associate tag \_\_\_ on links to Amazon.
5843
5844     **Note**
5845
5846     This can net your library referral fees if a patron decides to buy
5847     an item after clicking through to Amazon from your site.
5848
5849 Description:
5850
5851 -  An Amazon Associates Tag allows a library to earn a percentage of all
5852    purchases made on Amazon when a patron accesses Amazon's site via
5853    links on the library's website. More information about the Amazon
5854    Associates program is available at Amazon's Affiliate Program's
5855    website, https://affiliate-program.amazon.com/. Before a tag can be
5856    obtained, however, the library must first apply for an Amazon Web
5857    Services (AWS) account. Applications are free of charge and can be
5858    made at http://aws.amazon.com. Once an AWS account has been
5859    established, the library can then obtain the Amazon Associates Tag.
5860
5861 Sign up at: https://affiliate-program.amazon.com/
5862
5863 .. _amazoncoverimages-label:
5864
5865 AmazonCoverImages
5866 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5867
5868 Default: Don't show
5869
5870 Asks: \_\_\_ cover images from Amazon on search results and item detail
5871 pages on the staff interface.
5872
5873 Values:
5874
5875 -  Don't show
5876
5877 -  Show
5878
5879 Description:
5880
5881 -  This preference makes it possible to either allow or prevent Amazon
5882    cover images from being displayed in the Staff Client. Cover images
5883    are retrieved by Amazon, which pulls the content based on the first
5884    ISBN number in the item's MARC record. Amazon offers this service
5885    free of charge. If the value for this preference is set to "Show",
5886    the cover images will appear in the Staff Client, and if it is set to
5887    "Don't show", the images will not appear. Finally, if you're using
5888    Amazon cover images, all other cover image services must be disabled.
5889    If they are not disabled, they will prevent AmazonCoverImages from
5890    functioning properly.
5891
5892 .. _amazonlocale-label:
5893
5894 AmazonLocale
5895 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5896
5897 Default: American
5898
5899 Asks: Use Amazon data from its \_\_\_ website.
5900
5901 Value:
5902
5903 -  American
5904
5905 -  British
5906
5907 -  Canadian
5908
5909 -  French
5910
5911 -  German
5912
5913 -  Japanese
5914
5915 .. _opacamazoncoverimages-label:
5916
5917 OPACAmazonCoverImages
5918 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5919
5920 Default: Don't show
5921
5922 Asks: \_\_\_ cover images from Amazon on search results and item detail
5923 pages on the OPAC.
5924
5925 Values:
5926
5927 -  Don't show
5928
5929 -  Show
5930
5931 Description:
5932
5933 -  This preference makes it possible to either allow or prevent Amazon
5934    cover images from being displayed in the OPAC. Cover images are
5935    retrieved by Amazon, which pulls the content based on the first ISBN
5936    number in the item's MARC record. Amazon offers this service free of
5937    charge. If the value for this preference is set to "Show", the cover
5938    images will appear in the OPAC, and if it is set to "Don't show", the
5939    images will not appear. Finally, if you're using Amazon cover images,
5940    all other cover image services must be disabled. If they are not
5941    disabled, they will prevent AmazonCoverImages from functioning
5942    properly.
5943
5944
5945 Babelthèque
5946 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5947
5948 .. _babeltheque-label:
5949
5950 Babelthèque
5951 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5952
5953 Default: Don't
5954
5955 Asks: \_\_\_ include information (such as reviews and citations) from
5956 Babelthèque in item detail pages on the OPAC.
5957
5958 Description:
5959
5960 -  This preference makes it possible to display a Babelthèque tab in the
5961    OPAC, allowing patrons to access tags, reviews, and additional title
5962    information provided by Babelthèque. The information which
5963    Babelthèque supplies is drawn from the French language-based
5964    `Babelio.com <http://www.babelio.com/>`__, a French service similar
5965    to LibraryThing for Libraries. More information about Babelthèque is
5966    available through its website,
5967    `http://www.babeltheque.com <http://www.babeltheque.com/>`__.
5968    Libraries that wish to allow access to this information must first
5969    register for the service at http://www.babeltheque.com. Please note
5970    that this information is only provided in French.
5971
5972 Values:
5973
5974 -  Do
5975
5976    |image48|
5977
5978 -  Don't
5979
5980 .. _babeltheque\_url\_js-label:
5981
5982 Babeltheque\_url\_js
5983 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5984
5985 Asks: \_\_\_ Defined the url for the Babelthèque javascript file (eg.
5986 http://www.babeltheque.com/bw\_XX.js)
5987
5988 .. _babeltheque\_url\_update-label:
5989
5990 Babeltheque\_url\_update
5991 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5992
5993 Asks: \_\_\_ Defined the url for the Babelthèque update periodically
5994 (eq. http://www.babeltheque.com/.../file.csv.bz2).
5995
5996 .. _baker-&-taylor-label:
5997
5998 Baker & Taylor
5999 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6000
6001     **Important**
6002
6003     This is a pay service, you must contact Baker & Taylor to subscribe
6004     to this service before setting these options.
6005
6006 .. _bakertaylorbookstoreurl-label:
6007
6008 BakerTaylorBookstoreURL
6009 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6010
6011 Asks: Baker and Taylor "My Library Bookstore" links should be accessed
6012 at https:// \_\_\_ isbn
6013
6014 Description:
6015
6016 -  Some libraries generate additional funding for the library by selling
6017    books and other materials that are purchased from or have been
6018    previously leased from Baker & Taylor. These materials can be
6019    accessed via a link on the library's website. This service is often
6020    referred to as "My Library Bookstore." In order to participate in
6021    this program, the library must first register and pay for the service
6022    with Baker & Taylor. Additional information about this and other
6023    services provided by Baker & Taylor is available at the Baker &
6024    Taylor website, http://www.btol.com. The BakerTaylorBookstoreURL
6025    preference establishes the URL in order to link to the library's
6026    Baker & Taylor-backed online bookstore, if such a bookstore has been
6027    established. The default for this field is left blank; if no value is
6028    entered, the links to My Library Bookstore will remain inactive. If
6029    enabling this preference, enter the library's Hostname and Parent
6030    Number in the appropriate location within the URL. The "key" value
6031    (key=) should be appended to the URL, and https:// should be
6032    prepended.
6033
6034 This should be filled in with something like
6035 koha.mylibrarybookstore.com/MLB/actions/searchHandler.do?nextPage=bookDetails&parentNum=10923&key=
6036
6037     **Note**
6038
6039     Leave it blank to disable these links.
6040
6041     **Important**
6042
6043     Be sure to get this information from Baker & Taylor when
6044     subscribing.
6045
6046 .. _bakertaylorenabled-label:
6047
6048 BakerTaylorEnabled
6049 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6050
6051 Default: Don't add
6052
6053 Asks: \_\_\_ Baker and Taylor links and cover images to the OPAC and
6054 staff client. This requires that you have entered in a username and
6055 password (which can be seen in image links).
6056
6057 Values:
6058
6059 -  Add
6060
6061 -  Don't add
6062
6063 Description:
6064
6065 -  This preference makes it possible to display Baker & Taylor content
6066    (book reviews, descriptions, cover images, etc.) in both the Staff
6067    Client and the OPAC. Libraries that wish to display Baker & Taylor
6068    content must first register and pay for this service with Baker &
6069    Taylor (http://www.btol.com). If Baker & Taylor content is enabled be
6070    sure to turn off other cover and review services to prevent
6071    interference.
6072
6073     **Important**
6074
6075     To use this you will need to also set the :ref:`BakerTaylorUsername &
6076     BakerTaylorPassword <bakertaylorusername-&-bakertaylorpassword-label>` system preferences
6077
6078 .. _bakertaylorusername-&-bakertaylorpassword-label:
6079
6080 BakerTaylorUsername & BakerTaylorPassword
6081 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6082
6083 Asks: Access Baker and Taylor using username \_\_\_ and password \_\_\_
6084
6085 Descriptions:
6086
6087 -  This setting in only applicable if the library has a paid
6088    subscription to the external Content Café service from Baker &
6089    Taylor. Use the box provided to enter in the library's Content Café
6090    username and password. Also, ensure that the
6091    :ref:`BakerTaylorBookstoreURL` and
6092    :ref:`BakerTaylorEnabled` settings are properly
6093    set. The Content Café service is a feed of enhanced content such as
6094    cover art, professional reviews, and summaries that is displayed
6095    along with Staff Client/OPAC search results. For more information on
6096    this service please see the Baker & Taylor website:
6097    http://www.btol.com
6098
6099     **Important**
6100
6101     Be sure to get this information from Baker & Taylor when
6102     subscribing.
6103
6104 .. _coce-cover-images-cache-label:
6105
6106 Coce Cover images cache
6107 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6108
6109 Coce is a remote image URL cache. With this option, cover images are not
6110 fetched directly from Amazon, Google, and so on. Their URLs are
6111 requested via a web service to Coce which manages a cache of URLs.
6112
6113 .. _coce-label:
6114
6115 Coce
6116 ^^^^^^^^^^^^^^^^
6117
6118 Default: Don't enable
6119
6120 Asks: \_\_\_ a Coce image cache service.
6121
6122 Values:
6123
6124 -  Don't enable
6125
6126 -  Enable
6127
6128 Description:
6129
6130 -  Coce has many benefits when it comes to choosing and displaying cover
6131    images in Koha:
6132
6133    -  If a book cover is not available from a provider, but is available
6134       from another one, Koha will be able to display a book cover, which
6135       isn't the case now
6136
6137    -  Since URLs are cached, it isn't necessary for each book cover to
6138       request, again and again, the provider, and several of them if
6139       necessary.
6140
6141    -  Amazon book covers are retrieved with Amazon Product Advertising
6142       API, which means that more covers are retrieved (ISBN13).
6143
6144        **Important**
6145
6146        Coce does not come bundled with Koha. Your Koha install will not
6147        already have a Coce server set up. Before enabling this
6148        functionality you will want to be sure to have a Coce server set
6149        up. Instructions on installing and setting up Coce can be found
6150        on the official github page at https://github.com/fredericd/coce.
6151
6152 .. _cocehost-label:
6153
6154 CoceHost
6155 ^^^^^^^^^^^^^^^^^^^^^^^^
6156
6157 Asks: Coce server URL \_\_\_
6158
6159 Description:
6160
6161 -  This will be the full URL (starting with http://) to your Coce
6162    server.
6163
6164 .. _coceproviders-label:
6165
6166 CoceProviders
6167 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6168
6169 Asks: Use the following providers to fetch the covers \_\_\_
6170
6171 Values:
6172
6173 -  [Select all]
6174
6175 -  Amazon Web Services
6176
6177 -  Google Books
6178
6179 -  Open Library
6180
6181 Description:
6182
6183 -  The providers chosen here will be used to gather cover images for
6184    display in your Koha catalog.
6185
6186 .. _google-label:
6187
6188 Google
6189 ~~~~~~~~~~~~~~~~~~~~~~~~~
6190
6191 .. _googlejackets-label:
6192
6193 GoogleJackets
6194 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6195
6196 Default: Don't add
6197
6198 Asks: \_\_\_ cover images from Google Books to search results and item
6199 detail pages on the OPAC.
6200
6201 Values:
6202
6203 -  Add
6204
6205 -  Don't add
6206
6207 Description:
6208
6209 -  This setting controls the display of applicable cover art from the
6210    free Google Books database, via the Google Books API. Please note
6211    that to use this feature, all other cover services should be turned
6212    off.
6213
6214 .. _html5-media-label:
6215
6216 HTML5 Media
6217 ~~~~~~~~~~~~~~~~~~~~~~~~
6218
6219 .. _html5mediaenabled-label:
6220
6221 HTML5MediaEnabled
6222 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6223
6224 Default: not at all
6225
6226 Asks: Show a tab with a HTML5 media player for files catalogued in field
6227 856 \_\_\_
6228
6229 Values:
6230
6231 -  in OPAC and staff client
6232
6233 -  in the OPAC
6234
6235    |image49|
6236
6237 -  in the staff client
6238
6239    |image50|
6240
6241 -  not at all
6242
6243 Description:
6244
6245 -  If you have media elements in the 856 of your MARC record this
6246    preference can run/show those media files in a separate tab using
6247    HTML5.
6248
6249 .. _html5mediaextensions-label:
6250
6251 HTML5MediaExtensions
6252 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6253
6254 Default: webm\|ogg\|ogv\|oga\|vtt
6255
6256 Asks: Media file extensions \_\_\_
6257
6258 Description:
6259
6260 -  Enter in file extensions separated with bar (\|)
6261
6262 .. _html5mediayoutube-label:
6263
6264 HTML5MediaYouTube
6265 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6266
6267 Default: Don't embed
6268
6269     **Important**
6270
6271     To turn this on first enable
6272     :ref:`HTML5MediaEnabled`
6273
6274 Asks: \_\_\_ YouTube links as videos.
6275
6276 Values:
6277
6278 -  Don't embed
6279
6280 -  Embed
6281
6282 Description:
6283
6284 -  This preference will allow MARC21 856$u that points to YouTube to
6285    appear as a playable video on the pages defined in
6286    :ref:`HTML5MediaEnabled`.
6287
6288 .. _idreamlibraries-label:
6289
6290 IDreamLibraries
6291 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6292
6293 `IDreamBooks.com <http://idreambooks.com/>`__ aggregates book reviews by
6294 critics to help you discover the very best of what's coming out each
6295 week. These preferences let you integrated content from
6296 `IDreamBooks.com <http://IDreamBooks.com>`__ in to your Koha OPAC.
6297
6298     **Note**
6299
6300     This is a new website and has limited content, so you may only see
6301     these features on new popular titles until the database grows some
6302     more.
6303
6304 .. _idreambooksreadometer-label:
6305
6306 IDreamBooksReadometer
6307 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6308
6309 Default: Don't add
6310
6311 Asks: \_\_\_ a "Readometer" that summarizes the reviews gathered by
6312 IDreamBooks.com to the OPAC details page.
6313
6314 Values:
6315
6316 -  Add
6317
6318    |image51|
6319
6320 -  Don't add
6321
6322 .. _idreambooksresults-label:
6323
6324 IDreamBooksResults
6325 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6326
6327 Default: Don't add
6328
6329 Asks: \_\_\_ the rating from IDreamBooks.com to OPAC search results.
6330
6331 Values:
6332
6333 -  Add
6334
6335    |image52|
6336
6337 -  Don't add
6338
6339 .. _idreambooksreviews-label:
6340
6341 IDreamBooksReviews
6342 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6343
6344 Default: Don't add
6345
6346 Asks: \_\_\_ a tab on the OPAC details with book reviews from critics
6347 aggregated by IDreamBooks.com.
6348
6349 Values:
6350
6351 -  Add
6352
6353    |image53|
6354
6355 -  Don't add
6356
6357 .. _librarything-label:
6358
6359 LibraryThing
6360 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6361
6362 LibraryThing for Libraries is a pay service. You must first contact
6363 LibraryThing directly for pricing and subscription information. Learn
6364 more at http://www.librarything.com/forlibraries. Also, for further
6365 configuration instructions please see the LibraryThing Wiki:
6366 http://www.librarything.com/wiki/index.php/Koha
6367
6368 .. _librarythingforlibrariesenabled-label:
6369
6370 LibraryThingForLibrariesEnabled
6371 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6372
6373 Default: Don't show
6374
6375 Asks: \_\_\_ reviews, similar items, and tags from Library Thing for
6376 Libraries on item detail pages on the OPAC.
6377
6378 Values:
6379
6380 -  Don't show
6381
6382 -  Show
6383
6384 Description:
6385
6386 -  This setting is only applicable if the library has a paid
6387    subscription to the external LibraryThing for Libraries service. This
6388    service can provide patrons with the display of expanded information
6389    on catalog items such as book recommendations. It also can offer
6390    advanced features like tagged browsing, patron written reviews, and a
6391    virtual library display accessed from the details tab.
6392
6393     **Important**
6394
6395     If this is set to 'show' you will need to enter a value in the
6396     ^:ref:`LibraryThingForLibrariesID`^
6397     system preference.
6398
6399 .. _librarythingforlibrariesid-label:
6400
6401 LibraryThingForLibrariesID
6402 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6403
6404 Asks: Access Library Thing for Libraries using the customer ID \_\_\_
6405
6406 Description:
6407
6408 -  This setting is only applicable if the library has a paid
6409    subscription to the external LibraryThing for Libraries service. Use
6410    the box provided to enter in the library's LibraryThing for Libraries
6411    ID as provided to the library by LibraryThing. The ID number is a
6412    series of numbers in the form ###-#########, and can be found on the
6413    library's account page at LibraryThing for Libraries. This service
6414    can provide patrons with the display of expanded information on
6415    catalog items such as book recommendations and cover art. It also can
6416    offer advanced features like tagged browsing, patron written reviews,
6417    and a virtual library display accessed from the details tab.
6418
6419 .. _librarythingforlibrariestabbedview-label:
6420
6421 LibraryThingForLibrariesTabbedView
6422 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6423
6424 Default: in line with bibliographic information
6425
6426 Asks: Show Library Thing for Libraries content \_\_\_
6427
6428 Values:
6429
6430 -  in line with bibliographic information
6431
6432 -  in tabs
6433
6434 Description:
6435
6436 -  This setting is only applicable if the library has a paid
6437    subscription to the external LibraryThing for Libraries service. This
6438    service can provide patrons with the display of expanded information
6439    on catalog items such as book recommendations and cover art. It also
6440    can offer advanced features like tagged browsing, patron written
6441    reviews, and a virtual library display accessed from the details tab.
6442
6443 .. _thingisbn-label:
6444
6445 ThingISBN
6446 ^^^^^^^^^^^^^^^^^^^^^^^^^^
6447
6448 Default: Don't use
6449
6450 Asks: \_\_\_ the ThingISBN service to show other editions of a title
6451
6452 Values:
6453
6454 -  Don't use
6455
6456 -  Use
6457
6458 Description:
6459
6460 -  Set to 'Use' to display an "Editions" tab on the item's detail page.
6461    Editions are listed, complete with cover art (if you have one of the
6462    cover services enabled) and bibliographic information. The feed comes
6463    from LibraryThing's ThingISBN web service. This is a free service to
6464    non-commercial sites with fewer than 1,000 requests per day.
6465
6466     **Important**
6467
6468     Requires :ref:`FRBRizeEditions` and/or
6469     :ref:`OPACFRBRizeEditions` set to 'show'
6470
6471     **Important**
6472
6473     This is separate from Library Thing for Libraries and does not have
6474     a cost associated with it.
6475
6476 .. _local-cover-images-label:
6477
6478 Local Cover Images
6479 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6480
6481 .. _allowmultiplecovers-label:
6482
6483 AllowMultipleCovers
6484 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6485
6486 Default: Don't allow
6487
6488 Asks: \_\_\_ multiple images to be attached to each bibliographic
6489 record.
6490
6491 Values:
6492
6493 -  Allow
6494
6495 -  Don't allow
6496
6497 Description:
6498
6499 -  If this preference is set to 'Allow' then you can upload multiple
6500    images that will appear in the images tab on the bib record in the
6501    OPAC and the staff client. This preference requires that either one
6502    or both :ref:`LocalCoverImages` and
6503    :ref:`OPACLocalCoverImages` are set to
6504    'Display.^
6505
6506    |image54|
6507
6508 .. _localcoverimages-label:
6509
6510 LocalCoverImages
6511 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6512
6513 Default: Don't display
6514
6515 Asks: \_\_\_ local cover images on intranet search and details pages.
6516
6517 Values:
6518
6519 -  Display
6520
6521 -  Don't display
6522
6523 Description:
6524
6525 -  Setting this preference to 'Display' allows you to upload your own
6526    cover images to bib records and display them on the detail page in
6527    the staff client. At this time the cover will only show under the
6528    'Images' tab on the holdings table on the detail display, not next to
6529    the title at the top left or on the search results.
6530
6531 .. _opaclocalcoverimages-label:
6532
6533 OPACLocalCoverImages
6534 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6535
6536 Default: Don't display
6537
6538 Asks: \_\_\_ local cover images on OPAC search and details pages.
6539
6540 Values:
6541
6542 -  Display
6543
6544 -  Don't display
6545
6546 Description:
6547
6548 -  Setting this preference to 'Display' allows you to upload your own
6549    cover images to bib records and display them on the detail page and
6550    search results in the OPAC.
6551
6552 .. _novelist-select-label:
6553
6554 Novelist Select
6555 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6556
6557 Novelist Select is not a free service. Contact your Ebsco representative
6558 to get your log in information to embed this content in the OPAC.
6559
6560     **Important**
6561
6562     Novelist Select does not include cover images for the search results
6563     and bibliographic detail pages. You can choose any other cover image
6564     service for this content or you can contract with Ebsco to get
6565     access to the :ref:`Baker & Taylor Content Cafe <baker-&-taylor-label>` for
6566     an added fee.
6567
6568 .. _novelistselectenabled-label:
6569
6570 NovelistSelectEnabled
6571 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6572
6573 Default: Don't add
6574
6575 Asks: \_\_\_ Novelist Select content to the OPAC.
6576
6577 Values:
6578
6579 -  Add
6580
6581 -  Don't add
6582
6583     **Important**
6584
6585     Enabling this requires that you have entered in a user profile and
6586     password in the :ref:`NovelistSelectProfile &
6587     NovelistSelectPassword <novelistselectprofile-&-novelistselectpassword-label>` preferences
6588
6589 Description:
6590
6591 -  Novelist Select from Ebsco is a subscription service that can provide
6592    additional content in the OPAC.
6593
6594 .. _novelistselectprofile-&-novelistselectpassword-label:
6595
6596 NovelistSelectProfile & NovelistSelectPassword
6597 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6598
6599 Asks: Access Novelist Select using user profile \_\_\_ and password
6600 \_\_\_.
6601
6602     **Important**
6603
6604     This information will be visible if someone views the source code on
6605     your OPAC.
6606
6607 Description:
6608
6609 -  Novelist Select from Ebsco is a subscription service that can provide
6610    additional content in the OPAC.
6611
6612 .. _novelistselectstaffenabled-label:
6613
6614 NovelistSelectStaffEnabled
6615 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6616
6617 Default: Don't add
6618
6619 Asks: \_\_\_ Novelist Select content to the Staff client (requires that
6620 you have entered in a user profile and password, which can be seen in
6621 image links).
6622
6623 Values:
6624
6625 -  Don't add
6626
6627 -  Add
6628
6629 .. _novelistselectstaffprofile-label:
6630
6631 NovelistSelectStaffProfile
6632 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6633
6634 Asks: Access Novelist Select using user profile \_\_\_ on the staff client
6635
6636 Description:
6637
6638 -  Without this value being set, Novelist features will be disabled on the staff
6639    client until a correct profile is obtained from Novelist and entered into
6640    the field.
6641    
6642       **Note**
6643       
6644       This value must be set independently of the OPAC profile for Novelist
6645
6646 .. _novelistselectstaffview-label:
6647
6648 NovelistSelectStaffView
6649 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6650
6651 Default: in a tab
6652
6653 Asks: Display Novelist Select staff content \_\_\_.
6654
6655 Values:
6656
6657 -  above the holdings table
6658
6659 -  below the holdings table
6660
6661 -  in a tab
6662
6663 .. _novelistselectview-label:
6664
6665 NovelistSelectView
6666 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6667
6668 Default: in an OPAC tab
6669
6670 Asks: Display Novelist Select content \_\_\_
6671
6672 Description:
6673
6674 -  Novelist Select provides a lot of content, for that reason you have
6675    four choices of where to display this content. The default view is in
6676    a tab in the holdings table.
6677
6678    |image55|
6679
6680    The content is the same if you choose to show it above the holdings
6681    table or below it. If shown in the right column of the page it's the
6682    same content, but displays a bit differently since space is limited.
6683
6684    |image56|
6685
6686 Values:
6687
6688 -  above the holdings table
6689
6690 -  below the holdings table
6691
6692 -  in an OPAC tab
6693
6694 -  under the Save Record dropdown on the right
6695
6696 .. _oclc-label:
6697
6698 OCLC
6699 ~~~~~~~~~~~~~~~~~~~~~
6700
6701 .. _oclcaffiliateid-label:
6702
6703 OCLCAffiliateID
6704 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6705
6706 Asks: Use the OCLC affiliate ID \_\_\_ to access the xISBN service.
6707
6708 Description:
6709
6710 -  This setting is only applicable if the library has an OCLC Affiliate
6711    ID. This allows WorldCat searching in the OPAC via the XISBN
6712    programming interface. Simply enter the library's OCLC Affiliate ID
6713    in the box provided. Please note that using this data is only
6714    necessary if :ref:`FRBRizeEditions` and/or
6715    :ref:`OPACFRBRizeEditions` and :ref:`XISBN`
6716    settings are enabled. For more information on this service please
6717    visit the OCLC website:
6718    http://www.worldcat.org/affiliate/default.jsp.
6719
6720     **Important**
6721
6722     Unless you have signed up for an ID with OCLC, you are limited to
6723     1000 requests per day. Available at:
6724     http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
6725
6726 .. _xisbn-label:
6727
6728 XISBN
6729 ^^^^^^^^^^^^^^^^^^
6730
6731 Default: Don't use
6732
6733 Asks: \_\_\_ the OCLC xISBN service to show other editions of a title
6734
6735 Description:
6736
6737 -  Set to 'Use' to display an "Editions" tab on the item's detail page.
6738    Editions are listed, complete with cover art and bibliographic
6739    information. The feed comes from OCLC's xISBN web service. The feed
6740    limit for non-commercial sites is 1000 requests per day.
6741
6742 Values:
6743
6744 -  Don't use
6745
6746 -  Use
6747
6748     **Important**
6749
6750     Requires :ref:`FRBRizeEditions` and/or
6751     :ref:`OPACFRBRizeEditions` set to 'show'
6752
6753 .. _xisbndailylimit-label:
6754
6755 XISBNDailyLimit
6756 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6757
6758 Default: 999
6759
6760 Asks: Only use the xISBN service \_\_\_ times a day.
6761
6762     **Important**
6763
6764     Unless you have signed up for an ID with OCLC, you are limited to
6765     1000 requests per day. Available at:
6766     http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
6767
6768 .. _open-library-label:
6769
6770 Open Library
6771 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6772
6773 .. _openlibrarycovers-label:
6774
6775 OpenLibraryCovers
6776 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6777
6778 Default: Don't add
6779
6780 Asks: \_\_\_ cover images from Open Library to search results and item
6781 detail pages on the OPAC.
6782
6783 Values:
6784
6785 -  Add
6786
6787 -  Don't add
6788
6789 Description:
6790
6791 -  This setting controls the display of applicable cover art from the
6792    free Open Library database, via the Open Library API. Please note
6793    that to use this feature, all other cover services should be turned
6794    off.
6795
6796 .. _openlibrarysearch-label:
6797
6798 OpenLibrarySearch
6799 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6800
6801 Default: Don't show
6802
6803 Asks: \_\_\_ search results from Open Library on the OPAC.
6804
6805 Values:
6806
6807 -  Don't show
6808
6809 -  Show
6810
6811   |image1187|
6812
6813 .. _overdrive-label:
6814
6815 Overdrive
6816 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6817
6818 OverDrive is an pay service. You must first contact OverDrive directly
6819 for pricing and subscription information. Enabling this service will
6820 integrate Overdrive results in to your OPAC searches. You will have to
6821 apply for these 3 pieces of information through an application as an API
6822 developer. Overdrive API applications are evaluated once a week so you
6823 may not be able to use this feature immediately after signing up. To
6824 learn more please contact your OverDrive representative.
6825
6826 |image57|
6827
6828 .. _overdrivecirculation-label:
6829
6830 OverDriveCirculation
6831 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6832
6833 Default: Don't enable
6834
6835 Asks: \_\_\_ users to access their OverDrive circulation history, and circulate
6836 items. If you enable access, you must register auth return url of
6837 http(s)://my.opac.hostname/cgi-bin/koha/external/overdrive/auth.pl with OverDrive.
6838
6839 Values:
6840
6841 -  Don't enable
6842
6843 -  Enable
6844
6845 .. _overdriveclientkey-and-overdriveclientsecret-label:
6846
6847 OverDriveClientKey and OverDriveClientSecret
6848 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6849
6850 Asks: Include OverDrive availability information with the client key
6851 \_\_ and client secret \_\_\_
6852
6853 Description:
6854
6855 -  OverDrive customers can get this information by visiting the
6856    `OverDrive Developer
6857    Portal <https://developer.overdrive.com/docs/getting-started>`__ and
6858    following the instructions found there to apply as an API developer.
6859    Once this data and the :ref:`OverDriveLibraryID`
6860    are populated you will see OverDrive results on your OPAC searches.
6861
6862 .. _overdrivelibraryid-label:
6863
6864 OverDriveLibraryID
6865 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6866
6867 Asks: Show items from the OverDrive catalog of library # \_\_\_
6868
6869 Description:
6870
6871 -  OverDrive customers can get this information by visiting the
6872    `OverDrive Developer
6873    Portal <https://developer.overdrive.com/docs/getting-started>`__ and
6874    following the instructions found there to apply as an API developer.
6875    Once this data and the :ref:`OverDriveClientKey and
6876    OverDriveClientSecret <overdriveclientkey-and-overdriveclientsecret-label>` are populated you will
6877    see OverDrive results on your OPAC searches.
6878
6879 .. _plugins-label:
6880
6881 Plugins
6882 ~~~~~~~~~~~~~~~~~~~~~~~~~~
6883
6884 .. _usekohaplugins-label:
6885
6886 UseKohaPlugins
6887 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6888
6889 Default: Don't enable
6890
6891 Asks: \_\_\_ the ability to use Koha Plugins.
6892
6893 Values:
6894
6895 -  Don't enable
6896
6897 -  Enable
6898
6899     **Note**
6900
6901     The plugin system must also be enabled in the Koha configuration
6902     file to be fully enabled. Learn more in the `Plugins
6903     chapter <#pluginsystem>`__.
6904
6905 .. _syndetics-label:
6906
6907 Syndetics
6908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6909
6910 Syndetics is a pay service. You must first contact Syndetics directly
6911 for pricing and subscription information.
6912
6913 .. _syndeticsauthornotes-label:
6914
6915 SyndeticsAuthorNotes
6916 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6917
6918 Default: Don't show
6919
6920 Asks: \_\_\_ notes about the author of a title from Syndetics on item
6921 detail pages on the OPAC.
6922
6923 Values:
6924
6925 -  Don't show
6926
6927 -  Show
6928
6929 Description:
6930
6931 -  When this option is set to "Show", Syndetics provides notes and short
6932    author biographies for more that 300,000 authors, in both fiction and
6933    nonfiction. With this option enabled the library can display
6934    Syndetics Author Notes on the OPAC. According to the Syndetics
6935    Solutions website (http://www.bowker.com/syndetics/), Author Notes
6936    include lists of contributors for many multi-author texts and
6937    compilations. The :ref:`SyndeticsClientCode` must
6938    be entered and the :ref:`SyndeticsEnabled` option
6939    must be activated before this service can be used.
6940
6941 .. _syndeticsawards-label:
6942
6943 SyndeticsAwards
6944 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6945
6946 Default: Don't show
6947
6948 Asks: \_\_\_ information from Syndetics about the awards a title has won
6949 on item detail pages on the OPAC.
6950
6951 Values:
6952
6953 -  Don't show
6954
6955 -  Show
6956
6957 Description:
6958
6959 -  When this option is set to "Show", Syndetics provides its clients
6960    with a list of awards that any title has won. With this service
6961    enabled the library can display those awards for each book on its
6962    website. For each book or item that comes up during a user search,
6963    the list of awards for that title will be displayed. When a user
6964    clicks on a given award, information about that award is presented
6965    along with a list of the other titles that have won that award. If
6966    the user clicks on any title in the list, they will see holdings
6967    information about that title in their region. This option is a paid
6968    subscription service. The
6969    :ref:`SyndeticsClientCode` must be entered and
6970    the :ref:`SyndeticsEnabled` option must be activated
6971    before this service can be used.
6972
6973 .. _syndeticsclientcode-label:
6974
6975 SyndeticsClientCode
6976 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6977
6978 Asks: Use the client code \_\_\_ to access Syndetics.
6979
6980 Description:
6981
6982 -  Once the library signs up for Syndetics' services, Syndetics will
6983    provide the library with an access code. (Visit the Syndetics
6984    homepage at http://www.bowker.com/syndetics/ for more information.)
6985    This is the code that must be entered to access Syndetics'
6986    subscription services. Syndetics is a paid subscription service. This
6987    value must be entered before
6988    :ref:`SyndeticsEditions` can be enabled. If the
6989    code is lost, corrupted, or forgotten, a new one can be obtained from
6990    http://www.bowker.com/syndetics/.
6991
6992     **Important**
6993
6994     You will need to get your client code directly from Syndetics.
6995
6996 .. _syndeticscoverimages-&-syndeticscoverimagesize-label:
6997
6998 SyndeticsCoverImages & SyndeticsCoverImageSize
6999 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7000
7001 SyndeticsCoverImages Default: Don't show
7002
7003 SyndeticsCoverImageSize Default: medium
7004
7005 Asks: \_\_\_ cover images from Syndetics on search results and item
7006 detail pages on the OPAC in a \_\_\_ size.
7007
7008 Descriptions:
7009
7010 -  When enabled, SyndeticsCoverImages, allows libraries to display
7011    Syndetics' collection of full-color cover images for books, videos,
7012    DVDs and CDs on their OPAC. For each book or item that comes up
7013    during a user search, the cover image for that title will be
7014    displayed. Since these cover images come in three sizes, the optimum
7015    size must be selected using the SyndeticsCoverImageSize preference
7016    after SyndeticsCoverImages are enabled. Syndetics cover images come
7017    in two sizes: mid-size (187 x 187 pixels), and large (400 x 400
7018    pixels). Syndetics is a paid subscription service. The
7019    :ref:`SyndeticsClientCode` must be entered and
7020    the :ref:`SyndeticsEnabled` option must be activated
7021    before this service can be used. Other cover image preferences should
7022    also be disabled to avoid interference.
7023
7024 SyndeticsCoverImages Values:
7025
7026 -  Don't show
7027
7028 -  Show
7029
7030 SyndeticsCoverImageSize Values:
7031
7032 -  medium
7033
7034 -  large
7035
7036 .. _syndeticseditions-label:
7037
7038 SyndeticsEditions
7039 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7040
7041 Default: Don't show
7042
7043 Asks: \_\_\_ information about other editions of a title from Syndetics
7044 on item detail pages on the OPAC
7045
7046 Description:
7047
7048 -  When enabled this option shows information on other editions of a
7049    title from Syndetics on the item detail pages of the OPAC. Syndetics
7050    is a paid subscription service. The
7051    :ref:`SyndeticsClientCode` must be entered and
7052    the :ref:`SyndeticsEnabled` option must be activated
7053    before this service can be used.
7054
7055 Values:
7056
7057 -  Don't show
7058
7059 -  Show
7060
7061     **Important**
7062
7063     Requires :ref:`OPACFRBRizeEditions` set to
7064     'show'
7065
7066 .. _syndeticsenabled-label:
7067
7068 SyndeticsEnabled
7069 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7070
7071 Default: Don't use
7072
7073 Asks: \_\_\_ content from Syndetics.
7074
7075 Values:
7076
7077 -  Don't use
7078
7079 -  Use
7080
7081 Description:
7082
7083 -  When this option is enabled any of the Syndetics options can be used.
7084
7085     **Important**
7086
7087     Requires that you enter your
7088     :ref:`SyndeticsClientCode` before this content
7089     will appear.
7090
7091 .. _syndeticsexcerpt-label:
7092
7093 SyndeticsExcerpt
7094 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7095
7096 Default: Don't show
7097
7098 Asks: \_\_\_ excerpts from of a title from Syndetics on item detail
7099 pages on the OPAC.
7100
7101 Values:
7102
7103 -  Don't show
7104
7105 -  Show
7106
7107 Description:
7108
7109 -  This preference allows Syndetics to display excerpts given to them
7110    from selected publishers. The excerpts are available from prominently
7111    reviewed new titles, both fiction and non-fiction. The excerpts
7112    include poems, essays, recipes, forwards and prefaces. Automatic
7113    links provided by the ISBNs within local MARC records are required to
7114    integrate Syndetics secured, high-speed Internet servers to the
7115    library OPACs. For more information see
7116    (http://www.bowker.com/syndetics/).
7117
7118 .. _syndeticsreviews-label:
7119
7120 SyndeticsReviews
7121 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7122
7123 Default: Don't show
7124
7125 Asks: \_\_\_ reviews of a title from Syndetics on item detail pages on
7126 the OPAC.
7127
7128 Values:
7129
7130 -  Don't show
7131
7132 -  Show
7133
7134 Description:
7135
7136 -  Syndetics Reviews is an accumulation of book reviews available from a
7137    variety of journals and serials. The reviews page displays colored
7138    images of reviewed books dust jackets, partnered with the names of
7139    the journal or serial providing the review. Clicking on an icon opens
7140    a window revealing the book title, author's name, book cover icon and
7141    the critic's opinion of the book. Automatic links provided by the
7142    ISBNs within local MARC records are required to integrate Syndetics
7143    secured, high-speed Internet servers to the library OPACs. For more
7144    information see (http://www.bowker.com/syndetics/).
7145
7146 .. _syndeticsseries-label:
7147
7148 SyndeticsSeries
7149 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7150
7151 Default: Don't show
7152
7153 Asks: \_\_\_ information on other books in a title's series from
7154 Syndetics on item detail pages on the OPAC.
7155
7156 Values:
7157
7158 -  Don't show
7159
7160 -  Show
7161
7162 Description:
7163
7164 -  Each fiction title within a series is linked to the complete series
7165    record. The record displays each title in reading order and also
7166    displays the publication order, if different. Alternate series titles
7167    are also displayed. Automatic links provided by the ISBNs within
7168    local MARC records are required to integrate Syndetics secured, high-
7169    speed Internet servers to the library OPACs. For more information see
7170    (http://www.bowker.com/syndetics/).
7171
7172 .. _syndeticssummary-label:
7173
7174 SyndeticsSummary
7175 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7176
7177 Default: Don't show
7178
7179 Asks: \_\_\_ a summary of a title from Syndetics on item detail pages on
7180 the OPAC.
7181
7182 Values:
7183
7184 -  Don't show
7185
7186 -  Show
7187
7188 Description:
7189
7190 -  Providing more than 5.6 million summaries and annotations derived
7191    from book jackets, edited publisher copy, or independently written
7192    annotations from Book News, Inc. Covering fiction and non-fiction,
7193    this summaries option provides annotations on both trade and
7194    scholarly titles. For more information see
7195    (http://www.bowker.com/syndetics/).
7196
7197 .. _syndeticstoc-label:
7198
7199 SyndeticsTOC
7200 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7201
7202 Default: Don't show
7203
7204 Asks: \_\_\_ the table of contents of a title from Syndetics on item
7205 detail pages on the OPAC.
7206
7207 Values:
7208
7209 -  Don't show
7210
7211 -  Show
7212
7213 Description:
7214
7215 -  This preference allows staff and patrons to review the Table of
7216    Contents from a wide variety of publications from popular self-help
7217    books to conference proceedings. Specific Information access is the
7218    main purpose for this option, allowing patrons guidance to their
7219    preferred section of the book. Special arrangements with selected
7220    book services is used to obtain the table of contents for new
7221    publications each year. Automatic links provided by the ISBNs within
7222    local MARC records are required to integrate Syndetics secured,
7223    high-speed Internet servers to the library OPACs. For more
7224    information see (http://www.bowker.com/syndetics/).
7225
7226 .. _tagging-label:
7227
7228 Tagging
7229 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
7230
7231 .. _tagsenabled-label:
7232
7233 TagsEnabled
7234 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7235
7236 Default: Allow
7237
7238 Asks: \_\_\_ patrons and staff to put tags on items.
7239
7240 Values:
7241
7242 -  Allow
7243
7244 -  Don't allow
7245
7246 Description:
7247
7248 -  Set to 'Allow' enable tagging. A tag is metadata, a word added to
7249    identify an item. Tags allow patrons to classify materials on their
7250    own. TagsEnabled is the main switch that permits the tagging
7251    features. TagsEnable must be set to 'Allow' to allow for other
7252    tagging features.
7253
7254 .. _tagsexternaldictionary-label:
7255
7256 TagsExternalDictionary
7257 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7258
7259 Asks: Allow tags in the dictionary of the ispell executable \_\_\_ on
7260 the server to be approved without moderation.
7261
7262 Description:
7263
7264 -  The dictionary includes a list of accepted and rejected tags. The
7265    accepted list includes all the tags that have been pre-allowed. The
7266    rejected list includes tags that are not allowed. This preference
7267    identifies the "accepted" dictionary used. Ispell is an open source
7268    dictionary which can be used as a list of accepted terms. Since the
7269    dictionary allows for accurately spelled obscenities, the libraries
7270    policy may dictate that modifications are made to the Ispell
7271    dictionary if this preference is use. For more information about
7272    Ispell http://www.gnu.org/software/ispell/ispell.html. Enter the path
7273    on your server to a local ispell executable, used to set
7274    $Lingua::Ispell::path.
7275
7276 .. _tagsinputondetail-label:
7277
7278 TagsInputOnDetail
7279 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7280
7281 Default: Allow
7282
7283 Asks: \_\_\_ patrons to input tags on item detail pages on the OPAC.
7284
7285 Values:
7286
7287 -  Allow
7288
7289    |image59|
7290
7291 -  Don't allow
7292
7293 .. _tagsinputonlist-label:
7294
7295 TagsInputOnList
7296 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7297
7298 Default: Allow
7299
7300 Asks: \_\_\_ patrons to input tags on search results on the OPAC.
7301
7302 Values:
7303
7304 -  Allow
7305
7306    |image58|
7307
7308 -  Don't allow
7309
7310 .. _tagsmoderation-label:
7311
7312 TagsModeration
7313 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7314
7315 Default: Don't require
7316
7317 Asks: \_\_\_ that tags submitted by patrons be reviewed by a staff
7318 member before being shown.
7319
7320 Values:
7321
7322 -  Don't require
7323
7324 -  Require
7325
7326 Description:
7327
7328 -  When set to 'Require,^ all tags to be first filtered by the tag
7329    moderator. Only approved tags will be visible to patrons. When set to
7330    'Don't require' tags will bypass the tag moderator and patrons' tags
7331    to be immediately visible. When this preference is enabled the
7332    moderator, a staff member, would approve the tag in the Staff Client.
7333    The moderator will have the option to approve or reject each pending
7334    tag suggestion.
7335
7336 When moderation is required all tags go through the tag moderation tool
7337 before becoming visible.
7338
7339 -  *Get there:* More > Tools > :ref:`Tags <tag-moderation-label>`
7340
7341 .. _tagsshowondetail-label:
7342
7343 TagsShowOnDetail
7344 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7345
7346 Default: 10
7347
7348 Asks: Show \_\_\_ tags on item detail pages on the OPAC.
7349
7350     **Note**
7351
7352     Set the value to 0 (zero) to turn this feature off.
7353
7354 .. _tagsshowonlist-label:
7355
7356 TagsShowOnList
7357 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7358
7359 Default: 6
7360
7361 Asks: Show \_\_\_ tags on search results on the OPAC.
7362
7363     **Note**
7364
7365     Set the value to 0 (zero) to turn this feature off.
7366
7367 .. _i18n/l10n-label:
7368
7369 I18N/L10N
7370 --------------------------
7371
7372 These preferences control your Internationalization and Localization
7373 settings.
7374
7375 *Get there:* More > Administration > Global System Preferences >
7376 I18N/L10N
7377
7378 .. _addressformat-label:
7379
7380 AddressFormat
7381 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7382
7383 Default: US style ([Street number], [Address] - [City], [Zip/Postal
7384 Code], [Country])
7385
7386 Asks: Format postal addresses using \_\_\_
7387
7388 Values:
7389
7390 -  German style ([Address] [Street number] - [Zip/Postal Code] [City] -
7391    [Country])
7392
7393 -  French style ([Street number] [Address] - [ZIP/Postal Code] [City] -
7394    [Country])
7395
7396 -  US style ([Street number], [Address] - [City], [Zip/Postal Code],
7397    [Country])
7398
7399 Description:
7400
7401 -  This preference will let you control how Koha displays patron
7402    addresses given the information entered in the various fields on
7403    their record.
7404
7405 .. _alphabet-label:
7406
7407 alphabet
7408 ~~~~~~~~~~~~~~~~~~~~~~~~
7409
7410 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
7411
7412 Asks: Use the alphabet \_\_\_ for lists of browsable letters. This
7413 should be a space separated list of uppercase letters.
7414
7415 Description:
7416
7417 -  This preference allows you define your own alphabet for browsing
7418    patrons in Koha.
7419
7420    |image60|
7421
7422 .. _calendarfirstdayofweek-label:
7423
7424 CalendarFirstDayOfWeek
7425 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7426
7427 Default: Sunday
7428
7429 Asks: Use \_\_\_ as the first day of week in the calendar.
7430
7431 Values:
7432
7433 -  Sunday
7434
7435 -  Monday
7436
7437 -  Tuesday
7438
7439 -  Wednesday
7440
7441 -  Thursday
7442
7443 -  Friday
7444
7445 -  Saturday
7446
7447 Description:
7448
7449 -  Using this preference you can control what day shows as the first day
7450    of the week in the calendar pop ups throughout Koha and on the
7451    Calendar tool. If you change this preference and don't see a change
7452    in your browser try clearing your cache since it makes changes to the
7453    Javascript on these pages.
7454
7455 .. _dateformat-label:
7456
7457 dateformat
7458 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7459
7460 Default: mm/dd/yyyy
7461
7462 Asks: Format dates like \_\_\_
7463
7464 Values:
7465
7466 -  dd.mm.yyyy
7467
7468 -  dd/mm/yyyy
7469
7470 -  mm/dd/yyyy
7471
7472 -  yyyy/mm/dd
7473
7474 Description:
7475
7476 -  This preference controls how the date is displayed. The options are
7477    the United States method, mm/dd/yyyy (04/24/2010), the metric method,
7478    dd/mm/yyyy (24/04/2010) or ISO, which is the International Standard
7479    of Organization, yyyy/mm/dd (2010/04/24). The International Standard
7480    of Organization would primarily be used by libraries with locations
7481    in multiple nations that may use different date formats, to have a
7482    single display type, or if the library would be in a region that does
7483    not use the United States or metric method. More information
7484    regarding the ISO date format can be found at
7485    http://www.iso.org/iso/iso_catalogue.htm.
7486
7487 .. _language-label:
7488
7489 language
7490 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7491
7492 Default: English
7493
7494 Asks: Enable the following languages on the staff interface
7495
7496 Values:
7497
7498 -  English
7499
7500 To install additional languages please refer to
7501 http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client
7502
7503 .. _opaclanguages-label:
7504
7505 opaclanguages
7506 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7507
7508 Default: English
7509
7510 Asks: Enable the following languages on the OPAC
7511
7512 Values:
7513
7514 -  English
7515
7516     **Note**
7517
7518     To install additional languages you need to run
7519     misc/translation/install-code.pl. For example, to install French you
7520     would run the following command install-code.pl fr-FR to make the
7521     templates, once they exist and are in the right place then they will
7522     show up as an option in this preference.
7523
7524 .. _opaclanguagesdisplay-label:
7525
7526 opaclanguagesdisplay
7527 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7528
7529 Default: Don't allow
7530
7531 Asks: \_\_\_ patrons to select their language on the OPAC.
7532
7533 Values:
7534
7535 -  Allow
7536
7537    -  Patrons can choose their language from a list at the bottom of the
7538       public catalog
7539
7540       |image61|
7541
7542 -  Don't allow
7543
7544    -  The public catalog will not give an option to choose a language
7545
7546 Description:
7547
7548 -  Using the :ref:`OpacLangSelectorMode` preference
7549    you can decide where these language options will appear in the public
7550    catalog.
7551
7552 .. _timeformat-label:
7553
7554 TimeFormat
7555 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7556
7557 Default: 24 hour format
7558
7559 Asks: Format times in \_\_\_
7560
7561 Values:
7562
7563 -  12 hour format (eg 02:18PM)
7564
7565 -  24 hour format (eg 14:18)
7566
7567 .. _translatenotices-label:
7568
7569 TranslateNotices
7570 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7571
7572 Default: Don't allow
7573
7574 Asks: \_\_\_ notices to be translated. If set, notices will be translatable from
7575 the "Notices and Slips" interface. The language used to send a notice to a patron
7576 will be the one defined for the patron.
7577
7578 Values:
7579
7580 -  Don't allow
7581
7582 -  Allow
7583
7584 .. _labs-label:
7585
7586 Labs
7587 ---------------------
7588
7589 *Get there:* More > Administration > Global System Preferences > Labs
7590
7591 The preferences in this section are for experimental features that need
7592 additional testing and debugging.
7593
7594 .. _enableadvancedcatalogingeditor-label:
7595
7596 EnableAdvancedCatalogingEditor
7597 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7598
7599 Default: Don't enable
7600
7601 Asks: \_\_\_ the advanced cataloging editor.
7602
7603 Description:
7604
7605 -  This preference will allow you to choose between a basic editor and a
7606    advanced editor for cataloging.
7607
7608     **Important**
7609
7610     This feature is currently experimental, and may have bugs that cause
7611     corruption of records. It also does not include any support for
7612     UNIMARC or NORMARC fixed fields. Please help us test it and report
7613     any bugs, but do so at your own risk.
7614
7615 .. _local-use-label:
7616
7617 Local Use
7618 ---------------------------
7619
7620 These preferences are defined locally.
7621
7622 *Get there:* More > Administration > Global System Preferences > Local
7623 Use
7624
7625     **Note**
7626
7627     Sometimes preferences which are either new or outdated will appear
7628     in this tab, if you didn't add any preferences to this tab then it's
7629     best to ignore preferences listed here.
7630
7631 .. _intradidyoumean-label:
7632
7633 INTRAdidyoumean
7634 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7635
7636 Default: blank
7637
7638 Asks: Did you mean? configuration for the Intranet. Do not change, as this is
7639 controlled by /cgi-bin/koha/admin/didyoumean.pl.
7640
7641 .. _opacdidyoumean-label:
7642
7643 OPACdidyoumean
7644 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7645
7646 Default: blank
7647
7648 Asks: Did you mean? configuration for the OPAC. Do not change, as this is
7649 controlled by /cgi-bin/koha/admin/didyoumean.pl.
7650
7651 .. _printcirculationships-label:
7652
7653 printcirculationships
7654 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7655
7656 Default: ON
7657
7658 Asks: If ON, enable printing circulation receipts
7659
7660 Values:
7661
7662 -  ON
7663
7664 -  OFF
7665
7666 .. _usagestatsid-label:
7667
7668 UsageStatsID
7669 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7670
7671 Default: blank
7672
7673 Asks: This preference is part of Koha but it should not be deleted or
7674 updated manually.
7675
7676 .. _usagestatslastupdatetime-label:
7677
7678 UsageStatsLastUpdateTime
7679 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7680
7681 Default: blank
7682
7683 Asks: This preference is part of Koha but it should not be deleted or
7684 updated manually.
7685
7686 .. _usagestatspublicid-label:
7687
7688 UsageStatsPublicID
7689 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7690
7691 Default: blank
7692
7693 Asks: Public ID for Hea website
7694
7695 .. _version-label:
7696
7697 Version
7698 ~~~~~~~~~~~~~~~~~~~~~~
7699
7700 Default: automatically generated
7701
7702 Asks: The Koha database version. WARNING: Do not change this value
7703 manually. It is maintained by the webinstaller
7704
7705 .. _logs-label:
7706
7707 Logs
7708 ----------------
7709
7710 Logs keep track of transaction on the system. You can decide which
7711 actions you want to log and which you don't using these preferences.
7712 Logs can then be viewed in the :ref:`Log Viewer` under Tools.
7713
7714 *Get there:* More > Administration > Global System Preferences > Logs
7715
7716 .. _debugging-label:
7717
7718 Debugging
7719 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7720
7721 .. _dumptemplatevarsintranet-label:
7722
7723 DumpTemplateVarsIntranet
7724 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7725
7726 Default: Don't
7727
7728 Asks: \_\_\_ dump all Template Toolkit variable to a comment in the HTML
7729 source for the staff intranet.
7730
7731 Value:
7732
7733 -  Don't
7734
7735 -  Do
7736
7737 .. _dumptemplatevarsopac-label:
7738
7739 DumpTemplateVarsOpac
7740 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7741
7742 Default: Don't
7743
7744 Asks: \_\_\_ dump all Template Toolkit variable to a comment in the HTML
7745 source for the OPAC.
7746
7747 Value:
7748
7749 -  Don't
7750
7751 -  Do
7752
7753 .. _logging-label:
7754
7755 Logging
7756 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
7757
7758 .. _authoritieslog-label:
7759
7760 AuthoritiesLog
7761 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7762
7763 Default: Don't log
7764
7765 Asks: \_\_\_ changes to authority records.
7766
7767 Values:
7768
7769 -  Don't log
7770
7771 -  Log
7772
7773 .. _borrowerslog-label:
7774
7775 BorrowersLog
7776 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7777
7778 Default: Log
7779
7780 Asks: \_\_\_ changes to patron records.
7781
7782 Values:
7783
7784 -  Don't log
7785
7786 -  Log
7787
7788 .. _cataloguinglog-label:
7789
7790 CataloguingLog
7791 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7792
7793 Default: Don't log
7794
7795 Asks: \_\_\_ any changes to bibliographic or item records.
7796
7797 Values:
7798
7799 -  Don't log
7800
7801 -  Log
7802
7803     **Important**
7804
7805     Since this occurs whenever a book is cataloged, edited, or checked
7806     in or out it can be very resource intensive - slowing down your
7807     system.
7808
7809 .. _cronjoblog-label:
7810
7811 CronjobLog
7812 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7813
7814 Default: Don't log
7815
7816 Asks: \_\_\_ information from cron jobs.
7817
7818 Values:
7819
7820 -  Don't log
7821
7822 -  Log
7823
7824 .. _fineslog-label:
7825
7826 FinesLog
7827 ^^^^^^^^^^^^^^^^^^^^^^^^
7828
7829 Default: Log
7830
7831 Asks: \_\_\_ when overdue fines are charged or automatically forgiven.
7832
7833 Values:
7834
7835 -  Don't log
7836
7837 -  Log
7838
7839 .. _holdslog-label:
7840
7841 HoldsLog
7842 ^^^^^^^^^^^^^^^^^^^^^^^^
7843
7844 Default: Don't log
7845
7846 Asks: \_\_\_ any actions on holds (create, cancel, suspend, resume, etc.).
7847
7848 Values:
7849
7850 -  Don't log
7851
7852 -  Log
7853
7854 .. _issuelog-label:
7855
7856 IssueLog
7857 ^^^^^^^^^^^^^^^^^^^^^^^^
7858
7859 Default: Log
7860
7861 Asks: \_\_\_ when items are checked out.
7862
7863 Values:
7864
7865 -  Don't log
7866
7867 -  Log
7868
7869 .. _letterlog-label:
7870
7871 LetterLog
7872 ^^^^^^^^^^^^^^^^^^^^^^^^^^
7873
7874 Default: Log
7875
7876 Asks: \_\_\_ when an automatic claim notice is sent.
7877
7878 Values:
7879
7880 -  Don't log
7881
7882 -  Log
7883
7884     **Note**
7885
7886     This log tracks all notices that go to patrons including the overdue
7887     notices.
7888
7889 .. _renewallog-label:
7890
7891 RenewalLog
7892 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7893
7894 Default:  Don't log
7895
7896 Asks: \_\_\_ when items are renewed.
7897
7898 Values:
7899
7900 - Don't log
7901
7902 - Log
7903
7904 .. _reportslog-label:
7905
7906 ReportsLog
7907 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7908
7909 Default: Don't log
7910
7911 Asks: \_\_\_ when reports are added, deleted or changed.
7912
7913 Values:
7914
7915 -  Don't log
7916
7917 -  Log
7918
7919 .. _returnlog-label:
7920
7921 ReturnLog
7922 ^^^^^^^^^^^^^^^^^^^^^^^^^^
7923
7924 Default: Log
7925
7926 Asks: \_\_\_ when items are returned.
7927
7928 Values:
7929
7930 -  Don't log
7931
7932 -  Log
7933
7934 .. _subscriptionlog-label:
7935
7936 SubscriptionLog
7937 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7938
7939 Default: Log
7940
7941 Asks: \_\_\_ when serials are added, deleted or changed.
7942
7943 Values:
7944
7945 -  Don't log
7946
7947 -  Log
7948
7949 .. _opac-label:
7950
7951 OPAC
7952 ---------------------
7953
7954 *Get there:* More > Administration > Global System Preferences > OPAC
7955
7956 .. _advanced-search-options-label:
7957
7958 Advanced Search Options
7959 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7960
7961 .. _opacadvsearchmoreoptions-label:
7962
7963 OpacAdvSearchMoreOptions
7964 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7965
7966 Default: Select All
7967
7968 Asks: Show search options for the expanded view \_\_\_
7969
7970 Values:
7971
7972 -  [Select all]
7973
7974 -  Item types
7975
7976 -  Language
7977
7978 -  Location and availability
7979
7980 -  Publication date
7981
7982 -  Sorting
7983
7984 -  Subtypes
7985
7986 Description:
7987
7988 -  The settings in this preference will determine which search fields
7989    will show when the patron is using the 'More options' mode on the
7990    advanced search page.
7991
7992 .. _opacadvsearchoptions-label:
7993
7994 OpacAdvSearchOptions
7995 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7996
7997 Default: Item types, Language, Location and availability, Publication
7998 date, Sorting
7999
8000 Asks: Show search options \_\_\_
8001
8002 Values:
8003
8004 -  [Select all]
8005
8006 -  Item types
8007
8008 -  Language
8009
8010 -  Location and availability
8011
8012 -  Publication date
8013
8014 -  Sorting
8015
8016 -  Subtypes
8017
8018 Description:
8019
8020 -  The settings in this preference will determine which search fields
8021    will show when the patron is using the 'Fewer options' mode on the
8022    advanced search page.
8023
8024 .. _appearance-label:
8025
8026 Appearance
8027 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8028
8029 These preferences control how things appear in the OPAC.
8030
8031 .. _authorisedvalueimages-label:
8032
8033 AuthorisedValueImages
8034 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8035
8036 Default: Don't show
8037
8038 Asks: \_\_\_ images for authorized values (such as lost statuses and
8039 locations) in search results and item detail pages on the OPAC.
8040
8041 Values:
8042
8043 -  Don't show
8044
8045 -  Show
8046
8047 *Get there:* More > Administration > :ref:`Authorized
8048 Values <authorized-values-label>`
8049
8050 .. _bibliodefaultview-label:
8051
8052 BiblioDefaultView
8053 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8054
8055 Default: in simple form
8056
8057 Asks: By default, show bib records \_\_\_
8058
8059 Values:
8060
8061 -  as specified in the ISBD template.
8062
8063    -  See :ref:`ISBD` preference for more information
8064
8065 -  in simple form.
8066
8067 -  in their MARC format.
8068
8069 Description:
8070
8071 -  This preference determines the level of bibliographic detail that the
8072    patron will see on the OPAC detail page. The simple form displays the
8073    graphical interface; MARC format displays the MARC21 cataloging view;
8074    ISBD displays the ISBD (International Standard Bibliographic
8075    Description, AACR2) view.
8076
8077 .. _coinsinopacresults-label:
8078
8079 COinSinOPACResults
8080 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8081
8082 Default: Include
8083
8084 Asks: \_\_\_ COinS / OpenURL / Z39.88 in OPAC search results.
8085
8086 Values:
8087
8088 -  Don't include
8089
8090    -  If you choose not to include COinS on the search results, it will
8091       still be loaded on the individual bibliographic records.
8092
8093 -  Include
8094
8095    -  Enabling this feature will slow OPAC search response times.
8096
8097 Description:
8098
8099 -  COinS stands for ContextObjects in Spans. COinS is a method to embed
8100    bibliographic metadata in the HTML code of web pages. This allows
8101    bibliographic software to publish machine-readable bibliographic
8102    items and client reference management software (such as Zotero) to
8103    retrieve bibliographic metadata. The metadata can also be sent to an
8104    OpenURL resolver. This allows, for instance, searching for a copy of
8105    a book in one's own library.
8106
8107 .. _displayopaciconsxslt-label:
8108
8109 DisplayOPACiconsXSLT
8110 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8111
8112 Default: Don't show
8113
8114 Asks: On pages displayed with XSLT stylesheets on the OPAC, \_\_\_ icons
8115 for itemtype and authorized values.
8116
8117     **Important**
8118
8119     :ref:`OPACXSLTResultsDisplay` and/or
8120     :ref:`OPACXSLTDetailsDisplay` must be set to
8121     use an XSLT stylesheet for this to show (default or custom)
8122
8123 Values:
8124
8125 -  Don't show
8126
8127 -  Show
8128
8129    |image62|
8130
8131     **Note**
8132
8133     See the :ref:`XSLT material type icons <_material-type-cataloging-guide-label>` 
8134     for more information on these icons.
8135
8136 .. _googleindictransliteration-label:
8137
8138 GoogleIndicTransliteration
8139 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8140
8141 Default: Don't show
8142
8143 Asks: \_\_\_ GoogleIndicTransliteration on the OPAC.
8144
8145 Values:
8146
8147 -  Don't show
8148
8149 -  Show
8150
8151   |image1188|
8152
8153 .. _hidelostitems-label:
8154
8155 hidelostitems
8156 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8157
8158 Default: Don't show
8159
8160 Asks: \_\_\_ lost items on search and detail pages.
8161
8162 Description:
8163
8164 -  Items that are marked lost by the library can either be shown or not
8165    shown on the OPAC. By setting the value to "Don't show," the lost
8166    item is not shown on the OPAC. By setting the value "Show," the lost
8167    item is shown on the OPAC for patrons to view with a status of
8168    'lost.^
8169
8170 Values:
8171
8172 -  Don't show
8173
8174 -  Show
8175
8176    |image63|
8177
8178 .. _highlightownitemsonopac-&-highlightownitemsonopacwhich-label:
8179
8180 HighlightOwnItemsOnOPAC & HighlightOwnItemsOnOPACWhich
8181 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8182
8183 HighlightOwnItemsOnOPAC Default: Don't emphasize
8184
8185 HighlightOwnItemsOnOPACWhich Default: patron's home library
8186
8187 Asks: \_\_\_ results from the \_\_\_ by moving the results to the front
8188 and increasing the size or highlighting the rows for those results.
8189
8190 HighlightOwnItemsOnOPAC Values:
8191
8192 -  Don't emphasize
8193
8194 -  Emphasize
8195
8196 HighlightOwnItemsOnOPACWhich Values:
8197
8198 -  OPAC's branch based via the URL
8199
8200    -  The library is chosen based on the Apache environment variable
8201       BRANCHCODE. For example, this could be added to the OPAC section
8202       of koha-httpd.conf: SetEnv BRANCHCODE "CPL"
8203
8204 -  patron's home library
8205
8206    -  The items emphasized will be those of the same library as the
8207       patron's library. If no one is logged into the OPAC, no items will
8208       be highlighted.
8209
8210     **Important**
8211
8212     This preference will only effect sites that are not using an XSLT
8213     stylesheet. XSLT stylesheets are defined in the
8214     :ref:`OPACXSLTResultsDisplay` and
8215     :ref:`OPACXSLTDetailsDisplay` preferences.
8216
8217 .. _libraryname-label:
8218
8219 LibraryName
8220 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8221
8222 Asks: Show \_\_\_ as the name of the library on the OPAC.
8223
8224     **Note**
8225
8226     This value will appear in the title bar of the browser
8227
8228     **Note**
8229
8230     Edit :ref:`opacheader` if you'd like to add a library
8231     name above your search box on the OPAC
8232
8233 |image64|
8234
8235 .. _nologininstructions-label:
8236
8237 NoLoginInstructions
8238 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8239
8240 Asks: Show the following HTML on the OPAC login form when a patron is
8241 not logged in:
8242
8243 Description:
8244
8245 -  This preference allows you to override the default text seen on the
8246    log in page in the Koha OPAC. The default HTML is:
8247
8248    ::
8249
8250        <h5>Don't have a password yet?</h5>
8251        <p> If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.</p>
8252        <h5>Don't have a library card?</h5>
8253        <p> If you don't have a library card, stop by your local library to sign up.</p>
8254
8255    Any HTML in this box will replace the above text below the log in
8256    box.
8257
8258    |image1189|
8259
8260 .. _opacadditionalstylesheet-label:
8261
8262 OpacAdditionalStylesheet
8263 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8264
8265 Asks: Include the additional CSS stylesheet \_\_\_ to override specified
8266 settings from the default stylesheet.
8267
8268 Description:
8269
8270 -  The preference can look for stylesheets in the template directory for
8271    your OPAC language, for instance: /koha-tmpl/opac-tmpl/prog/en/css.
8272    If you upload a custom file, opac-mystyles.css to this directory, you
8273    can specify it by entering opac-mystyles.css in your
8274    opaccolorstylesheet system preference. This adds your custom
8275    stylesheet as a linked stylesheet alongside the OPAC's default CSS
8276    files. This method is preferable because linked stylesheets are
8277    cached by the user's browser, meaning upon repeat visits to your site
8278    the user's browser will not have to re-download the stylesheet,
8279    instead using the copy in the browser's cache.
8280
8281 -  If you would rather, you can upload your CSS to another server and
8282    enter the full URL pointing to it's location remember to begin the
8283    URL with http://
8284
8285     **Note**
8286
8287     Leave this field blank to disable it
8288
8289     **Note**
8290
8291     This file will add a linked CSS, not replace the existing default
8292     CSS.
8293
8294 .. _opacaddmastheadlibrarypulldown-label:
8295
8296 OpacAddMastheadLibraryPulldown
8297 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8298
8299 Default: Don't add
8300
8301 Asks: \_\_\_ a library select pulldown menu on the OPAC masthead.
8302
8303 Values:
8304
8305 -  Add
8306
8307    |image65|
8308
8309 -  Don't Add
8310
8311    |image66|
8312
8313 .. _opacbaseurl-label:
8314
8315 OPACBaseURL
8316 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8317
8318 Asks: The OPAC is located at \_\_\_
8319
8320 Description:
8321
8322 -  This preference is looking for the URL of your public catalog (OPAC)
8323    with the http:// in front of it (enter http://www.mycatalog.com
8324    instead of www.mycatalog.com). Once it is filled in Koha will use it
8325    to generate permanent links in your RSS feeds, for your social
8326    network share buttons and in your staff client when generating links
8327    to bib records in the OPAC.
8328
8329     **Important**
8330
8331     Do not include a trailing slash in the URL this will break links
8332     created using this URL. (example: http://www.google.com not
8333     http://www.google.com/)
8334
8335     **Important**
8336
8337     This must be filled in with the URL of your public catalog for RSS,
8338     unAPI, and search plugins to work.
8339
8340     **Important**
8341
8342     This must be filled in with the URL of your public catalog to show
8343     'OPAC View' links from bib records in the staff client:
8344
8345 |image67|
8346
8347 .. _opaccredits-label:
8348
8349 opaccredits
8350 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8351
8352 Asks: Include the following HTML in the footer of all pages in the OPAC:
8353
8354     **Note**
8355
8356     Click the 'Click to edit; link to enter HTML to appear at the bottom
8357     of every page in the OPAC
8358
8359 |image68|
8360
8361 |image69|
8362
8363 Description:
8364
8365 -  This setting is for credits that will appear at the bottom of your
8366    OPAC pages. Credits traditionally encompass copyright information,
8367    last date updated, hyperlinks or other information represented in an
8368    HTML format. This is static information and any updates must be
8369    entered manually.
8370
8371 Learn more in the :ref:`OPAC Editable Regions <editable-opac-regions-label>` section.
8372
8373 .. _opaccustomsearch-label:
8374
8375 OpacCustomSearch
8376 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8377
8378 Asks: Replace the search box at the top of OPAC pages with the following
8379 HTML
8380
8381 Description:
8382
8383 -  This preference allows you to replace the default search box at the
8384    top of the OPAC :
8385
8386     |image1190|
8387
8388    with any HTML you would like :
8389
8390     |image1191|
8391
8392 .. _opacdisplay856uasimage-label:
8393
8394 OPACDisplay856uAsImage
8395 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8396
8397 Default: Neither details or results page
8398
8399 Asks: Display the URI in the 856u field as an image on: \_\_\_
8400
8401 Values:
8402
8403 -  Both results and details pages
8404
8405    -  **Important**
8406
8407           Not implemented yet
8408
8409 -  Detail page only
8410
8411    -  **Important**
8412
8413           :ref:`OPACXSLTDetailsDisplay` needs to
8414           have a value in it for this preference to work.
8415
8416    |image70|
8417
8418 -  Neither details or results page
8419
8420 -  Results page only
8421
8422    -  **Important**
8423
8424           Not yet implemented
8425
8426 Description:
8427
8428 -  In addition to this option being set, the corresponding XSLT option
8429    must be turned on. Also, the corresponding 856q field must have a
8430    valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
8431    starting with "image/"), or the generic indicator "img" entered in
8432    the field. When all of the requirements are met, an image file will
8433    be displayed instead of the standard link text. Clicking on the image
8434    will open it in the same way as clicking on the link text. When you
8435    click on the image it should open to full size, in the current window
8436    or in a new window depending on the value in the system pref
8437    :ref:`OPACURLOpenInNewWindow`.
8438
8439    |image71|
8440
8441 .. _opacexportoptions-label:
8442
8443 OpacExportOptions
8444 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8445
8446 Default:
8447
8448     |image1192|
8449
8450 Asks: List export options that should be available from OPAC detail page
8451 : \_\_\_
8452
8453 Description:
8454
8455 -  In the OPAC on the right of each bib record there is a menu that
8456    allows for saving the record in various formats. This patch will
8457    allow you to define which options are in the pull down menu.
8458    Available options are: BIBTEX (bibtex), Dublin Core (dc), MARCXML
8459    (marcxml), MARC-8 encoded MARC (marc8), Unicode/UTF-8 encoded MARC
8460    (utf8), Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9-
8461    fields and subfields (marcstd), MODS (mods), and RIS (ris).
8462
8463 .. _opacfallback-label:
8464
8465 OPACFallback
8466 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8467
8468 Default: bootstrap
8469
8470 Asks: Use the \_\_\_ theme as the fallback theme on the OPAC.
8471
8472 Description:
8473
8474 -  This preference has no use right now, as Koha has only one theme, but
8475    if your library has a custom theme it will show here as an option.
8476    The purpose of this preference is to provide a way to choose to what
8477    theme to fallback on when you have a partial theme in place.
8478
8479 .. _opacfavicon-label:
8480
8481 OpacFavicon
8482 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8483
8484 Asks: Use the image at \_\_\_ for the OPAC's favicon.
8485
8486     **Important**
8487
8488     This should be a complete URL, starting with http://
8489
8490     **Note**
8491
8492     Turn your logo into a favicon with the `Favicon
8493     Generator <http://antifavicon.com/>`__.
8494
8495 Description:
8496
8497 -  The favicon is the little icon that appears next to the URL in the
8498    address bar in most browsers. The default value for this field (if
8499    left blank) is the small 'K' in the Koha logo.
8500
8501    |image72|
8502
8503 .. _opacheader-label:
8504
8505 opacheader
8506 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8507
8508 Asks: Include the following HTML in the header of all pages in the OPAC
8509
8510 |image73|
8511
8512     **Note**
8513
8514     This value will appear above the main content of your page
8515
8516 |image74|
8517
8518     **Note**
8519
8520     Edit ^:ref:`LibraryName`^ if you'd like to edit the
8521     contents of the <title> tag
8522
8523 Learn more in the :ref:`OPAC Editable Regions <editable-opac-regions-label>` section.
8524
8525 .. _opachighlightedwords-&-nothighlightedwords-label:
8526
8527 OpacHighlightedWords & NotHighlightedWords
8528 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8529
8530 OpacHighlightedWords Default: Don't highlight
8531
8532 NotHighlightedWords Default: and\|or\|not
8533
8534 Asks: \_\_\_ words the patron searched for in their search results and
8535 detail pages; To prevent certain words from ever being highlighted,
8536 enter a list of stopwords here \_\_\_ (separate columns with \|)
8537
8538 OpacHighlightedWords Values:
8539
8540 -  Don't highlight
8541
8542 -  Highlight
8543
8544 .. _opacholdingsdefaultsortfield-label:
8545
8546 OPACHoldingsDefaultSortField
8547 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8548
8549 Default: First column of the table
8550
8551 Asks: \_\_\_ is the default sort field for the holdings table
8552
8553 Values:
8554
8555 -  First column of the table
8556
8557 -  Holding library
8558
8559 -  Home library
8560
8561 .. _opackohaurl-label:
8562
8563 OpacKohaUrl
8564 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8565
8566 Default: Don't show
8567
8568 Values:
8569
8570 -  Don't show
8571
8572 -  Show
8573
8574 Description:
8575
8576 -  When this preference is set to 'Show' text will appear in the bottom
8577    right of the OPAC footer stating 'Powered by Koha' and linking to the
8578    official Koha website.
8579
8580    |image75|
8581
8582 .. _opaclangselectormode-label:
8583
8584 OpacLangSelectorMode
8585 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8586
8587 Default: only footer
8588
8589 Asks: Display language selector on \_\_\_.
8590
8591 Values:
8592
8593 -  both top and footer
8594
8595 -  only footer
8596
8597 -  top
8598
8599 Description:
8600
8601 -  If you have the :ref:`opaclanguagesdisplay`
8602    preference set to display language options in the public catlaog,
8603    then this preference will allow you to control where the language
8604    selector shows. You can choose to show it only on the top or bottom
8605    or in both places.
8606
8607 .. _opaclayoutstylesheet-label:
8608
8609 opaclayoutstylesheet
8610 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8611
8612 Default: opac.css
8613
8614 Asks: Use the CSS stylesheet /css/ \_\_\_ on all pages in the OPAC,
8615 instead of the default
8616
8617 Description:
8618
8619 -  This setting's function is to point to the \*.css file used to define
8620    the OPAC layout. A \*.css file is a cascading stylesheet which is
8621    used in conjunction with HTML to set how the HTML page is formatted
8622    and will look on the OPAC. There are two stylesheets that come with
8623    the system; opac.css and opac2.css. A custom stylesheet may also be
8624    used. The stylesheets listed in the opaclayoutstylesheet preference
8625    are held on the Koha server.
8626
8627     **Note**
8628
8629     Leave this field blank to disable it and let Koha use the default
8630     file instead
8631
8632     **Important**
8633
8634     Using a custom value in this preference causes Koha to completely
8635     ignore the default layout stylesheet.
8636
8637 .. _opaclocationbranchtodisplay-label:
8638
8639 OpacLocationBranchToDisplay
8640 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8641
8642 Default: holding library
8643
8644 Asks: Display the \_\_\_ for items on the OPAC record details page.
8645
8646 Values:
8647
8648 -  holding library
8649
8650 -  home and holding library
8651
8652 -  home library
8653
8654 Description:
8655
8656 -  Defines whether to display the holding library, the home library, or
8657    both for the opac details page.
8658
8659 .. _opaclocationondetail-label:
8660
8661 OpacLocationOnDetail
8662 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8663
8664 Default: below the holding library
8665
8666 Asks: Display the shelving location \_\_\_ for items on the
8667 OPAC record details page.
8668
8669 Values:
8670
8671 -  below both home and holding libraries
8672
8673 -  on a separate column
8674
8675 -  below the holding library
8676
8677 -  below the home library
8678
8679 Description:
8680
8681 -  Defines where the shelving location should be displayed, under the
8682    home library, the holding library, or both, or in a separate column.
8683
8684 .. _opacmaintenance-label:
8685
8686 OpacMaintenance
8687 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8688
8689 Default: Don't show
8690
8691 Asks: \_\_\_ a warning that the OPAC is under maintenance, instead of
8692 the OPAC itself.
8693
8694     **Note**
8695
8696     this shows the same warning as when the database needs to be
8697     upgraded, but unconditionally.
8698
8699 Description:
8700
8701 -  This preference allows the system administrator to turn off the OPAC
8702    during maintenance and display a message to users. When this
8703    preference is switched to "Show" the OPAC is not usable. The text of
8704    this message is not editable at this time.
8705
8706 Values:
8707
8708 -  Don't show
8709
8710 -  Show
8711
8712    -  When this preference is set to show the maintenance message the
8713       ability to search the OPAC is disabled and a message appears. The
8714       default message can be altered by using the
8715       :ref:`OpacMaintenanceNotice` preference.
8716
8717       |image76|
8718
8719 .. _opacmaintenancenotice-label:
8720
8721 OpacMaintenanceNotice
8722 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8723
8724 Asks: Show the following HTML when OpacMaintenance is enabled
8725
8726 Descritpion:
8727
8728 -  This preference will allow you to set the text the OPAC displays when
8729    the :ref:`OpacMaintenance` preference is set to
8730    'Show.^
8731
8732 .. _opacmainuserblock-label:
8733
8734 OpacMainUserBlock
8735 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8736
8737 Default: Welcome to Koha... <hr>
8738
8739 Asks: Show the following HTML in its own column on the main page of the
8740 OPAC
8741
8742 Description:
8743
8744 -  HTML entered in this field will appear in the center of the main page
8745    of your OPAC
8746
8747 |image77|
8748
8749 Learn more in the :ref:`OPAC Editable Regions <editable-opac-regions-label>` section.
8750
8751 .. _opacmaxitemstodisplay-label:
8752
8753 OpacMaxItemsToDisplay
8754 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8755
8756 Default: 50
8757
8758 Asks: Display up to \_\_\_ items on the biblio detail page
8759
8760 Description:
8761
8762 -  This preference will help with slow load times on the bibliographic
8763    detail pages by limiting the number of items to display by default.
8764    If the biblio has more items than this, a link is displayed instead
8765    that allows the user to choose to display all items.
8766
8767 .. _opacmysummaryhtml-label:
8768
8769 OPACMySummaryHTML
8770 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8771
8772 Asks: Include a "Links" column on the "my summary" tab when a user is
8773 logged in to the OPAC, with the following HTML (leave blank to disable).
8774
8775 Description:
8776
8777 -  In this preference you can enter HTML that will appear on the
8778    'Checked Out' tab on the 'My Summary' section when logged in to the
8779    OPAC. The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR}
8780    will be replaced with information from the displayed record. This can
8781    be used to enter in 'share' links for social networks or generate
8782    searches against other library catalogs.
8783
8784    |image78|
8785
8786 Sample Data:
8787
8788 ::
8789
8790     <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>
8791     <br />TITLE: {TITLE}
8792     <br />AUTHOR: {AUTHOR}
8793     <br />ISBN: {ISBN}
8794     <br />BIBLIONUMBER: {BIBLIONUMBER}</p>
8795
8796 .. _opacmysummarynote-label:
8797
8798 OPACMySummaryNote
8799 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8800
8801 Asks: Note to display on the patron summary page.
8802
8803 Description:
8804
8805 -  This preference will display text above the patron's summary and
8806    below the welcome message when the patron logs in to the OPAC and
8807    view their 'my summary' tab.
8808
8809     |image1193|
8810
8811 .. _opacnav-label:
8812
8813 OpacNav
8814 ^^^^^^^^^^^^^^^^^^^^^^
8815
8816 Default: Important links here.
8817
8818 Asks: Show the following HTML on the left hand column of the main page
8819 and patron account on the OPAC (generally navigation links)
8820
8821 |image79|
8822
8823 Learn more in the :ref:`OPAC Editable Regions <editable-opac-regions-label>` section.
8824
8825 .. _opacnavbottom-label:
8826
8827 OpacNavBottom
8828 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8829
8830 Asks: Show the following HTML on the left hand column of the main page
8831 and patron account on the OPAC, after :ref:`OpacNav`, and before
8832 patron account links if available:
8833
8834 Description: When a patron is logged in to their account they see a
8835 series of tabs to access their account information.
8836 :ref:`OpacNav` appears above this list of tabs and OpacNavBottom
8837 will appear below them. When not on the patron account pages the HTML in
8838 OpacNavBottom will just appear right below :ref:`OpacNav`.
8839
8840 |image80|
8841
8842 .. _opacnavright-label:
8843
8844 OpacNavRight
8845 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8846
8847 Asks: Show the following HTML in the right hand column of the main page
8848 under the main login form.
8849
8850 Description: HTML entered in this preference will appear on the right
8851 hand side of the OPAC under the log in form. If the log in form is not
8852 visible this content will move up on the right column.
8853
8854 |image81|
8855
8856 .. _opacnoresultsfound-label:
8857
8858 OPACNoResultsFound
8859 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8860
8861 No Default
8862
8863 Asks: Display this HTML when no results are found for a search in the
8864 OPAC
8865
8866 This HTML will display below the existing notice that no results were
8867 found for your search.
8868
8869 |image82|
8870
8871     **Note**
8872
8873     You can insert placeholders {QUERY\_KW} that will be replaced with
8874     the keywords of the query.
8875
8876 .. _opacpublic-label:
8877
8878 OpacPublic
8879 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8880
8881 Default: Enable
8882
8883 Asks: \_\_\_ Koha OPAC as public. Private OPAC requires authentication
8884 before accessing the OPAC.
8885
8886 Values:
8887
8888 -  Don't enable
8889
8890 -  Enable
8891
8892 Description:
8893
8894 -  This preference determines if your OPAC is accessible and searchable
8895    by anyone or only by members of the library. If set to 'Don't enable'
8896    only members who are logged into the OPAC can search. Most libraries
8897    will leave this setting at its default of 'Enable' to allow their
8898    OPAC to be searched by anyone and only require login for access to
8899    personalized content.
8900
8901 .. _opacresultslibrary-label:
8902
8903 OPACResultsLibrary
8904 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8905
8906 Default: home library
8907
8908 Asks: For search results in the OPAC, show the item's \_\_\_. Please
8909 note that this feature is currently available for MARC21 and UNIMARC.
8910
8911 Values:
8912
8913 -  current location
8914
8915 -  home library
8916
8917 .. _opacresultssidebar-label:
8918
8919 OPACResultsSidebar
8920 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8921
8922 Asks: Include the following HTML under the facets in OPAC search results
8923
8924 Description:
8925
8926 -  The HTML entered in this preference will appear on the search results
8927    pages below the list of facets on the left side of the screen.
8928
8929 .. _opacsearchfortitlein-label:
8930
8931 OPACSearchForTitleIn
8932 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8933
8934 Default: <li><a href="http://worldcat.org/search?q={TITLE}"
8935 target="\_blank">Other Libraries (WorldCat)</a></li> <li><a
8936 href="http://www.scholar.google.com/scholar?q={TITLE}"
8937 target="\_blank">Other Databases (Google Scholar)</a></li> <li><a
8938 href="http://www.bookfinder.com/search/?author={AUTHOR}&title={TITLE}&st=xl&ac=qr"
8939 target="\_blank">Online Stores (Bookfinder.com)</a></li>
8940
8941 Asks: Include a "More Searches" box on the detail pages of items on the
8942 OPAC, with the following HTML (leave blank to disable)
8943
8944     **Note**
8945
8946     The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE}, {ISBN},
8947     {ISSN} and {AUTHOR} will be replaced with information from the
8948     displayed record.
8949
8950 .. _opacseparateholdings-&-opacseparateholdingsbranch-label:
8951
8952 OpacSeparateHoldings & OpacSeparateHoldingsBranch
8953 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8954
8955 OpacSeparateHoldings default: Don't separate
8956
8957 OpacSeparateHoldingsBranch default: home library
8958
8959 Asks: \_\_\_ items display into two tabs, where the first tab contains
8960 items whose \_\_\_ is the logged in user's library. The second tab will
8961 contain all other items.
8962
8963 OpacSeparateHoldings values:
8964
8965 -  Don't separate
8966
8967 -  Separate
8968
8969 OpacSeparateHoldingsBranch values:
8970
8971 -  holding library
8972
8973 -  home library
8974
8975 Description:
8976
8977 -  This preference lets you decide if you would like to have the holding
8978    information on the bibliographic detail page in the OPAC split in to
8979    multiple tabs. The default is to show all holdings on one tab.
8980
8981    |image83|
8982
8983 .. _opacshowcheckoutname-label:
8984
8985 OPACShowCheckoutName
8986 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8987
8988 Default: Don't show
8989
8990 Asks: \_\_\_ the name of the patron that has an item checked out on item
8991 detail pages on the OPAC.
8992
8993 Values:
8994
8995 -  Don't show
8996
8997 -  Show
8998
8999 Description:
9000
9001 -  This preference allows all patrons to see who has the item checked
9002    out if it is checked out. In small corporate libraries (where the
9003    OPAC is behind a firewall and not publicly available) this can be
9004    helpful so coworkers can just contact the patron with the book
9005    themselves. In larger public and academic libraries setting this to
9006    'Show' would pose serious privacy issues.
9007
9008 .. _opacshowholdqueuedetails-label:
9009
9010 OPACShowHoldQueueDetails
9011 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9012
9013 Default: Don't show any hold details
9014
9015 Asks: \_\_\_ to patrons in the OPAC.
9016
9017 Values:
9018
9019 -  Don't show any hold details
9020
9021 -  Show holds
9022
9023    |image86|
9024
9025 -  Show holds and priority level
9026
9027 -  Show priority level
9028
9029    |image87|
9030
9031    -  :ref:`opacuserlogin` needs to be set to 'allow'
9032
9033 .. _opacshowrecentcomments-label:
9034
9035 OpacShowRecentComments
9036 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9037
9038 Default: Don't show
9039
9040 Asks: \_\_\_ a link to recent comments in the OPAC masthead.
9041
9042 Values:
9043
9044 -  Don't show
9045
9046 -  Show
9047
9048 Description:
9049
9050 -  If you have chosen to allow comments in your OPAC by setting
9051    :ref:`reviewson` to 'Allow' you can include a link to the
9052    recent comments under the search box at the top of your OPAC with
9053    this preference.
9054
9055    |image88|
9056
9057 .. _opacshowunusedauthorities-label:
9058
9059 OPACShowUnusedAuthorities
9060 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9061
9062 Default: Show
9063
9064 Asks: \_\_\_ unused authorities in the OPAC authority browser.
9065
9066 Values:
9067
9068 -  Do not show
9069
9070 -  Show
9071
9072    -  **Important**
9073
9074           Requires that the :ref:`OpacAuthorities`
9075           preference is set to 'Allow'
9076
9077 Description:
9078
9079 -  When patrons search your authority file via the OPAC they will see
9080    all authorities in your system even if you don't have them linked to
9081    any bibliographic records. This preference lets you determine what
9082    the default behavior is when searching authorities via the OPAC. If
9083    you choose 'Do not show' it will only show patrons authority records
9084    that are linked to bib records in the search results. Otherwise the
9085    system will show all authority records even if they aren't linked to
9086    records.
9087
9088 .. _opacstarratings-label:
9089
9090 OpacStarRatings
9091 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9092
9093 Default: no
9094
9095 Asks: Show star-ratings on \_\_\_ pages.
9096
9097 Values:
9098
9099 -  no
9100
9101 -  only details
9102
9103    |image89|
9104
9105 -  results and details
9106
9107    |image90|
9108
9109 Description:
9110
9111 -  Star ratings are a way for your patrons to leave ratings without
9112    having to leave a full review. Patrons who are not logged in will
9113    only be able to see the stars, once logged in patrons can click on
9114    the stars on the details page to leave their own rating. Clicking on
9115    the stars on the search results will not submit a rating.
9116
9117 .. _opacsuggestionmanagedby-label:
9118
9119 OpacSuggestionManagedBy
9120 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9121
9122 Default: Show
9123
9124 Asks: \_\_\_ the name of the staff member who managed a suggestion in
9125 OPAC.
9126
9127 Values:
9128
9129 -  Don't show
9130
9131 -  Show
9132
9133 Description:
9134
9135 -  If you're :ref:`allowing patrons to make purchase
9136    suggestions <suggestion-label>` then they will see the 'my
9137    suggestions' tab when logged in. This tab shows the patron the
9138    librarian who approved or rejected the purchase suggestion. This
9139    preference controls if the patron sees the librarian's name or not.
9140
9141 .. _opacthemes-label:
9142
9143 opacthemes
9144 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9145
9146 Default: bootstrap
9147
9148 Asks: Use the \_\_\_ theme on the OPAC.
9149
9150 Values:
9151
9152 -  bootstrap
9153
9154    Bootstrap Theme
9155
9156    This theme is completely responsive
9157
9158 .. _opacurlopeninnewwindow-label:
9159
9160 OPACURLOpenInNewWindow
9161 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9162
9163 Default: don't
9164
9165 Asks: When patrons click on a link to another website from your OPAC
9166 (like Amazon or OCLC), \_\_\_ open the website in a new window.
9167
9168 Values:
9169
9170 -  do
9171
9172 -  don't
9173
9174 Description:
9175
9176 -  This preference determines if URLs in the OPAC will open in a new
9177    window or not. When clicking on a link in the OPAC, a patron does not
9178    need to worry about navigating away from their search results.
9179
9180 .. _opacusercss-label:
9181
9182 OPACUserCSS
9183 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9184
9185 Asks: Include the following CSS on all pages in the OPAC
9186
9187 Description:
9188
9189 -  OPACUserCSS allows the administrator to enter styles that will
9190    overwrite the OPAC's default CSS as defined in 'opaclayoutstylesheet'
9191    or 'opacstylesheet'. Styles may be entered for any of the selectors
9192    found in the default style sheet. The default stylesheet will likely
9193    be found at
9194    http://your\_koha\_address/opac-tmpl/bootstrap/css/opac.css. Unlike
9195    :ref:`OpacAdditionalStylesheet` and
9196    :ref:`opaclayoutstylesheet` this preference will
9197    embed the CSS directly on your OPAC pages.
9198
9199 .. _opacuserjs-label:
9200
9201 OPACUserJS
9202 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9203
9204 Asks: Include the following JavaScript on all pages in the OPAC
9205
9206 |image91|
9207
9208 |image92|
9209
9210 |image93|
9211
9212 Description:
9213
9214 -  This preference allows the administrator to enter JavaScript or
9215    JQuery that will be embedded across all pages of the OPAC.
9216    Administrators may use this preference to customize some of the
9217    interactive sections of Koha, customizing the text for the login
9218    prompts, for example. Sample JQuery scripts used by Koha libraries
9219    can be found on the wiki:
9220    http://wiki.koha-community.org/wiki/JQuery_Library.
9221
9222 .. _opacusersummary-label:
9223
9224 OPACUserSummary
9225 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9226
9227 Default: Show
9228
9229 Asks: \_\_\_ a summary of a logged in user's checkouts, overdues, holds and fines on the mainpage
9230
9231 Description:
9232
9233 -  When activated, this preference system replaces the login form on the OPAC main page by a summary when the user is logged in.
9234
9235 .. _opacxsltdetailsdisplay-label:
9236
9237 OPACXSLTDetailsDisplay
9238 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9239
9240 Default: default
9241
9242 Asks: Display OPAC details using XSLT stylesheet at \_\_\_
9243
9244 Values:
9245
9246 -  leave empty to not use the XSLT stylesheet
9247
9248    -  In previous versions of Koha this was the setting that read
9249       'normally'
9250
9251 -  enter "default" for the default one
9252
9253 -  put a path to define a XSLT file
9254
9255    -  ex: /path/to/koha/and/your/stylesheet.xsl
9256
9257    -  If in a multi-language system you can enter {langcode} in the path
9258       to tell Koha to look in the right language folder
9259
9260       -  ex:
9261          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACDetail.xsl
9262
9263       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9264
9265 -  put an URL for an external specific stylesheet
9266
9267    -  ex: http://mykohaopac.org/stylesheet.xsl
9268
9269 Description:
9270
9271 -  XSLT stylesheets allow for the customization of the details shows on
9272    the screen when viewing a bib record. This preference will allow you
9273    either use the default look that comes with Koha or design your own
9274    stylesheet.
9275
9276 .. _opacxsltlistsdisplay-label:
9277
9278 OPACXSLTListsDisplay
9279 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9280
9281 Default: default
9282
9283 Asks: Display lists in the OPAC using XSLT stylesheet at \_\_\_
9284
9285 Values:
9286
9287 -  leave empty to not use the XSLT stylesheet
9288
9289    -  In previous versions of Koha this was the setting that read
9290       'normally'
9291
9292 -  enter "default" for the default one
9293
9294 -  put a path to define a XSLT file
9295
9296    -  ex: /path/to/koha/and/your/stylesheet.xsl
9297
9298    -  If in a multi-language system you can enter {langcode} in the path
9299       to tell Koha to look in the right language folder
9300
9301       -  ex:
9302          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
9303
9304       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9305
9306 -  put an URL for an external specific stylesheet
9307
9308    -  ex: http://mykohaopac.org/stylesheet.xsl
9309
9310 Description:
9311
9312 -  XSLT stylesheets allow for the customization of the details shows on
9313    the screen when viewing lists. This preference will
9314    allow you either use the default look that comes with Koha or design
9315    your own stylesheet.
9316
9317 .. _opacxsltresultsdisplay-label:
9318
9319 OPACXSLTResultsDisplay
9320 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9321
9322 Default: default
9323
9324 Asks: Display OPAC results using XSLT stylesheet at \_\_\_
9325
9326 Values:
9327
9328 -  leave empty to not use the XSLT stylesheet
9329
9330    -  In previous versions of Koha this was the setting that read
9331       'normally'
9332
9333 -  enter "default" for the default one
9334
9335 -  put a path to define a XSLT file
9336
9337    -  ex: /path/to/koha/and/your/stylesheet.xsl
9338
9339    -  If in a multi-language system you can enter {langcode} in the path
9340       to tell Koha to look in the right language folder
9341
9342       -  ex:
9343          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
9344
9345       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9346
9347 -  put an URL for an external specific stylesheet
9348
9349    -  ex: http://mykohaopac.org/stylesheet.xsl
9350
9351 Description:
9352
9353 -  XSLT stylesheets allow for the customization of the details shows on
9354    the screen when viewing the search results. This preference will
9355    allow you either use the default look that comes with Koha or design
9356    your own stylesheet.
9357
9358 .. _opacfeatures-label:
9359
9360 Features
9361 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9362
9363 .. _numsearchrssresults-label:
9364
9365 numSearchRSSResults
9366 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9367
9368 Default: 50
9369
9370 Asks: Display \_\_\_ search results in the RSS feed.
9371
9372 Description:
9373
9374 -  By default the RSS feed that is automatically generated for every
9375    search results page will list 50 items. This can sometimes be too
9376    much for some RSS feed readers and for some people this isn't enough.
9377    This preference allows you to adjust this number to show the best
9378    number of results for your patrons.
9379
9380 .. _opacacquisitiondetails-label:
9381
9382 OPACAcquisitionDetails
9383 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9384
9385 Default: Don't display
9386
9387 Asks: \_\_\_ the acquisition details on OPAC detail pages.
9388
9389 Values:
9390
9391 -  Display
9392
9393     |image1194|
9394
9395 -  Don't display
9396
9397 Description:
9398
9399 -  This preference shows the patrons how many items are on order in the
9400    Holdings tab if you have the :ref:`AcqCreateItem` set
9401    to 'cataloging the record'
9402
9403 .. _opacauthorities-label:
9404
9405 OpacAuthorities
9406 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9407
9408 Default: Allow
9409
9410 Asks: \_\_\_ patrons to search your authority records.
9411
9412 Description:
9413
9414 -  This preference displays the link on the OPAC for the authority
9415    search. By setting the preference to "Allow" patrons can use this
9416    search link of the OPAC.
9417
9418 Values:
9419
9420 -  Allow
9421
9422    -  A link labeled 'Authority search' will appear at the top of your
9423       OPAC under the search box
9424
9425       |image94|
9426
9427 -  Don't allow
9428
9429 .. _opacbookbag-label:
9430
9431 opacbookbag
9432 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9433
9434 Default: Allow
9435
9436 Asks: \_\_\_ patrons to store items in a temporary "Cart" on the OPAC.
9437
9438 Values:
9439
9440 -  Allow
9441
9442 -  Don't allow
9443
9444 Description:
9445
9446 -  This preference allows the user to temporarily save a list of items
9447    found on the catalog. By using the Book Bag, or Cart, the user can
9448    print out or email a list of items found. The user does not need to
9449    be logged in. This list is temporary and will be emptied, or cleared,
9450    at the end of the session.
9451
9452 .. _opacbrowser-label:
9453
9454 OpacBrowser
9455 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9456
9457     **Important**
9458
9459     This preference only applies to installations using UNIMARC at this time.
9460
9461 Default: Don't allow
9462
9463 Asks: \_\_\_ patrons to browse subject authorities on OPAC
9464
9465 Values:
9466
9467 -  Allow
9468
9469 -  Don't allow
9470
9471     **Important**
9472
9473     run the :ref:`Authorities Browser Cron Job <authorities-browser-label>` to
9474     create the browser list
9475
9476 .. _opacbrowseresults-label:
9477
9478 OpacBrowseResults
9479 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9480
9481 Default: enable
9482
9483 Asks: \_\_\_ browsing and paging search results from the OPAC detail
9484 page.
9485
9486 Values:
9487
9488 -  disable
9489
9490 -  enable
9491
9492    |image95|
9493
9494 Description:
9495
9496 -  This preference will control the option to return to your results
9497    and/or browse them from the detail page in the OPAC.
9498
9499 .. _opaccloud-label:
9500
9501 OpacCloud
9502 ^^^^^^^^^^^^^^^^^^^^^^^^^^
9503
9504     **Important**
9505
9506     This preference only applies to French systems at this time.
9507
9508 Default: Don't show
9509
9510 Asks: \_\_\_ a subject cloud on OPAC
9511
9512 Values:
9513
9514 -  Don't show
9515
9516 -  Show
9517
9518     **Important**
9519
9520     run the :ref:`Authorities Browser Cron Job <authorities-browser-label>` to
9521     create the browser list
9522
9523 .. _opacfinestab-label:
9524
9525 OPACFinesTab
9526 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9527
9528 Default: Allow
9529
9530 Asks: \_\_\_ patrons to access the Fines tab on the My Account page on
9531 the OPAC.
9532
9533 Values:
9534
9535 -  Allow
9536
9537    -  :ref:`opacuserlogin` needs to be set to 'allow'
9538
9539 -  Don't allow
9540
9541 .. _opacholdnotes-label:
9542
9543 OpacHoldNotes
9544 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9545
9546 Default: Do not allow
9547
9548 Asks: \_\_\_ users to add a note when placing a hold.
9549
9550 Values:
9551
9552 -  Allow
9553
9554    |image96|
9555
9556 -  Do not allow
9557
9558 .. _opacisbd-label:
9559
9560 OPACISBD
9561 ^^^^^^^^^^^^^^^^^^^^^^^^
9562
9563 Default: See :ref:`ISBD view configuration 
9564 <https://wiki.koha-community.org/wiki/ISBD_view_configuration>` on the wiki.
9565
9566 Asks: Use the following as the OPAC ISBD template:
9567
9568 Description:
9569
9570 -  This determines how the ISBD information will display in the OPAC.
9571    Elements in the list can be reordered to produce a different ISBD
9572    view. ISBD, the International Standard Bibliographic Description, was
9573    first introduced by IFLA (International Federation of Library
9574    Associations) in 1969 in order to provide guidelines for descriptive
9575    cataloging. The purpose of ISBD is to aid the international exchange
9576    of bibliographic records for a variety of materials.
9577
9578 .. _opacitemlocation-label:
9579
9580 OpacItemLocation
9581 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9582
9583 Default: call number only
9584
9585 Asks: Show \_\_\_\_ for items on the OPAC search results.
9586
9587 Values:
9588
9589 -  call number only
9590
9591 -  collection code
9592
9593 -  location
9594
9595 Description:
9596
9597 -  This setting allows users of the OPAC results XSLT stylesheet to
9598    choose to display collection code or location in addition to call
9599    number.
9600
9601 .. _opacnewslibraryselect-label:
9602
9603 OpacNewsLibrarySelect
9604 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9605
9606 Default: Don't display
9607
9608 Asks: \_\_\_ a branch selection list for news items in the OPAC.
9609
9610 Values:
9611
9612 -  Don't display
9613
9614 -  Display
9615
9616 .. _opacpasswordchange-label:
9617
9618 OpacPasswordChange
9619 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9620
9621 Default: Allow
9622
9623 Asks: \_\_\_ patrons to change their own password on the OPAC.
9624
9625 Values:
9626
9627 -  Allow
9628
9629    -  :ref:`opacuserlogin` needs to be set to 'allow'
9630
9631 -  Don't allow
9632
9633     **Important**
9634
9635     Enabling this will break LDAP authentication.
9636
9637 .. _opacpatrondetails-label:
9638
9639 OPACPatronDetails
9640 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9641
9642 Default: Allow
9643
9644 Asks: \_\_\_ patrons to notify the library of changes to their contact
9645 information from the OPAC.
9646
9647 Values:
9648
9649 -  Allow
9650
9651    -  :ref:`opacuserlogin` needs to be set to 'allow'
9652
9653 -  Don't allow
9654
9655 Description:
9656
9657 -  If patrons are allowed to notify the library of changes to their
9658    account then staff will need to approve the changes via the staff
9659    client. Notification of patron account requests will appear on the
9660    dashaboard below the list of modules with other pending actions.
9661
9662    |image97|
9663
9664    Once you click the notification you will be presented with the
9665    changes the patron would like to make to their account and from there
9666    you can choose how to proceed.
9667
9668    |image98|
9669
9670        **Note**
9671
9672        You can control what fields patrons see and can modify via the
9673        OPAC by setting the
9674        :ref:`PatronSelfRegistrationBorrowerMandatoryField`
9675        :ref:`PatronSelfRegistrationBorrowerUnwantedField`
9676        preferences.
9677
9678 .. _opacpatronimages-label:
9679
9680 OPACpatronimages
9681 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9682
9683 Default: Don't show
9684
9685 Asks: \_\_\_ patron images on the patron information page in the OPAC.
9686
9687 Values:
9688
9689 -  Don't show
9690
9691 -  Show
9692
9693 Description:
9694
9695 -  If :ref:`patronimages` is set to allow the upload of
9696    patron images via the staff client, then setting this preference to
9697    'show' will show the patron what image you have on file for them when
9698    they view their personal information on their account in the OPAC.
9699
9700 .. _opacpopupauthorssearch-label:
9701
9702 OPACPopupAuthorsSearch
9703 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9704
9705 Default: Don't display
9706
9707 Asks: \_\_\_ the list of authors/subjects in a popup for a combined
9708 search on OPAC detail pages.
9709
9710 Values:
9711
9712 -  Display
9713
9714    Subject search pop up
9715
9716    -  **Important**
9717
9718           This will only display the pop up if you are not using an XSLT
9719           stylesheet. Review your
9720           :ref:`OPACXSLTDetailsDisplay` to find
9721           out what stylesheet you're using.
9722
9723 -  Don't display
9724
9725    -  Authors and subjects will display as search links instead of pop
9726       up menus.
9727
9728 Description:
9729
9730 -  If this preference is set to 'Display' then clicking a subject or
9731    author from the details page in the OPAC will present the searcher
9732    with a pop up box. From this box you can check off any of the
9733    subjects or authors listed and search them all at once by clicking
9734    'Search' at the bottom of the pop up. The default behavior is for
9735    Koha to search just the clicked author or subject.
9736
9737 .. _opacresetpassword-label:
9738
9739 OpacResetPassword
9740 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9741
9742 Default: not allowed
9743
9744 Asks: Library users are \_\_\_ to recover their password via e-mail in
9745 the OPAC.
9746
9747 Values:
9748
9749 -  allowed
9750
9751     |image1195|
9752
9753 -  not allowed
9754
9755 Description:
9756
9757 -  This preference controls whether you present users of the public
9758    catalog with a 'Forgot your password' link or not. Learn more in the
9759    :ref:`OPAC section <resetting-your-password-label>` of this manual.
9760
9761 .. _opactopissue-label:
9762
9763 OpacTopissue
9764 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9765
9766 Default: Don't allow
9767
9768 Asks: \_\_\_ patrons to access a list of the most checked out items on
9769 the OPAC.
9770
9771 Values:
9772
9773 -  Allow
9774
9775    -  A link to 'Most Popular' will appear at the top of your OPAC
9776
9777       |image99|
9778
9779 -  Don't allow
9780
9781 Description:
9782
9783 -  This preference allows the administrator to choose to show the "Most
9784    Popular" link at the top of the OPAC under the search box. The "Most
9785    Popular" page shows the top circulated items in the library, as
9786    determined by the number of times a title has been circulated. This
9787    allows users to see what titles are popular in their community. It is
9788    recommended that you leave this preference set to 'Don't allow' until
9789    you have been live on Koha for a couple of months, otherwise the data
9790    that it shows will not be an accurate portrayal of what's popular in
9791    your library.
9792
9793    |image100|
9794
9795 .. _opacuserlogin-label:
9796
9797 opacuserlogin
9798 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9799
9800 Default: Allow
9801
9802 Asks: \_\_\_ patrons to log in to their accounts on the OPAC.
9803
9804 Values:
9805
9806 -  Allow
9807
9808 -  Don't allow
9809
9810    -  The OPAC will still be searchable if patrons can't log in, this
9811       just disables the patron account access via the OPAC
9812
9813 .. _quoteoftheday-label:
9814
9815 QuoteOfTheDay
9816 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9817
9818 Default: Disable
9819
9820 Asks: \_\_\_ Quote of the Day display on OPAC home page
9821
9822 Values:
9823
9824 -  Disable
9825
9826 -  Enable
9827
9828 Description:
9829
9830 -  This feature will allow you to enter a series of quotes that will
9831    then show on the OPAC homepage in random order. To add/edit quotes,
9832    visit the :ref:`Quote of the Day Editor <quote-of-the-day-(qotd)-editor-label>` under Tools.
9833
9834 .. _requestonopac-label:
9835
9836 RequestOnOpac
9837 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9838
9839 Default: Allow
9840
9841 Asks: \_\_\_ patrons to place holds on items from the OPAC.
9842
9843 Values:
9844
9845 -  Allow
9846
9847    -  :ref:`opacuserlogin` needs to be set to 'allow'
9848
9849 -  Don't allow
9850
9851 .. _reviewson-label:
9852
9853 reviewson
9854 ^^^^^^^^^^^^^^^^^^^^^^^^^^
9855
9856 Default: Allow
9857
9858 Asks: \_\_\_ patrons to make comments on items on the OPAC.
9859
9860 Values:
9861
9862 -  Allow
9863
9864    -  Patrons comments/reviews all require moderation before they appear
9865       in the OPAC
9866
9867    -  :ref:`opacuserlogin` needs to be set to 'Allow'
9868
9869 -  Don't allow
9870
9871 Description:
9872
9873 -  This button allows the patrons to submit comments on books they have
9874    read via the OPAC. If this preference is set to "Allow" reviews are
9875    first sent to the staff client for staff approval before the review
9876    is displayed in the OPAC. The staff member who reviews and approves
9877    comments may find the pending comments on the
9878    :ref:`Comments` tool. The staff member can then choose to
9879    approve or delete the comments.
9880
9881 .. _showreviewer-label:
9882
9883 ShowReviewer
9884 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9885
9886 Default: full name
9887
9888 Asks: Show \_\_\_ of commenter with comments in OPAC.
9889
9890 Values:
9891
9892 -  first name
9893
9894 -  first name and last initial
9895
9896 -  full name
9897
9898 -  last name
9899
9900 -  no name
9901
9902 -  username
9903
9904 Description:
9905
9906 -  If you would like to protect your patron's privacy in the OPAC you
9907    can choose to hide their names or parts of their names from any of
9908    the comments they leave on bib records in your system.
9909    :ref:`reviewson` needs to be set to 'Allow' for this to
9910    preference to come in to play
9911
9912 .. _showreviewerphoto-label:
9913
9914 ShowReviewerPhoto
9915 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9916
9917 Default: Show
9918
9919 Asks: \_\_\_ reviewer's photo beside comments in OPAC.
9920
9921 Values:
9922
9923 -  Hide
9924
9925 -  Show
9926
9927    -  :ref:`reviewson` needs to be set to 'Allow' and
9928       :ref:`ShowReviewer` needs to be set to 'Show' for
9929       this to preference to come in to play
9930
9931       |image101|
9932
9933 Description:
9934
9935 -  This system preference allows libraries to show avatars next to
9936    patron's comments in the OPAC. These avatars are pulled from the
9937    `Libravatar <https://www.libravatar.org>`__ library, an open source
9938    powered product that allows Internet users to choose a small icon to
9939    display next to their name on various different websites. The library
9940    has no control over the images the patron chooses to display.
9941
9942 .. _socialnetworks-label:
9943
9944 SocialNetworks
9945 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9946
9947 Default: Disable
9948
9949 Asks: \_\_\_ social network links in opac detail pages
9950
9951 Values:
9952
9953 -  Disable
9954
9955 -  Enable
9956
9957    |image102|
9958
9959 Description:
9960
9961 -  This preference will enable a line of social network share buttons
9962    below the right hand column on the detail pages of records in the
9963    OPAC.
9964
9965     **Important**
9966
9967     In order for these share buttons to work when clicked you must have
9968     filled in your :ref:`OPACBaseURL` preference.
9969
9970 .. _suggestion-label:
9971
9972 suggestion
9973 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9974
9975 Default: Allow
9976
9977 Asks: \_\_\_ patrons to make purchase suggestions on the OPAC.
9978
9979 Values:
9980
9981 -  Allow
9982
9983    -  :ref:`opacuserlogin` needs to be set to 'allow'
9984       unless :ref:`AnonSuggestions` is set to 'allow'
9985
9986 -  Don't allow
9987
9988 .. _payments-label:
9989
9990 Payments
9991 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9992
9993 These preferences will allow you control the tools you use to accept
9994 online payments from your patrons via the OPAC.
9995
9996 .. _enablepaypalopacpayments-&-paypalsandboxmode-label:
9997
9998 EnablePayPalOpacPayments & PayPalSandboxMode
9999 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10000
10001 EnablePayPalOpacPayments Default: Don't all
10002
10003 PayPalSandboxMode Default: Sandbox
10004
10005 Asks: \_\_\_ patrons to make payments from the OPAC via PayPal in \_\_\_
10006 mode.
10007
10008 EnablePayPalOpacPayments values:
10009
10010 -  Allow
10011
10012 -  Don't allow
10013
10014 PayPalSandboxMode values:
10015
10016 -  Production
10017
10018    -  Visit https://developer.paypal.com/ to get information for
10019       accepting payments in production
10020
10021 -  Sandbox
10022
10023    -  Visit https://developer.paypal.com/developer/accounts/ to get
10024       information for your sandbox account
10025
10026 Description:
10027
10028 -  This preference will allow you to accept credit card payments via the
10029    OPAC for fines via PayPal. You will need to set up your PayPal
10030    account and it is recommended that you run tests before using this in
10031    production.
10032
10033     **Important**
10034
10035     PayPayl's terms of service state that you cannot charge your patrons
10036     for the processing fees and so this plugin will not add additional
10037     fees to the charges.
10038
10039 .. _paypalchargedescription-label:
10040
10041 PayPalChargeDescription
10042 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10043
10044 Default: Koha fee payment
10045
10046 Asks: The patron should see the charge description as \_\_\_
10047
10048 Description
10049
10050 -  This preference controls what the patron will see on their PayPal
10051    account/Bank account for this charge.
10052
10053 .. _paypalpwd-label:
10054
10055 PayPalPwd
10056 ^^^^^^^^^^^^^^^^^^^^^^^^^^
10057
10058 Asks: The password for the PayPal account to receive payments is \_\_\_
10059
10060 .. _paypalsignature-label:
10061
10062 PayPalSignature
10063 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10064
10065 Asks: The signature for the PayPal account to receive payments is \_\_\_
10066
10067 .. _paypaluser-label:
10068
10069 PayPalUser
10070 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10071
10072 Asks: The email address to receive PayPal payments is \_\_\_
10073
10074 .. _policy-label:
10075
10076 Policy
10077 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10078
10079 .. _allowpurchasesuggestionbranchchoice-label:
10080
10081 AllowPurchaseSuggestionBranchChoice
10082 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10083
10084 Default: Don't allow
10085
10086 Asks: \_\_\_ patrons to select branch when making a purchase suggestion
10087
10088 Values:
10089
10090 -  Allow
10091
10092 -  Don't allow
10093
10094 Description:
10095
10096 -  If your library system lets patrons make purchase suggestions for a
10097    specific branch you can set this preference to 'Allow' to add a
10098    branch selection option to the purchase suggestion form.
10099
10100 .. _blockexpiredpatronopacactions-label:
10101
10102 BlockExpiredPatronOpacActions
10103 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10104
10105 Default: Don't block
10106
10107 Asks: \_\_\_ expired patrons from OPAC actions such as placing a hold or
10108 renewing.
10109
10110 Values:
10111
10112 -  Block
10113
10114 -  Don't block
10115
10116 Description:
10117
10118 -  This preference lets you set a default value for how Koha handles
10119    permissions for patrons who are expired. This preference can be
10120    overwritten by the setting on :ref:`individual patron
10121    categories <patron-categories-label>`.
10122
10123 .. _maxopensuggestions-label:
10124
10125 MaxOpenSuggestions
10126 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10127
10128 Default: blank
10129
10130 Asks: Limit patrons to \_\_\_ open suggestions. Leave empty for no limit.
10131
10132     **Note**
10133
10134     This setting does not affect anonymous suggestions.
10135
10136 .. _opacallowpubliclistcreation-label:
10137
10138 OpacAllowPublicListCreation
10139 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10140
10141 Default: Allow
10142
10143 Asks: \_\_\_ opac users to create public lists.
10144
10145 Values:
10146
10147 -  Allow
10148
10149 -  Don't allow
10150
10151 Description:
10152
10153 -  Public lists are visible to anyone who visits your OPAC. With this
10154    preference you can control whether or now patrons are allowed to
10155    create these public lists. If this is set to "Don't allow" then only
10156    staff will be able to create public lists.
10157
10158     **Important**
10159
10160     This preference will only be taken in to account if you have
10161     :ref:`virtualshelves` set to 'Allow'
10162
10163 .. _opacallowsharingprivatelists-label:
10164
10165 OpacAllowSharingPrivateLists
10166 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10167
10168 Default: Don't allow
10169
10170 Asks: \_\_\_ opac users to share private lists with other patrons.
10171
10172 Values:
10173
10174 -  Allow
10175
10176 -  Don't allow
10177
10178 Description:
10179
10180 -  This feature will add the option for patrons to share their lists
10181    with other patrons. When this is set to 'Allow' patrons will see a
10182    share link at the top of their list. When they click that link it
10183    will ask for the email of the patron they would like to share with.
10184    Koha will then email the patron an invitation to see the list.
10185
10186 .. _opacfinenorenewals-label:
10187
10188 OPACFineNoRenewals
10189 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10190
10191 Default: 99999
10192
10193 Asks: Only allow patrons to renew their own books on the OPAC if they
10194 have less than \_\_\_ USD in fines
10195
10196     **Note**
10197
10198     Leave this field blank to disable
10199
10200     **Important**
10201
10202     To allow renewals in the OPAC, :ref:`opacuserlogin`
10203     needs to be set to 'allow'
10204
10205 .. _opachiddenitems-label:
10206
10207 OpacHiddenItems
10208 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10209
10210 Asks: Allows to define custom rules for hiding specific items at opac.
10211
10212     **Note**
10213
10214     See docs/opac/OpacHiddenItems.txt in your Koha install directory for
10215     more information
10216
10217 Description:
10218
10219 -  In this field you can enter criteria for items you would like to hide
10220    from display in the OPAC. This field takes any combination of item
10221    fields (from the items table in the Koha database) for blocking. For
10222    example a value of:
10223
10224    ::
10225
10226        itype: [07, 10]
10227        location: [STAFF, ISO]
10228
10229    Will block items with an itype code of 07 or 10 as well as items that
10230    have a shelving location of STAFF or ISO.
10231
10232    In items my items.itype 07 is defined in Item Types Administration as
10233    Staff Assigned My items.itype 10 in Item Types is Archival Copy The
10234    locations STAFF and ISO are in Authorized Values for category=LOC
10235    STAFF means it's assigned to the staff reading room and ISO means it
10236    is in the isolation room.
10237
10238 .. _opacrenewalallowed-label:
10239
10240 OpacRenewalAllowed
10241 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10242
10243 Default: Don't allow
10244
10245 Asks: \_\_\_ patrons to renew their own books on the OPAC.
10246
10247 Values:
10248
10249 -  Allow
10250
10251    -  :ref:`opacuserlogin` needs to be set to 'allow'
10252
10253 -  Don't allow
10254
10255    -  Staff will still be able to renew items for patrons via the staff
10256       client
10257
10258 Description:
10259
10260 -  This preference allows the administration to choose if patrons can
10261    renew their checked out materials via their checked out history in
10262    the OPAC. It allows patrons to renew their materials without having
10263    to contact the library or having to return to the library.
10264
10265 .. _opacrenewalbranch-label:
10266
10267 OpacRenewalBranch
10268 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10269
10270 Default: the branch the item was checked out from
10271
10272 Asks: Use \_\_\_ as branchcode to store in the statistics table
10273
10274 Values:
10275
10276 -  NULL
10277
10278 -  'OPACRenew'
10279
10280 -  the item's home branch
10281
10282 -  the patron's home branch
10283
10284 -  the branch the item was checked out from
10285
10286 Description:
10287
10288 -  This value is used in the statistics table to help with reporting.
10289    The statistics table in Koha keeps track of all checkouts and
10290    renewals, this preference defines which branch is entered in to the
10291    table when a patron renews an item for themselves via the OPAC.
10292
10293 .. _opacsuggestionmandatoryfields-label:
10294
10295 OPACSuggestionMandatoryFields
10296 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10297
10298 Default: blank
10299
10300 Asks: Fields that should be mandatory for patron purchase suggestions:
10301 \_\_\_ Note: if none of the above options are selected, 'Title' field
10302 would be mandatory anyway, by default.
10303
10304 Values:
10305
10306 -  [Select all]
10307
10308 -  Author
10309
10310 -  Collection title
10311
10312 -  Copyright or publication date
10313
10314 -  ISBN, ISSN or other standard number
10315
10316 -  Item type
10317
10318 -  Library or branch
10319
10320 -  Note
10321
10322 -  Patron reason
10323
10324 -  Publication place
10325
10326 -  Publisher name
10327
10328 -  Title
10329
10330 .. _opacviewotherssuggestions-label:
10331
10332 OPACViewOthersSuggestions
10333 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10334
10335 Default: Don't show
10336
10337 Asks: \_\_\_ purchase suggestions from other patrons on the OPAC.
10338
10339 Values:
10340
10341 -  Don't show
10342
10343 -  Show
10344
10345    -  :ref:`opacuserlogin` needs to be set to 'allow'
10346
10347 .. _searchmylibraryfirst-label:
10348
10349 SearchMyLibraryFirst
10350 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10351
10352 Default: Don't limit
10353
10354 Asks: \_\_\_ patrons' searches to the library they are registered at.
10355
10356 Values:
10357
10358 -  Don't limit
10359
10360    -  Searching the OPAC will show results from all libraries
10361
10362    -  If you're a one branch system, choose 'Don't limit'
10363
10364 -  Limit
10365
10366    -  Patrons will still be able to search other libraries via the
10367       Advanced search page - but will be limited to searches for their
10368       library only from the basic search box
10369
10370    -  :ref:`opacuserlogin` needs to be set to 'allow'
10371
10372 .. _privacy-label:
10373
10374 Privacy
10375 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10376
10377 .. _allowpatrontosetcheckoutsvisibilityforguarantor-label:
10378
10379 AllowPatronToSetCheckoutsVisibilityForGuarantor
10380 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10381
10382 Default: Don't allow
10383
10384 Asks: \_\_\_ patrons to choose their own privacy settings for showing
10385 the patron's checkouts to the patron's guarantor".
10386
10387 Values:
10388
10389 -  Allow
10390
10391 -  Don't allow
10392
10393 Description:
10394
10395 -  By default staff can see checkouts to family members via the staff
10396    client. This preference will allow guarantees (children) to grant
10397    permission to guarantors (guardians) to view their current checkouts
10398    via the public catalog. This preference requires that you allow
10399    patrons to se their own privacy with the
10400    :ref:`OPACPrivacy` preference.
10401
10402 .. _anonsuggestions-label:
10403
10404 AnonSuggestions
10405 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10406
10407 Default: Don't allow
10408
10409 Asks: \_\_\_ patrons that aren't logged in to make purchase suggestions.
10410
10411     **Important**
10412
10413     If set to 'Allow', suggestions are connected to the
10414     :ref:`AnonymousPatron`
10415
10416 Values:
10417
10418 -  Allow
10419
10420 -  Don't allow
10421
10422 .. _anonymouspatron-label:
10423
10424 AnonymousPatron
10425 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10426
10427 Default: 0
10428
10429 Asks: Use borrowernumber \_\_\_ as the Anonymous Patron (for anonymous
10430 suggestions and reading history)
10431
10432     **Note**
10433
10434     Before setting this preference :ref:`create a patron <add-a-new-patron-label>`
10435     to be used for all anonymous suggestions and/or reading history
10436     items. This patron can be any type and should be named something to
10437     make it clear to you that they're anonymous (ex. Anonymous Patron).
10438
10439     **Important**
10440
10441     Remember to use the borrowernumber note the patron's cardnumber for
10442     this value. The borrowernumber can be found on the patron record
10443     under 'Library use' on the right.
10444
10445     |image1196|
10446
10447 .. _enableopacsearchhistory-label:
10448
10449 EnableOpacSearchHistory
10450 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10451
10452 Default: Keep
10453
10454 Asks: \_\_\_ patron search history in the OPAC.
10455
10456 Values:
10457
10458 -  Don't keep
10459
10460 -  Keep
10461
10462 .. _opacprivacy-label:
10463
10464 OPACPrivacy
10465 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10466
10467 Default: Don't allow
10468
10469 Asks: \_\_\_ patrons to choose their own privacy settings for their
10470 reading history.
10471
10472     **Important**
10473
10474     This requires :ref:`opacreadinghistory` set to
10475     'Allow' and :ref:`AnonymousPatron` to be set to your
10476     anonymous patron's borrowernumber.
10477
10478 Values:
10479
10480 -  Allow
10481
10482 -  Don't allow
10483
10484 Description:
10485
10486 -  The default privacy setting for each patron category can be set in
10487    the :ref:`Patrons Categories <patron-categories-label>` area. If you set this
10488    preference to 'allow' then patrons can change that for themselves via
10489    the OPAC.
10490
10491     **Important**
10492
10493     If patron has chosen to have their reading history anonymized and
10494     you have :ref:`StoreLastBorrower` set to "Don't
10495     store" then as soon as the item is checked in the last borrower will
10496     be anonymized.
10497
10498 .. _opacreadinghistory-label:
10499
10500 opacreadinghistory
10501 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10502
10503 Default: Allow
10504
10505 Asks: \_\_\_ patrons to see what books they have checked out in the
10506 past.
10507
10508     **Important**
10509
10510     Enabling this will make it so that patrons can view their
10511     circulation history in the OPAC unless you have
10512     :ref:`OPACPrivacy` set to 'Allow.^
10513
10514     **Important**
10515
10516     This data is stored in the system regardless of your choice, unless
10517     your patrons have chosen to never have their reading history kept.
10518
10519 .. _storelastborrower-label:
10520
10521 StoreLastBorrower
10522 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10523
10524 Default: Don't store
10525
10526 Asks: \_\_\_ the last patron to return an item.
10527
10528 Values:
10529
10530 -  Don't store
10531
10532 -  Store
10533
10534 Description:
10535
10536 -  This preference allows you to store the last patron to borrow an item
10537    even if the patron has chosen to have their reading history
10538    anonymized.
10539
10540     **Note**
10541
10542     This setting is independent of
10543     :ref:`opacreadinghistory` and/or
10544     :ref:`AnonymousPatron`.
10545
10546 .. _trackclicks-label:
10547
10548 TrackClicks
10549 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10550
10551 Default: Don't track
10552
10553 Asks: \_\_\_ links that patrons click on.
10554
10555 Values:
10556
10557 -  Don't track
10558
10559 -  Track
10560
10561 -  Track anonymously
10562
10563 Description:
10564
10565 -  By setting this preference to one of the track options you will allow
10566    Koha to track every link clicked in Koha. This data will be stored in
10567    a database table so that you can run reports against that data. If
10568    you choose to 'Track' clicks then Koha will record both the link
10569    clicked and the logged in user who clicked the link. If you choose to
10570    'Track anonymously' then the borrowernumber will not be recorded, but
10571    the rest of the data will.
10572
10573        **Note**
10574
10575        Remember to update your local privacy policies and link to them
10576        from the OPAC to notify your users that you are tracking their
10577        information.
10578
10579 .. _restricted-page-label:
10580
10581 Restricted Page
10582 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10583
10584 Using the following preference you can create a page within your Koha
10585 system that is accessible by only specific IP addresses. This can be
10586 used to house links to databases that can only be accessed from with the
10587 library or other licensed content.
10588
10589 .. _restrictedpagecontent-label:
10590
10591 RestrictedPageContent
10592 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10593
10594 Asks: HTML content of your restricted page.
10595
10596 .. _restrictedpagelocalips-label:
10597
10598 RestrictedPageLocalIPs
10599 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10600
10601 Asks: Access from IP addresses beginning with \_\_\_ do not need to be
10602 authenticated
10603
10604 Description:
10605
10606 -  You can enter individual IPS as a comma separated list (ex:
10607    '127.0.0,127.0.1') or just the beginning of the IP range allowed (ex:
10608    '127.0.^)
10609
10610 .. _restrictedpagetitle-label:
10611
10612 RestrictedPageTitle
10613 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10614
10615 Asks: Use \_\_\_ as title of your restricted page
10616
10617 Description:
10618
10619 -  This title will appear in the breadcrumb and on the top of the
10620    restricted page.
10621
10622 .. _self-registration-label:
10623
10624 Self Registration
10625 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10626
10627 .. _patronselfmodificationborrowerunwantedfield-label:
10628
10629 PatronSelfModificationBorrowerUnwantedField
10630 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10631
10632 Default: password
10633
10634 Asks: The following `database
10635 columns <http://schema.koha-community.org/tables/borrowers.html>`__ will
10636 not appear on the patron self-modification screen: \_\_\_
10637
10638 Description:
10639
10640 -  This preference allows you to define what fields patrons can edit if
10641    you're allowing them to update their personal information via the
10642    public catalog with the :ref:`OPACPatronDetails`
10643    preference.
10644
10645     **Important**
10646
10647     Separate columns with \|
10648
10649 .. _patronselfregistration-label:
10650
10651 PatronSelfRegistration
10652 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10653
10654 Default: Don't allow
10655
10656 Asks: \_\_\_ library patrons to register an account via the OPAC.
10657
10658 Values:
10659
10660 -  Allow
10661
10662 -  Don't allow
10663
10664 Description:
10665
10666 -  Setting this preference to 'Allow' will provide a link on the OPAC to
10667    register for a new account. Using the other :ref:`Self
10668    Registration <self-registration-label>` system preferences you
10669    can control how this preference will function.
10670
10671    |image103|
10672
10673     **Important**
10674
10675     Patrons registering via the OPAC will not need to be approved by a
10676     librarian. For this reason it is recommended that you set up a
10677     provisional :ref:`patron category <patron-categories-label>` with no :ref:`circulation
10678     rights <circulation-and-fine-rules-label>`. That way patrons will have to come in to
10679     the library to verify their identity before given circulation rights
10680     at the library. Once the patron confirms their identity the library
10681     staff can change the category to one with permissions to check items
10682     out and place holds.
10683
10684 .. _patronselfregistrationadditionalinstructions-label:
10685
10686 PatronSelfRegistrationAdditionalInstructions
10687 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10688
10689 Asks: Display the following additional instructions for patrons who self
10690 register via the OPAC ( HTML is allowed ):
10691
10692 Description:
10693
10694 -  This preference takes any HTML you'd like to display on the page the
10695    patron sees after successfully registering for their library card.
10696
10697 .. _patronselfregistrationborrowermandatoryfield-label:
10698
10699 PatronSelfRegistrationBorrowerMandatoryField
10700 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10701
10702 Default: surname\|firstname
10703
10704 Asks: The following database columns must be filled in on the patron
10705 entry screen: \_\_\_
10706
10707 Description:
10708
10709 -  This preference allows you to define what fields patrons must fill in
10710    on their self registration form. If any of the required fields are
10711    blank Koha will not let the patron register.
10712
10713     **Important**
10714
10715     Separate columns with \|
10716
10717     **Note**
10718
10719     For help with field names, ask your system administrator or `view
10720     the database
10721     structure <http://schema.koha-community.org/tables/borrowers.html>`__
10722     associated with the borrowers table.
10723
10724     **Note**
10725
10726     If you're going to require that patrons verify their accounts via
10727     email with the
10728     :ref:`PatronSelfRegistrationVerifyByEmail`
10729     preference the email field will automatically be marked as required.
10730
10731 .. _patronselfregistrationborrowerunwantedfield-label:
10732
10733 PatronSelfRegistrationBorrowerUnwantedField
10734 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10735
10736 Default: password
10737
10738 Asks: The following database columns will not appear on the patron entry
10739 screen: \_\_\_
10740
10741 Description:
10742
10743 -  Using this preference you can hide fields from the patron registration
10744    and update form in the OPAC.
10745
10746     **Important**
10747
10748     Separate columns with \|
10749
10750     **Note**
10751
10752     For help with field names, ask your system administrator or `view
10753     the database
10754     structure <http://schema.koha-community.org/tables/borrowers.html>`__
10755     associated with the borrowers table.
10756
10757 .. _patronselfregistrationdefaultcategory-label:
10758
10759 PatronSelfRegistrationDefaultCategory
10760 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10761
10762 Asks: Use the patron category code \_\_\_ as the default patron category
10763 for patrons registered via the OPAC.
10764
10765 Description:
10766
10767 -  Enter in the patron category code for the category that all new
10768    patrons registered via the OPAC will be put in to.
10769
10770     **Important**
10771
10772     Patrons registering via the OPAC will not need to be approved by a
10773     librarian. For this reason it is recommended that you set up a
10774     provisional :ref:`patron category <patron-categories-label>` with no :ref:`circulation
10775     rights <circulation-and-fine-rules-label>`. That way patrons will have to come in to
10776     the library to verify their identity before given circulation rights
10777     at the library. Once the patron confirms their identiy the library
10778     staff can change the category to one with permissions to check items
10779     out and place holds.
10780
10781     **Important**
10782
10783     If you leave this blank or enter in an invalid code your patrons
10784     will still be able to register but will not be given a username.
10785     There will be no errors on the page to explain this, so be sure to
10786     enter a valid patron category code.
10787
10788 .. _patronselfregistrationemailmustbeunique-label:
10789
10790 PatronSelfRegistrationEmailMustBeUnique
10791 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10792
10793 Default: Do not consider
10794
10795 Asks: \_\_\_ patron's email (borrowers.email) as unique on self registering.
10796 An email won't be accepted if it already exists in the database.
10797
10798 Values:
10799
10800 -  Do not consider
10801
10802 -  Consider
10803
10804 .. _patronselfregistrationexpiretemporaryaccountsdelay-label:
10805
10806 PatronSelfRegistrationExpireTemporaryAccountsDelay
10807 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10808
10809 Default: 0
10810
10811 Asks: Delete patrons registered via the OPAC, but not yet verified after
10812 \_\_\_ days.
10813
10814 Description:
10815
10816 -  This preference links to the :ref:`delete\_expired\_opac\_registrations.pl
10817    cron job <unverified-registrations-label>`. If that cron is set to
10818    run nightly it will clean up any registrations that have not been
10819    verified via email in the number of days entered on this preference.
10820    This is dependent on
10821    :ref:`PatronSelfRegistrationVerifyByEmail`
10822    preference.
10823
10824 .. _patronselfregistrationlibrarylist-label:
10825
10826 PatronSelfRegistrationLibraryList
10827 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10828
10829 Default: blank
10830
10831 Asks: Enable the self registration for the following libraries: \_\_\_
10832 (separate branchcode with \|). If empty, all libraries will be listed.
10833
10834 .. _patronselfregistrationprefillform-label:
10835
10836 PatronSelfRegistrationPrefillForm
10837 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10838
10839 Default: Display and prefill
10840
10841 Asks: \_\_\_ password and login form after a patron has self registered.
10842
10843 Values:
10844
10845 -  Do not display and prefill
10846
10847 -  Display and prefill
10848
10849 .. _patronselfregistrationverifybyemail-label:
10850
10851 PatronSelfRegistrationVerifyByEmail
10852 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10853
10854 Default: Don't require
10855
10856 Asks: \_\_\_ that a self-registering patron verify his or herself via
10857 email.
10858
10859 Values:
10860
10861 -  Don't require
10862
10863 -  Require
10864
10865 Description:
10866
10867 -  If you require patrons to verify their accounts via email they will
10868    not be able to log in to the OPAC until they acknowledge the email
10869    sent by Koha. If you don't require this then patrons will be able to
10870    log in as soon as they fill in the registration form. You can set the
10871    :ref:`PatronSelfRegistrationExpireTemporaryAccountsDelay`
10872    preference to delete the un-verified self registrations after a
10873    certain number of days.
10874
10875     **Note**
10876
10877     If you're going to require that patrons verify their accounts via
10878     email then the email field will automatically be marked as required.
10879
10880 .. _shelf-browser-label:
10881
10882 Shelf Browser
10883 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10884
10885 .. _opacshelfbrowser-label:
10886
10887 OPACShelfBrowser
10888 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10889
10890 Default: Show
10891
10892 Asks: \_\_\_ a shelf browser on item details pages, allowing patrons to
10893 see what's near that item on the shelf.
10894
10895 Values:
10896
10897 -  Don't show
10898
10899 -  Show
10900
10901    |image104|
10902
10903 Description:
10904
10905 -  This preference allows patrons to view what is located on the shelf
10906    near the item they looked up. The shelf browser option appears on the
10907    details page to the right of each items' call number. Clicking the
10908    'Browse Shelf' link allows for a virtual shelf browsing experience
10909    via the OPAC and lets patrons see other books that may relate to
10910    their search and items that sit on the shelf near the item they are
10911    looking at.
10912
10913     **Important**
10914
10915     This uses up a fairly large amount of resources on your server, and
10916     should be avoided if your collection has a large number of items.
10917
10918 .. _shelfbrowserusesccode-label:
10919
10920 ShelfBrowserUsesCcode
10921 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10922
10923 Default: Don't use
10924
10925 Asks: \_\_\_ the item collection code when finding items for the shelf
10926 browser.
10927
10928 Values:
10929
10930 -  Don't use
10931
10932 -  Use
10933
10934 Description:
10935
10936 -  If your library uses collection codes then you might want the shelf
10937    browser to take into consideration what collection the books belong
10938    to when populating the virtual shelf browser.
10939
10940 .. _shelfbrowseruseshomebranch-label:
10941
10942 ShelfBrowserUsesHomeBranch
10943 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10944
10945 Default: Use
10946
10947 Asks: \_\_\_ the item home branch when finding items for the shelf
10948 browser.
10949
10950 Values:
10951
10952 -  Don't use
10953
10954 -  Use
10955
10956 Description:
10957
10958 -  If you have a multiple branch system you may want to make sure that
10959    Koha takes into consideration what branch owns the books when
10960    populating the virtual shelf browser for accuracy.
10961
10962 .. _shelfbrowseruseslocation-label:
10963
10964 ShelfBrowserUsesLocation
10965 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10966
10967 Default: Use
10968
10969 Asks: \_\_\_ the item location when finding items for the shelf browser.
10970
10971 Values:
10972
10973 -  Don't use
10974
10975 -  Use
10976
10977 Description:
10978
10979 -  If your library uses shelving locations then you might want the shelf
10980    browser to take into consideration what shelving location the books
10981    belong to when populating the virtual shelf browser.
10982
10983 .. _patrons-label:
10984
10985 Patrons
10986 --------------------------
10987
10988 *Get there:* More > Administration > Global System Preferences > Patrons
10989
10990 .. _patronsgeneral-label:
10991
10992 General
10993 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10994
10995 .. _allowstafftosetcheckoutsvisibilityforguarantor-label:
10996
10997 AllowStaffToSetCheckoutsVisibilityForGuarantor
10998 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10999
11000 Default: Don't allow
11001
11002 Asks: \_\_\_ staff to set the ability for a patron's checkouts to be
11003 viewed by linked patrons in the OPAC.
11004
11005 Values:
11006
11007 -  Don't allow
11008
11009 -  Allow
11010
11011 .. _autoemailopacuser-label:
11012
11013 AutoEmailOpacUser
11014 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11015
11016 Default: Don't send
11017
11018 Asks: \_\_\_ an email to newly created patrons with their account
11019 details.
11020
11021 Description:
11022
11023 -  AutoEmailOpacUser allows library users to be notified by email of
11024    their account details when a new account is opened at the email
11025    address specified in the
11026    :ref:`AutoEmailPrimaryAddress` preference.
11027    The email contains the username and password given to or chosen by
11028    the patron when signing up for their account and can be customized by
11029    editing the `ACCTDETAILS <#ACCTDETAILS>`__ notice.
11030
11031 Values:
11032
11033 -  Don't send
11034
11035 -  Send
11036
11037 .. _autoemailprimaryaddress-label:
11038
11039 AutoEmailPrimaryAddress
11040 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11041
11042 Default: alternate
11043
11044 Asks: Use \_\_\_ patron email address for sending out emails.
11045
11046 Values:
11047
11048 -  alternate
11049
11050 -  first valid
11051
11052 -  home
11053
11054 -  work
11055
11056 Description:
11057
11058 -  If you choose 'first valid' as the value for AutoEmailPrimaryAddress
11059    the system will check the email fields in this order: home, work,
11060    then alternate. Otherwise the system will use the email address you
11061    specify.
11062
11063 .. _automembernum-label:
11064
11065 autoMemberNum
11066 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11067
11068 Default: Do
11069
11070 Asks: \_\_\_ default the card number field on the patron addition screen
11071 to the next available card number
11072
11073 Values:
11074
11075 -  Do
11076
11077    -  If the largest currently used card number is 26345000012941, then
11078       this field will default to 26345000012942 for the next patron
11079
11080 -  Don't
11081
11082 Description:
11083
11084 -  This preference determines if the patron's barcode is automatically
11085    calculated. This prevents the person setting up the library card
11086    account from having to assign a number to the new card. If set to
11087    'Do' the system will calculate a new patron barcode by adding 1 to
11088    the maximum barcode already present in the database.
11089
11090 .. _borrowermandatoryfield-label:
11091
11092 BorrowerMandatoryField
11093 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11094
11095 Default: surname\|cardnumber\|barcode
11096
11097 Asks: The following database columns must be filled in on the patron
11098 entry screen: \_\_\_
11099
11100 Description:
11101
11102 -  This preference enables the system administrator to choose which
11103    fields your library would like required for patron accounts. Enter
11104    field names separated by \| (bar). This ensures that basic
11105    information is included in each patron record. If a patron leaves one
11106    of the required fields blank an error message will issue and the
11107    account will not be created.
11108
11109     **Important**
11110
11111     Separate columns with \|
11112
11113     **Note**
11114
11115     For help with field names, ask your system administrator or `view
11116     the database
11117     structure <http://schema.koha-community.org/tables/borrowers.html>`__
11118     associated with the borrowers table.
11119     
11120     **Note**
11121     
11122     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
11123     (or both) is set, a button labeled "Quick add new patron" will be displayed
11124     in the "Patrons" toolbar.
11125
11126     **Note**
11127
11128     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
11129     (or both) is set, a button labeled "Quick add new patron" will be displayed
11130     in the "Patrons" toolbar.
11131
11132 .. _borrowerrelationship-label:
11133
11134 borrowerRelationship
11135 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11136
11137 Default: father\|mother
11138
11139 Asks: Guarantors can be the following of those they guarantee \_\_\_
11140
11141 Description:
11142
11143 -  This preference enables the system administrator to define valid
11144    relationships between a guarantor (usually a parent) & a guarantee
11145    (usually a child). Defining values for this field does not make the
11146    guarantor field required when adding a guarantee type patron. This
11147    preference creates a drop down list identifying the relationship of
11148    the guarantor to the guarantee. To disable the ability to add
11149    children types in Koha you can leave this field blank.
11150
11151     **Important**
11152
11153     Input multiple choices separated by \|
11154
11155 .. _borrowerrenewalperiodbase-label:
11156
11157 BorrowerRenewalPeriodBase
11158 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11159
11160 Default: current date
11161
11162 Asks: When renewing borrowers, base the new expiry date on \_\_\_
11163
11164 Values:
11165
11166 -  current date.
11167
11168 -  current membership expiry date.
11169
11170 Description:
11171
11172 -  This preference controls what the patron's new expiration date will
11173    be when you renew their card. Using the 'current date' will add the
11174    subscription period to today's date when calculating the new
11175    expiration date. Using 'current membership expiry date' will add the
11176    subscription period to the old expiration date for the patron when
11177    renewing their account.
11178
11179 .. _borrowerstitles-label:
11180
11181 BorrowersTitles
11182 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11183
11184 Default: Mr\|Mrs\|Miss\|Ms
11185
11186 Asks: Borrowers can have the following titles \_\_\_
11187
11188 Description:
11189
11190 -  This preference allows the staff to choose the titles that can be
11191    assigned to patrons. The choices present as a drop down list when
11192    creating a patron record.
11193
11194     **Important**
11195
11196     Input multiple choices separated by \|
11197
11198 .. _borrowerunwantedfield-label:
11199
11200 BorrowerUnwantedField
11201 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11202
11203 Asks: The following database columns will not appear on the patron entry
11204 screen: \_\_\_
11205
11206 Description:
11207
11208 -  This preference enables the system administrator to choose which
11209    fields your library doesn't need to see on the patron entry form.
11210    Enter field names separated by \| (bar).
11211
11212     **Important**
11213
11214     Separate columns with \|
11215
11216     **Note**
11217
11218     For help with field names, ask your system administrator or `view
11219     the database
11220     structure <http://schema.koha-community.org/tables/borrowers.html>`__
11221     associated with the borrowers table.
11222
11223 .. _cardnumberlength-label:
11224
11225 CardnumberLength
11226 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11227
11228 Asks: Card numbers for patrons must be \_\_\_ characters long.
11229
11230 Description:
11231
11232 -  The length can be a single number to specify an exact length, a range
11233    separated by a comma (i.e., 'Min,Max'), or a maximum with no minimum
11234    (i.e., ^,Max'). If 'cardnumber' is included in the
11235    :ref:`BorrowerMandatoryField` list, the
11236    minimum length, if not specified here, defaults to one.
11237
11238 .. _checkdigit-label:
11239
11240 checkdigit
11241 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11242
11243 Default: Don't
11244
11245 Asks: \_\_\_ check and construct borrower card numbers in the Katipo
11246 style.
11247
11248 Values:
11249
11250 -  Do
11251
11252 -  Don't
11253
11254     **Important**
11255
11256     This overrides :ref:`autoMemberNum` if on.
11257
11258 .. _checkprevcheckout-label:
11259
11260 CheckPrevCheckout
11261 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11262
11263 Default: Do not
11264
11265 Asks: \_\_\_ check borrower checkout history to see if the current item has been checked out before.
11266
11267 Values:
11268
11269 -  Do
11270
11271 -  Do not
11272
11273 -  Unless overridden, do
11274
11275 -  Unless overridden, do not
11276
11277 Description:
11278
11279 When the value of this system preference is set to 'do', Koha will look at the
11280 patron's circulation history to see if they have checked this item out before.
11281 An alert will show up on the screen indicating that patron has indeed checked
11282 this item out.  Staff will be prompted to allow the checkout to occur.
11283 If the vaulue is set to 'don't', Koha will not check the patron's circulation
11284 history. When the value is set to 'Unless overridden, do', this will check the
11285 patron's circulation history even if there are fines, fees, and/or holds on the
11286 patron's account.  Lastly, if the value is set to 'Unless overridden, don't',
11287 Koha will not check circulation history regardless of fines, fees, and/or holds.
11288
11289      **Note**
11290
11291 This system preference will not work for patrons that have chosen to anonymize
11292 their reading history.
11293
11294 .. _defaultpatronsearchfields-label:
11295
11296 DefaultPatronSearchFields
11297 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11298
11299 Default: surname,firstname,othernames,cardnumber,userid
11300
11301 Asks: \_\_\_ Comma separated list defining the default fields to be used during a patron search
11302
11303     **Important** possible values can be found in the borrowers table of Koha's schema
11304     located at http://schema.koha-community.org/
11305
11306 .. _enableborrowerfiles-label:
11307
11308 EnableBorrowerFiles
11309 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11310
11311 Default: Don't
11312
11313 Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
11314 a borrower record.
11315
11316 Values:
11317
11318 -  Do
11319
11320 -  Don't
11321
11322 Description:
11323
11324 -  When enabled this will add a 'Files' tab to the left of the patron
11325    detail page where you can view and upload files to the patron record.
11326
11327 .. _enhancedmessagingpreferences-label:
11328
11329 EnhancedMessagingPreferences
11330 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11331
11332 Default: Allow
11333
11334 Asks: \_\_\_ staff to manage which notices patrons will receive and when
11335 they will receive them.
11336
11337 Values:
11338
11339 -  Allow
11340
11341 -  Don't allow
11342
11343     **Important**
11344
11345     This only applies to certain kinds of notices, overdue notices will
11346     be sent based on the library's rules, not the patron's choice.
11347
11348     **Note**
11349
11350     To manage if patrons have also access to these settings, use
11351     :ref:`EnhancedMessagingPreferencesOPAC`.
11352
11353 Description:
11354
11355 -  These messages are in addition to the overdue notices that the
11356    library sends. The difference between these notices and overdues is
11357    that the patron can opt-in and out of these. Setting this preference
11358    to 'Allow' will allow staff to choose for patrons to receive any one
11359    of the following messages:
11360
11361    -  Item Checkout : A notice that lists all the of the items the
11362       patron has just checked out and/or renewed, this is an electronic
11363       form of the checkout receipt
11364
11365    -  Item Due : A notice on the day and item is due back at the library
11366
11367    -  Hold Filled : A notice when you have confirmed the hold is waiting
11368       for the patron
11369
11370    -  Item Checkin : A notice that lists all the of the items the patron
11371       has just checked in
11372
11373    -  Advanced Notice : A notice in advance of the patron's items being
11374       due (Staff can choose the number of days in advance)
11375
11376 .. _enhancedmessagingpreferencesopac-label:
11377
11378 EnhancedMessagingPreferencesOPAC
11379 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11380
11381 Default: Show
11382
11383 Asks: \_\_\_ patron messaging setting on the OPAC
11384
11385 Values:
11386
11387 -  Don't show
11388
11389 -  Show
11390
11391     **Important**
11392
11393     :ref:`EnhancedMessagingPreferences`
11394     must be enabled for messaging options to show in the OPAC
11395
11396 Description:
11397
11398 -  These messages are in addition to the overdue notices that the
11399    library sends. The difference between these notices and overdues is
11400    that the patron can opt-in and out of these. Setting this preference
11401    to 'Allow' will allow patrons to choose to receive any one of the
11402    following messages:
11403
11404    -  Item Checkout : A notice that lists all the of the items the
11405       patron has just checked out and/or renewed, this is an electronic
11406       form of the checkout receipt
11407
11408    -  Item Due : A notice on the day and item is due back at the library
11409
11410    -  Hold Filled : A notice when you have confirmed the hold is waiting
11411       for the patron
11412
11413    -  Item Checkin : A notice that lists all the of the items the patron
11414       has just checked in
11415
11416    -  Advanced Notice : A notice in advance of the patron's items being
11417       due (The patron can choose the number of days in advance)
11418
11419 .. _extendedpatronattributes-label:
11420
11421 ExtendedPatronAttributes
11422 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11423
11424 Default: Enable
11425
11426 Asks: \_\_\_ searching, editing and display of custom attributes on
11427 patrons.
11428
11429 Values:
11430
11431 -  Don't enable
11432
11433 -  Enable
11434
11435    -  Define attributes in Koha administration
11436
11437    -  Get there: More > Administration > :ref:`Patron Attribute
11438       Types <patron-attribute-types-label>`
11439
11440 Description:
11441
11442 -  Patron attributes are library-defined custom fields that can be
11443    applied to patron records.
11444
11445     **Note**
11446
11447     Use custom attributes for fields that the default patron record does
11448     not support such as driver's license number or student ID number.
11449
11450 .. _feeonchangepatroncategory-label:
11451
11452 FeeOnChangePatronCategory
11453 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11454
11455 Default: Do
11456
11457 Asks: \_\_\_ charge a fee when a patron changes to a category with an
11458 enrollment fee.
11459
11460 Values:
11461
11462 -  Do
11463
11464 -  Don't
11465
11466 .. _intranetreadinghistory-label:
11467
11468 intranetreadinghistory
11469 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11470
11471 Default: Allow
11472
11473 Asks: \_\_\_ staff to access a patron's checkout history.
11474
11475     **Important**
11476
11477     If you have the :ref:`OPACPrivacy` preference set to
11478     'Allow' and the patron has decided to not have their history kept
11479     staff will only see currently checked out items.
11480
11481 Values:
11482
11483 -  Allow
11484
11485 -  Don't allow
11486
11487     **Important**
11488
11489     Reading history is still stored, regardless of staff being allowed
11490     access or not unless the patron has chosen to have their history
11491     anonymized via their :ref:`privacy page <my-privacy-label>`.
11492
11493 .. _maxfine-label:
11494
11495 MaxFine
11496 ^^^^^^^^^^^^^^^^^^^^^^
11497
11498 Default: 9999
11499
11500 Asks: The late fine for all checkouts will only go up to \_\_\_ USD.
11501
11502 Description:
11503
11504 -  This preference controls the default cap on fines accrued by the
11505    patron. Leaving this preference blank means that there is no cap on
11506    the amount of fines a patron can accrue. If you'd like, single item
11507    caps can be specified in the :ref:`circulation rules
11508    matrix <circulation-and-fine-rules-label>`.
11509
11510 .. _membershipexpirydaysnotice-label:
11511
11512 MembershipExpiryDaysNotice
11513 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11514
11515 Asks: Send an account expiration notice when a patron's card will expire
11516 in \_\_\_ days.
11517
11518 Description:
11519
11520 -  If you would like to notify patrons that their accounts are about to
11521    expire then you can enter a number of days before expiration in this
11522    preference. The notice text can be customized in the :ref:`Notices &
11523    Slips <notices-&-slips-label>` tool.
11524
11525     **Important**
11526
11527     You will need to enable the :ref:`membership expiry cron
11528     job <notify-patrons-of-expiration-label>` for this notice to send.
11529
11530 .. _minpasswordlength-label:
11531
11532 minPasswordLength
11533 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11534
11535 Default: 3
11536
11537 Asks: Login passwords for staff and patrons must be at least \_\_\_
11538 characters long.
11539
11540     **Important**
11541
11542     This applies to both the staff login and the patron OPAC login.
11543
11544 .. _notifyborrowerdeparture-label:
11545
11546 NotifyBorrowerDeparture
11547 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11548
11549 Default: 30
11550
11551 Asks: Show a notice that a patron is about to expire \_\_\_ days
11552 beforehand.
11553
11554 Description:
11555
11556 -  When the patron attempts to check out materials, a warning will
11557    appear in the check out window of the Staff Client telling the
11558    librarian that the patrons account is about to expire.
11559
11560     **Important**
11561
11562     This notice will appear on the patron's record in the staff client.
11563
11564 .. _patronimages-label:
11565
11566 patronimages
11567 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11568
11569 Default: Allow
11570
11571 Asks: \_\_\_ images to be uploaded and shown for patrons on the staff
11572 client.
11573
11574 Values:
11575
11576 -  Allow
11577
11578 -  Don't allow
11579
11580 Description:
11581
11582 -  If this preference is set to 'Allow' the staff will be able to upload
11583    images of patrons either :ref:`one by one <add-patron-images-label>` or :ref:`in
11584    bulk <upload-patron-images-label>`. Patrons images will show on the detail
11585    page to the left of the patron information. They can also show in the
11586    OPAC if you set the :ref:`OPACpatronimages` preference
11587    or in the self check out module if you set the
11588    :ref:`ShowPatronImageInWebBasedSelfCheck`
11589    preference.
11590
11591 .. _patronquickaddfields-label:
11592
11593 PatronQuickAddFields
11594 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11595
11596 Default: blank
11597
11598 Asks: \_\_\_ (separate columns with \|) add these fields to the patron
11599 quick add form when entering a new patron. Displays only mandatory fields
11600 and fields specified here. If applicable, the guarantor form will be shown
11601 as well, individual fields in that form will be ignored.
11602
11603     **Note**
11604     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
11605     (or both) is set, a button labeled "Quick add new patron" will be displayed
11606     in the "Patrons" toolbar.
11607
11608 .. _patronsperpage-label:
11609
11610 PatronsPerPage
11611 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11612
11613 Default: 20
11614
11615 Asks: By default, show \_\_\_ results per page in the staff client.
11616
11617 Description:
11618
11619 -  This preference will let you define how many patrons to show on
11620    patron search results pages.
11621
11622 .. _requirestrongpassword-label:
11623
11624 RequireStrongPassword
11625 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11626
11627 Default: Don't require
11628
11629 Asks: \_\_\_ a strong password for staff and patrons
11630
11631 Values:
11632
11633 -  Don't require
11634
11635 -  Require
11636
11637 Description:
11638
11639 -  If set to 'require' this system preference will require patron and staff passwords to contain at least one digit, one lowercase and one uppercase.
11640
11641 .. _smssenddriver,-smssendusername,-and-smssendpassword-label:
11642
11643 SMSSendDriver, SMSSendUsername, and SMSSendPassword
11644 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11645
11646 Asks: Use the SMS::Send:: \_\_\_ driver to send SMS messages. Define a
11647 username/login \_\_\_ and a password \_\_\_.
11648
11649     **Important**
11650
11651     Please refer to your national laws concerning the sending of bulk
11652     SMS messages before enabling this feature.
11653
11654 Description:
11655
11656 -  There are two options for using SMS in Koha. You can use the Email
11657    protocol for free by entering 'Email' as the SMSSendDriver or you can
11658    pay for a SMS driver. Some examples of values for the driver are:
11659
11660    -  SMS::Send::Us::Ipipi
11661
11662    -  SMS::Send::US::TMobile
11663
11664    -  SMS::Send::US::Verizon
11665
11666    -  SMS::Send::IN::Unicel
11667
11668    Additional values can be found here:
11669    http://search.cpan.org/search?query=sms%3A%3Asend&mode=all
11670
11671        **Important**
11672
11673        Only drivers available as Perl modules will work in this
11674        preference, so make sure a Perl module is available before
11675        choosing an SMS service.
11676
11677    Once a driver is entered in the preference an option will appear in
11678    the staff client and the OPAC on the patron messaging form to choose
11679    to receive messages as SMS
11680
11681    |image105|
11682
11683     **Important**
11684
11685     You must allow
11686     :ref:`EnhancedMessagingPreferences` for
11687     this to work.
11688
11689 .. _statisticsfields-label:
11690
11691 StatisticsFields
11692 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11693
11694 Default: location\|itype\|ccode
11695
11696 Asks: Show the following fields from the items database table as columns
11697 on the statistics tab on the patron record: \_\_\_
11698
11699 |image106|
11700
11701     **Important**
11702
11703     Enter the values separated by bars (\|)
11704
11705 Description:
11706
11707 -  This preference lets you set which fields will show on the patron
11708    record on the Statistics tab.
11709
11710 .. _talkingtechitivaphonenotification-label:
11711
11712 TalkingTechItivaPhoneNotification
11713 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11714
11715 Default: Disable
11716
11717 Asks: \_\_\_ patron phone notifications using Talking Tech i-tiva
11718 (overdues, predues and holds notices currently supported).
11719
11720 Values:
11721
11722 -  Disable
11723
11724 -  Enable
11725
11726 Description:
11727
11728 -  To learn more about setting up this third party product view the
11729    :ref:`Talking Tech <talking-tech-label>` chapter.
11730
11731     **Important**
11732
11733     Requires that you have
11734     :ref:`EnhancedMessagingPreferences` set
11735     to Allow to use.
11736
11737 .. _tracklastpatronactivity-label:
11738
11739 TrackLastPatronActivity
11740 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11741
11742 Default: Don't
11743
11744 Asks: \_\_\_ track last patron activity. Everytime a patron will connect,
11745 the borrowers.lastseen will be updated with the current time.
11746
11747 Values:
11748
11749 -  Don't
11750
11751 -  Do
11752
11753 .. _uppercasesurnames-label:
11754
11755 uppercasesurnames
11756 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11757
11758 Default: Don't
11759
11760 Asks: \_\_\_ store and display surnames (last names) in upper case.
11761
11762 Values:
11763
11764 -  Do
11765
11766 -  Don't
11767
11768 .. _usedischarge-label:
11769
11770 useDischarge
11771 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11772
11773 Default: Don't allow
11774
11775 Asks: \_\_\_ librarians to discharge borrowers and borrowers to request
11776 a discharge.
11777
11778 Values:
11779
11780 -  Allow
11781
11782 -  Don't allow
11783
11784 Description:
11785
11786 -  A discharge is a certificate that says the patron has no current
11787    checkouts, no holds and owe no money.
11788
11789        **Note**
11790
11791        In France a "quitus" ("discharge") is needed if you want to
11792        register for an account in a library or a university).
11793
11794        **Note**
11795
11796        Academic libraries often require that you have a clear record at
11797        the library before you can graduate.
11798
11799 .. _norwegian-patron-database-label:
11800
11801 Norwegian patron database
11802 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11803
11804 .. _failedloginattempts-label:
11805
11806 FailedLoginAttempts
11807 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11808
11809 Default: blank
11810
11811 Asks: Block a patron's account if it reaches \_\_\_ failed login attempts.
11812
11813 .. _norwegianpatrondbenable-&-norwegianpatrondbendpoint-label:
11814
11815 NorwegianPatronDBEnable & NorwegianPatronDBEndpoint
11816 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11817
11818 NorwegianPatronDBEnable Default: Disable
11819
11820 Asks: \_\_\_ the ability to communicate with the Norwegian national
11821 patron database via the \_\_\_ endpoint.
11822
11823 Values:
11824
11825 -  Disable
11826
11827 -  Enable
11828
11829 .. _norwegianpatrondbsearchnlafterlocalhit-label:
11830
11831 NorwegianPatronDBSearchNLAfterLocalHit
11832 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11833
11834 Default: Don't
11835
11836 Asks: \_\_\_ search the Norwegian national patron database after a local
11837 search result was found.
11838
11839 Values:
11840
11841 -  Do
11842
11843 -  Don't
11844
11845 .. _norwegianpatrondbusername-&-norwegianpatrondbpassword-label:
11846
11847 NorwegianPatronDBUsername & NorwegianPatronDBPassword
11848 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11849
11850 Asks: Communicate with the Norwegian national patron database using the
11851 username \_\_\_ and the password \_\_\_.
11852
11853 Description:
11854
11855 -  You can get these from "Base Bibliotek", which is maintained by the
11856    Norwegian National Library.
11857
11858 .. _searching-label:
11859
11860 Searching
11861 -------------------------------
11862
11863 *Get there:* More > Administration > Global System Preferences >
11864 Searching
11865
11866 .. _searchingfeatures-label:
11867
11868 Features
11869 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11870
11871 .. _browseresultselection-label:
11872
11873 BrowseResultSelection
11874 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11875
11876 Default: Disable
11877
11878 Asks: \_\_\_ browsing search results fromt the bibliographic record detail page in staff client.
11879
11880 Values:
11881
11882 -  Disable
11883
11884 -  Enable
11885
11886 Description:
11887
11888 -  Enabling this system preference makes a button appear in the intranet search
11889    results page to browse the selected records.
11890
11891 .. _enablesearchhistory-label:
11892
11893 EnableSearchHistory
11894 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11895
11896 Default: Don't keep
11897
11898 Asks: \_\_\_ patron search history in the staff client.
11899
11900 Values:
11901
11902 -  Don't keep
11903
11904 -  Keep
11905
11906     |image1197|
11907
11908 Description:
11909
11910 -  This preference controls whether the staff client keeps search
11911    history for logged in users. Search history will be accessible under
11912    the link to your account in the top right of the staff client.
11913
11914 .. _includeseefrominsearches-label:
11915
11916 IncludeSeeFromInSearches
11917 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11918
11919 Default: Don't include
11920
11921 Asks: \_\_\_ *see from* (non-preferred form) headings in bibliographic
11922 searches.
11923
11924 Values:
11925
11926 -  Don't include
11927
11928 -  Include
11929
11930 Description:
11931
11932 -  When this preference is set to include the search engine indexer will
11933    insert *see from* headings from authority records into bibliographic
11934    records when indexing, so that a search on an obsolete term will turn
11935    up relevant records. For example when you search for cookery (the old
11936    term) you get titles with the heading of cooking (the new term).
11937
11938     **Important**
11939
11940     You will need to reindex your bibliographic database when changing
11941     this preference.
11942
11943 .. _opacgroupresults-label:
11944
11945 OpacGroupResults
11946 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11947
11948 Default: Don't use
11949
11950 Asks: \_\_\_ PazPar2 to group similar results on the OPAC.
11951
11952 Values:
11953
11954 -  Don't use
11955
11956 -  Use
11957
11958     **Important**
11959
11960     This requires that `PazPar2 <http://www.indexdata.com/pazpar2>`__ is
11961     set up and running.
11962
11963 .. _queryautotruncate-label:
11964
11965 QueryAutoTruncate
11966 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11967
11968 Default: automatically
11969
11970 Asks: Perform wildcard searching (where, for example, Har would match
11971 Harry and harp) \_\_\_ (The \* character would be used like so: Har\* or
11972 \*logging.)
11973
11974 Values:
11975
11976 -  automatically
11977
11978 -  only if \* is added
11979
11980 Description:
11981
11982 -  This setting allows for searches to be automatically truncated or for
11983    additional characters to be added to the end of a search string. When
11984    set to "automatically" the search string automatically ends with a
11985    wildcard function. For example, a search for the word "invent" with
11986    auto truncation enabled will also retrieve results for inventor,
11987    invention, inventory, etc. If you don't want this to happen
11988    automatically you can still be perform wildcard searches manually by
11989    adding an asterisk (\*). Typing "invent\*" even with auto truncation
11990    disabled will retrieve the same inventor, invention, inventory
11991    results. Auto truncation bypasses the necessity to type long search
11992    strings in their entirety.
11993
11994 .. _queryfuzzy-label:
11995
11996 QueryFuzzy
11997 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11998
11999 Default: Try
12000
12001 Asks: \_\_\_ to match similarly spelled words in a search (for example,
12002 a search for flang would also match flange and fang)
12003
12004 Values:
12005
12006 -  Don't try
12007
12008 -  Try
12009
12010 Description:
12011
12012 -  This preference enables "fuzzy" searching, in which the search engine
12013    returns results that are similar to, but not exactly matching, the
12014    word or words entered by the user. This preference enables the search
12015    function to compensate for slightly misspelled names or phrases.
12016
12017     **Important**
12018
12019     Requires that :ref:`UseICU` set to 'Not using'
12020
12021 .. _querystemming-label:
12022
12023 QueryStemming
12024 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12025
12026 Default: Try
12027
12028 Asks: \_\_\_ to match words of the same base in a search
12029
12030 Values:
12031
12032 -  Don't try
12033
12034 -  Try
12035
12036    -  A search for enabling would also match enable and enabled
12037
12038 Description:
12039
12040 -  This preference enables word stemming. Stemming allows the search
12041    function to return multiple versions of the same word, as well as
12042    related terms (i.e., both fish and fishing would be returned).
12043
12044 .. _queryweightfields-label:
12045
12046 QueryWeightFields
12047 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12048
12049 Default: Enable
12050
12051 Asks: \_\_\_ ranking of search results by relevance
12052
12053 Values:
12054
12055 -  Disable
12056
12057 -  Enable
12058
12059 .. _tracecompletesubfields-label:
12060
12061 TraceCompleteSubfields
12062 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12063
12064 Default: Force
12065
12066 Asks: \_\_\_ subject tracings in the OPAC and Staff Client to search
12067 only for complete-subfield matches.
12068
12069 Values:
12070
12071 -  Don't force
12072
12073    -  Searches for subject keywords (example:
12074       opac-search.pl?q=su:World%20Wide%20Web)
12075
12076 -  Force
12077
12078    -  Searches for complete subject fields (example:
12079       opac-search.pl?q=su,complete-subfield:World%20Wide%20Web)
12080
12081 Description:
12082
12083 -  When TraceCompleteSubfields is set to "force," clicking on links in
12084    non-authority controlled subject tracings will only find other
12085    records where the entire subfields match. Leaving it at "don't force"
12086    does a keyword search of the subject indexes.
12087
12088     **Important**
12089
12090     This preference assumes that you're using XSLT stylesheets as set in
12091     the :ref:`OPACXSLTDetailsDisplay` preference.
12092
12093 .. _tracesubjectsubdivisions-label:
12094
12095 TraceSubjectSubdivisions
12096 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12097
12098 Default: Include
12099
12100 Asks: \_\_\_ subdivisions for searches generated by clicking on subject
12101 tracings.
12102
12103 Values:
12104
12105 -  Don't include
12106
12107    -  Searches for subject keywords (example:
12108       opac-search.pl?q=su,complete-subfield:%22Web%20sites%22)
12109
12110 -  Include
12111
12112    -  Searches for complete subject fields (example:
12113       opac-search.pl?q=(su,complete-subfield:%22Web%20sites%22)%20and%20(su,complete-subfield:%22Design.%22))
12114
12115 Description:
12116
12117 -  When TraceSubjectSubdivisions is set to "Include," if you click on a
12118    subject with subdivisions (subfields other than 'a') they will be
12119    searched along with the subject heading (subfield 'a'). To have only
12120    the subject heading (subfield 'a') searched, set this preference to
12121    "Don't include."
12122
12123     **Important**
12124
12125     This preference assumes that you're using XSLT stylesheets as set in
12126     the :ref:`OPACXSLTDetailsDisplay` preference.
12127
12128 .. _useicu-label:
12129
12130 UseICU
12131 ^^^^^^^^^^^^^^^^^^^^
12132
12133 Default: Not using
12134
12135 Asks: \_\_\_ ICU Zebra indexing.
12136
12137 Values:
12138
12139 -  Not using
12140
12141 -  Using
12142
12143 Description:
12144
12145 -  ICU is a set of code libraries providing Unicode and Globalization
12146    support for software applications. What this means is ICU Zebra
12147    indexing is only necessary if you use non-roman characters in your
12148    cataloging. If using ICU Zebra indexing you will want to not use
12149    :ref:`QueryFuzzy`.
12150
12151     **Important**
12152
12153     This setting will not affect Zebra indexing, it should only be used
12154     to tell Koha that you have activated ICU indexing if you have
12155     actually done so, since there is no way for Koha to figure this out
12156     on its own.
12157
12158     **Important**
12159
12160     Talk to your system administrator when changing this preference to
12161     make sure that your system is set up properly for this to work.
12162
12163 .. _usequeryparser-label:
12164
12165 UseQueryParser
12166 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12167
12168 Default: Do not try
12169
12170 Asks: \_\_\_ to use the QueryParser module for parsing queries.
12171
12172     **Note**
12173
12174     Enabling this will have no impact if you do not have QueryParser
12175     installed, and everything will continue to work as usual.
12176
12177 Values:
12178
12179 -  Do not try
12180
12181 -  Try
12182
12183 Description:
12184
12185 -  This preference enables an experimental new query parser which opens
12186    the door for a more expressive and more-effective search syntax.
12187
12188 .. _results-display-label:
12189
12190 Results Display
12191 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12192
12193 .. _defaultsortfield-&-defaultsortorder-label:
12194
12195 defaultSortField & defaultSortOrder
12196 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12197
12198 defaultSortField Default: author
12199
12200 defaultSortOrder Default: ascending
12201
12202 Asks: By default, sort search results in the staff client by \_\_\_,
12203 \_\_\_\_
12204
12205 Description:
12206
12207 -  These preferences set the default sort field and sort order for
12208    searches on the staff side. Regardless of your choice, the other sort
12209    options are still available in the drop down list on the advanced
12210    search page.
12211
12212 defaultSortField Values:
12213
12214 -  author
12215
12216 -  call number
12217
12218 -  date added
12219
12220 -  date of publication
12221
12222 -  relevance
12223
12224 -  title
12225
12226 -  total number of checkouts
12227
12228 defaultSortOrder Values:
12229
12230 -  ascending
12231
12232 -  descending
12233
12234 -  from A to Z
12235
12236 -  from Z to A
12237
12238 .. _displayfacetcount-label:
12239
12240 displayFacetCount
12241 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12242
12243 Default: Don't show
12244
12245 Asks: \_\_\_ facet counts.
12246
12247 Description:
12248
12249 -  This preference lets you decide if you show how many times a facet is
12250    used in your search results in the OPAC and the staff client. The
12251    relevance of these numbers highly depends on the value of the
12252    :ref:`maxRecordsForFacets` preference. Showing
12253    these numbers can potentially effect the performance of your
12254    searching, so test your system with different values for this
12255    preference to see what works best.
12256
12257 Values:
12258
12259 -  Don't show
12260
12261 -  Show
12262
12263    |image107|
12264
12265 .. _displaylibraryfacets-label:
12266
12267 DisplayLibraryFacets
12268 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12269
12270 Default: holding library
12271
12272 Asks: Show facets for \_\_\_
12273
12274 Values:
12275
12276 -  both home and holding library
12277
12278 -  holding library
12279
12280 -  home library
12281
12282 Description:
12283
12284 -  This preferenc controls the libraries facet that displays on search
12285    results in the staff and opac. The value selected here will determine
12286    which library(s) show in the facets when a search is run.
12287
12288 .. _facetlabeltruncationlength-label:
12289
12290 FacetLabelTruncationLength
12291 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12292
12293 Default: 20
12294
12295 Asks: Truncate facets length to \_\_\_ characters, in OPAC/staff
12296 interface.
12297
12298 Description:
12299
12300 -  In the OPAC and the staff client your facets are cut off at 20
12301    characters by default. Depending on your layout this may be too many
12302    or two few letters, this preference lets you decide what number is
12303    best for your library's design.
12304
12305 .. _facetmaxcount-label:
12306
12307 FacetMaxCount
12308 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12309
12310 Default: 20
12311
12312 Asks: Show up \_\_\_ to facets for each category.
12313
12314 Description:
12315
12316 -  This preference allows you to control how many possible limits show
12317    under each heading (Author, Series, Topics, etc) on the facets in the
12318    OPAC.
12319
12320 .. _maxitemsinsearchresults-label:
12321
12322 maxItemsInSearchResults
12323 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12324
12325 Default: 20
12326
12327 Asks: Show up to \_\_\_ items per biblio in the search results
12328
12329 Description:
12330
12331 -  This preference will let you set how many results display by default
12332    when a search is run on the Staff Client.
12333
12334 .. _maxrecordsforfacets-label:
12335
12336 maxRecordsForFacets
12337 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12338
12339 Default: 20
12340
12341 Asks: Build facets based on \_\_\_ records from the search results.
12342
12343 Description:
12344
12345 -  By default Koha only bases facets on the first page of results
12346    (usually 20 results). This preference lets you tell Koha to based the
12347    facet descriptions and numbers on any number of search results
12348    returned. The higher this number the longer it will take for your
12349    search results to return, so test with various different values to
12350    find the best balance for your library.
12351
12352 .. _maxsearchresultsitemsperrecordstatuscheck-label:
12353
12354 MaxSearchResultsItemsPerRecordStatusCheck
12355 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12356
12357 Default: 20
12358
12359 Asks: For records with many items, only check the availability status
12360 for the first \_\_\_ items.
12361
12362 Description:
12363
12364 -  Availability statuses may show incorrectly in search results if a
12365    record has more items than the limit set. Statuses will display
12366    correctly in the record details. Leave empty for no limit.
12367
12368 .. _numsearchresults-label:
12369
12370 numSearchResults
12371 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12372
12373 Default: 20
12374
12375 Asks: By default, show \_\_\_ results per page in the staff client.
12376
12377 .. _opacdefaultsortfield-and-opacdefaultsortorder-label:
12378
12379 OPACdefaultSortField & OPACdefaultSortOrder
12380 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12381
12382 OPACdefaultSortField Default: relevance
12383
12384 OPACdefaultSortOrder Default: ascending
12385
12386 Asks: By default, sort search results in the OPAC by \_\_\_, \_\_\_
12387
12388 Description:
12389
12390 -  These preferences set the default sort field and sort order for
12391    searches on the OPAC. Regardless of your choice, the other sort
12392    options are still available in the drop down list on the advanced
12393    search page.
12394
12395 OPACdefaultSortField Values:
12396
12397 -  author
12398
12399 -  call number
12400
12401 -  date added
12402
12403 -  date of publication
12404
12405 -  relevance
12406
12407 -  title
12408
12409 -  total number of checkouts
12410
12411 OPACdefaultSortOrder Values:
12412
12413 -  ascending
12414
12415 -  descending
12416
12417 -  from A to Z
12418
12419 -  from Z to A
12420
12421 .. _opacitemsresultsdisplay-label:
12422
12423 OPACItemsResultsDisplay
12424 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12425
12426 Default: Don't show
12427
12428 Asks: \_\_\_ an item's branch, location and call number in OPAC search
12429 results.
12430
12431 Values:
12432
12433 -  Don't show
12434
12435 -  Show
12436
12437 Description:
12438
12439 -  This setting selects the information about an item that will display
12440    in the search results page of the OPAC. The results can display the
12441    status of an item and/or full details including branch, location, and
12442    call number. While the 'Show' option allows for more information to
12443    be displayed on the search results page, the information can be
12444    overwhelming for large collections with multiple branches.
12445
12446 .. _opacnumsearchresults-label:
12447
12448 OPACnumSearchResults
12449 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12450
12451 Default: 20
12452
12453 Asks: By default, show \_\_\_ results per page in the OPAC.
12454
12455 .. _searchwithisbnvariations-label:
12456
12457 SearchWithISBNVariations
12458 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12459
12460 Default: don't search
12461
12462 Asks: When searching on the ISBN index, \_\_\_ on all variations of the
12463 ISBN.
12464
12465 Values:
12466
12467 -  don't search
12468
12469 -  search
12470
12471 Descriptions:
12472
12473 -  With this preference set to search you'll be able to search for ISBNs
12474    even if there are dashes or spaces in the field. So if you search for
12475    9781843345855 but the ISBN was cataloged as 978-1843345855 you'll
12476    still be able to find it if this preference is set to 'search'.
12477
12478     **Important**
12479
12480     This preference has no effect if
12481     :ref:`UseQueryParser` is on
12482
12483 .. _unimarcauthorsfacetsseparator-label:
12484
12485 UNIMARCAuthorsFacetsSeparator
12486 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12487
12488 Default: , (comma)
12489
12490 Asks: Use the following text as separator for UNIMARC authors facets \_\_\_
12491
12492 .. _search-form-label:
12493
12494 Search Form
12495 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12496
12497 .. _advancedsearchlanguages-label:
12498
12499 AdvancedSearchLanguages
12500 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12501
12502 Asks: Limit the languages listed in the advanced search drop-down to the
12503 \_\_\_ ISO 639-2 language codes (separate values with \| or ,).
12504
12505 Description:
12506
12507 -  This preference will allow you to decide what languages show in the
12508    pull down menu on the advanced search page in the OPAC and the staff
12509    client. If this preference is left blank, all languages will show. To
12510    limit the languages that are shown enter their `ISO 639-2 language
12511    codes <http://www.loc.gov/standards/iso639-2/php/code_list.php>`__
12512    separated by comma ( , ) or bar ( \| ). For example to limit listing
12513    to French and Italian, enter ita\|fre.
12514
12515 .. _advancedsearchtypes-label:
12516
12517 AdvancedSearchTypes
12518 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12519
12520 Default: itemtype
12521
12522 Asks: Show tabs in OPAC and staff-side advanced search for limiting
12523 searches on the \_\_\_ fields (separate values with \|).
12524
12525 Description:
12526
12527 -  On the advanced search page you can choose to allow filters on one or
12528    all of the following: Item types (itemtypes), Collection Codes
12529    (ccode) and Shelving Location (loc). If you would like to be able to
12530    limit searches on item type and shelving location for example you
12531    would enter itemtypes\|loc in the preference input box. The order of
12532    these fields will determine the order of the tabs in the OPAC and
12533    staff client advanced search screens. Values within the search type
12534    are OR'ed together, while each different search type is AND'ed
12535    together in the query limits. The current stored values are supported
12536    without any required modification.Each set of advanced search fields
12537    are displayed in tabs in both the OPAC and staff client. The first
12538    value in the AdvancedSearchTypes syspref is the selected tab; if no
12539    values are present, "itemtypes" is used. For non-itemtype values, the
12540    value in AdvancedSearchTypes must match the Authorised Value name,
12541    and must be indexed with 'mc-^ prefixing that name.
12542
12543    |image108|
12544
12545 .. _expandedsearchoption-label:
12546
12547 expandedSearchOption
12548 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12549
12550 Default: don't show
12551
12552 Asks: By default, \_\_\_ "More options" on the OPAC and staff advanced
12553 search pages.
12554
12555 Values:
12556
12557 -  don't show
12558
12559 -  show
12560
12561 .. _intranetnumberspreferphrase-label:
12562
12563 IntranetNumbersPreferPhrase
12564 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12565
12566 Default: don't use
12567
12568 Asks: By default, \_\_\_ the operator "phr" in the callnumber and
12569 standard number staff client searches
12570
12571 Values:
12572
12573 -  don't use
12574
12575 -  use
12576
12577 Description:
12578
12579 -  When searching by call number and standard number (biblionumber) in
12580    Koha Staff Client you can choose to force the search to be a phrase
12581    search by setting this preference to 'use.^ This will allow for more
12582    accurate results over doing a general keyword field search.
12583
12584 .. _loadsearchhistorytothefirstloggeduser-label:
12585
12586 LoadSearchHistoryToTheFirstLoggedUser
12587 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12588
12589 Default: Load
12590
12591 Asks: Load the unlogged history to the next user. \_\_\_ history to the next client.
12592
12593 Values:
12594
12595 -  Don't load
12596
12597 -  Load
12598
12599 .. _opacnumberspreferphrase-label:
12600
12601 OPACNumbersPreferPhrase
12602 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12603
12604 Default: don't use
12605
12606 Asks: By default, \_\_\_ the operator "phr" in the callnumber and
12607 standard number OPAC searches
12608
12609 Values:
12610
12611 -  don't use
12612
12613 -  use
12614
12615 Description:
12616
12617 -  When searching by call number and standard number (biblionumber) in
12618    the Koha OPAC you can choose to force the search to be a phrase
12619    search by setting this preference to 'use.^ This will allow for more
12620    accurate results over doing a general keyword field search.
12621
12622 .. _serials-label:
12623
12624 Serials
12625 ---------------------------
12626
12627 *Get there:* More > Administration > Global System Preferences > Serials
12628
12629 .. _makepreviousserialavailable-label:
12630
12631 makePreviousSerialAvailable
12632 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12633
12634 Default: Do not make
12635
12636 Asks: \_\_\_ previous serial automatically available when receiving a
12637 new serial issue. The previous issue can also be set to another item
12638 type when receiving a new one. Please note that the :ref:`item-level\_itypes <item-level\_itypes-label>`
12639 syspref must be set to specific item.
12640
12641 Values:
12642
12643 -  Do not make
12644
12645 -  Make
12646
12647 .. _opacserialdefaulttab-label:
12648
12649 opacSerialDefaultTab
12650 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12651
12652 Default: Subscriptions tab
12653
12654 Asks: Show \_\_\_ as default tab for serials in OPAC.
12655
12656 Values:
12657
12658 -  Holdings tab
12659
12660 -  Serial Collection tab
12661
12662        **Important**
12663
12664        Please note that the Serial Collection tab is currently available
12665        only for systems using the UNIMARC standard.
12666
12667    |image109|
12668
12669 -  Subscriptions tab
12670
12671    |image110|
12672
12673 .. _opacserialissuedisplaycount-label:
12674
12675 OPACSerialIssueDisplayCount
12676 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12677
12678 Default: 3
12679
12680 Asks: Show the \_\_\_ previous issues of a serial on the OPAC.
12681
12682 Description:
12683
12684 -  This preference allows the administrator to select the number of
12685    recent issues for each serial which appear in the OPAC when the
12686    serial is accessed. This is just the default value, patrons can
12687    always click to see a full list of serials.
12688
12689 .. _renewserialaddssuggestion-label:
12690
12691 RenewSerialAddsSuggestion
12692 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12693
12694 Default: Don't add
12695
12696 Asks: \_\_\_ a suggestion for a biblio when its attached serial is
12697 renewed.
12698
12699 Values:
12700
12701 -  Add
12702
12703 -  Don't add
12704
12705 Description:
12706
12707 -  If set to "Add", this preference will automatically add a serial to
12708    the Acquisitions Purchase Suggestions menu when clicking the 'renew'
12709    option. If you don't use the Acquisitions module to manage serials
12710    purchases it's best to leave this set as 'Don't add.^
12711
12712 .. _routinglistaddreserves-label:
12713
12714 RoutingListAddReserves
12715 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12716
12717 Default: Place
12718
12719 Asks: \_\_\_ received serials on hold if they are on a routing list.
12720
12721 Values:
12722
12723 -  Place
12724
12725 -  Don't place
12726
12727 .. _routinglistnote-label:
12728
12729 RoutingListNote
12730 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12731
12732 Asks: Include following note on all routing lists
12733
12734 Description:
12735
12736 -  Text entered in this box will appear below the routing list
12737    information.
12738
12739 .. _routingserials-label:
12740
12741 RoutingSerials
12742 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12743
12744 Default: Don't add
12745
12746 Asks: \_\_\_ received serials to the routing list.
12747
12748 Description:
12749
12750 -  This preference determines if serials routing lists are enabled or
12751    disabled for the library. When set to "Add", serials routing is
12752    enabled and a serial can be directed through a list of people by
12753    identifying who should receive it next. The list of people can be
12754    established for each serial to be passed using the Serials module.
12755    This preference can be used to ensure each person who needs to see a
12756    serial when it arrives at the library will get it. Learn more in the
12757    :ref:`routing list <create-a-routing-list-label>` section of this manual.
12758
12759 Values:
12760
12761 -  Add
12762
12763 -  Don't add
12764
12765 .. _staffserialissuedisplaycount-label:
12766
12767 StaffSerialIssueDisplayCount
12768 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12769
12770 Default: 3
12771
12772 Asks: Show the \_\_\_ previous issues of a serial on the staff client.
12773
12774 Description:
12775
12776 -  This preference allows the administrator to select the number of
12777    recent issues for each serial which appear in the Staff Client when
12778    the serial is accessed. This is just the default value, staff members
12779    can always click to see a full list of serials.
12780
12781 .. _subscriptionduplicatedroppedinput-label:
12782
12783 SubscriptionDuplicateDroppedInput
12784 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12785
12786 Asks: List of fields which must not be rewritten when a subscription is
12787 duplicated (Separated by pipe \|) \_\_\_
12788
12789 Description:
12790
12791 -  When duplicating a subscription sometimes you don't want all of the
12792    fields duplicated, using this preference you can list the fields that
12793    you don't want to be duplicated. These field names come from the
12794    subscription table in the Koha database. Learn what fields are in
12795    that table on the `Koha DB
12796    Schema <http://schema.koha-community.org/tables/subscription.html>`__
12797    site.
12798
12799 .. _subscriptionhistory-label:
12800
12801 SubscriptionHistory
12802 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12803
12804 Default: full history
12805
12806 Asks: When showing the subscription information for a bibliographic
12807 record, preselect \_\_\_ view of serial issues.
12808
12809 Values:
12810
12811 -  brief history
12812
12813    |image111|
12814
12815 -  full history
12816
12817    |image112|
12818
12819 Description:
12820
12821 -  This preference determines what information appears in the OPAC when
12822    the user clicks the More Details option. The 'brief' option displays
12823    a one-line summary of the volume and issue numbers of all issues of
12824    that serial held by the library. The 'full' option displays a more
12825    detailed breakdown of issues per year, including information such as
12826    the issue date and the status of each issue.
12827
12828 .. _staff-client-label:
12829
12830 Staff Client
12831 ------------------------------
12832
12833 *Get there:* More > Administration > Global System Preferences > Staff
12834 Client
12835
12836 .. _staffappearance-label:
12837
12838 Appearance
12839 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12840
12841 .. _display856uasimage-label:
12842
12843 Display856uAsImage
12844 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12845
12846 Default: Neither details or results page
12847
12848 Asks: Display the URI in the 856u field as an image on: \_\_\_
12849
12850 Values:
12851
12852 -  Both results and details pages
12853
12854    -  **Important**
12855
12856           Not implemented yet
12857
12858 -  Detail page only
12859
12860    -  **Important**
12861
12862           :ref:`XSLTDetailsDisplay` needs to be on
12863           for this preference to work.
12864
12865    |image113|
12866
12867 -  Neither details or results page
12868
12869 -  Results page only
12870
12871    -  **Important**
12872
12873           Not yet implemented
12874
12875 Description:
12876
12877 -  In addition to this option being set, the corresponding XSLT option
12878    must be turned on. Also, the corresponding 856q field must have a
12879    valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
12880    starting with "image/"), or the generic indicator "img" entered in
12881    the field. When all of the requirements are met, an image file will
12882    be displayed instead of the standard link text. Clicking on the image
12883    will open it in the same way as clicking on the link text. When you
12884    click on the image it should open to full size, in the current window
12885    or in a new window depending on the value in the system pref
12886    :ref:`OPACURLOpenInNewWindow`.
12887
12888    |image114|
12889
12890 .. _displayiconsxslt-label:
12891
12892 DisplayIconsXSLT
12893 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12894
12895 Default: Show
12896
12897 Asks: \_\_\_ the format, audience, and material type icons in XSLT
12898 MARC21 results and detail pages in the staff client.
12899
12900     **Important**
12901
12902     :ref:`XSLTResultsDisplay` and/or
12903     :ref:`XSLTDetailsDisplay` must be set to use an
12904     XSLT stylesheet (default or custom) for these icons to show.
12905
12906 Values:
12907
12908 -  Don't show
12909
12910 -  Show
12911
12912    |image115|
12913
12914     **Note**
12915
12916     See the :ref:`XSLT material type icons <_material-type-cataloging-guide-label>` 
12917     for more information on these icons.
12918
12919 .. _intranet\_includes-label:
12920
12921 intranet\_includes
12922 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12923
12924 Default: includes
12925
12926 Asks: Use include files from the \_\_\_ directory in the template
12927 directory, instead of includes/. (Leave blank to disable)
12928
12929 .. _intranetcirculationhomehtml-label:
12930
12931 IntranetCirculationHomeHTML
12932 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12933
12934 Asks: Show the following HTML in its own div on the bottom of the home
12935 page of the circulation module:
12936
12937     |image1198|
12938
12939 .. _intranetcolorstylesheet-label:
12940
12941 intranetcolorstylesheet
12942 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12943
12944 Asks: Include the additional CSS stylesheet \_\_\_ to override specified
12945 settings from the default stylesheet
12946
12947 Description:
12948
12949 -  This preference is used to set the background color and style of the
12950    Staff Client. The value is a .css file. The system administrator
12951    should determine which file is appropriate. Enter just a filename, a
12952    full local path or a complete URL starting with http:// (if the file
12953    lives on a remote server). Please note that if you just enter a
12954    filename, the file should be in the css subdirectory for each active
12955    theme and language within the Koha templates directory. A full local
12956    path is expected to start from your HTTP document root.
12957
12958     **Important**
12959
12960     Leave this field blank to disable.
12961
12962 .. _intranetfavicon-label:
12963
12964 IntranetFavicon
12965 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12966
12967 Asks: Use the image at \_\_\_ for the Staff Client's favicon.
12968
12969     **Important**
12970
12971     This should be a complete URL, starting with http://
12972
12973     **Note**
12974
12975     Turn your logo into a favicon with the `Favicon
12976     Generator <http://antifavicon.com/>`__.
12977
12978 Description:
12979
12980 -  The favicon is the little icon that appears next to the URL in the
12981    address bar in most browsers. The default value for this field (if
12982    left blank) is the small 'K' in the Koha logo.
12983
12984    |image116|
12985
12986 .. _intranetmainuserblock-label:
12987
12988 IntranetmainUserblock
12989 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12990
12991 Asks: Show the following HTML in its own column on the main page of the
12992 staff client
12993
12994 |image117|
12995
12996 |image118|
12997
12998 .. _intranetnav-label:
12999
13000 IntranetNav
13001 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13002
13003 Asks: Show the following HTML in the More menu at the top of each page
13004 on the staff client (should be a list of links or blank)
13005
13006 .. _intranetreportshomehtml-label:
13007
13008 IntranetReportsHomeHTML
13009 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13010
13011 Asks: Show the following HTML in its own div on the bottom of the home
13012 page of the reports module:
13013
13014     |image1199|
13015
13016 .. _intranetslipprinterjs-label:
13017
13018 IntranetSlipPrinterJS
13019 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13020
13021 Asks: Use the following JavaScript for printing slips.
13022
13023 Description:
13024
13025 -  The most logical use of this preference is in conjunction with the
13026    `jsPrintSetup <http://jsprintsetup.mozdev.org/>`__ Firefox add-on.
13027    Learn more about this preference and the add-on setup on the Koha
13028    wiki at
13029    http://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently.
13030
13031 .. _intranetstylesheet-label:
13032
13033 intranetstylesheet
13034 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13035
13036 Asks: Use the CSS stylesheet \_\_\_ on all pages in the staff interface,
13037 instead of the default css (used when leaving this field blank).
13038
13039 Description:
13040
13041 -  The Intranetstylesheet preference is a layout and design feature for
13042    the intranet or staff client. This preference allows a library to
13043    customize the appearance of the Staff Client. Enter just a filename,
13044    a full local path or a complete URL starting with http:// (if the
13045    file lives on a remote server). Please note that if you just enter a
13046    filename, the file should be in the css subdirectory for each active
13047    theme and language within the Koha templates directory. A full local
13048    path is expected to start from your HTTP document root.
13049
13050 .. _intranetusercss-label:
13051
13052 IntranetUserCSS
13053 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13054
13055 Asks: Include the following CSS on all pages in the staff client
13056
13057 .. _intranetuserjs-label:
13058
13059 IntranetUserJS
13060 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13061
13062 Asks: Include the following JavaScript on all pages in the staff
13063 interface
13064
13065 Description:
13066
13067 -  This preference allows the administrator to enter JavaScript or
13068    JQuery that will be embedded across all pages of the Staff Client.
13069    Administrators may use this preference to customize some of the
13070    interactive sections of Koha, customizing the text for the login
13071    prompts, for example. Sample JQuery scripts used by Koha libraries
13072    can be found on the wiki:
13073    http://wiki.koha-community.org/wiki/JQuery_Library.
13074
13075 .. _slipcss-label:
13076
13077 SlipCSS
13078 ^^^^^^^^^^^^^^^^^^^^^^
13079
13080 Asks: Include the stylesheet at \_\_\_ on Issue and Reserve Slips.
13081
13082     **Important**
13083
13084     This should be a complete URL, starting with http://
13085
13086 Description:
13087
13088 -  If you would like to style your receipts or slips with a consistent
13089    set of fonts and colors you can use this preference to point Koha to
13090    a stylesheet specifically for your slips.
13091
13092 .. _staffclientbaseurl-label:
13093
13094 staffClientBaseURL
13095 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13096
13097 Asks: The staff client is located at http:// \_\_\_
13098
13099 .. _stafflangselectormode-label:
13100
13101 StaffLangSelectorMode
13102 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13103
13104 Default: only footer
13105
13106 Asks: Display language selector on \_\_\_
13107
13108 Values:
13109
13110 -  both top and footer
13111
13112 -  only footer
13113
13114 -  top
13115
13116 .. _template-label:
13117
13118 template
13119 ^^^^^^^^^^^^^^^^^^^^^^^^
13120
13121 Default: prog
13122
13123 Asks: Use the \_\_\_ theme on the staff interface.
13124
13125 Values:
13126
13127 -  prog
13128
13129     **Important**
13130
13131     Do not include a trailing slash in the URL this will break links
13132     created using this URL. (example: www.google.com not
13133     www.google.com/)
13134
13135 .. _xsltdetailsdisplay-label:
13136
13137 XSLTDetailsDisplay
13138 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13139
13140 Default: default
13141
13142 Asks: Display details in the staff client using XSLT stylesheet at
13143 \_\_\_
13144
13145 Values:
13146
13147 -  leave empty to not use the XSLT stylesheet
13148
13149    -  In previous versions of Koha this was the setting that read
13150       'normally'
13151
13152       |image119|
13153
13154 -  enter "default" for the default one
13155
13156    |image120|
13157
13158 -  put a path to define a XSLT file
13159
13160    -  ex: /path/to/koha/and/your/stylesheet.xsl
13161
13162    -  If in a multi-language system you can enter {langcode} in the path
13163       to tell Koha to look in the right language folder
13164
13165       -  ex:
13166          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13167
13168       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13169
13170 -  put an URL for an external specific stylesheet
13171
13172    -  ex: http://mykoha.org/stylesheet.xsl
13173
13174 Description:
13175
13176 -  XSLT stylesheets allow for the customization of the details shown on
13177    the screen when viewing a bib record. This preference will allow you
13178    either use the default look that comes with Koha or design your own
13179    stylesheet.
13180
13181 .. _xsltlistsdisplay-label:
13182
13183 XSLTListsDisplay
13184 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13185
13186 Default: default
13187
13188 Asks: Display lists in the staff client using XSLT stylesheet at
13189 \_\_\_
13190
13191 Values:
13192
13193 -  leave empty to not use the XSLT stylesheet
13194
13195    -  In previous versions of Koha this was the setting that read
13196       'normally'
13197
13198 -  enter "default" for the default one
13199
13200 -  put a path to define a XSLT file
13201
13202    -  ex: /path/to/koha/and/your/stylesheet.xsl
13203
13204    -  If in a multi-language system you can enter {langcode} in the path
13205       to tell Koha to look in the right language folder
13206
13207       -  ex:
13208          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13209
13210       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13211
13212 -  put an URL for an external specific stylesheet
13213
13214    -  ex: http://mykoha.org/stylesheet.xsl
13215
13216 Description:
13217
13218 -  XSLT stylesheets allow for the customization of the details shown on
13219    the screen when viewing a list. This preference will allow you
13220    either use the default look that comes with Koha or design your own
13221    stylesheet.
13222
13223 .. _xsltresultsdisplay-label:
13224
13225 XSLTResultsDisplay
13226 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13227
13228 Default: default
13229
13230 Asks: Display results in the staff client using XSLT stylesheet at
13231 \_\_\_
13232
13233 Values:
13234
13235 -  leave empty to not use the XSLT stylesheet
13236
13237    -  In previous versions of Koha this was the setting that read
13238       'normally'
13239
13240 -  enter "default" for the default one
13241
13242 -  put a path to define a XSLT file
13243
13244    -  ex: /path/to/koha/and/your/stylesheet.xsl
13245
13246    -  If in a multi-language system you can enter {langcode} in the path
13247       to tell Koha to look in the right language folder
13248
13249       -  ex:
13250          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13251
13252       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13253
13254 -  put an URL for an external specific stylesheet
13255
13256    -  ex: http://mykoha.org/stylesheet.xsl
13257
13258 Description:
13259
13260 -  XSLT stylesheets allow for the customization of the details shown on
13261    the screen when viewing the search results. This preference will
13262    allow you either use the default look that comes with Koha or design
13263    your own stylesheet.
13264
13265 .. _options-label:
13266
13267 Options
13268 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13269
13270 .. _audioalerts-label:
13271
13272 AudioAlerts
13273 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13274
13275 Default: Don't enable
13276
13277 Asks: \_\_\_ audio alerts for events defined in the audio alerts section
13278 of administration.
13279
13280 Values:
13281
13282 -  Don't enable
13283
13284 -  Enable
13285
13286     **Important**
13287
13288     This feature is not supported by all browsers. Requires an HTML5
13289     compliant browser.
13290
13291 .. _hidepatronname-label:
13292
13293 HidePatronName
13294 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13295
13296 Default: Show
13297
13298 Asks: \_\_\_ the names of patrons that have items checked out or on hold
13299 on detail pages or the "Place Hold" screen.
13300
13301 Values:
13302
13303 -  Don't show
13304
13305 -  Show
13306
13307 .. _intranetbookbag-label:
13308
13309 intranetbookbag
13310 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13311
13312 Default: Show
13313
13314 Asks: \_\_\_ the cart option in the staff client.
13315
13316 Values:
13317
13318 -  Don't show
13319
13320 -  Show
13321
13322 .. _intranetcatalogsearchpulldown-label:
13323
13324 IntranetCatalogSearchPulldown
13325 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13326
13327 Default: Don't show
13328
13329 Asks: \_\_\_ a search field pulldown for 'Search the catalog' boxes.
13330
13331 Values:
13332
13333 -  Don't show
13334
13335 -  Show
13336
13337 .. _staffdetailitemselection-label:
13338
13339 StaffDetailItemSelection
13340 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13341
13342 Default: Enable
13343
13344 Asks: \_\_\_ item selection in record detail page.
13345
13346 Values:
13347
13348 -  Disable
13349
13350 -  Enable
13351
13352 Description:
13353
13354 -  This preference lets you choose to show (or not show) checkboxes to
13355    the left of every item in the holdings tab on the detail display of a
13356    record in the staff client. Showing these checkboxes allows the staff
13357    members to select multiple items to edit or delete at once.
13358
13359    |image121|
13360
13361 .. _usewysiwyginsystempreferences-label:
13362
13363 UseWYSIWYGinSystemPreferences
13364 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13365
13366 Default: Don't show
13367
13368 Asks: \_\_\_ WYSIWYG editor when editing certain HTML system
13369 preferences.
13370
13371 Values:
13372
13373 -  Don't show
13374
13375 -  Show
13376
13377     |image1200|
13378
13379 Description:
13380
13381 -  This preference allows you to chang system preferences with HTML in
13382    them to WYSIWYG editors instead of plain text boxes.
13383
13384 .. _viewisbd-label:
13385
13386 viewISBD
13387 ^^^^^^^^^^^^^^^^^^^^^^^^
13388
13389 Default: Allow
13390
13391 Asks: \_\_\_ staff to view records in ISBD form on the staff client.
13392
13393 Values:
13394
13395 -  Allow
13396
13397 -  Don't allow
13398
13399 .. _viewlabeledmarc-label:
13400
13401 viewLabeledMARC
13402 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13403
13404 Default: Allow
13405
13406 Asks: \_\_\_ staff to view records in labeled MARC form on the staff
13407 client.
13408
13409 Values:
13410
13411 -  Allow
13412
13413 -  Don't allow
13414
13415 .. _viewmarc-label:
13416
13417 viewMARC
13418 ^^^^^^^^^^^^^^^^^^^^^^^^
13419
13420 Default: Allow
13421
13422 Asks: \_\_\_ staff to view records in plain MARC form on the staff
13423 client.
13424
13425 Values:
13426
13427 -  Allow
13428
13429 -  Don't allow
13430
13431 .. _tools-label:
13432
13433 Tools
13434 -----------------------
13435
13436 *Get there:* More > Administration > Global System Preferences > Tools
13437
13438 .. _batch-item-label:
13439
13440 Batch Item
13441 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13442
13443 These preferences are in reference to the :ref:`Batch Item
13444 Modification <batch-item-modification-label>` tool.
13445
13446 .. _maxitemsforbatchdel-label:
13447
13448 MaxItemsForBatchDel
13449 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13450
13451 Default: 1000
13452
13453 Asks: Display up to \_\_\_ items in a single deletion batch.
13454
13455 Description:
13456
13457 -  In the :ref:`batch item delete tool <batch-item-deletion-label>` this will
13458    prevent the display of more than the items you entered in this
13459    preference, but you will be able to delete more than the number you
13460    enter here.
13461
13462 .. _maxitemsforbatchmod-label:
13463
13464 MaxItemsForBatchMod
13465 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13466
13467 Default: 1000
13468
13469 Asks: Process up to \_\_\_ items in a single modification batch.
13470
13471 Description:
13472
13473 -  In the :ref:`batch item modification
13474    tool <batch-item-modification-label>` this preference will prevent the editing
13475    of more than the number entered here.
13476
13477 .. _news-label:
13478
13479 News
13480 ~~~~~~~~~~~~~~~~~~~~~~~~~
13481
13482 .. _newsauthordisplay-label:
13483
13484 NewsAuthorDisplay
13485 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13486
13487 Default: not at all
13488
13489 Asks: Show the author for news items: \_\_\_
13490
13491 Values:
13492
13493 -  Both OPAC and staff client
13494
13495 -  Not at all
13496
13497 -  OPAC only
13498
13499 -  Staff client only
13500
13501 .. _patron-cards-label:
13502
13503 Patron Cards
13504 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13505
13506 These preferences are in reference to the :ref:`Patron Card
13507 Creator <patron-card-creator-label>` tool.
13508
13509 .. _imagelimit-label:
13510
13511 ImageLimit
13512 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13513
13514 Asks: Limit the number of creator images stored in the database to
13515 \_\_\_ images.
13516
13517 .. _reports-label:
13518
13519 Reports
13520 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13521
13522 These preferences are in reference to the Reports module.
13523
13524 .. _numsavedreports-label:
13525
13526 NumSavedReports
13527 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13528
13529 Default: 20
13530
13531 Asks: By default, show \_\_\_ reports on the Saved Reports page.
13532
13533 .. _upload-label:
13534
13535 Upload
13536 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13537
13538 .. _uploadpurgetemporaryfilesdays-label:
13539
13540 UploadPurgeTemporaryFilesDays
13541 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13542
13543 Default: blank
13544
13545 Asks: Automatically delete temporary uploads older than \_\_\_ days in
13546 cleanup_database cron job.
13547
13548 .. _web-services-label:
13549
13550 Web Services
13551 -----------------------------------
13552
13553 *Get there:* More > Administration > Global System Preferences > Web
13554 Services
13555
13556 .. _ils-di-label:
13557
13558 ILS-DI
13559 ~~~~~~~~~~~~~~~~~~~~~~~~
13560
13561 .. _ils-di-pref-label:
13562
13563 ILS-DI
13564 ^^^^^^^^^^^^^^^^^^^^
13565
13566 Default: Disable
13567
13568 Asks: \_\_\_ ILS-DI services for OPAC users
13569
13570 Values:
13571
13572 -  Disable
13573
13574 -  Enable
13575
13576 .. _ils-di:authorizedips-label:
13577
13578 ILS-DI:AuthorizedIPs
13579 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13580
13581 Asks: \_\_\_ allowed IPs to use the ILS-DI services
13582
13583 .. _idref-pref-label:
13584
13585 IdRef
13586 ~~~~~~~~~~~~~~~~~~~~~~~
13587
13588 .. _idref-label:
13589
13590 IdRef
13591 ^^^^^^^^^^^^^^^^^^
13592
13593 Default: Disable
13594
13595 Asks: \_\_\_ the IdRef webservice from the opac detail page. IdRef
13596 allows to request authorities from the Sudoc database.
13597
13598 Values:
13599
13600 -  Disable
13601
13602 -  Enable
13603
13604 Description:
13605
13606 -  IdRef is a French service for Sudoc autorities. Using the `Sudoc
13607    database <http://www.sudoc.abes.fr/>`__, it allows to request /
13608    modify / add authorities. If a record comes from the Sudoc (so 009 is
13609    filled with an integer), at the OPAC you will see "Author: Idref" if
13610    a 7..$3 (unimarc author) if filled with a ppn. On clicking on the
13611    Idref link, a popup will display.
13612
13613     |image1201|
13614
13615    The Idref webservice is requested and all records (by roles) for this
13616    author will be displayed
13617
13618    |image1202|
13619
13620    There is 1 line / record and 2 links at the end. 1 will request Koha
13621    (cgi-bin/koha/opac-search.pl?q=ident:003381862), the other one will
13622    redirect to the sudoc page (http://www.sudoc.fr/003381862).
13623
13624 -  **Important**
13625
13626        Please note that this feature is available only for libraries
13627        using UNIMARC.
13628
13629 -  **Note**
13630
13631        The French Sudoc database should not be confused with the US
13632        Superintendent of Documents (SuDocs) Classification Scheme.
13633
13634 .. _oai-pmh-label:
13635
13636 OAI-PMH
13637 ~~~~~~~~~~~~~~~~~~~~~~~
13638
13639 .. _oai-pmh-pref-label:
13640
13641 OAI-PMH
13642 ^^^^^^^^^^^^^^^^^^^^^^
13643
13644 Default: Disable
13645
13646 Asks: \_\_\_ Koha's OAI-PMH server.
13647
13648 Values:
13649
13650 -  Disable
13651
13652 -  Enable
13653
13654 Description:
13655
13656 -  Once enabled you can visit http://YOURKOHACATALOG/cgi-bin/koha/oai.pl
13657    to see your file. For the Open Archives Initiative-Protocol for
13658    Metadata Harvesting (OAI-PMH) there are two groups of 'participants':
13659    Data Providers and Service Providers. Data Providers (open archives,
13660    repositories) provide free access to metadata, and may, but do not
13661    necessarily, offer free access to full texts or other resources.
13662    OAI-PMH provides an easy to implement, low barrier solution for Data
13663    Providers. Service Providers use the OAI interfaces of the Data
13664    Providers to harvest and store metadata. Note that this means that
13665    there are no live search requests to the Data Providers; rather,
13666    services are based on the harvested data via OAI-PMH. Koha at present
13667    can only act as a Data Provider. It can not harvest from other
13668    repositories. The biggest stumbling block to having Koha harvest from
13669    other repositories is that MARC is the only metadata format that Koha
13670    indexes natively. Visit
13671    http://www.oaforum.org/tutorial/english/page3.htm for diagrams of how
13672    OAI-PMH works.
13673
13674 Learn more about OAI-PMH at: http://www.openarchives.org/pmh/
13675
13676 .. _oai-pmh:archiveid-label:
13677
13678 OAI-PMH:archiveID
13679 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13680
13681 Default: KOHA-OAI-TEST
13682
13683 Asks: Identify records at this site with the prefix \_\_\_ :
13684
13685 .. _oai-pmh:autoupdatesets-label:
13686
13687 OAI-PMH:AutoUpdateSets
13688 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13689
13690 Default: Disable
13691
13692 Asks: \_\_\_ automatic update of OAI-PMH sets when a bibliographic
13693 record is created or updated.
13694
13695 Values:
13696
13697 -  Disable
13698
13699 -  Enable
13700
13701 .. _oai-pmh:conffile-label:
13702
13703 OAI-PMH:ConfFile
13704 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13705
13706 If this preference is left empty, Koha's OAI Server operates in normal
13707 mode, otherwise it operates in extended mode. In extended mode, it's
13708 possible to parameter other formats than marcxml or Dublin Core.
13709 OAI-PMH:ConfFile specify a YAML configuration file which list available
13710 metadata formats and XSL file used to create them from marcxml records.
13711
13712 For more information, see the :ref:`sample conf file <sample-oai-conf-file-label>`
13713 section.
13714
13715 .. _oai-pmh:deletedrecord-label:
13716
13717 OAI-PMH:DeletedRecord
13718 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13719
13720 Default: will never be emptied or truncated (persistent)
13721
13722 Asks: Koha's deletedbiblio table \_\_\_
13723
13724 Values:
13725
13726 -  will never have any data in it (no)
13727
13728 -  will never be emptied or truncated (persistent)
13729
13730 -  might be emptied or truncated at some point (transient)
13731
13732 .. _oai-pmh:maxcount-label:
13733
13734 OAI-PMH:MaxCount
13735 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13736
13737 Default: 50
13738
13739 Asks: Only return \_\_\_ records at a time in response to a ListRecords
13740 or ListIdentifiers query.
13741
13742 Description:
13743
13744 -  This is the maximum number of records that would be returned based on
13745    ListRecord or ListIdentifier queries from harvesters. ListRecords
13746    harvest the entire records while the ListIdentifier is an abbreviated
13747    form of ListRecords, retrieving only headers rather than records.
13748
13749 .. _reporting-label:
13750
13751 Reporting
13752 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13753
13754 .. _svcmaxreportrows-label:
13755
13756 SvcMaxReportRows
13757 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13758
13759 Default: 10
13760
13761 Asks: Only return \_\_\_ rows of a report requested via the reports web
13762 service.
13763
13764 Description:
13765
13766 -  This value will be used to limit the number of results returned by
13767    `public reports <#publicreport>`__.