Adds information on AutoSwitchPatron, BrowseResultSelection, MARCFieldDocURL system...
[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 .. _authoritymergelimit-label:
1167
1168 AuthorityMergeLimit
1169 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1170
1171 Default: 50
1172
1173 Asks: When modifying an authority record, do not update attached biblio
1174 records if the number exceeds \_\_\_ records. (Above this limit, the merge_authority
1175 cron job will merge them.)
1176
1177 .. _authoritymergemode-label:
1178
1179 AuthorityMergeMode
1180 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1181
1182 Default: loose
1183
1184 Asks: When updating biblio records from an attached authority record ("merging"),
1185 handle subfields of relevant biblio record fields in \_\_\_ mode. In strict mode
1186 subfields that are not found in the authority record, are deleted. Loose mode
1187 will keep them. Loose mode is the historical behavior and still the default.
1188
1189 Values:
1190
1191 -  loose
1192
1193 -  strict
1194
1195 .. _autocreateauthorities-label:
1196
1197 AutoCreateAuthorities
1198 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1199
1200 Default: do not generate
1201
1202 Asks: When editing records, \_\_\_ authority records that are missing.
1203
1204 Values:
1205
1206 -  do not generate
1207
1208 -  generate
1209
1210     **Important**
1211
1212     `BiblioAddsAuthorities <#biblioaddsauthorities>`__ must be set to
1213     "allow" for this to have any effect
1214
1215 Description:
1216
1217 -  When this and `BiblioAddsAuthorities <#biblioaddsauthorities>`__ are
1218    both turned on, automatically create authority records for headings
1219    that don't have any authority link when cataloging. When
1220    BiblioAddsAuthorities is on and AutoCreateAuthorities is turned off,
1221    do not automatically generate authority records, but allow the user
1222    to enter headings that don't match an existing authority. When
1223    BiblioAddsAuthorities is off, this has no effect.
1224
1225 .. _biblioaddsauthorities-label:
1226
1227 BiblioAddsAuthorities
1228 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1229
1230 Default: allow
1231
1232 Asks: When editing records, \_\_\_ them to automatically create new
1233 authority records if needed, rather than having to reference existing
1234 authorities.
1235
1236 Values:
1237
1238 -  allow
1239
1240    -  This setting allows you to type values in the fields controlled by
1241       authorities and then adds a new authority if one does not exist
1242
1243 -  don't allow
1244
1245    -  This setting will lock the authority controlled fields, forcing
1246       you to search for an authority versus allowing you to type the
1247       information in yourself.
1248
1249 .. _marcauthoritycontrolfield008-label:
1250
1251 MARCAuthorityControlField008
1252 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1253
1254 Default: \|\| aca\|\|aabn \| a\|a d
1255
1256 Asks: Use the following text for the contents of MARC21 authority
1257 control field 008 position 06-39 (fixed length data elements).
1258
1259     **Important**
1260
1261     Do not include the date (position 00-05) in this preference, Koha
1262     will calculate automatically and put that in before the values in
1263     this preference.
1264
1265 Description:
1266
1267 -  This preference controls the default value in the 008 field on
1268    Authority records. It does not effect bibliographic records.
1269
1270 .. _unimarcauthorityfield100-label:
1271
1272 UNIMARCAuthorityField100
1273 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1274
1275 Default: afrey50 ba0
1276
1277 Asks: Use the following text for the contents of UNIMARC authority field
1278 100 position (fixed length data elements).
1279
1280     **Important**
1281
1282     Do not include the date (position 00-07) in this preference, Koha
1283     will calculate automatically and put that in before the values in
1284     this preference.
1285
1286 Description:
1287
1288 -  This preference controls the default value in the 100 field on
1289    Authority records cataloged in UNIMARC. It does not effect
1290    bibliographic records.
1291
1292 .. _useauthoritiesfortracings-label:
1293
1294 UseAuthoritiesForTracings
1295 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1296
1297 Default: Don't use
1298
1299 Asks: \_\_\_ authority record numbers instead of text strings for
1300 searches from subject tracings.
1301
1302 Values:
1303
1304 -  Don't use
1305
1306    -  Search links look for subject/author keywords (example:
1307       opac-search.pl?q=su:Business%20networks)
1308
1309 -  Use
1310
1311    -  Search links look for an authority record (example:
1312       opac-search.pl?q=an:354)
1313
1314 Description:
1315
1316 -  For libraries that have authority files, they may want to make it so
1317    that when a link to an authorized subject or author is clicked on the
1318    OPAC or staff client it takes the searcher only to a list of results
1319    with that authority record. Most libraries do not have complete
1320    authority files and so setting this preference to 'Don't use' will
1321    allow searchers to click on links to authors and subject headings and
1322    perform a keyword search against those fields, finding all possible
1323    relevant results instead.
1324
1325 .. _linker-label:
1326
1327 Linker
1328 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1329
1330 These preferences will control how Koha links bibliographic records to
1331 authority records. All bibliographic records added to Koha after these
1332 preferences are set will link automatically to authority records, for
1333 records added before these preferences are set there is a script
1334 (misc/link\_bibs\_to\_authorities.pl) that your system administrator can
1335 run to link records together.
1336
1337 .. _catalogmodulerelink-label:
1338
1339 CatalogModuleRelink
1340 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1341
1342 Default: Do not
1343
1344 Asks: \_\_\_ automatically relink headings that have previously been
1345 linked when saving records in the cataloging module.
1346
1347 Values:
1348
1349 -  Do
1350
1351 -  Do not
1352
1353 Description:
1354
1355 -  Longtime users of Koha don't expect the authority and bib records to
1356    link consistently. This preference makes it possible to disable
1357    authority relinking in the cataloging module only (i.e. relinking is
1358    still possible if link\_bibs\_to\_authorities.pl is run). Note that
1359    though the default behavior matches the previous behavior of Koha
1360    (retaining links to outdated authority records), it does not match
1361    the intended behavior (updating biblio/authority link after
1362    bibliographic record is edited). Libraries that want the intended
1363    behavior of authority control rather than the way Koha used to handle
1364    linking should set CatalogModuleRelink to 'Do'. Once setting this to
1365    'Do' the following preferences can also be set.
1366
1367 .. _linkerkeepstale-label:
1368
1369 LinkerKeepStale
1370 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1371
1372 Default: Do not
1373
1374 Asks: \_\_\_ keep existing links to authority records for headings where
1375 the linker is unable to find a match.
1376
1377 Values:
1378
1379 -  Do
1380
1381 -  Do not
1382
1383 Description:
1384
1385 -  When set to 'Do', the linker will never remove a link to an authority
1386    record, though, depending on the value of
1387    :ref:`LinkerRelink`, it may change the link.
1388
1389 .. _linkermodule-label:
1390
1391 LinkerModule
1392 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1393
1394 Default: Default
1395
1396 Asks: Use the \_\_\_ linker module for matching headings to authority
1397 records.
1398
1399 Values:
1400
1401 -  Default
1402
1403    -  Retains Koha's previous behavior of only creating links when there
1404       is an exact match to one and only one authority record; if the
1405       :ref:`LinkerOptions` preference is set to
1406       'broader\_headings', it will try to link headings to authority
1407       records for broader headings by removing subfields from the end of
1408       the heading
1409
1410 -  First match
1411
1412    -  Creates a link to the first authority record that matches a given
1413       heading, even if there is more than one authority record that
1414       matches
1415
1416 -  Last match
1417
1418    -  Creates a link to the last authority record that matches a given
1419       heading, even if there is more than one record that matches
1420
1421 Description:
1422
1423 -  This preference tells Koha which match to use when searching for
1424    authority matches when saving a record.
1425
1426 .. _linkeroptions-label:
1427
1428 LinkerOptions
1429 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1430
1431 Asks: Set the following options for the authority linker \_\_\_
1432
1433     **Important**
1434
1435     This feature is experimental and shouldn't be used in a production
1436     environment until further expanded upon.
1437
1438 Description:
1439
1440 -  This is a pipe separated (\|) list of options. At the moment, the
1441    only option available is "broader\_headings." With this option set to
1442    "broader\_headings", the linker will try to match the following
1443    heading as follows:
1444
1445    ::
1446
1447        =600 10$aCamins-Esakov, Jared$xCoin collections$vCatalogs$vEarly works to 1800.
1448
1449    First: Camins-Esakov, Jared--Coin collections--Catalogs--Early works
1450    to 1800
1451
1452    Next: Camins-Esakov, Jared--Coin collections--Catalogs
1453
1454    Next: Camins-Esakov, Jared--Coin collections
1455
1456    Next: Camins-Esakov, Jared (matches! if a previous attempt had
1457    matched, it would not have tried this)
1458
1459 .. _linkerrelink-label:
1460
1461 LinkerRelink
1462 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1463
1464 Default: Do
1465
1466 Asks: \_\_\_ relink headings that have previously been linked to
1467 authority records.
1468
1469 Values:
1470
1471 -  Do
1472
1473 -  Do not
1474
1475 Description:
1476
1477 -  When set to 'Do', the linker will confirm the links for headings that
1478    have previously been linked to an authority record when it runs,
1479    correcting any incorrect links it may find. When set to 'Do not', any
1480    heading with an existing link will be ignored, even if the existing
1481    link is invalid or incorrect.
1482
1483 .. _cataloging-label:
1484
1485 Cataloging
1486 --------------------------
1487
1488 *Get there:* More > Administration > Global System Preferences >
1489 Cataloging
1490
1491 .. _display-label:
1492
1493 Display
1494 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1495
1496 .. _acquisitiondetails-label:
1497
1498 AcquisitionDetails
1499 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1500
1501 Default: Display
1502
1503 Asks: \_\_\_ acquisition details on the biblio detail page.
1504
1505 Values:
1506
1507 -  Display
1508
1509 -  Don't display
1510
1511 Description:
1512
1513 -  This preference controls whether a tab will show on the detail page
1514    in the staff client that includes detailed acquisitions information
1515    for the title. This tab will include links to order information
1516    stored in the acquisitions module.
1517
1518    |image1180|
1519
1520 .. _authorityseparator-label:
1521
1522 AuthoritySeparator
1523 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1524
1525 Default: --
1526
1527 Asks: Separate multiple displayed authors, series or subjects with
1528 \_\_\_.
1529
1530 .. _hide\_marc-label:
1531
1532 hide\_marc
1533 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1534
1535 Default: Display
1536
1537 Asks: \_\_\_ MARC tag numbers, subfield codes and indicators in MARC
1538 views.
1539
1540 Values:
1541
1542 -  Display -- shows the tag numbers on the cataloging interface
1543
1544    |image15|
1545
1546 -  Don't display -- shows just descriptive text when cataloging
1547
1548    |image16|
1549
1550 .. _intranetbibliodefaultview-label:
1551
1552 IntranetBiblioDefaultView
1553 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1554
1555 Default: ISBD form
1556
1557 Asks: By default, display biblio records in \_\_\_
1558
1559 Values:
1560
1561 -  ISBD form -- displays records in the staff client in the old card
1562    catalog format
1563
1564    -  See :ref:`ISBD` preference for more information
1565
1566 -  Labelled MARC form -- displays records in the staff client in MARC
1567    with text labels to explain the different fields
1568
1569 -  MARC form -- displays records in the staff client in MARC
1570
1571 -  normal form -- visual display in the staff client (for the average
1572    person)
1573
1574 Description:
1575
1576 -  This setting determines the bibliographic record display when
1577    searching the catalog on the staff client. This setting does not
1578    affect the display in the OPAC which is changed using the
1579    :ref:`BiblioDefaultView` preference under the OPAC
1580    preference tab. This setting changes the look of the record when
1581    first displayed. The MARC and ISBD views can still be seen by
1582    clicking in the sidebar.
1583
1584 .. _isbd-label:
1585
1586 ISBD
1587 ^^^^^^^^^^^^^^^^^^^^
1588
1589 Default: :ref:`MARC21 Default Appendix <marc-default-label>` or :ref:`UNIMARC Default
1590 Appendix <unimarc-default-label>`
1591
1592 Asks: Use the following as the ISBD template:
1593
1594 Description:
1595
1596 -  This determines how the ISBD information will display in the staff
1597    client. Elements in the list can be reordered to produce a different
1598    ISBD view. ISBD, the International Standard Bibliographic
1599    Description, was first introduced by IFLA (International Federation
1600    of Library Associations) in 1969 in order to provide guidelines for
1601    descriptive cataloging. The purpose of ISBD is to aid the
1602    international exchange of bibliographic records for a variety of
1603    materials.
1604
1605 .. _labelmarcview-label:
1606
1607 LabelMARCView
1608 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1609
1610 Default: Don't
1611
1612 Asks: \_\_\_ collapse repeated tags of the same type into one tag entry.
1613
1614 Values:
1615
1616 -  Do -- will combine all identical tag numbers under one heading in the
1617    MARC view in the OPAC and Staff Client
1618
1619    |image17|
1620
1621 -  Don't -- will list all of the tags individually in the MARC view in
1622    the OPAC and Staff Client
1623
1624    |image18|
1625
1626 .. _marcfielddocurl-label:
1627
1628 MARCFieldDocURL
1629 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1630
1631 Default: blank
1632
1633 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}
1634
1635 Description:
1636
1637 -  This preference lets you choose the source of the MARC documentation available through the "?" next to MARC fields.
1638
1639 .. _mergereportfields-label:
1640
1641 MergeReportFields
1642 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1643
1644 Asks: \_\_\_ fields to display for deleted records after merge
1645
1646 Description:
1647
1648 -  When merging records together you can receive a report of the merge
1649    process once it's done, this preference lets you set the default
1650    values for this report.
1651
1652 Example: '001,245ab,600' displays:
1653
1654 -  value of 001
1655
1656 -  subfields a and b of fields 245
1657
1658 -  all subfields of fields 600
1659
1660 .. _notesblacklist-label:
1661
1662 NotesBlacklist
1663 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1664
1665 Asks: Don't show these \_\_\_ note fields in title notes separator (OPAC
1666 record details) and in the description separator (Staff client record
1667 details).
1668
1669 Description:
1670
1671 -  This preference lets you define which of your note fields are hidden
1672    from the title notes (OPAC) and descriptions (Staff) tabs. Enter the
1673    values as a comma separated list. For example to hide the local note
1674    and the bibliography note in MARC21 enter 504, 590.
1675
1676 .. _opacsuppression,-opacsuppressionbyiprange,-opacsuppressionredirect,-and-opacsuppressionmessage-label:
1677
1678 OpacSuppression, OpacSuppressionByIPRange, OpacSuppressionRedirect, and OpacSuppressionMessage
1679 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1680
1681 OpacSuppression Default: Don't hide
1682
1683 Asks: \_\_\_ items marked as suppressed from OPAC search results.
1684 Restrict the suppression to IP addressesoutside of the IP range \_\_\_
1685 (Leave blank if not used. Define a range like 192.168..) Redirect the opac detail
1686 page for suppressed records to \_\_\_ Display the following message on
1687 the redirect page for suppressed biblios \_\_\_.
1688
1689 OpacSuppression Values:
1690
1691 -  Don't hide
1692
1693    -  Will show records in OPAC search results if they are marked
1694       suppressed
1695
1696 -  Hide
1697
1698    -  Will not show records in OPAC search results if they're marked as
1699       suppressed
1700
1701 OpacSuppressionRedirect Values:
1702
1703 -  an explanatory page ('This record is blocked').
1704
1705 -  the 404 error page ('Not found').
1706
1707 Description:
1708
1709 -  These preferences control hiding of bibliographic records from
1710    display in the OPAC. Each bibliographic record you want to hide from
1711    the OPAC simply needs to have the value "1" in the field mapped with
1712    Suppress index (942$n field in MARC21, no official field in UNIMARC).
1713    The indexer then hides it from display in OPAC but will still display
1714    it in the Staff Client. If you want to further control suppression
1715    you can set an IP address range to still show suppressed items to.
1716    Define a range like 192.168.. If you don't want to limit suppression
1717    in this way, leave the IP field blank. You can also decide what the
1718    patrons will see in the OPAC when a title is suppressed by setting
1719    the OpacSuppressionRedirect and OpacSuppressionMessage preferences.
1720    You can either show the patron a 404 page if they try to see a
1721    suppressed record or you can create a custom page by entering the
1722    HTML in the OpacSuppressionMessage part of this preference.
1723
1724        **Note**
1725
1726        An :ref:`authorized value <authorized-values-label>` for the MARC21 942$n
1727        field (or the equivalent UNIMARC field) should be set to
1728        eliminate errors. One example would be to create an authorized
1729        value titled SUPPRESS with a value of 0 for don't suppress and 1
1730        for suppress.
1731
1732     **Important**
1733
1734     If this preference is set to 'hide' and you have the 942n field set
1735     to 1, it will hide the entire bib record - not just an individual
1736     item.
1737
1738     **Note**
1739
1740     Suppressed records will show a note in the staff client indicating
1741     that they are suppressed from view in the OPAC.
1742
1743     |image1181|
1744
1745     This note can be styled by using the
1746     :ref:`IntranetUserCSS` preference to stand out more
1747     if you'd like.
1748
1749     |image1182|
1750
1751 .. _separateholdings-&-separateholdingsbranch-label:
1752
1753 SeparateHoldings & SeparateHoldingsBranch
1754 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1755
1756 SeparateHoldings default: Don't separate
1757
1758 SeparateHoldingsBranch default: home library
1759
1760 Asks: \_\_\_ items display into two tabs, where the first tab contains
1761 items whose \_\_\_ is the logged in user's library. The second tab will
1762 contain all other items.
1763
1764 SeparateHoldings values:
1765
1766 -  Don't separate
1767
1768 -  Separate
1769
1770 SeparateHoldingsBranch values:
1771
1772 -  holding library
1773
1774 -  home library
1775
1776 Description:
1777
1778 -  This preference lets you decide if you would like to have the holding
1779    information on the bibliographic detail page in the staff client
1780    split in to multiple tabs. The default is to show all holdings on one
1781    tab.
1782
1783    |image19|
1784
1785 .. _urllinktext-label:
1786
1787 URLLinkText
1788 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1789
1790 Default: Online Resource
1791
1792 Asks: Show \_\_\_ as the text of links embedded in MARC records.
1793
1794 Description:
1795
1796 -  If the 856 field does not have a subfield 3 or y defined, the OPAC
1797    will say 'Click here to access online.^ If you would like the field
1798    to say something else enter that in this field.
1799
1800 .. _usecontrolnumber-label:
1801
1802 UseControlNumber
1803 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1804
1805 Default: Don't use
1806
1807 Asks: \_\_\_ record control number ($w subfields) and control number
1808 (001) for linking of bibliographic records.
1809
1810 Values:
1811
1812 -  Don't use
1813
1814    -  When clicking on links to titles that appear next to 'Continues'
1815       and 'Continued by' in the detail display Koha will perform a title
1816       search
1817
1818 -  Use
1819
1820    -  When clicking on links to titles that appear next to 'Continues'
1821       and 'Continued by' in the detail display Koha will perform a
1822       control number (MARC field 001) search
1823
1824     **Important**
1825
1826     Unless you are going in and manually changing 773$w to match your
1827     rigorously-defined bibliographic relationships, you should set this
1828     preference to "Don't use" and instead set
1829     :ref:`EasyAnalyticalRecords` to "Display"
1830
1831 Description:
1832
1833 -  If you have a serial called "Journal of Interesting Things" which has
1834    a separate record from when it was called "Transactions of the
1835    Interesting Stuff Society," you could add linking fields to indicate
1836    the relationship between the two records. UseControlNumber allows you
1837    to use your local accession numbers for those links. In MARC21, the
1838    relevant sections of the two records might look like this:
1839
1840    ::
1841
1842            =001    12345
1843            =110  2_$aInteresting Stuff Society.
1844            =245  10$aTransactions of the Interesting Stuff Society.
1845            =785  00$aInteresting Stuff Society$tJournal of Interesting Things.$w12346
1846
1847            =001    12346
1848            =110  2_$aInteresting Stuff Society.
1849            =245  10$aJournal of Interesting Things.
1850            =780  00$aInteresting Stuff Society$tTransactions of the Interesting Stuff Society.$w12345
1851
1852    With UseControlNumber set to 'Use', the 78x links will use the
1853    Control Numbers is subfield $w, instead of doing a title search on
1854    "Journal of Interesting Things" and "Transactions of the Interesting
1855    Stuff Society" respectively.
1856
1857 .. _exporting-label:
1858
1859 Exporting
1860 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1861
1862 .. _bibtexexportadditionalfields-label:
1863
1864 BibtexExportAdditionalFields
1865 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1866
1867 Asks: Include following fields when exporting BibTeX
1868
1869 Description:
1870
1871 -  Use one line per tag in the format BT\_TAG: TAG$SUBFIELD ( e.g. lccn:
1872    010$a )
1873
1874 -  To specify multiple marc tags/subfields as targets for a repeating
1875    BibTex tag, use the following format: BT\_TAG: [TAG2$SUBFIELD1,
1876    TAG2$SUBFIELD2] ( e.g. notes: [501$a, 505$g] )
1877
1878 -  All values of repeating tags and subfields will be printed with the
1879    given BibTeX tag.
1880
1881 -  Use ^@^ ( with quotes ) as the BT\_TAG to replace the bibtex record
1882    type with a field value of your choosing.
1883
1884 .. _risexportadditionalfields-label:
1885
1886 RisExportAdditionalFields
1887 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1888
1889 Asks: Include following fields when exporting RIS
1890
1891 Description:
1892
1893 -  Use one line per tag in the format RIS\_TAG: TAG$SUBFIELD ( e.g. LC:
1894    010$a )
1895
1896 -  To specificy multiple marc tags/subfields as targets for a repeating
1897    RIS tag, use the following format: RIS\_TAG: [TAG2$SUBFIELD1,
1898    TAG2$SUBFIELD2] ( e.g. NT: [501$a, 505$g] )
1899
1900 -  All values of repeating tags and subfields will be printed with the
1901    given RIS tag.
1902
1903 -  Use of TY ( record type ) as a key will *replace* the default TY with
1904    the field value of your choosing.
1905
1906 .. _importing-label:
1907
1908 Importing
1909 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1910
1911 .. _aggressivematchonisbn-label:
1912
1913 AggressiveMatchOnISBN
1914 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1915
1916 Default: don't
1917
1918 Asks: When matching on ISBN with the record import tool, \_\_\_ attempt
1919 to match aggressively by trying all variations of the ISBNs in the
1920 imported record as a phrase in the ISBN fields of already cataloged
1921 records.
1922
1923 Values:
1924
1925 -  do
1926
1927 -  don't
1928
1929 Description:
1930
1931 -  This preference allows you to choose to alter the ISBN matching rule
1932    used when staging records for import to be more aggressive. This
1933    means that all text will be stripped from the ISBN field so that a
1934    pure number match is possible. If this preference is set to "Don't"
1935    then Koha will find a match only if the ISBN fields are identical.
1936
1937     **Important**
1938
1939     Note that this preference has no effect if
1940     :ref:`UseQueryParser` is on.
1941
1942 .. _aggressivematchonissn-label:
1943
1944 AggressiveMatchOnISSN
1945 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1946
1947 Default: don't
1948
1949 Asks: When matching on ISSN with the record import tool, \_\_\_ attempt
1950 to match aggressively by trying all variations of the ISSNs in the imported
1951 record as a phrase in the ISSN fields of already cataloged records. Note that
1952 this preference has no effect if :ref:`UseQueryParser` is on.
1953
1954 .. _interface-label:
1955
1956 Interface
1957 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1958
1959 .. _advancedmarceditor-label:
1960
1961 advancedMARCeditor
1962 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1963
1964 Default: Don't display
1965
1966 Asks: \_\_\_ descriptions of fields and subfields in the MARC editor.
1967
1968 Description:
1969
1970 -  This preference determines whether or not MARC field names will be
1971    present when editing or creating MARC records.
1972
1973 Values:
1974
1975 -  Display
1976
1977    |image20|
1978
1979 -  Don't display
1980
1981    |image21|
1982
1983 .. _defaultclassificationsource-label:
1984
1985 DefaultClassificationSource
1986 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1987
1988 Default: Dewey Decimal System
1989
1990 Asks: Use \_\_\_ as the default classification source.
1991
1992 Values:
1993
1994 -  ANSCR (Sound Recordings)
1995
1996 -  Dewey Decimal Classification
1997
1998 -  Library of Congress Classification
1999
2000 -  Other/Generic Classification Scheme
2001
2002 -  SuDoc Classification (U.S. GPO)
2003
2004 -  Universal Decimal Classification
2005
2006     **Note**
2007
2008     Adding another classification under Administration > Classification Sources
2009     will make it show up in this list as well.
2010
2011 .. _easyanalyticalrecords-label:
2012
2013 EasyAnalyticalRecords
2014 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2015
2016 Default: Don't Display
2017
2018 Asks: \_\_\_ easy ways to create analytical record relationships
2019
2020 Values:
2021
2022 -  Display
2023
2024 -  Don't Display
2025
2026     **Important**
2027
2028     If you decide to use this feature you'll want to make sure that your
2029     :ref:`UseControlNumber` preference is set to "Don't
2030     use" or else the "Show analytics" links in the staff client and the
2031     OPAC will be broken.
2032
2033 Description:
2034
2035 -  An analytic entry in a catalog is one that describes a part of a
2036    larger work that is also described in the catalog. In bibliographic
2037    cataloging, analytic entries may be made for chapters in books or
2038    special issues of articles in periodicals. In archival cataloging,
2039    analytic entries may be made for series or items within a collection.
2040    This feature in Koha allows for an easy way of linking analytic
2041    entries to the host records, and this system preference adds several
2042    new menu options to the staff cataloging detail pages to allow that
2043    to happen.
2044
2045 .. _record-structure-label:
2046
2047 Record Structure
2048 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2049
2050 .. _alternateholdingsfield-&-alternateholdingsseparator-label:
2051
2052 AlternateHoldingsField & AlternateHoldingsSeparator
2053 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2054
2055 Asks: Display MARC subfield \_\_\_ as holdings information for records
2056 that do not have items, with the subfields separated by \_\_\_.
2057
2058 Description:
2059
2060 -  Sometimes libraries migrate to Koha with their holding info in the
2061    852 field (OCLC holdings information field) and choose not to
2062    transfer that information into the 952 (Koha holdings information
2063    field) because they don't plan on circulating those items. For those
2064    libraries or other libraries that have data in the 852 fields of
2065    their records that they want to display, these preferences let you
2066    choose to display holdings info from a field other than the 952
2067    field. The AlternateHoldingsField preference can contain multiple
2068    subfields to look in; for instance 852abhi would look in 852
2069    subfields a, b, h, and i.
2070
2071 -  With AlternateHoldingsField set to 852abhi and
2072    AlternateHoldingsSeparator set to a space the holdings would look
2073    like the following:
2074
2075    |image22|
2076
2077 .. _autobarcode-label:
2078
2079 autoBarcode
2080 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2081
2082 Default: generated in the form <branchcode>yymm0001
2083
2084 Asks: Barcodes are \_\_\_
2085
2086 Values:
2087
2088 -  generated in the form <branchcode>yymm0001
2089
2090 -  generated in the form <year>-0001, <year>-0002
2091
2092 -  generated in the form 1, 2, 3
2093
2094 -  incremental EAN-13 barcodes
2095
2096 -  not generated automatically
2097
2098 Description:
2099
2100 -  This setting is for libraries wishing to generate barcodes from
2101    within Koha (as opposed to scanning in pre-printed barcodes or
2102    manually assigning them). The default behavior makes it so that when
2103    you click in the barcode field (952$p in MARC21) it will populate
2104    with the automatic barcode you have chosen. If you would rather it
2105    only enter an automatic barcode when you click on the plugin (the ...
2106    to the right of the field) you can change the plugin used for that
2107    field in the framework. Set the plugin for 952$p (if using MARC21 or
2108    equivalent field mapped to items.barcode in your local MARC format)
2109    for your frameworks to barcode\_manual.pl instead of barcode.pl.
2110    Learn more about editing frameworks under the :ref:`MARC Bibliographic
2111    Frameworks <marc-bibliographic-frameworks-label>` section of this manual.
2112
2113 .. _defaultcountryfield008-label:
2114
2115 DefaultCountryField008
2116 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2117
2118 Default: Empty defaults to xxu for United States
2119
2120 Asks: Fill in the default country code for field 008 Range 15-17 of MARC21 -
2121 Place of publication, production, or execution. \_\_\_.
2122
2123 Description:
2124
2125 -  This preference will allow you to set the country code for your MARC21
2126    008 field by default. If this is left empty it will default to
2127    United States (xxu). See the `MARC Code List for
2128    Countries <http://www.loc.gov/marc/countries/countries_code.html>`__
2129    for additional values for this preference.
2130
2131     **Note**
2132
2133     This preference won't have any effect if your records are in
2134     UNIMARC.
2135
2136 .. _defaultlanguagefield008-label:
2137
2138 DefaultLanguageField008
2139 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2140
2141 Default: Empty defaults to eng
2142
2143 Asks: Fill in the default language for field 008 Range 35-37 of MARC21
2144 records \_\_\_.
2145
2146 Description:
2147
2148 -  This preference will allow you to set the language for your MARC21
2149    008 field by default. If this is left empty it will default to
2150    English (eng). See the `MARC Code List for
2151    Languages <http://www.loc.gov/marc/languages/language_code.html>`__
2152    for additional values for this preference.
2153
2154     **Note**
2155
2156     This preference won't have any effect if your records are in
2157     UNIMARC.
2158
2159 .. _item-level\_itypes-label:
2160
2161 item-level\_itypes
2162 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2163
2164 Default: specific item
2165
2166 Asks: Use the item type of the \_\_\_ as the authoritative item type
2167 (for determining circulation and fines rules, etc).
2168
2169 Values:
2170
2171 -  biblio record
2172
2173 -  specific item
2174
2175 Description:
2176
2177 -  This preference determines whether the item type Koha uses for
2178    issuing rules will be an attribute of the bibliographic record or the
2179    item record. Most libraries refer to the item record for item types.
2180    It also determines if the item type icon appears on the OPAC search
2181    results. If you have the preference set to 'biblio record' then Koha
2182    displays the item type icon on the search results to the left of the
2183    result info.
2184
2185    |image23|
2186
2187 .. _itemcallnumber-label:
2188
2189 itemcallnumber
2190 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2191
2192 Default: 082ab
2193
2194 Asks: Map the MARC subfield to an item's callnumber.
2195
2196     **Note**
2197
2198     This can contain multiple subfields to look in; for instance 082ab
2199     would look in 082 subfields a and b.
2200
2201 Description:
2202
2203 -  This setting determines which MARC field will be used to determine
2204    the call number that will be entered into item records automatically
2205    (952$o). The value is set by providing the MARC field code (050, 082,
2206    090, 852 are all common in MARC21) and the subfield codes without the
2207    delimiters ($a, $b would be ab).
2208
2209 Examples:
2210
2211 -  Dewey: 082ab or 092ab; LOC: 050ab or 090ab; from the item record:
2212    852hi
2213
2214 .. _marcflavour-label:
2215
2216 marcflavour
2217 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2218
2219 Default: MARC21
2220
2221 Asks: Interpret and store MARC records in the \_\_\_ format.
2222
2223 Values:
2224
2225 -  MARC21
2226
2227    -  The standard style for the US, Canada, Australia, New Zealand,
2228       United Kingdom, Germany and other countries
2229
2230 -  UNIMARC
2231
2232    -  The standard style used in France, Italy, Portugal, Russia, and
2233       other countries
2234
2235 -  NORMARC
2236
2237    -  The standard style for Norway
2238
2239 Description:
2240
2241 -  This preference defines global MARC style (MARC21, UNIMARC or
2242    NORMARC) used for encoding.
2243
2244     **Important**
2245
2246     Changing the value of this preference will not convert your records
2247     from one MARC style to an other.
2248
2249 .. _marcorgcode-label:
2250
2251 MARCOrgCode
2252 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2253
2254 Default: OSt
2255
2256 Asks: Fill in the MARC organization code \_\_\_ by default in new MARC21
2257 records (leave blank to disable).
2258
2259 Description:
2260
2261 -  The MARC Organization Code is used to identify libraries with
2262    holdings of titles and more.
2263
2264 Learn more and find your library's MARC21 code on the `MARC Code list
2265 for
2266 Organizations <http://www.loc.gov/marc/organizations/orgshome.html>`__
2267 or in Canada on the `Canadian Symbols
2268 Directory <http://www.collectionscanada.gc.ca/illcandir-bin/illsear/l=0/c=1>`__.
2269
2270     **Note**
2271
2272     This preference won't have any effect if your records are in
2273     UNIMARC.
2274
2275 .. _newitemsdefaultlocation-label:
2276
2277 NewItemsDefaultLocation
2278 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2279
2280 Asks: When items are created, give them the temporary location of \_\_\_
2281 (should be a location code, or blank to disable).
2282
2283 .. _prefillitem-label:
2284
2285 PrefillItem
2286 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2287
2288 Default: the new item is not prefilled with last created item values.
2289
2290 Asks: When a new item is added \_\_\_
2291
2292 Values:
2293
2294 -  the new item is not prefilled with last created item values.
2295
2296 -  the new item is prefilled with last created item values.
2297
2298 Description:
2299
2300 -  This preference controls the behavior used when adding new items.
2301    Using the options here you can choose to have your next new item
2302    prefill with the values used in the last item was added to save time
2303    typing values or to have the item form appear completely blank. Using
2304    :ref:`SubfieldsToUseWhenPrefill` you can
2305    control specifically which fields are prefilled.
2306
2307 .. _subfieldstoallowforrestrictedbatchmod-label:
2308
2309 SubfieldsToAllowForRestrictedBatchmod
2310 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2311
2312 Asks: Define a list of subfields for which editing is authorized when
2313 `items\_batchmod\_restricted <#items_batchmod_restricted>`__ permission
2314 is enabled, separated by spaces. \_\_\_
2315
2316 Examples:
2317
2318 -  UNIMARC: "995$f 995$h 995$j"
2319
2320 -  MARC21: "952$a 952$b 952$c"
2321
2322 Description:
2323
2324 -  This preference lets you define what fields can be edited via the
2325    :ref:`batch item modification tool <batch-item-modification-label>` if the
2326    items\_batchmod\_restricted permission is enabled.
2327
2328        **Note**
2329
2330        The FA framework is excluded from the permission. If the pref is
2331        empty, no fields are restricted.
2332
2333 .. _subfieldstoallowforrestrictedediting-label:
2334
2335 SubfieldsToAllowForRestrictedEditing
2336 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2337
2338 Asks: Define a list of subfields for which editing is authorized when
2339 edit\_items\_restricted permission is enabled, separated by spaces.
2340 \_\_\_
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
2351    cataloging if the
2352    `edit\_items\_restricted <#edit_items_restricted>`__ permission is
2353    enabled
2354
2355        **Note**
2356
2357        The Fast Add (FA) framework is excluded from the permission. If
2358        the pref is empty, no fields are restricted.
2359
2360 .. _subfieldstousewhenprefill-label:
2361
2362 SubfieldsToUseWhenPrefill
2363 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2364
2365 Asks: Define a list of subfields to use when prefilling items \_\_\_
2366
2367     **Important**
2368
2369     Separate values with a space.
2370
2371 Description:
2372
2373 -  When the :ref:`PrefillItem` preference is set to prefill
2374    item values with those from the last added item, this preference can
2375    control which fields are prefilled (and which are not). Enter a space
2376    separated list of fields that you would like to prefill when adding a
2377    new item.
2378
2379 .. _unimarcfield100language-label:
2380
2381 UNIMARCField100Language
2382 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2383
2384 Default: fre
2385
2386 Asks: Use the language (ISO 690-2) \_\_\_ as default language in the
2387 UNIMARC field 100 when creating a new record or in the field plugin.
2388
2389 .. _z3950normalizeauthor-&-z3950authorauthfields-label:
2390
2391 z3950NormalizeAuthor & z3950AuthorAuthFields
2392 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2393
2394 Defaults: Don't copy & 701,702,700
2395
2396 Asks: \_\_\_ authors from the UNIMARC \_\_\_ tags (separated by commas)
2397 to the correct author tags when importing a record using Z39.50.
2398
2399 Description for z3950NormalizeAuthor:
2400
2401 -  This preference allows for 'Personal Name Authorities' to replace
2402    authors as the bibliographic authority. This preference should only
2403    be considered by libraries using UNIMARC.
2404
2405 Values for z3950NormalizeAuthor:
2406
2407 -  Copy
2408
2409 -  Don't copy
2410
2411 Description for z3950AuthorAuthFields:
2412
2413 -  This preference defines which MARC fields will be used for 'Personal
2414    Name Authorities' to replace authors as the bibliographic
2415    authorities. This preference only applies to those using UNIMARC
2416    encoding. The MARC fields selected here will only be used if
2417    'z3950NormalizeAuthor' is set to "Copy". The default field are 700,
2418    701, and 702.
2419
2420 .. _spine-labels-label:
2421
2422 Spine Labels
2423 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2424
2425 .. _spinelabelautoprint-label:
2426
2427 SpineLabelAutoPrint
2428 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2429
2430 Default: don't
2431
2432 Asks: When using the quick spine label printer, \_\_\_ automatically pop
2433 up a print dialog.
2434
2435 Values:
2436
2437 -  do
2438
2439 -  don't
2440
2441 .. _spinelabelformat-label:
2442
2443 SpineLabelFormat
2444 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2445
2446 Default: <itemcallnumber><copynumber>
2447
2448 Asks: Include the following fields on a quick-printed spine label:
2449 (Enter in columns from the biblio, biblioitems or items tables,
2450 surrounded by < and >.)
2451
2452 .. _spinelabelshowprintonbibdetails-label:
2453
2454 SpineLabelShowPrintOnBibDetails
2455 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2456
2457 Default: Don't display
2458
2459 Asks: \_\_\_ buttons on the bib details page to print item spine labels.
2460
2461 Values:
2462
2463 -  Display
2464
2465    |image24|
2466
2467 -  Don't display
2468
2469 .. _circulation-label:
2470
2471 Circulation
2472 ----------------------------
2473
2474 *Get there:* More > Administration > Global System Preferences >
2475 Circulation
2476
2477
2478
2479
2480 .. _article-requests-label:
2481
2482 Article Requests
2483 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2484
2485 .. _articlerequests-label:
2486
2487 ArticleRequests
2488 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2489
2490 Default: Don't enable
2491
2492 Asks: \_\_\_ patrons to place article requests.
2493
2494 Values:
2495
2496 -  Enable
2497
2498 -  Don't enable
2499
2500 Description:
2501
2502 -  This preference controls whether or not article requests are allowed to be placed by patrons in the OPAC.
2503
2504 .. _articlerequestsmandatoryfields-label:
2505
2506 ArticleRequestsMandatoryFields
2507 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2508
2509 Default: None selected
2510
2511 Asks: For records that are record level or item level requestable, make the following fields mandatory \_\_\_
2512
2513 Values:
2514
2515 -  [Select all]
2516
2517 -  Author
2518
2519 -  Chapters
2520
2521 -  Date
2522
2523 -  Issue
2524
2525 -  Pages
2526
2527 -  Title
2528
2529 -  Volume
2530
2531 Description:
2532
2533 -  This preference controls what fields must be filled in before an article request can be placed
2534    for either a record level or item level request. Choosing [Select all] indicates that all fields
2535    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2536    request can be placed.
2537
2538 .. _articlerequestsmandatoryfieldsitemsonly-label:
2539
2540 ArticleRequestsMandatoryFieldsItemsOnly
2541 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2542
2543 Default: None selected
2544
2545 Asks: For records that are only item level requestable, make the following fields mandatory \_\_\_
2546
2547 Values:
2548
2549 -  [Select all]
2550
2551 -  Author
2552
2553 -  Chapters
2554
2555 -  Date
2556
2557 -  Issue
2558
2559 -  Pages
2560
2561 -  Title
2562
2563 -  Volume
2564
2565 Description:
2566
2567 -  This preference controls what fields must be filled in before an article request can be placed
2568    for an item level request only. Choosing [Select all] indicates that all fields
2569    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2570    request can be placed.
2571
2572 .. _articlerequestsmandatoryfieldsrecordonly-label:
2573
2574 ArticleRequestsMandatoryFieldsRecordOnly
2575 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2576
2577 Default: None selected
2578
2579 Asks: For records that are only record level requestable, make the following fields mandatory \_\_\_
2580
2581 Values:
2582
2583 -  [Select all]
2584
2585 -  Author
2586
2587 -  Chapters
2588
2589 -  Date
2590
2591 -  Issue
2592
2593 -  Pages
2594
2595 -  Title
2596
2597 -  Volume
2598
2599 Description:
2600
2601 -  This preference controls what fields must be filled in before an article request can be placed
2602    for a record level request only. Choosing [Select all] indicates that all fields
2603    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2604    request can be placed.
2605
2606
2607 .. _batch-checkout-label:
2608
2609 Batch Checkout
2610 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2611
2612 .. _batchcheckouts-label:
2613
2614 BatchCheckouts
2615 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2616
2617 Default: Don't allow
2618
2619 Asks: \_\_\_ batch checkouts
2620
2621 Values:
2622
2623 -  Allow
2624
2625 -  Don't allow
2626
2627 .. _batchcheckoutsvalidcategories-label:
2628
2629 BatchCheckoutsValidCategories
2630 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2631
2632 Asks: Patron categories allowed to checkout in a batch \_\_\_ (list of
2633 patron categories separated with a pipe ^\|^)
2634
2635 .. _checkin-policy-label:
2636
2637 Checkin Policy
2638 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2639
2640 .. _blockreturnoflostitems-label:
2641
2642 BlockReturnOfLostItems
2643 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2644
2645 Default: Don't block
2646
2647 Asks: \_\_\_ returning of items that have been lost.
2648
2649 Values:
2650
2651 -  Block
2652
2653 -  Don't block
2654
2655 Description:
2656
2657 -  This preference controls whether and item with a lost status
2658    (952$1 in MARC21) can be checked in or not.
2659
2660 .. _blockreturnofwithdrawnitems-label:
2661
2662 BlockReturnOfWithdrawnItems
2663 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2664
2665 Default: Block
2666
2667 Asks: \_\_\_ returning of items that have been withdrawn.
2668
2669 Values:
2670
2671 -  Block
2672
2673 -  Don't block
2674
2675 Description:
2676
2677 -  This preference controls whether and item with a withdrawn status
2678    (952$0 in MARC21) can be checked in or not.
2679
2680 .. _calculatefinesonreturn-label:
2681
2682 CalculateFinesOnReturn
2683 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2684
2685 Default: Do
2686
2687 Asks: \_\_\_ calculate and update overdue charges when an item is
2688 returned.
2689
2690 Values:
2691
2692 -  Do
2693
2694 -  Don't
2695
2696 Description:
2697
2698 -  If this preference is set to "Do" and the :ref:`fines cron
2699    job <fines-label>` is off then Koha will calculate fines only
2700    when items are returned. If you have the fines cron job on and this
2701    preference set to "Do" then this preference will calculate fines
2702    based on the cron (usually run nightly) and then again when you check
2703    the item in. This option is best for those who are doing hourly
2704    loans. If this preference is set to "Don't" then fines will only be
2705    accrued if the fines cron job is running.
2706
2707     **Important**
2708
2709     If you are doing hourly loans then you should have this set to 'Do'.
2710
2711 .. _cumulativerestrictionperiods-label:
2712
2713 CumulativeRestrictionPeriods
2714 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2715
2716 Default: Don't cumulate
2717
2718 Asks: \_\_\_ the restriction periods.
2719
2720 Values:
2721
2722 -  Don't cumulate
2723
2724 -  Cumulate
2725
2726 .. _updatenotforloanstatusoncheckin-label:
2727
2728 UpdateNotForLoanStatusOnCheckin
2729 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2730
2731 Asks: This is a list of value pairs. When an item is checked in, if the
2732 not for loan value on the left matches the items not for loan value it
2733 will be updated to the right-hand value. E.g. ^-1: 0' will cause an item
2734 that was set to 'Ordered' to now be available for loan. Each pair of
2735 values should be on a separate line.
2736
2737 .. _checkout-policy-label:
2738
2739 Checkout Policy
2740 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2741
2742 .. _agerestrictionmarker-label:
2743
2744 AgeRestrictionMarker
2745 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2746
2747 Asks: Restrict patrons with the following target audience values from
2748 checking out inappropriate materials: \_\_\_
2749
2750 Description:
2751
2752 -  This preference defines certain keywords that will trigger Koha to
2753    restrict checkout based on age. These restrictions can be overridden
2754    by the :ref:`AgeRestrictionOverride`
2755    preference. Enter in this field a series of keywords separated by bar
2756    (\|) with no spaces. For example PG\|R\|E\|EC\|Age\| will look for PG
2757    followed by an age number, R folllowed by an age number, Age followed
2758    by an age number, and so on. These values can appear in any MARC
2759    field, but Library of Congress recommends the 521$a (Target Audience
2760    Note). Whatever field you decide to use you must map the word
2761    agerestriction in the biblioitems table to that field in the :ref:`Koha to
2762    MARC Mapping <koha-to-marc-mapping-label>`. When cataloging you can enter
2763    values like PG 13 or E 10 in the 521$a and Koha will then notify
2764    circulation librarians that the material may not be recommended for
2765    the patron based on their age.
2766
2767        **Important**
2768
2769        You must map the word agerestriction in the biblioitems table to
2770        the MARC field where this information will appear via the :ref:`Koha
2771        to MARC Mapping <koha-to-marc-mapping-label>` administration area.
2772
2773 .. _agerestrictionoverride-label:
2774
2775 AgeRestrictionOverride
2776 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2777
2778 Default: Don't allow
2779
2780 Asks: \_\_\_ staff to check out an item with age restriction.
2781
2782 Values:
2783
2784 -  Allow
2785
2786    |image25|
2787
2788 -  Don't allow
2789
2790    |image26|
2791
2792 Description:
2793
2794 -  When the :ref:`AgeRestrictionMarker` preference
2795    is set, Koha will try to warn circulation librarians before checking
2796    out an item that might have an age restriction listed in the MARC
2797    record. This preference asks if you would like the staff to be able
2798    to still check out these items to patrons under the age limit.
2799
2800 .. _allfinesneedoverride-label:
2801
2802 AllFinesNeedOverride
2803 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2804
2805 Default: Require
2806
2807 Asks: \_\_\_ staff to manually override all fines, even fines less than
2808 :ref:`noissuescharge`.
2809
2810 Values:
2811
2812 -  Don't require
2813
2814 -  Require
2815
2816 Description:
2817
2818 -  This preference let's you decide if you want to always be warned that
2819    the patron has fines when checking out. If you have it set to
2820    'Require' then no matter how much money the patron owes a message
2821    will pop up warning you that the patron owes money.
2822
2823 .. _allowfineoverride-label:
2824
2825 AllowFineOverride
2826 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2827
2828 Default: Don't allow
2829
2830 Asks: \_\_\_ staff to manually override and check out items to patrons
2831 who have more than :ref:`noissuescharge` in fines.
2832
2833 Values:
2834
2835 -  Allow
2836
2837 -  Don't allow
2838
2839 Description:
2840
2841 -  This preference lets you decide if you staff can check out to patrons
2842    who owe more money than you usually let them carry on their account.
2843    If set to 'Allow' staff will be warned that the patrons owes money,
2844    but it won't stop the staff from checking out to the patron.
2845
2846 .. _allowitemsonholdcheckout-label:
2847
2848 AllowItemsOnHoldCheckout
2849 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2850
2851 Default: Don't allow
2852
2853 Asks: \_\_\_ checkouts of items reserved to someone else. If allowed do
2854 not generate RESERVE\_WAITING and RESERVED warning. This allows self
2855 checkouts for those items.
2856
2857 Values:
2858
2859 -  Allow
2860
2861 -  Don't allow
2862
2863     **Important**
2864
2865     This system preference relates only to SIP based self checkout, not
2866     Koha's web based self checkout.
2867
2868 Description:
2869
2870 -  When this preference is set to 'Allow' patrons will be able to use
2871    your external self check machine to check out a book to themselves
2872    even if it's on hold for someone else. If you would like Koha to
2873    prevent people from checking out books that are on hold for someone
2874    else set this preference to "Don't allow."
2875
2876 .. _allowitemsonholdcheckoutsco-label:
2877
2878 AllowItemsOnHoldCheckoutSCO
2879 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2880
2881 Default: Don't allow
2882
2883 Asks: \_\_\_ checkouts of items reserved to someone else in the SCO module.
2884 If allowed do not generate RESERVE_WAITING and RESERVED warning. This
2885 allows self checkouts for those items.
2886
2887 Values:
2888
2889 -  Allow
2890
2891 -  Don't allow
2892
2893     **Important**
2894
2895     This system preference relates only to Koha's web based self checkout.
2896
2897 Description:
2898
2899 -  When this preference is set to 'Allow' patrons will be able to use
2900    Koha's web based self checkout to check out a book to themselves
2901    even if it's on hold for someone else. If you would like Koha to
2902    prevent people from checking out books that are on hold for someone
2903    else set this preference to "Don't allow".
2904
2905 .. _allowmultipleissuesonabiblio-label:
2906
2907 AllowMultipleIssuesOnABiblio
2908 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2909
2910 Default: Allow
2911
2912 Asks: \_\_\_ patrons to check out multiple items from the same record.
2913
2914 Values:
2915
2916 -  Allow
2917
2918 -  Don't allow
2919
2920 Description:
2921
2922 -  If this preference is set to 'Allow' then patrons will be able to
2923    check out multiple copies of the same title at the same time. If it's
2924    set to "Don't allow" then patrons will only be allowed to check out
2925    one item attached to a record at a time. Regardless of the option
2926    chosen in this preference records with subscriptions attached will
2927    allow multiple check outs.
2928
2929        **Important**
2930
2931        This will only effect records without a subscription attached.
2932
2933 .. _allownotforloanoverride-label:
2934
2935 AllowNotForLoanOverride
2936 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2937
2938 Default: Allow
2939
2940 Asks: \_\_\_ staff to override and check out items that are marked as
2941 not for loan.
2942
2943 Values:
2944
2945 -  Allow
2946
2947 -  Don't allow
2948
2949 Description:
2950
2951 -  This parameter is a binary setting which controls the ability of
2952    staff (patrons will always be prevented from checking these items
2953    out) to check out items that are marked as "not for loan". Setting it
2954    to "Allow" would allow such items to be checked out, setting it to
2955    "Don't allow" would prevent this. This setting determines whether
2956    items meant to stay in the library, such as reference materials, and
2957    other library resources can be checked out by patrons.
2958
2959 .. _allowrenewallimitoverride-label:
2960
2961 AllowRenewalLimitOverride
2962 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2963
2964 Default: Allow
2965
2966 Asks: \_\_\_ staff to manually override the renewal limit and renew a
2967 checkout when it would go over the renewal limit.
2968
2969 Values:
2970
2971 -  Allow
2972
2973 -  Don't allow
2974
2975 Description:
2976
2977 -  This preference is a binary setting which controls the ability of
2978    staff to override the limits placed on the number of times an item
2979    can be renewed. Setting it to "Allow" would allow such limits to be
2980    overridden, setting it to "Don't allow" would prevent this. This is a
2981    preference in which if it is set to "allow" it would allow the
2982    library staff to use their judgment for overriding the renew limit
2983    for special cases, setting it to "Don't allow" prevents an
2984    opportunity for abuse by the library staff.
2985
2986 .. _allowreturntobranch-label:
2987
2988 AllowReturnToBranch
2989 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2990
2991 Default: to any library
2992
2993 Asks: Allow materials to be returned to \_\_\_
2994
2995 Values:
2996
2997 -  either the library the item is from or the library it was checked out
2998    from.
2999
3000 -  only the library the item is from.
3001
3002 -  only the library the item was checked out from.
3003
3004 -  to any library.
3005
3006 Description:
3007
3008 -  This preference lets the library system decide how they will accept
3009    returns. Some systems allow for items to be returned to any library
3010    in the system (the default value of this preference) others want to
3011    limit item returns to only specific branches. This preference will
3012    allow you to limit item returns (checkins) to the branch(es) set in
3013    the value.
3014
3015 .. _allowtoomanyoverride-label:
3016
3017 AllowTooManyOverride
3018 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3019
3020 Default: Allow
3021
3022 Asks: \_\_\_ staff to override and check out items when the patron has
3023 reached the maximum number of allowed checkouts.
3024
3025 Values:
3026
3027 -  Allow
3028
3029    |image27|
3030
3031 -  Don't allow
3032
3033    |image28|
3034
3035 Description:
3036
3037 -  If this preference is set to "Allow" then staff all will be presented
3038    with an option to checkout more items to a patron than are normally
3039    allowed in the :ref:`Circulation and Fine Rules`. If
3040    this preference is set to "Don't allow" then no staff member will be
3041    able to check out more than the circulation limit.
3042
3043 .. _automaticitemreturn-label:
3044
3045 AutomaticItemReturn
3046 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3047
3048 Default: Do
3049
3050 Asks: \_\_\_ automatically transfer items to their home branch when they
3051 are returned.
3052
3053 Values:
3054
3055 -  Do
3056
3057 -  Don't
3058
3059 Description:
3060
3061 -  This preference is a binary setting which determines whether an item
3062    is returned to its home branch automatically or not. If set to
3063    "Don't", the staff member checking an item in at a location other
3064    than the item's home branch will be asked whether the item will
3065    remain at the non-home branch (in which case the new location will be
3066    marked as a holding location) or returned. Setting it to "Do" will
3067    ensure that items checked in at a branch other than their home branch
3068    will be sent to that home branch.
3069
3070 .. _autoremoveoverduesrestrictions-label:
3071
3072 AutoRemoveOverduesRestrictions
3073 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3074
3075 Default: Do not
3076
3077 Asks: \_\_\_ allow OVERDUES restrictions triggered by sent notices to be
3078 cleared automatically when all overdue items are returned by a patron.
3079
3080 Values:
3081
3082 -  Do
3083
3084 -  Do not
3085
3086 Description:
3087
3088 -  Using the :ref:`Overdue Notice/Status Triggers` you
3089    can restrict patrons after they receive an overdue notice. This
3090    preference lets you define whether Koha will automatically remove
3091    that restriction once the overdue items in question are returned or
3092    not.
3093
3094 .. _circcontrol-label:
3095
3096 CircControl
3097 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3098
3099 Default: the library the item is from
3100
3101 Asks: Use the checkout and fines rules of \_\_\_
3102
3103 Values:
3104
3105 -  the library the item is from
3106
3107    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3108       determined by the item's library where
3109       :ref:`HomeOrHoldingBranch` chooses if item's
3110       home library is used or holding library is used.
3111
3112 -  the library the patron is from
3113
3114    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3115       determined the patron's home library
3116
3117 -  the library you are logged in at
3118
3119    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3120       determined by the library that checked the item out to the patron
3121
3122 .. _consideronsitecheckoutsasnormalcheckouts-label:
3123
3124 ConsiderOnSiteCheckoutsAsNormalCheckouts
3125 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3126
3127 Default: Consider
3128
3129 Asks: \_\_\_ on-site checkouts as normal checkouts. If enabled, the
3130 number of checkouts allowed will be normal checkouts + on-site
3131 checkouts. If disabled, both values will be checked separately.
3132
3133 Values:
3134
3135 -  Consider
3136
3137 -  Don't consider
3138
3139 Description:
3140
3141 -  This preference allows you to decide if checkouts that are
3142    :ref:`OnSiteCheckouts` are counted toward the total
3143    checkouts a patron can have. You can also set your :ref:`circulation and
3144    fine rules <circulation-and-fine-rules-label>` to allow only a certain number of
3145    normal and OnSite checkouts.
3146
3147 .. _defaultlongoverduechargevalue-label:
3148
3149 DefaultLongOverdueChargeValue
3150 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3151
3152 Asks: Charge a lost item to the borrower's account when the LOST value
3153 of the item changes to \_\_\_
3154
3155 Description:
3156
3157 -  Leave this field empty if you don't want to charge the user for lost
3158    items. If you want the user to be charged enter the `LOST authorized
3159    value <#lost>`__ you are using in the
3160    :ref:`DefaultLongOverdueLostValue <defaultlongoverduelostvalue-&-defaultlongoverduedays-label>`
3161    preference. This preference is used when the :ref:`longoverdue cron
3162    job <long-overdues-label>` is called without the --charge parameter.
3163
3164 .. _defaultlongoverduelostvalue-&-defaultlongoverduedays-label:
3165
3166 DefaultLongOverdueLostValue & DefaultLongOverdueDays
3167 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3168
3169 Asks: By default, set the LOST value of an item to \_\_\_ when the item
3170 has been overdue for more than \_\_\_ days.
3171
3172 Description:
3173
3174 -  These preferences are used when the :ref:`longoverdue cron
3175    job <long-overdues-label>` is called without the --lost parameter. It
3176    allows users to set the values of the :ref:`longoverdue
3177    cron <long-overdues-label>` without having to edit the crontab.
3178    Setting the values to 1 and 30 for example will mark the item with
3179    the `LOST authorized value <#lost>`__ of 1 after the item is 30 days
3180    overdue.
3181
3182 .. _holdsinnoissuescharge-label:
3183
3184 HoldsInNoissuesCharge
3185 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3186
3187 Default: Don't include
3188
3189 Asks: \_\_\_ hold charges when summing up charges for noissuescharge.
3190
3191 Values:
3192
3193 -  Don't include
3194
3195 -  Include
3196
3197 .. _homeorholdingbranch-label:
3198
3199 HomeOrHoldingBranch
3200 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3201
3202 Default: the library the item was checked out from
3203
3204 Asks: Use the checkout and fines rules of \_\_\_
3205
3206 Values:
3207
3208 -  the library the item is from
3209
3210    -  This is equivalent to 'home library'
3211
3212 -  the library the item was checked out from
3213
3214    -  This is equivalent to 'holding library'
3215
3216 Description:
3217
3218 -  This preference does several things.
3219
3220    -  If :ref:`CircControl` is set to 'the library the item
3221       is from' then the :ref:`circulation and fines
3222       policies <circulation-and-fine-rules-label>` will be determined by the item's
3223       library where HomeOrHoldingBranch chooses if item's home library
3224       is used or holding library is used.
3225
3226    -  If :ref:`IndependentBranches` is set to
3227       'Prevent' then the value of this preference is used in figuring
3228       out if the item can be checked out. If the item's home library
3229       does not match the logged in library, the item cannot be checked
3230       out unless you are a :ref:`superlibrarian <patron-permissions-defined-label>`.
3231
3232     **Important**
3233
3234     It is not recommend that this setting be changed after initial setup
3235     of Koha because it will change the behavior of items already checked
3236     out.
3237
3238 .. _inprocessingtoshelvingcart-label:
3239
3240 InProcessingToShelvingCart
3241 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3242
3243 Default: Don't move
3244
3245 Asks: \_\_\_ items that have the location PROC to the location CART when
3246 they are checked in.
3247
3248 Values:
3249
3250 -  Don't move
3251
3252 -  Move
3253
3254 Description:
3255
3256 -  This preference is used to manage automatically changing item
3257    locations from processing (PROC) to the book cart (CART). A :ref:`cron
3258    job <in-processing/book-cart-label>` needs to be set to run at specified intervals
3259    to age items from CART to the permanent shelving location. (For
3260    example, an hourly cron entry of cart\_to\_shelf.pl --hours 3 where
3261    --hours is the amount of time an item should spend on the cart before
3262    aging to its permanent location.) More information can be found in
3263    the :ref:`related chapter <in-processing-/-book-cart-locations-label>` in this manual.
3264
3265    -  **Note**
3266
3267           If the :ref:`ReturnToShelvingCart` system
3268           preference is turned on, any newly checked-in item is also
3269           automatically put into the shelving cart, to be covered by the
3270           same script run.
3271
3272    -  **Important**
3273
3274           Checkins with confirmed holds will not go into the shelving
3275           cart. If items on the shelving cart are checked out, the cart
3276           location will be cleared.
3277
3278 .. _issuelostitem-label:
3279
3280 IssueLostItem
3281 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3282
3283 Default: display a message
3284
3285 Asks: When issuing an item that has been marked as lost, \_\_\_.
3286
3287 Values:
3288
3289 -  display a message
3290
3291    |image29|
3292
3293 -  do nothing
3294
3295    -  This option will just check the item out without notifying you
3296       that the item was marked lost.
3297
3298 -  require confirmation
3299
3300    |image30|
3301
3302 Description:
3303
3304 -  This preference lets you define how library staff are notified that
3305    an item with a lost status is being checked out. This will help staff
3306    mark items as 'available' if you choose to 'display a message' or
3307    'require confirmation.^ If you choose to 'do nothing,^ there will be
3308    no notification that the item being checked out is marked as 'lost.^
3309
3310 .. _issuinginprocess-label:
3311
3312 IssuingInProcess
3313 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3314
3315 Default: Don't prevent
3316
3317 Asks: \_\_\_ patrons from checking out an item whose rental charge would
3318 take them over the limit.
3319
3320 Values:
3321
3322 -  Don't prevent
3323
3324 -  Prevent
3325
3326 Description:
3327
3328 -  This preference determines if a patron can check items out if there
3329    is an overdue fine on the account and any of the materials the patron
3330    wishes to check out will potentially tip the account balance over the
3331    maximum fines policy the library has in place.
3332
3333 Example: Your library has a $5 limit set for 'fines' (ie, after
3334 incurring $5 in fines, a patron can no longer check out items). A patron
3335 comes to the desk with 5 items to check out (4 books and a video) The
3336 patron has $4 in charges already on their account. One of the videos has
3337 a rental charge of $1, therefore making the total fines on the patron's
3338 account suddenly $5 (the limit).
3339
3340 .. _maninvinnoissuescharge-label:
3341
3342 ManInvInNoissuesCharge
3343 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3344
3345 Default: Include
3346
3347 Asks: \_\_\_ MANUAL\_INV charges when summing up charges for
3348 noissuescharge.
3349
3350 Values:
3351
3352 -  Don't include
3353
3354 -  Include
3355
3356 Description:
3357
3358 -  This preference lets you decide if charges entered as manual invoices
3359    are included when calculating the
3360    :ref:`noissuescharge`. If this is set to include then
3361    Koha will include all manual invoices when deciding if the patron
3362    owes too much money to check anything else out of the library. If
3363    it's set to Don't include then Koha will ignore all manual invoice
3364    charges when figuring out if the patron owes too much money to
3365    checkout additional materials.
3366
3367 .. _marklostitemsasreturned-label:
3368
3369 MarkLostItemsAsReturned
3370 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3371
3372 Default: Mark
3373
3374 Asks: \_\_\_ items as returned when flagged as lost.
3375
3376 Values:
3377
3378 -  Do not mark
3379
3380 -  Mark
3381
3382 Description:
3383
3384 -  This preference lets you decide if an item marked as lost is automatically returned from the user's file or not.
3385
3386 .. _maxoutstanding-label:
3387
3388 maxoutstanding
3389 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3390
3391 Default: 5
3392
3393 Asks: Prevent patrons from making holds on the OPAC if they owe more
3394 than \_\_\_ USD in fines.
3395
3396 .. _noissuescharge-label:
3397
3398 noissuescharge
3399 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3400
3401 Default: 5
3402
3403 Asks: Prevent patrons from checking out books if they have more than
3404 \_\_\_ USD in fines.
3405
3406 Description:
3407
3408 -  This preference is the maximum amount of money owed to the library
3409    before the user is banned from borrowing more items. Using the
3410    :ref:`ManInvInNoissuesCharge` and
3411    :ref:`RentalsInNoissuesCharge` preferences
3412    you can control which types of charges are considered in this total.
3413    This also coincides with :ref:`maxoutstanding` that
3414    limits patrons from placing holds when the maximum amount is owed to
3415    the library.
3416
3417 .. _noissueschargeguarantees-label:
3418
3419 NoIssuesChargeGuarantees
3420 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3421
3422 Asks: Prevent a patron from checking out if the patron has guarantees
3423 owing in total more than \_\_\_ USD in fines.
3424
3425 Description:
3426
3427 -  Allows a library to prevent patrons from checking out items if his or
3428    her guarantees owe too much in fines.
3429
3430 .. _norenewalbeforeprecision-label:
3431
3432 NoRenewalBeforePrecision
3433 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3434
3435 Default: date
3436
3437 Asks: Calculate "No renewal before" based on \_\_\_.
3438
3439 Values:
3440
3441 -  date
3442
3443 -  exact time
3444
3445     **Note**
3446
3447     Only relevant for loans calculated in days, hourly loans are not
3448     affected.
3449
3450 Description:
3451
3452 -  This preference allows you to control how the 'No renewal before"
3453    option in the :ref:`Circulation and fine rules <circulation-and-fine-rules-label>`
3454    administration area.
3455
3456 .. _noticebcc-label:
3457
3458 NoticeBcc
3459 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3460
3461 Asks: Send all notices as a BCC to this email address \_\_\_
3462
3463 This preference makes it so that a librarian can get a copy of every
3464 notice sent out to patrons.
3465
3466     **Note**
3467
3468     If you'd like more than one person to receive the blind copy you can
3469     simply enter in multiple email addresses separated by commas.
3470
3471 .. _onsitecheckouts-label:
3472
3473 OnSiteCheckouts
3474 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3475
3476 Default: Disable
3477
3478 Asks: \_\_\_ the on-site checkouts feature.
3479
3480 Values:
3481
3482 -  Disable
3483
3484 -  Enable
3485
3486    |image1184|
3487
3488 Description:
3489
3490 -  This preference lets you check out items that are 'not for loan' to
3491    patrons. A checkbox is added to the checkout screen when this
3492    preference is set to 'Enable' labeled 'On-site checkout'. This allows
3493    you to track who's using items that are normally not for loan or are
3494    in a closed stack setting.
3495
3496 .. _onsitecheckoutsforce-label:
3497
3498 OnSiteCheckoutsForce
3499 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3500
3501 Default: Disable
3502
3503 Asks: \_\_\_ the on-site for all cases (Even if a user is debarred,
3504 etc.).
3505
3506 Values:
3507
3508 -  Disable
3509
3510 -  Enable
3511
3512    |image31|
3513
3514 Description:
3515
3516 -  This preference lets the staff override any restrictions a patron
3517    might have and check out items for use within the library. The
3518    :ref:`OnSiteCheckouts` preference must first be set
3519    to 'Enable' for this preference to be considered.
3520
3521 .. _opacfinenorenewalsblockautorenew-label:
3522
3523 OPACFineNoRenewalsBlockAutoRenew
3524 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3525
3526 Default: Allow
3527
3528 Asks: If a patron owes more than the value of :ref:`OPACFineNoRenewals`,
3529 \_\_\_ his/her auto renewals.
3530
3531 Values:
3532
3533 -  Allow
3534
3535 -  Block
3536
3537 .. _overduenoticecalendar-label:
3538
3539 OverdueNoticeCalendar
3540 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3541
3542 Default: Ignore calendar
3543
3544 Asks: \_\_\_ when working out the period for overdue notices
3545
3546 Values:
3547
3548 -  Ignore calendar
3549
3550    -  Notices do not take holidays into account, so they will be sent
3551       even if holidays have meant the item is not actually overdue yet
3552
3553 -  Use calendar
3554
3555    -  Notices take holidays into account, so they will not be sent if
3556       holidays mean the item is not actually overdue yet
3557
3558 .. _overduesblockcirc-label:
3559
3560 OverduesBlockCirc
3561 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3562
3563 Default: Ask for confirmation
3564
3565 Asks: \_\_\_ when checking out to a borrower that has overdues
3566 outstanding
3567
3568 Values:
3569
3570 -  Ask for confirmation
3571
3572    -  Will not let you check an item out to patrons with overdues until
3573       a librarian confirms that it is okay
3574
3575 -  Block
3576
3577    -  Block all patrons with overdue items from being able to check out
3578
3579 -  Don't block
3580
3581    -  Allow all patrons with overdue items to continue to check out
3582
3583 .. _overduesblockrenewing-label:
3584
3585 OverduesBlockRenewing
3586 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3587
3588 Default: allow renewing
3589
3590 Asks: When a patron's checked out item is overdue, \_\_\_
3591
3592 Values:
3593
3594 -  allow renewing
3595
3596 -  block renewing for all the patron's items
3597
3598 -  block renewing for only this item
3599
3600 .. _printnoticesmaxlines-label:
3601
3602 PrintNoticesMaxLines
3603 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3604
3605 Asks: Include up to \_\_\_ item lines in a printed overdue notice.
3606
3607     **Note**
3608
3609     If the number of items is greater than this number, the notice will
3610     end with a warning asking the borrower to check their online account
3611     for a full list of overdue items.
3612
3613     **Note**
3614
3615     Set to 0 to include all overdue items in the notice, no matter how
3616     many there are.
3617
3618     **Important**
3619
3620     This preference only refers to the print notices, not those sent via
3621     email.
3622
3623 .. _renewalperiodbase-label:
3624
3625 RenewalPeriodBase
3626 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3627
3628 Default: the old due date of the checkout
3629
3630 Asks: When renewing checkouts, base the new due date on \_\_\_
3631
3632 Values:
3633
3634 -  the old due date of the checkout
3635
3636 -  the current date
3637
3638 .. _renewalsendnotice-label:
3639
3640 RenewalSendNotice
3641 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3642
3643 Default: Don't send
3644
3645 Asks: \_\_\_\_ a renewal notice according to patron checkout alert
3646 preferences.
3647
3648 Values:
3649
3650 -  Don't send
3651
3652 -  Send
3653
3654 Description:
3655
3656 -  If a patron has chosen to receive a check out notice in their
3657    messaging preferences and this preference is set to 'Send' then those
3658    patrons will also receive a notice when they renew materials. You
3659    will want to set up a :ref:`new notice <adding-notices-&-slips-label>` with the code of
3660    RENEWAL (if you don't already have it) with custom text for renewing
3661    items.
3662
3663        **Important**
3664
3665        This preference requires that you have
3666        :ref:`EnhancedMessagingPreferences`
3667        set to 'Allow'
3668
3669 .. _rentalfeescheckoutconfirmation-label:
3670
3671 RentalFeesCheckoutConfirmation
3672 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3673
3674 Default: do not ask
3675
3676 Asks: When checking out an item with rental fees, \_\_\_ for
3677 confirmation.
3678
3679 Values:
3680
3681 -  ask
3682
3683   |image1183|
3684
3685 -  do not ask
3686
3687 Description:
3688
3689 -  If you are charging rental fees for items this preference will make
3690    it so that you can show (or not show) a confirmation before checking
3691    out an item that will incur a rental charge.
3692
3693 .. _rentalsinnoissuescharge-label:
3694
3695 RentalsInNoissuesCharge
3696 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3697
3698 Default: Include
3699
3700 Asks: \_\_\_ rental charges when summing up charges for noissuescharge.
3701
3702 Values:
3703
3704 -  Don't include
3705
3706 -  Include
3707
3708 Description:
3709
3710 -  This preference lets you decide if rental charges are included when
3711    calculating the :ref:`noissuescharge`. If this is set
3712    to include then Koha will include all rental charges when deciding if
3713    the patron owes too much money to check anything else out of the
3714    library. If it's set to Don't include then Koha will ignore all
3715    rental charges when figuring out if the patron owes too much money to
3716    checkout additional materials.
3717
3718 .. _restrictionblockrenewing-label:
3719
3720 RestrictionBlockRenewing
3721 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3722
3723 Default: Allow
3724
3725 Asks: If patron is restricted, \_\_\_ renewing of items.
3726
3727 Values:
3728
3729 -  Allow
3730
3731 -  Block
3732
3733 .. _returnbeforeexpiry-label:
3734
3735 ReturnBeforeExpiry
3736 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3737
3738 Default: Don't require
3739
3740 Asks: \_\_\_ patrons to return books before their accounts expire (by
3741 restricting due dates to before the patron's expiration date).
3742
3743 Values:
3744
3745 -  Don't require
3746
3747 -  Require
3748
3749 Description:
3750
3751 -  This is preference may prevent a patron from having items checked out
3752    after their library card has expired. If this is set to "Require",
3753    then a due date of any checked out item can not be set for a date
3754    which falls after the patron's card expiration. If the setting is
3755    left "Don't require" then item check out dates may exceed the
3756    expiration date for the patron's library card.
3757
3758 .. _returntoshelvingcart-label:
3759
3760 ReturnToShelvingCart
3761 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3762
3763 Default: Don't move
3764
3765 Asks: \_\_\_ all items to the location CART when they are checked in.
3766
3767 Values:
3768
3769 -  Don't move
3770
3771 -  Move
3772
3773 Description:
3774
3775 -  More information can be found in the :ref:`related
3776    chapter <in-processing-/-book-cart-locations-label>` in this manual.
3777
3778 .. _staffsearchresultsdisplaybranch-label:
3779
3780 StaffSearchResultsDisplayBranch
3781 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3782
3783 Default: the library the item is held by
3784
3785 Asks: For search results in the staff client, display the branch of
3786 \_\_\_
3787
3788 Values:
3789
3790 -  the library the item is from
3791
3792 -  the library the items is held by
3793
3794 .. _switchonsitecheckouts-label:
3795
3796 SwitchOnSiteCheckouts
3797 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3798
3799 Default: Don't switch
3800
3801 Asks: \_\_\_ on-site checkouts to normal checkouts when checked out.
3802
3803 Values:
3804
3805 -  Don't switch
3806
3807 -  Switch
3808
3809 .. _transfersmaxdayswarning-label:
3810
3811 TransfersMaxDaysWarning
3812 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3813
3814 Default: 3
3815
3816 Asks: Show a warning on the "Transfers to Receive" screen if the
3817 transfer has not been received \_\_\_ days after it is sent.
3818
3819 Description:
3820
3821 -  The TransferMaxDaysWarning preference is set at a default number of
3822    days. This preference allows for a warning to appear after a set
3823    amount of time if an item being transferred between library branches
3824    has not been received. The warning will appear in the :ref:`Transfers to
3825    Receive <transfers-to-receive-label>` report.
3826
3827 .. _usebranchtransferlimits-&-branchtransferlimitstype-label:
3828
3829 UseBranchTransferLimits & BranchTransferLimitsType
3830 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3831
3832 Defaults: Don't enforce & collection code
3833
3834 Asks: \_\_\_ branch transfer limits based on \_\_\_
3835
3836 UseBranchTransferLimits Values:
3837
3838 -  Don't enforce
3839
3840 -  Enforce
3841
3842 BranchTransferLimitsType Values:
3843
3844 -  collection code
3845
3846 -  item type
3847
3848 BranchTransferLimitsType Description:
3849
3850 -  This parameter is a binary setting which determines whether items are
3851    transferred according to item type or collection code. This value
3852    determines how the library manager is able to restrict what items can
3853    be transferred between the branches.
3854
3855 .. _usedaysmode-label:
3856
3857 useDaysMode
3858 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3859
3860 Default: Don't include
3861
3862 Asks: Calculate the due date using \_\_\_.
3863
3864 Values:
3865
3866 -  circulation rules only.
3867
3868 -  the calendar to push the due date to the next open day.
3869
3870 -  the calendar to skip all days the library is closed.
3871
3872 Description:
3873
3874 -  This preference controls how scheduled library closures affect the
3875    due date of a material. The 'the calendar to skip all days the
3876    library is closed' setting allows for a scheduled closure not to
3877    count as a day in the loan period, the 'circulation rules only'
3878    setting would not consider the scheduled closure at all, and 'the
3879    calendar to push the due date to the next open day' would only effect
3880    the due date if the day the item is due would fall specifically on
3881    the day of closure.
3882
3883 Example:
3884
3885 -  The library has put December 24th and 25th in as closures on the
3886    calendar. A book checked out by a patron has a due date of December
3887    25th according to the circulation and fine rules. If this preference
3888    is set to 'circulation rules only' then the item will remain due on
3889    the 25th. If the preference is set to 'the calendar to push the due
3890    date to the next open day' then the due date will be December 26th.
3891    If the preference is set to 'the calendar to skip all days the
3892    library is closed' then the due date will be pushed to the 27th of
3893    December to accommodate for the two closed days.
3894
3895 The calendar is defined on a branch by branch basis. To learn more about
3896 the calendar, check out the ^:ref:`Calendar & Holidays <calendar-label>`^
3897 section of this manual.
3898
3899 .. _usetransportcostmatrix-label:
3900
3901 UseTransportCostMatrix
3902 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3903
3904 Default: Don't use
3905
3906 Asks: \_\_\_ Transport Cost Matrix for calculating optimal holds filling
3907 between branches.
3908
3909 Values:
3910
3911 -  Don't use
3912
3913 -  Use
3914
3915 Description:
3916
3917 -  If the system is configured to use the :ref:`Transport cost
3918    matrix <transport-cost-matrix-label>` for filling holds, then when
3919    attempting to fill a hold, the system will search for the lowest cost
3920    branch, and attempt to fill the hold with an item from that branch
3921    first. Branches of equal cost will be selected from randomly. The
3922    branch or branches of the next highest cost shall be selected from
3923    only if all the branches in the previous group are unable to fill the
3924    hold.
3925
3926    The system will use the item's current holding branch when
3927    determining whether the item can fulfill a hold using the Transport
3928    Cost Matrix.
3929
3930 .. _course-reserves-label:
3931
3932 Course Reserves
3933 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3934
3935 .. _usecoursereserves-label:
3936
3937 UseCourseReserves
3938 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3939
3940 Default: Don't use
3941
3942 Asks: \_\_\_ course reserves
3943
3944 Values:
3945
3946 -  Don't use
3947
3948 -  Use
3949
3950 Description:
3951
3952 -  The `Course Reserves <#coursereserves>`__ module in Koha allows you
3953    to temporarily move items to 'reserve' and assign different
3954    circulation rules to these items while they are being used for a
3955    specific course.
3956
3957 .. _fines-policy-label:
3958
3959 Fines Policy
3960 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3961
3962 .. _finescalendar-label:
3963
3964 finesCalendar
3965 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3966
3967 Default: not including the days the library is closed
3968
3969 Asks: Calculate fines based on days overdue \_\_\_
3970
3971 Values:
3972
3973 -  directly
3974
3975 -  not including the days the library is closed
3976
3977 Description:
3978
3979 -  This preference will determine whether or not fines will be accrued
3980    during instances when the library is closed. Examples include
3981    holidays, library in-service days, etc. Choosing "not including the
3982    days the library is closed" setting will enable Koha to access its
3983    :ref:`Calendar` module and be considerate of dates when
3984    the library is closed. To make use of this setting the administrator
3985    must first access Koha's calendar and mark certain days as "holidays"
3986    ahead of time.
3987
3988 The calendar is defined on a branch by branch basis. To learn more about
3989 the calendar, check out the ^:ref:`Calendar & Holidays <calendar-label>`^
3990 section of this manual.
3991
3992 .. _finesincludegraceperiod-label:
3993
3994 FinesIncludeGracePeriod
3995 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3996
3997 Default: Include
3998
3999 Asks: \_\_\_ the grace period when calculating the fine for an overdue
4000 item.
4001
4002 Values:
4003
4004 -  Don't include
4005
4006 -  Include
4007
4008 Description:
4009
4010 -  This preference lets you control how Koha calculates fines when there
4011    is a grace period. If you choose to include the grace period when
4012    calculating fines then Koha will charge for the days in the grace
4013    period should the item be overdue more than those days. If you choose
4014    not to include the grace period then Koha will only charge for the
4015    days overdue after the grace period.
4016
4017 .. _finesmode-label:
4018
4019 finesMode
4020 ^^^^^^^^^^^^^^^^^^^^^^^^^^
4021
4022 Default: Calculate (but only for mailing to the admin)
4023
4024 Asks: \_\_\_ fines
4025
4026 Values:
4027
4028 -  Calculate (but only for mailing to the admin)
4029
4030 -  Calculate and charge
4031
4032 -  Don't calculate
4033
4034     **Important**
4035
4036     Requires that you have the fines cron job running
4037     (misc/cronjobs/fines.pl)
4038
4039 .. _holdfeemode-label:
4040
4041 HoldFeeMode
4042 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4043
4044 Default: only if all items are checked out and the record has at least one hold already.
4045
4046 Asks: Charge a hold fee \_\_\_
4047
4048 Values:
4049
4050 -  any time a hold is collected.
4051
4052 -  any time a hold is placed.
4053
4054 -  only if all items are checked out and the record has at least one hold already.
4055
4056 .. _processingfeenote-label:
4057
4058 ProcessingFeeNote
4059 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4060
4061 Asks: Set the text to be recorded in the column 'note', table 'accountlines' when the processing fee (defined in item type) is applied.
4062
4063 .. _refundlostonreturncontrol-label:
4064
4065 RefundLostOnReturnControl
4066 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4067
4068 Default: check-in library.
4069
4070 Asks: If a lost item is returned, apply the refunding rules defined
4071 in the \_\_\_
4072
4073 Values:
4074
4075 -  check-in library.
4076
4077 -  item holding branch.
4078
4079 -  item home branch.
4080
4081 .. _usedefaultreplacementcost-label:
4082
4083 useDefaultReplacementCost
4084 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4085
4086 Default: Don't use
4087
4088 Asks: \_\_\_ the default replacement cost defined in item type.
4089
4090 Values:
4091
4092 -  Don't use
4093
4094 -  Use
4095
4096 Description:
4097
4098 -  This preference enables the use of the replacement cost set on the item type level
4099
4100 .. _whenlostchargereplacementfee-label:
4101
4102 WhenLostChargeReplacementFee
4103 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4104
4105 Default: Charge
4106
4107 Asks: \_\_\_ the replacement price when a patron loses an item.
4108
4109 Values:
4110
4111 -  Charge
4112
4113 -  Don't charge
4114
4115 Description:
4116
4117 -  This preference lets you tell Koha what to do with an item is marked
4118    lost. If you want Koha can 'Charge' the patron the replacement fee
4119    listed on the item they lost or it can do nothing in reference to the
4120    patron and just mark the item lost in the catalog.
4121
4122 .. _whenlostforgivefine-label:
4123
4124 WhenLostForgiveFine
4125 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4126
4127 Default: Don't forgive
4128
4129 Asks: \_\_\_ the fines on an item when it is lost.
4130
4131 Values:
4132
4133 -  Don't forgive
4134
4135 -  Forgive
4136
4137 Description:
4138
4139 -  This preference allows the library to decide if fines are charged in
4140    addition to the replacement fee when an item is marked as lost. If
4141    this preference is set to 'Forgive' then the patron won't be charged
4142    fines in addition to the replacement fee.
4143
4144 .. _holds-policy-label:
4145
4146 Holds Policy
4147 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4148
4149 .. _allowholddateinfuture-label:
4150
4151 AllowHoldDateInFuture
4152 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4153
4154 Default: Allow
4155
4156 Asks: \_\_\_ hold requests to be placed that do not enter the waiting
4157 list until a certain future date.
4158
4159 Values:
4160
4161 -  Allow
4162
4163 -  Don't allow
4164
4165 .. _allowholditemtypeselection-label:
4166
4167 AllowHoldItemTypeSelection
4168 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4169
4170 Default: Don't allow
4171
4172 Asks: \_\_\_ hold fulfillment to be limited by itemtype.
4173
4174 Values:
4175
4176 -  Allow
4177
4178 -  Don't allow
4179
4180 .. _allowholdpolicyoverride-label:
4181
4182 AllowHoldPolicyOverride
4183 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4184
4185 Default: Allow
4186
4187 Asks: \_\_\_ staff to override hold policies when placing holds.
4188
4189 Values:
4190
4191 -  Allow
4192
4193 -  Don't allow
4194
4195 Description:
4196
4197 -  This preference is a binary setting which controls whether or not the
4198    library staff can override the circulation and fines rules as they
4199    pertain to the placement of holds. Setting this value to "Don't
4200    allow" will prevent anyone from overriding, setting it to "Allow"
4201    will allow it. This setting is important because it determines how
4202    strict the libraries rules for placing holds are. If this is set to
4203    "Allow", exceptions can be made for patrons who are otherwise
4204    normally in good standing with the library, but there is opportunity
4205    for the staff to abuse this function. If it is set to "Don't allow",
4206    no abuse of the system is possible, but it makes the system entirely
4207    inflexible in respect to holds.
4208
4209 .. _allowholdsondamageditems-label:
4210
4211 AllowHoldsOnDamagedItems
4212 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4213
4214 Default: Allow
4215
4216 Asks: \_\_\_ hold requests to be placed on damaged items.
4217
4218 Values:
4219
4220 -  Allow
4221
4222 -  Don't allow
4223
4224 Description:
4225
4226 -  This parameter is a binary setting which controls whether or not hold
4227    requests can be placed on items that are marked as "damaged" (items
4228    are marked as damaged by editing subfield 4 on the item record).
4229    Setting this value to "Don't allow" will prevent anyone from placing
4230    a hold on such items, setting it to "Allow" will allow it. This
4231    preference is important because it determines whether or not a patron
4232    can place a request for an item that might be in the process of being
4233    repaired or not in good condition. The library may wish to set this
4234    to "Don't allow" if they were concerned about their patrons not
4235    receiving the item in a timely manner or at all (if it is determined
4236    that the item is beyond repair). Setting it to "Allow" would allow a
4237    patron to place a hold on an item and therefore receive it as soon as
4238    it becomes available.
4239
4240 .. _allowholdsonpatronspossessions-label:
4241
4242 AllowHoldsOnPatronsPossessions
4243 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4244
4245 Default: Allow
4246
4247 Asks: \_\_\_\_ a patron to place a hold on a record where the patron
4248 already has one or more items attached to that record checked out.
4249
4250 Values:
4251
4252 -  Allow
4253
4254 -  Don't allow
4255
4256 Description:
4257
4258 -  By setting to "Don't allow," you can prevent patrons from placing
4259    holds on items they already have out, thus preventing them from
4260    blocking anyone else from getting an item.
4261
4262 .. _allowrenewalifotheritemsavailable-label:
4263
4264 AllowRenewalIfOtherItemsAvailable
4265 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4266
4267 Default: Don't allow
4268
4269 Asks: \_\_\_ a patron to renew an item with unfilled holds if other
4270 available items can fill that hold.
4271
4272 Values:
4273
4274 -  Allow
4275
4276 -  Don't allow
4277
4278 .. _autoresumesuspendedholds-label:
4279
4280 AutoResumeSuspendedHolds
4281 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4282
4283 Default: Allow
4284
4285 Asks: \_\_\_ suspended holds to be automatically resumed by a set date.
4286
4287 Values:
4288
4289 -  Allow
4290
4291 -  Don't allow
4292
4293 Description:
4294
4295 -  If this preference is set to 'Allow' then all suspended holds will be
4296    able to have a date at after which they automatically become
4297    unsuspended. If you have this preference set to 'Allow' you will also
4298    need the :ref:`Unsuspend Holds` cron job running.
4299
4300     **Important**
4301
4302     The holds will become unsuspended the date after that entered by the
4303     patron.
4304
4305 .. _canreservefromotherbranches-label:
4306
4307 canreservefromotherbranches
4308 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4309
4310 Default: Allow
4311
4312 Asks: \_\_\_ a user from one library to place a hold on an item from
4313 another library
4314
4315 Description:
4316
4317 -  This preference is a binary setting which determines whether patrons
4318    can place holds on items from other branches. If the preference is
4319    set to "Allow" patrons can place such holds, if it is set to "Don't
4320    allow" they cannot. This is an important setting because it
4321    determines if users can use Koha to request items from another
4322    branch. If the library is sharing an installation of Koha with other
4323    independent libraries which do not wish to allow interlibrary
4324    borrowing it is recommended that this parameter be set to "Don't
4325    allow".
4326
4327 Values:
4328
4329 -  Allow
4330
4331 -  Don't allow (with :ref:`independent branches <independentbranches-label>`)
4332
4333 .. _confirmfutureholds-label:
4334
4335 ConfirmFutureHolds
4336 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4337
4338 Default: 0
4339
4340 Asks: Confirm future hold requests (starting no later than \_\_\_ days
4341 from now) at checkin time.
4342
4343 Description:
4344
4345 -  When confirming a hold at checkin time, the number of days in this
4346    preference is taken into account when deciding which holds to show
4347    alerts for. This preference does not interfere with renewing,
4348    checking out or transferring a book.
4349
4350     **Note**
4351
4352     This number of days will be used too in calculating the default end
4353     date for the Holds to pull-report. But it does not interfere with
4354     issuing, renewing or transferring books.
4355
4356     **Important**
4357
4358     This preference is only looked at if you're allowing hold dates in
4359     the future with :ref:`AllowHoldDateInFuture`
4360     or :ref:`OPACAllowHoldDateInFuture`
4361
4362 .. _decreaseloanhighholds,-decreaseloanhighholdsduration,-decreaseloanhighholdsvalue,-decreaseloanhighholdscontrol,-and-decreaseloanhighholdsignorestatuses-label:
4363
4364 decreaseLoanHighHolds, decreaseLoanHighHoldsDuration, decreaseLoanHighHoldsValue, decreaseLoanHighHoldsControl, and decreaseLoanHighHoldsIgnoreStatuses
4365 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4366
4367 Asks: \_\_\_ the reduction of loan period \_\_\_ to days for items with
4368 more than \_\_\_ holds \_\_\_ . Ignore items with the following statuses
4369 when counting items \_\_\_
4370
4371 decreaseLoanHighHolds default: Don't enable
4372
4373 decreaseLoanHighHoldsControl default: on the record
4374
4375 decreaseLoanHighHolds values:
4376
4377 -  Enable
4378
4379 decreaseLoanHighHoldsControl values:
4380
4381 -  over the number of holdable items on the records
4382
4383 -  on the record
4384
4385 decreaseLoanHighHoldsIgnoreStatuses values:
4386
4387 -  [Select All]
4388
4389 -  Damages
4390
4391 -  Lost
4392
4393 -  Not for loan
4394
4395 -  Withdrawn
4396
4397 Description:
4398
4399 -  These preferences let you change the loan length for items that have
4400    many holds on them. This will not effect items that are already
4401    checked out, but items that are checked out after the
4402    decreaseLoanHighHoldsValue is met will only be checked out for the
4403    number of days entered in the decreaseLoanHighHoldsDuration
4404    preference.
4405
4406    |image32|
4407
4408 .. _displaymultiplacehold-label:
4409
4410 DisplayMultiPlaceHold
4411 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4412
4413 Default: Don't enable
4414
4415 Asks: \_\_\_ the ability to place holds on multiple biblio from the
4416 search results
4417
4418 Values:
4419
4420 -  Don't enable
4421
4422 -  Enable
4423
4424 .. _emaillibrarianwhenholdisplaced-label:
4425
4426 emailLibrarianWhenHoldIsPlaced
4427 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4428
4429 Default: Don't enable
4430
4431 Asks: \_\_\_ sending an email to the Koha administrator email address
4432 whenever a hold request is placed.
4433
4434 Values:
4435
4436 -  Don't enable
4437
4438 -  Enable
4439
4440 Description:
4441
4442 -  This preference enables Koha to email the library staff whenever a
4443    patron requests an item to be held. While this function will
4444    immediately alert the librarian to the patron's need, it is extremely
4445    impractical in most library settings. In most libraries the hold
4446    lists are monitored and maintained from a separate interface. That
4447    said, many libraries that allow on shelf holds prefer to have this
4448    preference turned on so that they are alerted to pull an item from
4449    the shelf.
4450
4451     **Important**
4452
4453     In order for this email to send you must have a
4454     :ref:`notice <notices-&-slips-label>` template with the code of HOLDPLACED
4455
4456     **Important**
4457
4458     This notice will only be sent if the :ref:`process\_message\_queue.pl
4459     cronjob <message-queue-label>` being run periodically to send the
4460     messages.
4461
4462 .. _excludeholidaysfrommaxpickupdelay-label:
4463
4464 ExcludeHolidaysFromMaxPickUpDelay
4465 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4466
4467 Default: Don't allow
4468
4469 Asks: \_\_\_ Closed days to be taken into account in reserves max pickup delay.
4470
4471 Values:
4472
4473 -  Don't allow
4474
4475 -  Allow
4476
4477 .. _expirereservesmaxpickupdelay-label:
4478
4479 ExpireReservesMaxPickUpDelay
4480 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4481
4482 Default: Don't allow
4483
4484 Asks: \_\_\_ holds to expire automatically if they have not been picked
4485 by within the time period specified in
4486 :ref:`ReservesMaxPickUpDelay`
4487
4488 Values:
4489
4490 -  Allow
4491
4492 -  Don't allow
4493
4494 Description:
4495
4496 -  If set to 'allow' this will cancel holds that have been waiting for
4497    longer than the number of days specified in the
4498    :ref:`ReservesMaxPickUpDelay` system
4499    preference. Holds will only be cancelled if the :ref:`Expire Holds cron
4500    job <expired-holds-label>` is runnning.
4501
4502 .. _expirereservesmaxpickupdelaycharge-label:
4503
4504 ExpireReservesMaxPickUpDelayCharge
4505 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4506
4507 Default: 0
4508
4509 Asks: If using
4510 :ref:`ExpireReservesMaxPickUpDelay`, charge
4511 a borrower who allows his or her waiting hold to expire a fee of \_\_\_
4512 USD
4513
4514 Description:
4515
4516 -  If you are expiring holds that have been waiting too long you can use
4517    this preference to charge the patron for not picking up their hold.
4518    If you don't charge patrons for items that aren't picked up you can
4519    leave this set to the default which is 0. Holds will only be
4520    cancelled and charged if the :ref:`Expire Holds cron
4521    job <expired-holds-label>` is running.
4522
4523 .. _expirereservesonholidays-label:
4524
4525 ExpireReservesOnHolidays
4526 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4527
4528 Default: Allow
4529
4530 Asks: \_\_\_ expired holds to be cancelled on days the library is
4531 closed.
4532
4533 Values:
4534
4535 -  Allow
4536
4537 -  Don't allow
4538
4539 .. _localholdspriority,-localholdsprioritypatroncontrol,-localholdspriorityitemcontrol-label:
4540
4541 LocalHoldsPriority, LocalHoldsPriorityPatronControl, LocalHoldsPriorityItemControl
4542 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4543
4544 Asks: \_\_\_ priority for filling holds to patrons whose \_\_\_ matches
4545 the item's \_\_\_
4546
4547 LocalHoldsPriority Values:
4548
4549 -  Don't give
4550
4551 -  Give
4552
4553 LocalHoldsPriorityPatronControl Values:
4554
4555 -  home library
4556
4557 -  pickup library
4558
4559 LocalHoldsPriorityItemControl Values:
4560
4561 -  holding library
4562
4563 -  home library
4564
4565 Description:
4566
4567 -  This feature will allow libraries to specify that, when an item is
4568    returned, a local hold may be given priority for fulfillment even
4569    though it is of lower priority in the list of unfilled holds.
4570
4571 .. _maxreserves-label:
4572
4573 maxreserves
4574 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4575
4576 Default: 50
4577
4578 Asks: Patrons can only have \_\_\_ holds at once.
4579
4580 .. _opacallowholddateinfuture-label:
4581
4582 OPACAllowHoldDateInFuture
4583 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4584
4585 Default: Allow
4586
4587 Asks: \_\_\_ patrons to place holds that don't enter the waiting list
4588 until a certain future date.
4589
4590 Values:
4591
4592 -  Allow
4593
4594    -  :ref:`AllowHoldDateInFuture` must also be
4595       enabled for this to work
4596
4597 -  Don't allow
4598
4599 .. _opacallowusertochoosebranch-label:
4600
4601 OPACAllowUserToChooseBranch
4602 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4603
4604 Default: Allow
4605
4606 Asks: \_\_\_ a user to choose the branch to pick up a hold from.
4607
4608 Values:
4609
4610 -  Allow
4611
4612 -  Don't allow
4613
4614 Description:
4615
4616 -  Changing this preference will not prevent staff from being able to
4617    transfer titles from one branch to another to fill a hold, it will
4618    only prevent patrons from saying they plan on picking a book up at a
4619    branch other than their home branch.
4620
4621 .. _opacholdsifavailableatpickup-label:
4622
4623 OPACHoldsIfAvailableAtPickup
4624 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4625
4626 Default: Allow
4627
4628 Asks: \_\_\_ to pickup holds at libraries where the item is available.
4629
4630 Values:
4631
4632 -  Don't allow
4633
4634 -  Allow
4635
4636 Description:
4637
4638 -  Prevents borrowers from requesting items that are on the shelf
4639    at the same branch at which they wish to pick up those items.
4640
4641 .. _opacholdsifavailableatpickupexceptions-label:
4642
4643 OPACHoldsIfAvailableAtPickupExceptions
4644 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4645
4646 Default: blank
4647
4648 Asks: Patron categories not affected by :ref:`OPACHoldsIfAvailableAtPickup`
4649 \_\_\_ (list of patron categories separated with a pipe ^|^)
4650
4651 .. _reservescontrolbranch-label:
4652
4653 ReservesControlBranch
4654 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4655
4656 Default: item's home library
4657
4658 Asks: Check the \_\_\_ to see if the patron can place a hold on the
4659 item.
4660
4661 Values:
4662
4663 -  item's home library.
4664
4665 -  patron's home library.
4666
4667 .. _reservesmaxpickupdelay-label:
4668
4669 ReservesMaxPickUpDelay
4670 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4671
4672 Default: 7
4673
4674 Asks: Mark a hold as problematic if it has been waiting for more than
4675 \_\_\_ days.
4676
4677 Description:
4678
4679 -  This preference (based on calendar days, not the :ref:`Koha holiday
4680    calendar <calendar-label>`) puts an expiration date on an item a
4681    patron has on hold. After this expiration date the staff will have
4682    the option to release the unclaimed hold which then may be returned
4683    to the library shelf or issued to the next patron on the item's hold
4684    list. Items that are 'expired' by this preference are moved to the
4685    'Holds Over' tab on the ^:ref:`Holds Awaiting Pickup <holds-awaiting-pickup-label>`^
4686    report.
4687
4688 .. _reservesneedreturns-label:
4689
4690 ReservesNeedReturns
4691 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4692
4693 Default: Don't automatically
4694
4695 Asks: \_\_\_ mark holds as found and waiting when a hold is placed
4696 specifically on them and they are already checked in.
4697
4698 Values:
4699
4700 -  Automatically
4701
4702 -  Don't automatically
4703
4704 Description:
4705
4706 -  This preference refers to 'item specific' holds where the item is
4707    currently on the library shelf. This preference allows a library to
4708    decide whether an 'item specific' hold is marked as "Waiting" at the
4709    time the hold is placed or if the item will be marked as "Waiting"
4710    after the item is checked in. This preference will tell the patron
4711    that their item is 'Waiting' for them at their library and ready for
4712    check out.
4713
4714 .. _staticholdsqueueweight,-holdsqueueskipclosed-&-randomizeholdsqueueweight-label:
4715
4716 StaticHoldsQueueWeight, HoldsQueueSkipClosed & RandomizeHoldsQueueWeight
4717 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4718
4719 StaticHoldsQueueWeight Default: 0
4720
4721 HoldsQueueSkipClosed Default: open or closed
4722
4723 RandomizeHoldsQueueWeight Default: in that order
4724
4725 Asks: Satisfy holds using items from the libraries \_\_\_ (as
4726 branchcodes, separated by commas; if empty, uses all libraries) when
4727 they are \_\_\_ \_\_\_.
4728
4729 HoldsQueueSkipClosed Values:
4730
4731 -  open or closed
4732
4733 -  open
4734
4735 RandomizeHoldsQueueWeight Values:
4736
4737 -  in random order
4738
4739    -  If StaticHoldsQueueWeight is left at the default Koha will
4740       randomize all libraries, otherwise it will randomize the libraries
4741       listed.
4742
4743 -  in that order
4744
4745    -  If StaticHoldsQueueWeight is left at the default then this will
4746       use all of your branches in alphabetical order, otherwise it will
4747       use the branches in the order that you entered them in the
4748       StaticHoldsQueueWeight preference.
4749
4750 Descriptions:
4751
4752 -  These preferences control how the :ref:`Holds Queue
4753    report <holds-queue-label>` is generated using :ref:`a cron
4754    job <holds-queue-label>`.
4755
4756    If you do not want all of your libraries to participate in the
4757    on-shelf holds fulfillment process, you should list the the libraries
4758    that \*do\* participate in the process here by inputting all the
4759    participating library's branchcodes, separated by commas ( e.g.
4760    "MPL,CPL,SPL,BML" etc. ).
4761
4762    By default, the holds queue will be generated such that the system
4763    will first attempt to hold fulfillment using items already at the
4764    pickup library if possible. If there are no items available at the
4765    pickup library to fill a hold, build\_holds\_queue.pl will then use
4766    the list of libraries defined in StaticHoldsQueueWeight. If
4767    RandomizeHoldsQueueWeight is disabled ( which it is by default ), the
4768    script will assign fulfillment requests in the order the branches are
4769    placed in the StaticHoldsQueueWeight system preference.
4770
4771    For example, if your system has three libraries, of varying sizes (
4772    small, medium and large ) and you want the burden of holds
4773    fulfillment to be on larger libraries before smaller libraries, you
4774    would want StaticHoldsQueueWeight to look something like
4775    "LRG,MED,SML".
4776
4777    If you want the burden of holds fulfillment to be spread out equally
4778    throughout your library system, simply enable
4779    RandomizeHoldsQueueWeight. When this system preference is enabled,
4780    the order in which libraries will be requested to fulfill an on-shelf
4781    hold will be randomized each time the list is regenerated.
4782
4783    Leaving StaticHoldsQueueWeight empty is contraindicated at this time.
4784    Doing so will cause the build\_holds\_queue script to ignore
4785    RandomizeHoldsQueueWeight, causing the script to request hold
4786    fulfillment not randomly, but by alphabetical order.
4787
4788     **Important**
4789
4790     The :ref:`Transport Cost Matrix <transport-cost-matrix-label>` takes
4791     precedence in controlling where holds are filled from, if the matrix
4792     is not used then Koha checks the StaticHoldsQueueWeight. To use the
4793     Transport Cost Matrix simply set your
4794     :ref:`UseTransportCostMatrix` preference to
4795     'Use'
4796
4797 .. _suspendholdsintranet-label:
4798
4799 SuspendHoldsIntranet
4800 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4801
4802 Default: Allow
4803
4804 Asks: \_\_\_ holds to be suspended from the intranet.
4805
4806 Values:
4807
4808 -  Allow
4809
4810 -  Don't allow
4811
4812 Description:
4813
4814 -  The holds suspension feature can be turned on and off in the staff
4815    client by altering this system preference. If this is set to 'allow'
4816    you will want to set the
4817    :ref:`AutoResumeSuspendedHolds` system
4818    preference.
4819
4820 .. _suspendholdsopac-label:
4821
4822 SuspendHoldsOpac
4823 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4824
4825 Default: Allow
4826
4827 Asks: \_\_\_ holds to be suspended from the OPAC.
4828
4829 Values:
4830
4831 -  Allow
4832
4833 -  Don't allow
4834
4835 Description:
4836
4837 -  The holds suspension feature can be turned on and off in the OPAC by
4838    altering this system preference. If this is set to 'allow' you will
4839    want to set the
4840    :ref:`AutoResumeSuspendedHolds` system
4841    preference.
4842
4843 .. _transferwhencancelallwaitingholds-label:
4844
4845 TransferWhenCancelAllWaitingHolds
4846 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4847
4848 Default: Don't transfer
4849
4850 Asks: \_\_\_ items when cancelling all waiting holds.
4851
4852 Values:
4853
4854 -  Don't transfer
4855
4856 -  Transfer
4857
4858 Description:
4859
4860 -  When TransferWhenCancelAllWaitingHolds is set to "Don't transfer", no
4861    branch transfer records are created. Koha will not allow the holds to
4862    be transferred, because that would orphan the items at the library
4863    where the holds were awaiting pickup, without any further instruction
4864    to staff as to what items are at the library or where they need to
4865    go. When that system preference set to "Transfer", branch transfers
4866    are created, so the holds may be cancelled.
4867
4868 .. _housebound-module-label:
4869
4870 Housebound module
4871 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4872
4873 .. _houseboundmodule-label:
4874
4875 HouseboundModule
4876 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4877
4878 Default: Disable
4879
4880 Asks: \_\_\_ housebound module
4881
4882 Values:
4883
4884 -  Disable
4885
4886 -  Enable
4887
4888 Description:
4889
4890 -  This preference enables or disables the Housebound module which
4891    handles management of circulation to Housebound readers.
4892
4893 .. _housebound-interface-label:
4894
4895 Interface
4896 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4897
4898 .. _allowallmessagedeletion-label:
4899
4900 AllowAllMessageDeletion
4901 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4902
4903 Default: Don't allow
4904
4905 Asks: \_\_\_ staff to delete messages added from other libraries.
4906
4907 Values:
4908
4909 -  Allow
4910
4911 -  Don't allow
4912
4913 .. _allowcheckoutnotes-label:
4914
4915 AllowCheckoutNotes
4916 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4917
4918 Default: Don't allow
4919
4920 Asks: \_\_\_ patrons to submit notes about checked out items.
4921
4922 Values:
4923
4924 -  Don't allow
4925
4926 -  Allow
4927
4928 This preference if set to allow will give your patrons the option to add
4929 a note to an item they have checked out on the OPAC side.  This note will be
4930 seen on the staff side when the item is checked in.
4931
4932 .. _allowofflinecirculation-label:
4933
4934 AllowOfflineCirculation
4935 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4936
4937 Default: Do not enable
4938
4939 Asks: \_\_\_ offline circulation on regular circulation computers.
4940
4941 Values:
4942
4943 -  Do not enable
4944
4945 -  Enable
4946
4947 Description:
4948
4949 -  Setting this preference to 'Enable' allows you to use the Koha
4950    interface for :ref:`offline circulation <offline-circulation-utilities-label>`. This system
4951    preference does not affect the :ref:`Firefox
4952    plugin <firefox-plugin-label>` or the :ref:`desktop
4953    application <offline-circ-tool-for-windows-label>`, any of these three options can
4954    be used for offline circulation without effecting the other.
4955
4956 .. _autoswitchpatron-label:
4957
4958 AutoSwitchPatron
4959 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4960
4961 Default: Don't enable
4962
4963 Asks: \_\_\_ the automatic redirection to another patron when a patron
4964 barcode is scanned instead of a book. This should not be enabled if you
4965 have overlapping patron and book barcodes.
4966
4967 Values:
4968
4969 -  Don't enable
4970
4971 -  Enable
4972
4973 Description:
4974
4975 -  Enabling this system preference allows staff to scan a patron barcode instead
4976    of an item barcode in the checkout box to switch patron files.
4977
4978 .. _circautocompl-label:
4979
4980 CircAutocompl
4981 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4982
4983 Default: Try
4984
4985 Asks: \_\_\_ to automatically fill in the member when entering a patron
4986 search on the circulation screen.
4987
4988 Description:
4989
4990 -  This preference is a binary setting which determines whether
4991    auto-completion of fields is enabled or disabled for the circulation
4992    input field. Setting it to "Try" would enable a staff member to begin
4993    typing a name or other value into the field and have a menu pop up
4994    with suggestions for completing it. Setting it to "Don't try" would
4995    disable this feature. This preference can make staff members' jobs
4996    easier or it could potentially slow down the page loading process.
4997
4998 Values:
4999
5000 -  Don't try
5001
5002 -  Try
5003
5004    |image33|
5005
5006 .. _circautoprintquickslip-label:
5007
5008 CircAutoPrintQuickSlip
5009 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5010
5011 Default: open a print quick slip window
5012
5013 Asks: When an empty barcode field is submitted in circulation \_\_\_
5014
5015 Values:
5016
5017 -  clear the screen
5018
5019 -  open a print quick slip window
5020
5021 -  open a print slip window
5022
5023 Description:
5024
5025 -  If this preference is set to open a quick slip
5026    (:ref:`ISSUEQSLIP <existing-notices-&-slips-label>`) or open a slip
5027    (:ref:`ISSUESLIP <existing-notices-&-slips-label>`) for printing it will eliminate the
5028    need for the librarian to click the print button to generate a
5029    checkout receipt for the patron they're checking out to. If the
5030    preference is set to clear the screen then "checking out" an empty
5031    barcode will clear the screen of the patron you were last working
5032    with.
5033
5034 .. _circsidebar-label:
5035
5036 CircSidebar
5037 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5038
5039 Default: Deactivate
5040
5041 Asks: \_\_\_ the navigation sidebar on all Circulation pages.
5042
5043 Values:
5044
5045 -  Deactivate
5046
5047 -  Activate
5048
5049 .. _displayclearscreenbutton-label:
5050
5051 DisplayClearScreenButton
5052 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5053
5054 Default: Show
5055
5056 Asks: \_\_\_ a button to clear the current patron from the screen on the
5057 circulation screen.
5058
5059 Values:
5060
5061 -  Don't show
5062
5063    |image36|
5064
5065 -  Show
5066
5067    |image37|
5068
5069 .. _exportcirchistory-label:
5070
5071 ExportCircHistory
5072 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5073
5074 Default: Don't show
5075
5076 Asks: \_\_\_ the export patron checkout history options.
5077
5078 Values:
5079
5080 -  Don't show
5081
5082 -  Show
5083
5084 .. _exportremovefields-label:
5085
5086 ExportRemoveFields
5087 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5088
5089 Asks: The following fields should be excluded from the patron checkout
5090 history CSV or iso2709 export \_\_\_
5091
5092 Description:
5093
5094 -  This space separated list of fields (e.g. 100a 245b) will
5095    automatically be excluded when exporting the patron's current
5096    checkout history.
5097
5098    |image38|
5099
5100 .. _filterbeforeoverduereport-label:
5101
5102 FilterBeforeOverdueReport
5103 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5104
5105 Default: Don't require
5106
5107 Asks: \_\_\_ staff to choose which checkouts to show before running the
5108 overdues report.
5109
5110 Description:
5111
5112 -  Koha's overdue report shows you all of the overdue items in your
5113    library system. If you have a large library system you'll want to set
5114    this preference to 'Require' to force those running the report to
5115    first limit the data generated to a branch, date range, patron
5116    category or other such filter. Requiring that the report be filtered
5117    before it's run prevents your staff from running a system heavy
5118    report and slowing down other operations in the system.
5119
5120    |image34|
5121
5122 Values:
5123
5124 -  Don't require
5125
5126 -  Require
5127
5128 .. _finenotifyatcheckin-label:
5129
5130 FineNotifyAtCheckin
5131 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5132
5133 Default: Don't notify
5134
5135 Asks: \_\_\_ librarians of overdue fines on the items they are checking
5136 in.
5137
5138 Values:
5139
5140 -  Don't notify
5141
5142 -  Notify
5143
5144 Description:
5145
5146 -  With this preference set to 'Notify' all books that have overdue
5147    fines owed on them will pop up a warning when checking them in. This
5148    warning will need to acknowledged before you can continue checking
5149    items in. With this preference set to 'Don't notify,^ you will still
5150    see fines owed on the patron record, you just won't have an
5151    additional notification at check in.
5152
5153    |image35|
5154
5155 .. _holdstopullstartdate-label:
5156
5157 HoldsToPullStartDate
5158 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5159
5160 Default: 2
5161
5162 Asks: Set the default start date for the Holds to pull list to \_\_\_
5163 day(s) ago.
5164
5165 Description:
5166
5167 -  The :ref:`Holds to Pull <holds-to-pull-label>` report in circulation defaults to
5168    filtering holds placed 2 days ago. This preference allows you to set
5169    this default filter to any number of days.
5170
5171 .. _itembarcodefallbacksearch-label:
5172
5173 itemBarcodeFallbackSearch
5174 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5175
5176 Default: Don't enable
5177
5178 Asks: \_\_\_ the automatic use of a keyword catalog search if the phrase
5179 entered as a barcode on the checkout page does not turn up any results
5180 during an item barcode search.
5181
5182 Values:
5183
5184 -  Don't enable
5185
5186 -  Enable
5187
5188    |image40|
5189
5190 Description:
5191
5192 -  Sometimes libraries want to checkout using something other than the
5193    barcode. Enabling this preference will do a keyword search of Koha to
5194    find the item you're trying to check out. You can use the call
5195    number, barcode, part of the title or anything you'd enter in the
5196    keyword search when this preference is enabled and Koha will ask you
5197    which item you're trying to check out.
5198
5199     **Important**
5200
5201     While you're not searching by barcode a barcode is required on every
5202     title you check out. Only titles with barcodes will appear in the
5203     search results.
5204
5205 .. _itembarcodeinputfilter-label:
5206
5207 itemBarcodeInputFilter
5208 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5209
5210 Default: Don't filter
5211
5212 Asks: \_\_\_ scanned item barcodes.
5213
5214 Values:
5215
5216 -  Convert from CueCat format
5217
5218 -  Convert from Libsuite8 form
5219
5220 -  Don't filter
5221
5222 -  EAN-13 or zero-padded UPC-A from
5223
5224 -  Remove spaces from
5225
5226 -  Remove the first number from T-prefix style
5227
5228    -  This format is common among those libraries migrating from Follett
5229       systems
5230
5231 .. _noticecss-label:
5232
5233 NoticeCSS
5234 ^^^^^^^^^^^^^^^^^^^^^^^^^^
5235
5236 Asks: Include the stylesheet at \_\_\_ on Notices.
5237
5238     **Important**
5239
5240     This should be a complete URL, starting with http://
5241
5242 Description:
5243
5244 -  If you would like to style your notices with a consistent set of
5245    fonts and colors you can use this preference to point Koha to a
5246    stylesheet specifically for your notices.
5247
5248 .. _numreturneditemstoshow-label:
5249
5250 numReturnedItemsToShow
5251 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5252
5253 Default: 20
5254
5255 Asks : Show the \_\_\_ last returned items on the checkin screen.
5256
5257 .. _previousissuesdefaultsortorder-label:
5258
5259 previousIssuesDefaultSortOrder
5260 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5261
5262 Default: earliest to latest
5263
5264 Asks: Sort previous checkouts on the circulation page from \_\_\_ due
5265 date.
5266
5267 Values:
5268
5269 -  earliest to latest
5270
5271 -  latest to earliest
5272
5273 .. _recordlocaluseonreturn-label:
5274
5275 RecordLocalUseOnReturn
5276 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5277
5278 Default: Don't record
5279
5280 Asks: \_\_\_ local use when an unissued item is checked in.
5281
5282 Values:
5283
5284 -  Don't record
5285
5286 -  Record
5287
5288 Description:
5289
5290 -  When this preference is set to "Don't record" you can record local
5291    use of items by checking items out to the statistical patron. With
5292    this preference set to "Record" you can record local use by checking
5293    out to the statistical patron and/or by checking in a book that is
5294    not currently checked out.
5295
5296 .. _showallcheckins-label:
5297
5298 ShowAllCheckins
5299 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5300
5301 Default: Do not show
5302
5303 Asks: \_\_\_ all items in the "Checked-in items" list, even items that
5304 were not checked out.
5305
5306 Values:
5307
5308 -  Do not show
5309
5310 -  Show
5311
5312 Description:
5313
5314 -  When items that are not currently checked out are checked in they
5315    don't show on the list of checked in items. This preference allows
5316    you to choose how you'd like the log of checked in items displays.
5317
5318 .. _specifyduedate-label:
5319
5320 SpecifyDueDate
5321 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5322
5323 Default: Allow
5324
5325 Asks: \_\_\_ staff to specify a due date for a checkout.
5326
5327 Due dates are calculated using your circulation and fines rules, but
5328 staff can override that if you allow them to specify a due date at
5329 checkout.
5330
5331 Description:
5332
5333 -  This preference allows for circulation staff to change a due date
5334    from the automatic due date to another calendar date. This option
5335    would be used for circumstances in which the due date may need to be
5336    decreased or extended in a specific circumstance. The "Allow" setting
5337    would allow for this option to be utilized by staff, the "Don't
5338    allow" setting would bar staff from changing the due date on
5339    materials.
5340
5341 Values:
5342
5343 -  Allow
5344
5345    |image41|
5346
5347 -  Don't allow
5348
5349    |image42|
5350
5351 .. _specifyreturndate-label:
5352
5353 SpecifyReturnDate
5354 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5355
5356 Default: Don't allow
5357
5358 Asks: \_\_\_ staff to specify a return date for a check in.
5359
5360 Values:
5361
5362 -  Allow
5363
5364   |image1185|
5365
5366 -  Don't allow
5367
5368   |image1186|
5369
5370 Description:
5371
5372 -  This preference lets you decide if staff can specify an arbitrary
5373    return date when checking in items. If an arbitrary return date is
5374    specified then fines are recalculated accordingly.
5375
5376 .. _todaysissuesdefaultsortorder-label:
5377
5378 todaysIssuesDefaultSortOrder
5379 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5380
5381 Default: latest to earliest
5382
5383 Asks: Sort today's checkouts on the circulation page from \_\_\_ due
5384 date.
5385
5386 Values:
5387
5388 -  earliest to latest
5389
5390 -  latest to earliest
5391
5392 .. _updatetotalissuesoncirc-label:
5393
5394 UpdateTotalIssuesOnCirc
5395 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5396
5397 Default: Do not
5398
5399 Asks: \_\_\_ update a bibliographic record's total issues count whenever
5400 an item is issued
5401
5402 Values:
5403
5404 -  Do
5405
5406        **Important**
5407
5408        This increases server load significantly; if performance is a
5409        concern, use the :ref:`cron job <track-total-checkouts-label>` to update the
5410        total issues count instead.
5411
5412 -  Do not
5413
5414 Description:
5415
5416 -  Koha can track the number of times and item is checked out and store
5417    that on the item record in the database. This information is not
5418    stored by default. Setting this preference to 'Do' will tell Koha to
5419    track that info everytime the item is checked out in real time.
5420    Otherwise you could use the :ref:`cron job <track-total-checkouts-label>` to have
5421    Koha update that field nightly.
5422
5423 .. _waitingnotifyatcheckin-label:
5424
5425 WaitingNotifyAtCheckin
5426 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5427
5428 Default: Don't notify
5429
5430 Asks: \_\_\_ librarians of waiting holds for the patron whose items they
5431 are checking in.
5432
5433 Values:
5434
5435 -  Don't notify
5436
5437 -  Notify
5438
5439    |image43|
5440
5441 Description:
5442
5443 -  When checking in books you can choose whether or not to have a notice
5444    pop up if the patron who returned the book has a hold waiting for
5445    pick up. If you choose 'Notify' for WaitingNotifyAtCheckin then every
5446    time a hold is found for the patron who had the book out last a
5447    message will appear on your check in screen.
5448
5449 .. _interlibrary-loans-label:
5450
5451 Interlibrary Loans
5452 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5453
5454 .. _illmodule-label:
5455
5456 ILLModule
5457 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5458
5459 Default: Disable
5460
5461 Asks: \_\_\_ the interlibrary loans module (master switch).
5462
5463 Values:
5464
5465 -  Disable
5466
5467 -  Enable
5468
5469 Description:
5470
5471 -  This preference is used to enable Koha's ILL module which is used to manage ILL requests.
5472
5473 .. _illmodule-label:
5474
5475 ILLModuleCopyrightClearance
5476 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5477
5478 Asks: Adding text will enable the copyright clearance stage in request creation.
5479 The text you enter will be the text displayed.
5480
5481
5482 Self Checkout
5483 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5484
5485 .. _allowselfcheckreturns-label:
5486
5487 AllowSelfCheckReturns
5488 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5489
5490 Default: Don't allow
5491
5492 Asks: \_\_\_ patrons to return items through web-based self checkout
5493 system.
5494
5495 Values:
5496
5497 -  Allow
5498
5499 -  Don't allow
5500
5501 Description:
5502
5503 -  This preference is used to determine if you want patrons to be
5504    allowed to return items through your self check machines. By default
5505    Koha's self check interface is simply for checking items out.
5506
5507 .. _autoselfcheckallowed,-autoselfcheckid-&-autoselfcheckpass-label:
5508
5509 AutoSelfCheckAllowed, AutoSelfCheckID & AutoSelfCheckPass
5510 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5511
5512     **Important**
5513
5514     Most libraries will want to leave this set to 'Don't allow.^ This
5515     preference turns off the requirement to log into the self checkout
5516     machine with a staff username and password by storing the username
5517     and password for automatic login.
5518
5519 AutoSelfCheckAllowed Default: Don't allow
5520
5521 Asks: \_\_\_ the web-based self checkout system to automatically login
5522 with this staff login \_\_\_ and this password \_\_\_ .
5523
5524 AutoSelfCheckAllowed Values:
5525
5526 -  Allow
5527
5528 -  Don't allow
5529
5530 AutoSelfCheckID Value:
5531
5532 -  The username of a staff patron with 'circulate'
5533    :ref:`permissions <patron-permissions-label>`.
5534
5535 AutoSelfCheckPass Value:
5536
5537 -  The password of a staff patron with 'circulate'
5538    :ref:`permissions <patron-permissions-label>`.
5539
5540 .. _scomainuserblock-label:
5541
5542 SCOMainUserBlock
5543 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5544
5545 Asks: Include the following HTML on the web-based self checkout screen:
5546
5547 Description:
5548
5549 -  The HTML entered in this preference will be used on the self chekcout screen.
5550
5551 .. _scousercss-label:
5552
5553 SCOUserCSS
5554 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5555
5556 Asks: Include the following CSS on all pages in the web-based self
5557 checkout
5558
5559 Description:
5560
5561 -  The CSS entered in this preference will be used on all of your Koha
5562    self checkout screens.
5563
5564 .. _scouserjs-label:
5565
5566 SCOUserJS
5567 ^^^^^^^^^^^^^^^^^^^^^^^^^^
5568
5569 Asks: Include the following JavaScript on all pages in the web-based
5570 self checkout
5571
5572 Description:
5573
5574 -  The JavaScript entered in this preference will effect all of your
5575    Koha self checkout screens.
5576
5577 .. _selfcheckhelpmessage-label:
5578
5579 SelfCheckHelpMessage
5580 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5581
5582 Asks: Include the following HTML in the Help page of the web-based self
5583 checkout system
5584
5585 Description:
5586
5587 -  Clicking the 'Help' link in the top right of the self checkout
5588    interface opens up a three step process for using the self check
5589    interface. Adding HTML to this system preference will print that
5590    additional help text above what's already included.
5591
5592 .. _selfcheckoutbylogin-label:
5593
5594 SelfCheckoutByLogin
5595 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5596
5597 Default: Cardnumber
5598
5599 Asks: Have patrons login into the web-based self checkout system with
5600 their \_\_\_
5601
5602 Values:
5603
5604 -  Cardnumber
5605
5606    |image44|
5607
5608 -  Username and password
5609
5610    |image45|
5611
5612 Description:
5613
5614 -  This preference lets you decide how your patrons will log in to the
5615    self checkout machine. Barcode is the patron's card number and their
5616    username and password is set using the opac/staff username and
5617    password fields on the patron record.
5618
5619 .. _selfcheckreceiptprompt-label:
5620
5621 SelfCheckReceiptPrompt
5622 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5623
5624 Default: Show
5625
5626 Asks: \_\_\_ the print receipt popup dialog when self checkout is
5627 finished.
5628
5629 Values:
5630
5631 -  Don't show
5632
5633 -  Show
5634
5635 Description:
5636
5637 -  This preference controls whether a prompt shows up on the web based
5638    self check out when the patron clicks the 'Finish' button.
5639
5640 .. _selfchecktimeout-label:
5641
5642 SelfCheckTimeout
5643 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5644
5645 Default: 120
5646
5647 Asks: Time out the current patron's web-based self checkout system login
5648 after \_\_\_ seconds.
5649
5650 Description:
5651
5652 -  After the machine is idle for the time entered in this preference the
5653    self check out system will log out the current patron and return to
5654    the starting screen.
5655
5656 .. _showpatronimageinwebbasedselfcheck-label:
5657
5658 ShowPatronImageInWebBasedSelfCheck
5659 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5660
5661 Default: Don't show
5662
5663 Asks: \_\_\_ the patron's picture (if one has been added) when they use
5664 the web-based self checkout.
5665
5666 Values:
5667
5668 -  Don't show
5669
5670 -  Show
5671
5672 .. _webbasedselfcheck-label:
5673
5674 WebBasedSelfCheck
5675 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5676
5677 Default: Don't enable
5678
5679 Asks: \_\_\_ the web-based self checkout system.
5680
5681 Values:
5682
5683 -  Don't enable
5684
5685 -  Enable
5686
5687 Enabling this preference will allow access to the :ref:`self
5688 checkout <self-checkout-label>` module in Koha.
5689
5690 .. _enhanced-content-label:
5691
5692 Enhanced Content
5693 ---------------------------------------
5694
5695 *Get there:* More > Administration > Global System Preferences >
5696 Enhanced Content
5697
5698     **Important**
5699
5700     Always read the terms of service associated with external data
5701     sources to be sure that you are using the products within the
5702     allowed limits.
5703
5704     **Note**
5705
5706     You cannot have more than one service for cover images (including
5707     local cover images) set up. If you set up more than one you will get
5708     multiple cover images. Instead choose only one source for cover
5709     images.
5710
5711 .. _all-label:
5712
5713 All
5714 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5715
5716 .. _frbrizeeditions-label:
5717
5718 FRBRizeEditions
5719 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5720
5721 Default: Don't show
5722
5723 Asks: \_\_\_ other editions of an item on the staff client
5724
5725 Values:
5726
5727 -  Don't show
5728
5729 -  Show
5730
5731    |image46|
5732
5733 Description:
5734
5735 -  Using the rules set forth in the Functional Requirements for
5736    Bibliographic records, this option, when enabled, pulls all editions
5737    of the same title available in your collection regardless of material
5738    type. Items will appear under an 'Editions' tab on the detail page
5739    for the title in question.. According to *Libraries Unlimited's
5740    Online Dictionary for Library and Information Science*
5741    (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
5742    records of similar materials. FRBRization brings together entities
5743    (sets of Works, Expressions, or Manifestations), rather than just
5744    sets of Items. It can aid patrons in selecting related items,
5745    expressions, and manifestations that will serve their needs. When it
5746    is set to "Show", the OPAC will query one or more ISBN web services
5747    for associated ISBNs and display an Editions tab on the details
5748    pages. Once this preference is enabled, the library must select one
5749    of the ISBN options (:ref:`ThingISBN` and/or
5750    :ref:`XISBN`). This option is only for the Staff Client; the
5751    :ref:`OPACFRBRizeEditions` option must be enabled
5752    to have the Editions tab appear on the OPAC.
5753
5754     **Important**
5755
5756     Requires that you turn on one or more of the ISBN services
5757     (:ref:`ThingISBN` and/or :ref:`XISBN`)
5758
5759 .. _opacfrbrizeeditions-label:
5760
5761 OPACFRBRizeEditions
5762 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5763
5764 Default: Don't show
5765
5766 Asks: \_\_\_ other editions of an item on the OPAC.
5767
5768 Description:
5769
5770 -  Using the rules set forth in the Functional Requirements for
5771    Bibliographic records, this option, when enabled, pulls all editions
5772    of the same title available in your collection regardless of material
5773    type. Items will appear under an 'Editions' tab on the detail page
5774    for the title in question.. According to *Libraries Unlimited's
5775    Online Dictionary for Library and Information Science*
5776    (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
5777    records of similar materials. FRBRization brings together entities
5778    (sets of Works, Expressions, or Manifestations), rather than just
5779    sets of Items. It can aid patrons in selecting related items,
5780    expressions, and manifestations that will serve their needs. When it
5781    is set to "Show", the OPAC will query one or more ISBN web services
5782    for associated ISBNs and display an Editions tab on the details
5783    pages. Once this preference is enabled, the library must select one
5784    of the ISBN options (:ref:`ThingISBN` and/or
5785    :ref:`XISBN`). This option is only for the OPAC; the
5786    :ref:`FRBRizeEditions` option must be turned "On" to
5787    have the Editions tab appear on the Staff Client.
5788
5789 Values:
5790
5791 -  Don't show
5792
5793 -  Show
5794
5795    |image47|
5796
5797 This preference pulls all editions of the same title available in your
5798 collection regardless of material type. Items will appear under an
5799 'Editions' tab on the detail page for the title in question.
5800
5801     **Important**
5802
5803     Requires that you turn on one or more of the ISBN services
5804     (:ref:`ThingISBN` and/or :ref:`XISBN`)
5805
5806 .. _amazon-label:
5807
5808 Amazon
5809 ~~~~~~~~~~~~~~~~~~~~~~~~~
5810
5811 .. _amazonassoctag-label:
5812
5813 AmazonAssocTag
5814 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5815
5816 Asks: Put the associate tag \_\_\_ on links to Amazon.
5817
5818     **Note**
5819
5820     This can net your library referral fees if a patron decides to buy
5821     an item after clicking through to Amazon from your site.
5822
5823 Description:
5824
5825 -  An Amazon Associates Tag allows a library to earn a percentage of all
5826    purchases made on Amazon when a patron accesses Amazon's site via
5827    links on the library's website. More information about the Amazon
5828    Associates program is available at Amazon's Affiliate Program's
5829    website, https://affiliate-program.amazon.com/. Before a tag can be
5830    obtained, however, the library must first apply for an Amazon Web
5831    Services (AWS) account. Applications are free of charge and can be
5832    made at http://aws.amazon.com. Once an AWS account has been
5833    established, the library can then obtain the Amazon Associates Tag.
5834
5835 Sign up at: https://affiliate-program.amazon.com/
5836
5837 .. _amazoncoverimages-label:
5838
5839 AmazonCoverImages
5840 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5841
5842 Default: Don't show
5843
5844 Asks: \_\_\_ cover images from Amazon on search results and item detail
5845 pages on the staff interface.
5846
5847 Values:
5848
5849 -  Don't show
5850
5851 -  Show
5852
5853 Description:
5854
5855 -  This preference makes it possible to either allow or prevent Amazon
5856    cover images from being displayed in the Staff Client. Cover images
5857    are retrieved by Amazon, which pulls the content based on the first
5858    ISBN number in the item's MARC record. Amazon offers this service
5859    free of charge. If the value for this preference is set to "Show",
5860    the cover images will appear in the Staff Client, and if it is set to
5861    "Don't show", the images will not appear. Finally, if you're using
5862    Amazon cover images, all other cover image services must be disabled.
5863    If they are not disabled, they will prevent AmazonCoverImages from
5864    functioning properly.
5865
5866 .. _amazonlocale-label:
5867
5868 AmazonLocale
5869 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5870
5871 Default: American
5872
5873 Asks: Use Amazon data from its \_\_\_ website.
5874
5875 Value:
5876
5877 -  American
5878
5879 -  British
5880
5881 -  Canadian
5882
5883 -  French
5884
5885 -  German
5886
5887 -  Japanese
5888
5889 .. _opacamazoncoverimages-label:
5890
5891 OPACAmazonCoverImages
5892 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5893
5894 Default: Don't show
5895
5896 Asks: \_\_\_ cover images from Amazon on search results and item detail
5897 pages on the OPAC.
5898
5899 Values:
5900
5901 -  Don't show
5902
5903 -  Show
5904
5905 Description:
5906
5907 -  This preference makes it possible to either allow or prevent Amazon
5908    cover images from being displayed in the OPAC. Cover images are
5909    retrieved by Amazon, which pulls the content based on the first ISBN
5910    number in the item's MARC record. Amazon offers this service free of
5911    charge. If the value for this preference is set to "Show", the cover
5912    images will appear in the OPAC, and if it is set to "Don't show", the
5913    images will not appear. Finally, if you're using Amazon cover images,
5914    all other cover image services must be disabled. If they are not
5915    disabled, they will prevent AmazonCoverImages from functioning
5916    properly.
5917
5918
5919 Babelthèque
5920 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5921
5922 .. _babeltheque-label:
5923
5924 Babelthèque
5925 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5926
5927 Default: Don't
5928
5929 Asks: \_\_\_ include information (such as reviews and citations) from
5930 Babelthèque in item detail pages on the OPAC.
5931
5932 Description:
5933
5934 -  This preference makes it possible to display a Babelthèque tab in the
5935    OPAC, allowing patrons to access tags, reviews, and additional title
5936    information provided by Babelthèque. The information which
5937    Babelthèque supplies is drawn from the French language-based
5938    `Babelio.com <http://www.babelio.com/>`__, a French service similar
5939    to LibraryThing for Libraries. More information about Babelthèque is
5940    available through its website,
5941    `http://www.babeltheque.com <http://www.babeltheque.com/>`__.
5942    Libraries that wish to allow access to this information must first
5943    register for the service at http://www.babeltheque.com. Please note
5944    that this information is only provided in French.
5945
5946 Values:
5947
5948 -  Do
5949
5950    |image48|
5951
5952 -  Don't
5953
5954 .. _babeltheque\_url\_js-label:
5955
5956 Babeltheque\_url\_js
5957 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5958
5959 Asks: \_\_\_ Defined the url for the Babelthèque javascript file (eg.
5960 http://www.babeltheque.com/bw\_XX.js)
5961
5962 .. _babeltheque\_url\_update-label:
5963
5964 Babeltheque\_url\_update
5965 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5966
5967 Asks: \_\_\_ Defined the url for the Babelthèque update periodically
5968 (eq. http://www.babeltheque.com/.../file.csv.bz2).
5969
5970 .. _baker-&-taylor-label:
5971
5972 Baker & Taylor
5973 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5974
5975     **Important**
5976
5977     This is a pay service, you must contact Baker & Taylor to subscribe
5978     to this service before setting these options.
5979
5980 .. _bakertaylorbookstoreurl-label:
5981
5982 BakerTaylorBookstoreURL
5983 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5984
5985 Asks: Baker and Taylor "My Library Bookstore" links should be accessed
5986 at https:// \_\_\_ isbn
5987
5988 Description:
5989
5990 -  Some libraries generate additional funding for the library by selling
5991    books and other materials that are purchased from or have been
5992    previously leased from Baker & Taylor. These materials can be
5993    accessed via a link on the library's website. This service is often
5994    referred to as "My Library Bookstore." In order to participate in
5995    this program, the library must first register and pay for the service
5996    with Baker & Taylor. Additional information about this and other
5997    services provided by Baker & Taylor is available at the Baker &
5998    Taylor website, http://www.btol.com. The BakerTaylorBookstoreURL
5999    preference establishes the URL in order to link to the library's
6000    Baker & Taylor-backed online bookstore, if such a bookstore has been
6001    established. The default for this field is left blank; if no value is
6002    entered, the links to My Library Bookstore will remain inactive. If
6003    enabling this preference, enter the library's Hostname and Parent
6004    Number in the appropriate location within the URL. The "key" value
6005    (key=) should be appended to the URL, and https:// should be
6006    prepended.
6007
6008 This should be filled in with something like
6009 koha.mylibrarybookstore.com/MLB/actions/searchHandler.do?nextPage=bookDetails&parentNum=10923&key=
6010
6011     **Note**
6012
6013     Leave it blank to disable these links.
6014
6015     **Important**
6016
6017     Be sure to get this information from Baker & Taylor when
6018     subscribing.
6019
6020 .. _bakertaylorenabled-label:
6021
6022 BakerTaylorEnabled
6023 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6024
6025 Default: Don't add
6026
6027 Asks: \_\_\_ Baker and Taylor links and cover images to the OPAC and
6028 staff client. This requires that you have entered in a username and
6029 password (which can be seen in image links).
6030
6031 Values:
6032
6033 -  Add
6034
6035 -  Don't add
6036
6037 Description:
6038
6039 -  This preference makes it possible to display Baker & Taylor content
6040    (book reviews, descriptions, cover images, etc.) in both the Staff
6041    Client and the OPAC. Libraries that wish to display Baker & Taylor
6042    content must first register and pay for this service with Baker &
6043    Taylor (http://www.btol.com). If Baker & Taylor content is enabled be
6044    sure to turn off other cover and review services to prevent
6045    interference.
6046
6047     **Important**
6048
6049     To use this you will need to also set the :ref:`BakerTaylorUsername &
6050     BakerTaylorPassword <bakertaylorusername-&-bakertaylorpassword-label>` system preferences
6051
6052 .. _bakertaylorusername-&-bakertaylorpassword-label:
6053
6054 BakerTaylorUsername & BakerTaylorPassword
6055 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6056
6057 Asks: Access Baker and Taylor using username \_\_\_ and password \_\_\_
6058
6059 Descriptions:
6060
6061 -  This setting in only applicable if the library has a paid
6062    subscription to the external Content Café service from Baker &
6063    Taylor. Use the box provided to enter in the library's Content Café
6064    username and password. Also, ensure that the
6065    :ref:`BakerTaylorBookstoreURL` and
6066    :ref:`BakerTaylorEnabled` settings are properly
6067    set. The Content Café service is a feed of enhanced content such as
6068    cover art, professional reviews, and summaries that is displayed
6069    along with Staff Client/OPAC search results. For more information on
6070    this service please see the Baker & Taylor website:
6071    http://www.btol.com
6072
6073     **Important**
6074
6075     Be sure to get this information from Baker & Taylor when
6076     subscribing.
6077
6078 .. _coce-cover-images-cache-label:
6079
6080 Coce Cover images cache
6081 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6082
6083 Coce is a remote image URL cache. With this option, cover images are not
6084 fetched directly from Amazon, Google, and so on. Their URLs are
6085 requested via a web service to Coce which manages a cache of URLs.
6086
6087 .. _coce-label:
6088
6089 Coce
6090 ^^^^^^^^^^^^^^^^
6091
6092 Default: Don't enable
6093
6094 Asks: \_\_\_ a Coce image cache service.
6095
6096 Values:
6097
6098 -  Don't enable
6099
6100 -  Enable
6101
6102 Description:
6103
6104 -  Coce has many benefits when it comes to choosing and displaying cover
6105    images in Koha:
6106
6107    -  If a book cover is not available from a provider, but is available
6108       from another one, Koha will be able to display a book cover, which
6109       isn't the case now
6110
6111    -  Since URLs are cached, it isn't necessary for each book cover to
6112       request, again and again, the provider, and several of them if
6113       necessary.
6114
6115    -  Amazon book covers are retrieved with Amazon Product Advertising
6116       API, which means that more covers are retrieved (ISBN13).
6117
6118        **Important**
6119
6120        Coce does not come bundled with Koha. Your Koha install will not
6121        already have a Coce server set up. Before enabling this
6122        functionality you will want to be sure to have a Coce server set
6123        up. Instructions on installing and setting up Coce can be found
6124        on the official github page at https://github.com/fredericd/coce.
6125
6126 .. _cocehost-label:
6127
6128 CoceHost
6129 ^^^^^^^^^^^^^^^^^^^^^^^^
6130
6131 Asks: Coce server URL \_\_\_
6132
6133 Description:
6134
6135 -  This will be the full URL (starting with http://) to your Coce
6136    server.
6137
6138 .. _coceproviders-label:
6139
6140 CoceProviders
6141 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6142
6143 Asks: Use the following providers to fetch the covers \_\_\_
6144
6145 Values:
6146
6147 -  [Select all]
6148
6149 -  Amazon Web Services
6150
6151 -  Google Books
6152
6153 -  Open Library
6154
6155 Description:
6156
6157 -  The providers chosen here will be used to gather cover images for
6158    display in your Koha catalog.
6159
6160 .. _google-label:
6161
6162 Google
6163 ~~~~~~~~~~~~~~~~~~~~~~~~~
6164
6165 .. _googlejackets-label:
6166
6167 GoogleJackets
6168 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6169
6170 Default: Don't add
6171
6172 Asks: \_\_\_ cover images from Google Books to search results and item
6173 detail pages on the OPAC.
6174
6175 Values:
6176
6177 -  Add
6178
6179 -  Don't add
6180
6181 Description:
6182
6183 -  This setting controls the display of applicable cover art from the
6184    free Google Books database, via the Google Books API. Please note
6185    that to use this feature, all other cover services should be turned
6186    off.
6187
6188 .. _html5-media-label:
6189
6190 HTML5 Media
6191 ~~~~~~~~~~~~~~~~~~~~~~~~
6192
6193 .. _html5mediaenabled-label:
6194
6195 HTML5MediaEnabled
6196 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6197
6198 Default: not at all
6199
6200 Asks: Show a tab with a HTML5 media player for files catalogued in field
6201 856 \_\_\_
6202
6203 Values:
6204
6205 -  in OPAC and staff client
6206
6207 -  in the OPAC
6208
6209    |image49|
6210
6211 -  in the staff client
6212
6213    |image50|
6214
6215 -  not at all
6216
6217 Description:
6218
6219 -  If you have media elements in the 856 of your MARC record this
6220    preference can run/show those media files in a separate tab using
6221    HTML5.
6222
6223 .. _html5mediaextensions-label:
6224
6225 HTML5MediaExtensions
6226 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6227
6228 Default: webm\|ogg\|ogv\|oga\|vtt
6229
6230 Asks: Media file extensions \_\_\_
6231
6232 Description:
6233
6234 -  Enter in file extensions separated with bar (\|)
6235
6236 .. _html5mediayoutube-label:
6237
6238 HTML5MediaYouTube
6239 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6240
6241 Default: Don't embed
6242
6243     **Important**
6244
6245     To turn this on first enable
6246     :ref:`HTML5MediaEnabled`
6247
6248 Asks: \_\_\_ YouTube links as videos.
6249
6250 Values:
6251
6252 -  Don't embed
6253
6254 -  Embed
6255
6256 Description:
6257
6258 -  This preference will allow MARC21 856$u that points to YouTube to
6259    appear as a playable video on the pages defined in
6260    :ref:`HTML5MediaEnabled`.
6261
6262 .. _idreamlibraries-label:
6263
6264 IDreamLibraries
6265 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6266
6267 `IDreamBooks.com <http://idreambooks.com/>`__ aggregates book reviews by
6268 critics to help you discover the very best of what's coming out each
6269 week. These preferences let you integrated content from
6270 `IDreamBooks.com <http://IDreamBooks.com>`__ in to your Koha OPAC.
6271
6272     **Note**
6273
6274     This is a new website and has limited content, so you may only see
6275     these features on new popular titles until the database grows some
6276     more.
6277
6278 .. _idreambooksreadometer-label:
6279
6280 IDreamBooksReadometer
6281 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6282
6283 Default: Don't add
6284
6285 Asks: \_\_\_ a "Readometer" that summarizes the reviews gathered by
6286 IDreamBooks.com to the OPAC details page.
6287
6288 Values:
6289
6290 -  Add
6291
6292    |image51|
6293
6294 -  Don't add
6295
6296 .. _idreambooksresults-label:
6297
6298 IDreamBooksResults
6299 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6300
6301 Default: Don't add
6302
6303 Asks: \_\_\_ the rating from IDreamBooks.com to OPAC search results.
6304
6305 Values:
6306
6307 -  Add
6308
6309    |image52|
6310
6311 -  Don't add
6312
6313 .. _idreambooksreviews-label:
6314
6315 IDreamBooksReviews
6316 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6317
6318 Default: Don't add
6319
6320 Asks: \_\_\_ a tab on the OPAC details with book reviews from critics
6321 aggregated by IDreamBooks.com.
6322
6323 Values:
6324
6325 -  Add
6326
6327    |image53|
6328
6329 -  Don't add
6330
6331 .. _librarything-label:
6332
6333 LibraryThing
6334 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6335
6336 LibraryThing for Libraries is a pay service. You must first contact
6337 LibraryThing directly for pricing and subscription information. Learn
6338 more at http://www.librarything.com/forlibraries. Also, for further
6339 configuration instructions please see the LibraryThing Wiki:
6340 http://www.librarything.com/wiki/index.php/Koha
6341
6342 .. _librarythingforlibrariesenabled-label:
6343
6344 LibraryThingForLibrariesEnabled
6345 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6346
6347 Default: Don't show
6348
6349 Asks: \_\_\_ reviews, similar items, and tags from Library Thing for
6350 Libraries on item detail pages on the OPAC.
6351
6352 Values:
6353
6354 -  Don't show
6355
6356 -  Show
6357
6358 Description:
6359
6360 -  This setting is only applicable if the library has a paid
6361    subscription to the external LibraryThing for Libraries service. This
6362    service can provide patrons with the display of expanded information
6363    on catalog items such as book recommendations. It also can offer
6364    advanced features like tagged browsing, patron written reviews, and a
6365    virtual library display accessed from the details tab.
6366
6367     **Important**
6368
6369     If this is set to 'show' you will need to enter a value in the
6370     ^:ref:`LibraryThingForLibrariesID`^
6371     system preference.
6372
6373 .. _librarythingforlibrariesid-label:
6374
6375 LibraryThingForLibrariesID
6376 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6377
6378 Asks: Access Library Thing for Libraries using the customer ID \_\_\_
6379
6380 Description:
6381
6382 -  This setting is only applicable if the library has a paid
6383    subscription to the external LibraryThing for Libraries service. Use
6384    the box provided to enter in the library's LibraryThing for Libraries
6385    ID as provided to the library by LibraryThing. The ID number is a
6386    series of numbers in the form ###-#########, and can be found on the
6387    library's account page at LibraryThing for Libraries. This service
6388    can provide patrons with the display of expanded information on
6389    catalog items such as book recommendations and cover art. It also can
6390    offer advanced features like tagged browsing, patron written reviews,
6391    and a virtual library display accessed from the details tab.
6392
6393 .. _librarythingforlibrariestabbedview-label:
6394
6395 LibraryThingForLibrariesTabbedView
6396 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6397
6398 Default: in line with bibliographic information
6399
6400 Asks: Show Library Thing for Libraries content \_\_\_
6401
6402 Values:
6403
6404 -  in line with bibliographic information
6405
6406 -  in tabs
6407
6408 Description:
6409
6410 -  This setting is only applicable if the library has a paid
6411    subscription to the external LibraryThing for Libraries service. This
6412    service can provide patrons with the display of expanded information
6413    on catalog items such as book recommendations and cover art. It also
6414    can offer advanced features like tagged browsing, patron written
6415    reviews, and a virtual library display accessed from the details tab.
6416
6417 .. _thingisbn-label:
6418
6419 ThingISBN
6420 ^^^^^^^^^^^^^^^^^^^^^^^^^^
6421
6422 Default: Don't use
6423
6424 Asks: \_\_\_ the ThingISBN service to show other editions of a title
6425
6426 Values:
6427
6428 -  Don't use
6429
6430 -  Use
6431
6432 Description:
6433
6434 -  Set to 'Use' to display an "Editions" tab on the item's detail page.
6435    Editions are listed, complete with cover art (if you have one of the
6436    cover services enabled) and bibliographic information. The feed comes
6437    from LibraryThing's ThingISBN web service. This is a free service to
6438    non-commercial sites with fewer than 1,000 requests per day.
6439
6440     **Important**
6441
6442     Requires :ref:`FRBRizeEditions` and/or
6443     :ref:`OPACFRBRizeEditions` set to 'show'
6444
6445     **Important**
6446
6447     This is separate from Library Thing for Libraries and does not have
6448     a cost associated with it.
6449
6450 .. _local-cover-images-label:
6451
6452 Local Cover Images
6453 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6454
6455 .. _allowmultiplecovers-label:
6456
6457 AllowMultipleCovers
6458 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6459
6460 Default: Don't allow
6461
6462 Asks: \_\_\_ multiple images to be attached to each bibliographic
6463 record.
6464
6465 Values:
6466
6467 -  Allow
6468
6469 -  Don't allow
6470
6471 Description:
6472
6473 -  If this preference is set to 'Allow' then you can upload multiple
6474    images that will appear in the images tab on the bib record in the
6475    OPAC and the staff client. This preference requires that either one
6476    or both :ref:`LocalCoverImages` and
6477    :ref:`OPACLocalCoverImages` are set to
6478    'Display.^
6479
6480    |image54|
6481
6482 .. _localcoverimages-label:
6483
6484 LocalCoverImages
6485 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6486
6487 Default: Don't display
6488
6489 Asks: \_\_\_ local cover images on intranet search and details pages.
6490
6491 Values:
6492
6493 -  Display
6494
6495 -  Don't display
6496
6497 Description:
6498
6499 -  Setting this preference to 'Display' allows you to upload your own
6500    cover images to bib records and display them on the detail page in
6501    the staff client. At this time the cover will only show under the
6502    'Images' tab on the holdings table on the detail display, not next to
6503    the title at the top left or on the search results.
6504
6505 .. _opaclocalcoverimages-label:
6506
6507 OPACLocalCoverImages
6508 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6509
6510 Default: Don't display
6511
6512 Asks: \_\_\_ local cover images on OPAC search and details pages.
6513
6514 Values:
6515
6516 -  Display
6517
6518 -  Don't display
6519
6520 Description:
6521
6522 -  Setting this preference to 'Display' allows you to upload your own
6523    cover images to bib records and display them on the detail page and
6524    search results in the OPAC.
6525
6526 .. _novelist-select-label:
6527
6528 Novelist Select
6529 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6530
6531 Novelist Select is not a free service. Contact your Ebsco representative
6532 to get your log in information to embed this content in the OPAC.
6533
6534     **Important**
6535
6536     Novelist Select does not include cover images for the search results
6537     and bibliographic detail pages. You can choose any other cover image
6538     service for this content or you can contract with Ebsco to get
6539     access to the :ref:`Baker & Taylor Content Cafe <baker-&-taylor-label>` for
6540     an added fee.
6541
6542 .. _novelistselectenabled-label:
6543
6544 NovelistSelectEnabled
6545 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6546
6547 Default: Don't add
6548
6549 Asks: \_\_\_ Novelist Select content to the OPAC.
6550
6551 Values:
6552
6553 -  Add
6554
6555 -  Don't add
6556
6557     **Important**
6558
6559     Enabling this requires that you have entered in a user profile and
6560     password in the :ref:`NovelistSelectProfile &
6561     NovelistSelectPassword <novelistselectprofile-&-novelistselectpassword-label>` preferences
6562
6563 Description:
6564
6565 -  Novelist Select from Ebsco is a subscription service that can provide
6566    additional content in the OPAC.
6567
6568 .. _novelistselectprofile-&-novelistselectpassword-label:
6569
6570 NovelistSelectProfile & NovelistSelectPassword
6571 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6572
6573 Asks: Access Novelist Select using user profile \_\_\_ and password
6574 \_\_\_.
6575
6576     **Important**
6577
6578     This information will be visible if someone views the source code on
6579     your OPAC.
6580
6581 Description:
6582
6583 -  Novelist Select from Ebsco is a subscription service that can provide
6584    additional content in the OPAC.
6585
6586 .. _novelistselectstaffenabled-label:
6587
6588 NovelistSelectStaffEnabled
6589 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6590
6591 Default: Don't add
6592
6593 Asks: \_\_\_ Novelist Select content to the Staff client (requires that
6594 you have entered in a user profile and password, which can be seen in
6595 image links).
6596
6597 Values:
6598
6599 -  Don't add
6600
6601 -  Add
6602
6603 .. _novelistselectstaffview-label:
6604
6605 NovelistSelectStaffView
6606 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6607
6608 Default: in a tab
6609
6610 Asks: Display Novelist Select staff content \_\_\_.
6611
6612 Values:
6613
6614 -  above the holdings table
6615
6616 -  below the holdings table
6617
6618 -  in a tab
6619
6620 .. _novelistselectview-label:
6621
6622 NovelistSelectView
6623 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6624
6625 Default: in an OPAC tab
6626
6627 Asks: Display Novelist Select content \_\_\_
6628
6629 Description:
6630
6631 -  Novelist Select provides a lot of content, for that reason you have
6632    four choices of where to display this content. The default view is in
6633    a tab in the holdings table.
6634
6635    |image55|
6636
6637    The content is the same if you choose to show it above the holdings
6638    table or below it. If shown in the right column of the page it's the
6639    same content, but displays a bit differently since space is limited.
6640
6641    |image56|
6642
6643 Values:
6644
6645 -  above the holdings table
6646
6647 -  below the holdings table
6648
6649 -  in an OPAC tab
6650
6651 -  under the Save Record dropdown on the right
6652
6653 .. _oclc-label:
6654
6655 OCLC
6656 ~~~~~~~~~~~~~~~~~~~~~
6657
6658 .. _oclcaffiliateid-label:
6659
6660 OCLCAffiliateID
6661 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6662
6663 Asks: Use the OCLC affiliate ID \_\_\_ to access the xISBN service.
6664
6665 Description:
6666
6667 -  This setting is only applicable if the library has an OCLC Affiliate
6668    ID. This allows WorldCat searching in the OPAC via the XISBN
6669    programming interface. Simply enter the library's OCLC Affiliate ID
6670    in the box provided. Please note that using this data is only
6671    necessary if :ref:`FRBRizeEditions` and/or
6672    :ref:`OPACFRBRizeEditions` and :ref:`XISBN`
6673    settings are enabled. For more information on this service please
6674    visit the OCLC website:
6675    http://www.worldcat.org/affiliate/default.jsp.
6676
6677     **Important**
6678
6679     Unless you have signed up for an ID with OCLC, you are limited to
6680     1000 requests per day. Available at:
6681     http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
6682
6683 .. _xisbn-label:
6684
6685 XISBN
6686 ^^^^^^^^^^^^^^^^^^
6687
6688 Default: Don't use
6689
6690 Asks: \_\_\_ the OCLC xISBN service to show other editions of a title
6691
6692 Description:
6693
6694 -  Set to 'Use' to display an "Editions" tab on the item's detail page.
6695    Editions are listed, complete with cover art and bibliographic
6696    information. The feed comes from OCLC's xISBN web service. The feed
6697    limit for non-commercial sites is 1000 requests per day.
6698
6699 Values:
6700
6701 -  Don't use
6702
6703 -  Use
6704
6705     **Important**
6706
6707     Requires :ref:`FRBRizeEditions` and/or
6708     :ref:`OPACFRBRizeEditions` set to 'show'
6709
6710 .. _xisbndailylimit-label:
6711
6712 XISBNDailyLimit
6713 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6714
6715 Default: 999
6716
6717 Asks: Only use the xISBN service \_\_\_ times a day.
6718
6719     **Important**
6720
6721     Unless you have signed up for an ID with OCLC, you are limited to
6722     1000 requests per day. Available at:
6723     http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
6724
6725 .. _open-library-label:
6726
6727 Open Library
6728 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6729
6730 .. _openlibrarycovers-label:
6731
6732 OpenLibraryCovers
6733 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6734
6735 Default: Don't add
6736
6737 Asks: \_\_\_ cover images from Open Library to search results and item
6738 detail pages on the OPAC.
6739
6740 Values:
6741
6742 -  Add
6743
6744 -  Don't add
6745
6746 Description:
6747
6748 -  This setting controls the display of applicable cover art from the
6749    free Open Library database, via the Open Library API. Please note
6750    that to use this feature, all other cover services should be turned
6751    off.
6752
6753 .. _openlibrarysearch-label:
6754
6755 OpenLibrarySearch
6756 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6757
6758 Default: Don't show
6759
6760 Asks: \_\_\_ search results from Open Library on the OPAC.
6761
6762 Values:
6763
6764 -  Don't show
6765
6766 -  Show
6767
6768   |image1187|
6769
6770 .. _overdrive-label:
6771
6772 Overdrive
6773 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6774
6775 OverDrive is an pay service. You must first contact OverDrive directly
6776 for pricing and subscription information. Enabling this service will
6777 integrate Overdrive results in to your OPAC searches. You will have to
6778 apply for these 3 pieces of information through an application as an API
6779 developer. Overdrive API applications are evaluated once a week so you
6780 may not be able to use this feature immediately after signing up. To
6781 learn more please contact your OverDrive representative.
6782
6783 |image57|
6784
6785 .. _overdrivecirculation-label:
6786
6787 OverDriveCirculation
6788 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6789
6790 Default: Don't enable
6791
6792 Asks: \_\_\_ users to access their OverDrive circulation history, and circulate
6793 items. If you enable access, you must register auth return url of
6794 http(s)://my.opac.hostname/cgi-bin/koha/external/overdrive/auth.pl with OverDrive.
6795
6796 Values:
6797
6798 -  Don't enable
6799
6800 -  Enable
6801
6802 .. _overdriveclientkey-and-overdriveclientsecret-label:
6803
6804 OverDriveClientKey and OverDriveClientSecret
6805 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6806
6807 Asks: Include OverDrive availability information with the client key
6808 \_\_ and client secret \_\_\_
6809
6810 Description:
6811
6812 -  OverDrive customers can get this information by visiting the
6813    `OverDrive Developer
6814    Portal <https://developer.overdrive.com/docs/getting-started>`__ and
6815    following the instructions found there to apply as an API developer.
6816    Once this data and the :ref:`OverDriveLibraryID`
6817    are populated you will see OverDrive results on your OPAC searches.
6818
6819 .. _overdrivelibraryid-label:
6820
6821 OverDriveLibraryID
6822 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6823
6824 Asks: Show items from the OverDrive catalog of library # \_\_\_
6825
6826 Description:
6827
6828 -  OverDrive customers can get this information by visiting the
6829    `OverDrive Developer
6830    Portal <https://developer.overdrive.com/docs/getting-started>`__ and
6831    following the instructions found there to apply as an API developer.
6832    Once this data and the :ref:`OverDriveClientKey and
6833    OverDriveClientSecret <overdriveclientkey-and-overdriveclientsecret-label>` are populated you will
6834    see OverDrive results on your OPAC searches.
6835
6836 .. _plugins-label:
6837
6838 Plugins
6839 ~~~~~~~~~~~~~~~~~~~~~~~~~~
6840
6841 .. _usekohaplugins-label:
6842
6843 UseKohaPlugins
6844 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6845
6846 Default: Don't enable
6847
6848 Asks: \_\_\_ the ability to use Koha Plugins.
6849
6850 Values:
6851
6852 -  Don't enable
6853
6854 -  Enable
6855
6856     **Note**
6857
6858     The plugin system must also be enabled in the Koha configuration
6859     file to be fully enabled. Learn more in the `Plugins
6860     chapter <#pluginsystem>`__.
6861
6862 .. _syndetics-label:
6863
6864 Syndetics
6865 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6866
6867 Syndetics is a pay service. You must first contact Syndetics directly
6868 for pricing and subscription information.
6869
6870 .. _syndeticsauthornotes-label:
6871
6872 SyndeticsAuthorNotes
6873 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6874
6875 Default: Don't show
6876
6877 Asks: \_\_\_ notes about the author of a title from Syndetics on item
6878 detail pages on the OPAC.
6879
6880 Values:
6881
6882 -  Don't show
6883
6884 -  Show
6885
6886 Description:
6887
6888 -  When this option is set to "Show", Syndetics provides notes and short
6889    author biographies for more that 300,000 authors, in both fiction and
6890    nonfiction. With this option enabled the library can display
6891    Syndetics Author Notes on the OPAC. According to the Syndetics
6892    Solutions website (http://www.bowker.com/syndetics/), Author Notes
6893    include lists of contributors for many multi-author texts and
6894    compilations. The :ref:`SyndeticsClientCode` must
6895    be entered and the :ref:`SyndeticsEnabled` option
6896    must be activated before this service can be used.
6897
6898 .. _syndeticsawards-label:
6899
6900 SyndeticsAwards
6901 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6902
6903 Default: Don't show
6904
6905 Asks: \_\_\_ information from Syndetics about the awards a title has won
6906 on item detail pages on the OPAC.
6907
6908 Values:
6909
6910 -  Don't show
6911
6912 -  Show
6913
6914 Description:
6915
6916 -  When this option is set to "Show", Syndetics provides its clients
6917    with a list of awards that any title has won. With this service
6918    enabled the library can display those awards for each book on its
6919    website. For each book or item that comes up during a user search,
6920    the list of awards for that title will be displayed. When a user
6921    clicks on a given award, information about that award is presented
6922    along with a list of the other titles that have won that award. If
6923    the user clicks on any title in the list, they will see holdings
6924    information about that title in their region. This option is a paid
6925    subscription service. The
6926    :ref:`SyndeticsClientCode` must be entered and
6927    the :ref:`SyndeticsEnabled` option must be activated
6928    before this service can be used.
6929
6930 .. _syndeticsclientcode-label:
6931
6932 SyndeticsClientCode
6933 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6934
6935 Asks: Use the client code \_\_\_ to access Syndetics.
6936
6937 Description:
6938
6939 -  Once the library signs up for Syndetics' services, Syndetics will
6940    provide the library with an access code. (Visit the Syndetics
6941    homepage at http://www.bowker.com/syndetics/ for more information.)
6942    This is the code that must be entered to access Syndetics'
6943    subscription services. Syndetics is a paid subscription service. This
6944    value must be entered before
6945    :ref:`SyndeticsEditions` can be enabled. If the
6946    code is lost, corrupted, or forgotten, a new one can be obtained from
6947    http://www.bowker.com/syndetics/.
6948
6949     **Important**
6950
6951     You will need to get your client code directly from Syndetics.
6952
6953 .. _syndeticscoverimages-&-syndeticscoverimagesize-label:
6954
6955 SyndeticsCoverImages & SyndeticsCoverImageSize
6956 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6957
6958 SyndeticsCoverImages Default: Don't show
6959
6960 SyndeticsCoverImageSize Default: medium
6961
6962 Asks: \_\_\_ cover images from Syndetics on search results and item
6963 detail pages on the OPAC in a \_\_\_ size.
6964
6965 Descriptions:
6966
6967 -  When enabled, SyndeticsCoverImages, allows libraries to display
6968    Syndetics' collection of full-color cover images for books, videos,
6969    DVDs and CDs on their OPAC. For each book or item that comes up
6970    during a user search, the cover image for that title will be
6971    displayed. Since these cover images come in three sizes, the optimum
6972    size must be selected using the SyndeticsCoverImageSize preference
6973    after SyndeticsCoverImages are enabled. Syndetics cover images come
6974    in two sizes: mid-size (187 x 187 pixels), and large (400 x 400
6975    pixels). Syndetics is a paid subscription service. The
6976    :ref:`SyndeticsClientCode` must be entered and
6977    the :ref:`SyndeticsEnabled` option must be activated
6978    before this service can be used. Other cover image preferences should
6979    also be disabled to avoid interference.
6980
6981 SyndeticsCoverImages Values:
6982
6983 -  Don't show
6984
6985 -  Show
6986
6987 SyndeticsCoverImageSize Values:
6988
6989 -  medium
6990
6991 -  large
6992
6993 .. _syndeticseditions-label:
6994
6995 SyndeticsEditions
6996 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6997
6998 Default: Don't show
6999
7000 Asks: \_\_\_ information about other editions of a title from Syndetics
7001 on item detail pages on the OPAC
7002
7003 Description:
7004
7005 -  When enabled this option shows information on other editions of a
7006    title from Syndetics on the item detail pages of the OPAC. Syndetics
7007    is a paid subscription service. The
7008    :ref:`SyndeticsClientCode` must be entered and
7009    the :ref:`SyndeticsEnabled` option must be activated
7010    before this service can be used.
7011
7012 Values:
7013
7014 -  Don't show
7015
7016 -  Show
7017
7018     **Important**
7019
7020     Requires :ref:`OPACFRBRizeEditions` set to
7021     'show'
7022
7023 .. _syndeticsenabled-label:
7024
7025 SyndeticsEnabled
7026 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7027
7028 Default: Don't use
7029
7030 Asks: \_\_\_ content from Syndetics.
7031
7032 Values:
7033
7034 -  Don't use
7035
7036 -  Use
7037
7038 Description:
7039
7040 -  When this option is enabled any of the Syndetics options can be used.
7041
7042     **Important**
7043
7044     Requires that you enter your
7045     :ref:`SyndeticsClientCode` before this content
7046     will appear.
7047
7048 .. _syndeticsexcerpt-label:
7049
7050 SyndeticsExcerpt
7051 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7052
7053 Default: Don't show
7054
7055 Asks: \_\_\_ excerpts from of a title from Syndetics on item detail
7056 pages on the OPAC.
7057
7058 Values:
7059
7060 -  Don't show
7061
7062 -  Show
7063
7064 Description:
7065
7066 -  This preference allows Syndetics to display excerpts given to them
7067    from selected publishers. The excerpts are available from prominently
7068    reviewed new titles, both fiction and non-fiction. The excerpts
7069    include poems, essays, recipes, forwards and prefaces. Automatic
7070    links provided by the ISBNs within local MARC records are required to
7071    integrate Syndetics secured, high-speed Internet servers to the
7072    library OPACs. For more information see
7073    (http://www.bowker.com/syndetics/).
7074
7075 .. _syndeticsreviews-label:
7076
7077 SyndeticsReviews
7078 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7079
7080 Default: Don't show
7081
7082 Asks: \_\_\_ reviews of a title from Syndetics on item detail pages on
7083 the OPAC.
7084
7085 Values:
7086
7087 -  Don't show
7088
7089 -  Show
7090
7091 Description:
7092
7093 -  Syndetics Reviews is an accumulation of book reviews available from a
7094    variety of journals and serials. The reviews page displays colored
7095    images of reviewed books dust jackets, partnered with the names of
7096    the journal or serial providing the review. Clicking on an icon opens
7097    a window revealing the book title, author's name, book cover icon and
7098    the critic's opinion of the book. Automatic links provided by the
7099    ISBNs within local MARC records are required to integrate Syndetics
7100    secured, high-speed Internet servers to the library OPACs. For more
7101    information see (http://www.bowker.com/syndetics/).
7102
7103 .. _syndeticsseries-label:
7104
7105 SyndeticsSeries
7106 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7107
7108 Default: Don't show
7109
7110 Asks: \_\_\_ information on other books in a title's series from
7111 Syndetics on item detail pages on the OPAC.
7112
7113 Values:
7114
7115 -  Don't show
7116
7117 -  Show
7118
7119 Description:
7120
7121 -  Each fiction title within a series is linked to the complete series
7122    record. The record displays each title in reading order and also
7123    displays the publication order, if different. Alternate series titles
7124    are also displayed. Automatic links provided by the ISBNs within
7125    local MARC records are required to integrate Syndetics secured, high-
7126    speed Internet servers to the library OPACs. For more information see
7127    (http://www.bowker.com/syndetics/).
7128
7129 .. _syndeticssummary-label:
7130
7131 SyndeticsSummary
7132 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7133
7134 Default: Don't show
7135
7136 Asks: \_\_\_ a summary of a title from Syndetics on item detail pages on
7137 the OPAC.
7138
7139 Values:
7140
7141 -  Don't show
7142
7143 -  Show
7144
7145 Description:
7146
7147 -  Providing more than 5.6 million summaries and annotations derived
7148    from book jackets, edited publisher copy, or independently written
7149    annotations from Book News, Inc. Covering fiction and non-fiction,
7150    this summaries option provides annotations on both trade and
7151    scholarly titles. For more information see
7152    (http://www.bowker.com/syndetics/).
7153
7154 .. _syndeticstoc-label:
7155
7156 SyndeticsTOC
7157 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7158
7159 Default: Don't show
7160
7161 Asks: \_\_\_ the table of contents of a title from Syndetics on item
7162 detail pages on the OPAC.
7163
7164 Values:
7165
7166 -  Don't show
7167
7168 -  Show
7169
7170 Description:
7171
7172 -  This preference allows staff and patrons to review the Table of
7173    Contents from a wide variety of publications from popular self-help
7174    books to conference proceedings. Specific Information access is the
7175    main purpose for this option, allowing patrons guidance to their
7176    preferred section of the book. Special arrangements with selected
7177    book services is used to obtain the table of contents for new
7178    publications each year. Automatic links provided by the ISBNs within
7179    local MARC records are required to integrate Syndetics secured,
7180    high-speed Internet servers to the library OPACs. For more
7181    information see (http://www.bowker.com/syndetics/).
7182
7183 .. _tagging-label:
7184
7185 Tagging
7186 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
7187
7188 .. _tagsenabled-label:
7189
7190 TagsEnabled
7191 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7192
7193 Default: Allow
7194
7195 Asks: \_\_\_ patrons and staff to put tags on items.
7196
7197 Values:
7198
7199 -  Allow
7200
7201 -  Don't allow
7202
7203 Description:
7204
7205 -  Set to 'Allow' enable tagging. A tag is metadata, a word added to
7206    identify an item. Tags allow patrons to classify materials on their
7207    own. TagsEnabled is the main switch that permits the tagging
7208    features. TagsEnable must be set to 'Allow' to allow for other
7209    tagging features.
7210
7211 .. _tagsexternaldictionary-label:
7212
7213 TagsExternalDictionary
7214 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7215
7216 Asks: Allow tags in the dictionary of the ispell executable \_\_\_ on
7217 the server to be approved without moderation.
7218
7219 Description:
7220
7221 -  The dictionary includes a list of accepted and rejected tags. The
7222    accepted list includes all the tags that have been pre-allowed. The
7223    rejected list includes tags that are not allowed. This preference
7224    identifies the "accepted" dictionary used. Ispell is an open source
7225    dictionary which can be used as a list of accepted terms. Since the
7226    dictionary allows for accurately spelled obscenities, the libraries
7227    policy may dictate that modifications are made to the Ispell
7228    dictionary if this preference is use. For more information about
7229    Ispell http://www.gnu.org/software/ispell/ispell.html. Enter the path
7230    on your server to a local ispell executable, used to set
7231    $Lingua::Ispell::path.
7232
7233 .. _tagsinputondetail-label:
7234
7235 TagsInputOnDetail
7236 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7237
7238 Default: Allow
7239
7240 Asks: \_\_\_ patrons to input tags on item detail pages on the OPAC.
7241
7242 Values:
7243
7244 -  Allow
7245
7246    |image59|
7247
7248 -  Don't allow
7249
7250 .. _tagsinputonlist-label:
7251
7252 TagsInputOnList
7253 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7254
7255 Default: Allow
7256
7257 Asks: \_\_\_ patrons to input tags on search results on the OPAC.
7258
7259 Values:
7260
7261 -  Allow
7262
7263    |image58|
7264
7265 -  Don't allow
7266
7267 .. _tagsmoderation-label:
7268
7269 TagsModeration
7270 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7271
7272 Default: Don't require
7273
7274 Asks: \_\_\_ that tags submitted by patrons be reviewed by a staff
7275 member before being shown.
7276
7277 Values:
7278
7279 -  Don't require
7280
7281 -  Require
7282
7283 Description:
7284
7285 -  When set to 'Require,^ all tags to be first filtered by the tag
7286    moderator. Only approved tags will be visible to patrons. When set to
7287    'Don't require' tags will bypass the tag moderator and patrons' tags
7288    to be immediately visible. When this preference is enabled the
7289    moderator, a staff member, would approve the tag in the Staff Client.
7290    The moderator will have the option to approve or reject each pending
7291    tag suggestion.
7292
7293 When moderation is required all tags go through the tag moderation tool
7294 before becoming visible.
7295
7296 -  *Get there:* More > Tools > :ref:`Tags <tag-moderation-label>`
7297
7298 .. _tagsshowondetail-label:
7299
7300 TagsShowOnDetail
7301 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7302
7303 Default: 10
7304
7305 Asks: Show \_\_\_ tags on item detail pages on the OPAC.
7306
7307     **Note**
7308
7309     Set the value to 0 (zero) to turn this feature off.
7310
7311 .. _tagsshowonlist-label:
7312
7313 TagsShowOnList
7314 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7315
7316 Default: 6
7317
7318 Asks: Show \_\_\_ tags on search results on the OPAC.
7319
7320     **Note**
7321
7322     Set the value to 0 (zero) to turn this feature off.
7323
7324 .. _i18n/l10n-label:
7325
7326 I18N/L10N
7327 --------------------------
7328
7329 These preferences control your Internationalization and Localization
7330 settings.
7331
7332 *Get there:* More > Administration > Global System Preferences >
7333 I18N/L10N
7334
7335 .. _addressformat-label:
7336
7337 AddressFormat
7338 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7339
7340 Default: US style ([Street number], [Address] - [City], [Zip/Postal
7341 Code], [Country])
7342
7343 Asks: Format postal addresses using \_\_\_
7344
7345 Values:
7346
7347 -  German style ([Address] [Street number] - [Zip/Postal Code] [City] -
7348    [Country])
7349
7350 -  French style ([Street number] [Address] - [ZIP/Postal Code] [City] -
7351    [Country])
7352
7353 -  US style ([Street number], [Address] - [City], [Zip/Postal Code],
7354    [Country])
7355
7356 Description:
7357
7358 -  This preference will let you control how Koha displays patron
7359    addresses given the information entered in the various fields on
7360    their record.
7361
7362 .. _alphabet-label:
7363
7364 alphabet
7365 ~~~~~~~~~~~~~~~~~~~~~~~~
7366
7367 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
7368
7369 Asks: Use the alphabet \_\_\_ for lists of browsable letters. This
7370 should be a space separated list of uppercase letters.
7371
7372 Description:
7373
7374 -  This preference allows you define your own alphabet for browsing
7375    patrons in Koha.
7376
7377    |image60|
7378
7379 .. _calendarfirstdayofweek-label:
7380
7381 CalendarFirstDayOfWeek
7382 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7383
7384 Default: Sunday
7385
7386 Asks: Use \_\_\_ as the first day of week in the calendar.
7387
7388 Values:
7389
7390 -  Sunday
7391
7392 -  Monday
7393
7394 -  Tuesday
7395
7396 -  Wednesday
7397
7398 -  Thursday
7399
7400 -  Friday
7401
7402 -  Saturday
7403
7404 Description:
7405
7406 -  Using this preference you can control what day shows as the first day
7407    of the week in the calendar pop ups throughout Koha and on the
7408    Calendar tool. If you change this preference and don't see a change
7409    in your browser try clearing your cache since it makes changes to the
7410    Javascript on these pages.
7411
7412 .. _dateformat-label:
7413
7414 dateformat
7415 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7416
7417 Default: mm/dd/yyyy
7418
7419 Asks: Format dates like \_\_\_
7420
7421 Values:
7422
7423 -  dd.mm.yyyy
7424
7425 -  dd/mm/yyyy
7426
7427 -  mm/dd/yyyy
7428
7429 -  yyyy/mm/dd
7430
7431 Description:
7432
7433 -  This preference controls how the date is displayed. The options are
7434    the United States method, mm/dd/yyyy (04/24/2010), the metric method,
7435    dd/mm/yyyy (24/04/2010) or ISO, which is the International Standard
7436    of Organization, yyyy/mm/dd (2010/04/24). The International Standard
7437    of Organization would primarily be used by libraries with locations
7438    in multiple nations that may use different date formats, to have a
7439    single display type, or if the library would be in a region that does
7440    not use the United States or metric method. More information
7441    regarding the ISO date format can be found at
7442    http://www.iso.org/iso/iso_catalogue.htm.
7443
7444 .. _language-label:
7445
7446 language
7447 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7448
7449 Default: English
7450
7451 Asks: Enable the following languages on the staff interface
7452
7453 Values:
7454
7455 -  English
7456
7457 To install additional languages please refer to
7458 http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client
7459
7460 .. _opaclanguages-label:
7461
7462 opaclanguages
7463 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7464
7465 Default: English
7466
7467 Asks: Enable the following languages on the OPAC
7468
7469 Values:
7470
7471 -  English
7472
7473     **Note**
7474
7475     To install additional languages you need to run
7476     misc/translation/install-code.pl. For example, to install French you
7477     would run the following command install-code.pl fr-FR to make the
7478     templates, once they exist and are in the right place then they will
7479     show up as an option in this preference.
7480
7481 .. _opaclanguagesdisplay-label:
7482
7483 opaclanguagesdisplay
7484 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7485
7486 Default: Don't allow
7487
7488 Asks: \_\_\_ patrons to select their language on the OPAC.
7489
7490 Values:
7491
7492 -  Allow
7493
7494    -  Patrons can choose their language from a list at the bottom of the
7495       public catalog
7496
7497       |image61|
7498
7499 -  Don't allow
7500
7501    -  The public catalog will not give an option to choose a language
7502
7503 Description:
7504
7505 -  Using the :ref:`OpacLangSelectorMode` preference
7506    you can decide where these language options will appear in the public
7507    catalog.
7508
7509 .. _timeformat-label:
7510
7511 TimeFormat
7512 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7513
7514 Default: 24 hour format
7515
7516 Asks: Format times in \_\_\_
7517
7518 Values:
7519
7520 -  12 hour format (eg 02:18PM)
7521
7522 -  24 hour format (eg 14:18)
7523
7524 .. _translatenotices-label:
7525
7526 TranslateNotices
7527 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7528
7529 Default: Don't allow
7530
7531 Asks: \_\_\_ notices to be translated. If set, notices will be translatable from
7532 the "Notices and Slips" interface. The language used to send a notice to a patron
7533 will be the one defined for the patron.
7534
7535 Values:
7536
7537 -  Don't allow
7538
7539 -  Allow
7540
7541 .. _labs-label:
7542
7543 Labs
7544 ---------------------
7545
7546 *Get there:* More > Administration > Global System Preferences > Labs
7547
7548 The preferences in this section are for experimental features that need
7549 additional testing and debugging.
7550
7551 .. _enableadvancedcatalogingeditor-label:
7552
7553 EnableAdvancedCatalogingEditor
7554 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7555
7556 Default: Don't enable
7557
7558 Asks: \_\_\_ the advanced cataloging editor.
7559
7560 Description:
7561
7562 -  This preference will allow you to choose between a basic editor and a
7563    advanced editor for cataloging.
7564
7565     **Important**
7566
7567     This feature is currently experimental, and may have bugs that cause
7568     corruption of records. It also does not include any support for
7569     UNIMARC or NORMARC fixed fields. Please help us test it and report
7570     any bugs, but do so at your own risk.
7571
7572 .. _local-use-label:
7573
7574 Local Use
7575 ---------------------------
7576
7577 These preferences are defined locally.
7578
7579 *Get there:* More > Administration > Global System Preferences > Local
7580 Use
7581
7582     **Note**
7583
7584     Sometimes preferences which are either new or outdated will appear
7585     in this tab, if you didn't add any preferences to this tab then it's
7586     best to ignore preferences listed here.
7587
7588 .. _intradidyoumean-label:
7589
7590 INTRAdidyoumean
7591 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7592
7593 Default: blank
7594
7595 Asks: Did you mean? configuration for the Intranet. Do not change, as this is
7596 controlled by /cgi-bin/koha/admin/didyoumean.pl.
7597
7598 .. _opacdidyoumean-label:
7599
7600 OPACdidyoumean
7601 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7602
7603 Default: blank
7604
7605 Asks: Did you mean? configuration for the OPAC. Do not change, as this is
7606 controlled by /cgi-bin/koha/admin/didyoumean.pl.
7607
7608 .. _printcirculationships-label:
7609
7610 printcirculationships
7611 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7612
7613 Default: ON
7614
7615 Asks: If ON, enable printing circulation receipts
7616
7617 Values:
7618
7619 -  ON
7620
7621 -  OFF
7622
7623 .. _usagestatsid-label:
7624
7625 UsageStatsID
7626 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7627
7628 Default: blank
7629
7630 Asks: This preference is part of Koha but it should not be deleted or
7631 updated manually.
7632
7633 .. _usagestatslastupdatetime-label:
7634
7635 UsageStatsLastUpdateTime
7636 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7637
7638 Default: blank
7639
7640 Asks: This preference is part of Koha but it should not be deleted or
7641 updated manually.
7642
7643 .. _usagestatspublicid-label:
7644
7645 UsageStatsPublicID
7646 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7647
7648 Default: blank
7649
7650 Asks: Public ID for Hea website
7651
7652 .. _version-label:
7653
7654 Version
7655 ~~~~~~~~~~~~~~~~~~~~~~
7656
7657 Default: automatically generated
7658
7659 Asks: The Koha database version. WARNING: Do not change this value
7660 manually. It is maintained by the webinstaller
7661
7662 .. _logs-label:
7663
7664 Logs
7665 ----------------
7666
7667 Logs keep track of transaction on the system. You can decide which
7668 actions you want to log and which you don't using these preferences.
7669 Logs can then be viewed in the :ref:`Log Viewer` under Tools.
7670
7671 *Get there:* More > Administration > Global System Preferences > Logs
7672
7673 .. _debugging-label:
7674
7675 Debugging
7676 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7677
7678 .. _dumptemplatevarsintranet-label:
7679
7680 DumpTemplateVarsIntranet
7681 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7682
7683 Default: Don't
7684
7685 Asks: \_\_\_ dump all Template Toolkit variable to a comment in the HTML
7686 source for the staff intranet.
7687
7688 Value:
7689
7690 -  Don't
7691
7692 -  Do
7693
7694 .. _dumptemplatevarsopac-label:
7695
7696 DumpTemplateVarsOpac
7697 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7698
7699 Default: Don't
7700
7701 Asks: \_\_\_ dump all Template Toolkit variable to a comment in the HTML
7702 source for the OPAC.
7703
7704 Value:
7705
7706 -  Don't
7707
7708 -  Do
7709
7710 .. _logging-label:
7711
7712 Logging
7713 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
7714
7715 .. _authoritieslog-label:
7716
7717 AuthoritiesLog
7718 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7719
7720 Default: Don't log
7721
7722 Asks: \_\_\_ changes to authority records.
7723
7724 Values:
7725
7726 -  Don't log
7727
7728 -  Log
7729
7730 .. _borrowerslog-label:
7731
7732 BorrowersLog
7733 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7734
7735 Default: Log
7736
7737 Asks: \_\_\_ changes to patron records.
7738
7739 Values:
7740
7741 -  Don't log
7742
7743 -  Log
7744
7745 .. _cataloguinglog-label:
7746
7747 CataloguingLog
7748 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7749
7750 Default: Don't log
7751
7752 Asks: \_\_\_ any changes to bibliographic or item records.
7753
7754 Values:
7755
7756 -  Don't log
7757
7758 -  Log
7759
7760     **Important**
7761
7762     Since this occurs whenever a book is cataloged, edited, or checked
7763     in or out it can be very resource intensive - slowing down your
7764     system.
7765
7766 .. _cronjoblog-label:
7767
7768 CronjobLog
7769 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7770
7771 Default: Don't log
7772
7773 Asks: \_\_\_ information from cron jobs.
7774
7775 Values:
7776
7777 -  Don't log
7778
7779 -  Log
7780
7781 .. _fineslog-label:
7782
7783 FinesLog
7784 ^^^^^^^^^^^^^^^^^^^^^^^^
7785
7786 Default: Log
7787
7788 Asks: \_\_\_ when overdue fines are charged or automatically forgiven.
7789
7790 Values:
7791
7792 -  Don't log
7793
7794 -  Log
7795
7796 .. _holdslog-label:
7797
7798 HoldsLog
7799 ^^^^^^^^^^^^^^^^^^^^^^^^
7800
7801 Default: Don't log
7802
7803 Asks: \_\_\_ any actions on holds (create, cancel, suspend, resume, etc.).
7804
7805 Values:
7806
7807 -  Don't log
7808
7809 -  Log
7810
7811 .. _issuelog-label:
7812
7813 IssueLog
7814 ^^^^^^^^^^^^^^^^^^^^^^^^
7815
7816 Default: Log
7817
7818 Asks: \_\_\_ when items are checked out.
7819
7820 Values:
7821
7822 -  Don't log
7823
7824 -  Log
7825
7826 .. _letterlog-label:
7827
7828 LetterLog
7829 ^^^^^^^^^^^^^^^^^^^^^^^^^^
7830
7831 Default: Log
7832
7833 Asks: \_\_\_ when an automatic claim notice is sent.
7834
7835 Values:
7836
7837 -  Don't log
7838
7839 -  Log
7840
7841     **Note**
7842
7843     This log tracks all notices that go to patrons including the overdue
7844     notices.
7845
7846 .. _renewallog-label:
7847
7848 RenewalLog
7849 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7850
7851 Default:  Don't log
7852
7853 Asks: \_\_\_ when items are renewed.
7854
7855 Values:
7856
7857 - Don't log
7858
7859 - Log
7860
7861 .. _reportslog-label:
7862
7863 ReportsLog
7864 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7865
7866 Default: Don't log
7867
7868 Asks: \_\_\_ when reports are added, deleted or changed.
7869
7870 Values:
7871
7872 -  Don't log
7873
7874 -  Log
7875
7876 .. _returnlog-label:
7877
7878 ReturnLog
7879 ^^^^^^^^^^^^^^^^^^^^^^^^^^
7880
7881 Default: Log
7882
7883 Asks: \_\_\_ when items are returned.
7884
7885 Values:
7886
7887 -  Don't log
7888
7889 -  Log
7890
7891 .. _subscriptionlog-label:
7892
7893 SubscriptionLog
7894 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7895
7896 Default: Log
7897
7898 Asks: \_\_\_ when serials are added, deleted or changed.
7899
7900 Values:
7901
7902 -  Don't log
7903
7904 -  Log
7905
7906 .. _opac-label:
7907
7908 OPAC
7909 ---------------------
7910
7911 *Get there:* More > Administration > Global System Preferences > OPAC
7912
7913 .. _advanced-search-options-label:
7914
7915 Advanced Search Options
7916 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7917
7918 .. _opacadvsearchmoreoptions-label:
7919
7920 OpacAdvSearchMoreOptions
7921 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7922
7923 Default: Select All
7924
7925 Asks: Show search options for the expanded view \_\_\_
7926
7927 Values:
7928
7929 -  [Select all]
7930
7931 -  Item types
7932
7933 -  Language
7934
7935 -  Location and availability
7936
7937 -  Publication date
7938
7939 -  Sorting
7940
7941 -  Subtypes
7942
7943 Description:
7944
7945 -  The settings in this preference will determine which search fields
7946    will show when the patron is using the 'More options' mode on the
7947    advanced search page.
7948
7949 .. _opacadvsearchoptions-label:
7950
7951 OpacAdvSearchOptions
7952 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7953
7954 Default: Item types, Language, Location and availability, Publication
7955 date, Sorting
7956
7957 Asks: Show search options \_\_\_
7958
7959 Values:
7960
7961 -  [Select all]
7962
7963 -  Item types
7964
7965 -  Language
7966
7967 -  Location and availability
7968
7969 -  Publication date
7970
7971 -  Sorting
7972
7973 -  Subtypes
7974
7975 Description:
7976
7977 -  The settings in this preference will determine which search fields
7978    will show when the patron is using the 'Fewer options' mode on the
7979    advanced search page.
7980
7981 .. _appearance-label:
7982
7983 Appearance
7984 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7985
7986 These preferences control how things appear in the OPAC.
7987
7988 .. _authorisedvalueimages-label:
7989
7990 AuthorisedValueImages
7991 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7992
7993 Default: Don't show
7994
7995 Asks: \_\_\_ images for authorized values (such as lost statuses and
7996 locations) in search results and item detail pages on the OPAC.
7997
7998 Values:
7999
8000 -  Don't show
8001
8002 -  Show
8003
8004 *Get there:* More > Administration > :ref:`Authorized
8005 Values <authorized-values-label>`
8006
8007 .. _bibliodefaultview-label:
8008
8009 BiblioDefaultView
8010 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8011
8012 Default: in simple form
8013
8014 Asks: By default, show bib records \_\_\_
8015
8016 Values:
8017
8018 -  as specified in the ISBD template.
8019
8020    -  See :ref:`ISBD` preference for more information
8021
8022 -  in simple form.
8023
8024 -  in their MARC format.
8025
8026 Description:
8027
8028 -  This preference determines the level of bibliographic detail that the
8029    patron will see on the OPAC detail page. The simple form displays the
8030    graphical interface; MARC format displays the MARC21 cataloging view;
8031    ISBD displays the ISBD (International Standard Bibliographic
8032    Description, AACR2) view.
8033
8034 .. _coinsinopacresults-label:
8035
8036 COinSinOPACResults
8037 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8038
8039 Default: Include
8040
8041 Asks: \_\_\_ COinS / OpenURL / Z39.88 in OPAC search results.
8042
8043 Values:
8044
8045 -  Don't include
8046
8047    -  If you choose not to include COinS on the search results, it will
8048       still be loaded on the individual bibliographic records.
8049
8050 -  Include
8051
8052    -  Enabling this feature will slow OPAC search response times.
8053
8054 Description:
8055
8056 -  COinS stands for ContextObjects in Spans. COinS is a method to embed
8057    bibliographic metadata in the HTML code of web pages. This allows
8058    bibliographic software to publish machine-readable bibliographic
8059    items and client reference management software (such as Zotero) to
8060    retrieve bibliographic metadata. The metadata can also be sent to an
8061    OpenURL resolver. This allows, for instance, searching for a copy of
8062    a book in one's own library.
8063
8064 .. _displayopaciconsxslt-label:
8065
8066 DisplayOPACiconsXSLT
8067 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8068
8069 Default: Don't show
8070
8071 Asks: On pages displayed with XSLT stylesheets on the OPAC, \_\_\_ icons
8072 for itemtype and authorized values.
8073
8074     **Important**
8075
8076     :ref:`OPACXSLTResultsDisplay` and/or
8077     :ref:`OPACXSLTDetailsDisplay` must be set to
8078     use an XSLT stylesheet for this to show (default or custom)
8079
8080 Values:
8081
8082 -  Don't show
8083
8084 -  Show
8085
8086    |image62|
8087
8088     **Note**
8089
8090     See the `XSLT Icon Guide <#XSLTiTypes>`__ for more information on
8091     these icons.
8092
8093 .. _googleindictransliteration-label:
8094
8095 GoogleIndicTransliteration
8096 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8097
8098 Default: Don't show
8099
8100 Asks: \_\_\_ GoogleIndicTransliteration on the OPAC.
8101
8102 Values:
8103
8104 -  Don't show
8105
8106 -  Show
8107
8108   |image1188|
8109
8110 .. _hidelostitems-label:
8111
8112 hidelostitems
8113 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8114
8115 Default: Don't show
8116
8117 Asks: \_\_\_ lost items on search and detail pages.
8118
8119 Description:
8120
8121 -  Items that are marked lost by the library can either be shown or not
8122    shown on the OPAC. By setting the value to "Don't show," the lost
8123    item is not shown on the OPAC. By setting the value "Show," the lost
8124    item is shown on the OPAC for patrons to view with a status of
8125    'lost.^
8126
8127 Values:
8128
8129 -  Don't show
8130
8131 -  Show
8132
8133    |image63|
8134
8135 .. _highlightownitemsonopac-&-highlightownitemsonopacwhich-label:
8136
8137 HighlightOwnItemsOnOPAC & HighlightOwnItemsOnOPACWhich
8138 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8139
8140 HighlightOwnItemsOnOPAC Default: Don't emphasize
8141
8142 HighlightOwnItemsOnOPACWhich Default: patron's home library
8143
8144 Asks: \_\_\_ results from the \_\_\_ by moving the results to the front
8145 and increasing the size or highlighting the rows for those results.
8146
8147 HighlightOwnItemsOnOPAC Values:
8148
8149 -  Don't emphasize
8150
8151 -  Emphasize
8152
8153 HighlightOwnItemsOnOPACWhich Values:
8154
8155 -  OPAC's branch based via the URL
8156
8157    -  The library is chosen based on the Apache environment variable
8158       BRANCHCODE. For example, this could be added to the OPAC section
8159       of koha-httpd.conf: SetEnv BRANCHCODE "CPL"
8160
8161 -  patron's home library
8162
8163    -  The items emphasized will be those of the same library as the
8164       patron's library. If no one is logged into the OPAC, no items will
8165       be highlighted.
8166
8167     **Important**
8168
8169     This preference will only effect sites that are not using an XSLT
8170     stylesheet. XSLT stylesheets are defined in the
8171     :ref:`OPACXSLTResultsDisplay` and
8172     :ref:`OPACXSLTDetailsDisplay` preferences.
8173
8174 .. _libraryname-label:
8175
8176 LibraryName
8177 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8178
8179 Asks: Show \_\_\_ as the name of the library on the OPAC.
8180
8181     **Note**
8182
8183     This value will appear in the title bar of the browser
8184
8185     **Note**
8186
8187     Edit :ref:`opacheader` if you'd like to add a library
8188     name above your search box on the OPAC
8189
8190 |image64|
8191
8192 .. _nologininstructions-label:
8193
8194 NoLoginInstructions
8195 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8196
8197 Asks: Show the following HTML on the OPAC login form when a patron is
8198 not logged in:
8199
8200 Description:
8201
8202 -  This preference allows you to override the default text seen on the
8203    log in page in the Koha OPAC. The default HTML is:
8204
8205    ::
8206
8207        <h5>Don't have a password yet?</h5>
8208        <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>
8209        <h5>Don't have a library card?</h5>
8210        <p> If you don't have a library card, stop by your local library to sign up.</p>
8211
8212    Any HTML in this box will replace the above text below the log in
8213    box.
8214
8215    |image1189|
8216
8217 .. _opacadditionalstylesheet-label:
8218
8219 OpacAdditionalStylesheet
8220 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8221
8222 Asks: Include the additional CSS stylesheet \_\_\_ to override specified
8223 settings from the default stylesheet.
8224
8225 Description:
8226
8227 -  The preference can look for stylesheets in the template directory for
8228    your OPAC language, for instance: /koha-tmpl/opac-tmpl/prog/en/css.
8229    If you upload a custom file, opac-mystyles.css to this directory, you
8230    can specify it by entering opac-mystyles.css in your
8231    opaccolorstylesheet system preference. This adds your custom
8232    stylesheet as a linked stylesheet alongside the OPAC's default CSS
8233    files. This method is preferable because linked stylesheets are
8234    cached by the user's browser, meaning upon repeat visits to your site
8235    the user's browser will not have to re-download the stylesheet,
8236    instead using the copy in the browser's cache.
8237
8238 -  If you would rather, you can upload your CSS to another server and
8239    enter the full URL pointing to it's location remember to begin the
8240    URL with http://
8241
8242     **Note**
8243
8244     Leave this field blank to disable it
8245
8246     **Note**
8247
8248     This file will add a linked CSS, not replace the existing default
8249     CSS.
8250
8251 .. _opacaddmastheadlibrarypulldown-label:
8252
8253 OpacAddMastheadLibraryPulldown
8254 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8255
8256 Default: Don't add
8257
8258 Asks: \_\_\_ a library select pulldown menu on the OPAC masthead.
8259
8260 Values:
8261
8262 -  Add
8263
8264    |image65|
8265
8266 -  Don't Add
8267
8268    |image66|
8269
8270 .. _opacbaseurl-label:
8271
8272 OPACBaseURL
8273 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8274
8275 Asks: The OPAC is located at \_\_\_
8276
8277 Description:
8278
8279 -  This preference is looking for the URL of your public catalog (OPAC)
8280    with the http:// in front of it (enter http://www.mycatalog.com
8281    instead of www.mycatalog.com). Once it is filled in Koha will use it
8282    to generate permanent links in your RSS feeds, for your social
8283    network share buttons and in your staff client when generating links
8284    to bib records in the OPAC.
8285
8286     **Important**
8287
8288     Do not include a trailing slash in the URL this will break links
8289     created using this URL. (example: http://www.google.com not
8290     http://www.google.com/)
8291
8292     **Important**
8293
8294     This must be filled in with the URL of your public catalog for RSS,
8295     unAPI, and search plugins to work.
8296
8297     **Important**
8298
8299     This must be filled in with the URL of your public catalog to show
8300     'OPAC View' links from bib records in the staff client:
8301
8302 |image67|
8303
8304 .. _opaccredits-label:
8305
8306 opaccredits
8307 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8308
8309 Asks: Include the following HTML in the footer of all pages in the OPAC:
8310
8311     **Note**
8312
8313     Click the 'Click to edit; link to enter HTML to appear at the bottom
8314     of every page in the OPAC
8315
8316 |image68|
8317
8318 |image69|
8319
8320 Description:
8321
8322 -  This setting is for credits that will appear at the bottom of your
8323    OPAC pages. Credits traditionally encompass copyright information,
8324    last date updated, hyperlinks or other information represented in an
8325    HTML format. This is static information and any updates must be
8326    entered manually.
8327
8328 Learn more in the :ref:`OPAC Editable Regions <editable-opac-regions-label>` section.
8329
8330 .. _opaccustomsearch-label:
8331
8332 OpacCustomSearch
8333 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8334
8335 Asks: Replace the search box at the top of OPAC pages with the following
8336 HTML
8337
8338 Description:
8339
8340 -  This preference allows you to replace the default search box at the
8341    top of the OPAC :
8342
8343     |image1190|
8344
8345    with any HTML you would like :
8346
8347     |image1191|
8348
8349 .. _opacdisplay856uasimage-label:
8350
8351 OPACDisplay856uAsImage
8352 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8353
8354 Default: Neither details or results page
8355
8356 Asks: Display the URI in the 856u field as an image on: \_\_\_
8357
8358 Values:
8359
8360 -  Both results and details pages
8361
8362    -  **Important**
8363
8364           Not implemented yet
8365
8366 -  Detail page only
8367
8368    -  **Important**
8369
8370           :ref:`OPACXSLTDetailsDisplay` needs to
8371           have a value in it for this preference to work.
8372
8373    |image70|
8374
8375 -  Neither details or results page
8376
8377 -  Results page only
8378
8379    -  **Important**
8380
8381           Not yet implemented
8382
8383 Description:
8384
8385 -  In addition to this option being set, the corresponding XSLT option
8386    must be turned on. Also, the corresponding 856q field must have a
8387    valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
8388    starting with "image/"), or the generic indicator "img" entered in
8389    the field. When all of the requirements are met, an image file will
8390    be displayed instead of the standard link text. Clicking on the image
8391    will open it in the same way as clicking on the link text. When you
8392    click on the image it should open to full size, in the current window
8393    or in a new window depending on the value in the system pref
8394    :ref:`OPACURLOpenInNewWindow`.
8395
8396    |image71|
8397
8398 .. _opacexportoptions-label:
8399
8400 OpacExportOptions
8401 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8402
8403 Default:
8404
8405     |image1192|
8406
8407 Asks: List export options that should be available from OPAC detail page
8408 : \_\_\_
8409
8410 Description:
8411
8412 -  In the OPAC on the right of each bib record there is a menu that
8413    allows for saving the record in various formats. This patch will
8414    allow you to define which options are in the pull down menu.
8415    Available options are: BIBTEX (bibtex), Dublin Core (dc), MARCXML
8416    (marcxml), MARC-8 encoded MARC (marc8), Unicode/UTF-8 encoded MARC
8417    (utf8), Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9-
8418    fields and subfields (marcstd), MODS (mods), and RIS (ris).
8419
8420 .. _opacfallback-label:
8421
8422 OPACFallback
8423 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8424
8425 Default: bootstrap
8426
8427 Asks: Use the \_\_\_ theme as the fallback theme on the OPAC.
8428
8429 Description:
8430
8431 -  This preference has no use right now, as Koha has only one theme, but
8432    if your library has a custom theme it will show here as an option.
8433    The purpose of this preference is to provide a way to choose to what
8434    theme to fallback on when you have a partial theme in place.
8435
8436 .. _opacfavicon-label:
8437
8438 OpacFavicon
8439 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8440
8441 Asks: Use the image at \_\_\_ for the OPAC's favicon.
8442
8443     **Important**
8444
8445     This should be a complete URL, starting with http://
8446
8447     **Note**
8448
8449     Turn your logo into a favicon with the `Favicon
8450     Generator <http://antifavicon.com/>`__.
8451
8452 Description:
8453
8454 -  The favicon is the little icon that appears next to the URL in the
8455    address bar in most browsers. The default value for this field (if
8456    left blank) is the small 'K' in the Koha logo.
8457
8458    |image72|
8459
8460 .. _opacheader-label:
8461
8462 opacheader
8463 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8464
8465 Asks: Include the following HTML in the header of all pages in the OPAC
8466
8467 |image73|
8468
8469     **Note**
8470
8471     This value will appear above the main content of your page
8472
8473 |image74|
8474
8475     **Note**
8476
8477     Edit ^:ref:`LibraryName`^ if you'd like to edit the
8478     contents of the <title> tag
8479
8480 Learn more in the :ref:`OPAC Editable Regions <editable-opac-regions-label>` section.
8481
8482 .. _opachighlightedwords-&-nothighlightedwords-label:
8483
8484 OpacHighlightedWords & NotHighlightedWords
8485 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8486
8487 OpacHighlightedWords Default: Don't highlight
8488
8489 NotHighlightedWords Default: and\|or\|not
8490
8491 Asks: \_\_\_ words the patron searched for in their search results and
8492 detail pages; To prevent certain words from ever being highlighted,
8493 enter a list of stopwords here \_\_\_ (separate columns with \|)
8494
8495 OpacHighlightedWords Values:
8496
8497 -  Don't highlight
8498
8499 -  Highlight
8500
8501 .. _opacholdingsdefaultsortfield-label:
8502
8503 OPACHoldingsDefaultSortField
8504 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8505
8506 Default: First column of the table
8507
8508 Asks: \_\_\_ is the default sort field for the holdings table
8509
8510 Values:
8511
8512 -  First column of the table
8513
8514 -  Holding library
8515
8516 -  Home library
8517
8518 .. _opackohaurl-label:
8519
8520 OpacKohaUrl
8521 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8522
8523 Default: Don't show
8524
8525 Values:
8526
8527 -  Don't show
8528
8529 -  Show
8530
8531 Description:
8532
8533 -  When this preference is set to 'Show' text will appear in the bottom
8534    right of the OPAC footer stating 'Powered by Koha' and linking to the
8535    official Koha website.
8536
8537    |image75|
8538
8539 .. _opaclangselectormode-label:
8540
8541 OpacLangSelectorMode
8542 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8543
8544 Default: only footer
8545
8546 Asks: Display language selector on \_\_\_.
8547
8548 Values:
8549
8550 -  both top and footer
8551
8552 -  only footer
8553
8554 -  top
8555
8556 Description:
8557
8558 -  If you have the :ref:`opaclanguagesdisplay`
8559    preference set to display language options in the public catlaog,
8560    then this preference will allow you to control where the language
8561    selector shows. You can choose to show it only on the top or bottom
8562    or in both places.
8563
8564 .. _opaclayoutstylesheet-label:
8565
8566 opaclayoutstylesheet
8567 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8568
8569 Default: opac.css
8570
8571 Asks: Use the CSS stylesheet /css/ \_\_\_ on all pages in the OPAC,
8572 instead of the default
8573
8574 Description:
8575
8576 -  This setting's function is to point to the \*.css file used to define
8577    the OPAC layout. A \*.css file is a cascading stylesheet which is
8578    used in conjunction with HTML to set how the HTML page is formatted
8579    and will look on the OPAC. There are two stylesheets that come with
8580    the system; opac.css and opac2.css. A custom stylesheet may also be
8581    used. The stylesheets listed in the opaclayoutstylesheet preference
8582    are held on the Koha server.
8583
8584     **Note**
8585
8586     Leave this field blank to disable it and let Koha use the default
8587     file instead
8588
8589     **Important**
8590
8591     Using a custom value in this preference causes Koha to completely
8592     ignore the default layout stylesheet.
8593
8594 .. _opaclocationbranchtodisplay-label:
8595
8596 OpacLocationBranchToDisplay
8597 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8598
8599 Default: holding library
8600
8601 Asks: Display the \_\_\_ for items on the OPAC record details page.
8602
8603 Values:
8604
8605 -  holding library
8606
8607 -  home and holding library
8608
8609 -  home library
8610
8611 Description:
8612
8613 -  Defines whether to display the holding library, the home library, or
8614    both for the opac details page.
8615
8616 .. _opaclocationondetail-label:
8617
8618 OpacLocationOnDetail
8619 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8620
8621 Default: below the holding library
8622
8623 Asks: Display the shelving location \_\_\_ for items on the
8624 OPAC record details page.
8625
8626 Values:
8627
8628 -  below both home and holding libraries
8629
8630 -  on a separate column
8631
8632 -  below the holding library
8633
8634 -  below the home library
8635
8636 Description:
8637
8638 -  Defines where the shelving location should be displayed, under the
8639    home library, the holding library, or both, or in a separate column.
8640
8641 .. _opacmaintenance-label:
8642
8643 OpacMaintenance
8644 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8645
8646 Default: Don't show
8647
8648 Asks: \_\_\_ a warning that the OPAC is under maintenance, instead of
8649 the OPAC itself.
8650
8651     **Note**
8652
8653     this shows the same warning as when the database needs to be
8654     upgraded, but unconditionally.
8655
8656 Description:
8657
8658 -  This preference allows the system administrator to turn off the OPAC
8659    during maintenance and display a message to users. When this
8660    preference is switched to "Show" the OPAC is not usable. The text of
8661    this message is not editable at this time.
8662
8663 Values:
8664
8665 -  Don't show
8666
8667 -  Show
8668
8669    -  When this preference is set to show the maintenance message the
8670       ability to search the OPAC is disabled and a message appears. The
8671       default message can be altered by using the
8672       :ref:`OpacMaintenanceNotice` preference.
8673
8674       |image76|
8675
8676 .. _opacmaintenancenotice-label:
8677
8678 OpacMaintenanceNotice
8679 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8680
8681 Asks: Show the following HTML when OpacMaintenance is enabled
8682
8683 Descritpion:
8684
8685 -  This preference will allow you to set the text the OPAC displays when
8686    the :ref:`OpacMaintenance` preference is set to
8687    'Show.^
8688
8689 .. _opacmainuserblock-label:
8690
8691 OpacMainUserBlock
8692 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8693
8694 Default: Welcome to Koha... <hr>
8695
8696 Asks: Show the following HTML in its own column on the main page of the
8697 OPAC
8698
8699 Description:
8700
8701 -  HTML entered in this field will appear in the center of the main page
8702    of your OPAC
8703
8704 |image77|
8705
8706 Learn more in the :ref:`OPAC Editable Regions <editable-opac-regions-label>` section.
8707
8708 .. _opacmaxitemstodisplay-label:
8709
8710 OpacMaxItemsToDisplay
8711 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8712
8713 Default: 50
8714
8715 Asks: Display up to \_\_\_ items on the biblio detail page
8716
8717 Description:
8718
8719 -  This preference will help with slow load times on the bibliographic
8720    detail pages by limiting the number of items to display by default.
8721    If the biblio has more items than this, a link is displayed instead
8722    that allows the user to choose to display all items.
8723
8724 .. _opacmysummaryhtml-label:
8725
8726 OPACMySummaryHTML
8727 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8728
8729 Asks: Include a "Links" column on the "my summary" tab when a user is
8730 logged in to the OPAC, with the following HTML (leave blank to disable).
8731
8732 Description:
8733
8734 -  In this preference you can enter HTML that will appear on the
8735    'Checked Out' tab on the 'My Summary' section when logged in to the
8736    OPAC. The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR}
8737    will be replaced with information from the displayed record. This can
8738    be used to enter in 'share' links for social networks or generate
8739    searches against other library catalogs.
8740
8741    |image78|
8742
8743 Sample Data:
8744
8745 ::
8746
8747     <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>
8748     <br />TITLE: {TITLE}
8749     <br />AUTHOR: {AUTHOR}
8750     <br />ISBN: {ISBN}
8751     <br />BIBLIONUMBER: {BIBLIONUMBER}</p>
8752
8753 .. _opacmysummarynote-label:
8754
8755 OPACMySummaryNote
8756 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8757
8758 Asks: Note to display on the patron summary page.
8759
8760 Description:
8761
8762 -  This preference will display text above the patron's summary and
8763    below the welcome message when the patron logs in to the OPAC and
8764    view their 'my summary' tab.
8765
8766     |image1193|
8767
8768 .. _opacnav-label:
8769
8770 OpacNav
8771 ^^^^^^^^^^^^^^^^^^^^^^
8772
8773 Default: Important links here.
8774
8775 Asks: Show the following HTML on the left hand column of the main page
8776 and patron account on the OPAC (generally navigation links)
8777
8778 |image79|
8779
8780 Learn more in the :ref:`OPAC Editable Regions <editable-opac-regions-label>` section.
8781
8782 .. _opacnavbottom-label:
8783
8784 OpacNavBottom
8785 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8786
8787 Asks: Show the following HTML on the left hand column of the main page
8788 and patron account on the OPAC, after :ref:`OpacNav`, and before
8789 patron account links if available:
8790
8791 Description: When a patron is logged in to their account they see a
8792 series of tabs to access their account information.
8793 :ref:`OpacNav` appears above this list of tabs and OpacNavBottom
8794 will appear below them. When not on the patron account pages the HTML in
8795 OpacNavBottom will just appear right below :ref:`OpacNav`.
8796
8797 |image80|
8798
8799 .. _opacnavright-label:
8800
8801 OpacNavRight
8802 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8803
8804 Asks: Show the following HTML in the right hand column of the main page
8805 under the main login form.
8806
8807 Description: HTML entered in this preference will appear on the right
8808 hand side of the OPAC under the log in form. If the log in form is not
8809 visible this content will move up on the right column.
8810
8811 |image81|
8812
8813 .. _opacnoresultsfound-label:
8814
8815 OPACNoResultsFound
8816 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8817
8818 No Default
8819
8820 Asks: Display this HTML when no results are found for a search in the
8821 OPAC
8822
8823 This HTML will display below the existing notice that no results were
8824 found for your search.
8825
8826 |image82|
8827
8828     **Note**
8829
8830     You can insert placeholders {QUERY\_KW} that will be replaced with
8831     the keywords of the query.
8832
8833 .. _opacpublic-label:
8834
8835 OpacPublic
8836 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8837
8838 Default: Enable
8839
8840 Asks: \_\_\_ Koha OPAC as public. Private OPAC requires authentication
8841 before accessing the OPAC.
8842
8843 Values:
8844
8845 -  Don't enable
8846
8847 -  Enable
8848
8849 Description:
8850
8851 -  This preference determines if your OPAC is accessible and searchable
8852    by anyone or only by members of the library. If set to 'Don't enable'
8853    only members who are logged into the OPAC can search. Most libraries
8854    will leave this setting at its default of 'Enable' to allow their
8855    OPAC to be searched by anyone and only require login for access to
8856    personalized content.
8857
8858 .. _opacresultslibrary-label:
8859
8860 OPACResultsLibrary
8861 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8862
8863 Default: home library
8864
8865 Asks: For search results in the OPAC, show the item's \_\_\_. Please
8866 note that this feature is currently available for MARC21 and UNIMARC.
8867
8868 Values:
8869
8870 -  current location
8871
8872 -  home library
8873
8874 .. _opacresultssidebar-label:
8875
8876 OPACResultsSidebar
8877 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8878
8879 Asks: Include the following HTML under the facets in OPAC search results
8880
8881 Description:
8882
8883 -  The HTML entered in this preference will appear on the search results
8884    pages below the list of facets on the left side of the screen.
8885
8886 .. _opacsearchfortitlein-label:
8887
8888 OPACSearchForTitleIn
8889 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8890
8891 Default: <li><a href="http://worldcat.org/search?q={TITLE}"
8892 target="\_blank">Other Libraries (WorldCat)</a></li> <li><a
8893 href="http://www.scholar.google.com/scholar?q={TITLE}"
8894 target="\_blank">Other Databases (Google Scholar)</a></li> <li><a
8895 href="http://www.bookfinder.com/search/?author={AUTHOR}&title={TITLE}&st=xl&ac=qr"
8896 target="\_blank">Online Stores (Bookfinder.com)</a></li>
8897
8898 Asks: Include a "More Searches" box on the detail pages of items on the
8899 OPAC, with the following HTML (leave blank to disable)
8900
8901     **Note**
8902
8903     The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE}, {ISBN},
8904     {ISSN} and {AUTHOR} will be replaced with information from the
8905     displayed record.
8906
8907 .. _opacseparateholdings-&-opacseparateholdingsbranch-label:
8908
8909 OpacSeparateHoldings & OpacSeparateHoldingsBranch
8910 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8911
8912 OpacSeparateHoldings default: Don't separate
8913
8914 OpacSeparateHoldingsBranch default: home library
8915
8916 Asks: \_\_\_ items display into two tabs, where the first tab contains
8917 items whose \_\_\_ is the logged in user's library. The second tab will
8918 contain all other items.
8919
8920 OpacSeparateHoldings values:
8921
8922 -  Don't separate
8923
8924 -  Separate
8925
8926 OpacSeparateHoldingsBranch values:
8927
8928 -  holding library
8929
8930 -  home library
8931
8932 Description:
8933
8934 -  This preference lets you decide if you would like to have the holding
8935    information on the bibliographic detail page in the OPAC split in to
8936    multiple tabs. The default is to show all holdings on one tab.
8937
8938    |image83|
8939
8940 .. _opacshowcheckoutname-label:
8941
8942 OPACShowCheckoutName
8943 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8944
8945 Default: Don't show
8946
8947 Asks: \_\_\_ the name of the patron that has an item checked out on item
8948 detail pages on the OPAC.
8949
8950 Values:
8951
8952 -  Don't show
8953
8954 -  Show
8955
8956 Description:
8957
8958 -  This preference allows all patrons to see who has the item checked
8959    out if it is checked out. In small corporate libraries (where the
8960    OPAC is behind a firewall and not publicly available) this can be
8961    helpful so coworkers can just contact the patron with the book
8962    themselves. In larger public and academic libraries setting this to
8963    'Show' would pose serious privacy issues.
8964
8965 .. _opacshowholdqueuedetails-label:
8966
8967 OPACShowHoldQueueDetails
8968 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8969
8970 Default: Don't show any hold details
8971
8972 Asks: \_\_\_ to patrons in the OPAC.
8973
8974 Values:
8975
8976 -  Don't show any hold details
8977
8978 -  Show holds
8979
8980    |image86|
8981
8982 -  Show holds and priority level
8983
8984 -  Show priority level
8985
8986    |image87|
8987
8988    -  :ref:`opacuserlogin` needs to be set to 'allow'
8989
8990 .. _opacshowrecentcomments-label:
8991
8992 OpacShowRecentComments
8993 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8994
8995 Default: Don't show
8996
8997 Asks: \_\_\_ a link to recent comments in the OPAC masthead.
8998
8999 Values:
9000
9001 -  Don't show
9002
9003 -  Show
9004
9005 Description:
9006
9007 -  If you have chosen to allow comments in your OPAC by setting
9008    :ref:`reviewson` to 'Allow' you can include a link to the
9009    recent comments under the search box at the top of your OPAC with
9010    this preference.
9011
9012    |image88|
9013
9014 .. _opacshowunusedauthorities-label:
9015
9016 OPACShowUnusedAuthorities
9017 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9018
9019 Default: Show
9020
9021 Asks: \_\_\_ unused authorities in the OPAC authority browser.
9022
9023 Values:
9024
9025 -  Do not show
9026
9027 -  Show
9028
9029    -  **Important**
9030
9031           Requires that the :ref:`OpacAuthorities`
9032           preference is set to 'Allow'
9033
9034 Description:
9035
9036 -  When patrons search your authority file via the OPAC they will see
9037    all authorities in your system even if you don't have them linked to
9038    any bibliographic records. This preference lets you determine what
9039    the default behavior is when searching authorities via the OPAC. If
9040    you choose 'Do not show' it will only show patrons authority records
9041    that are linked to bib records in the search results. Otherwise the
9042    system will show all authority records even if they aren't linked to
9043    records.
9044
9045 .. _opacstarratings-label:
9046
9047 OpacStarRatings
9048 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9049
9050 Default: no
9051
9052 Asks: Show star-ratings on \_\_\_ pages.
9053
9054 Values:
9055
9056 -  no
9057
9058 -  only details
9059
9060    |image89|
9061
9062 -  results and details
9063
9064    |image90|
9065
9066 Description:
9067
9068 -  Star ratings are a way for your patrons to leave ratings without
9069    having to leave a full review. Patrons who are not logged in will
9070    only be able to see the stars, once logged in patrons can click on
9071    the stars on the details page to leave their own rating. Clicking on
9072    the stars on the search results will not submit a rating.
9073
9074 .. _opacsuggestionmanagedby-label:
9075
9076 OpacSuggestionManagedBy
9077 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9078
9079 Default: Show
9080
9081 Asks: \_\_\_ the name of the staff member who managed a suggestion in
9082 OPAC.
9083
9084 Values:
9085
9086 -  Don't show
9087
9088 -  Show
9089
9090 Description:
9091
9092 -  If you're :ref:`allowing patrons to make purchase
9093    suggestions <suggestion-label>` then they will see the 'my
9094    suggestions' tab when logged in. This tab shows the patron the
9095    librarian who approved or rejected the purchase suggestion. This
9096    preference controls if the patron sees the librarian's name or not.
9097
9098 .. _opacthemes-label:
9099
9100 opacthemes
9101 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9102
9103 Default: bootstrap
9104
9105 Asks: Use the \_\_\_ theme on the OPAC.
9106
9107 Values:
9108
9109 -  bootstrap
9110
9111    Bootstrap Theme
9112
9113    This theme is completely responsive
9114
9115 .. _opacurlopeninnewwindow-label:
9116
9117 OPACURLOpenInNewWindow
9118 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9119
9120 Default: don't
9121
9122 Asks: When patrons click on a link to another website from your OPAC
9123 (like Amazon or OCLC), \_\_\_ open the website in a new window.
9124
9125 Values:
9126
9127 -  do
9128
9129 -  don't
9130
9131 Description:
9132
9133 -  This preference determines if URLs in the OPAC will open in a new
9134    window or not. When clicking on a link in the OPAC, a patron does not
9135    need to worry about navigating away from their search results.
9136
9137 .. _opacusercss-label:
9138
9139 OPACUserCSS
9140 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9141
9142 Asks: Include the following CSS on all pages in the OPAC
9143
9144 Description:
9145
9146 -  OPACUserCSS allows the administrator to enter styles that will
9147    overwrite the OPAC's default CSS as defined in 'opaclayoutstylesheet'
9148    or 'opacstylesheet'. Styles may be entered for any of the selectors
9149    found in the default style sheet. The default stylesheet will likely
9150    be found at
9151    http://your\_koha\_address/opac-tmpl/bootstrap/css/opac.css. Unlike
9152    :ref:`OpacAdditionalStylesheet` and
9153    :ref:`opaclayoutstylesheet` this preference will
9154    embed the CSS directly on your OPAC pages.
9155
9156 .. _opacuserjs-label:
9157
9158 OPACUserJS
9159 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9160
9161 Asks: Include the following JavaScript on all pages in the OPAC
9162
9163 |image91|
9164
9165 |image92|
9166
9167 |image93|
9168
9169 Description:
9170
9171 -  This preference allows the administrator to enter JavaScript or
9172    JQuery that will be embedded across all pages of the OPAC.
9173    Administrators may use this preference to customize some of the
9174    interactive sections of Koha, customizing the text for the login
9175    prompts, for example. Sample JQuery scripts used by Koha libraries
9176    can be found on the wiki:
9177    http://wiki.koha-community.org/wiki/JQuery_Library.
9178
9179 .. _opacusersummary-label:
9180
9181 OPACUserSummary
9182 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9183
9184 Default: Show
9185
9186 Asks: \_\_\_ a summary of a logged in user's checkouts, overdues, holds and fines on the mainpage
9187
9188 Description:
9189
9190 -  When activated, this preference system replaces the login form on the OPAC main page by a summary when the user is logged in.
9191
9192 .. _opacxsltdetailsdisplay-label:
9193
9194 OPACXSLTDetailsDisplay
9195 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9196
9197 Default: default
9198
9199 Asks: Display OPAC details using XSLT stylesheet at \_\_\_
9200
9201 Values:
9202
9203 -  leave empty to not use the XSLT stylesheet
9204
9205    -  In previous versions of Koha this was the setting that read
9206       'normally'
9207
9208 -  enter "default" for the default one
9209
9210 -  put a path to define a XSLT file
9211
9212    -  ex: /path/to/koha/and/your/stylesheet.xsl
9213
9214    -  If in a multi-language system you can enter {langcode} in the path
9215       to tell Koha to look in the right language folder
9216
9217       -  ex:
9218          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACDetail.xsl
9219
9220       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9221
9222 -  put an URL for an external specific stylesheet
9223
9224    -  ex: http://mykohaopac.org/stylesheet.xsl
9225
9226 Description:
9227
9228 -  XSLT stylesheets allow for the customization of the details shows on
9229    the screen when viewing a bib record. This preference will allow you
9230    either use the default look that comes with Koha or design your own
9231    stylesheet.
9232
9233 .. _opacxsltlistsdisplay-label:
9234
9235 OPACXSLTListsDisplay
9236 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9237
9238 Default: default
9239
9240 Asks: Display lists in the OPAC using XSLT stylesheet at \_\_\_
9241
9242 Values:
9243
9244 -  leave empty to not use the XSLT stylesheet
9245
9246    -  In previous versions of Koha this was the setting that read
9247       'normally'
9248
9249 -  enter "default" for the default one
9250
9251 -  put a path to define a XSLT file
9252
9253    -  ex: /path/to/koha/and/your/stylesheet.xsl
9254
9255    -  If in a multi-language system you can enter {langcode} in the path
9256       to tell Koha to look in the right language folder
9257
9258       -  ex:
9259          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
9260
9261       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9262
9263 -  put an URL for an external specific stylesheet
9264
9265    -  ex: http://mykohaopac.org/stylesheet.xsl
9266
9267 Description:
9268
9269 -  XSLT stylesheets allow for the customization of the details shows on
9270    the screen when viewing lists. This preference will
9271    allow you either use the default look that comes with Koha or design
9272    your own stylesheet.
9273
9274 .. _opacxsltresultsdisplay-label:
9275
9276 OPACXSLTResultsDisplay
9277 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9278
9279 Default: default
9280
9281 Asks: Display OPAC results using XSLT stylesheet at \_\_\_
9282
9283 Values:
9284
9285 -  leave empty to not use the XSLT stylesheet
9286
9287    -  In previous versions of Koha this was the setting that read
9288       'normally'
9289
9290 -  enter "default" for the default one
9291
9292 -  put a path to define a XSLT file
9293
9294    -  ex: /path/to/koha/and/your/stylesheet.xsl
9295
9296    -  If in a multi-language system you can enter {langcode} in the path
9297       to tell Koha to look in the right language folder
9298
9299       -  ex:
9300          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
9301
9302       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9303
9304 -  put an URL for an external specific stylesheet
9305
9306    -  ex: http://mykohaopac.org/stylesheet.xsl
9307
9308 Description:
9309
9310 -  XSLT stylesheets allow for the customization of the details shows on
9311    the screen when viewing the search results. This preference will
9312    allow you either use the default look that comes with Koha or design
9313    your own stylesheet.
9314
9315 .. _opacfeatures-label:
9316
9317 Features
9318 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9319
9320 .. _numsearchrssresults-label:
9321
9322 numSearchRSSResults
9323 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9324
9325 Default: 50
9326
9327 Asks: Display \_\_\_ search results in the RSS feed.
9328
9329 Description:
9330
9331 -  By default the RSS feed that is automatically generated for every
9332    search results page will list 50 items. This can sometimes be too
9333    much for some RSS feed readers and for some people this isn't enough.
9334    This preference allows you to adjust this number to show the best
9335    number of results for your patrons.
9336
9337 .. _opacacquisitiondetails-label:
9338
9339 OPACAcquisitionDetails
9340 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9341
9342 Default: Don't display
9343
9344 Asks: \_\_\_ the acquisition details on OPAC detail pages.
9345
9346 Values:
9347
9348 -  Display
9349
9350     |image1194|
9351
9352 -  Don't display
9353
9354 Description:
9355
9356 -  This preference shows the patrons how many items are on order in the
9357    Holdings tab if you have the :ref:`AcqCreateItem` set
9358    to 'cataloging the record'
9359
9360 .. _opacauthorities-label:
9361
9362 OpacAuthorities
9363 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9364
9365 Default: Allow
9366
9367 Asks: \_\_\_ patrons to search your authority records.
9368
9369 Description:
9370
9371 -  This preference displays the link on the OPAC for the authority
9372    search. By setting the preference to "Allow" patrons can use this
9373    search link of the OPAC.
9374
9375 Values:
9376
9377 -  Allow
9378
9379    -  A link labeled 'Authority search' will appear at the top of your
9380       OPAC under the search box
9381
9382       |image94|
9383
9384 -  Don't allow
9385
9386 .. _opacbookbag-label:
9387
9388 opacbookbag
9389 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9390
9391 Default: Allow
9392
9393 Asks: \_\_\_ patrons to store items in a temporary "Cart" on the OPAC.
9394
9395 Values:
9396
9397 -  Allow
9398
9399 -  Don't allow
9400
9401 Description:
9402
9403 -  This preference allows the user to temporarily save a list of items
9404    found on the catalog. By using the Book Bag, or Cart, the user can
9405    print out or email a list of items found. The user does not need to
9406    be logged in. This list is temporary and will be emptied, or cleared,
9407    at the end of the session.
9408
9409 .. _opacbrowser-label:
9410
9411 OpacBrowser
9412 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9413
9414     **Important**
9415
9416     This preference only applies to installations using UNIMARC at this time.
9417
9418 Default: Don't allow
9419
9420 Asks: \_\_\_ patrons to browse subject authorities on OPAC
9421
9422 Values:
9423
9424 -  Allow
9425
9426 -  Don't allow
9427
9428     **Important**
9429
9430     run the :ref:`Authorities Browser Cron Job <authorities-browser-label>` to
9431     create the browser list
9432
9433 .. _opacbrowseresults-label:
9434
9435 OpacBrowseResults
9436 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9437
9438 Default: enable
9439
9440 Asks: \_\_\_ browsing and paging search results from the OPAC detail
9441 page.
9442
9443 Values:
9444
9445 -  disable
9446
9447 -  enable
9448
9449    |image95|
9450
9451 Description:
9452
9453 -  This preference will control the option to return to your results
9454    and/or browse them from the detail page in the OPAC.
9455
9456 .. _opaccloud-label:
9457
9458 OpacCloud
9459 ^^^^^^^^^^^^^^^^^^^^^^^^^^
9460
9461     **Important**
9462
9463     This preference only applies to French systems at this time.
9464
9465 Default: Don't show
9466
9467 Asks: \_\_\_ a subject cloud on OPAC
9468
9469 Values:
9470
9471 -  Don't show
9472
9473 -  Show
9474
9475     **Important**
9476
9477     run the :ref:`Authorities Browser Cron Job <authorities-browser-label>` to
9478     create the browser list
9479
9480 .. _opacfinestab-label:
9481
9482 OPACFinesTab
9483 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9484
9485 Default: Allow
9486
9487 Asks: \_\_\_ patrons to access the Fines tab on the My Account page on
9488 the OPAC.
9489
9490 Values:
9491
9492 -  Allow
9493
9494    -  :ref:`opacuserlogin` needs to be set to 'allow'
9495
9496 -  Don't allow
9497
9498 .. _opacholdnotes-label:
9499
9500 OpacHoldNotes
9501 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9502
9503 Default: Do not allow
9504
9505 Asks: \_\_\_ users to add a note when placing a hold.
9506
9507 Values:
9508
9509 -  Allow
9510
9511    |image96|
9512
9513 -  Do not allow
9514
9515 .. _opacisbd-label:
9516
9517 OPACISBD
9518 ^^^^^^^^^^^^^^^^^^^^^^^^
9519
9520 Default: :ref:`MARC21 Default Appendix <marc-label>`
9521
9522 Asks: Use the following as the OPAC ISBD template:
9523
9524 Description:
9525
9526 -  This determines how the ISBD information will display in the OPAC.
9527    Elements in the list can be reordered to produce a different ISBD
9528    view. ISBD, the International Standard Bibliographic Description, was
9529    first introduced by IFLA (International Federation of Library
9530    Associations) in 1969 in order to provide guidelines for descriptive
9531    cataloging. The purpose of ISBD is to aid the international exchange
9532    of bibliographic records for a variety of materials.
9533
9534 .. _opacitemlocation-label:
9535
9536 OpacItemLocation
9537 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9538
9539 Default: call number only
9540
9541 Asks: Show \_\_\_\_ for items on the OPAC search results.
9542
9543 Values:
9544
9545 -  call number only
9546
9547 -  collection code
9548
9549 -  location
9550
9551 Description:
9552
9553 -  This setting allows users of the OPAC results XSLT stylesheet to
9554    choose to display collection code or location in addition to call
9555    number.
9556
9557 .. _opacnewslibraryselect-label:
9558
9559 OpacNewsLibrarySelect
9560 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9561
9562 Default: Don't display
9563
9564 Asks: \_\_\_ a branch selection list for news items in the OPAC.
9565
9566 Values:
9567
9568 -  Don't display
9569
9570 -  Display
9571
9572 .. _opacpasswordchange-label:
9573
9574 OpacPasswordChange
9575 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9576
9577 Default: Allow
9578
9579 Asks: \_\_\_ patrons to change their own password on the OPAC.
9580
9581 Values:
9582
9583 -  Allow
9584
9585    -  :ref:`opacuserlogin` needs to be set to 'allow'
9586
9587 -  Don't allow
9588
9589     **Important**
9590
9591     Enabling this will break LDAP authentication.
9592
9593 .. _opacpatrondetails-label:
9594
9595 OPACPatronDetails
9596 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9597
9598 Default: Allow
9599
9600 Asks: \_\_\_ patrons to notify the library of changes to their contact
9601 information from the OPAC.
9602
9603 Values:
9604
9605 -  Allow
9606
9607    -  :ref:`opacuserlogin` needs to be set to 'allow'
9608
9609 -  Don't allow
9610
9611 Description:
9612
9613 -  If patrons are allowed to notify the library of changes to their
9614    account then staff will need to approve the changes via the staff
9615    client. Notification of patron account requests will appear on the
9616    dashaboard below the list of modules with other pending actions.
9617
9618    |image97|
9619
9620    Once you click the notification you will be presented with the
9621    changes the patron would like to make to their account and from there
9622    you can choose how to proceed.
9623
9624    |image98|
9625
9626        **Note**
9627
9628        You can control what fields patrons see and can modify via the
9629        OPAC by setting the
9630        :ref:`PatronSelfRegistrationBorrowerMandatoryField`
9631        :ref:`PatronSelfRegistrationBorrowerUnwantedField`
9632        preferences.
9633
9634 .. _opacpatronimages-label:
9635
9636 OPACpatronimages
9637 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9638
9639 Default: Don't show
9640
9641 Asks: \_\_\_ patron images on the patron information page in the OPAC.
9642
9643 Values:
9644
9645 -  Don't show
9646
9647 -  Show
9648
9649 Description:
9650
9651 -  If :ref:`patronimages` is set to allow the upload of
9652    patron images via the staff client, then setting this preference to
9653    'show' will show the patron what image you have on file for them when
9654    they view their personal information on their account in the OPAC.
9655
9656 .. _opacpopupauthorssearch-label:
9657
9658 OPACPopupAuthorsSearch
9659 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9660
9661 Default: Don't display
9662
9663 Asks: \_\_\_ the list of authors/subjects in a popup for a combined
9664 search on OPAC detail pages.
9665
9666 Values:
9667
9668 -  Display
9669
9670    Subject search pop up
9671
9672    -  **Important**
9673
9674           This will only display the pop up if you are not using an XSLT
9675           stylesheet. Review your
9676           :ref:`OPACXSLTDetailsDisplay` to find
9677           out what stylesheet you're using.
9678
9679 -  Don't display
9680
9681    -  Authors and subjects will display as search links instead of pop
9682       up menus.
9683
9684 Description:
9685
9686 -  If this preference is set to 'Display' then clicking a subject or
9687    author from the details page in the OPAC will present the searcher
9688    with a pop up box. From this box you can check off any of the
9689    subjects or authors listed and search them all at once by clicking
9690    'Search' at the bottom of the pop up. The default behavior is for
9691    Koha to search just the clicked author or subject.
9692
9693 .. _opacresetpassword-label:
9694
9695 OpacResetPassword
9696 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9697
9698 Default: not allowed
9699
9700 Asks: Library users are \_\_\_ to recover their password via e-mail in
9701 the OPAC.
9702
9703 Values:
9704
9705 -  allowed
9706
9707     |image1195|
9708
9709 -  not allowed
9710
9711 Description:
9712
9713 -  This preference controls whether you present users of the public
9714    catalog with a 'Forgot your password' link or not. Learn more in the
9715    :ref:`OPAC section <resetting-your-password-label>` of this manual.
9716
9717 .. _opactopissue-label:
9718
9719 OpacTopissue
9720 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9721
9722 Default: Don't allow
9723
9724 Asks: \_\_\_ patrons to access a list of the most checked out items on
9725 the OPAC.
9726
9727 Values:
9728
9729 -  Allow
9730
9731    -  A link to 'Most Popular' will appear at the top of your OPAC
9732
9733       |image99|
9734
9735 -  Don't allow
9736
9737 Description:
9738
9739 -  This preference allows the administrator to choose to show the "Most
9740    Popular" link at the top of the OPAC under the search box. The "Most
9741    Popular" page shows the top circulated items in the library, as
9742    determined by the number of times a title has been circulated. This
9743    allows users to see what titles are popular in their community. It is
9744    recommended that you leave this preference set to 'Don't allow' until
9745    you have been live on Koha for a couple of months, otherwise the data
9746    that it shows will not be an accurate portrayal of what's popular in
9747    your library.
9748
9749    |image100|
9750
9751 .. _opacuserlogin-label:
9752
9753 opacuserlogin
9754 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9755
9756 Default: Allow
9757
9758 Asks: \_\_\_ patrons to log in to their accounts on the OPAC.
9759
9760 Values:
9761
9762 -  Allow
9763
9764 -  Don't allow
9765
9766    -  The OPAC will still be searchable if patrons can't log in, this
9767       just disables the patron account access via the OPAC
9768
9769 .. _quoteoftheday-label:
9770
9771 QuoteOfTheDay
9772 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9773
9774 Default: Disable
9775
9776 Asks: \_\_\_ Quote of the Day display on OPAC home page
9777
9778 Values:
9779
9780 -  Disable
9781
9782 -  Enable
9783
9784 Description:
9785
9786 -  This feature will allow you to enter a series of quotes that will
9787    then show on the OPAC homepage in random order. To add/edit quotes,
9788    visit the :ref:`Quote of the Day Editor <quote-of-the-day-(qotd)-editor-label>` under Tools.
9789
9790 .. _requestonopac-label:
9791
9792 RequestOnOpac
9793 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9794
9795 Default: Allow
9796
9797 Asks: \_\_\_ patrons to place holds on items from the OPAC.
9798
9799 Values:
9800
9801 -  Allow
9802
9803    -  :ref:`opacuserlogin` needs to be set to 'allow'
9804
9805 -  Don't allow
9806
9807 .. _reviewson-label:
9808
9809 reviewson
9810 ^^^^^^^^^^^^^^^^^^^^^^^^^^
9811
9812 Default: Allow
9813
9814 Asks: \_\_\_ patrons to make comments on items on the OPAC.
9815
9816 Values:
9817
9818 -  Allow
9819
9820    -  Patrons comments/reviews all require moderation before they appear
9821       in the OPAC
9822
9823    -  :ref:`opacuserlogin` needs to be set to 'Allow'
9824
9825 -  Don't allow
9826
9827 Description:
9828
9829 -  This button allows the patrons to submit comments on books they have
9830    read via the OPAC. If this preference is set to "Allow" reviews are
9831    first sent to the staff client for staff approval before the review
9832    is displayed in the OPAC. The staff member who reviews and approves
9833    comments may find the pending comments on the
9834    :ref:`Comments` tool. The staff member can then choose to
9835    approve or delete the comments.
9836
9837 .. _showreviewer-label:
9838
9839 ShowReviewer
9840 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9841
9842 Default: full name
9843
9844 Asks: Show \_\_\_ of commenter with comments in OPAC.
9845
9846 Values:
9847
9848 -  first name
9849
9850 -  first name and last initial
9851
9852 -  full name
9853
9854 -  last name
9855
9856 -  no name
9857
9858 -  username
9859
9860 Description:
9861
9862 -  If you would like to protect your patron's privacy in the OPAC you
9863    can choose to hide their names or parts of their names from any of
9864    the comments they leave on bib records in your system.
9865    :ref:`reviewson` needs to be set to 'Allow' for this to
9866    preference to come in to play
9867
9868 .. _showreviewerphoto-label:
9869
9870 ShowReviewerPhoto
9871 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9872
9873 Default: Show
9874
9875 Asks: \_\_\_ reviewer's photo beside comments in OPAC.
9876
9877 Values:
9878
9879 -  Hide
9880
9881 -  Show
9882
9883    -  :ref:`reviewson` needs to be set to 'Allow' and
9884       :ref:`ShowReviewer` needs to be set to 'Show' for
9885       this to preference to come in to play
9886
9887       |image101|
9888
9889 Description:
9890
9891 -  This system preference allows libraries to show avatars next to
9892    patron's comments in the OPAC. These avatars are pulled from the
9893    `Libravatar <https://www.libravatar.org>`__ library, an open source
9894    powered product that allows Internet users to choose a small icon to
9895    display next to their name on various different websites. The library
9896    has no control over the images the patron chooses to display.
9897
9898 .. _socialnetworks-label:
9899
9900 SocialNetworks
9901 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9902
9903 Default: Disable
9904
9905 Asks: \_\_\_ social network links in opac detail pages
9906
9907 Values:
9908
9909 -  Disable
9910
9911 -  Enable
9912
9913    |image102|
9914
9915 Description:
9916
9917 -  This preference will enable a line of social network share buttons
9918    below the right hand column on the detail pages of records in the
9919    OPAC.
9920
9921     **Important**
9922
9923     In order for these share buttons to work when clicked you must have
9924     filled in your :ref:`OPACBaseURL` preference.
9925
9926 .. _suggestion-label:
9927
9928 suggestion
9929 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9930
9931 Default: Allow
9932
9933 Asks: \_\_\_ patrons to make purchase suggestions on the OPAC.
9934
9935 Values:
9936
9937 -  Allow
9938
9939    -  :ref:`opacuserlogin` needs to be set to 'allow'
9940       unless :ref:`AnonSuggestions` is set to 'allow'
9941
9942 -  Don't allow
9943
9944 .. _payments-label:
9945
9946 Payments
9947 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9948
9949 These preferences will allow you control the tools you use to accept
9950 online payments from your patrons via the OPAC.
9951
9952 .. _enablepaypalopacpayments-&-paypalsandboxmode-label:
9953
9954 EnablePayPalOpacPayments & PayPalSandboxMode
9955 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9956
9957 EnablePayPalOpacPayments Default: Don't all
9958
9959 PayPalSandboxMode Default: Sandbox
9960
9961 Asks: \_\_\_ patrons to make payments from the OPAC via PayPal in \_\_\_
9962 mode.
9963
9964 EnablePayPalOpacPayments values:
9965
9966 -  Allow
9967
9968 -  Don't allow
9969
9970 PayPalSandboxMode values:
9971
9972 -  Production
9973
9974    -  Visit https://developer.paypal.com/ to get information for
9975       accepting payments in production
9976
9977 -  Sandbox
9978
9979    -  Visit https://developer.paypal.com/developer/accounts/ to get
9980       information for your sandbox account
9981
9982 Description:
9983
9984 -  This preference will allow you to accept credit card payments via the
9985    OPAC for fines via PayPal. You will need to set up your PayPal
9986    account and it is recommended that you run tests before using this in
9987    production.
9988
9989     **Important**
9990
9991     PayPayl's terms of service state that you cannot charge your patrons
9992     for the processing fees and so this plugin will not add additional
9993     fees to the charges.
9994
9995 .. _paypalchargedescription-label:
9996
9997 PayPalChargeDescription
9998 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9999
10000 Default: Koha fee payment
10001
10002 Asks: The patron should see the charge description as \_\_\_
10003
10004 Description
10005
10006 -  This preference controls what the patron will see on their PayPal
10007    account/Bank account for this charge.
10008
10009 .. _paypalpwd-label:
10010
10011 PayPalPwd
10012 ^^^^^^^^^^^^^^^^^^^^^^^^^^
10013
10014 Asks: The password for the PayPal account to receive payments is \_\_\_
10015
10016 .. _paypalsignature-label:
10017
10018 PayPalSignature
10019 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10020
10021 Asks: The signature for the PayPal account to receive payments is \_\_\_
10022
10023 .. _paypaluser-label:
10024
10025 PayPalUser
10026 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10027
10028 Asks: The email address to receive PayPal payments is \_\_\_
10029
10030 .. _policy-label:
10031
10032 Policy
10033 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10034
10035 .. _allowpurchasesuggestionbranchchoice-label:
10036
10037 AllowPurchaseSuggestionBranchChoice
10038 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10039
10040 Default: Don't allow
10041
10042 Asks: \_\_\_ patrons to select branch when making a purchase suggestion
10043
10044 Values:
10045
10046 -  Allow
10047
10048 -  Don't allow
10049
10050 Description:
10051
10052 -  If your library system lets patrons make purchase suggestions for a
10053    specific branch you can set this preference to 'Allow' to add a
10054    branch selection option to the purchase suggestion form.
10055
10056 .. _blockexpiredpatronopacactions-label:
10057
10058 BlockExpiredPatronOpacActions
10059 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10060
10061 Default: Don't block
10062
10063 Asks: \_\_\_ expired patrons from OPAC actions such as placing a hold or
10064 renewing.
10065
10066 Values:
10067
10068 -  Block
10069
10070 -  Don't block
10071
10072 Description:
10073
10074 -  This preference lets you set a default value for how Koha handles
10075    permissions for patrons who are expired. This preference can be
10076    overwritten by the setting on :ref:`individual patron
10077    categories <patron-categories-label>`.
10078
10079 .. _maxopensuggestions-label:
10080
10081 MaxOpenSuggestions
10082 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10083
10084 Default: blank
10085
10086 Asks: Limit patrons to \_\_\_ open suggestions. Leave empty for no limit.
10087
10088     **Note**
10089
10090     This setting does not affect anonymous suggestions.
10091
10092 .. _opacallowpubliclistcreation-label:
10093
10094 OpacAllowPublicListCreation
10095 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10096
10097 Default: Allow
10098
10099 Asks: \_\_\_ opac users to create public lists.
10100
10101 Values:
10102
10103 -  Allow
10104
10105 -  Don't allow
10106
10107 Description:
10108
10109 -  Public lists are visible to anyone who visits your OPAC. With this
10110    preference you can control whether or now patrons are allowed to
10111    create these public lists. If this is set to "Don't allow" then only
10112    staff will be able to create public lists.
10113
10114     **Important**
10115
10116     This preference will only be taken in to account if you have
10117     :ref:`virtualshelves` set to 'Allow'
10118
10119 .. _opacallowsharingprivatelists-label:
10120
10121 OpacAllowSharingPrivateLists
10122 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10123
10124 Default: Don't allow
10125
10126 Asks: \_\_\_ opac users to share private lists with other patrons.
10127
10128 Values:
10129
10130 -  Allow
10131
10132 -  Don't allow
10133
10134 Description:
10135
10136 -  This feature will add the option for patrons to share their lists
10137    with other patrons. When this is set to 'Allow' patrons will see a
10138    share link at the top of their list. When they click that link it
10139    will ask for the email of the patron they would like to share with.
10140    Koha will then email the patron an invitation to see the list.
10141
10142 .. _opacfinenorenewals-label:
10143
10144 OPACFineNoRenewals
10145 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10146
10147 Default: 99999
10148
10149 Asks: Only allow patrons to renew their own books on the OPAC if they
10150 have less than \_\_\_ USD in fines
10151
10152     **Note**
10153
10154     Leave this field blank to disable
10155
10156     **Important**
10157
10158     To allow renewals in the OPAC, :ref:`opacuserlogin`
10159     needs to be set to 'allow'
10160
10161 .. _opachiddenitems-label:
10162
10163 OpacHiddenItems
10164 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10165
10166 Asks: Allows to define custom rules for hiding specific items at opac.
10167
10168     **Note**
10169
10170     See docs/opac/OpacHiddenItems.txt in your Koha install directory for
10171     more information
10172
10173 Description:
10174
10175 -  In this field you can enter criteria for items you would like to hide
10176    from display in the OPAC. This field takes any combination of item
10177    fields (from the items table in the Koha database) for blocking. For
10178    example a value of:
10179
10180    ::
10181
10182        itype: [07, 10]
10183        location: [STAFF, ISO]
10184
10185    Will block items with an itype code of 07 or 10 as well as items that
10186    have a shelving location of STAFF or ISO.
10187
10188    In items my items.itype 07 is defined in Item Types Administration as
10189    Staff Assigned My items.itype 10 in Item Types is Archival Copy The
10190    locations STAFF and ISO are in Authorized Values for category=LOC
10191    STAFF means it's assigned to the staff reading room and ISO means it
10192    is in the isolation room.
10193
10194 .. _opacrenewalallowed-label:
10195
10196 OpacRenewalAllowed
10197 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10198
10199 Default: Don't allow
10200
10201 Asks: \_\_\_ patrons to renew their own books on the OPAC.
10202
10203 Values:
10204
10205 -  Allow
10206
10207    -  :ref:`opacuserlogin` needs to be set to 'allow'
10208
10209 -  Don't allow
10210
10211    -  Staff will still be able to renew items for patrons via the staff
10212       client
10213
10214 Description:
10215
10216 -  This preference allows the administration to choose if patrons can
10217    renew their checked out materials via their checked out history in
10218    the OPAC. It allows patrons to renew their materials without having
10219    to contact the library or having to return to the library.
10220
10221 .. _opacrenewalbranch-label:
10222
10223 OpacRenewalBranch
10224 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10225
10226 Default: the branch the item was checked out from
10227
10228 Asks: Use \_\_\_ as branchcode to store in the statistics table
10229
10230 Values:
10231
10232 -  NULL
10233
10234 -  'OPACRenew'
10235
10236 -  the item's home branch
10237
10238 -  the patron's home branch
10239
10240 -  the branch the item was checked out from
10241
10242 Description:
10243
10244 -  This value is used in the statistics table to help with reporting.
10245    The statistics table in Koha keeps track of all checkouts and
10246    renewals, this preference defines which branch is entered in to the
10247    table when a patron renews an item for themselves via the OPAC.
10248
10249 .. _opacsuggestionmandatoryfields-label:
10250
10251 OPACSuggestionMandatoryFields
10252 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10253
10254 Default: blank
10255
10256 Asks: Fields that should be mandatory for patron purchase suggestions:
10257 \_\_\_ Note: if none of the above options are selected, 'Title' field
10258 would be mandatory anyway, by default.
10259
10260 Values:
10261
10262 -  [Select all]
10263
10264 -  Author
10265
10266 -  Collection title
10267
10268 -  Copyright or publication date
10269
10270 -  ISBN, ISSN or other standard number
10271
10272 -  Item type
10273
10274 -  Library or branch
10275
10276 -  Note
10277
10278 -  Patron reason
10279
10280 -  Publication place
10281
10282 -  Publisher name
10283
10284 -  Title
10285
10286 .. _opacviewotherssuggestions-label:
10287
10288 OPACViewOthersSuggestions
10289 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10290
10291 Default: Don't show
10292
10293 Asks: \_\_\_ purchase suggestions from other patrons on the OPAC.
10294
10295 Values:
10296
10297 -  Don't show
10298
10299 -  Show
10300
10301    -  :ref:`opacuserlogin` needs to be set to 'allow'
10302
10303 .. _searchmylibraryfirst-label:
10304
10305 SearchMyLibraryFirst
10306 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10307
10308 Default: Don't limit
10309
10310 Asks: \_\_\_ patrons' searches to the library they are registered at.
10311
10312 Values:
10313
10314 -  Don't limit
10315
10316    -  Searching the OPAC will show results from all libraries
10317
10318    -  If you're a one branch system, choose 'Don't limit'
10319
10320 -  Limit
10321
10322    -  Patrons will still be able to search other libraries via the
10323       Advanced search page - but will be limited to searches for their
10324       library only from the basic search box
10325
10326    -  :ref:`opacuserlogin` needs to be set to 'allow'
10327
10328 .. _privacy-label:
10329
10330 Privacy
10331 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10332
10333 .. _allowpatrontosetcheckoutsvisibilityforguarantor-label:
10334
10335 AllowPatronToSetCheckoutsVisibilityForGuarantor
10336 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10337
10338 Default: Don't allow
10339
10340 Asks: \_\_\_ patrons to choose their own privacy settings for showing
10341 the patron's checkouts to the patron's guarantor".
10342
10343 Values:
10344
10345 -  Allow
10346
10347 -  Don't allow
10348
10349 Description:
10350
10351 -  By default staff can see checkouts to family members via the staff
10352    client. This preference will allow guarantees (children) to grant
10353    permission to guarantors (guardians) to view their current checkouts
10354    via the public catalog. This preference requires that you allow
10355    patrons to se their own privacy with the
10356    :ref:`OPACPrivacy` preference.
10357
10358 .. _anonsuggestions-label:
10359
10360 AnonSuggestions
10361 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10362
10363 Default: Don't allow
10364
10365 Asks: \_\_\_ patrons that aren't logged in to make purchase suggestions.
10366
10367     **Important**
10368
10369     If set to 'Allow', suggestions are connected to the
10370     :ref:`AnonymousPatron`
10371
10372 Values:
10373
10374 -  Allow
10375
10376 -  Don't allow
10377
10378 .. _anonymouspatron-label:
10379
10380 AnonymousPatron
10381 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10382
10383 Default: 0
10384
10385 Asks: Use borrowernumber \_\_\_ as the Anonymous Patron (for anonymous
10386 suggestions and reading history)
10387
10388     **Note**
10389
10390     Before setting this preference :ref:`create a patron <add-a-new-patron-label>`
10391     to be used for all anonymous suggestions and/or reading history
10392     items. This patron can be any type and should be named something to
10393     make it clear to you that they're anonymous (ex. Anonymous Patron).
10394
10395     **Important**
10396
10397     Remember to use the borrowernumber note the patron's cardnumber for
10398     this value. The borrowernumber can be found on the patron record
10399     under 'Library use' on the right.
10400
10401     |image1196|
10402
10403 .. _enableopacsearchhistory-label:
10404
10405 EnableOpacSearchHistory
10406 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10407
10408 Default: Keep
10409
10410 Asks: \_\_\_ patron search history in the OPAC.
10411
10412 Values:
10413
10414 -  Don't keep
10415
10416 -  Keep
10417
10418 .. _opacprivacy-label:
10419
10420 OPACPrivacy
10421 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10422
10423 Default: Don't allow
10424
10425 Asks: \_\_\_ patrons to choose their own privacy settings for their
10426 reading history.
10427
10428     **Important**
10429
10430     This requires :ref:`opacreadinghistory` set to
10431     'Allow' and :ref:`AnonymousPatron` to be set to your
10432     anonymous patron's borrowernumber.
10433
10434 Values:
10435
10436 -  Allow
10437
10438 -  Don't allow
10439
10440 Description:
10441
10442 -  The default privacy setting for each patron category can be set in
10443    the :ref:`Patrons Categories <patron-categories-label>` area. If you set this
10444    preference to 'allow' then patrons can change that for themselves via
10445    the OPAC.
10446
10447     **Important**
10448
10449     If patron has chosen to have their reading history anonymized and
10450     you have :ref:`StoreLastBorrower` set to "Don't
10451     store" then as soon as the item is checked in the last borrower will
10452     be anonymized.
10453
10454 .. _opacreadinghistory-label:
10455
10456 opacreadinghistory
10457 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10458
10459 Default: Allow
10460
10461 Asks: \_\_\_ patrons to see what books they have checked out in the
10462 past.
10463
10464     **Important**
10465
10466     Enabling this will make it so that patrons can view their
10467     circulation history in the OPAC unless you have
10468     :ref:`OPACPrivacy` set to 'Allow.^
10469
10470     **Important**
10471
10472     This data is stored in the system regardless of your choice, unless
10473     your patrons have chosen to never have their reading history kept.
10474
10475 .. _storelastborrower-label:
10476
10477 StoreLastBorrower
10478 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10479
10480 Default: Don't store
10481
10482 Asks: \_\_\_ the last patron to return an item.
10483
10484 Values:
10485
10486 -  Don't store
10487
10488 -  Store
10489
10490 Description:
10491
10492 -  This preference allows you to store the last patron to borrow an item
10493    even if the patron has chosen to have their reading history
10494    anonymized.
10495
10496     **Note**
10497
10498     This setting is independent of
10499     :ref:`opacreadinghistory` and/or
10500     :ref:`AnonymousPatron`.
10501
10502 .. _trackclicks-label:
10503
10504 TrackClicks
10505 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10506
10507 Default: Don't track
10508
10509 Asks: \_\_\_ links that patrons click on.
10510
10511 Values:
10512
10513 -  Don't track
10514
10515 -  Track
10516
10517 -  Track anonymously
10518
10519 Description:
10520
10521 -  By setting this preference to one of the track options you will allow
10522    Koha to track every link clicked in Koha. This data will be stored in
10523    a database table so that you can run reports against that data. If
10524    you choose to 'Track' clicks then Koha will record both the link
10525    clicked and the logged in user who clicked the link. If you choose to
10526    'Track anonymously' then the borrowernumber will not be recorded, but
10527    the rest of the data will.
10528
10529        **Note**
10530
10531        Remember to update your local privacy policies and link to them
10532        from the OPAC to notify your users that you are tracking their
10533        information.
10534
10535 .. _restricted-page-label:
10536
10537 Restricted Page
10538 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10539
10540 Using the following preference you can create a page within your Koha
10541 system that is accessible by only specific IP addresses. This can be
10542 used to house links to databases that can only be accessed from with the
10543 library or other licensed content.
10544
10545 .. _restrictedpagecontent-label:
10546
10547 RestrictedPageContent
10548 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10549
10550 Asks: HTML content of your restricted page.
10551
10552 .. _restrictedpagelocalips-label:
10553
10554 RestrictedPageLocalIPs
10555 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10556
10557 Asks: Access from IP addresses beginning with \_\_\_ do not need to be
10558 authenticated
10559
10560 Description:
10561
10562 -  You can enter individual IPS as a comma separated list (ex:
10563    '127.0.0,127.0.1') or just the beginning of the IP range allowed (ex:
10564    '127.0.^)
10565
10566 .. _restrictedpagetitle-label:
10567
10568 RestrictedPageTitle
10569 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10570
10571 Asks: Use \_\_\_ as title of your restricted page
10572
10573 Description:
10574
10575 -  This title will appear in the breadcrumb and on the top of the
10576    restricted page.
10577
10578 .. _self-registration-label:
10579
10580 Self Registration
10581 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10582
10583 .. _patronselfmodificationborrowerunwantedfield-label:
10584
10585 PatronSelfModificationBorrowerUnwantedField
10586 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10587
10588 Default: password
10589
10590 Asks: The following `database
10591 columns <http://schema.koha-community.org/tables/borrowers.html>`__ will
10592 not appear on the patron self-modification screen: \_\_\_
10593
10594 Description:
10595
10596 -  This preference allows you to define what fields patrons can edit if
10597    you're allowing them to update their personal information via the
10598    public catalog with the :ref:`OPACPatronDetails`
10599    preference.
10600
10601     **Important**
10602
10603     Separate columns with \|
10604
10605 .. _patronselfregistration-label:
10606
10607 PatronSelfRegistration
10608 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10609
10610 Default: Don't allow
10611
10612 Asks: \_\_\_ library patrons to register an account via the OPAC.
10613
10614 Values:
10615
10616 -  Allow
10617
10618 -  Don't allow
10619
10620 Description:
10621
10622 -  Setting this preference to 'Allow' will provide a link on the OPAC to
10623    register for a new account. Using the other :ref:`Self
10624    Registration <self-registration-label>` system preferences you
10625    can control how this preference will function.
10626
10627    |image103|
10628
10629     **Important**
10630
10631     Patrons registering via the OPAC will not need to be approved by a
10632     librarian. For this reason it is recommended that you set up a
10633     provisional :ref:`patron category <patron-categories-label>` with no :ref:`circulation
10634     rights <circulation-and-fine-rules-label>`. That way patrons will have to come in to
10635     the library to verify their identity before given circulation rights
10636     at the library. Once the patron confirms their identity the library
10637     staff can change the category to one with permissions to check items
10638     out and place holds.
10639
10640 .. _patronselfregistrationadditionalinstructions-label:
10641
10642 PatronSelfRegistrationAdditionalInstructions
10643 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10644
10645 Asks: Display the following additional instructions for patrons who self
10646 register via the OPAC ( HTML is allowed ):
10647
10648 Description:
10649
10650 -  This preference takes any HTML you'd like to display on the page the
10651    patron sees after successfully registering for their library card.
10652
10653 .. _patronselfregistrationborrowermandatoryfield-label:
10654
10655 PatronSelfRegistrationBorrowerMandatoryField
10656 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10657
10658 Default: surname\|firstname
10659
10660 Asks: The following database columns must be filled in on the patron
10661 entry screen: \_\_\_
10662
10663 Description:
10664
10665 -  This preference allows you to define what fields patrons must fill in
10666    on their self registration form. If any of the required fields are
10667    blank Koha will not let the patron register.
10668
10669     **Important**
10670
10671     Separate columns with \|
10672
10673     **Note**
10674
10675     For help with field names, ask your system administrator or `view
10676     the database
10677     structure <http://schema.koha-community.org/tables/borrowers.html>`__
10678     associated with the borrowers table.
10679
10680     **Note**
10681
10682     If you're going to require that patrons verify their accounts via
10683     email with the
10684     :ref:`PatronSelfRegistrationVerifyByEmail`
10685     preference the email field will automatically be marked as required.
10686
10687 .. _patronselfregistrationborrowerunwantedfield-label:
10688
10689 PatronSelfRegistrationBorrowerUnwantedField
10690 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10691
10692 Default: password
10693
10694 Asks: The following database columns will not appear on the patron entry
10695 screen: \_\_\_
10696
10697 Description:
10698
10699 -  Using this preference you can hide fields from the patron registration
10700    and update form in the OPAC.
10701
10702     **Important**
10703
10704     Separate columns with \|
10705
10706     **Note**
10707
10708     For help with field names, ask your system administrator or `view
10709     the database
10710     structure <http://schema.koha-community.org/tables/borrowers.html>`__
10711     associated with the borrowers table.
10712
10713 .. _patronselfregistrationdefaultcategory-label:
10714
10715 PatronSelfRegistrationDefaultCategory
10716 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10717
10718 Asks: Use the patron category code \_\_\_ as the default patron category
10719 for patrons registered via the OPAC.
10720
10721 Description:
10722
10723 -  Enter in the patron category code for the category that all new
10724    patrons registered via the OPAC will be put in to.
10725
10726     **Important**
10727
10728     Patrons registering via the OPAC will not need to be approved by a
10729     librarian. For this reason it is recommended that you set up a
10730     provisional :ref:`patron category <patron-categories-label>` with no :ref:`circulation
10731     rights <circulation-and-fine-rules-label>`. That way patrons will have to come in to
10732     the library to verify their identity before given circulation rights
10733     at the library. Once the patron confirms their identiy the library
10734     staff can change the category to one with permissions to check items
10735     out and place holds.
10736
10737     **Important**
10738
10739     If you leave this blank or enter in an invalid code your patrons
10740     will still be able to register but will not be given a username.
10741     There will be no errors on the page to explain this, so be sure to
10742     enter a valid patron category code.
10743
10744 .. _patronselfregistrationemailmustbeunique-label:
10745
10746 PatronSelfRegistrationEmailMustBeUnique
10747 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10748
10749 Default: Do not consider
10750
10751 Asks: \_\_\_ patron's email (borrowers.email) as unique on self registering.
10752 An email won't be accepted if it already exists in the database.
10753
10754 Values:
10755
10756 -  Do not consider
10757
10758 -  Consider
10759
10760 .. _patronselfregistrationexpiretemporaryaccountsdelay-label:
10761
10762 PatronSelfRegistrationExpireTemporaryAccountsDelay
10763 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10764
10765 Default: 0
10766
10767 Asks: Delete patrons registered via the OPAC, but not yet verified after
10768 \_\_\_ days.
10769
10770 Description:
10771
10772 -  This preference links to the :ref:`delete\_expired\_opac\_registrations.pl
10773    cron job <unverified-registrations-label>`. If that cron is set to
10774    run nightly it will clean up any registrations that have not been
10775    verified via email in the number of days entered on this preference.
10776    This is dependent on
10777    :ref:`PatronSelfRegistrationVerifyByEmail`
10778    preference.
10779
10780 .. _patronselfregistrationlibrarylist-label:
10781
10782 PatronSelfRegistrationLibraryList
10783 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10784
10785 Default: blank
10786
10787 Asks: Enable the self registration for the following libraries: \_\_\_
10788 (separate branchcode with \|). If empty, all libraries will be listed.
10789
10790 .. _patronselfregistrationprefillform-label:
10791
10792 PatronSelfRegistrationPrefillForm
10793 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10794
10795 Default: Display and prefill
10796
10797 Asks: \_\_\_ password and login form after a patron has self registered.
10798
10799 Values:
10800
10801 -  Do not display and prefill
10802
10803 -  Display and prefill
10804
10805 .. _patronselfregistrationverifybyemail-label:
10806
10807 PatronSelfRegistrationVerifyByEmail
10808 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10809
10810 Default: Don't require
10811
10812 Asks: \_\_\_ that a self-registering patron verify his or herself via
10813 email.
10814
10815 Values:
10816
10817 -  Don't require
10818
10819 -  Require
10820
10821 Description:
10822
10823 -  If you require patrons to verify their accounts via email they will
10824    not be able to log in to the OPAC until they acknowledge the email
10825    sent by Koha. If you don't require this then patrons will be able to
10826    log in as soon as they fill in the registration form. You can set the
10827    :ref:`PatronSelfRegistrationExpireTemporaryAccountsDelay`
10828    preference to delete the un-verified self registrations after a
10829    certain number of days.
10830
10831     **Note**
10832
10833     If you're going to require that patrons verify their accounts via
10834     email then the email field will automatically be marked as required.
10835
10836 .. _shelf-browser-label:
10837
10838 Shelf Browser
10839 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10840
10841 .. _opacshelfbrowser-label:
10842
10843 OPACShelfBrowser
10844 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10845
10846 Default: Show
10847
10848 Asks: \_\_\_ a shelf browser on item details pages, allowing patrons to
10849 see what's near that item on the shelf.
10850
10851 Values:
10852
10853 -  Don't show
10854
10855 -  Show
10856
10857    |image104|
10858
10859 Description:
10860
10861 -  This preference allows patrons to view what is located on the shelf
10862    near the item they looked up. The shelf browser option appears on the
10863    details page to the right of each items' call number. Clicking the
10864    'Browse Shelf' link allows for a virtual shelf browsing experience
10865    via the OPAC and lets patrons see other books that may relate to
10866    their search and items that sit on the shelf near the item they are
10867    looking at.
10868
10869     **Important**
10870
10871     This uses up a fairly large amount of resources on your server, and
10872     should be avoided if your collection has a large number of items.
10873
10874 .. _shelfbrowserusesccode-label:
10875
10876 ShelfBrowserUsesCcode
10877 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10878
10879 Default: Don't use
10880
10881 Asks: \_\_\_ the item collection code when finding items for the shelf
10882 browser.
10883
10884 Values:
10885
10886 -  Don't use
10887
10888 -  Use
10889
10890 Description:
10891
10892 -  If your library uses collection codes then you might want the shelf
10893    browser to take into consideration what collection the books belong
10894    to when populating the virtual shelf browser.
10895
10896 .. _shelfbrowseruseshomebranch-label:
10897
10898 ShelfBrowserUsesHomeBranch
10899 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10900
10901 Default: Use
10902
10903 Asks: \_\_\_ the item home branch when finding items for the shelf
10904 browser.
10905
10906 Values:
10907
10908 -  Don't use
10909
10910 -  Use
10911
10912 Description:
10913
10914 -  If you have a multiple branch system you may want to make sure that
10915    Koha takes into consideration what branch owns the books when
10916    populating the virtual shelf browser for accuracy.
10917
10918 .. _shelfbrowseruseslocation-label:
10919
10920 ShelfBrowserUsesLocation
10921 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10922
10923 Default: Use
10924
10925 Asks: \_\_\_ the item location when finding items for the shelf browser.
10926
10927 Values:
10928
10929 -  Don't use
10930
10931 -  Use
10932
10933 Description:
10934
10935 -  If your library uses shelving locations then you might want the shelf
10936    browser to take into consideration what shelving location the books
10937    belong to when populating the virtual shelf browser.
10938
10939 .. _patrons-label:
10940
10941 Patrons
10942 --------------------------
10943
10944 *Get there:* More > Administration > Global System Preferences > Patrons
10945
10946 .. _patronsgeneral-label:
10947
10948 General
10949 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10950
10951 .. _allowstafftosetcheckoutsvisibilityforguarantor-label:
10952
10953 AllowStaffToSetCheckoutsVisibilityForGuarantor
10954 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10955
10956 Default: Don't allow
10957
10958 Asks: \_\_\_ staff to set the ability for a patron's checkouts to be
10959 viewed by linked patrons in the OPAC.
10960
10961 Values:
10962
10963 -  Don't allow
10964
10965 -  Allow
10966
10967 .. _autoemailopacuser-label:
10968
10969 AutoEmailOpacUser
10970 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10971
10972 Default: Don't send
10973
10974 Asks: \_\_\_ an email to newly created patrons with their account
10975 details.
10976
10977 Description:
10978
10979 -  AutoEmailOpacUser allows library users to be notified by email of
10980    their account details when a new account is opened at the email
10981    address specified in the
10982    :ref:`AutoEmailPrimaryAddress` preference.
10983    The email contains the username and password given to or chosen by
10984    the patron when signing up for their account and can be customized by
10985    editing the `ACCTDETAILS <#ACCTDETAILS>`__ notice.
10986
10987 Values:
10988
10989 -  Don't send
10990
10991 -  Send
10992
10993 .. _autoemailprimaryaddress-label:
10994
10995 AutoEmailPrimaryAddress
10996 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10997
10998 Default: alternate
10999
11000 Asks: Use \_\_\_ patron email address for sending out emails.
11001
11002 Values:
11003
11004 -  alternate
11005
11006 -  first valid
11007
11008 -  home
11009
11010 -  work
11011
11012 Description:
11013
11014 -  If you choose 'first valid' as the value for AutoEmailPrimaryAddress
11015    the system will check the email fields in this order: home, work,
11016    then alternate. Otherwise the system will use the email address you
11017    specify.
11018
11019 .. _automembernum-label:
11020
11021 autoMemberNum
11022 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11023
11024 Default: Do
11025
11026 Asks: \_\_\_ default the card number field on the patron addition screen
11027 to the next available card number
11028
11029 Values:
11030
11031 -  Do
11032
11033    -  If the largest currently used card number is 26345000012941, then
11034       this field will default to 26345000012942 for the next patron
11035
11036 -  Don't
11037
11038 Description:
11039
11040 -  This preference determines if the patron's barcode is automatically
11041    calculated. This prevents the person setting up the library card
11042    account from having to assign a number to the new card. If set to
11043    'Do' the system will calculate a new patron barcode by adding 1 to
11044    the maximum barcode already present in the database.
11045
11046 .. _borrowermandatoryfield-label:
11047
11048 BorrowerMandatoryField
11049 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11050
11051 Default: surname\|cardnumber\|barcode
11052
11053 Asks: The following database columns must be filled in on the patron
11054 entry screen: \_\_\_
11055
11056 Description:
11057
11058 -  This preference enables the system administrator to choose which
11059    fields your library would like required for patron accounts. Enter
11060    field names separated by \| (bar). This ensures that basic
11061    information is included in each patron record. If a patron leaves one
11062    of the required fields blank an error message will issue and the
11063    account will not be created.
11064
11065     **Important**
11066
11067     Separate columns with \|
11068
11069     **Note**
11070
11071     For help with field names, ask your system administrator or `view
11072     the database
11073     structure <http://schema.koha-community.org/tables/borrowers.html>`__
11074     associated with the borrowers table.
11075     
11076     **Note**
11077     
11078     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
11079     (or both) is set, a button labeled "Quick add new patron" will be displayed
11080     in the "Patrons" toolbar.
11081
11082     **Note**
11083
11084     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
11085     (or both) is set, a button labeled "Quick add new patron" will be displayed
11086     in the "Patrons" toolbar.
11087
11088 .. _borrowerrelationship-label:
11089
11090 borrowerRelationship
11091 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11092
11093 Default: father\|mother
11094
11095 Asks: Guarantors can be the following of those they guarantee \_\_\_
11096
11097 Description:
11098
11099 -  This preference enables the system administrator to define valid
11100    relationships between a guarantor (usually a parent) & a guarantee
11101    (usually a child). Defining values for this field does not make the
11102    guarantor field required when adding a guarantee type patron. This
11103    preference creates a drop down list identifying the relationship of
11104    the guarantor to the guarantee. To disable the ability to add
11105    children types in Koha you can leave this field blank.
11106
11107     **Important**
11108
11109     Input multiple choices separated by \|
11110
11111 .. _borrowerrenewalperiodbase-label:
11112
11113 BorrowerRenewalPeriodBase
11114 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11115
11116 Default: current date
11117
11118 Asks: When renewing borrowers, base the new expiry date on \_\_\_
11119
11120 Values:
11121
11122 -  current date.
11123
11124 -  current membership expiry date.
11125
11126 Description:
11127
11128 -  This preference controls what the patron's new expiration date will
11129    be when you renew their card. Using the 'current date' will add the
11130    subscription period to today's date when calculating the new
11131    expiration date. Using 'current membership expiry date' will add the
11132    subscription period to the old expiration date for the patron when
11133    renewing their account.
11134
11135 .. _borrowerstitles-label:
11136
11137 BorrowersTitles
11138 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11139
11140 Default: Mr\|Mrs\|Miss\|Ms
11141
11142 Asks: Borrowers can have the following titles \_\_\_
11143
11144 Description:
11145
11146 -  This preference allows the staff to choose the titles that can be
11147    assigned to patrons. The choices present as a drop down list when
11148    creating a patron record.
11149
11150     **Important**
11151
11152     Input multiple choices separated by \|
11153
11154 .. _borrowerunwantedfield-label:
11155
11156 BorrowerUnwantedField
11157 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11158
11159 Asks: The following database columns will not appear on the patron entry
11160 screen: \_\_\_
11161
11162 Description:
11163
11164 -  This preference enables the system administrator to choose which
11165    fields your library doesn't need to see on the patron entry form.
11166    Enter field names separated by \| (bar).
11167
11168     **Important**
11169
11170     Separate columns with \|
11171
11172     **Note**
11173
11174     For help with field names, ask your system administrator or `view
11175     the database
11176     structure <http://schema.koha-community.org/tables/borrowers.html>`__
11177     associated with the borrowers table.
11178
11179 .. _cardnumberlength-label:
11180
11181 CardnumberLength
11182 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11183
11184 Asks: Card numbers for patrons must be \_\_\_ characters long.
11185
11186 Description:
11187
11188 -  The length can be a single number to specify an exact length, a range
11189    separated by a comma (i.e., 'Min,Max'), or a maximum with no minimum
11190    (i.e., ^,Max'). If 'cardnumber' is included in the
11191    :ref:`BorrowerMandatoryField` list, the
11192    minimum length, if not specified here, defaults to one.
11193
11194 .. _checkdigit-label:
11195
11196 checkdigit
11197 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11198
11199 Default: Don't
11200
11201 Asks: \_\_\_ check and construct borrower card numbers in the Katipo
11202 style.
11203
11204 Values:
11205
11206 -  Do
11207
11208 -  Don't
11209
11210     **Important**
11211
11212     This overrides :ref:`autoMemberNum` if on.
11213
11214 .. _checkprevcheckout-label:
11215
11216 CheckPrevCheckout
11217 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11218
11219 Default: Do not
11220
11221 Asks: \_\_\_ check borrower checkout history to see if the current item has been checked out before.
11222
11223 Values:
11224
11225 -  Do
11226
11227 -  Do not
11228
11229 -  Unless overridden, do
11230
11231 -  Unless overridden, do not
11232
11233 Description:
11234
11235 When the value of this system preference is set to 'do', Koha will look at the
11236 patron's circulation history to see if they have checked this item out before.
11237 An alert will show up on the screen indicating that patron has indeed checked
11238 this item out.  Staff will be prompted to allow the checkout to occur.
11239 If the vaulue is set to 'don't', Koha will not check the patron's circulation
11240 history. When the value is set to 'Unless overridden, do', this will check the
11241 patron's circulation history even if there are fines, fees, and/or holds on the
11242 patron's account.  Lastly, if the value is set to 'Unless overridden, don't',
11243 Koha will not check circulation history regardless of fines, fees, and/or holds.
11244
11245      **Note**
11246
11247 This system preference will not work for patrons that have chosen to anonymize
11248 their reading history.
11249
11250 .. _defaultpatronsearchfields-label:
11251
11252 DefaultPatronSearchFields
11253 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11254
11255 Default: surname,firstname,othernames,cardnumber,userid
11256
11257 Asks: \_\_\_ Comma separated list defining the default fields to be used during a patron search
11258
11259     **Important** possible values can be found in the borrowers table of Koha's schema
11260     located at http://schema.koha-community.org/
11261
11262 .. _enableborrowerfiles-label:
11263
11264 EnableBorrowerFiles
11265 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11266
11267 Default: Don't
11268
11269 Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
11270 a borrower record.
11271
11272 Values:
11273
11274 -  Do
11275
11276 -  Don't
11277
11278 Description:
11279
11280 -  When enabled this will add a 'Files' tab to the left of the patron
11281    detail page where you can view and upload files to the patron record.
11282
11283 .. _enhancedmessagingpreferences-label:
11284
11285 EnhancedMessagingPreferences
11286 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11287
11288 Default: Allow
11289
11290 Asks: \_\_\_ staff to manage which notices patrons will receive and when
11291 they will receive them.
11292
11293 Values:
11294
11295 -  Allow
11296
11297 -  Don't allow
11298
11299     **Important**
11300
11301     This only applies to certain kinds of notices, overdue notices will
11302     be sent based on the library's rules, not the patron's choice.
11303
11304     **Note**
11305
11306     To manage if patrons have also access to these settings, use
11307     :ref:`EnhancedMessagingPreferencesOPAC`.
11308
11309 Description:
11310
11311 -  These messages are in addition to the overdue notices that the
11312    library sends. The difference between these notices and overdues is
11313    that the patron can opt-in and out of these. Setting this preference
11314    to 'Allow' will allow staff to choose for patrons to receive any one
11315    of the following messages:
11316
11317    -  Item Checkout : A notice that lists all the of the items the
11318       patron has just checked out and/or renewed, this is an electronic
11319       form of the checkout receipt
11320
11321    -  Item Due : A notice on the day and item is due back at the library
11322
11323    -  Hold Filled : A notice when you have confirmed the hold is waiting
11324       for the patron
11325
11326    -  Item Checkin : A notice that lists all the of the items the patron
11327       has just checked in
11328
11329    -  Advanced Notice : A notice in advance of the patron's items being
11330       due (Staff can choose the number of days in advance)
11331
11332 .. _enhancedmessagingpreferencesopac-label:
11333
11334 EnhancedMessagingPreferencesOPAC
11335 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11336
11337 Default: Show
11338
11339 Asks: \_\_\_ patron messaging setting on the OPAC
11340
11341 Values:
11342
11343 -  Don't show
11344
11345 -  Show
11346
11347     **Important**
11348
11349     :ref:`EnhancedMessagingPreferences`
11350     must be enabled for messaging options to show in the OPAC
11351
11352 Description:
11353
11354 -  These messages are in addition to the overdue notices that the
11355    library sends. The difference between these notices and overdues is
11356    that the patron can opt-in and out of these. Setting this preference
11357    to 'Allow' will allow patrons to choose to receive any one of the
11358    following messages:
11359
11360    -  Item Checkout : A notice that lists all the of the items the
11361       patron has just checked out and/or renewed, this is an electronic
11362       form of the checkout receipt
11363
11364    -  Item Due : A notice on the day and item is due back at the library
11365
11366    -  Hold Filled : A notice when you have confirmed the hold is waiting
11367       for the patron
11368
11369    -  Item Checkin : A notice that lists all the of the items the patron
11370       has just checked in
11371
11372    -  Advanced Notice : A notice in advance of the patron's items being
11373       due (The patron can choose the number of days in advance)
11374
11375 .. _extendedpatronattributes-label:
11376
11377 ExtendedPatronAttributes
11378 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11379
11380 Default: Enable
11381
11382 Asks: \_\_\_ searching, editing and display of custom attributes on
11383 patrons.
11384
11385 Values:
11386
11387 -  Don't enable
11388
11389 -  Enable
11390
11391    -  Define attributes in Koha administration
11392
11393    -  Get there: More > Administration > :ref:`Patron Attribute
11394       Types <patron-attribute-types-label>`
11395
11396 Description:
11397
11398 -  Patron attributes are library-defined custom fields that can be
11399    applied to patron records.
11400
11401     **Note**
11402
11403     Use custom attributes for fields that the default patron record does
11404     not support such as driver's license number or student ID number.
11405
11406 .. _feeonchangepatroncategory-label:
11407
11408 FeeOnChangePatronCategory
11409 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11410
11411 Default: Do
11412
11413 Asks: \_\_\_ charge a fee when a patron changes to a category with an
11414 enrollment fee.
11415
11416 Values:
11417
11418 -  Do
11419
11420 -  Don't
11421
11422 .. _intranetreadinghistory-label:
11423
11424 intranetreadinghistory
11425 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11426
11427 Default: Allow
11428
11429 Asks: \_\_\_ staff to access a patron's checkout history.
11430
11431     **Important**
11432
11433     If you have the :ref:`OPACPrivacy` preference set to
11434     'Allow' and the patron has decided to not have their history kept
11435     staff will only see currently checked out items.
11436
11437 Values:
11438
11439 -  Allow
11440
11441 -  Don't allow
11442
11443     **Important**
11444
11445     Reading history is still stored, regardless of staff being allowed
11446     access or not unless the patron has chosen to have their history
11447     anonymized via their :ref:`privacy page <my-privacy-label>`.
11448
11449 .. _maxfine-label:
11450
11451 MaxFine
11452 ^^^^^^^^^^^^^^^^^^^^^^
11453
11454 Default: 9999
11455
11456 Asks: The late fine for all checkouts will only go up to \_\_\_ USD.
11457
11458 Description:
11459
11460 -  This preference controls the default cap on fines accrued by the
11461    patron. Leaving this preference blank means that there is no cap on
11462    the amount of fines a patron can accrue. If you'd like, single item
11463    caps can be specified in the :ref:`circulation rules
11464    matrix <circulation-and-fine-rules-label>`.
11465
11466 .. _membershipexpirydaysnotice-label:
11467
11468 MembershipExpiryDaysNotice
11469 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11470
11471 Asks: Send an account expiration notice when a patron's card will expire
11472 in \_\_\_ days.
11473
11474 Description:
11475
11476 -  If you would like to notify patrons that their accounts are about to
11477    expire then you can enter a number of days before expiration in this
11478    preference. The notice text can be customized in the :ref:`Notices &
11479    Slips <notices-&-slips-label>` tool.
11480
11481     **Important**
11482
11483     You will need to enable the :ref:`membership expiry cron
11484     job <notify-patrons-of-expiration-label>` for this notice to send.
11485
11486 .. _minpasswordlength-label:
11487
11488 minPasswordLength
11489 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11490
11491 Default: 3
11492
11493 Asks: Login passwords for staff and patrons must be at least \_\_\_
11494 characters long.
11495
11496     **Important**
11497
11498     This applies to both the staff login and the patron OPAC login.
11499
11500 .. _notifyborrowerdeparture-label:
11501
11502 NotifyBorrowerDeparture
11503 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11504
11505 Default: 30
11506
11507 Asks: Show a notice that a patron is about to expire \_\_\_ days
11508 beforehand.
11509
11510 Description:
11511
11512 -  When the patron attempts to check out materials, a warning will
11513    appear in the check out window of the Staff Client telling the
11514    librarian that the patrons account is about to expire.
11515
11516     **Important**
11517
11518     This notice will appear on the patron's record in the staff client.
11519
11520 .. _patronimages-label:
11521
11522 patronimages
11523 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11524
11525 Default: Allow
11526
11527 Asks: \_\_\_ images to be uploaded and shown for patrons on the staff
11528 client.
11529
11530 Values:
11531
11532 -  Allow
11533
11534 -  Don't allow
11535
11536 Description:
11537
11538 -  If this preference is set to 'Allow' the staff will be able to upload
11539    images of patrons either :ref:`one by one <add-patron-images-label>` or :ref:`in
11540    bulk <upload-patron-images-label>`. Patrons images will show on the detail
11541    page to the left of the patron information. They can also show in the
11542    OPAC if you set the :ref:`OPACpatronimages` preference
11543    or in the self check out module if you set the
11544    :ref:`ShowPatronImageInWebBasedSelfCheck`
11545    preference.
11546
11547 .. _patronquickaddfields-label:
11548
11549 PatronQuickAddFields
11550 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11551
11552 Default: blank
11553
11554 Asks: \_\_\_ (separate columns with \|) add these fields to the patron
11555 quick add form when entering a new patron. Displays only mandatory fields
11556 and fields specified here. If applicable, the guarantor form will be shown
11557 as well, individual fields in that form will be ignored.
11558
11559     **Note**
11560     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
11561     (or both) is set, a button labeled "Quick add new patron" will be displayed
11562     in the "Patrons" toolbar.
11563
11564 .. _patronsperpage-label:
11565
11566 PatronsPerPage
11567 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11568
11569 Default: 20
11570
11571 Asks: By default, show \_\_\_ results per page in the staff client.
11572
11573 Description:
11574
11575 -  This preference will let you define how many patrons to show on
11576    patron search results pages.
11577
11578 .. _requirestrongpassword-label:
11579
11580 RequireStrongPassword
11581 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11582
11583 Default: Don't require
11584
11585 Asks: \_\_\_ a strong password for staff and patrons
11586
11587 Values:
11588
11589 -  Don't require
11590
11591 -  Require
11592
11593 Description:
11594
11595 -  If set to 'require' this system preference will require patron and staff passwords to contain at least one digit, one lowercase and one uppercase.
11596
11597 .. _smssenddriver,-smssendusername,-and-smssendpassword-label:
11598
11599 SMSSendDriver, SMSSendUsername, and SMSSendPassword
11600 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11601
11602 Asks: Use the SMS::Send:: \_\_\_ driver to send SMS messages. Define a
11603 username/login \_\_\_ and a password \_\_\_.
11604
11605     **Important**
11606
11607     Please refer to your national laws concerning the sending of bulk
11608     SMS messages before enabling this feature.
11609
11610 Description:
11611
11612 -  There are two options for using SMS in Koha. You can use the Email
11613    protocol for free by entering 'Email' as the SMSSendDriver or you can
11614    pay for a SMS driver. Some examples of values for the driver are:
11615
11616    -  SMS::Send::Us::Ipipi
11617
11618    -  SMS::Send::US::TMobile
11619
11620    -  SMS::Send::US::Verizon
11621
11622    -  SMS::Send::IN::Unicel
11623
11624    Additional values can be found here:
11625    http://search.cpan.org/search?query=sms%3A%3Asend&mode=all
11626
11627        **Important**
11628
11629        Only drivers available as Perl modules will work in this
11630        preference, so make sure a Perl module is available before
11631        choosing an SMS service.
11632
11633    Once a driver is entered in the preference an option will appear in
11634    the staff client and the OPAC on the patron messaging form to choose
11635    to receive messages as SMS
11636
11637    |image105|
11638
11639     **Important**
11640
11641     You must allow
11642     :ref:`EnhancedMessagingPreferences` for
11643     this to work.
11644
11645 .. _statisticsfields-label:
11646
11647 StatisticsFields
11648 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11649
11650 Default: location\|itype\|ccode
11651
11652 Asks: Show the following fields from the items database table as columns
11653 on the statistics tab on the patron record: \_\_\_
11654
11655 |image106|
11656
11657     **Important**
11658
11659     Enter the values separated by bars (\|)
11660
11661 Description:
11662
11663 -  This preference lets you set which fields will show on the patron
11664    record on the Statistics tab.
11665
11666 .. _talkingtechitivaphonenotification-label:
11667
11668 TalkingTechItivaPhoneNotification
11669 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11670
11671 Default: Disable
11672
11673 Asks: \_\_\_ patron phone notifications using Talking Tech i-tiva
11674 (overdues, predues and holds notices currently supported).
11675
11676 Values:
11677
11678 -  Disable
11679
11680 -  Enable
11681
11682 Description:
11683
11684 -  To learn more about setting up this third party product view the
11685    `Talking Tech Appendix <#talkingtechappendix>`__.
11686
11687     **Important**
11688
11689     Requires that you have
11690     :ref:`EnhancedMessagingPreferences` set
11691     to Allow to use.
11692
11693 .. _tracklastpatronactivity-label:
11694
11695 TrackLastPatronActivity
11696 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11697
11698 Default: Don't
11699
11700 Asks: \_\_\_ track last patron activity. Everytime a patron will connect,
11701 the borrowers.lastseen will be updated with the current time.
11702
11703 Values:
11704
11705 -  Don't
11706
11707 -  Do
11708
11709 .. _uppercasesurnames-label:
11710
11711 uppercasesurnames
11712 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11713
11714 Default: Don't
11715
11716 Asks: \_\_\_ store and display surnames (last names) in upper case.
11717
11718 Values:
11719
11720 -  Do
11721
11722 -  Don't
11723
11724 .. _usedischarge-label:
11725
11726 useDischarge
11727 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11728
11729 Default: Don't allow
11730
11731 Asks: \_\_\_ librarians to discharge borrowers and borrowers to request
11732 a discharge.
11733
11734 Values:
11735
11736 -  Allow
11737
11738 -  Don't allow
11739
11740 Description:
11741
11742 -  A discharge is a certificate that says the patron has no current
11743    checkouts, no holds and owe no money.
11744
11745        **Note**
11746
11747        In France a "quitus" ("discharge") is needed if you want to
11748        register for an account in a library or a university).
11749
11750        **Note**
11751
11752        Academic libraries often require that you have a clear record at
11753        the library before you can graduate.
11754
11755 .. _norwegian-patron-database-label:
11756
11757 Norwegian patron database
11758 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11759
11760 .. _failedloginattempts-label:
11761
11762 FailedLoginAttempts
11763 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11764
11765 Default: blank
11766
11767 Asks: Block a patron's account if it reaches \_\_\_ failed login attempts.
11768
11769 .. _norwegianpatrondbenable-&-norwegianpatrondbendpoint-label:
11770
11771 NorwegianPatronDBEnable & NorwegianPatronDBEndpoint
11772 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11773
11774 NorwegianPatronDBEnable Default: Disable
11775
11776 Asks: \_\_\_ the ability to communicate with the Norwegian national
11777 patron database via the \_\_\_ endpoint.
11778
11779 Values:
11780
11781 -  Disable
11782
11783 -  Enable
11784
11785 .. _norwegianpatrondbsearchnlafterlocalhit-label:
11786
11787 NorwegianPatronDBSearchNLAfterLocalHit
11788 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11789
11790 Default: Don't
11791
11792 Asks: \_\_\_ search the Norwegian national patron database after a local
11793 search result was found.
11794
11795 Values:
11796
11797 -  Do
11798
11799 -  Don't
11800
11801 .. _norwegianpatrondbusername-&-norwegianpatrondbpassword-label:
11802
11803 NorwegianPatronDBUsername & NorwegianPatronDBPassword
11804 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11805
11806 Asks: Communicate with the Norwegian national patron database using the
11807 username \_\_\_ and the password \_\_\_.
11808
11809 Description:
11810
11811 -  You can get these from "Base Bibliotek", which is maintained by the
11812    Norwegian National Library.
11813
11814 .. _searching-label:
11815
11816 Searching
11817 -------------------------------
11818
11819 *Get there:* More > Administration > Global System Preferences >
11820 Searching
11821
11822 .. _searchingfeatures-label:
11823
11824 Features
11825 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11826
11827 .. _browseresultselection-label:
11828
11829 BrowseResultSelection
11830 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11831
11832 Default: Disable
11833
11834 Asks: \_\_\_ browsing search results fromt the bibliographic record detail page in staff client.
11835
11836 Values:
11837
11838 -  Disable
11839
11840 -  Enable
11841
11842
11843 .. _enablesearchhistory-label:
11844
11845 EnableSearchHistory
11846 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11847
11848 Default: Don't keep
11849
11850 Asks: \_\_\_ patron search history in the staff client.
11851
11852 Values:
11853
11854 -  Don't keep
11855
11856 -  Keep
11857
11858     |image1197|
11859
11860 Description:
11861
11862 -  This preference controls whether the staff client keeps search
11863    history for logged in users. Search history will be accessible under
11864    the link to your account in the top right of the staff client.
11865
11866 .. _includeseefrominsearches-label:
11867
11868 IncludeSeeFromInSearches
11869 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11870
11871 Default: Don't include
11872
11873 Asks: \_\_\_ *see from* (non-preferred form) headings in bibliographic
11874 searches.
11875
11876 Values:
11877
11878 -  Don't include
11879
11880 -  Include
11881
11882 Description:
11883
11884 -  When this preference is set to include the search engine indexer will
11885    insert *see from* headings from authority records into bibliographic
11886    records when indexing, so that a search on an obsolete term will turn
11887    up relevant records. For example when you search for cookery (the old
11888    term) you get titles with the heading of cooking (the new term).
11889
11890     **Important**
11891
11892     You will need to reindex your bibliographic database when changing
11893     this preference.
11894
11895 .. _opacgroupresults-label:
11896
11897 OpacGroupResults
11898 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11899
11900 Default: Don't use
11901
11902 Asks: \_\_\_ PazPar2 to group similar results on the OPAC.
11903
11904 Values:
11905
11906 -  Don't use
11907
11908 -  Use
11909
11910     **Important**
11911
11912     This requires that `PazPar2 <http://www.indexdata.com/pazpar2>`__ is
11913     set up and running.
11914
11915 .. _queryautotruncate-label:
11916
11917 QueryAutoTruncate
11918 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11919
11920 Default: automatically
11921
11922 Asks: Perform wildcard searching (where, for example, Har would match
11923 Harry and harp) \_\_\_ (The \* character would be used like so: Har\* or
11924 \*logging.)
11925
11926 Values:
11927
11928 -  automatically
11929
11930 -  only if \* is added
11931
11932 Description:
11933
11934 -  This setting allows for searches to be automatically truncated or for
11935    additional characters to be added to the end of a search string. When
11936    set to "automatically" the search string automatically ends with a
11937    wildcard function. For example, a search for the word "invent" with
11938    auto truncation enabled will also retrieve results for inventor,
11939    invention, inventory, etc. If you don't want this to happen
11940    automatically you can still be perform wildcard searches manually by
11941    adding an asterisk (\*). Typing "invent\*" even with auto truncation
11942    disabled will retrieve the same inventor, invention, inventory
11943    results. Auto truncation bypasses the necessity to type long search
11944    strings in their entirety.
11945
11946 .. _queryfuzzy-label:
11947
11948 QueryFuzzy
11949 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11950
11951 Default: Try
11952
11953 Asks: \_\_\_ to match similarly spelled words in a search (for example,
11954 a search for flang would also match flange and fang)
11955
11956 Values:
11957
11958 -  Don't try
11959
11960 -  Try
11961
11962 Description:
11963
11964 -  This preference enables "fuzzy" searching, in which the search engine
11965    returns results that are similar to, but not exactly matching, the
11966    word or words entered by the user. This preference enables the search
11967    function to compensate for slightly misspelled names or phrases.
11968
11969     **Important**
11970
11971     Requires that :ref:`UseICU` set to 'Not using'
11972
11973 .. _querystemming-label:
11974
11975 QueryStemming
11976 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11977
11978 Default: Try
11979
11980 Asks: \_\_\_ to match words of the same base in a search
11981
11982 Values:
11983
11984 -  Don't try
11985
11986 -  Try
11987
11988    -  A search for enabling would also match enable and enabled
11989
11990 Description:
11991
11992 -  This preference enables word stemming. Stemming allows the search
11993    function to return multiple versions of the same word, as well as
11994    related terms (i.e., both fish and fishing would be returned).
11995
11996 .. _queryweightfields-label:
11997
11998 QueryWeightFields
11999 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12000
12001 Default: Enable
12002
12003 Asks: \_\_\_ ranking of search results by relevance
12004
12005 Values:
12006
12007 -  Disable
12008
12009 -  Enable
12010
12011 .. _tracecompletesubfields-label:
12012
12013 TraceCompleteSubfields
12014 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12015
12016 Default: Force
12017
12018 Asks: \_\_\_ subject tracings in the OPAC and Staff Client to search
12019 only for complete-subfield matches.
12020
12021 Values:
12022
12023 -  Don't force
12024
12025    -  Searches for subject keywords (example:
12026       opac-search.pl?q=su:World%20Wide%20Web)
12027
12028 -  Force
12029
12030    -  Searches for complete subject fields (example:
12031       opac-search.pl?q=su,complete-subfield:World%20Wide%20Web)
12032
12033 Description:
12034
12035 -  When TraceCompleteSubfields is set to "force," clicking on links in
12036    non-authority controlled subject tracings will only find other
12037    records where the entire subfields match. Leaving it at "don't force"
12038    does a keyword search of the subject indexes.
12039
12040     **Important**
12041
12042     This preference assumes that you're using XSLT stylesheets as set in
12043     the :ref:`OPACXSLTDetailsDisplay` preference.
12044
12045 .. _tracesubjectsubdivisions-label:
12046
12047 TraceSubjectSubdivisions
12048 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12049
12050 Default: Include
12051
12052 Asks: \_\_\_ subdivisions for searches generated by clicking on subject
12053 tracings.
12054
12055 Values:
12056
12057 -  Don't include
12058
12059    -  Searches for subject keywords (example:
12060       opac-search.pl?q=su,complete-subfield:%22Web%20sites%22)
12061
12062 -  Include
12063
12064    -  Searches for complete subject fields (example:
12065       opac-search.pl?q=(su,complete-subfield:%22Web%20sites%22)%20and%20(su,complete-subfield:%22Design.%22))
12066
12067 Description:
12068
12069 -  When TraceSubjectSubdivisions is set to "Include," if you click on a
12070    subject with subdivisions (subfields other than 'a') they will be
12071    searched along with the subject heading (subfield 'a'). To have only
12072    the subject heading (subfield 'a') searched, set this preference to
12073    "Don't include."
12074
12075     **Important**
12076
12077     This preference assumes that you're using XSLT stylesheets as set in
12078     the :ref:`OPACXSLTDetailsDisplay` preference.
12079
12080 .. _useicu-label:
12081
12082 UseICU
12083 ^^^^^^^^^^^^^^^^^^^^
12084
12085 Default: Not using
12086
12087 Asks: \_\_\_ ICU Zebra indexing.
12088
12089 Values:
12090
12091 -  Not using
12092
12093 -  Using
12094
12095 Description:
12096
12097 -  ICU is a set of code libraries providing Unicode and Globalization
12098    support for software applications. What this means is ICU Zebra
12099    indexing is only necessary if you use non-roman characters in your
12100    cataloging. If using ICU Zebra indexing you will want to not use
12101    :ref:`QueryFuzzy`.
12102
12103     **Important**
12104
12105     This setting will not affect Zebra indexing, it should only be used
12106     to tell Koha that you have activated ICU indexing if you have
12107     actually done so, since there is no way for Koha to figure this out
12108     on its own.
12109
12110     **Important**
12111
12112     Talk to your system administrator when changing this preference to
12113     make sure that your system is set up properly for this to work.
12114
12115 .. _usequeryparser-label:
12116
12117 UseQueryParser
12118 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12119
12120 Default: Do not try
12121
12122 Asks: \_\_\_ to use the QueryParser module for parsing queries.
12123
12124     **Note**
12125
12126     Enabling this will have no impact if you do not have QueryParser
12127     installed, and everything will continue to work as usual.
12128
12129 Values:
12130
12131 -  Do not try
12132
12133 -  Try
12134
12135 Description:
12136
12137 -  This preference enables an experimental new query parser which opens
12138    the door for a more expressive and more-effective search syntax.
12139
12140 .. _results-display-label:
12141
12142 Results Display
12143 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12144
12145 .. _defaultsortfield-&-defaultsortorder-label:
12146
12147 defaultSortField & defaultSortOrder
12148 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12149
12150 defaultSortField Default: author
12151
12152 defaultSortOrder Default: ascending
12153
12154 Asks: By default, sort search results in the staff client by \_\_\_,
12155 \_\_\_\_
12156
12157 Description:
12158
12159 -  These preferences set the default sort field and sort order for
12160    searches on the staff side. Regardless of your choice, the other sort
12161    options are still available in the drop down list on the advanced
12162    search page.
12163
12164 defaultSortField Values:
12165
12166 -  author
12167
12168 -  call number
12169
12170 -  date added
12171
12172 -  date of publication
12173
12174 -  relevance
12175
12176 -  title
12177
12178 -  total number of checkouts
12179
12180 defaultSortOrder Values:
12181
12182 -  ascending
12183
12184 -  descending
12185
12186 -  from A to Z
12187
12188 -  from Z to A
12189
12190 .. _displayfacetcount-label:
12191
12192 displayFacetCount
12193 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12194
12195 Default: Don't show
12196
12197 Asks: \_\_\_ facet counts.
12198
12199 Description:
12200
12201 -  This preference lets you decide if you show how many times a facet is
12202    used in your search results in the OPAC and the staff client. The
12203    relevance of these numbers highly depends on the value of the
12204    :ref:`maxRecordsForFacets` preference. Showing
12205    these numbers can potentially effect the performance of your
12206    searching, so test your system with different values for this
12207    preference to see what works best.
12208
12209 Values:
12210
12211 -  Don't show
12212
12213 -  Show
12214
12215    |image107|
12216
12217 .. _displaylibraryfacets-label:
12218
12219 DisplayLibraryFacets
12220 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12221
12222 Default: holding library
12223
12224 Asks: Show facets for \_\_\_
12225
12226 Values:
12227
12228 -  both home and holding library
12229
12230 -  holding library
12231
12232 -  home library
12233
12234 Description:
12235
12236 -  This preferenc controls the libraries facet that displays on search
12237    results in the staff and opac. The value selected here will determine
12238    which library(s) show in the facets when a search is run.
12239
12240 .. _facetlabeltruncationlength-label:
12241
12242 FacetLabelTruncationLength
12243 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12244
12245 Default: 20
12246
12247 Asks: Truncate facets length to \_\_\_ characters, in OPAC/staff
12248 interface.
12249
12250 Description:
12251
12252 -  In the OPAC and the staff client your facets are cut off at 20
12253    characters by default. Depending on your layout this may be too many
12254    or two few letters, this preference lets you decide what number is
12255    best for your library's design.
12256
12257 .. _facetmaxcount-label:
12258
12259 FacetMaxCount
12260 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12261
12262 Default: 20
12263
12264 Asks: Show up \_\_\_ to facets for each category.
12265
12266 Description:
12267
12268 -  This preference allows you to control how many possible limits show
12269    under each heading (Author, Series, Topics, etc) on the facets in the
12270    OPAC.
12271
12272 .. _maxitemsinsearchresults-label:
12273
12274 maxItemsInSearchResults
12275 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12276
12277 Default: 20
12278
12279 Asks: Show up to \_\_\_ items per biblio in the search results
12280
12281 Description:
12282
12283 -  This preference will let you set how many results display by default
12284    when a search is run on the Staff Client.
12285
12286 .. _maxrecordsforfacets-label:
12287
12288 maxRecordsForFacets
12289 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12290
12291 Default: 20
12292
12293 Asks: Build facets based on \_\_\_ records from the search results.
12294
12295 Description:
12296
12297 -  By default Koha only bases facets on the first page of results
12298    (usually 20 results). This preference lets you tell Koha to based the
12299    facet descriptions and numbers on any number of search results
12300    returned. The higher this number the longer it will take for your
12301    search results to return, so test with various different values to
12302    find the best balance for your library.
12303
12304 .. _maxsearchresultsitemsperrecordstatuscheck-label:
12305
12306 MaxSearchResultsItemsPerRecordStatusCheck
12307 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12308
12309 Default: 20
12310
12311 Asks: For records with many items, only check the availability status
12312 for the first \_\_\_ items.
12313
12314 Description:
12315
12316 -  Availability statuses may show incorrectly in search results if a
12317    record has more items than the limit set. Statuses will display
12318    correctly in the record details. Leave empty for no limit.
12319
12320 .. _numsearchresults-label:
12321
12322 numSearchResults
12323 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12324
12325 Default: 20
12326
12327 Asks: By default, show \_\_\_ results per page in the staff client.
12328
12329 .. _opacdefaultsortfield-and-opacdefaultsortorder-label:
12330
12331 OPACdefaultSortField & OPACdefaultSortOrder
12332 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12333
12334 OPACdefaultSortField Default: relevance
12335
12336 OPACdefaultSortOrder Default: ascending
12337
12338 Asks: By default, sort search results in the OPAC by \_\_\_, \_\_\_
12339
12340 Description:
12341
12342 -  These preferences set the default sort field and sort order for
12343    searches on the OPAC. Regardless of your choice, the other sort
12344    options are still available in the drop down list on the advanced
12345    search page.
12346
12347 OPACdefaultSortField Values:
12348
12349 -  author
12350
12351 -  call number
12352
12353 -  date added
12354
12355 -  date of publication
12356
12357 -  relevance
12358
12359 -  title
12360
12361 -  total number of checkouts
12362
12363 OPACdefaultSortOrder Values:
12364
12365 -  ascending
12366
12367 -  descending
12368
12369 -  from A to Z
12370
12371 -  from Z to A
12372
12373 .. _opacitemsresultsdisplay-label:
12374
12375 OPACItemsResultsDisplay
12376 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12377
12378 Default: Don't show
12379
12380 Asks: \_\_\_ an item's branch, location and call number in OPAC search
12381 results.
12382
12383 Values:
12384
12385 -  Don't show
12386
12387 -  Show
12388
12389 Description:
12390
12391 -  This setting selects the information about an item that will display
12392    in the search results page of the OPAC. The results can display the
12393    status of an item and/or full details including branch, location, and
12394    call number. While the 'Show' option allows for more information to
12395    be displayed on the search results page, the information can be
12396    overwhelming for large collections with multiple branches.
12397
12398 .. _opacnumsearchresults-label:
12399
12400 OPACnumSearchResults
12401 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12402
12403 Default: 20
12404
12405 Asks: By default, show \_\_\_ results per page in the OPAC.
12406
12407 .. _searchwithisbnvariations-label:
12408
12409 SearchWithISBNVariations
12410 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12411
12412 Default: don't search
12413
12414 Asks: When searching on the ISBN index, \_\_\_ on all variations of the
12415 ISBN.
12416
12417 Values:
12418
12419 -  don't search
12420
12421 -  search
12422
12423 Descriptions:
12424
12425 -  With this preference set to search you'll be able to search for ISBNs
12426    even if there are dashes or spaces in the field. So if you search for
12427    9781843345855 but the ISBN was cataloged as 978-1843345855 you'll
12428    still be able to find it if this preference is set to 'search'.
12429
12430     **Important**
12431
12432     This preference has no effect if
12433     :ref:`UseQueryParser` is on
12434
12435 .. _unimarcauthorsfacetsseparator-label:
12436
12437 UNIMARCAuthorsFacetsSeparator
12438 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12439
12440 Default: , (comma)
12441
12442 Asks: Use the following text as separator for UNIMARC authors facets \_\_\_
12443
12444 .. _search-form-label:
12445
12446 Search Form
12447 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12448
12449 .. _advancedsearchlanguages-label:
12450
12451 AdvancedSearchLanguages
12452 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12453
12454 Asks: Limit the languages listed in the advanced search drop-down to the
12455 \_\_\_ ISO 639-2 language codes (separate values with \| or ,).
12456
12457 Description:
12458
12459 -  This preference will allow you to decide what languages show in the
12460    pull down menu on the advanced search page in the OPAC and the staff
12461    client. If this preference is left blank, all languages will show. To
12462    limit the languages that are shown enter their `ISO 639-2 language
12463    codes <http://www.loc.gov/standards/iso639-2/php/code_list.php>`__
12464    separated by comma ( , ) or bar ( \| ). For example to limit listing
12465    to French and Italian, enter ita\|fre.
12466
12467 .. _advancedsearchtypes-label:
12468
12469 AdvancedSearchTypes
12470 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12471
12472 Default: itemtype
12473
12474 Asks: Show tabs in OPAC and staff-side advanced search for limiting
12475 searches on the \_\_\_ fields (separate values with \|).
12476
12477 Description:
12478
12479 -  On the advanced search page you can choose to allow filters on one or
12480    all of the following: Item types (itemtypes), Collection Codes
12481    (ccode) and Shelving Location (loc). If you would like to be able to
12482    limit searches on item type and shelving location for example you
12483    would enter itemtypes\|loc in the preference input box. The order of
12484    these fields will determine the order of the tabs in the OPAC and
12485    staff client advanced search screens. Values within the search type
12486    are OR'ed together, while each different search type is AND'ed
12487    together in the query limits. The current stored values are supported
12488    without any required modification.Each set of advanced search fields
12489    are displayed in tabs in both the OPAC and staff client. The first
12490    value in the AdvancedSearchTypes syspref is the selected tab; if no
12491    values are present, "itemtypes" is used. For non-itemtype values, the
12492    value in AdvancedSearchTypes must match the Authorised Value name,
12493    and must be indexed with 'mc-^ prefixing that name.
12494
12495    |image108|
12496
12497 .. _expandedsearchoption-label:
12498
12499 expandedSearchOption
12500 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12501
12502 Default: don't show
12503
12504 Asks: By default, \_\_\_ "More options" on the OPAC and staff advanced
12505 search pages.
12506
12507 Values:
12508
12509 -  don't show
12510
12511 -  show
12512
12513 .. _intranetnumberspreferphrase-label:
12514
12515 IntranetNumbersPreferPhrase
12516 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12517
12518 Default: don't use
12519
12520 Asks: By default, \_\_\_ the operator "phr" in the callnumber and
12521 standard number staff client searches
12522
12523 Values:
12524
12525 -  don't use
12526
12527 -  use
12528
12529 Description:
12530
12531 -  When searching by call number and standard number (biblionumber) in
12532    Koha Staff Client you can choose to force the search to be a phrase
12533    search by setting this preference to 'use.^ This will allow for more
12534    accurate results over doing a general keyword field search.
12535
12536 .. _loadsearchhistorytothefirstloggeduser-label:
12537
12538 LoadSearchHistoryToTheFirstLoggedUser
12539 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12540
12541 Default: Load
12542
12543 Asks: Load the unlogged history to the next user. \_\_\_ history to the next client.
12544
12545 Values:
12546
12547 -  Don't load
12548
12549 -  Load
12550
12551 .. _opacnumberspreferphrase-label:
12552
12553 OPACNumbersPreferPhrase
12554 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12555
12556 Default: don't use
12557
12558 Asks: By default, \_\_\_ the operator "phr" in the callnumber and
12559 standard number OPAC searches
12560
12561 Values:
12562
12563 -  don't use
12564
12565 -  use
12566
12567 Description:
12568
12569 -  When searching by call number and standard number (biblionumber) in
12570    the Koha OPAC you can choose to force the search to be a phrase
12571    search by setting this preference to 'use.^ This will allow for more
12572    accurate results over doing a general keyword field search.
12573
12574 .. _serials-label:
12575
12576 Serials
12577 ---------------------------
12578
12579 *Get there:* More > Administration > Global System Preferences > Serials
12580
12581 .. _makepreviousserialavailable-label:
12582
12583 makePreviousSerialAvailable
12584 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12585
12586 Default: Do not make
12587
12588 Asks: \_\_\_ previous serial automatically available when receiving a
12589 new serial issue. The previous issue can also be set to another item
12590 type when receiving a new one. Please note that the :ref:`item-level\_itypes <item-level\_itypes-label>`
12591 syspref must be set to specific item.
12592
12593 Values:
12594
12595 -  Do not make
12596
12597 -  Make
12598
12599 .. _opacserialdefaulttab-label:
12600
12601 opacSerialDefaultTab
12602 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12603
12604 Default: Subscriptions tab
12605
12606 Asks: Show \_\_\_ as default tab for serials in OPAC.
12607
12608 Values:
12609
12610 -  Holdings tab
12611
12612 -  Serial Collection tab
12613
12614        **Important**
12615
12616        Please note that the Serial Collection tab is currently available
12617        only for systems using the UNIMARC standard.
12618
12619    |image109|
12620
12621 -  Subscriptions tab
12622
12623    |image110|
12624
12625 .. _opacserialissuedisplaycount-label:
12626
12627 OPACSerialIssueDisplayCount
12628 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12629
12630 Default: 3
12631
12632 Asks: Show the \_\_\_ previous issues of a serial on the OPAC.
12633
12634 Description:
12635
12636 -  This preference allows the administrator to select the number of
12637    recent issues for each serial which appear in the OPAC when the
12638    serial is accessed. This is just the default value, patrons can
12639    always click to see a full list of serials.
12640
12641 .. _renewserialaddssuggestion-label:
12642
12643 RenewSerialAddsSuggestion
12644 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12645
12646 Default: Don't add
12647
12648 Asks: \_\_\_ a suggestion for a biblio when its attached serial is
12649 renewed.
12650
12651 Values:
12652
12653 -  Add
12654
12655 -  Don't add
12656
12657 Description:
12658
12659 -  If set to "Add", this preference will automatically add a serial to
12660    the Acquisitions Purchase Suggestions menu when clicking the 'renew'
12661    option. If you don't use the Acquisitions module to manage serials
12662    purchases it's best to leave this set as 'Don't add.^
12663
12664 .. _routinglistaddreserves-label:
12665
12666 RoutingListAddReserves
12667 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12668
12669 Default: Place
12670
12671 Asks: \_\_\_ received serials on hold if they are on a routing list.
12672
12673 Values:
12674
12675 -  Place
12676
12677 -  Don't place
12678
12679 .. _routinglistnote-label:
12680
12681 RoutingListNote
12682 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12683
12684 Asks: Include following note on all routing lists
12685
12686 Description:
12687
12688 -  Text entered in this box will appear below the routing list
12689    information.
12690
12691 .. _routingserials-label:
12692
12693 RoutingSerials
12694 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12695
12696 Default: Don't add
12697
12698 Asks: \_\_\_ received serials to the routing list.
12699
12700 Description:
12701
12702 -  This preference determines if serials routing lists are enabled or
12703    disabled for the library. When set to "Add", serials routing is
12704    enabled and a serial can be directed through a list of people by
12705    identifying who should receive it next. The list of people can be
12706    established for each serial to be passed using the Serials module.
12707    This preference can be used to ensure each person who needs to see a
12708    serial when it arrives at the library will get it. Learn more in the
12709    :ref:`routing list <create-a-routing-list-label>` section of this manual.
12710
12711 Values:
12712
12713 -  Add
12714
12715 -  Don't add
12716
12717 .. _staffserialissuedisplaycount-label:
12718
12719 StaffSerialIssueDisplayCount
12720 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12721
12722 Default: 3
12723
12724 Asks: Show the \_\_\_ previous issues of a serial on the staff client.
12725
12726 Description:
12727
12728 -  This preference allows the administrator to select the number of
12729    recent issues for each serial which appear in the Staff Client when
12730    the serial is accessed. This is just the default value, staff members
12731    can always click to see a full list of serials.
12732
12733 .. _subscriptionduplicatedroppedinput-label:
12734
12735 SubscriptionDuplicateDroppedInput
12736 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12737
12738 Asks: List of fields which must not be rewritten when a subscription is
12739 duplicated (Separated by pipe \|) \_\_\_
12740
12741 Description:
12742
12743 -  When duplicating a subscription sometimes you don't want all of the
12744    fields duplicated, using this preference you can list the fields that
12745    you don't want to be duplicated. These field names come from the
12746    subscription table in the Koha database. Learn what fields are in
12747    that table on the `Koha DB
12748    Schema <http://schema.koha-community.org/tables/subscription.html>`__
12749    site.
12750
12751 .. _subscriptionhistory-label:
12752
12753 SubscriptionHistory
12754 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12755
12756 Default: full history
12757
12758 Asks: When showing the subscription information for a bibliographic
12759 record, preselect \_\_\_ view of serial issues.
12760
12761 Values:
12762
12763 -  brief history
12764
12765    |image111|
12766
12767 -  full history
12768
12769    |image112|
12770
12771 Description:
12772
12773 -  This preference determines what information appears in the OPAC when
12774    the user clicks the More Details option. The 'brief' option displays
12775    a one-line summary of the volume and issue numbers of all issues of
12776    that serial held by the library. The 'full' option displays a more
12777    detailed breakdown of issues per year, including information such as
12778    the issue date and the status of each issue.
12779
12780 .. _staff-client-label:
12781
12782 Staff Client
12783 ------------------------------
12784
12785 *Get there:* More > Administration > Global System Preferences > Staff
12786 Client
12787
12788 .. _staffappearance-label:
12789
12790 Appearance
12791 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12792
12793 .. _display856uasimage-label:
12794
12795 Display856uAsImage
12796 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12797
12798 Default: Neither details or results page
12799
12800 Asks: Display the URI in the 856u field as an image on: \_\_\_
12801
12802 Values:
12803
12804 -  Both results and details pages
12805
12806    -  **Important**
12807
12808           Not implemented yet
12809
12810 -  Detail page only
12811
12812    -  **Important**
12813
12814           :ref:`XSLTDetailsDisplay` needs to be on
12815           for this preference to work.
12816
12817    |image113|
12818
12819 -  Neither details or results page
12820
12821 -  Results page only
12822
12823    -  **Important**
12824
12825           Not yet implemented
12826
12827 Description:
12828
12829 -  In addition to this option being set, the corresponding XSLT option
12830    must be turned on. Also, the corresponding 856q field must have a
12831    valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
12832    starting with "image/"), or the generic indicator "img" entered in
12833    the field. When all of the requirements are met, an image file will
12834    be displayed instead of the standard link text. Clicking on the image
12835    will open it in the same way as clicking on the link text. When you
12836    click on the image it should open to full size, in the current window
12837    or in a new window depending on the value in the system pref
12838    :ref:`OPACURLOpenInNewWindow`.
12839
12840    |image114|
12841
12842 .. _displayiconsxslt-label:
12843
12844 DisplayIconsXSLT
12845 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12846
12847 Default: Show
12848
12849 Asks: \_\_\_ the format, audience, and material type icons in XSLT
12850 MARC21 results and detail pages in the staff client.
12851
12852     **Important**
12853
12854     :ref:`XSLTResultsDisplay` and/or
12855     :ref:`XSLTDetailsDisplay` must be set to use an
12856     XSLT stylesheet (default or custom) for these icons to show.
12857
12858 Values:
12859
12860 -  Don't show
12861
12862 -  Show
12863
12864    |image115|
12865
12866     **Note**
12867
12868     See the `XSLT Icon Guide <#XSLTiTypes>`__ for more information on
12869     these icons.
12870
12871 .. _intranet\_includes-label:
12872
12873 intranet\_includes
12874 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12875
12876 Default: includes
12877
12878 Asks: Use include files from the \_\_\_ directory in the template
12879 directory, instead of includes/. (Leave blank to disable)
12880
12881 .. _intranetcirculationhomehtml-label:
12882
12883 IntranetCirculationHomeHTML
12884 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12885
12886 Asks: Show the following HTML in its own div on the bottom of the home
12887 page of the circulation module:
12888
12889     |image1198|
12890
12891 .. _intranetcolorstylesheet-label:
12892
12893 intranetcolorstylesheet
12894 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12895
12896 Asks: Include the additional CSS stylesheet \_\_\_ to override specified
12897 settings from the default stylesheet
12898
12899 Description:
12900
12901 -  This preference is used to set the background color and style of the
12902    Staff Client. The value is a .css file. The system administrator
12903    should determine which file is appropriate. Enter just a filename, a
12904    full local path or a complete URL starting with http:// (if the file
12905    lives on a remote server). Please note that if you just enter a
12906    filename, the file should be in the css subdirectory for each active
12907    theme and language within the Koha templates directory. A full local
12908    path is expected to start from your HTTP document root.
12909
12910     **Important**
12911
12912     Leave this field blank to disable.
12913
12914 .. _intranetfavicon-label:
12915
12916 IntranetFavicon
12917 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12918
12919 Asks: Use the image at \_\_\_ for the Staff Client's favicon.
12920
12921     **Important**
12922
12923     This should be a complete URL, starting with http://
12924
12925     **Note**
12926
12927     Turn your logo into a favicon with the `Favicon
12928     Generator <http://antifavicon.com/>`__.
12929
12930 Description:
12931
12932 -  The favicon is the little icon that appears next to the URL in the
12933    address bar in most browsers. The default value for this field (if
12934    left blank) is the small 'K' in the Koha logo.
12935
12936    |image116|
12937
12938 .. _intranetmainuserblock-label:
12939
12940 IntranetmainUserblock
12941 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12942
12943 Asks: Show the following HTML in its own column on the main page of the
12944 staff client
12945
12946 |image117|
12947
12948 |image118|
12949
12950 .. _intranetnav-label:
12951
12952 IntranetNav
12953 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12954
12955 Asks: Show the following HTML in the More menu at the top of each page
12956 on the staff client (should be a list of links or blank)
12957
12958 .. _intranetreportshomehtml-label:
12959
12960 IntranetReportsHomeHTML
12961 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12962
12963 Asks: Show the following HTML in its own div on the bottom of the home
12964 page of the reports module:
12965
12966     |image1199|
12967
12968 .. _intranetslipprinterjs-label:
12969
12970 IntranetSlipPrinterJS
12971 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12972
12973 Asks: Use the following JavaScript for printing slips.
12974
12975 Description:
12976
12977 -  The most logical use of this preference is in conjunction with the
12978    `jsPrintSetup <http://jsprintsetup.mozdev.org/>`__ Firefox add-on.
12979    Learn more about this preference and the add-on setup on the Koha
12980    wiki at
12981    http://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently.
12982
12983 .. _intranetstylesheet-label:
12984
12985 intranetstylesheet
12986 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12987
12988 Asks: Use the CSS stylesheet \_\_\_ on all pages in the staff interface,
12989 instead of the default css (used when leaving this field blank).
12990
12991 Description:
12992
12993 -  The Intranetstylesheet preference is a layout and design feature for
12994    the intranet or staff client. This preference allows a library to
12995    customize the appearance of the Staff Client. Enter just a filename,
12996    a full local path or a complete URL starting with http:// (if the
12997    file lives on a remote server). Please note that if you just enter a
12998    filename, the file should be in the css subdirectory for each active
12999    theme and language within the Koha templates directory. A full local
13000    path is expected to start from your HTTP document root.
13001
13002 .. _intranetusercss-label:
13003
13004 IntranetUserCSS
13005 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13006
13007 Asks: Include the following CSS on all pages in the staff client
13008
13009 .. _intranetuserjs-label:
13010
13011 IntranetUserJS
13012 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13013
13014 Asks: Include the following JavaScript on all pages in the staff
13015 interface
13016
13017 Description:
13018
13019 -  This preference allows the administrator to enter JavaScript or
13020    JQuery that will be embedded across all pages of the Staff Client.
13021    Administrators may use this preference to customize some of the
13022    interactive sections of Koha, customizing the text for the login
13023    prompts, for example. Sample JQuery scripts used by Koha libraries
13024    can be found on the wiki:
13025    http://wiki.koha-community.org/wiki/JQuery_Library.
13026
13027 .. _slipcss-label:
13028
13029 SlipCSS
13030 ^^^^^^^^^^^^^^^^^^^^^^
13031
13032 Asks: Include the stylesheet at \_\_\_ on Issue and Reserve Slips.
13033
13034     **Important**
13035
13036     This should be a complete URL, starting with http://
13037
13038 Description:
13039
13040 -  If you would like to style your receipts or slips with a consistent
13041    set of fonts and colors you can use this preference to point Koha to
13042    a stylesheet specifically for your slips.
13043
13044 .. _staffclientbaseurl-label:
13045
13046 staffClientBaseURL
13047 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13048
13049 Asks: The staff client is located at http:// \_\_\_
13050
13051 .. _stafflangselectormode-label:
13052
13053 StaffLangSelectorMode
13054 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13055
13056 Default: only footer
13057
13058 Asks: Display language selector on \_\_\_
13059
13060 Values:
13061
13062 -  both top and footer
13063
13064 -  only footer
13065
13066 -  top
13067
13068 .. _template-label:
13069
13070 template
13071 ^^^^^^^^^^^^^^^^^^^^^^^^
13072
13073 Default: prog
13074
13075 Asks: Use the \_\_\_ theme on the staff interface.
13076
13077 Values:
13078
13079 -  prog
13080
13081     **Important**
13082
13083     Do not include a trailing slash in the URL this will break links
13084     created using this URL. (example: www.google.com not
13085     www.google.com/)
13086
13087 .. _xsltdetailsdisplay-label:
13088
13089 XSLTDetailsDisplay
13090 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13091
13092 Default: default
13093
13094 Asks: Display details in the staff client using XSLT stylesheet at
13095 \_\_\_
13096
13097 Values:
13098
13099 -  leave empty to not use the XSLT stylesheet
13100
13101    -  In previous versions of Koha this was the setting that read
13102       'normally'
13103
13104       |image119|
13105
13106 -  enter "default" for the default one
13107
13108    |image120|
13109
13110 -  put a path to define a XSLT file
13111
13112    -  ex: /path/to/koha/and/your/stylesheet.xsl
13113
13114    -  If in a multi-language system you can enter {langcode} in the path
13115       to tell Koha to look in the right language folder
13116
13117       -  ex:
13118          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13119
13120       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13121
13122 -  put an URL for an external specific stylesheet
13123
13124    -  ex: http://mykoha.org/stylesheet.xsl
13125
13126 Description:
13127
13128 -  XSLT stylesheets allow for the customization of the details shown on
13129    the screen when viewing a bib record. This preference will allow you
13130    either use the default look that comes with Koha or design your own
13131    stylesheet.
13132
13133 .. _xsltlistsdisplay-label:
13134
13135 XSLTListsDisplay
13136 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13137
13138 Default: default
13139
13140 Asks: Display lists in the staff client using XSLT stylesheet at
13141 \_\_\_
13142
13143 Values:
13144
13145 -  leave empty to not use the XSLT stylesheet
13146
13147    -  In previous versions of Koha this was the setting that read
13148       'normally'
13149
13150 -  enter "default" for the default one
13151
13152 -  put a path to define a XSLT file
13153
13154    -  ex: /path/to/koha/and/your/stylesheet.xsl
13155
13156    -  If in a multi-language system you can enter {langcode} in the path
13157       to tell Koha to look in the right language folder
13158
13159       -  ex:
13160          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13161
13162       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13163
13164 -  put an URL for an external specific stylesheet
13165
13166    -  ex: http://mykoha.org/stylesheet.xsl
13167
13168 Description:
13169
13170 -  XSLT stylesheets allow for the customization of the details shown on
13171    the screen when viewing a list. This preference will allow you
13172    either use the default look that comes with Koha or design your own
13173    stylesheet.
13174
13175 .. _xsltresultsdisplay-label:
13176
13177 XSLTResultsDisplay
13178 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13179
13180 Default: default
13181
13182 Asks: Display results in the staff client using XSLT stylesheet at
13183 \_\_\_
13184
13185 Values:
13186
13187 -  leave empty to not use the XSLT stylesheet
13188
13189    -  In previous versions of Koha this was the setting that read
13190       'normally'
13191
13192 -  enter "default" for the default one
13193
13194 -  put a path to define a XSLT file
13195
13196    -  ex: /path/to/koha/and/your/stylesheet.xsl
13197
13198    -  If in a multi-language system you can enter {langcode} in the path
13199       to tell Koha to look in the right language folder
13200
13201       -  ex:
13202          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13203
13204       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13205
13206 -  put an URL for an external specific stylesheet
13207
13208    -  ex: http://mykoha.org/stylesheet.xsl
13209
13210 Description:
13211
13212 -  XSLT stylesheets allow for the customization of the details shown on
13213    the screen when viewing the search results. This preference will
13214    allow you either use the default look that comes with Koha or design
13215    your own stylesheet.
13216
13217 .. _options-label:
13218
13219 Options
13220 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13221
13222 .. _audioalerts-label:
13223
13224 AudioAlerts
13225 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13226
13227 Default: Don't enable
13228
13229 Asks: \_\_\_ audio alerts for events defined in the audio alerts section
13230 of administration.
13231
13232 Values:
13233
13234 -  Don't enable
13235
13236 -  Enable
13237
13238     **Important**
13239
13240     This feature is not supported by all browsers. Requires an HTML5
13241     compliant browser.
13242
13243 .. _hidepatronname-label:
13244
13245 HidePatronName
13246 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13247
13248 Default: Show
13249
13250 Asks: \_\_\_ the names of patrons that have items checked out or on hold
13251 on detail pages or the "Place Hold" screen.
13252
13253 Values:
13254
13255 -  Don't show
13256
13257 -  Show
13258
13259 .. _intranetbookbag-label:
13260
13261 intranetbookbag
13262 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13263
13264 Default: Show
13265
13266 Asks: \_\_\_ the cart option in the staff client.
13267
13268 Values:
13269
13270 -  Don't show
13271
13272 -  Show
13273
13274 .. _intranetcatalogsearchpulldown-label:
13275
13276 IntranetCatalogSearchPulldown
13277 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13278
13279 Default: Don't show
13280
13281 Asks: \_\_\_ a search field pulldown for 'Search the catalog' boxes.
13282
13283 Values:
13284
13285 -  Don't show
13286
13287 -  Show
13288
13289 .. _staffdetailitemselection-label:
13290
13291 StaffDetailItemSelection
13292 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13293
13294 Default: Enable
13295
13296 Asks: \_\_\_ item selection in record detail page.
13297
13298 Values:
13299
13300 -  Disable
13301
13302 -  Enable
13303
13304 Description:
13305
13306 -  This preference lets you choose to show (or not show) checkboxes to
13307    the left of every item in the holdings tab on the detail display of a
13308    record in the staff client. Showing these checkboxes allows the staff
13309    members to select multiple items to edit or delete at once.
13310
13311    |image121|
13312
13313 .. _usewysiwyginsystempreferences-label:
13314
13315 UseWYSIWYGinSystemPreferences
13316 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13317
13318 Default: Don't show
13319
13320 Asks: \_\_\_ WYSIWYG editor when editing certain HTML system
13321 preferences.
13322
13323 Values:
13324
13325 -  Don't show
13326
13327 -  Show
13328
13329     |image1200|
13330
13331 Description:
13332
13333 -  This preference allows you to chang system preferences with HTML in
13334    them to WYSIWYG editors instead of plain text boxes.
13335
13336 .. _viewisbd-label:
13337
13338 viewISBD
13339 ^^^^^^^^^^^^^^^^^^^^^^^^
13340
13341 Default: Allow
13342
13343 Asks: \_\_\_ staff to view records in ISBD form on the staff client.
13344
13345 Values:
13346
13347 -  Allow
13348
13349 -  Don't allow
13350
13351 .. _viewlabeledmarc-label:
13352
13353 viewLabeledMARC
13354 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13355
13356 Default: Allow
13357
13358 Asks: \_\_\_ staff to view records in labeled MARC form on the staff
13359 client.
13360
13361 Values:
13362
13363 -  Allow
13364
13365 -  Don't allow
13366
13367 .. _viewmarc-label:
13368
13369 viewMARC
13370 ^^^^^^^^^^^^^^^^^^^^^^^^
13371
13372 Default: Allow
13373
13374 Asks: \_\_\_ staff to view records in plain MARC form on the staff
13375 client.
13376
13377 Values:
13378
13379 -  Allow
13380
13381 -  Don't allow
13382
13383 .. _tools-label:
13384
13385 Tools
13386 -----------------------
13387
13388 *Get there:* More > Administration > Global System Preferences > Tools
13389
13390 .. _batch-item-label:
13391
13392 Batch Item
13393 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13394
13395 These preferences are in reference to the :ref:`Batch Item
13396 Modification <batch-item-modification-label>` tool.
13397
13398 .. _maxitemsforbatchdel-label:
13399
13400 MaxItemsForBatchDel
13401 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13402
13403 Default: 1000
13404
13405 Asks: Display up to \_\_\_ items in a single deletion batch.
13406
13407 Description:
13408
13409 -  In the :ref:`batch item delete tool <batch-item-deletion-label>` this will
13410    prevent the display of more than the items you entered in this
13411    preference, but you will be able to delete more than the number you
13412    enter here.
13413
13414 .. _maxitemsforbatchmod-label:
13415
13416 MaxItemsForBatchMod
13417 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13418
13419 Default: 1000
13420
13421 Asks: Process up to \_\_\_ items in a single modification batch.
13422
13423 Description:
13424
13425 -  In the :ref:`batch item modification
13426    tool <batch-item-modification-label>` this preference will prevent the editing
13427    of more than the number entered here.
13428
13429 .. _news-label:
13430
13431 News
13432 ~~~~~~~~~~~~~~~~~~~~~~~~~
13433
13434 .. _newsauthordisplay-label:
13435
13436 NewsAuthorDisplay
13437 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13438
13439 Default: not at all
13440
13441 Asks: Show the author for news items: \_\_\_
13442
13443 Values:
13444
13445 -  Both OPAC and staff client
13446
13447 -  Not at all
13448
13449 -  OPAC only
13450
13451 -  Staff client only
13452
13453 .. _patron-cards-label:
13454
13455 Patron Cards
13456 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13457
13458 These preferences are in reference to the :ref:`Patron Card
13459 Creator <patron-card-creator-label>` tool.
13460
13461 .. _imagelimit-label:
13462
13463 ImageLimit
13464 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13465
13466 Asks: Limit the number of creator images stored in the database to
13467 \_\_\_ images.
13468
13469 .. _reports-label:
13470
13471 Reports
13472 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13473
13474 These preferences are in reference to the Reports module.
13475
13476 .. _numsavedreports-label:
13477
13478 NumSavedReports
13479 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13480
13481 Default: 20
13482
13483 Asks: By default, show \_\_\_ reports on the Saved Reports page.
13484
13485 .. _upload-label:
13486
13487 Upload
13488 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13489
13490 .. _uploadpurgetemporaryfilesdays-label:
13491
13492 UploadPurgeTemporaryFilesDays
13493 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13494
13495 Default: blank
13496
13497 Asks: Automatically delete temporary uploads older than \_\_\_ days in
13498 cleanup_database cron job.
13499
13500 .. _web-services-label:
13501
13502 Web Services
13503 -----------------------------------
13504
13505 *Get there:* More > Administration > Global System Preferences > Web
13506 Services
13507
13508 .. _ils-di-label:
13509
13510 ILS-DI
13511 ~~~~~~~~~~~~~~~~~~~~~~~~
13512
13513 .. _ils-di-pref-label:
13514
13515 ILS-DI
13516 ^^^^^^^^^^^^^^^^^^^^
13517
13518 Default: Disable
13519
13520 Asks: \_\_\_ ILS-DI services for OPAC users
13521
13522 Values:
13523
13524 -  Disable
13525
13526 -  Enable
13527
13528 .. _ils-di:authorizedips-label:
13529
13530 ILS-DI:AuthorizedIPs
13531 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13532
13533 Asks: \_\_\_ allowed IPs to use the ILS-DI services
13534
13535 .. _idref-pref-label:
13536
13537 IdRef
13538 ~~~~~~~~~~~~~~~~~~~~~~~
13539
13540 .. _idref-label:
13541
13542 IdRef
13543 ^^^^^^^^^^^^^^^^^^
13544
13545 Default: Disable
13546
13547 Asks: \_\_\_ the IdRef webservice from the opac detail page. IdRef
13548 allows to request authorities from the Sudoc database.
13549
13550 Values:
13551
13552 -  Disable
13553
13554 -  Enable
13555
13556 Description:
13557
13558 -  IdRef is a French service for Sudoc autorities. Using the `Sudoc
13559    database <http://www.sudoc.abes.fr/>`__, it allows to request /
13560    modify / add authorities. If a record comes from the Sudoc (so 009 is
13561    filled with an integer), at the OPAC you will see "Author: Idref" if
13562    a 7..$3 (unimarc author) if filled with a ppn. On clicking on the
13563    Idref link, a popup will display.
13564
13565     |image1201|
13566
13567    The Idref webservice is requested and all records (by roles) for this
13568    author will be displayed
13569
13570    |image1202|
13571
13572    There is 1 line / record and 2 links at the end. 1 will request Koha
13573    (cgi-bin/koha/opac-search.pl?q=ident:003381862), the other one will
13574    redirect to the sudoc page (http://www.sudoc.fr/003381862).
13575
13576 -  **Important**
13577
13578        Please note that this feature is available only for libraries
13579        using UNIMARC.
13580
13581 -  **Note**
13582
13583        The French Sudoc database should not be confused with the US
13584        Superintendent of Documents (SuDocs) Classification Scheme.
13585
13586 .. _oai-pmh-label:
13587
13588 OAI-PMH
13589 ~~~~~~~~~~~~~~~~~~~~~~~
13590
13591 .. _oai-pmh-pref-label:
13592
13593 OAI-PMH
13594 ^^^^^^^^^^^^^^^^^^^^^^
13595
13596 Default: Disable
13597
13598 Asks: \_\_\_ Koha's OAI-PMH server.
13599
13600 Values:
13601
13602 -  Disable
13603
13604 -  Enable
13605
13606 Description:
13607
13608 -  Once enabled you can visit http://YOURKOHACATALOG/cgi-bin/koha/oai.pl
13609    to see your file. For the Open Archives Initiative-Protocol for
13610    Metadata Harvesting (OAI-PMH) there are two groups of 'participants':
13611    Data Providers and Service Providers. Data Providers (open archives,
13612    repositories) provide free access to metadata, and may, but do not
13613    necessarily, offer free access to full texts or other resources.
13614    OAI-PMH provides an easy to implement, low barrier solution for Data
13615    Providers. Service Providers use the OAI interfaces of the Data
13616    Providers to harvest and store metadata. Note that this means that
13617    there are no live search requests to the Data Providers; rather,
13618    services are based on the harvested data via OAI-PMH. Koha at present
13619    can only act as a Data Provider. It can not harvest from other
13620    repositories. The biggest stumbling block to having Koha harvest from
13621    other repositories is that MARC is the only metadata format that Koha
13622    indexes natively. Visit
13623    http://www.oaforum.org/tutorial/english/page3.htm for diagrams of how
13624    OAI-PMH works.
13625
13626 Learn more about OAI-PMH at: http://www.openarchives.org/pmh/
13627
13628 .. _oai-pmh:archiveid-label:
13629
13630 OAI-PMH:archiveID
13631 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13632
13633 Default: KOHA-OAI-TEST
13634
13635 Asks: Identify records at this site with the prefix \_\_\_ :
13636
13637 .. _oai-pmh:autoupdatesets-label:
13638
13639 OAI-PMH:AutoUpdateSets
13640 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13641
13642 Default: Disable
13643
13644 Asks: \_\_\_ automatic update of OAI-PMH sets when a bibliographic
13645 record is created or updated.
13646
13647 Values:
13648
13649 -  Disable
13650
13651 -  Enable
13652
13653 .. _oai-pmh:conffile-label:
13654
13655 OAI-PMH:ConfFile
13656 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13657
13658 If this preference is left empty, Koha's OAI Server operates in normal
13659 mode, otherwise it operates in extended mode. In extended mode, it's
13660 possible to parameter other formats than marcxml or Dublin Core.
13661 OAI-PMH:ConfFile specify a YAML configuration file which list available
13662 metadata formats and XSL file used to create them from marcxml records.
13663
13664 For more information, see the :ref:`sample conf file <sample-oai-conf-file-label>` in
13665 the appendix.
13666
13667 .. _oai-pmh:deletedrecord-label:
13668
13669 OAI-PMH:DeletedRecord
13670 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13671
13672 Default: will never be emptied or truncated (persistent)
13673
13674 Asks: Koha's deletedbiblio table \_\_\_
13675
13676 Values:
13677
13678 -  will never have any data in it (no)
13679
13680 -  will never be emptied or truncated (persistent)
13681
13682 -  might be emptied or truncated at some point (transient)
13683
13684 .. _oai-pmh:maxcount-label:
13685
13686 OAI-PMH:MaxCount
13687 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13688
13689 Default: 50
13690
13691 Asks: Only return \_\_\_ records at a time in response to a ListRecords
13692 or ListIdentifiers query.
13693
13694 Description:
13695
13696 -  This is the maximum number of records that would be returned based on
13697    ListRecord or ListIdentifier queries from harvesters. ListRecords
13698    harvest the entire records while the ListIdentifier is an abbreviated
13699    form of ListRecords, retrieving only headers rather than records.
13700
13701 .. _reporting-label:
13702
13703 Reporting
13704 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13705
13706 .. _svcmaxreportrows-label:
13707
13708 SvcMaxReportRows
13709 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13710
13711 Default: 10
13712
13713 Asks: Only return \_\_\_ rows of a report requested via the reports web
13714 service.
13715
13716 Description:
13717
13718 -  This value will be used to limit the number of results returned by
13719    `public reports <#publicreport>`__.