Merge branch 'newfeatures' into 'master'
[kohadocs.git] / source / systempreferences.rst
1 .. include:: images.rst
2
3 Global system preferences
4 =========================
5
6 .. _global-system-preferences-label:
7
8 Global system preferences control the way your Koha system works in
9 general. Set these preferences before anything else in Koha.
10
11 -  *Get there:* More > Administration > Global System Preferences
12
13 |image0|
14
15 System preferences can be searched (using any part of the preference
16 name or description) using the search box on the 'Administration' page
17 or the search box at the top of each system preferences page.
18
19 |image1|
20
21 When editing preferences a ^(modified)^ tag will appear next to items
22 you change until you click the 'Save All' button:
23
24 |image2|
25
26 After saving your preferences you'll get a confirmation message telling
27 you what preferences were saved:
28
29 |image3|
30
31 Each section of preferences can be sorted alphabetically by clicking the
32 small down arrow to the right of the word 'Preference' in the header
33 column
34
35 |image4|
36
37 If the preference refers to monetary values (like
38 :ref:`maxoutstanding`) the currency displayed will be the
39 default you set in your :ref:`Currencies and Exchange Rates`
40 administration area. In the examples to
41 follow they will all read USD for U.S. Dollars.
42
43     **Important**
44
45     For libraries systems with unique URLs for each site the system
46     preference can be overridden by editing your koha-http.conf file
47     this has to be done by a system administrator or someone with access
48     to your system files. For example if all libraries but one want to
49     have search terms highlighted in results you set the
50     OpacHighlightedWords preference to 'Highlight' then edit the
51     koha-http.conf for the library that wants this turned off by adding
52     'SetEnv OVERRIDE\_SYSPREF\_OpacHighlightedWords "0"^. After
53     restarting the web server that one library will no longer see
54     highlighted terms. Consult with your system administrator for more
55     information.
56
57 .. _acquisitions-label:
58
59 Acquisitions
60 ----------------------------
61
62 *Get there:* More > Administration > Global System Preferences >
63 Acquisitions
64
65 .. _acquisitions-policy-label:
66
67 Policy
68 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69
70 .. _acqcreateitem-label:
71
72 AcqCreateItem
73 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
74
75 Default: placing an order
76
77 Asks: Create an item when \_\_\_.
78
79 Values:
80
81 -  cataloging a record
82
83 -  placing an order
84
85 -  receiving an order
86
87 Description:
88
89 -  This preference lets you decide when you'd like to create an item
90    record in Koha. If you choose to add an item record when 'placing an
91    order' then you will enter item information in as you place records
92    in your basket. If you choose to add the item when 'receiving an
93    order' you will be asked for item record information when you're
94    receiving orders in acquisitions. If you choose to add the item when
95    'cataloging a record' then item records will not be created in
96    acquisitions at all, you will need to go to the cataloging module to
97    add the items.
98
99 .. _acqenablefiles-label:
100
101 AcqEnableFiles
102 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
103
104 Default: Don't
105
106 Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
107 invoices.
108
109 Values:
110
111 -  Do
112
113 -  Don't
114
115 Description:
116
117 -  This preference controls whether or not you allow the uploading of
118    invoice files via the acquisitions module.
119
120 .. _acqitemsetsubfieldswhenreceiptiscancelled-label:
121
122 AcqItemSetSubfieldsWhenReceiptIsCancelled
123 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
124
125 Asks: Upon cancelling a receipt, update the item's subfields if they
126 were created when placing an order (e.g. o=5\|a="bar foo""). \_\_\_
127
128 Description:
129
130 -  This preference is used in conjunction with the
131    :ref:`AcqItemSetSubfieldsWhenReceived`
132    preference. If you have the system set to enter default values when
133    you receive you will want to have those values revert back if reeipt
134    is cancelled. This preference allows you to do that.
135
136 `AcqItemSetSubfieldsWhenReceived`
137 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
138
139 Asks: Upon receiving items, update their subfields if they were created
140 when placing an order (e.g. o=5\|a="foo bar"). \_\_\_
141
142 Description:
143
144 -  This preference allows you to set default values for items that you
145    receive via acquisitions. Enter the data as subfield=value and split
146    your values with a bar ( \| ). For example you can remove the Ordered
147    status on the item automatically when you receive it just by entering
148    7=0 in this preference. That will set the Not for Loan status
149    (subfield 7) to 0 which is available.
150
151 .. _acqviewbaskets-label:
152
153 AcqViewBaskets
154 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
155
156 Default: created by staff member
157
158 Asks: Show baskets \_\_\_
159
160 Values:
161
162 -  created by staff member
163
164 -  from staff member's branch
165
166 -  in system, regardless of owner
167
168 Description:
169
170 -  When in acquisitions this preference allows you to control whose
171    baskets you can see when looking at a vendor. The default value of
172    'created by staff member' makes it so that you only see the baskets
173    you created. Choosing to see baskets 'from staff member's branch'
174    will show you the baskets created by anyone at the branch you're
175    logged in at. Finally, you can choose to set this preference to show
176    you all baskets regardless of who created it ('in system, regardless
177    of owner). Regardless of which value you choose for this preference,
178    superlibrarians can see all baskets created in the system.
179
180 .. _acqwarnonduplicateinvoice-label:
181
182 AcqWarnOnDuplicateInvoice
183 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
184
185 Default: Do not warn
186
187 Asks: \_\_\_ when the librarian tries to create an invoice with a
188 duplicate number.
189
190 Values:
191
192 -  Do not warn
193
194 -  Warn
195
196 .. _basketconfirmations-label:
197
198 BasketConfirmations
199 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
200
201 Default: always ask for confirmation
202
203 Asks: When closing or reopening a basket, \_\_\_.
204
205 Values:
206
207 -  always ask for confirmation
208
209 -  do not ask for confirmation
210
211 Descriptions:
212
213 -  This preference adds the option to skip confirmations on closing and
214    reopening a basket. If you skip the confirmation, you do not create a
215    new basket group.
216
217 .. _claimsbcccopy-label:
218
219 ClaimsBccCopy
220 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
221
222 Default: Don't send
223
224 Asks: \_\_\_ blind copy (BCC) to logged in user when sending serial or
225 acquisitions claims notices.
226
227 Values:
228
229 -  Don't send
230
231 -  Send
232
233 Description:
234
235 -  When filing a claim in the :ref:`Claim Late Serials` or
236    Acquisitions module this preference will allow for
237    the sending of a copy of the email to the librarian.
238
239 .. _currencyformat-label:
240
241 CurrencyFormat
242 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
243
244 Default: 360,000.00 (US)
245
246 Asks: Display currencies using the following format \_\_\_
247
248 Values:
249
250 -  360,000.00 (US)
251
252 -  360 000,00 (FR)
253
254 .. _gist-label:
255
256 gist
257 ^^^^^^^^^^^^^^^^
258
259 Default: 0
260
261 Asks: The default tax rate is \_\_\_
262
263 Description:
264
265 -  This preference will allow the library to define a default Goods and
266    Services Tax rate. The default of value of 0 will disable this
267    preference.
268
269     **Note**
270
271     Enter this value as a number (.06) versus a percent (6%).
272
273 .. _marcfieldstoorder-label:
274
275 MarcFieldsToOrder
276 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
277
278 Asks: Set the mapping values for a new order line created from a MARC
279 record in a staged file.
280
281 Description:
282
283 -  This preference includes MARC fields to check for order information
284    to use when you are trying to :ref:`Order from a staged file` in
285    acquisitions. You can use the following fields: price, quantity,
286    budget\_code, discount, sort1, sort2.
287
288    For example:
289
290    ::
291
292        price: 947$a|947$c
293        quantity: 969$h
294        budget_code: 922$a
295
296 .. _marcitemfieldstoorder-label:
297
298 MarcItemFieldsToOrder
299 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
300
301 Asks: Set the mapping values for new item records created from a MARC record
302 in a staged file.
303
304 Description:
305
306 -  This preference automatically generates items in Koha with populated
307    information based on a 9XX field and subfield. You can use the following
308    fields: homebranch, holdingbranch, itype, nonpublic_note, public_note, loc,
309    ccode, notforloan, uri, copyno, price, replacementprice and itemcallnumber.
310    Special fields: quantity and budget_code
311
312 For example:
313
314 ::
315
316        homebranch: 975$a
317        holdingbranch: 975$b
318        public_note: 975$z
319        loc: 975$c
320
321 .. _uniqueitemfields-label:
322
323 UniqueItemFields
324 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
325
326 Default: barcode
327
328 Asks:\_\_\_ (space-separated list of fields that should be unique for
329 items, must be valid SQL fields of
330 `items <http://schema.koha-community.org/tables/items.html>`__ table)
331
332 Description:
333
334 -  If this preference is left blank when adding items in acquisitions
335    there will be no check for uniqueness. This means that a duplicate
336    barcode can be created in acquisitions which will cause errors later
337    when checking items in and out.
338
339 .. _printing-label:
340
341 Printing
342 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
343
344 .. _orderpdfformat-label:
345
346 OrderPdfFormat
347 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
348
349 Default: pdfformat::layout2pages
350
351 Asks: Use \_\_\_ when printing basket groups.
352
353 .. _administration-label:
354
355 Administration
356 --------------------------------
357
358 These preferences are general settings for your system.
359
360 *Get there:* More > Administration > Global System Preferences >
361 Administration
362
363 .. _cas-authentication-label:
364
365 CAS Authentication
366 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
367
368 The Central Authentication Service (CAS) is a single sign-on protocol
369 for the web. If you don't know what this is, leave these preferences set
370 to their defaults.
371
372 .. _casauthentication-label:
373
374 casAuthentication
375 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
376
377 Default: Don't use
378
379 Asks: \_\_\_ CAS for login authentication.
380
381 .. _caslogout-label:
382
383 casLogout
384 ^^^^^^^^^^^^^^^^^^^^^^^^^^
385
386 Default: Don't logout
387
388 Asks: \_\_\_ of CAS when logging out of Koha.
389
390 .. _casserverurl-label:
391
392 casServerUrl
393 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
394
395 Asks: The CAS Authentication Server can be found at \_\_\_
396
397 .. _google-openid-connect-label:
398
399 Google OpenID Connect
400 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
401
402 Visit the `Google Developers
403 Console <https://console.developers.google.com/>`__ to obtain OAuth 2.0
404 credentials such as a client ID and client secret that are known to both
405 Google and your application.
406
407    |image1179|
408
409 -  Create a project, and give it some details to help you identify it
410    later
411
412    |image5|
413
414 -  Next search for the Google Identity and Access Management API
415
416    |image6|
417
418 -  Enable the Google Identity and Access Management API
419
420    |image7|
421
422 -  Go to 'Credentials' and set the OAuth cosent screen values
423
424    |image8|
425
426 -  Next choose to 'Create credentials' from the 'Credentials' page
427
428    |image9|
429
430 -  Choose 'Web application' from the 'Application type' menu and fill in
431    the form presented
432
433    |image10|
434
435    -  Set 'Authorized JavaScript origins' to your OPACBaseURL
436
437    -  Change the 'Authorized Redirect URIs' to
438       http://YOUROPAC/cgi-bin/koha/svc/auth/googleopenidconnect
439
440 -  You will be presented with your values for your client ID and your
441    client secret after saving
442
443    |image11|
444
445 .. _googleoauth2clientid-label:
446
447 GoogleOAuth2ClientID
448 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
449
450 Asks: Google OAuth2 Client ID \_\_\_
451
452 .. _googleoauth2clientsecret-label:
453
454 GoogleOAuth2ClientSecret
455 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
456
457 Asks: Google OAuth2 Client Secret \_\_\_
458
459 .. _googleopenidconnect-label:
460
461 GoogleOpenIDConnect
462 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
463
464 Default: No
465
466 Asks: Use Google OpenID Connect login: \_\_\_
467
468     **Important**
469
470     You will need to select OAuth2 when creating an app in the google
471     cloud console, and set the web origin to your\_opac\_url and the
472     redirect url to
473     your\_opac\_url/cgi-bin/koha/svc/auth/googleopenidconnect .
474
475     |image12|
476
477 Values:
478
479 -  No
480
481 -  Yes
482
483 .. _googleopenidconnectautoregister-label:
484
485 GoogleOpenIDConnectAutoRegister
486 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
487
488 Default: Don't Allow
489
490 Asks: \_\_\_ users logging in with Google Open ID to automatically register.
491
492 Values:
493
494 -  Don't Allow
495
496 -  Allow
497
498 .. _googleopenidconnectdefaultbranch-label:
499
500 GoogleOpenIDConnectDefaultBranch
501 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
502
503
504 Asks: \_\_\_ Use this branchcode when automatically registering a Google
505 Open ID patron.
506
507 .. _googleopenidconnectdefaultcategory-label:
508
509 GoogleOpenIDConnectDefaultCategory
510 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
511
512 Asks: \_\_\_ Use this category when automatically registering a Google
513 Open ID patron.
514
515 .. _googleopenidconnectdomain-label:
516
517 GoogleOpenIDConnectDomain
518 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
519
520 Asks: Google OpenID Connect Restrict to domain (or subdomain of this
521 domain) \_\_\_.
522
523     **Note**
524
525     Leave blank for all google domains
526
527 .. _interface-options-label:
528
529 Interface options
530 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
531
532 These preference are related to your Koha interface
533
534 .. _debuglevel-label:
535
536 DebugLevel
537 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
538
539 Default: lots of
540
541 Asks: Show \_\_\_ debugging information in the browser when an internal
542 error occurs.
543
544 Values:
545
546 -  lots of - will show as much information as possible
547
548 -  no - will only show basic error messages
549
550 -  some - will show only some of the information available
551
552 Description:
553
554 -  This preference determines how much information will be sent to the
555    user's screen when the system encounters an error. The most detail
556    will be sent when the value level is set at 2, some detail will be
557    sent when the value is set at 1, and only a basic error message will
558    display when the value is set at 0. This setting is especially
559    important when a system is new and the administration is interested
560    in working out the bugs (errors or problems) quickly. Having detailed
561    error messages makes quick fixes more likely in problem areas.
562
563 .. _defaulttologgedinlibrarycircrules-label:
564
565 DefaultToLoggedInLibraryCircRules
566 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
567
568 Default: all libraries
569
570 Asks: When editing circulation rules show \_\_\_ the rules by default.
571
572 Values:
573
574 -  all libraries
575
576 -  logged in library's
577
578 Description:
579
580 -  This preference controls the default value in the branch pull down
581    found at the top of the :ref:`Circulation and Fine
582    Rules`.
583
584 .. _defaulttologgedinlibrarynoticesslips-label:
585
586 DefaultToLoggedInLibraryNoticesSlips
587 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
588
589 Default: all libraries
590
591 Asks: When editing notices and slips show the \_\_\_ notices and slips
592 by default.
593
594 Values:
595
596 -  all libraries
597
598 -  logged in library's
599
600 Description:
601
602 -  This preference controls the default value in the branch pull down
603    found at the top of the :ref:`Notices & Slips` tool.
604
605 .. _defaulttologgedinlibraryoverduetriggers-label:
606
607 DefaultToLoggedInLibraryOverdueTriggers
608 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
609
610 Default: all libraries
611
612 Asks: When editing overdue notice/status triggers show the \_\_\_ rules
613 by default.
614
615 Values:
616
617 -  all libraries
618
619 -  logged in library's
620
621 Description:
622
623 -  This preference controls the default value in the branch pull down
624    found at the top of the :ref:`Overdue Notice/Status Triggers`.
625
626 .. _delimiter-label:
627
628 delimiter
629 ^^^^^^^^^^^^^^^^^^^^^^^^^^
630
631 Default: semicolons
632
633 Asks: Separate columns in an exported report file with \_\_\_ by
634 default.
635
636 Values:
637
638 -  #'s
639
640 -  backslashes
641
642 -  commas
643
644 -  semicolons
645
646 -  slashes
647
648 -  tabs
649
650 Description:
651
652 -  This preference determines how reports exported from Koha will
653    separate data. In many cases you will be able to change this option
654    when exporting if you'd like.
655
656 .. _kohaadminemailaddress-label:
657
658 KohaAdminEmailAddress
659 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
660
661 This is the default 'From' address for emails unless there is one for
662 the particular branch, and is referred to when an internal error occurs.
663
664 Asks: Use \_\_\_ as the email address for the administrator of Koha.
665
666 Description:
667
668 -  This preference allows one email address to be used in warning
669    messages set to the OPAC. If no email address is set for the branch
670    this address will receive messages from patrons regarding
671    modification requests, purchase suggestions, and questions or
672    information regarding overdue notices. It is recommended that a email
673    address that can be accessed by multiple staff members be used for
674    this purpose so that if one librarian is out the others can address
675    these requests. This email address can be changed when needed.
676
677 .. _noitemtypeimages-label:
678
679 noItemTypeImages
680 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
681
682 Default: Show
683
684 Asks: \_\_\_ itemtype icons in the catalog.
685
686 Values:
687
688 -  Shows
689
690 -  Don't show
691
692 Description:
693
694 -  This preference allows the system administrator to determine if users
695    will be able to set and see an item type icon
696    the catalog on both the OPAC and the Staff Client. The images will
697    display in both the OPAC and the Staff Client/Intranet. If images of
698    item types are disabled, text labels for item types will still appear
699    in the OPAC and Staff Client.
700
701 .. _replytodefault-label:
702
703 ReplytoDefault
704 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
705
706 Asks: Use \_\_\_ as the email address that will be set as the replyto in
707 emails
708
709 Description:
710
711 -  By default replies to notice emails will go to the `library email
712    address <#libraries-groups>`__, if you would like to specify a default
713    email address for all replies to notices you can do that here.
714
715 .. _returnpathdefault-label:
716
717 ReturnpathDefault
718 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
719
720 Asks: Use \_\_\_ as the email address set as the return path, if you
721 leave this empty the KohaAdminEmailAddress will be used.
722
723 Description:
724
725 -  The return path is the email address that bounces will be delivered
726    to. By default bounced notices will go to the `library email
727    address <#libraries-groups>`__, if you would like to specify a default
728    email address for bounces to go to then fill in this preference.
729
730 .. _virtualshelves-label:
731
732 virtualshelves
733 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
734
735 Default: Allow
736
737 Asks: \_\_\_ staff and patrons to create and view saved lists of books.
738
739 Values:
740
741 -  Allow
742
743 -  Don't Allow
744
745 Description:
746
747 -  This preference controls whether the lists functionality will be
748    available in the staff client and OPAC. If this is set to "Don't
749    allow" then no one will be able to save items to public or private
750    lists.
751
752 .. _login-options-label:
753
754 Login options
755 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
756
757 These preferences are related to logging into your Koha system
758
759 .. _autolocation-label:
760
761 AutoLocation
762 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
763
764 Default: Don't require
765
766 Asks: \_\_\_ staff to log in from a computer in the IP address range
767 specified by their library (if any).
768
769 -  Set IP address range in the library administration area
770
771    -  *Get there:* More > Administration > Basic Parameters > :ref:`Libraries & Groups`
772
773 Values:
774
775 -  Don't require
776
777 -  Require
778
779 Description:
780
781 -  This preference protects the system by blocking unauthorized users
782    from accessing the staff client program and settings. Authorized and
783    unauthorized users are determined by their computer's IP addresses.
784    When the preference is set to 'Require', IP authorization is in
785    effect and unauthorized IP addresses will be blocked. This means that
786    staff cannot work from home unless their IP address has been
787    authorized. When set to 'Don't require', anyone with a staff client
788    login will have access no matter which IP address they are using.
789
790 .. _independentbranches-label:
791
792 IndependentBranches
793 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
794
795 Default: Don't prevent
796
797 Asks: \_\_\_ staff (but not superlibrarians) from modifying objects
798 (holds, items, patrons, etc.) belonging to other libraries.
799
800 Values:
801
802 -  Don't prevent
803
804 -  Prevent
805
806 Description:
807
808 -  This preference should only be used by library systems which are
809    sharing a single Koha installation among multiple branches but are
810    considered independent organizations, meaning they do not share
811    material or patrons with other branches and do not plan to change
812    that in the future. If set to 'Prevent' it increases the security
813    between library branches by: prohibiting staff users from logging
814    into another branch from within the staff client, filtering out
815    patrons from patron searches who are not a part of the login branch
816    conducting the search, limiting the location choices to the login
817    branch when adding or modifying an item record, preventing users from
818    other branch locations from placing holds or checking out materials
819    from library branches other than their own, and preventing staff from
820    editing item records which belong to other library branches. All of
821    these security safeguards can be overridden only by the
822    superlibrarian, the highest level of privileges.
823
824     **Important**
825
826     It is important that this value be set before going live and that it
827     NOT be changed
828
829 .. _independentbranchespatronmodifications-label:
830
831 IndependentBranchesPatronModifications
832 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
833
834 Default: No
835
836 Asks: Prevent staff (but not superlibrarians) from viewing and
837 approving/denying patron modification requests for patrons
838 belonging to other libraries. \_\_\_
839
840 Values:
841
842 -  No
843
844 -  Yes
845
846 .. _sessionrestrictionbyip-label:
847
848 SessionRestrictionByIP
849 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
850
851 Default: Enable
852
853 Asks: \_\_\_ check for change in remote IP address for session security.
854 Disable only when remote IP address changes frequently.
855
856 Values:
857
858 -  Disable
859
860 -  Enable
861
862 Description:
863
864 -  When this preference is set to 'Enable' Koha will log you out of the
865    staff client if your IP address changes as a security measure. For
866    some systems the IP address changes frequently so you'll want to set
867    this preference to 'Disable' to prevent Koha from logging you out of
868    the staff client every time that happens.
869
870     **Important**
871
872     This is meant to help those whose IP address changes several times
873     during the day, setting this preference to 'Disable' is not
874     recommended otherwise because it is removing important security
875     features from your staff client.
876
877 .. _sessionstorage-label:
878
879 SessionStorage
880 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
881
882 Default: in the MySQL database
883
884 Asks: Store login session information \_\_\_
885
886 Values:
887
888 -  as temporary files
889
890 -  in the MySQL database
891
892 -  in the PostgreSQL database
893
894    -  **Important**
895
896           PostgreSQL is not yet supported
897
898 Description:
899
900 -  This preference allows administrators to choose what format session
901    data is stored in during web sessions.
902
903 .. _timeout-label:
904
905 timeout
906 ^^^^^^^^^^^^^^^^^^^^^^
907
908 Default: 12000000
909
910 Asks: Automatically log out users after \_\_\_ seconds of inactivity.
911
912 Description:
913
914 -  This preference sets the length of time the Staff Client or OPAC
915    accounts can be left inactive before re-logging in is necessary. The
916    value of this preference is in seconds. At this time, the amount of
917    time before a session times out must be the same for both the Staff
918    Client and the OPAC.
919
920 .. _ssl-client-certificate-authentication-label:
921
922 SSL client certificate authentication
923 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
924
925 .. _allowpkiauth-label:
926
927 AllowPKIAuth
928 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
929
930 Default: no
931
932 Asks: Use \_\_\_ field for SSL client certificate authentication
933
934 Values:
935
936 -  no
937
938 -  the common name
939
940 -  the email address
941
942 .. _search-engine-label:
943
944 Search Engine
945 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
946
947 .. _searchengine-label:
948
949 SearchEngine
950 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
951
952 Default: Zebra
953
954 Asks: Use following search engine: \_\_\_
955
956 Values:
957
958 -  Elasticsearch
959
960 -  Zebra
961
962 .. _share-anonymous-usage-statistics-label:
963
964 Share anonymous usage statistics
965 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
966
967 As an open source project Koha is used all over the world. These
968 preference will help us keep more accurate statistics on where Koha is
969 being used. If you choose to share your information, it will be
970 published on the `Hea Koha community
971 website <http://hea.koha-community.org>`__. You will need to enable the
972 :ref:`Share Usage Stats` cronjob to send this information at regular
973 intervals to the community.
974
975 .. _usagestats-label:
976
977 UsageStats
978 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
979
980 Default: Don't share
981
982 Asks: \_\_\_ anonymous Koha usage data with the Koha community.
983
984 Values:
985
986 -  Don't share
987
988 -  Share
989
990 Description:
991
992 -  This data is stored to help track usage of Koha around the world. If
993    you choose to share your information, it will be published on the
994    `Hea Koha community website <http://hea.koha-community.org>`__. This
995    information is sent using the :ref:`Share Usage Stats` cronjob.
996
997 .. _usagestatscountry-label:
998
999 UsageStatsCountry
1000 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1001
1002 Asks: The country where your library is located: \_\_\_
1003
1004 Description:
1005
1006 -  This data is stored to help track usage of Koha around the world. If
1007    you choose to share your information, it will be published on the
1008    `Hea Koha community website <http://hea.koha-community.org>`__. This
1009    information is sent using the :ref:`Share Usage Stats` cronjob.
1010
1011     **Important**
1012
1013     This preference depends on the `UsageStats <#usagestats>`__
1014     preference. Set that to 'Share' to share your information.
1015
1016 .. _usagestatsgeolocation-label:
1017
1018 UsageStatsGeolocation
1019 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1020
1021 Default: blank
1022
1023 Asks: Geolocation of the main library: \_\_\_ Note that this value has no effect
1024 if the :ref:`UsageStats` systemp preference is set to "Don't share"
1025
1026 .. _usagestatslibrariesinfo-label:
1027
1028 UsageStatsLibrariesInfo
1029 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1030
1031 Default: Do not Share
1032
1033 Asks: \_\_\_ libraries information (name, url, country) Note that this value
1034 has no effect if the :ref:`UsageStats` system preference is set to
1035 "Don't share"
1036
1037 Values:
1038
1039 -  Do not Share
1040
1041 -  Share
1042
1043 .. _usagestatslibraryname-label:
1044
1045 UsageStatsLibraryName
1046 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1047
1048 Asks: The library name \_\_\_ will be shown on the `Hea Koha community
1049 website <http://hea.koha-community.org>`__.
1050
1051 Description:
1052
1053 -  This data is stored to help track usage of Koha around the world. If
1054    you choose to share your information, it will be published on the
1055    `Hea Koha community website <http://hea.koha-community.org>`__. This
1056    information is sent using the :ref:`Share Usage Stats` cron job.
1057
1058     **Important**
1059
1060     This preference depends on the `UsageStats <#usagestats>`__
1061     preference. Set that to 'Share' to share your information. If this
1062     field is empty data will be sent anonymously if you choose 'Share'
1063     for the `UsageStats <#usagestats>`__ preference.
1064
1065 .. _usagestatslibrarytype-label:
1066
1067 UsageStatsLibraryType
1068 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1069
1070 Default: public
1071
1072 Asks: The library type \_\_\_ will be shown on the `Hea Koha community
1073 website <http://hea.koha-community.org>`__.
1074
1075 Values:
1076
1077 -  academic
1078
1079 -  corporate
1080
1081 -  government
1082
1083 -  private
1084
1085 -  public
1086
1087 -  religious organization
1088
1089 -  research
1090
1091 -  school
1092
1093 -  society or association
1094
1095 -  subscription
1096
1097 Description:
1098
1099 -  This data is stored to help track usage of Koha around the world. If
1100    you choose to share your information, it will be published on the
1101    `Hea Koha community website <http://hea.koha-community.org>`__. This
1102    information is sent using the :ref:`Share Usage Stats` cronjob.
1103
1104     **Important**
1105
1106     This preference depends on the `UsageStats <#usagestats>`__
1107     preference. Set that to 'Share' to share your information.
1108
1109 .. _usagestatslibraryurl-label:
1110
1111 UsageStatsLibraryUrl
1112 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1113
1114 Asks: The library URL \_\_\_ will be shown on the `Hea Koha community
1115 website <http://hea.koha-community.org>`__.
1116
1117 Description:
1118
1119 -  This data is stored to help track usage of Koha around the world. If
1120    you choose to share your information, it will be published on the
1121    `Hea Koha community website <http://hea.koha-community.org>`__. This
1122    information is sent using the :ref:`Share Usage Stats` cronjob.
1123
1124     **Important**
1125
1126     This preference depends on the `UsageStats <#usagestats>`__
1127     preference. Set that to 'Share' to share your information.
1128
1129 .. _authorities-label:
1130
1131 Authorities
1132 ----------------------------
1133
1134 *Get there:* More > Administration > Global System Preferences >
1135 Authorities
1136
1137 .. _general-label:
1138
1139 General
1140 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1141
1142 .. _authdisplayhierarchy-label:
1143
1144 AuthDisplayHierarchy
1145 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1146
1147 Default: Don't display
1148
1149 Asks: \_\_\_ broader term/narrower term hierarchies when viewing
1150 authorities.
1151
1152 Values:
1153
1154 -  Display
1155
1156    |image14|
1157
1158 -  Don't display
1159
1160 Description:
1161
1162 -  If your authority records includes 5xx fields with linked references
1163    to broader and/or narrower see also references this preference will
1164    turn on a display of those authorities at the top of the record.
1165
1166 .. _authoritycontrolledindicators-label:
1167
1168 AuthorityControlledIndicators
1169 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1170
1171 Asks: Use the following text to edit how authority records control indicators
1172 of attached biblio fields (and possibly subfield $2). Lines starting with a
1173 comment symbol (#) are skipped. Each line should be of the form: (marc21|unimarc),
1174 tag, ind1:(auth1|auth2|some_value), ind2:(auth1|auth2|thesaurus|some_value).
1175 Here auth1 and auth2 refer to the indicators of the authority record, tag is a
1176 biblio field number or an asterisk (*), and some_value is a fixed value
1177 (one character). The MARC21 option thesaurus refers to indicators controlled by
1178 authority field 008/11 and 040$f.
1179
1180 Description:
1181
1182 -  Used when merging authorities.
1183
1184 -  Controls how the indicators of linked authority records affect the
1185    corresponding biblio indicators. Currently, the default valueis fine-tuned
1186    for MARC21 and copies the authority indicators for UNIMARC.
1187
1188 -  For example,a MARC21 field 100 in a biblio record should pick its first
1189    indicator from the linked authority record. The second indicator is not
1190    controlled by the authority. This report supports such MARC conventions.
1191
1192 .. _authoritymergelimit-label:
1193
1194 AuthorityMergeLimit
1195 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1196
1197 Default: 50
1198
1199 Asks: When modifying an authority record, do not update attached biblio
1200 records if the number exceeds \_\_\_ records. (Above this limit, the merge_authority
1201 cron job will merge them.)
1202
1203 .. _authoritymergemode-label:
1204
1205 AuthorityMergeMode
1206 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1207
1208 Default: loose
1209
1210 Asks: When updating biblio records from an attached authority record ("merging"),
1211 handle subfields of relevant biblio record fields in \_\_\_ mode. In strict mode
1212 subfields that are not found in the authority record, are deleted. Loose mode
1213 will keep them. Loose mode is the historical behavior and still the default.
1214
1215 Values:
1216
1217 -  loose
1218
1219 -  strict
1220
1221 .. _autocreateauthorities-label:
1222
1223 AutoCreateAuthorities
1224 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1225
1226 Default: do not generate
1227
1228 Asks: When editing records, \_\_\_ authority records that are missing.
1229
1230 Values:
1231
1232 -  do not generate
1233
1234 -  generate
1235
1236     **Important**
1237
1238     `BiblioAddsAuthorities <#biblioaddsauthorities>`__ must be set to
1239     "allow" for this to have any effect
1240
1241 Description:
1242
1243 -  When this and `BiblioAddsAuthorities <#biblioaddsauthorities>`__ are
1244    both turned on, automatically create authority records for headings
1245    that don't have any authority link when cataloging. When
1246    BiblioAddsAuthorities is on and AutoCreateAuthorities is turned off,
1247    do not automatically generate authority records, but allow the user
1248    to enter headings that don't match an existing authority. When
1249    BiblioAddsAuthorities is off, this has no effect.
1250
1251 .. _biblioaddsauthorities-label:
1252
1253 BiblioAddsAuthorities
1254 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1255
1256 Default: allow
1257
1258 Asks: When editing records, \_\_\_ them to automatically create new
1259 authority records if needed, rather than having to reference existing
1260 authorities.
1261
1262 Values:
1263
1264 -  allow
1265
1266    -  This setting allows you to type values in the fields controlled by
1267       authorities and then adds a new authority if one does not exist
1268
1269 -  don't allow
1270
1271    -  This setting will lock the authority controlled fields, forcing
1272       you to search for an authority versus allowing you to type the
1273       information in yourself.
1274
1275 .. _marcauthoritycontrolfield008-label:
1276
1277 MARCAuthorityControlField008
1278 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1279
1280 Default: \|\| aca\|\|aabn \| a\|a d
1281
1282 Asks: Use the following text for the contents of MARC21 authority
1283 control field 008 position 06-39 (fixed length data elements).
1284
1285     **Important**
1286
1287     Do not include the date (position 00-05) in this preference, Koha
1288     will calculate automatically and put that in before the values in
1289     this preference.
1290
1291 Description:
1292
1293 -  This preference controls the default value in the 008 field on
1294    Authority records. It does not effect bibliographic records.
1295
1296 .. _unimarcauthorityfield100-label:
1297
1298 UNIMARCAuthorityField100
1299 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1300
1301 Default: afrey50 ba0
1302
1303 Asks: Use the following text for the contents of UNIMARC authority field
1304 100 position (fixed length data elements).
1305
1306     **Important**
1307
1308     Do not include the date (position 00-07) in this preference, Koha
1309     will calculate automatically and put that in before the values in
1310     this preference.
1311
1312 Description:
1313
1314 -  This preference controls the default value in the 100 field on
1315    Authority records cataloged in UNIMARC. It does not effect
1316    bibliographic records.
1317
1318 .. _useauthoritiesfortracings-label:
1319
1320 UseAuthoritiesForTracings
1321 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1322
1323 Default: Don't use
1324
1325 Asks: \_\_\_ authority record numbers instead of text strings for
1326 searches from subject tracings.
1327
1328 Values:
1329
1330 -  Don't use
1331
1332    -  Search links look for subject/author keywords (example:
1333       opac-search.pl?q=su:Business%20networks)
1334
1335 -  Use
1336
1337    -  Search links look for an authority record (example:
1338       opac-search.pl?q=an:354)
1339
1340 Description:
1341
1342 -  For libraries that have authority files, they may want to make it so
1343    that when a link to an authorized subject or author is clicked on the
1344    OPAC or staff client it takes the searcher only to a list of results
1345    with that authority record. Most libraries do not have complete
1346    authority files and so setting this preference to 'Don't use' will
1347    allow searchers to click on links to authors and subject headings and
1348    perform a keyword search against those fields, finding all possible
1349    relevant results instead.
1350
1351 .. _linker-label:
1352
1353 Linker
1354 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1355
1356 These preferences will control how Koha links bibliographic records to
1357 authority records. All bibliographic records added to Koha after these
1358 preferences are set will link automatically to authority records, for
1359 records added before these preferences are set there is a script
1360 (misc/link\_bibs\_to\_authorities.pl) that your system administrator can
1361 run to link records together.
1362
1363 .. _catalogmodulerelink-label:
1364
1365 CatalogModuleRelink
1366 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1367
1368 Default: Do not
1369
1370 Asks: \_\_\_ automatically relink headings that have previously been
1371 linked when saving records in the cataloging module.
1372
1373 Values:
1374
1375 -  Do
1376
1377 -  Do not
1378
1379 Description:
1380
1381 -  Longtime users of Koha don't expect the authority and bib records to
1382    link consistently. This preference makes it possible to disable
1383    authority relinking in the cataloging module only (i.e. relinking is
1384    still possible if link\_bibs\_to\_authorities.pl is run). Note that
1385    though the default behavior matches the previous behavior of Koha
1386    (retaining links to outdated authority records), it does not match
1387    the intended behavior (updating biblio/authority link after
1388    bibliographic record is edited). Libraries that want the intended
1389    behavior of authority control rather than the way Koha used to handle
1390    linking should set CatalogModuleRelink to 'Do'. Once setting this to
1391    'Do' the following preferences can also be set.
1392
1393 .. _linkerkeepstale-label:
1394
1395 LinkerKeepStale
1396 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1397
1398 Default: Do not
1399
1400 Asks: \_\_\_ keep existing links to authority records for headings where
1401 the linker is unable to find a match.
1402
1403 Values:
1404
1405 -  Do
1406
1407 -  Do not
1408
1409 Description:
1410
1411 -  When set to 'Do', the linker will never remove a link to an authority
1412    record, though, depending on the value of
1413    :ref:`LinkerRelink`, it may change the link.
1414
1415 .. _linkermodule-label:
1416
1417 LinkerModule
1418 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1419
1420 Default: Default
1421
1422 Asks: Use the \_\_\_ linker module for matching headings to authority
1423 records.
1424
1425 Values:
1426
1427 -  Default
1428
1429    -  Retains Koha's previous behavior of only creating links when there
1430       is an exact match to one and only one authority record; if the
1431       :ref:`LinkerOptions` preference is set to
1432       'broader\_headings', it will try to link headings to authority
1433       records for broader headings by removing subfields from the end of
1434       the heading
1435
1436 -  First match
1437
1438    -  Creates a link to the first authority record that matches a given
1439       heading, even if there is more than one authority record that
1440       matches
1441
1442 -  Last match
1443
1444    -  Creates a link to the last authority record that matches a given
1445       heading, even if there is more than one record that matches
1446
1447 Description:
1448
1449 -  This preference tells Koha which match to use when searching for
1450    authority matches when saving a record.
1451
1452 .. _linkeroptions-label:
1453
1454 LinkerOptions
1455 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1456
1457 Asks: Set the following options for the authority linker \_\_\_
1458
1459     **Important**
1460
1461     This feature is experimental and shouldn't be used in a production
1462     environment until further expanded upon.
1463
1464 Description:
1465
1466 -  This is a pipe separated (\|) list of options. At the moment, the
1467    only option available is "broader\_headings." With this option set to
1468    "broader\_headings", the linker will try to match the following
1469    heading as follows:
1470
1471    ::
1472
1473        =600 10$aCamins-Esakov, Jared$xCoin collections$vCatalogs$vEarly works to 1800.
1474
1475    First: Camins-Esakov, Jared--Coin collections--Catalogs--Early works
1476    to 1800
1477
1478    Next: Camins-Esakov, Jared--Coin collections--Catalogs
1479
1480    Next: Camins-Esakov, Jared--Coin collections
1481
1482    Next: Camins-Esakov, Jared (matches! if a previous attempt had
1483    matched, it would not have tried this)
1484
1485 .. _linkerrelink-label:
1486
1487 LinkerRelink
1488 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1489
1490 Default: Do
1491
1492 Asks: \_\_\_ relink headings that have previously been linked to
1493 authority records.
1494
1495 Values:
1496
1497 -  Do
1498
1499 -  Do not
1500
1501 Description:
1502
1503 -  When set to 'Do', the linker will confirm the links for headings that
1504    have previously been linked to an authority record when it runs,
1505    correcting any incorrect links it may find. When set to 'Do not', any
1506    heading with an existing link will be ignored, even if the existing
1507    link is invalid or incorrect.
1508
1509 .. _cataloging-label:
1510
1511 Cataloging
1512 --------------------------
1513
1514 *Get there:* More > Administration > Global System Preferences >
1515 Cataloging
1516
1517 .. _display-label:
1518
1519 Display
1520 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1521
1522 .. _acquisitiondetails-label:
1523
1524 AcquisitionDetails
1525 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1526
1527 Default: Display
1528
1529 Asks: \_\_\_ acquisition details on the biblio detail page.
1530
1531 Values:
1532
1533 -  Display
1534
1535 -  Don't display
1536
1537 Description:
1538
1539 -  This preference controls whether a tab will show on the detail page
1540    in the staff client that includes detailed acquisitions information
1541    for the title. This tab will include links to order information
1542    stored in the acquisitions module.
1543
1544    |image1180|
1545
1546 .. _authorityseparator-label:
1547
1548 AuthoritySeparator
1549 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1550
1551 Default: --
1552
1553 Asks: Separate multiple displayed authors, series or subjects with
1554 \_\_\_.
1555
1556 .. _hide\_marc-label:
1557
1558 hide\_marc
1559 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1560
1561 Default: Display
1562
1563 Asks: \_\_\_ MARC tag numbers, subfield codes and indicators in MARC
1564 views.
1565
1566 Values:
1567
1568 -  Display -- shows the tag numbers on the cataloging interface
1569
1570    |image15|
1571
1572 -  Don't display -- shows just descriptive text when cataloging
1573
1574    |image16|
1575
1576 .. _intranetbibliodefaultview-label:
1577
1578 IntranetBiblioDefaultView
1579 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1580
1581 Default: ISBD form
1582
1583 Asks: By default, display biblio records in \_\_\_
1584
1585 Values:
1586
1587 -  ISBD form -- displays records in the staff client in the old card
1588    catalog format
1589
1590    -  See :ref:`ISBD` preference for more information
1591
1592 -  Labelled MARC form -- displays records in the staff client in MARC
1593    with text labels to explain the different fields
1594
1595 -  MARC form -- displays records in the staff client in MARC
1596
1597 -  normal form -- visual display in the staff client (for the average
1598    person)
1599
1600 Description:
1601
1602 -  This setting determines the bibliographic record display when
1603    searching the catalog on the staff client. This setting does not
1604    affect the display in the OPAC which is changed using the
1605    :ref:`BiblioDefaultView` preference under the OPAC
1606    preference tab. This setting changes the look of the record when
1607    first displayed. The MARC and ISBD views can still be seen by
1608    clicking in the sidebar.
1609
1610 .. _isbd-label:
1611
1612 ISBD
1613 ^^^^^^^^^^^^^^^^^^^^
1614
1615 Default: See :ref:`ISBD view configuration
1616 <https://wiki.koha-community.org/wiki/ISBD_view_configuration>` on the wiki.
1617
1618 Asks: Use the following as the ISBD template:
1619
1620 Description:
1621
1622 -  This determines how the ISBD information will display in the staff
1623    client. Elements in the list can be reordered to produce a different
1624    ISBD view. ISBD, the International Standard Bibliographic
1625    Description, was first introduced by IFLA (International Federation
1626    of Library Associations) in 1969 in order to provide guidelines for
1627    descriptive cataloging. The purpose of ISBD is to aid the
1628    international exchange of bibliographic records for a variety of
1629    materials.
1630
1631 .. _labelmarcview-label:
1632
1633 LabelMARCView
1634 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1635
1636 Default: Don't
1637
1638 Asks: \_\_\_ collapse repeated tags of the same type into one tag entry.
1639
1640 Values:
1641
1642 -  Do -- will combine all identical tag numbers under one heading in the
1643    MARC view in the OPAC and Staff Client
1644
1645    |image17|
1646
1647 -  Don't -- will list all of the tags individually in the MARC view in
1648    the OPAC and Staff Client
1649
1650    |image18|
1651
1652 .. _marcfielddocurl-label:
1653
1654 MARCFieldDocURL
1655 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1656
1657 Default: blank
1658
1659 Asks: Use \_\_\_ as the URL for MARC field documentation. Possible substitutions are {MARC} (marc flavour, eg. "MARC21" or "UNIMARC"), {FIELD} (field number, eg. "000" or "048"), {LANG} (user language, eg. "en" or "fi-FI"). If left empty, the format documentation on http://loc.gov (MARC21) or http://archive.ifla.org (UNIMARC) is used. For example http://fielddoc.example.com/?marc={MARC}&field={FIELD}&language={LANG}
1660
1661 Description:
1662
1663 -  This preference lets you choose the source of the MARC documentation available through the "?" next to MARC fields.
1664
1665 .. _mergereportfields-label:
1666
1667 MergeReportFields
1668 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1669
1670 Asks: \_\_\_ fields to display for deleted records after merge
1671
1672 Description:
1673
1674 -  When merging records together you can receive a report of the merge
1675    process once it's done, this preference lets you set the default
1676    values for this report.
1677
1678 Example: '001,245ab,600' displays:
1679
1680 -  value of 001
1681
1682 -  subfields a and b of fields 245
1683
1684 -  all subfields of fields 600
1685
1686 .. _notesblacklist-label:
1687
1688 NotesBlacklist
1689 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1690
1691 Asks: Don't show these \_\_\_ note fields in title notes separator (OPAC
1692 record details) and in the description separator (Staff client record
1693 details).
1694
1695 Description:
1696
1697 -  This preference lets you define which of your note fields are hidden
1698    from the title notes (OPAC) and descriptions (Staff) tabs. Enter the
1699    values as a comma separated list. For example to hide the local note
1700    and the bibliography note in MARC21 enter 504, 590.
1701
1702 .. _opacsuppression,-opacsuppressionbyiprange,-opacsuppressionredirect,-and-opacsuppressionmessage-label:
1703
1704 OpacSuppression, OpacSuppressionByIPRange, OpacSuppressionRedirect, and OpacSuppressionMessage
1705 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1706
1707 OpacSuppression Default: Don't hide
1708
1709 Asks: \_\_\_ items marked as suppressed from OPAC search results.
1710 Restrict the suppression to IP addressesoutside of the IP range \_\_\_
1711 (Leave blank if not used. Define a range like 192.168..) Redirect the opac detail
1712 page for suppressed records to \_\_\_ Display the following message on
1713 the redirect page for suppressed biblios \_\_\_.
1714
1715 OpacSuppression Values:
1716
1717 -  Don't hide
1718
1719    -  Will show records in OPAC search results if they are marked
1720       suppressed
1721
1722 -  Hide
1723
1724    -  Will not show records in OPAC search results if they're marked as
1725       suppressed
1726
1727 OpacSuppressionRedirect Values:
1728
1729 -  an explanatory page ('This record is blocked').
1730
1731 -  the 404 error page ('Not found').
1732
1733 Description:
1734
1735 -  These preferences control hiding of bibliographic records from
1736    display in the OPAC. Each bibliographic record you want to hide from
1737    the OPAC simply needs to have the value "1" in the field mapped with
1738    Suppress index (942$n field in MARC21, no official field in UNIMARC).
1739    The indexer then hides it from display in OPAC but will still display
1740    it in the Staff Client. If you want to further control suppression
1741    you can set an IP address range to still show suppressed items to.
1742    Define a range like 192.168.. If you don't want to limit suppression
1743    in this way, leave the IP field blank. You can also decide what the
1744    patrons will see in the OPAC when a title is suppressed by setting
1745    the OpacSuppressionRedirect and OpacSuppressionMessage preferences.
1746    You can either show the patron a 404 page if they try to see a
1747    suppressed record or you can create a custom page by entering the
1748    HTML in the OpacSuppressionMessage part of this preference.
1749
1750        **Note**
1751
1752        An :ref:`authorized value <authorized-values-label>` for the MARC21 942$n
1753        field (or the equivalent UNIMARC field) should be set to
1754        eliminate errors. One example would be to create an authorized
1755        value titled SUPPRESS with a value of 0 for don't suppress and 1
1756        for suppress.
1757
1758     **Important**
1759
1760     If this preference is set to 'hide' and you have the 942n field set
1761     to 1, it will hide the entire bib record - not just an individual
1762     item.
1763
1764     **Note**
1765
1766     Suppressed records will show a note in the staff client indicating
1767     that they are suppressed from view in the OPAC.
1768
1769     |image1181|
1770
1771     This note can be styled by using the
1772     :ref:`IntranetUserCSS` preference to stand out more
1773     if you'd like.
1774
1775     |image1182|
1776
1777 .. _separateholdings-&-separateholdingsbranch-label:
1778
1779 SeparateHoldings & SeparateHoldingsBranch
1780 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1781
1782 SeparateHoldings default: Don't separate
1783
1784 SeparateHoldingsBranch default: home library
1785
1786 Asks: \_\_\_ items display into two tabs, where the first tab contains
1787 items whose \_\_\_ is the logged in user's library. The second tab will
1788 contain all other items.
1789
1790 SeparateHoldings values:
1791
1792 -  Don't separate
1793
1794 -  Separate
1795
1796 SeparateHoldingsBranch values:
1797
1798 -  holding library
1799
1800 -  home library
1801
1802 Description:
1803
1804 -  This preference lets you decide if you would like to have the holding
1805    information on the bibliographic detail page in the staff client
1806    split in to multiple tabs. The default is to show all holdings on one
1807    tab.
1808
1809    |image19|
1810
1811 .. _urllinktext-label:
1812
1813 URLLinkText
1814 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1815
1816 Default: Online Resource
1817
1818 Asks: Show \_\_\_ as the text of links embedded in MARC records.
1819
1820 Description:
1821
1822 -  If the 856 field does not have a subfield 3 or y defined, the OPAC
1823    will say 'Click here to access online.^ If you would like the field
1824    to say something else enter that in this field.
1825
1826 .. _usecontrolnumber-label:
1827
1828 UseControlNumber
1829 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1830
1831 Default: Don't use
1832
1833 Asks: \_\_\_ record control number ($w subfields) and control number
1834 (001) for linking of bibliographic records.
1835
1836 Values:
1837
1838 -  Don't use
1839
1840    -  When clicking on links to titles that appear next to 'Continues'
1841       and 'Continued by' in the detail display Koha will perform a title
1842       search
1843
1844 -  Use
1845
1846    -  When clicking on links to titles that appear next to 'Continues'
1847       and 'Continued by' in the detail display Koha will perform a
1848       control number (MARC field 001) search
1849
1850     **Important**
1851
1852     Unless you are going in and manually changing 773$w to match your
1853     rigorously-defined bibliographic relationships, you should set this
1854     preference to "Don't use" and instead set
1855     :ref:`EasyAnalyticalRecords` to "Display"
1856
1857 Description:
1858
1859 -  If you have a serial called "Journal of Interesting Things" which has
1860    a separate record from when it was called "Transactions of the
1861    Interesting Stuff Society," you could add linking fields to indicate
1862    the relationship between the two records. UseControlNumber allows you
1863    to use your local accession numbers for those links. In MARC21, the
1864    relevant sections of the two records might look like this:
1865
1866    ::
1867
1868            =001    12345
1869            =110  2_$aInteresting Stuff Society.
1870            =245  10$aTransactions of the Interesting Stuff Society.
1871            =785  00$aInteresting Stuff Society$tJournal of Interesting Things.$w12346
1872
1873            =001    12346
1874            =110  2_$aInteresting Stuff Society.
1875            =245  10$aJournal of Interesting Things.
1876            =780  00$aInteresting Stuff Society$tTransactions of the Interesting Stuff Society.$w12345
1877
1878    With UseControlNumber set to 'Use', the 78x links will use the
1879    Control Numbers is subfield $w, instead of doing a title search on
1880    "Journal of Interesting Things" and "Transactions of the Interesting
1881    Stuff Society" respectively.
1882
1883 .. _exporting-label:
1884
1885 Exporting
1886 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1887
1888 .. _bibtexexportadditionalfields-label:
1889
1890 BibtexExportAdditionalFields
1891 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1892
1893 Asks: Include following fields when exporting BibTeX
1894
1895 Description:
1896
1897 -  Use one line per tag in the format BT\_TAG: TAG$SUBFIELD ( e.g. lccn:
1898    010$a )
1899
1900 -  To specify multiple marc tags/subfields as targets for a repeating
1901    BibTex tag, use the following format: BT\_TAG: [TAG2$SUBFIELD1,
1902    TAG2$SUBFIELD2] ( e.g. notes: [501$a, 505$g] )
1903
1904 -  All values of repeating tags and subfields will be printed with the
1905    given BibTeX tag.
1906
1907 -  Use ^@^ ( with quotes ) as the BT\_TAG to replace the bibtex record
1908    type with a field value of your choosing.
1909
1910 .. _risexportadditionalfields-label:
1911
1912 RisExportAdditionalFields
1913 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1914
1915 Asks: Include following fields when exporting RIS
1916
1917 Description:
1918
1919 -  Use one line per tag in the format RIS\_TAG: TAG$SUBFIELD ( e.g. LC:
1920    010$a )
1921
1922 -  To specificy multiple marc tags/subfields as targets for a repeating
1923    RIS tag, use the following format: RIS\_TAG: [TAG2$SUBFIELD1,
1924    TAG2$SUBFIELD2] ( e.g. NT: [501$a, 505$g] )
1925
1926 -  All values of repeating tags and subfields will be printed with the
1927    given RIS tag.
1928
1929 -  Use of TY ( record type ) as a key will *replace* the default TY with
1930    the field value of your choosing.
1931
1932 .. _importing-label:
1933
1934 Importing
1935 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1936
1937 .. _aggressivematchonisbn-label:
1938
1939 AggressiveMatchOnISBN
1940 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1941
1942 Default: don't
1943
1944 Asks: When matching on ISBN with the record import tool, \_\_\_ attempt
1945 to match aggressively by trying all variations of the ISBNs in the
1946 imported record as a phrase in the ISBN fields of already cataloged
1947 records.
1948
1949 Values:
1950
1951 -  do
1952
1953 -  don't
1954
1955 Description:
1956
1957 -  This preference allows you to choose to alter the ISBN matching rule
1958    used when staging records for import to be more aggressive. This
1959    means that all text will be stripped from the ISBN field so that a
1960    pure number match is possible. If this preference is set to "Don't"
1961    then Koha will find a match only if the ISBN fields are identical.
1962
1963     **Important**
1964
1965     Note that this preference has no effect if
1966     :ref:`UseQueryParser` is on.
1967
1968 .. _aggressivematchonissn-label:
1969
1970 AggressiveMatchOnISSN
1971 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1972
1973 Default: don't
1974
1975 Asks: When matching on ISSN with the record import tool, \_\_\_ attempt
1976 to match aggressively by trying all variations of the ISSNs in the imported
1977 record as a phrase in the ISSN fields of already cataloged records. Note that
1978 this preference has no effect if :ref:`UseQueryParser` is on.
1979
1980 .. _interface-label:
1981
1982 Interface
1983 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1984
1985 .. _advancedmarceditor-label:
1986
1987 advancedMARCeditor
1988 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1989
1990 Default: Don't display
1991
1992 Asks: \_\_\_ descriptions of fields and subfields in the MARC editor.
1993
1994 Description:
1995
1996 -  This preference determines whether or not MARC field names will be
1997    present when editing or creating MARC records.
1998
1999 Values:
2000
2001 -  Display
2002
2003    |image20|
2004
2005 -  Don't display
2006
2007    |image21|
2008
2009 .. _defaultclassificationsource-label:
2010
2011 DefaultClassificationSource
2012 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2013
2014 Default: Dewey Decimal System
2015
2016 Asks: Use \_\_\_ as the default classification source.
2017
2018 Values:
2019
2020 -  ANSCR (Sound Recordings)
2021
2022 -  Dewey Decimal Classification
2023
2024 -  Library of Congress Classification
2025
2026 -  Other/Generic Classification Scheme
2027
2028 -  SuDoc Classification (U.S. GPO)
2029
2030 -  Universal Decimal Classification
2031
2032     **Note**
2033
2034     Adding another classification under Administration > Classification Sources
2035     will make it show up in this list as well.
2036
2037 .. _easyanalyticalrecords-label:
2038
2039 EasyAnalyticalRecords
2040 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2041
2042 Default: Don't Display
2043
2044 Asks: \_\_\_ easy ways to create analytical record relationships
2045
2046 Values:
2047
2048 -  Display
2049
2050 -  Don't Display
2051
2052     **Important**
2053
2054     If you decide to use this feature you'll want to make sure that your
2055     :ref:`UseControlNumber` preference is set to "Don't
2056     use" or else the "Show analytics" links in the staff client and the
2057     OPAC will be broken.
2058
2059 Description:
2060
2061 -  An analytic entry in a catalog is one that describes a part of a
2062    larger work that is also described in the catalog. In bibliographic
2063    cataloging, analytic entries may be made for chapters in books or
2064    special issues of articles in periodicals. In archival cataloging,
2065    analytic entries may be made for series or items within a collection.
2066    This feature in Koha allows for an easy way of linking analytic
2067    entries to the host records, and this system preference adds several
2068    new menu options to the staff cataloging detail pages to allow that
2069    to happen.
2070
2071 .. _record-structure-label:
2072
2073 Record Structure
2074 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2075
2076 .. _alternateholdingsfield-&-alternateholdingsseparator-label:
2077
2078 AlternateHoldingsField & AlternateHoldingsSeparator
2079 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2080
2081 Asks: Display MARC subfield \_\_\_ as holdings information for records
2082 that do not have items, with the subfields separated by \_\_\_.
2083
2084 Description:
2085
2086 -  Sometimes libraries migrate to Koha with their holding info in the
2087    852 field (OCLC holdings information field) and choose not to
2088    transfer that information into the 952 (Koha holdings information
2089    field) because they don't plan on circulating those items. For those
2090    libraries or other libraries that have data in the 852 fields of
2091    their records that they want to display, these preferences let you
2092    choose to display holdings info from a field other than the 952
2093    field. The AlternateHoldingsField preference can contain multiple
2094    subfields to look in; for instance 852abhi would look in 852
2095    subfields a, b, h, and i.
2096
2097 -  With AlternateHoldingsField set to 852abhi and
2098    AlternateHoldingsSeparator set to a space the holdings would look
2099    like the following:
2100
2101    |image22|
2102
2103 .. _autobarcode-label:
2104
2105 autoBarcode
2106 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2107
2108 Default: generated in the form <branchcode>yymm0001
2109
2110 Asks: Barcodes are \_\_\_
2111
2112 Values:
2113
2114 -  generated in the form <branchcode>yymm0001
2115
2116 -  generated in the form <year>-0001, <year>-0002
2117
2118 -  generated in the form 1, 2, 3
2119
2120 -  incremental EAN-13 barcodes
2121
2122 -  not generated automatically
2123
2124 Description:
2125
2126 -  This setting is for libraries wishing to generate barcodes from
2127    within Koha (as opposed to scanning in pre-printed barcodes or
2128    manually assigning them). The default behavior makes it so that when
2129    you click in the barcode field (952$p in MARC21) it will populate
2130    with the automatic barcode you have chosen. If you would rather it
2131    only enter an automatic barcode when you click on the plugin (the ...
2132    to the right of the field) you can change the plugin used for that
2133    field in the framework. Set the plugin for 952$p (if using MARC21 or
2134    equivalent field mapped to items.barcode in your local MARC format)
2135    for your frameworks to barcode\_manual.pl instead of barcode.pl.
2136    Learn more about editing frameworks under the :ref:`MARC Bibliographic
2137    Frameworks <marc-bibliographic-frameworks-label>` section of this manual.
2138
2139 .. _defaultcountryfield008-label:
2140
2141 DefaultCountryField008
2142 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2143
2144 Default: Empty defaults to xxu for United States
2145
2146 Asks: Fill in the default country code for field 008 Range 15-17 of MARC21 -
2147 Place of publication, production, or execution. \_\_\_.
2148
2149 Description:
2150
2151 -  This preference will allow you to set the country code for your MARC21
2152    008 field by default. If this is left empty it will default to
2153    United States (xxu). See the `MARC Code List for
2154    Countries <http://www.loc.gov/marc/countries/countries_code.html>`__
2155    for additional values for this preference.
2156
2157     **Note**
2158
2159     This preference won't have any effect if your records are in
2160     UNIMARC.
2161
2162 .. _defaultlanguagefield008-label:
2163
2164 DefaultLanguageField008
2165 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2166
2167 Default: Empty defaults to eng
2168
2169 Asks: Fill in the default language for field 008 Range 35-37 of MARC21
2170 records \_\_\_.
2171
2172 Description:
2173
2174 -  This preference will allow you to set the language for your MARC21
2175    008 field by default. If this is left empty it will default to
2176    English (eng). See the `MARC Code List for
2177    Languages <http://www.loc.gov/marc/languages/language_code.html>`__
2178    for additional values for this preference.
2179
2180     **Note**
2181
2182     This preference won't have any effect if your records are in
2183     UNIMARC.
2184
2185 .. _item-level\_itypes-label:
2186
2187 item-level\_itypes
2188 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2189
2190 Default: specific item
2191
2192 Asks: Use the item type of the \_\_\_ as the authoritative item type
2193 (for determining circulation and fines rules, etc).
2194
2195 Values:
2196
2197 -  biblio record
2198
2199 -  specific item
2200
2201 Description:
2202
2203 -  This preference determines whether the item type Koha uses for
2204    issuing rules will be an attribute of the bibliographic record or the
2205    item record. Most libraries refer to the item record for item types.
2206    It also determines if the item type icon appears on the OPAC search
2207    results. If you have the preference set to 'biblio record' then Koha
2208    displays the item type icon on the search results to the left of the
2209    result info.
2210
2211    |image23|
2212
2213 .. _itemcallnumber-label:
2214
2215 itemcallnumber
2216 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2217
2218 Default: 082ab
2219
2220 Asks: Map the MARC subfield to an item's callnumber.
2221
2222     **Note**
2223
2224     This can contain multiple subfields to look in; for instance 082ab
2225     would look in 082 subfields a and b.
2226
2227 Description:
2228
2229 -  This setting determines which MARC field will be used to determine
2230    the call number that will be entered into item records automatically
2231    (952$o). The value is set by providing the MARC field code (050, 082,
2232    090, 852 are all common in MARC21) and the subfield codes without the
2233    delimiters ($a, $b would be ab).
2234
2235 Examples:
2236
2237 -  Dewey: 082ab or 092ab; LOC: 050ab or 090ab; from the item record:
2238    852hi
2239
2240 .. _marcflavour-label:
2241
2242 marcflavour
2243 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2244
2245 Default: MARC21
2246
2247 Asks: Interpret and store MARC records in the \_\_\_ format.
2248
2249 Values:
2250
2251 -  MARC21
2252
2253    -  The standard style for the US, Canada, Australia, New Zealand,
2254       United Kingdom, Germany and other countries
2255
2256 -  UNIMARC
2257
2258    -  The standard style used in France, Italy, Portugal, Russia, and
2259       other countries
2260
2261 -  NORMARC
2262
2263    -  The standard style for Norway
2264
2265 Description:
2266
2267 -  This preference defines global MARC style (MARC21, UNIMARC or
2268    NORMARC) used for encoding.
2269
2270     **Important**
2271
2272     Changing the value of this preference will not convert your records
2273     from one MARC style to an other.
2274
2275 .. _marcorgcode-label:
2276
2277 MARCOrgCode
2278 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2279
2280 Default: OSt
2281
2282 Asks: Fill in the MARC organization code \_\_\_ by default in new MARC21
2283 records (leave blank to disable).
2284
2285 Description:
2286
2287 -  The MARC Organization Code is used to identify libraries with
2288    holdings of titles and more.
2289
2290 Learn more and find your library's MARC21 code on the `MARC Code list
2291 for
2292 Organizations <http://www.loc.gov/marc/organizations/orgshome.html>`__
2293 or in Canada on the `Canadian Symbols
2294 Directory <http://www.collectionscanada.gc.ca/illcandir-bin/illsear/l=0/c=1>`__.
2295
2296     **Note**
2297
2298     This preference won't have any effect if your records are in
2299     UNIMARC.
2300
2301 .. _newitemsdefaultlocation-label:
2302
2303 NewItemsDefaultLocation
2304 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2305
2306 Asks: When items are created, give them the temporary location of \_\_\_
2307 (should be a location code, or blank to disable).
2308
2309 .. _prefillitem-label:
2310
2311 PrefillItem
2312 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2313
2314 Default: the new item is not prefilled with last created item values.
2315
2316 Asks: When a new item is added \_\_\_
2317
2318 Values:
2319
2320 -  the new item is not prefilled with last created item values.
2321
2322 -  the new item is prefilled with last created item values.
2323
2324 Description:
2325
2326 -  This preference controls the behavior used when adding new items.
2327    Using the options here you can choose to have your next new item
2328    prefill with the values used in the last item was added to save time
2329    typing values or to have the item form appear completely blank. Using
2330    :ref:`SubfieldsToUseWhenPrefill` you can
2331    control specifically which fields are prefilled.
2332
2333 .. _subfieldstoallowforrestrictedbatchmod-label:
2334
2335 SubfieldsToAllowForRestrictedBatchmod
2336 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2337
2338 Asks: Define a list of subfields for which editing is authorized when
2339 `items\_batchmod\_restricted <#items_batchmod_restricted>`__ permission
2340 is enabled, separated by spaces. \_\_\_
2341
2342 Examples:
2343
2344 -  UNIMARC: "995$f 995$h 995$j"
2345
2346 -  MARC21: "952$a 952$b 952$c"
2347
2348 Description:
2349
2350 -  This preference lets you define what fields can be edited via the
2351    :ref:`batch item modification tool <batch-item-modification-label>` if the
2352    items\_batchmod\_restricted permission is enabled.
2353
2354        **Note**
2355
2356        The FA framework is excluded from the permission. If the pref is
2357        empty, no fields are restricted.
2358
2359 .. _subfieldstoallowforrestrictedediting-label:
2360
2361 SubfieldsToAllowForRestrictedEditing
2362 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2363
2364 Asks: Define a list of subfields for which editing is authorized when
2365 edit\_items\_restricted permission is enabled, separated by spaces.
2366 \_\_\_
2367
2368 Examples:
2369
2370 -  UNIMARC: "995$f 995$h 995$j"
2371
2372 -  MARC21: "952$a 952$b 952$c"
2373
2374 Description:
2375
2376 -  This preference lets you define what fields can be edited via
2377    cataloging if the
2378    `edit\_items\_restricted <#edit_items_restricted>`__ permission is
2379    enabled
2380
2381        **Note**
2382
2383        The Fast Add (FA) framework is excluded from the permission. If
2384        the pref is empty, no fields are restricted.
2385
2386 .. _subfieldstousewhenprefill-label:
2387
2388 SubfieldsToUseWhenPrefill
2389 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2390
2391 Asks: Define a list of subfields to use when prefilling items \_\_\_
2392
2393     **Important**
2394
2395     Separate values with a space.
2396
2397 Description:
2398
2399 -  When the :ref:`PrefillItem` preference is set to prefill
2400    item values with those from the last added item, this preference can
2401    control which fields are prefilled (and which are not). Enter a space
2402    separated list of fields that you would like to prefill when adding a
2403    new item.
2404
2405 .. _unimarcfield100language-label:
2406
2407 UNIMARCField100Language
2408 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2409
2410 Default: fre
2411
2412 Asks: Use the language (ISO 690-2) \_\_\_ as default language in the
2413 UNIMARC field 100 when creating a new record or in the field plugin.
2414
2415 .. _z3950normalizeauthor-&-z3950authorauthfields-label:
2416
2417 z3950NormalizeAuthor & z3950AuthorAuthFields
2418 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2419
2420 Defaults: Don't copy & 701,702,700
2421
2422 Asks: \_\_\_ authors from the UNIMARC \_\_\_ tags (separated by commas)
2423 to the correct author tags when importing a record using Z39.50.
2424
2425 Description for z3950NormalizeAuthor:
2426
2427 -  This preference allows for 'Personal Name Authorities' to replace
2428    authors as the bibliographic authority. This preference should only
2429    be considered by libraries using UNIMARC.
2430
2431 Values for z3950NormalizeAuthor:
2432
2433 -  Copy
2434
2435 -  Don't copy
2436
2437 Description for z3950AuthorAuthFields:
2438
2439 -  This preference defines which MARC fields will be used for 'Personal
2440    Name Authorities' to replace authors as the bibliographic
2441    authorities. This preference only applies to those using UNIMARC
2442    encoding. The MARC fields selected here will only be used if
2443    'z3950NormalizeAuthor' is set to "Copy". The default field are 700,
2444    701, and 702.
2445
2446 .. _spine-labels-label:
2447
2448 Spine Labels
2449 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2450
2451 .. _spinelabelautoprint-label:
2452
2453 SpineLabelAutoPrint
2454 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2455
2456 Default: don't
2457
2458 Asks: When using the quick spine label printer, \_\_\_ automatically pop
2459 up a print dialog.
2460
2461 Values:
2462
2463 -  do
2464
2465 -  don't
2466
2467 .. _spinelabelformat-label:
2468
2469 SpineLabelFormat
2470 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2471
2472 Default: <itemcallnumber><copynumber>
2473
2474 Asks: Include the following fields on a quick-printed spine label:
2475 (Enter in columns from the biblio, biblioitems or items tables,
2476 surrounded by < and >.)
2477
2478 .. _spinelabelshowprintonbibdetails-label:
2479
2480 SpineLabelShowPrintOnBibDetails
2481 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2482
2483 Default: Don't display
2484
2485 Asks: \_\_\_ buttons on the bib details page to print item spine labels.
2486
2487 Values:
2488
2489 -  Display
2490
2491    |image24|
2492
2493 -  Don't display
2494
2495 .. _circulation-label:
2496
2497 Circulation
2498 ----------------------------
2499
2500 *Get there:* More > Administration > Global System Preferences >
2501 Circulation
2502
2503
2504
2505
2506 .. _article-requests-label:
2507
2508 Article Requests
2509 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2510
2511 .. _articlerequests-label:
2512
2513 ArticleRequests
2514 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2515
2516 Default: Don't enable
2517
2518 Asks: \_\_\_ patrons to place article requests.
2519
2520 Values:
2521
2522 -  Enable
2523
2524 -  Don't enable
2525
2526 Description:
2527
2528 -  This preference controls whether or not article requests are allowed to be placed by patrons in the OPAC.
2529
2530 .. _articlerequestsmandatoryfields-label:
2531
2532 ArticleRequestsMandatoryFields
2533 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2534
2535 Default: None selected
2536
2537 Asks: For records that are record level or item level requestable, make the following fields mandatory \_\_\_
2538
2539 Values:
2540
2541 -  [Select all]
2542
2543 -  Author
2544
2545 -  Chapters
2546
2547 -  Date
2548
2549 -  Issue
2550
2551 -  Pages
2552
2553 -  Title
2554
2555 -  Volume
2556
2557 Description:
2558
2559 -  This preference controls what fields must be filled in before an article request can be placed
2560    for either a record level or item level request. Choosing [Select all] indicates that all fields
2561    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2562    request can be placed.
2563
2564 .. _articlerequestsmandatoryfieldsitemsonly-label:
2565
2566 ArticleRequestsMandatoryFieldsItemsOnly
2567 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2568
2569 Default: None selected
2570
2571 Asks: For records that are only item level requestable, make the following fields mandatory \_\_\_
2572
2573 Values:
2574
2575 -  [Select all]
2576
2577 -  Author
2578
2579 -  Chapters
2580
2581 -  Date
2582
2583 -  Issue
2584
2585 -  Pages
2586
2587 -  Title
2588
2589 -  Volume
2590
2591 Description:
2592
2593 -  This preference controls what fields must be filled in before an article request can be placed
2594    for an item level request only. Choosing [Select all] indicates that all fields
2595    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2596    request can be placed.
2597
2598 .. _articlerequestsmandatoryfieldsrecordonly-label:
2599
2600 ArticleRequestsMandatoryFieldsRecordOnly
2601 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2602
2603 Default: None selected
2604
2605 Asks: For records that are only record level requestable, make the following fields mandatory \_\_\_
2606
2607 Values:
2608
2609 -  [Select all]
2610
2611 -  Author
2612
2613 -  Chapters
2614
2615 -  Date
2616
2617 -  Issue
2618
2619 -  Pages
2620
2621 -  Title
2622
2623 -  Volume
2624
2625 Description:
2626
2627 -  This preference controls what fields must be filled in before an article request can be placed
2628    for a record level request only. Choosing [Select all] indicates that all fields
2629    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2630    request can be placed.
2631
2632
2633 .. _batch-checkout-label:
2634
2635 Batch Checkout
2636 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2637
2638 .. _batchcheckouts-label:
2639
2640 BatchCheckouts
2641 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2642
2643 Default: Don't allow
2644
2645 Asks: \_\_\_ batch checkouts
2646
2647 Values:
2648
2649 -  Allow
2650
2651 -  Don't allow
2652
2653 .. _batchcheckoutsvalidcategories-label:
2654
2655 BatchCheckoutsValidCategories
2656 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2657
2658 Asks: Patron categories allowed to checkout in a batch \_\_\_ (list of
2659 patron categories separated with a pipe ^\|^)
2660
2661 .. _checkin-policy-label:
2662
2663 Checkin Policy
2664 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2665
2666 .. _blockreturnoflostitems-label:
2667
2668 BlockReturnOfLostItems
2669 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2670
2671 Default: Don't block
2672
2673 Asks: \_\_\_ returning of items that have been lost.
2674
2675 Values:
2676
2677 -  Block
2678
2679 -  Don't block
2680
2681 Description:
2682
2683 -  This preference controls whether and item with a lost status
2684    (952$1 in MARC21) can be checked in or not.
2685
2686 .. _blockreturnofwithdrawnitems-label:
2687
2688 BlockReturnOfWithdrawnItems
2689 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2690
2691 Default: Block
2692
2693 Asks: \_\_\_ returning of items that have been withdrawn.
2694
2695 Values:
2696
2697 -  Block
2698
2699 -  Don't block
2700
2701 Description:
2702
2703 -  This preference controls whether and item with a withdrawn status
2704    (952$0 in MARC21) can be checked in or not.
2705
2706 .. _calculatefinesonreturn-label:
2707
2708 CalculateFinesOnReturn
2709 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2710
2711 Default: Do
2712
2713 Asks: \_\_\_ calculate and update overdue charges when an item is
2714 returned.
2715
2716 Values:
2717
2718 -  Do
2719
2720 -  Don't
2721
2722 Description:
2723
2724 -  If this preference is set to "Do" and the :ref:`fines cron
2725    job <fines-label>` is off then Koha will calculate fines only
2726    when items are returned. If you have the fines cron job on and this
2727    preference set to "Do" then this preference will calculate fines
2728    based on the cron (usually run nightly) and then again when you check
2729    the item in. This option is best for those who are doing hourly
2730    loans. If this preference is set to "Don't" then fines will only be
2731    accrued if the fines cron job is running.
2732
2733     **Important**
2734
2735     If you are doing hourly loans then you should have this set to 'Do'.
2736
2737 .. _cumulativerestrictionperiods-label:
2738
2739 CumulativeRestrictionPeriods
2740 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2741
2742 Default: Don't cumulate
2743
2744 Asks: \_\_\_ the restriction periods.
2745
2746 Values:
2747
2748 -  Don't cumulate
2749
2750 -  Cumulate
2751
2752 .. _updatenotforloanstatusoncheckin-label:
2753
2754 UpdateNotForLoanStatusOnCheckin
2755 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2756
2757 Asks: This is a list of value pairs. When an item is checked in, if the
2758 not for loan value on the left matches the items not for loan value it
2759 will be updated to the right-hand value. E.g. ^-1: 0' will cause an item
2760 that was set to 'Ordered' to now be available for loan. Each pair of
2761 values should be on a separate line.
2762
2763 .. _checkout-policy-label:
2764
2765 Checkout Policy
2766 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2767
2768 .. _agerestrictionmarker-label:
2769
2770 AgeRestrictionMarker
2771 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2772
2773 Asks: Restrict patrons with the following target audience values from
2774 checking out inappropriate materials: \_\_\_
2775
2776 Description:
2777
2778 -  This preference defines certain keywords that will trigger Koha to
2779    restrict checkout based on age. These restrictions can be overridden
2780    by the :ref:`AgeRestrictionOverride`
2781    preference. Enter in this field a series of keywords separated by bar
2782    (\|) with no spaces. For example PG\|R\|E\|EC\|Age\| will look for PG
2783    followed by an age number, R folllowed by an age number, Age followed
2784    by an age number, and so on. These values can appear in any MARC
2785    field, but Library of Congress recommends the 521$a (Target Audience
2786    Note). Whatever field you decide to use you must map the word
2787    agerestriction in the biblioitems table to that field in the :ref:`Koha to
2788    MARC Mapping <koha-to-marc-mapping-label>`. When cataloging you can enter
2789    values like PG 13 or E 10 in the 521$a and Koha will then notify
2790    circulation librarians that the material may not be recommended for
2791    the patron based on their age.
2792
2793        **Important**
2794
2795        You must map the word agerestriction in the biblioitems table to
2796        the MARC field where this information will appear via the :ref:`Koha
2797        to MARC Mapping <koha-to-marc-mapping-label>` administration area.
2798
2799 .. _agerestrictionoverride-label:
2800
2801 AgeRestrictionOverride
2802 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2803
2804 Default: Don't allow
2805
2806 Asks: \_\_\_ staff to check out an item with age restriction.
2807
2808 Values:
2809
2810 -  Allow
2811
2812    |image25|
2813
2814 -  Don't allow
2815
2816    |image26|
2817
2818 Description:
2819
2820 -  When the :ref:`AgeRestrictionMarker` preference
2821    is set, Koha will try to warn circulation librarians before checking
2822    out an item that might have an age restriction listed in the MARC
2823    record. This preference asks if you would like the staff to be able
2824    to still check out these items to patrons under the age limit.
2825
2826 .. _allfinesneedoverride-label:
2827
2828 AllFinesNeedOverride
2829 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2830
2831 Default: Require
2832
2833 Asks: \_\_\_ staff to manually override all fines, even fines less than
2834 :ref:`noissuescharge`.
2835
2836 Values:
2837
2838 -  Don't require
2839
2840 -  Require
2841
2842 Description:
2843
2844 -  This preference let's you decide if you want to always be warned that
2845    the patron has fines when checking out. If you have it set to
2846    'Require' then no matter how much money the patron owes a message
2847    will pop up warning you that the patron owes money.
2848
2849 .. _allowfineoverride-label:
2850
2851 AllowFineOverride
2852 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2853
2854 Default: Don't allow
2855
2856 Asks: \_\_\_ staff to manually override and check out items to patrons
2857 who have more than :ref:`noissuescharge` in fines.
2858
2859 Values:
2860
2861 -  Allow
2862
2863 -  Don't allow
2864
2865 Description:
2866
2867 -  This preference lets you decide if you staff can check out to patrons
2868    who owe more money than you usually let them carry on their account.
2869    If set to 'Allow' staff will be warned that the patrons owes money,
2870    but it won't stop the staff from checking out to the patron.
2871
2872 .. _allowitemsonholdcheckout-label:
2873
2874 AllowItemsOnHoldCheckout
2875 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2876
2877 Default: Don't allow
2878
2879 Asks: \_\_\_ checkouts of items reserved to someone else. If allowed do
2880 not generate RESERVE\_WAITING and RESERVED warning. This allows self
2881 checkouts for those items.
2882
2883 Values:
2884
2885 -  Allow
2886
2887 -  Don't allow
2888
2889     **Important**
2890
2891     This system preference relates only to SIP based self checkout, not
2892     Koha's web based self checkout.
2893
2894 Description:
2895
2896 -  When this preference is set to 'Allow' patrons will be able to use
2897    your external self check machine to check out a book to themselves
2898    even if it's on hold for someone else. If you would like Koha to
2899    prevent people from checking out books that are on hold for someone
2900    else set this preference to "Don't allow."
2901
2902 .. _allowitemsonholdcheckoutsco-label:
2903
2904 AllowItemsOnHoldCheckoutSCO
2905 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2906
2907 Default: Don't allow
2908
2909 Asks: \_\_\_ checkouts of items reserved to someone else in the SCO module.
2910 If allowed do not generate RESERVE_WAITING and RESERVED warning. This
2911 allows self checkouts for those items.
2912
2913 Values:
2914
2915 -  Allow
2916
2917 -  Don't allow
2918
2919     **Important**
2920
2921     This system preference relates only to Koha's web based self checkout.
2922
2923 Description:
2924
2925 -  When this preference is set to 'Allow' patrons will be able to use
2926    Koha's web based self checkout to check out a book to themselves
2927    even if it's on hold for someone else. If you would like Koha to
2928    prevent people from checking out books that are on hold for someone
2929    else set this preference to "Don't allow".
2930
2931 .. _allowmultipleissuesonabiblio-label:
2932
2933 AllowMultipleIssuesOnABiblio
2934 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2935
2936 Default: Allow
2937
2938 Asks: \_\_\_ patrons to check out multiple items from the same record.
2939
2940 Values:
2941
2942 -  Allow
2943
2944 -  Don't allow
2945
2946 Description:
2947
2948 -  If this preference is set to 'Allow' then patrons will be able to
2949    check out multiple copies of the same title at the same time. If it's
2950    set to "Don't allow" then patrons will only be allowed to check out
2951    one item attached to a record at a time. Regardless of the option
2952    chosen in this preference records with subscriptions attached will
2953    allow multiple check outs.
2954
2955        **Important**
2956
2957        This will only effect records without a subscription attached.
2958
2959 .. _allownotforloanoverride-label:
2960
2961 AllowNotForLoanOverride
2962 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2963
2964 Default: Allow
2965
2966 Asks: \_\_\_ staff to override and check out items that are marked as
2967 not for loan.
2968
2969 Values:
2970
2971 -  Allow
2972
2973 -  Don't allow
2974
2975 Description:
2976
2977 -  This parameter is a binary setting which controls the ability of
2978    staff (patrons will always be prevented from checking these items
2979    out) to check out items that are marked as "not for loan". Setting it
2980    to "Allow" would allow such items to be checked out, setting it to
2981    "Don't allow" would prevent this. This setting determines whether
2982    items meant to stay in the library, such as reference materials, and
2983    other library resources can be checked out by patrons.
2984
2985 .. _allowrenewallimitoverride-label:
2986
2987 AllowRenewalLimitOverride
2988 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2989
2990 Default: Allow
2991
2992 Asks: \_\_\_ staff to manually override the renewal limit and renew a
2993 checkout when it would go over the renewal limit.
2994
2995 Values:
2996
2997 -  Allow
2998
2999 -  Don't allow
3000
3001 Description:
3002
3003 -  This preference is a binary setting which controls the ability of
3004    staff to override the limits placed on the number of times an item
3005    can be renewed. Setting it to "Allow" would allow such limits to be
3006    overridden, setting it to "Don't allow" would prevent this. This is a
3007    preference in which if it is set to "allow" it would allow the
3008    library staff to use their judgment for overriding the renew limit
3009    for special cases, setting it to "Don't allow" prevents an
3010    opportunity for abuse by the library staff.
3011
3012 .. _allowreturntobranch-label:
3013
3014 AllowReturnToBranch
3015 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3016
3017 Default: to any library
3018
3019 Asks: Allow materials to be returned to \_\_\_
3020
3021 Values:
3022
3023 -  either the library the item is from or the library it was checked out
3024    from.
3025
3026 -  only the library the item is from.
3027
3028 -  only the library the item was checked out from.
3029
3030 -  to any library.
3031
3032 Description:
3033
3034 -  This preference lets the library system decide how they will accept
3035    returns. Some systems allow for items to be returned to any library
3036    in the system (the default value of this preference) others want to
3037    limit item returns to only specific branches. This preference will
3038    allow you to limit item returns (checkins) to the branch(es) set in
3039    the value.
3040
3041 .. _allowtoomanyoverride-label:
3042
3043 AllowTooManyOverride
3044 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3045
3046 Default: Allow
3047
3048 Asks: \_\_\_ staff to override and check out items when the patron has
3049 reached the maximum number of allowed checkouts.
3050
3051 Values:
3052
3053 -  Allow
3054
3055    |image27|
3056
3057 -  Don't allow
3058
3059    |image28|
3060
3061 Description:
3062
3063 -  If this preference is set to "Allow" then staff all will be presented
3064    with an option to checkout more items to a patron than are normally
3065    allowed in the :ref:`Circulation and Fine Rules`. If
3066    this preference is set to "Don't allow" then no staff member will be
3067    able to check out more than the circulation limit.
3068
3069 .. _automaticitemreturn-label:
3070
3071 AutomaticItemReturn
3072 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3073
3074 Default: Do
3075
3076 Asks: \_\_\_ automatically transfer items to their home branch when they
3077 are returned.
3078
3079 Values:
3080
3081 -  Do
3082
3083 -  Don't
3084
3085 Description:
3086
3087 -  This preference is a binary setting which determines whether an item
3088    is returned to its home branch automatically or not. If set to
3089    "Don't", the staff member checking an item in at a location other
3090    than the item's home branch will be asked whether the item will
3091    remain at the non-home branch (in which case the new location will be
3092    marked as a holding location) or returned. Setting it to "Do" will
3093    ensure that items checked in at a branch other than their home branch
3094    will be sent to that home branch.
3095
3096 .. _autoremoveoverduesrestrictions-label:
3097
3098 AutoRemoveOverduesRestrictions
3099 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3100
3101 Default: Do not
3102
3103 Asks: \_\_\_ allow OVERDUES restrictions triggered by sent notices to be
3104 cleared automatically when all overdue items are returned by a patron.
3105
3106 Values:
3107
3108 -  Do
3109
3110 -  Do not
3111
3112 Description:
3113
3114 -  Using the :ref:`Overdue Notice/Status Triggers` you
3115    can restrict patrons after they receive an overdue notice. This
3116    preference lets you define whether Koha will automatically remove
3117    that restriction once the overdue items in question are returned or
3118    not.
3119
3120 .. _circcontrol-label:
3121
3122 CircControl
3123 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3124
3125 Default: the library the item is from
3126
3127 Asks: Use the checkout and fines rules of \_\_\_
3128
3129 Values:
3130
3131 -  the library the item is from
3132
3133    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3134       determined by the item's library where
3135       :ref:`HomeOrHoldingBranch` chooses if item's
3136       home library is used or holding library is used.
3137
3138 -  the library the patron is from
3139
3140    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3141       determined the patron's home library
3142
3143 -  the library you are logged in at
3144
3145    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3146       determined by the library that checked the item out to the patron
3147
3148 .. _consideronsitecheckoutsasnormalcheckouts-label:
3149
3150 ConsiderOnSiteCheckoutsAsNormalCheckouts
3151 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3152
3153 Default: Consider
3154
3155 Asks: \_\_\_ on-site checkouts as normal checkouts. If enabled, the
3156 number of checkouts allowed will be normal checkouts + on-site
3157 checkouts. If disabled, both values will be checked separately.
3158
3159 Values:
3160
3161 -  Consider
3162
3163 -  Don't consider
3164
3165 Description:
3166
3167 -  This preference allows you to decide if checkouts that are
3168    :ref:`OnSiteCheckouts` are counted toward the total
3169    checkouts a patron can have. You can also set your :ref:`circulation and
3170    fine rules <circulation-and-fine-rules-label>` to allow only a certain number of
3171    normal and OnSite checkouts.
3172
3173 .. _defaultlongoverduechargevalue-label:
3174
3175 DefaultLongOverdueChargeValue
3176 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3177
3178 Asks: Charge a lost item to the borrower's account when the LOST value
3179 of the item changes to \_\_\_
3180
3181 Description:
3182
3183 -  Leave this field empty if you don't want to charge the user for lost
3184    items. If you want the user to be charged enter the `LOST authorized
3185    value <#lost>`__ you are using in the
3186    :ref:`DefaultLongOverdueLostValue <defaultlongoverduelostvalue-&-defaultlongoverduedays-label>`
3187    preference. This preference is used when the :ref:`longoverdue cron
3188    job <long-overdues-label>` is called without the --charge parameter.
3189
3190 .. _defaultlongoverduelostvalue-&-defaultlongoverduedays-label:
3191
3192 DefaultLongOverdueLostValue & DefaultLongOverdueDays
3193 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3194
3195 Asks: By default, set the LOST value of an item to \_\_\_ when the item
3196 has been overdue for more than \_\_\_ days.
3197
3198 Description:
3199
3200 -  These preferences are used when the :ref:`longoverdue cron
3201    job <long-overdues-label>` is called without the --lost parameter. It
3202    allows users to set the values of the :ref:`longoverdue
3203    cron <long-overdues-label>` without having to edit the crontab.
3204    Setting the values to 1 and 30 for example will mark the item with
3205    the `LOST authorized value <#lost>`__ of 1 after the item is 30 days
3206    overdue.
3207
3208 .. _holdsinnoissuescharge-label:
3209
3210 HoldsInNoissuesCharge
3211 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3212
3213 Default: Don't include
3214
3215 Asks: \_\_\_ hold charges when summing up charges for noissuescharge.
3216
3217 Values:
3218
3219 -  Don't include
3220
3221 -  Include
3222
3223 .. _homeorholdingbranch-label:
3224
3225 HomeOrHoldingBranch
3226 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3227
3228 Default: the library the item was checked out from
3229
3230 Asks: Use the checkout and fines rules of \_\_\_
3231
3232 Values:
3233
3234 -  the library the item is from
3235
3236    -  This is equivalent to 'home library'
3237
3238 -  the library the item was checked out from
3239
3240    -  This is equivalent to 'holding library'
3241
3242 Description:
3243
3244 -  This preference does several things.
3245
3246    -  If :ref:`CircControl` is set to 'the library the item
3247       is from' then the :ref:`circulation and fines
3248       policies <circulation-and-fine-rules-label>` will be determined by the item's
3249       library where HomeOrHoldingBranch chooses if item's home library
3250       is used or holding library is used.
3251
3252    -  If :ref:`IndependentBranches` is set to
3253       'Prevent' then the value of this preference is used in figuring
3254       out if the item can be checked out. If the item's home library
3255       does not match the logged in library, the item cannot be checked
3256       out unless you are a :ref:`superlibrarian <patron-permissions-defined-label>`.
3257
3258     **Important**
3259
3260     It is not recommend that this setting be changed after initial setup
3261     of Koha because it will change the behavior of items already checked
3262     out.
3263
3264 .. _inprocessingtoshelvingcart-label:
3265
3266 InProcessingToShelvingCart
3267 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3268
3269 Default: Don't move
3270
3271 Asks: \_\_\_ items that have the location PROC to the location CART when
3272 they are checked in.
3273
3274 Values:
3275
3276 -  Don't move
3277
3278 -  Move
3279
3280 Description:
3281
3282 -  This preference is used to manage automatically changing item
3283    locations from processing (PROC) to the book cart (CART). A :ref:`cron
3284    job <in-processing/book-cart-label>` needs to be set to run at specified intervals
3285    to age items from CART to the permanent shelving location. (For
3286    example, an hourly cron entry of cart\_to\_shelf.pl --hours 3 where
3287    --hours is the amount of time an item should spend on the cart before
3288    aging to its permanent location.) More information can be found in
3289    the :ref:`related chapter <in-processing-/-book-cart-locations-label>` in this manual.
3290
3291    -  **Note**
3292
3293           If the :ref:`ReturnToShelvingCart` system
3294           preference is turned on, any newly checked-in item is also
3295           automatically put into the shelving cart, to be covered by the
3296           same script run.
3297
3298    -  **Important**
3299
3300           Checkins with confirmed holds will not go into the shelving
3301           cart. If items on the shelving cart are checked out, the cart
3302           location will be cleared.
3303
3304 .. _issuelostitem-label:
3305
3306 IssueLostItem
3307 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3308
3309 Default: display a message
3310
3311 Asks: When issuing an item that has been marked as lost, \_\_\_.
3312
3313 Values:
3314
3315 -  display a message
3316
3317    |image29|
3318
3319 -  do nothing
3320
3321    -  This option will just check the item out without notifying you
3322       that the item was marked lost.
3323
3324 -  require confirmation
3325
3326    |image30|
3327
3328 Description:
3329
3330 -  This preference lets you define how library staff are notified that
3331    an item with a lost status is being checked out. This will help staff
3332    mark items as 'available' if you choose to 'display a message' or
3333    'require confirmation.^ If you choose to 'do nothing,^ there will be
3334    no notification that the item being checked out is marked as 'lost.^
3335
3336 .. _issuinginprocess-label:
3337
3338 IssuingInProcess
3339 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3340
3341 Default: Don't prevent
3342
3343 Asks: \_\_\_ patrons from checking out an item whose rental charge would
3344 take them over the limit.
3345
3346 Values:
3347
3348 -  Don't prevent
3349
3350 -  Prevent
3351
3352 Description:
3353
3354 -  This preference determines if a patron can check items out if there
3355    is an overdue fine on the account and any of the materials the patron
3356    wishes to check out will potentially tip the account balance over the
3357    maximum fines policy the library has in place.
3358
3359 Example: Your library has a $5 limit set for 'fines' (ie, after
3360 incurring $5 in fines, a patron can no longer check out items). A patron
3361 comes to the desk with 5 items to check out (4 books and a video) The
3362 patron has $4 in charges already on their account. One of the videos has
3363 a rental charge of $1, therefore making the total fines on the patron's
3364 account suddenly $5 (the limit).
3365
3366 .. _maninvinnoissuescharge-label:
3367
3368 ManInvInNoissuesCharge
3369 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3370
3371 Default: Include
3372
3373 Asks: \_\_\_ MANUAL\_INV charges when summing up charges for
3374 noissuescharge.
3375
3376 Values:
3377
3378 -  Don't include
3379
3380 -  Include
3381
3382 Description:
3383
3384 -  This preference lets you decide if charges entered as manual invoices
3385    are included when calculating the
3386    :ref:`noissuescharge`. If this is set to include then
3387    Koha will include all manual invoices when deciding if the patron
3388    owes too much money to check anything else out of the library. If
3389    it's set to Don't include then Koha will ignore all manual invoice
3390    charges when figuring out if the patron owes too much money to
3391    checkout additional materials.
3392
3393 .. _marklostitemsasreturned-label:
3394
3395 MarkLostItemsAsReturned
3396 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3397
3398 Default: Mark
3399
3400 Asks: \_\_\_ items as returned when flagged as lost.
3401
3402 Values:
3403
3404 -  Do not mark
3405
3406 -  Mark
3407
3408 Description:
3409
3410 -  This preference lets you decide if an item marked as lost is automatically returned from the user's file or not.
3411
3412 .. _maxoutstanding-label:
3413
3414 maxoutstanding
3415 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3416
3417 Default: 5
3418
3419 Asks: Prevent patrons from making holds on the OPAC if they owe more
3420 than \_\_\_ USD in fines.
3421
3422 .. _noissuescharge-label:
3423
3424 noissuescharge
3425 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3426
3427 Default: 5
3428
3429 Asks: Prevent patrons from checking out books if they have more than
3430 \_\_\_ USD in fines.
3431
3432 Description:
3433
3434 -  This preference is the maximum amount of money owed to the library
3435    before the user is banned from borrowing more items. Using the
3436    :ref:`ManInvInNoissuesCharge` and
3437    :ref:`RentalsInNoissuesCharge` preferences
3438    you can control which types of charges are considered in this total.
3439    This also coincides with :ref:`maxoutstanding` that
3440    limits patrons from placing holds when the maximum amount is owed to
3441    the library.
3442
3443 .. _noissueschargeguarantees-label:
3444
3445 NoIssuesChargeGuarantees
3446 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3447
3448 Asks: Prevent a patron from checking out if the patron has guarantees
3449 owing in total more than \_\_\_ USD in fines.
3450
3451 Description:
3452
3453 -  Allows a library to prevent patrons from checking out items if his or
3454    her guarantees owe too much in fines.
3455
3456 .. _norenewalbeforeprecision-label:
3457
3458 NoRenewalBeforePrecision
3459 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3460
3461 Default: date
3462
3463 Asks: Calculate "No renewal before" based on \_\_\_.
3464
3465 Values:
3466
3467 -  date
3468
3469 -  exact time
3470
3471     **Note**
3472
3473     Only relevant for loans calculated in days, hourly loans are not
3474     affected.
3475
3476 Description:
3477
3478 -  This preference allows you to control how the 'No renewal before"
3479    option in the :ref:`Circulation and fine rules <circulation-and-fine-rules-label>`
3480    administration area.
3481
3482 .. _noticebcc-label:
3483
3484 NoticeBcc
3485 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3486
3487 Asks: Send all notices as a BCC to this email address \_\_\_
3488
3489 This preference makes it so that a librarian can get a copy of every
3490 notice sent out to patrons.
3491
3492     **Note**
3493
3494     If you'd like more than one person to receive the blind copy you can
3495     simply enter in multiple email addresses separated by commas.
3496
3497 .. _onsitecheckouts-label:
3498
3499 OnSiteCheckouts
3500 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3501
3502 Default: Disable
3503
3504 Asks: \_\_\_ the on-site checkouts feature.
3505
3506 Values:
3507
3508 -  Disable
3509
3510 -  Enable
3511
3512    |image1184|
3513
3514 Description:
3515
3516 -  This preference lets you check out items that are 'not for loan' to
3517    patrons. A checkbox is added to the checkout screen when this
3518    preference is set to 'Enable' labeled 'On-site checkout'. This allows
3519    you to track who's using items that are normally not for loan or are
3520    in a closed stack setting.
3521
3522 .. _onsitecheckoutsforce-label:
3523
3524 OnSiteCheckoutsForce
3525 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3526
3527 Default: Disable
3528
3529 Asks: \_\_\_ the on-site for all cases (Even if a user is debarred,
3530 etc.).
3531
3532 Values:
3533
3534 -  Disable
3535
3536 -  Enable
3537
3538    |image31|
3539
3540 Description:
3541
3542 -  This preference lets the staff override any restrictions a patron
3543    might have and check out items for use within the library. The
3544    :ref:`OnSiteCheckouts` preference must first be set
3545    to 'Enable' for this preference to be considered.
3546
3547 .. _opacfinenorenewalsblockautorenew-label:
3548
3549 OPACFineNoRenewalsBlockAutoRenew
3550 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3551
3552 Default: Allow
3553
3554 Asks: If a patron owes more than the value of :ref:`OPACFineNoRenewals`,
3555 \_\_\_ his/her auto renewals.
3556
3557 Values:
3558
3559 -  Allow
3560
3561 -  Block
3562
3563 .. _overduenoticecalendar-label:
3564
3565 OverdueNoticeCalendar
3566 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3567
3568 Default: Ignore calendar
3569
3570 Asks: \_\_\_ when working out the period for overdue notices
3571
3572 Values:
3573
3574 -  Ignore calendar
3575
3576    -  Notices do not take holidays into account, so they will be sent
3577       even if holidays have meant the item is not actually overdue yet
3578
3579 -  Use calendar
3580
3581    -  Notices take holidays into account, so they will not be sent if
3582       holidays mean the item is not actually overdue yet
3583
3584 .. _overduesblockcirc-label:
3585
3586 OverduesBlockCirc
3587 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3588
3589 Default: Ask for confirmation
3590
3591 Asks: \_\_\_ when checking out to a borrower that has overdues
3592 outstanding
3593
3594 Values:
3595
3596 -  Ask for confirmation
3597
3598    -  Will not let you check an item out to patrons with overdues until
3599       a librarian confirms that it is okay
3600
3601 -  Block
3602
3603    -  Block all patrons with overdue items from being able to check out
3604
3605 -  Don't block
3606
3607    -  Allow all patrons with overdue items to continue to check out
3608
3609 .. _overduesblockrenewing-label:
3610
3611 OverduesBlockRenewing
3612 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3613
3614 Default: allow renewing
3615
3616 Asks: When a patron's checked out item is overdue, \_\_\_
3617
3618 Values:
3619
3620 -  allow renewing
3621
3622 -  block renewing for all the patron's items
3623
3624 -  block renewing for only this item
3625
3626 .. _printnoticesmaxlines-label:
3627
3628 PrintNoticesMaxLines
3629 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3630
3631 Asks: Include up to \_\_\_ item lines in a printed overdue notice.
3632
3633     **Note**
3634
3635     If the number of items is greater than this number, the notice will
3636     end with a warning asking the borrower to check their online account
3637     for a full list of overdue items.
3638
3639     **Note**
3640
3641     Set to 0 to include all overdue items in the notice, no matter how
3642     many there are.
3643
3644     **Important**
3645
3646     This preference only refers to the print notices, not those sent via
3647     email.
3648
3649 .. _renewalperiodbase-label:
3650
3651 RenewalPeriodBase
3652 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3653
3654 Default: the old due date of the checkout
3655
3656 Asks: When renewing checkouts, base the new due date on \_\_\_
3657
3658 Values:
3659
3660 -  the old due date of the checkout
3661
3662 -  the current date
3663
3664 .. _renewalsendnotice-label:
3665
3666 RenewalSendNotice
3667 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3668
3669 Default: Don't send
3670
3671 Asks: \_\_\_\_ a renewal notice according to patron checkout alert
3672 preferences.
3673
3674 Values:
3675
3676 -  Don't send
3677
3678 -  Send
3679
3680 Description:
3681
3682 -  If a patron has chosen to receive a check out notice in their
3683    messaging preferences and this preference is set to 'Send' then those
3684    patrons will also receive a notice when they renew materials. You
3685    will want to set up a :ref:`new notice <adding-notices-&-slips-label>` with the code of
3686    RENEWAL (if you don't already have it) with custom text for renewing
3687    items.
3688
3689        **Important**
3690
3691        This preference requires that you have
3692        :ref:`EnhancedMessagingPreferences`
3693        set to 'Allow'
3694
3695 .. _rentalfeescheckoutconfirmation-label:
3696
3697 RentalFeesCheckoutConfirmation
3698 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3699
3700 Default: do not ask
3701
3702 Asks: When checking out an item with rental fees, \_\_\_ for
3703 confirmation.
3704
3705 Values:
3706
3707 -  ask
3708
3709   |image1183|
3710
3711 -  do not ask
3712
3713 Description:
3714
3715 -  If you are charging rental fees for items this preference will make
3716    it so that you can show (or not show) a confirmation before checking
3717    out an item that will incur a rental charge.
3718
3719 .. _rentalsinnoissuescharge-label:
3720
3721 RentalsInNoissuesCharge
3722 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3723
3724 Default: Include
3725
3726 Asks: \_\_\_ rental charges when summing up charges for noissuescharge.
3727
3728 Values:
3729
3730 -  Don't include
3731
3732 -  Include
3733
3734 Description:
3735
3736 -  This preference lets you decide if rental charges are included when
3737    calculating the :ref:`noissuescharge`. If this is set
3738    to include then Koha will include all rental charges when deciding if
3739    the patron owes too much money to check anything else out of the
3740    library. If it's set to Don't include then Koha will ignore all
3741    rental charges when figuring out if the patron owes too much money to
3742    checkout additional materials.
3743
3744 .. _restrictionblockrenewing-label:
3745
3746 RestrictionBlockRenewing
3747 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3748
3749 Default: Allow
3750
3751 Asks: If patron is restricted, \_\_\_ renewing of items.
3752
3753 Values:
3754
3755 -  Allow
3756
3757 -  Block
3758
3759 .. _returnbeforeexpiry-label:
3760
3761 ReturnBeforeExpiry
3762 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3763
3764 Default: Don't require
3765
3766 Asks: \_\_\_ patrons to return books before their accounts expire (by
3767 restricting due dates to before the patron's expiration date).
3768
3769 Values:
3770
3771 -  Don't require
3772
3773 -  Require
3774
3775 Description:
3776
3777 -  This is preference may prevent a patron from having items checked out
3778    after their library card has expired. If this is set to "Require",
3779    then a due date of any checked out item can not be set for a date
3780    which falls after the patron's card expiration. If the setting is
3781    left "Don't require" then item check out dates may exceed the
3782    expiration date for the patron's library card.
3783
3784 .. _returntoshelvingcart-label:
3785
3786 ReturnToShelvingCart
3787 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3788
3789 Default: Don't move
3790
3791 Asks: \_\_\_ all items to the location CART when they are checked in.
3792
3793 Values:
3794
3795 -  Don't move
3796
3797 -  Move
3798
3799 Description:
3800
3801 -  More information can be found in the :ref:`related
3802    chapter <in-processing-/-book-cart-locations-label>` in this manual.
3803
3804 .. _staffsearchresultsdisplaybranch-label:
3805
3806 StaffSearchResultsDisplayBranch
3807 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3808
3809 Default: the library the item is held by
3810
3811 Asks: For search results in the staff client, display the branch of
3812 \_\_\_
3813
3814 Values:
3815
3816 -  the library the item is from
3817
3818 -  the library the items is held by
3819
3820 .. _switchonsitecheckouts-label:
3821
3822 SwitchOnSiteCheckouts
3823 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3824
3825 Default: Don't switch
3826
3827 Asks: \_\_\_ on-site checkouts to normal checkouts when checked out.
3828
3829 Values:
3830
3831 -  Don't switch
3832
3833 -  Switch
3834
3835 .. _transfersmaxdayswarning-label:
3836
3837 TransfersMaxDaysWarning
3838 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3839
3840 Default: 3
3841
3842 Asks: Show a warning on the "Transfers to Receive" screen if the
3843 transfer has not been received \_\_\_ days after it is sent.
3844
3845 Description:
3846
3847 -  The TransferMaxDaysWarning preference is set at a default number of
3848    days. This preference allows for a warning to appear after a set
3849    amount of time if an item being transferred between library branches
3850    has not been received. The warning will appear in the :ref:`Transfers to
3851    Receive <transfers-to-receive-label>` report.
3852
3853 .. _usebranchtransferlimits-&-branchtransferlimitstype-label:
3854
3855 UseBranchTransferLimits & BranchTransferLimitsType
3856 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3857
3858 Defaults: Don't enforce & collection code
3859
3860 Asks: \_\_\_ branch transfer limits based on \_\_\_
3861
3862 UseBranchTransferLimits Values:
3863
3864 -  Don't enforce
3865
3866 -  Enforce
3867
3868 BranchTransferLimitsType Values:
3869
3870 -  collection code
3871
3872 -  item type
3873
3874 BranchTransferLimitsType Description:
3875
3876 -  This parameter is a binary setting which determines whether items are
3877    transferred according to item type or collection code. This value
3878    determines how the library manager is able to restrict what items can
3879    be transferred between the branches.
3880
3881 .. _usedaysmode-label:
3882
3883 useDaysMode
3884 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3885
3886 Default: Don't include
3887
3888 Asks: Calculate the due date using \_\_\_.
3889
3890 Values:
3891
3892 -  circulation rules only.
3893
3894 -  the calendar to push the due date to the next open day.
3895
3896 -  the calendar to skip all days the library is closed.
3897
3898 Description:
3899
3900 -  This preference controls how scheduled library closures affect the
3901    due date of a material. The 'the calendar to skip all days the
3902    library is closed' setting allows for a scheduled closure not to
3903    count as a day in the loan period, the 'circulation rules only'
3904    setting would not consider the scheduled closure at all, and 'the
3905    calendar to push the due date to the next open day' would only effect
3906    the due date if the day the item is due would fall specifically on
3907    the day of closure.
3908
3909 Example:
3910
3911 -  The library has put December 24th and 25th in as closures on the
3912    calendar. A book checked out by a patron has a due date of December
3913    25th according to the circulation and fine rules. If this preference
3914    is set to 'circulation rules only' then the item will remain due on
3915    the 25th. If the preference is set to 'the calendar to push the due
3916    date to the next open day' then the due date will be December 26th.
3917    If the preference is set to 'the calendar to skip all days the
3918    library is closed' then the due date will be pushed to the 27th of
3919    December to accommodate for the two closed days.
3920
3921 The calendar is defined on a branch by branch basis. To learn more about
3922 the calendar, check out the ^:ref:`Calendar & Holidays <calendar-label>`^
3923 section of this manual.
3924
3925 .. _usetransportcostmatrix-label:
3926
3927 UseTransportCostMatrix
3928 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3929
3930 Default: Don't use
3931
3932 Asks: \_\_\_ Transport Cost Matrix for calculating optimal holds filling
3933 between branches.
3934
3935 Values:
3936
3937 -  Don't use
3938
3939 -  Use
3940
3941 Description:
3942
3943 -  If the system is configured to use the :ref:`Transport cost
3944    matrix <transport-cost-matrix-label>` for filling holds, then when
3945    attempting to fill a hold, the system will search for the lowest cost
3946    branch, and attempt to fill the hold with an item from that branch
3947    first. Branches of equal cost will be selected from randomly. The
3948    branch or branches of the next highest cost shall be selected from
3949    only if all the branches in the previous group are unable to fill the
3950    hold.
3951
3952    The system will use the item's current holding branch when
3953    determining whether the item can fulfill a hold using the Transport
3954    Cost Matrix.
3955
3956 .. _course-reserves-label:
3957
3958 Course Reserves
3959 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3960
3961 .. _usecoursereserves-label:
3962
3963 UseCourseReserves
3964 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3965
3966 Default: Don't use
3967
3968 Asks: \_\_\_ course reserves
3969
3970 Values:
3971
3972 -  Don't use
3973
3974 -  Use
3975
3976 Description:
3977
3978 -  The `Course Reserves <#coursereserves>`__ module in Koha allows you
3979    to temporarily move items to 'reserve' and assign different
3980    circulation rules to these items while they are being used for a
3981    specific course.
3982
3983 .. _fines-policy-label:
3984
3985 Fines Policy
3986 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3987
3988 .. _finescalendar-label:
3989
3990 finesCalendar
3991 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3992
3993 Default: not including the days the library is closed
3994
3995 Asks: Calculate fines based on days overdue \_\_\_
3996
3997 Values:
3998
3999 -  directly
4000
4001 -  not including the days the library is closed
4002
4003 Description:
4004
4005 -  This preference will determine whether or not fines will be accrued
4006    during instances when the library is closed. Examples include
4007    holidays, library in-service days, etc. Choosing "not including the
4008    days the library is closed" setting will enable Koha to access its
4009    :ref:`Calendar` module and be considerate of dates when
4010    the library is closed. To make use of this setting the administrator
4011    must first access Koha's calendar and mark certain days as "holidays"
4012    ahead of time.
4013
4014 The calendar is defined on a branch by branch basis. To learn more about
4015 the calendar, check out the ^:ref:`Calendar & Holidays <calendar-label>`
4016 section of this manual.
4017
4018 .. _finesincludegraceperiod-label:
4019
4020 FinesIncludeGracePeriod
4021 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4022
4023 Default: Include
4024
4025 Asks: \_\_\_ the grace period when calculating the fine for an overdue
4026 item.
4027
4028 Values:
4029
4030 -  Don't include
4031
4032 -  Include
4033
4034 Description:
4035
4036 -  This preference lets you control how Koha calculates fines when there
4037    is a grace period. If you choose to include the grace period when
4038    calculating fines then Koha will charge for the days in the grace
4039    period should the item be overdue more than those days. If you choose
4040    not to include the grace period then Koha will only charge for the
4041    days overdue after the grace period.
4042
4043 .. _finesmode-label:
4044
4045 finesMode
4046 ^^^^^^^^^^^^^^^^^^^^^^^^^^
4047
4048 Default: Calculate (but only for mailing to the admin)
4049
4050 Asks: \_\_\_ fines
4051
4052 Values:
4053
4054 -  Calculate (but only for mailing to the admin)
4055
4056 -  Calculate and charge
4057
4058 -  Don't calculate
4059
4060     **Important**
4061
4062     Requires that you have the fines cron job running
4063     (misc/cronjobs/fines.pl)
4064
4065 .. _holdfeemode-label:
4066
4067 HoldFeeMode
4068 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4069
4070 Default: only if all items are checked out and the record has at least one hold already.
4071
4072 Asks: Charge a hold fee \_\_\_
4073
4074 Values:
4075
4076 -  any time a hold is collected.
4077
4078 -  any time a hold is placed.
4079
4080 -  only if all items are checked out and the record has at least one hold already.
4081
4082 .. _processingfeenote-label:
4083
4084 ProcessingFeeNote
4085 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4086
4087 Asks: Set the text to be recorded in the column 'note', table 'accountlines' when the processing fee (defined in item type) is applied.
4088
4089 .. _refundlostonreturncontrol-label:
4090
4091 RefundLostOnReturnControl
4092 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4093
4094 Default: check-in library.
4095
4096 Asks: If a lost item is returned, apply the refunding rules defined
4097 in the \_\_\_
4098
4099 Values:
4100
4101 -  check-in library.
4102
4103 -  item holding branch.
4104
4105 -  item home branch.
4106
4107 .. _usedefaultreplacementcost-label:
4108
4109 useDefaultReplacementCost
4110 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4111
4112 Default: Don't use
4113
4114 Asks: \_\_\_ the default replacement cost defined in item type.
4115
4116 Values:
4117
4118 -  Don't use
4119
4120 -  Use
4121
4122 Description:
4123
4124 -  This preference enables the use of the replacement cost set on the item type level
4125
4126 .. _whenlostchargereplacementfee-label:
4127
4128 WhenLostChargeReplacementFee
4129 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4130
4131 Default: Charge
4132
4133 Asks: \_\_\_ the replacement price when a patron loses an item.
4134
4135 Values:
4136
4137 -  Charge
4138
4139 -  Don't charge
4140
4141 Description:
4142
4143 -  This preference lets you tell Koha what to do with an item is marked
4144    lost. If you want Koha can 'Charge' the patron the replacement fee
4145    listed on the item they lost or it can do nothing in reference to the
4146    patron and just mark the item lost in the catalog.
4147
4148 .. _whenlostforgivefine-label:
4149
4150 WhenLostForgiveFine
4151 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4152
4153 Default: Don't forgive
4154
4155 Asks: \_\_\_ the fines on an item when it is lost.
4156
4157 Values:
4158
4159 -  Don't forgive
4160
4161 -  Forgive
4162
4163 Description:
4164
4165 -  This preference allows the library to decide if fines are charged in
4166    addition to the replacement fee when an item is marked as lost. If
4167    this preference is set to 'Forgive' then the patron won't be charged
4168    fines in addition to the replacement fee.
4169
4170 .. _holds-policy-label:
4171
4172 Holds Policy
4173 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4174
4175 .. _allowholddateinfuture-label:
4176
4177 AllowHoldDateInFuture
4178 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4179
4180 Default: Allow
4181
4182 Asks: \_\_\_ hold requests to be placed that do not enter the waiting
4183 list until a certain future date.
4184
4185 Values:
4186
4187 -  Allow
4188
4189 -  Don't allow
4190
4191 .. _allowholditemtypeselection-label:
4192
4193 AllowHoldItemTypeSelection
4194 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4195
4196 Default: Don't allow
4197
4198 Asks: \_\_\_ hold fulfillment to be limited by itemtype.
4199
4200 Values:
4201
4202 -  Allow
4203
4204 -  Don't allow
4205
4206 .. _allowholdpolicyoverride-label:
4207
4208 AllowHoldPolicyOverride
4209 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4210
4211 Default: Allow
4212
4213 Asks: \_\_\_ staff to override hold policies when placing holds.
4214
4215 Values:
4216
4217 -  Allow
4218
4219 -  Don't allow
4220
4221 Description:
4222
4223 -  This preference is a binary setting which controls whether or not the
4224    library staff can override the circulation and fines rules as they
4225    pertain to the placement of holds. Setting this value to "Don't
4226    allow" will prevent anyone from overriding, setting it to "Allow"
4227    will allow it. This setting is important because it determines how
4228    strict the libraries rules for placing holds are. If this is set to
4229    "Allow", exceptions can be made for patrons who are otherwise
4230    normally in good standing with the library, but there is opportunity
4231    for the staff to abuse this function. If it is set to "Don't allow",
4232    no abuse of the system is possible, but it makes the system entirely
4233    inflexible in respect to holds.
4234
4235 .. _allowholdsondamageditems-label:
4236
4237 AllowHoldsOnDamagedItems
4238 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4239
4240 Default: Allow
4241
4242 Asks: \_\_\_ hold requests to be placed on damaged items.
4243
4244 Values:
4245
4246 -  Allow
4247
4248 -  Don't allow
4249
4250 Description:
4251
4252 -  This parameter is a binary setting which controls whether or not hold
4253    requests can be placed on items that are marked as "damaged" (items
4254    are marked as damaged by editing subfield 4 on the item record).
4255    Setting this value to "Don't allow" will prevent anyone from placing
4256    a hold on such items, setting it to "Allow" will allow it. This
4257    preference is important because it determines whether or not a patron
4258    can place a request for an item that might be in the process of being
4259    repaired or not in good condition. The library may wish to set this
4260    to "Don't allow" if they were concerned about their patrons not
4261    receiving the item in a timely manner or at all (if it is determined
4262    that the item is beyond repair). Setting it to "Allow" would allow a
4263    patron to place a hold on an item and therefore receive it as soon as
4264    it becomes available.
4265
4266 .. _allowholdsonpatronspossessions-label:
4267
4268 AllowHoldsOnPatronsPossessions
4269 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4270
4271 Default: Allow
4272
4273 Asks: \_\_\_\_ a patron to place a hold on a record where the patron
4274 already has one or more items attached to that record checked out.
4275
4276 Values:
4277
4278 -  Allow
4279
4280 -  Don't allow
4281
4282 Description:
4283
4284 -  By setting to "Don't allow," you can prevent patrons from placing
4285    holds on items they already have out, thus preventing them from
4286    blocking anyone else from getting an item.
4287
4288 .. _allowrenewalifotheritemsavailable-label:
4289
4290 AllowRenewalIfOtherItemsAvailable
4291 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4292
4293 Default: Don't allow
4294
4295 Asks: \_\_\_ a patron to renew an item with unfilled holds if other
4296 available items can fill that hold.
4297
4298 Values:
4299
4300 -  Allow
4301
4302 -  Don't allow
4303
4304 .. _autoresumesuspendedholds-label:
4305
4306 AutoResumeSuspendedHolds
4307 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4308
4309 Default: Allow
4310
4311 Asks: \_\_\_ suspended holds to be automatically resumed by a set date.
4312
4313 Values:
4314
4315 -  Allow
4316
4317 -  Don't allow
4318
4319 Description:
4320
4321 -  If this preference is set to 'Allow' then all suspended holds will be
4322    able to have a date at after which they automatically become
4323    unsuspended. If you have this preference set to 'Allow' you will also
4324    need the :ref:`Unsuspend Holds` cron job running.
4325
4326     **Important**
4327
4328     The holds will become unsuspended the date after that entered by the
4329     patron.
4330
4331 .. _canreservefromotherbranches-label:
4332
4333 canreservefromotherbranches
4334 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4335
4336 Default: Allow
4337
4338 Asks: \_\_\_ a user from one library to place a hold on an item from
4339 another library
4340
4341 Description:
4342
4343 -  This preference is a binary setting which determines whether patrons
4344    can place holds on items from other branches. If the preference is
4345    set to "Allow" patrons can place such holds, if it is set to "Don't
4346    allow" they cannot. This is an important setting because it
4347    determines if users can use Koha to request items from another
4348    branch. If the library is sharing an installation of Koha with other
4349    independent libraries which do not wish to allow interlibrary
4350    borrowing it is recommended that this parameter be set to "Don't
4351    allow".
4352
4353 Values:
4354
4355 -  Allow
4356
4357 -  Don't allow (with :ref:`independent branches <independentbranches-label>`)
4358
4359 .. _confirmfutureholds-label:
4360
4361 ConfirmFutureHolds
4362 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4363
4364 Default: 0
4365
4366 Asks: Confirm future hold requests (starting no later than \_\_\_ days
4367 from now) at checkin time.
4368
4369 Description:
4370
4371 -  When confirming a hold at checkin time, the number of days in this
4372    preference is taken into account when deciding which holds to show
4373    alerts for. This preference does not interfere with renewing,
4374    checking out or transferring a book.
4375
4376     **Note**
4377
4378     This number of days will be used too in calculating the default end
4379     date for the Holds to pull-report. But it does not interfere with
4380     issuing, renewing or transferring books.
4381
4382     **Important**
4383
4384     This preference is only looked at if you're allowing hold dates in
4385     the future with :ref:`AllowHoldDateInFuture`
4386     or :ref:`OPACAllowHoldDateInFuture`
4387
4388 .. _decreaseloanhighholds,-decreaseloanhighholdsduration,-decreaseloanhighholdsvalue,-decreaseloanhighholdscontrol,-and-decreaseloanhighholdsignorestatuses-label:
4389
4390 decreaseLoanHighHolds, decreaseLoanHighHoldsDuration, decreaseLoanHighHoldsValue, decreaseLoanHighHoldsControl, and decreaseLoanHighHoldsIgnoreStatuses
4391 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4392
4393 Asks: \_\_\_ the reduction of loan period \_\_\_ to days for items with
4394 more than \_\_\_ holds \_\_\_ . Ignore items with the following statuses
4395 when counting items \_\_\_
4396
4397 decreaseLoanHighHolds default: Don't enable
4398
4399 decreaseLoanHighHoldsControl default: on the record
4400
4401 decreaseLoanHighHolds values:
4402
4403 -  Enable
4404
4405 decreaseLoanHighHoldsControl values:
4406
4407 -  over the number of holdable items on the records
4408
4409 -  on the record
4410
4411 decreaseLoanHighHoldsIgnoreStatuses values:
4412
4413 -  [Select All]
4414
4415 -  Damages
4416
4417 -  Lost
4418
4419 -  Not for loan
4420
4421 -  Withdrawn
4422
4423 Description:
4424
4425 -  These preferences let you change the loan length for items that have
4426    many holds on them. This will not effect items that are already
4427    checked out, but items that are checked out after the
4428    decreaseLoanHighHoldsValue is met will only be checked out for the
4429    number of days entered in the decreaseLoanHighHoldsDuration
4430    preference.
4431
4432    |image32|
4433
4434 .. _displaymultiplacehold-label:
4435
4436 DisplayMultiPlaceHold
4437 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4438
4439 Default: Don't enable
4440
4441 Asks: \_\_\_ the ability to place holds on multiple biblio from the
4442 search results
4443
4444 Values:
4445
4446 -  Don't enable
4447
4448 -  Enable
4449
4450 .. _emaillibrarianwhenholdisplaced-label:
4451
4452 emailLibrarianWhenHoldIsPlaced
4453 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4454
4455 Default: Don't enable
4456
4457 Asks: \_\_\_ sending an email to the Koha administrator email address
4458 whenever a hold request is placed.
4459
4460 Values:
4461
4462 -  Don't enable
4463
4464 -  Enable
4465
4466 Description:
4467
4468 -  This preference enables Koha to email the library staff whenever a
4469    patron requests an item to be held. While this function will
4470    immediately alert the librarian to the patron's need, it is extremely
4471    impractical in most library settings. In most libraries the hold
4472    lists are monitored and maintained from a separate interface. That
4473    said, many libraries that allow on shelf holds prefer to have this
4474    preference turned on so that they are alerted to pull an item from
4475    the shelf.
4476
4477     **Important**
4478
4479     In order for this email to send you must have a
4480     :ref:`notice <notices-&-slips-label>` template with the code of HOLDPLACED
4481
4482     **Important**
4483
4484     This notice will only be sent if the :ref:`process\_message\_queue.pl
4485     cronjob <message-queue-label>` being run periodically to send the
4486     messages.
4487
4488 .. _excludeholidaysfrommaxpickupdelay-label:
4489
4490 ExcludeHolidaysFromMaxPickUpDelay
4491 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4492
4493 Default: Don't allow
4494
4495 Asks: \_\_\_ Closed days to be taken into account in reserves max pickup delay.
4496
4497 Values:
4498
4499 -  Don't allow
4500
4501 -  Allow
4502
4503 .. _expirereservesmaxpickupdelay-label:
4504
4505 ExpireReservesMaxPickUpDelay
4506 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4507
4508 Default: Don't allow
4509
4510 Asks: \_\_\_ holds to expire automatically if they have not been picked
4511 by within the time period specified in
4512 :ref:`ReservesMaxPickUpDelay`
4513
4514 Values:
4515
4516 -  Allow
4517
4518 -  Don't allow
4519
4520 Description:
4521
4522 -  If set to 'allow' this will cancel holds that have been waiting for
4523    longer than the number of days specified in the
4524    :ref:`ReservesMaxPickUpDelay` system
4525    preference. Holds will only be cancelled if the :ref:`Expire Holds cron
4526    job <expired-holds-label>` is runnning.
4527
4528 .. _expirereservesmaxpickupdelaycharge-label:
4529
4530 ExpireReservesMaxPickUpDelayCharge
4531 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4532
4533 Default: 0
4534
4535 Asks: If using
4536 :ref:`ExpireReservesMaxPickUpDelay`, charge
4537 a borrower who allows his or her waiting hold to expire a fee of \_\_\_
4538 USD
4539
4540 Description:
4541
4542 -  If you are expiring holds that have been waiting too long you can use
4543    this preference to charge the patron for not picking up their hold.
4544    If you don't charge patrons for items that aren't picked up you can
4545    leave this set to the default which is 0. Holds will only be
4546    cancelled and charged if the :ref:`Expire Holds cron
4547    job <expired-holds-label>` is running.
4548
4549 .. _expirereservesonholidays-label:
4550
4551 ExpireReservesOnHolidays
4552 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4553
4554 Default: Allow
4555
4556 Asks: \_\_\_ expired holds to be cancelled on days the library is
4557 closed.
4558
4559 Values:
4560
4561 -  Allow
4562
4563 -  Don't allow
4564
4565 .. _localholdspriority,-localholdsprioritypatroncontrol,-localholdspriorityitemcontrol-label:
4566
4567 LocalHoldsPriority, LocalHoldsPriorityPatronControl, LocalHoldsPriorityItemControl
4568 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4569
4570 Asks: \_\_\_ priority for filling holds to patrons whose \_\_\_ matches
4571 the item's \_\_\_
4572
4573 LocalHoldsPriority Values:
4574
4575 -  Don't give
4576
4577 -  Give
4578
4579 LocalHoldsPriorityPatronControl Values:
4580
4581 -  home library
4582
4583 -  pickup library
4584
4585 LocalHoldsPriorityItemControl Values:
4586
4587 -  holding library
4588
4589 -  home library
4590
4591 Description:
4592
4593 -  This feature will allow libraries to specify that, when an item is
4594    returned, a local hold may be given priority for fulfillment even
4595    though it is of lower priority in the list of unfilled holds.
4596
4597 .. _maxreserves-label:
4598
4599 maxreserves
4600 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4601
4602 Default: 50
4603
4604 Asks: Patrons can only have \_\_\_ holds at once.
4605
4606 .. _opacallowholddateinfuture-label:
4607
4608 OPACAllowHoldDateInFuture
4609 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4610
4611 Default: Allow
4612
4613 Asks: \_\_\_ patrons to place holds that don't enter the waiting list
4614 until a certain future date.
4615
4616 Values:
4617
4618 -  Allow
4619
4620    -  :ref:`AllowHoldDateInFuture` must also be
4621       enabled for this to work
4622
4623 -  Don't allow
4624
4625 .. _opacallowusertochoosebranch-label:
4626
4627 OPACAllowUserToChooseBranch
4628 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4629
4630 Default: Allow
4631
4632 Asks: \_\_\_ a user to choose the branch to pick up a hold from.
4633
4634 Values:
4635
4636 -  Allow
4637
4638 -  Don't allow
4639
4640 Description:
4641
4642 -  Changing this preference will not prevent staff from being able to
4643    transfer titles from one branch to another to fill a hold, it will
4644    only prevent patrons from saying they plan on picking a book up at a
4645    branch other than their home branch.
4646
4647 .. _opacholdsifavailableatpickup-label:
4648
4649 OPACHoldsIfAvailableAtPickup
4650 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4651
4652 Default: Allow
4653
4654 Asks: \_\_\_ to pickup holds at libraries where the item is available.
4655
4656 Values:
4657
4658 -  Don't allow
4659
4660 -  Allow
4661
4662 Description:
4663
4664 -  Prevents borrowers from requesting items that are on the shelf
4665    at the same branch at which they wish to pick up those items.
4666
4667 .. _opacholdsifavailableatpickupexceptions-label:
4668
4669 OPACHoldsIfAvailableAtPickupExceptions
4670 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4671
4672 Default: blank
4673
4674 Asks: Patron categories not affected by :ref:`OPACHoldsIfAvailableAtPickup`
4675 \_\_\_ (list of patron categories separated with a pipe ^|^)
4676
4677 .. _reservescontrolbranch-label:
4678
4679 ReservesControlBranch
4680 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4681
4682 Default: item's home library
4683
4684 Asks: Check the \_\_\_ to see if the patron can place a hold on the
4685 item.
4686
4687 Values:
4688
4689 -  item's home library.
4690
4691 -  patron's home library.
4692
4693 .. _reservesmaxpickupdelay-label:
4694
4695 ReservesMaxPickUpDelay
4696 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4697
4698 Default: 7
4699
4700 Asks: Mark a hold as problematic if it has been waiting for more than
4701 \_\_\_ days.
4702
4703 Description:
4704
4705 -  This preference (based on calendar days, not the :ref:`Koha holiday
4706    calendar <calendar-label>`) puts an expiration date on an item a
4707    patron has on hold. After this expiration date the staff will have
4708    the option to release the unclaimed hold which then may be returned
4709    to the library shelf or issued to the next patron on the item's hold
4710    list. Items that are 'expired' by this preference are moved to the
4711    'Holds Over' tab on the ^:ref:`Holds Awaiting Pickup <holds-awaiting-pickup-label>`^
4712    report.
4713
4714 .. _reservesneedreturns-label:
4715
4716 ReservesNeedReturns
4717 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4718
4719 Default: Don't automatically
4720
4721 Asks: \_\_\_ mark holds as found and waiting when a hold is placed
4722 specifically on them and they are already checked in.
4723
4724 Values:
4725
4726 -  Automatically
4727
4728 -  Don't automatically
4729
4730 Description:
4731
4732 -  This preference refers to 'item specific' holds where the item is
4733    currently on the library shelf. This preference allows a library to
4734    decide whether an 'item specific' hold is marked as "Waiting" at the
4735    time the hold is placed or if the item will be marked as "Waiting"
4736    after the item is checked in. This preference will tell the patron
4737    that their item is 'Waiting' for them at their library and ready for
4738    check out.
4739
4740 .. _staticholdsqueueweight,-holdsqueueskipclosed-&-randomizeholdsqueueweight-label:
4741
4742 StaticHoldsQueueWeight, HoldsQueueSkipClosed & RandomizeHoldsQueueWeight
4743 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4744
4745 StaticHoldsQueueWeight Default: 0
4746
4747 HoldsQueueSkipClosed Default: open or closed
4748
4749 RandomizeHoldsQueueWeight Default: in that order
4750
4751 Asks: Satisfy holds using items from the libraries \_\_\_ (as
4752 branchcodes, separated by commas; if empty, uses all libraries) when
4753 they are \_\_\_ \_\_\_.
4754
4755 HoldsQueueSkipClosed Values:
4756
4757 -  open or closed
4758
4759 -  open
4760
4761 RandomizeHoldsQueueWeight Values:
4762
4763 -  in random order
4764
4765    -  If StaticHoldsQueueWeight is left at the default Koha will
4766       randomize all libraries, otherwise it will randomize the libraries
4767       listed.
4768
4769 -  in that order
4770
4771    -  If StaticHoldsQueueWeight is left at the default then this will
4772       use all of your branches in alphabetical order, otherwise it will
4773       use the branches in the order that you entered them in the
4774       StaticHoldsQueueWeight preference.
4775
4776 Descriptions:
4777
4778 -  These preferences control how the :ref:`Holds Queue
4779    report <holds-queue-label>` is generated using :ref:`a cron
4780    job <holds-queue-label>`.
4781
4782    If you do not want all of your libraries to participate in the
4783    on-shelf holds fulfillment process, you should list the the libraries
4784    that \*do\* participate in the process here by inputting all the
4785    participating library's branchcodes, separated by commas ( e.g.
4786    "MPL,CPL,SPL,BML" etc. ).
4787
4788    By default, the holds queue will be generated such that the system
4789    will first attempt to hold fulfillment using items already at the
4790    pickup library if possible. If there are no items available at the
4791    pickup library to fill a hold, build\_holds\_queue.pl will then use
4792    the list of libraries defined in StaticHoldsQueueWeight. If
4793    RandomizeHoldsQueueWeight is disabled ( which it is by default ), the
4794    script will assign fulfillment requests in the order the branches are
4795    placed in the StaticHoldsQueueWeight system preference.
4796
4797    For example, if your system has three libraries, of varying sizes (
4798    small, medium and large ) and you want the burden of holds
4799    fulfillment to be on larger libraries before smaller libraries, you
4800    would want StaticHoldsQueueWeight to look something like
4801    "LRG,MED,SML".
4802
4803    If you want the burden of holds fulfillment to be spread out equally
4804    throughout your library system, simply enable
4805    RandomizeHoldsQueueWeight. When this system preference is enabled,
4806    the order in which libraries will be requested to fulfill an on-shelf
4807    hold will be randomized each time the list is regenerated.
4808
4809    Leaving StaticHoldsQueueWeight empty is contraindicated at this time.
4810    Doing so will cause the build\_holds\_queue script to ignore
4811    RandomizeHoldsQueueWeight, causing the script to request hold
4812    fulfillment not randomly, but by alphabetical order.
4813
4814     **Important**
4815
4816     The :ref:`Transport Cost Matrix <transport-cost-matrix-label>` takes
4817     precedence in controlling where holds are filled from, if the matrix
4818     is not used then Koha checks the StaticHoldsQueueWeight. To use the
4819     Transport Cost Matrix simply set your
4820     :ref:`UseTransportCostMatrix` preference to
4821     'Use'
4822
4823 .. _suspendholdsintranet-label:
4824
4825 SuspendHoldsIntranet
4826 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4827
4828 Default: Allow
4829
4830 Asks: \_\_\_ holds to be suspended from the intranet.
4831
4832 Values:
4833
4834 -  Allow
4835
4836 -  Don't allow
4837
4838 Description:
4839
4840 -  The holds suspension feature can be turned on and off in the staff
4841    client by altering this system preference. If this is set to 'allow'
4842    you will want to set the
4843    :ref:`AutoResumeSuspendedHolds` system
4844    preference.
4845
4846 .. _suspendholdsopac-label:
4847
4848 SuspendHoldsOpac
4849 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4850
4851 Default: Allow
4852
4853 Asks: \_\_\_ holds to be suspended from the OPAC.
4854
4855 Values:
4856
4857 -  Allow
4858
4859 -  Don't allow
4860
4861 Description:
4862
4863 -  The holds suspension feature can be turned on and off in the OPAC by
4864    altering this system preference. If this is set to 'allow' you will
4865    want to set the
4866    :ref:`AutoResumeSuspendedHolds` system
4867    preference.
4868
4869 .. _transferwhencancelallwaitingholds-label:
4870
4871 TransferWhenCancelAllWaitingHolds
4872 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4873
4874 Default: Don't transfer
4875
4876 Asks: \_\_\_ items when cancelling all waiting holds.
4877
4878 Values:
4879
4880 -  Don't transfer
4881
4882 -  Transfer
4883
4884 Description:
4885
4886 -  When TransferWhenCancelAllWaitingHolds is set to "Don't transfer", no
4887    branch transfer records are created. Koha will not allow the holds to
4888    be transferred, because that would orphan the items at the library
4889    where the holds were awaiting pickup, without any further instruction
4890    to staff as to what items are at the library or where they need to
4891    go. When that system preference set to "Transfer", branch transfers
4892    are created, so the holds may be cancelled.
4893
4894 .. _housebound-module-label:
4895
4896 Housebound module
4897 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4898
4899 .. _houseboundmodule-label:
4900
4901 HouseboundModule
4902 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4903
4904 Default: Disable
4905
4906 Asks: \_\_\_ housebound module
4907
4908 Values:
4909
4910 -  Disable
4911
4912 -  Enable
4913
4914 Description:
4915
4916 -  This preference enables or disables the Housebound module which
4917    handles management of circulation to Housebound readers.
4918
4919 .. _housebound-interface-label:
4920
4921 Interface
4922 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4923
4924 .. _allowallmessagedeletion-label:
4925
4926 AllowAllMessageDeletion
4927 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4928
4929 Default: Don't allow
4930
4931 Asks: \_\_\_ staff to delete messages added from other libraries.
4932
4933 Values:
4934
4935 -  Allow
4936
4937 -  Don't allow
4938
4939 .. _allowcheckoutnotes-label:
4940
4941 AllowCheckoutNotes
4942 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4943
4944 Default: Don't allow
4945
4946 Asks: \_\_\_ patrons to submit notes about checked out items.
4947
4948 Values:
4949
4950 -  Don't allow
4951
4952 -  Allow
4953
4954 This preference if set to allow will give your patrons the option to add
4955 a note to an item they have checked out on the OPAC side.  This note will be
4956 seen on the staff side when the item is checked in.
4957
4958 .. _allowofflinecirculation-label:
4959
4960 AllowOfflineCirculation
4961 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4962
4963 Default: Do not enable
4964
4965 Asks: \_\_\_ offline circulation on regular circulation computers.
4966
4967 Values:
4968
4969 -  Do not enable
4970
4971 -  Enable
4972
4973 Description:
4974
4975 -  Setting this preference to 'Enable' allows you to use the Koha
4976    interface for :ref:`offline circulation <offline-circulation-utilities-label>`. This system
4977    preference does not affect the :ref:`Firefox
4978    plugin <firefox-plugin-label>` or the :ref:`desktop
4979    application <offline-circ-tool-for-windows-label>`, any of these three options can
4980    be used for offline circulation without effecting the other.
4981
4982 .. _autoswitchpatron-label:
4983
4984 AutoSwitchPatron
4985 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4986
4987 Default: Don't enable
4988
4989 Asks: \_\_\_ the automatic redirection to another patron when a patron
4990 barcode is scanned instead of a book. This should not be enabled if you
4991 have overlapping patron and book barcodes.
4992
4993 Values:
4994
4995 -  Don't enable
4996
4997 -  Enable
4998
4999 Description:
5000
5001 -  Enabling this system preference allows staff to scan a patron barcode instead
5002    of an item barcode in the checkout box to switch patron files.
5003
5004 .. _circautocompl-label:
5005
5006 CircAutocompl
5007 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5008
5009 Default: Try
5010
5011 Asks: \_\_\_ to automatically fill in the member when entering a patron
5012 search on the circulation screen.
5013
5014 Description:
5015
5016 -  This preference is a binary setting which determines whether
5017    auto-completion of fields is enabled or disabled for the circulation
5018    input field. Setting it to "Try" would enable a staff member to begin
5019    typing a name or other value into the field and have a menu pop up
5020    with suggestions for completing it. Setting it to "Don't try" would
5021    disable this feature. This preference can make staff members' jobs
5022    easier or it could potentially slow down the page loading process.
5023
5024 Values:
5025
5026 -  Don't try
5027
5028 -  Try
5029
5030    |image33|
5031
5032 .. _circautoprintquickslip-label:
5033
5034 CircAutoPrintQuickSlip
5035 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5036
5037 Default: open a print quick slip window
5038
5039 Asks: When an empty barcode field is submitted in circulation \_\_\_
5040
5041 Values:
5042
5043 -  clear the screen
5044
5045 -  open a print quick slip window
5046
5047 -  open a print slip window
5048
5049 Description:
5050
5051 -  If this preference is set to open a quick slip
5052    (:ref:`ISSUEQSLIP <existing-notices-&-slips-label>`) or open a slip
5053    (:ref:`ISSUESLIP <existing-notices-&-slips-label>`) for printing it will eliminate the
5054    need for the librarian to click the print button to generate a
5055    checkout receipt for the patron they're checking out to. If the
5056    preference is set to clear the screen then "checking out" an empty
5057    barcode will clear the screen of the patron you were last working
5058    with.
5059
5060 .. _circsidebar-label:
5061
5062 CircSidebar
5063 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5064
5065 Default: Deactivate
5066
5067 Asks: \_\_\_ the navigation sidebar on all Circulation pages.
5068
5069 Values:
5070
5071 -  Deactivate
5072
5073 -  Activate
5074
5075 .. _displayclearscreenbutton-label:
5076
5077 DisplayClearScreenButton
5078 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5079
5080 Default: Show
5081
5082 Asks: \_\_\_ a button to clear the current patron from the screen on the
5083 circulation screen.
5084
5085 Values:
5086
5087 -  Don't show
5088
5089    |image36|
5090
5091 -  Show
5092
5093    |image37|
5094
5095 .. _exportcirchistory-label:
5096
5097 ExportCircHistory
5098 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5099
5100 Default: Don't show
5101
5102 Asks: \_\_\_ the export patron checkout history options.
5103
5104 Values:
5105
5106 -  Don't show
5107
5108 -  Show
5109
5110 .. _exportremovefields-label:
5111
5112 ExportRemoveFields
5113 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5114
5115 Asks: The following fields should be excluded from the patron checkout
5116 history CSV or iso2709 export \_\_\_
5117
5118 Description:
5119
5120 -  This space separated list of fields (e.g. 100a 245b) will
5121    automatically be excluded when exporting the patron's current
5122    checkout history.
5123
5124    |image38|
5125
5126 .. _filterbeforeoverduereport-label:
5127
5128 FilterBeforeOverdueReport
5129 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5130
5131 Default: Don't require
5132
5133 Asks: \_\_\_ staff to choose which checkouts to show before running the
5134 overdues report.
5135
5136 Description:
5137
5138 -  Koha's overdue report shows you all of the overdue items in your
5139    library system. If you have a large library system you'll want to set
5140    this preference to 'Require' to force those running the report to
5141    first limit the data generated to a branch, date range, patron
5142    category or other such filter. Requiring that the report be filtered
5143    before it's run prevents your staff from running a system heavy
5144    report and slowing down other operations in the system.
5145
5146    |image34|
5147
5148 Values:
5149
5150 -  Don't require
5151
5152 -  Require
5153
5154 .. _finenotifyatcheckin-label:
5155
5156 FineNotifyAtCheckin
5157 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5158
5159 Default: Don't notify
5160
5161 Asks: \_\_\_ librarians of overdue fines on the items they are checking
5162 in.
5163
5164 Values:
5165
5166 -  Don't notify
5167
5168 -  Notify
5169
5170 Description:
5171
5172 -  With this preference set to 'Notify' all books that have overdue
5173    fines owed on them will pop up a warning when checking them in. This
5174    warning will need to acknowledged before you can continue checking
5175    items in. With this preference set to 'Don't notify,^ you will still
5176    see fines owed on the patron record, you just won't have an
5177    additional notification at check in.
5178
5179    |image35|
5180
5181 .. _holdstopullstartdate-label:
5182
5183 HoldsToPullStartDate
5184 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5185
5186 Default: 2
5187
5188 Asks: Set the default start date for the Holds to pull list to \_\_\_
5189 day(s) ago.
5190
5191 Description:
5192
5193 -  The :ref:`Holds to Pull <holds-to-pull-label>` report in circulation defaults to
5194    filtering holds placed 2 days ago. This preference allows you to set
5195    this default filter to any number of days.
5196
5197 .. _itembarcodefallbacksearch-label:
5198
5199 itemBarcodeFallbackSearch
5200 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5201
5202 Default: Don't enable
5203
5204 Asks: \_\_\_ the automatic use of a keyword catalog search if the phrase
5205 entered as a barcode on the checkout page does not turn up any results
5206 during an item barcode search.
5207
5208 Values:
5209
5210 -  Don't enable
5211
5212 -  Enable
5213
5214    |image40|
5215
5216 Description:
5217
5218 -  Sometimes libraries want to checkout using something other than the
5219    barcode. Enabling this preference will do a keyword search of Koha to
5220    find the item you're trying to check out. You can use the call
5221    number, barcode, part of the title or anything you'd enter in the
5222    keyword search when this preference is enabled and Koha will ask you
5223    which item you're trying to check out.
5224
5225     **Important**
5226
5227     While you're not searching by barcode a barcode is required on every
5228     title you check out. Only titles with barcodes will appear in the
5229     search results.
5230
5231 .. _itembarcodeinputfilter-label:
5232
5233 itemBarcodeInputFilter
5234 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5235
5236 Default: Don't filter
5237
5238 Asks: \_\_\_ scanned item barcodes.
5239
5240 Values:
5241
5242 -  Convert from CueCat format
5243
5244 -  Convert from Libsuite8 form
5245
5246 -  Don't filter
5247
5248 -  EAN-13 or zero-padded UPC-A from
5249
5250 -  Remove spaces from
5251
5252 -  Remove the first number from T-prefix style
5253
5254    -  This format is common among those libraries migrating from Follett
5255       systems
5256
5257 .. _noticecss-label:
5258
5259 NoticeCSS
5260 ^^^^^^^^^^^^^^^^^^^^^^^^^^
5261
5262 Asks: Include the stylesheet at \_\_\_ on Notices.
5263
5264     **Important**
5265
5266     This should be a complete URL, starting with http://
5267
5268 Description:
5269
5270 -  If you would like to style your notices with a consistent set of
5271    fonts and colors you can use this preference to point Koha to a
5272    stylesheet specifically for your notices.
5273
5274 .. _numreturneditemstoshow-label:
5275
5276 numReturnedItemsToShow
5277 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5278
5279 Default: 20
5280
5281 Asks : Show the \_\_\_ last returned items on the checkin screen.
5282
5283 .. _previousissuesdefaultsortorder-label:
5284
5285 previousIssuesDefaultSortOrder
5286 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5287
5288 Default: earliest to latest
5289
5290 Asks: Sort previous checkouts on the circulation page from \_\_\_ due
5291 date.
5292
5293 Values:
5294
5295 -  earliest to latest
5296
5297 -  latest to earliest
5298
5299 .. _recordlocaluseonreturn-label:
5300
5301 RecordLocalUseOnReturn
5302 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5303
5304 Default: Don't record
5305
5306 Asks: \_\_\_ local use when an unissued item is checked in.
5307
5308 Values:
5309
5310 -  Don't record
5311
5312 -  Record
5313
5314 Description:
5315
5316 -  When this preference is set to "Don't record" you can record local
5317    use of items by checking items out to the statistical patron. With
5318    this preference set to "Record" you can record local use by checking
5319    out to the statistical patron and/or by checking in a book that is
5320    not currently checked out.
5321
5322 .. _showallcheckins-label:
5323
5324 ShowAllCheckins
5325 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5326
5327 Default: Do not show
5328
5329 Asks: \_\_\_ all items in the "Checked-in items" list, even items that
5330 were not checked out.
5331
5332 Values:
5333
5334 -  Do not show
5335
5336 -  Show
5337
5338 Description:
5339
5340 -  When items that are not currently checked out are checked in they
5341    don't show on the list of checked in items. This preference allows
5342    you to choose how you'd like the log of checked in items displays.
5343
5344 .. _specifyduedate-label:
5345
5346 SpecifyDueDate
5347 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5348
5349 Default: Allow
5350
5351 Asks: \_\_\_ staff to specify a due date for a checkout.
5352
5353 Due dates are calculated using your circulation and fines rules, but
5354 staff can override that if you allow them to specify a due date at
5355 checkout.
5356
5357 Description:
5358
5359 -  This preference allows for circulation staff to change a due date
5360    from the automatic due date to another calendar date. This option
5361    would be used for circumstances in which the due date may need to be
5362    decreased or extended in a specific circumstance. The "Allow" setting
5363    would allow for this option to be utilized by staff, the "Don't
5364    allow" setting would bar staff from changing the due date on
5365    materials.
5366
5367 Values:
5368
5369 -  Allow
5370
5371    |image41|
5372
5373 -  Don't allow
5374
5375    |image42|
5376
5377 .. _specifyreturndate-label:
5378
5379 SpecifyReturnDate
5380 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5381
5382 Default: Don't allow
5383
5384 Asks: \_\_\_ staff to specify a return date for a check in.
5385
5386 Values:
5387
5388 -  Allow
5389
5390   |image1185|
5391
5392 -  Don't allow
5393
5394   |image1186|
5395
5396 Description:
5397
5398 -  This preference lets you decide if staff can specify an arbitrary
5399    return date when checking in items. If an arbitrary return date is
5400    specified then fines are recalculated accordingly.
5401
5402 .. _todaysissuesdefaultsortorder-label:
5403
5404 todaysIssuesDefaultSortOrder
5405 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5406
5407 Default: latest to earliest
5408
5409 Asks: Sort today's checkouts on the circulation page from \_\_\_ due
5410 date.
5411
5412 Values:
5413
5414 -  earliest to latest
5415
5416 -  latest to earliest
5417
5418 .. _updatetotalissuesoncirc-label:
5419
5420 UpdateTotalIssuesOnCirc
5421 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5422
5423 Default: Do not
5424
5425 Asks: \_\_\_ update a bibliographic record's total issues count whenever
5426 an item is issued
5427
5428 Values:
5429
5430 -  Do
5431
5432        **Important**
5433
5434        This increases server load significantly; if performance is a
5435        concern, use the :ref:`cron job <track-total-checkouts-label>` to update the
5436        total issues count instead.
5437
5438 -  Do not
5439
5440 Description:
5441
5442 -  Koha can track the number of times and item is checked out and store
5443    that on the item record in the database. This information is not
5444    stored by default. Setting this preference to 'Do' will tell Koha to
5445    track that info everytime the item is checked out in real time.
5446    Otherwise you could use the :ref:`cron job <track-total-checkouts-label>` to have
5447    Koha update that field nightly.
5448
5449 .. _waitingnotifyatcheckin-label:
5450
5451 WaitingNotifyAtCheckin
5452 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5453
5454 Default: Don't notify
5455
5456 Asks: \_\_\_ librarians of waiting holds for the patron whose items they
5457 are checking in.
5458
5459 Values:
5460
5461 -  Don't notify
5462
5463 -  Notify
5464
5465    |image43|
5466
5467 Description:
5468
5469 -  When checking in books you can choose whether or not to have a notice
5470    pop up if the patron who returned the book has a hold waiting for
5471    pick up. If you choose 'Notify' for WaitingNotifyAtCheckin then every
5472    time a hold is found for the patron who had the book out last a
5473    message will appear on your check in screen.
5474
5475 .. _interlibrary-loans-label:
5476
5477 Interlibrary Loans
5478 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5479
5480 .. _illmodule-label:
5481
5482 ILLModule
5483 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5484
5485 Default: Disable
5486
5487 Asks: \_\_\_ the interlibrary loans module (master switch).
5488
5489 Values:
5490
5491 -  Disable
5492
5493 -  Enable
5494
5495 Description:
5496
5497 -  This preference is used to enable Koha's ILL module which is used to manage ILL requests.
5498
5499 .. _illmodule-label:
5500
5501 ILLModuleCopyrightClearance
5502 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5503
5504 Asks: Adding text will enable the copyright clearance stage in request creation.
5505 The text you enter will be the text displayed.
5506
5507
5508 Self Checkout
5509 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5510
5511 .. _allowselfcheckreturns-label:
5512
5513 AllowSelfCheckReturns
5514 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5515
5516 Default: Don't allow
5517
5518 Asks: \_\_\_ patrons to return items through web-based self checkout
5519 system.
5520
5521 Values:
5522
5523 -  Allow
5524
5525 -  Don't allow
5526
5527 Description:
5528
5529 -  This preference is used to determine if you want patrons to be
5530    allowed to return items through your self check machines. By default
5531    Koha's self check interface is simply for checking items out.
5532
5533 .. _autoselfcheckallowed,-autoselfcheckid-&-autoselfcheckpass-label:
5534
5535 AutoSelfCheckAllowed, AutoSelfCheckID & AutoSelfCheckPass
5536 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5537
5538     **Important**
5539
5540     Most libraries will want to leave this set to 'Don't allow.^ This
5541     preference turns off the requirement to log into the self checkout
5542     machine with a staff username and password by storing the username
5543     and password for automatic login.
5544
5545 AutoSelfCheckAllowed Default: Don't allow
5546
5547 Asks: \_\_\_ the web-based self checkout system to automatically login
5548 with this staff login \_\_\_ and this password \_\_\_ .
5549
5550 AutoSelfCheckAllowed Values:
5551
5552 -  Allow
5553
5554 -  Don't allow
5555
5556 AutoSelfCheckID Value:
5557
5558 -  The username of a staff patron with 'circulate'
5559    :ref:`permissions <patron-permissions-label>`.
5560
5561 AutoSelfCheckPass Value:
5562
5563 -  The password of a staff patron with 'circulate'
5564    :ref:`permissions <patron-permissions-label>`.
5565
5566 .. _scomainuserblock-label:
5567
5568 SCOMainUserBlock
5569 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5570
5571 Asks: Include the following HTML on the web-based self checkout screen:
5572
5573 Description:
5574
5575 -  The HTML entered in this preference will be used on the self chekcout screen.
5576
5577 .. _scousercss-label:
5578
5579 SCOUserCSS
5580 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5581
5582 Asks: Include the following CSS on all pages in the web-based self
5583 checkout
5584
5585 Description:
5586
5587 -  The CSS entered in this preference will be used on all of your Koha
5588    self checkout screens.
5589
5590 .. _scouserjs-label:
5591
5592 SCOUserJS
5593 ^^^^^^^^^^^^^^^^^^^^^^^^^^
5594
5595 Asks: Include the following JavaScript on all pages in the web-based
5596 self checkout
5597
5598 Description:
5599
5600 -  The JavaScript entered in this preference will effect all of your
5601    Koha self checkout screens.
5602
5603 .. _selfcheckhelpmessage-label:
5604
5605 SelfCheckHelpMessage
5606 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5607
5608 Asks: Include the following HTML in the Help page of the web-based self
5609 checkout system
5610
5611 Description:
5612
5613 -  Clicking the 'Help' link in the top right of the self checkout
5614    interface opens up a three step process for using the self check
5615    interface. Adding HTML to this system preference will print that
5616    additional help text above what's already included.
5617
5618 .. _selfcheckoutbylogin-label:
5619
5620 SelfCheckoutByLogin
5621 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5622
5623 Default: Cardnumber
5624
5625 Asks: Have patrons login into the web-based self checkout system with
5626 their \_\_\_
5627
5628 Values:
5629
5630 -  Cardnumber
5631
5632    |image44|
5633
5634 -  Username and password
5635
5636    |image45|
5637
5638 Description:
5639
5640 -  This preference lets you decide how your patrons will log in to the
5641    self checkout machine. Barcode is the patron's card number and their
5642    username and password is set using the opac/staff username and
5643    password fields on the patron record.
5644
5645 .. _selfcheckreceiptprompt-label:
5646
5647 SelfCheckReceiptPrompt
5648 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5649
5650 Default: Show
5651
5652 Asks: \_\_\_ the print receipt popup dialog when self checkout is
5653 finished.
5654
5655 Values:
5656
5657 -  Don't show
5658
5659 -  Show
5660
5661 Description:
5662
5663 -  This preference controls whether a prompt shows up on the web based
5664    self check out when the patron clicks the 'Finish' button.
5665
5666 .. _selfchecktimeout-label:
5667
5668 SelfCheckTimeout
5669 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5670
5671 Default: 120
5672
5673 Asks: Time out the current patron's web-based self checkout system login
5674 after \_\_\_ seconds.
5675
5676 Description:
5677
5678 -  After the machine is idle for the time entered in this preference the
5679    self check out system will log out the current patron and return to
5680    the starting screen.
5681
5682 .. _showpatronimageinwebbasedselfcheck-label:
5683
5684 ShowPatronImageInWebBasedSelfCheck
5685 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5686
5687 Default: Don't show
5688
5689 Asks: \_\_\_ the patron's picture (if one has been added) when they use
5690 the web-based self checkout.
5691
5692 Values:
5693
5694 -  Don't show
5695
5696 -  Show
5697
5698 .. _webbasedselfcheck-label:
5699
5700 WebBasedSelfCheck
5701 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5702
5703 Default: Don't enable
5704
5705 Asks: \_\_\_ the web-based self checkout system.
5706
5707 Values:
5708
5709 -  Don't enable
5710
5711 -  Enable
5712
5713 Enabling this preference will allow access to the :ref:`self
5714 checkout <self-checkout-label>` module in Koha.
5715
5716 Self Checkin
5717 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5718
5719 .. _selfcheckinmainuserblock-label:
5720
5721 SelfCheckInMainUserBlock 
5722 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5723
5724 Asks: Include the following HTML on the self check-in screen
5725
5726 Description:
5727
5728 -  HTML entered in this field will appear in the center of the main page
5729    of your self checkin screen
5730
5731 .. _selfscheckinmodule-label:
5732
5733 SelfCheckInModule 
5734 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5735
5736 Default: Don't enable
5737
5738 Asks: \_\_\_ the standalone self check-in module (available at:
5739 /cgi-bin/koha/sci/sci-main.pl
5740
5741 Values:
5742
5743 -  Don't enable
5744
5745 -  Enable
5746
5747 Description:
5748
5749 -  This system preference will activate (or deactivate) the self check-
5750    in module
5751
5752 .. _selfcheckintimeout-label:
5753
5754 SelfCheckInTimeout
5755 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5756
5757 Default: 120
5758
5759 Asks: Reset the current self check-in screen after \_\_\_ seconds
5760
5761 Description:
5762
5763 -  Enter the number of seconds after which you want the self check-in 
5764    screen to refresh and go back to the main page (for example, if a
5765    patron forgot to log out).
5766
5767 .. _selfcheckinusercss-label:
5768
5769 SelfCheckInUserCSS
5770 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5771
5772 Asks: Include the following CSS on all the self check-in screens
5773
5774 Description:
5775
5776 -  The CSS code entered here will override any CSS on the self check-in
5777    screens
5778
5779 .. _selfcheckinuserjs-label:
5780
5781 SelfCheckInUserJS
5782 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5783
5784 Asks: Include the following JavaScript on all the self check-in screens
5785
5786 Description: 
5787
5788 -  The JavaScript entered here will override any other JavaScript on
5789    the self check-in screens
5790
5791
5792 .. _enhanced-content-label:
5793
5794 Enhanced Content
5795 ---------------------------------------
5796
5797 *Get there:* More > Administration > Global System Preferences >
5798 Enhanced Content
5799
5800     **Important**
5801
5802     Always read the terms of service associated with external data
5803     sources to be sure that you are using the products within the
5804     allowed limits.
5805
5806     **Note**
5807
5808     You cannot have more than one service for cover images (including
5809     local cover images) set up. If you set up more than one you will get
5810     multiple cover images. Instead choose only one source for cover
5811     images.
5812
5813 .. _all-label:
5814
5815 All
5816 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5817
5818 .. _frbrizeeditions-label:
5819
5820 FRBRizeEditions
5821 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5822
5823 Default: Don't show
5824
5825 Asks: \_\_\_ other editions of an item on the staff client
5826
5827 Values:
5828
5829 -  Don't show
5830
5831 -  Show
5832
5833    |image46|
5834
5835 Description:
5836
5837 -  Using the rules set forth in the Functional Requirements for
5838    Bibliographic records, this option, when enabled, pulls all editions
5839    of the same title available in your collection regardless of material
5840    type. Items will appear under an 'Editions' tab on the detail page
5841    for the title in question.. According to *Libraries Unlimited's
5842    Online Dictionary for Library and Information Science*
5843    (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
5844    records of similar materials. FRBRization brings together entities
5845    (sets of Works, Expressions, or Manifestations), rather than just
5846    sets of Items. It can aid patrons in selecting related items,
5847    expressions, and manifestations that will serve their needs. When it
5848    is set to "Show", the OPAC will query one or more ISBN web services
5849    for associated ISBNs and display an Editions tab on the details
5850    pages. Once this preference is enabled, the library must select one
5851    of the ISBN options (:ref:`ThingISBN` and/or
5852    :ref:`XISBN`). This option is only for the Staff Client; the
5853    :ref:`OPACFRBRizeEditions` option must be enabled
5854    to have the Editions tab appear on the OPAC.
5855
5856     **Important**
5857
5858     Requires that you turn on one or more of the ISBN services
5859     (:ref:`ThingISBN` and/or :ref:`XISBN`)
5860
5861 .. _opacfrbrizeeditions-label:
5862
5863 OPACFRBRizeEditions
5864 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5865
5866 Default: Don't show
5867
5868 Asks: \_\_\_ other editions of an item on the OPAC.
5869
5870 Description:
5871
5872 -  Using the rules set forth in the Functional Requirements for
5873    Bibliographic records, this option, when enabled, pulls all editions
5874    of the same title available in your collection regardless of material
5875    type. Items will appear under an 'Editions' tab on the detail page
5876    for the title in question.. According to *Libraries Unlimited's
5877    Online Dictionary for Library and Information Science*
5878    (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
5879    records of similar materials. FRBRization brings together entities
5880    (sets of Works, Expressions, or Manifestations), rather than just
5881    sets of Items. It can aid patrons in selecting related items,
5882    expressions, and manifestations that will serve their needs. When it
5883    is set to "Show", the OPAC will query one or more ISBN web services
5884    for associated ISBNs and display an Editions tab on the details
5885    pages. Once this preference is enabled, the library must select one
5886    of the ISBN options (:ref:`ThingISBN` and/or
5887    :ref:`XISBN`). This option is only for the OPAC; the
5888    :ref:`FRBRizeEditions` option must be turned "On" to
5889    have the Editions tab appear on the Staff Client.
5890
5891 Values:
5892
5893 -  Don't show
5894
5895 -  Show
5896
5897    |image47|
5898
5899 This preference pulls all editions of the same title available in your
5900 collection regardless of material type. Items will appear under an
5901 'Editions' tab on the detail page for the title in question.
5902
5903     **Important**
5904
5905     Requires that you turn on one or more of the ISBN services
5906     (:ref:`ThingISBN` and/or :ref:`XISBN`)
5907
5908 .. _amazon-label:
5909
5910 Amazon
5911 ~~~~~~~~~~~~~~~~~~~~~~~~~
5912
5913 .. _amazonassoctag-label:
5914
5915 AmazonAssocTag
5916 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5917
5918 Asks: Put the associate tag \_\_\_ on links to Amazon.
5919
5920     **Note**
5921
5922     This can net your library referral fees if a patron decides to buy
5923     an item after clicking through to Amazon from your site.
5924
5925 Description:
5926
5927 -  An Amazon Associates Tag allows a library to earn a percentage of all
5928    purchases made on Amazon when a patron accesses Amazon's site via
5929    links on the library's website. More information about the Amazon
5930    Associates program is available at Amazon's Affiliate Program's
5931    website, https://affiliate-program.amazon.com/. Before a tag can be
5932    obtained, however, the library must first apply for an Amazon Web
5933    Services (AWS) account. Applications are free of charge and can be
5934    made at http://aws.amazon.com. Once an AWS account has been
5935    established, the library can then obtain the Amazon Associates Tag.
5936
5937 Sign up at: https://affiliate-program.amazon.com/
5938
5939 .. _amazoncoverimages-label:
5940
5941 AmazonCoverImages
5942 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5943
5944 Default: Don't show
5945
5946 Asks: \_\_\_ cover images from Amazon on search results and item detail
5947 pages on the staff interface.
5948
5949 Values:
5950
5951 -  Don't show
5952
5953 -  Show
5954
5955 Description:
5956
5957 -  This preference makes it possible to either allow or prevent Amazon
5958    cover images from being displayed in the Staff Client. Cover images
5959    are retrieved by Amazon, which pulls the content based on the first
5960    ISBN number in the item's MARC record. Amazon offers this service
5961    free of charge. If the value for this preference is set to "Show",
5962    the cover images will appear in the Staff Client, and if it is set to
5963    "Don't show", the images will not appear. Finally, if you're using
5964    Amazon cover images, all other cover image services must be disabled.
5965    If they are not disabled, they will prevent AmazonCoverImages from
5966    functioning properly.
5967
5968 .. _amazonlocale-label:
5969
5970 AmazonLocale
5971 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5972
5973 Default: American
5974
5975 Asks: Use Amazon data from its \_\_\_ website.
5976
5977 Value:
5978
5979 -  American
5980
5981 -  British
5982
5983 -  Canadian
5984
5985 -  French
5986
5987 -  German
5988
5989 -  Japanese
5990
5991 .. _opacamazoncoverimages-label:
5992
5993 OPACAmazonCoverImages
5994 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5995
5996 Default: Don't show
5997
5998 Asks: \_\_\_ cover images from Amazon on search results and item detail
5999 pages on the OPAC.
6000
6001 Values:
6002
6003 -  Don't show
6004
6005 -  Show
6006
6007 Description:
6008
6009 -  This preference makes it possible to either allow or prevent Amazon
6010    cover images from being displayed in the OPAC. Cover images are
6011    retrieved by Amazon, which pulls the content based on the first ISBN
6012    number in the item's MARC record. Amazon offers this service free of
6013    charge. If the value for this preference is set to "Show", the cover
6014    images will appear in the OPAC, and if it is set to "Don't show", the
6015    images will not appear. Finally, if you're using Amazon cover images,
6016    all other cover image services must be disabled. If they are not
6017    disabled, they will prevent AmazonCoverImages from functioning
6018    properly.
6019
6020
6021 Babelthèque
6022 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6023
6024 .. _babeltheque-label:
6025
6026 Babelthèque
6027 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6028
6029 Default: Don't
6030
6031 Asks: \_\_\_ include information (such as reviews and citations) from
6032 Babelthèque in item detail pages on the OPAC.
6033
6034 Description:
6035
6036 -  This preference makes it possible to display a Babelthèque tab in the
6037    OPAC, allowing patrons to access tags, reviews, and additional title
6038    information provided by Babelthèque. The information which
6039    Babelthèque supplies is drawn from the French language-based
6040    `Babelio.com <http://www.babelio.com/>`__, a French service similar
6041    to LibraryThing for Libraries. More information about Babelthèque is
6042    available through its website,
6043    `http://www.babeltheque.com <http://www.babeltheque.com/>`__.
6044    Libraries that wish to allow access to this information must first
6045    register for the service at http://www.babeltheque.com. Please note
6046    that this information is only provided in French.
6047
6048 Values:
6049
6050 -  Do
6051
6052    |image48|
6053
6054 -  Don't
6055
6056 .. _babeltheque\_url\_js-label:
6057
6058 Babeltheque\_url\_js
6059 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6060
6061 Asks: \_\_\_ Defined the url for the Babelthèque javascript file (eg.
6062 http://www.babeltheque.com/bw\_XX.js)
6063
6064 .. _babeltheque\_url\_update-label:
6065
6066 Babeltheque\_url\_update
6067 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6068
6069 Asks: \_\_\_ Defined the url for the Babelthèque update periodically
6070 (eq. http://www.babeltheque.com/.../file.csv.bz2).
6071
6072 .. _baker-&-taylor-label:
6073
6074 Baker & Taylor
6075 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6076
6077     **Important**
6078
6079     This is a pay service, you must contact Baker & Taylor to subscribe
6080     to this service before setting these options.
6081
6082 .. _bakertaylorbookstoreurl-label:
6083
6084 BakerTaylorBookstoreURL
6085 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6086
6087 Asks: Baker and Taylor "My Library Bookstore" links should be accessed
6088 at https:// \_\_\_ isbn
6089
6090 Description:
6091
6092 -  Some libraries generate additional funding for the library by selling
6093    books and other materials that are purchased from or have been
6094    previously leased from Baker & Taylor. These materials can be
6095    accessed via a link on the library's website. This service is often
6096    referred to as "My Library Bookstore." In order to participate in
6097    this program, the library must first register and pay for the service
6098    with Baker & Taylor. Additional information about this and other
6099    services provided by Baker & Taylor is available at the Baker &
6100    Taylor website, http://www.btol.com. The BakerTaylorBookstoreURL
6101    preference establishes the URL in order to link to the library's
6102    Baker & Taylor-backed online bookstore, if such a bookstore has been
6103    established. The default for this field is left blank; if no value is
6104    entered, the links to My Library Bookstore will remain inactive. If
6105    enabling this preference, enter the library's Hostname and Parent
6106    Number in the appropriate location within the URL. The "key" value
6107    (key=) should be appended to the URL, and https:// should be
6108    prepended.
6109
6110 This should be filled in with something like
6111 koha.mylibrarybookstore.com/MLB/actions/searchHandler.do?nextPage=bookDetails&parentNum=10923&key=
6112
6113     **Note**
6114
6115     Leave it blank to disable these links.
6116
6117     **Important**
6118
6119     Be sure to get this information from Baker & Taylor when
6120     subscribing.
6121
6122 .. _bakertaylorenabled-label:
6123
6124 BakerTaylorEnabled
6125 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6126
6127 Default: Don't add
6128
6129 Asks: \_\_\_ Baker and Taylor links and cover images to the OPAC and
6130 staff client. This requires that you have entered in a username and
6131 password (which can be seen in image links).
6132
6133 Values:
6134
6135 -  Add
6136
6137 -  Don't add
6138
6139 Description:
6140
6141 -  This preference makes it possible to display Baker & Taylor content
6142    (book reviews, descriptions, cover images, etc.) in both the Staff
6143    Client and the OPAC. Libraries that wish to display Baker & Taylor
6144    content must first register and pay for this service with Baker &
6145    Taylor (http://www.btol.com). If Baker & Taylor content is enabled be
6146    sure to turn off other cover and review services to prevent
6147    interference.
6148
6149     **Important**
6150
6151     To use this you will need to also set the :ref:`BakerTaylorUsername &
6152     BakerTaylorPassword <bakertaylorusername-&-bakertaylorpassword-label>` system preferences
6153
6154 .. _bakertaylorusername-&-bakertaylorpassword-label:
6155
6156 BakerTaylorUsername & BakerTaylorPassword
6157 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6158
6159 Asks: Access Baker and Taylor using username \_\_\_ and password \_\_\_
6160
6161 Descriptions:
6162
6163 -  This setting in only applicable if the library has a paid
6164    subscription to the external Content Café service from Baker &
6165    Taylor. Use the box provided to enter in the library's Content Café
6166    username and password. Also, ensure that the
6167    :ref:`BakerTaylorBookstoreURL` and
6168    :ref:`BakerTaylorEnabled` settings are properly
6169    set. The Content Café service is a feed of enhanced content such as
6170    cover art, professional reviews, and summaries that is displayed
6171    along with Staff Client/OPAC search results. For more information on
6172    this service please see the Baker & Taylor website:
6173    http://www.btol.com
6174
6175     **Important**
6176
6177     Be sure to get this information from Baker & Taylor when
6178     subscribing.
6179
6180 .. _coce-cover-images-cache-label:
6181
6182 Coce Cover images cache
6183 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6184
6185 Coce is a remote image URL cache. With this option, cover images are not
6186 fetched directly from Amazon, Google, and so on. Their URLs are
6187 requested via a web service to Coce which manages a cache of URLs.
6188
6189 .. _coce-label:
6190
6191 Coce
6192 ^^^^^^^^^^^^^^^^
6193
6194 Default: Don't enable
6195
6196 Asks: \_\_\_ a Coce image cache service.
6197
6198 Values:
6199
6200 -  Don't enable
6201
6202 -  Enable
6203
6204 Description:
6205
6206 -  Coce has many benefits when it comes to choosing and displaying cover
6207    images in Koha:
6208
6209    -  If a book cover is not available from a provider, but is available
6210       from another one, Koha will be able to display a book cover, which
6211       isn't the case now
6212
6213    -  Since URLs are cached, it isn't necessary for each book cover to
6214       request, again and again, the provider, and several of them if
6215       necessary.
6216
6217    -  Amazon book covers are retrieved with Amazon Product Advertising
6218       API, which means that more covers are retrieved (ISBN13).
6219
6220        **Important**
6221
6222        Coce does not come bundled with Koha. Your Koha install will not
6223        already have a Coce server set up. Before enabling this
6224        functionality you will want to be sure to have a Coce server set
6225        up. Instructions on installing and setting up Coce can be found
6226        on the official github page at https://github.com/fredericd/coce.
6227
6228 .. _cocehost-label:
6229
6230 CoceHost
6231 ^^^^^^^^^^^^^^^^^^^^^^^^
6232
6233 Asks: Coce server URL \_\_\_
6234
6235 Description:
6236
6237 -  This will be the full URL (starting with http://) to your Coce
6238    server.
6239
6240 .. _coceproviders-label:
6241
6242 CoceProviders
6243 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6244
6245 Asks: Use the following providers to fetch the covers \_\_\_
6246
6247 Values:
6248
6249 -  [Select all]
6250
6251 -  Amazon Web Services
6252
6253 -  Google Books
6254
6255 -  Open Library
6256
6257 Description:
6258
6259 -  The providers chosen here will be used to gather cover images for
6260    display in your Koha catalog.
6261
6262 .. _google-label:
6263
6264 Google
6265 ~~~~~~~~~~~~~~~~~~~~~~~~~
6266
6267 .. _googlejackets-label:
6268
6269 GoogleJackets
6270 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6271
6272 Default: Don't add
6273
6274 Asks: \_\_\_ cover images from Google Books to search results and item
6275 detail pages on the OPAC.
6276
6277 Values:
6278
6279 -  Add
6280
6281 -  Don't add
6282
6283 Description:
6284
6285 -  This setting controls the display of applicable cover art from the
6286    free Google Books database, via the Google Books API. Please note
6287    that to use this feature, all other cover services should be turned
6288    off.
6289
6290 .. _html5-media-label:
6291
6292 HTML5 Media
6293 ~~~~~~~~~~~~~~~~~~~~~~~~
6294
6295 .. _html5mediaenabled-label:
6296
6297 HTML5MediaEnabled
6298 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6299
6300 Default: not at all
6301
6302 Asks: Show a tab with a HTML5 media player for files catalogued in field
6303 856 \_\_\_
6304
6305 Values:
6306
6307 -  in OPAC and staff client
6308
6309 -  in the OPAC
6310
6311    |image49|
6312
6313 -  in the staff client
6314
6315    |image50|
6316
6317 -  not at all
6318
6319 Description:
6320
6321 -  If you have media elements in the 856 of your MARC record this
6322    preference can run/show those media files in a separate tab using
6323    HTML5.
6324
6325 .. _html5mediaextensions-label:
6326
6327 HTML5MediaExtensions
6328 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6329
6330 Default: webm\|ogg\|ogv\|oga\|vtt
6331
6332 Asks: Media file extensions \_\_\_
6333
6334 Description:
6335
6336 -  Enter in file extensions separated with bar (\|)
6337
6338 .. _html5mediayoutube-label:
6339
6340 HTML5MediaYouTube
6341 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6342
6343 Default: Don't embed
6344
6345     **Important**
6346
6347     To turn this on first enable
6348     :ref:`HTML5MediaEnabled`
6349
6350 Asks: \_\_\_ YouTube links as videos.
6351
6352 Values:
6353
6354 -  Don't embed
6355
6356 -  Embed
6357
6358 Description:
6359
6360 -  This preference will allow MARC21 856$u that points to YouTube to
6361    appear as a playable video on the pages defined in
6362    :ref:`HTML5MediaEnabled`.
6363
6364 .. _idreamlibraries-label:
6365
6366 IDreamLibraries
6367 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6368
6369 `IDreamBooks.com <http://idreambooks.com/>`__ aggregates book reviews by
6370 critics to help you discover the very best of what's coming out each
6371 week. These preferences let you integrated content from
6372 `IDreamBooks.com <http://IDreamBooks.com>`__ in to your Koha OPAC.
6373
6374     **Note**
6375
6376     This is a new website and has limited content, so you may only see
6377     these features on new popular titles until the database grows some
6378     more.
6379
6380 .. _idreambooksreadometer-label:
6381
6382 IDreamBooksReadometer
6383 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6384
6385 Default: Don't add
6386
6387 Asks: \_\_\_ a "Readometer" that summarizes the reviews gathered by
6388 IDreamBooks.com to the OPAC details page.
6389
6390 Values:
6391
6392 -  Add
6393
6394    |image51|
6395
6396 -  Don't add
6397
6398 .. _idreambooksresults-label:
6399
6400 IDreamBooksResults
6401 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6402
6403 Default: Don't add
6404
6405 Asks: \_\_\_ the rating from IDreamBooks.com to OPAC search results.
6406
6407 Values:
6408
6409 -  Add
6410
6411    |image52|
6412
6413 -  Don't add
6414
6415 .. _idreambooksreviews-label:
6416
6417 IDreamBooksReviews
6418 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6419
6420 Default: Don't add
6421
6422 Asks: \_\_\_ a tab on the OPAC details with book reviews from critics
6423 aggregated by IDreamBooks.com.
6424
6425 Values:
6426
6427 -  Add
6428
6429    |image53|
6430
6431 -  Don't add
6432
6433 .. _librarything-label:
6434
6435 LibraryThing
6436 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6437
6438 LibraryThing for Libraries is a pay service. You must first contact
6439 LibraryThing directly for pricing and subscription information. Learn
6440 more at http://www.librarything.com/forlibraries. Also, for further
6441 configuration instructions please see the LibraryThing Wiki:
6442 http://www.librarything.com/wiki/index.php/Koha
6443
6444 .. _librarythingforlibrariesenabled-label:
6445
6446 LibraryThingForLibrariesEnabled
6447 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6448
6449 Default: Don't show
6450
6451 Asks: \_\_\_ reviews, similar items, and tags from Library Thing for
6452 Libraries on item detail pages on the OPAC.
6453
6454 Values:
6455
6456 -  Don't show
6457
6458 -  Show
6459
6460 Description:
6461
6462 -  This setting is only applicable if the library has a paid
6463    subscription to the external LibraryThing for Libraries service. This
6464    service can provide patrons with the display of expanded information
6465    on catalog items such as book recommendations. It also can offer
6466    advanced features like tagged browsing, patron written reviews, and a
6467    virtual library display accessed from the details tab.
6468
6469     **Important**
6470
6471     If this is set to 'show' you will need to enter a value in the
6472     ^:ref:`LibraryThingForLibrariesID`^
6473     system preference.
6474
6475 .. _librarythingforlibrariesid-label:
6476
6477 LibraryThingForLibrariesID
6478 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6479
6480 Asks: Access Library Thing for Libraries using the customer ID \_\_\_
6481
6482 Description:
6483
6484 -  This setting is only applicable if the library has a paid
6485    subscription to the external LibraryThing for Libraries service. Use
6486    the box provided to enter in the library's LibraryThing for Libraries
6487    ID as provided to the library by LibraryThing. The ID number is a
6488    series of numbers in the form ###-#########, and can be found on the
6489    library's account page at LibraryThing for Libraries. This service
6490    can provide patrons with the display of expanded information on
6491    catalog items such as book recommendations and cover art. It also can
6492    offer advanced features like tagged browsing, patron written reviews,
6493    and a virtual library display accessed from the details tab.
6494
6495 .. _librarythingforlibrariestabbedview-label:
6496
6497 LibraryThingForLibrariesTabbedView
6498 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6499
6500 Default: in line with bibliographic information
6501
6502 Asks: Show Library Thing for Libraries content \_\_\_
6503
6504 Values:
6505
6506 -  in line with bibliographic information
6507
6508 -  in tabs
6509
6510 Description:
6511
6512 -  This setting is only applicable if the library has a paid
6513    subscription to the external LibraryThing for Libraries service. This
6514    service can provide patrons with the display of expanded information
6515    on catalog items such as book recommendations and cover art. It also
6516    can offer advanced features like tagged browsing, patron written
6517    reviews, and a virtual library display accessed from the details tab.
6518
6519 .. _thingisbn-label:
6520
6521 ThingISBN
6522 ^^^^^^^^^^^^^^^^^^^^^^^^^^
6523
6524 Default: Don't use
6525
6526 Asks: \_\_\_ the ThingISBN service to show other editions of a title
6527
6528 Values:
6529
6530 -  Don't use
6531
6532 -  Use
6533
6534 Description:
6535
6536 -  Set to 'Use' to display an "Editions" tab on the item's detail page.
6537    Editions are listed, complete with cover art (if you have one of the
6538    cover services enabled) and bibliographic information. The feed comes
6539    from LibraryThing's ThingISBN web service. This is a free service to
6540    non-commercial sites with fewer than 1,000 requests per day.
6541
6542     **Important**
6543
6544     Requires :ref:`FRBRizeEditions` and/or
6545     :ref:`OPACFRBRizeEditions` set to 'show'
6546
6547     **Important**
6548
6549     This is separate from Library Thing for Libraries and does not have
6550     a cost associated with it.
6551
6552 .. _local-cover-images-label:
6553
6554 Local Cover Images
6555 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6556
6557 .. _allowmultiplecovers-label:
6558
6559 AllowMultipleCovers
6560 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6561
6562 Default: Don't allow
6563
6564 Asks: \_\_\_ multiple images to be attached to each bibliographic
6565 record.
6566
6567 Values:
6568
6569 -  Allow
6570
6571 -  Don't allow
6572
6573 Description:
6574
6575 -  If this preference is set to 'Allow' then you can upload multiple
6576    images that will appear in the images tab on the bib record in the
6577    OPAC and the staff client. This preference requires that either one
6578    or both :ref:`LocalCoverImages` and
6579    :ref:`OPACLocalCoverImages` are set to
6580    'Display.^
6581
6582    |image54|
6583
6584 .. _localcoverimages-label:
6585
6586 LocalCoverImages
6587 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6588
6589 Default: Don't display
6590
6591 Asks: \_\_\_ local cover images on intranet search and details pages.
6592
6593 Values:
6594
6595 -  Display
6596
6597 -  Don't display
6598
6599 Description:
6600
6601 -  Setting this preference to 'Display' allows you to upload your own
6602    cover images to bib records and display them on the detail page in
6603    the staff client. At this time the cover will only show under the
6604    'Images' tab on the holdings table on the detail display, not next to
6605    the title at the top left or on the search results.
6606
6607 .. _opaclocalcoverimages-label:
6608
6609 OPACLocalCoverImages
6610 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6611
6612 Default: Don't display
6613
6614 Asks: \_\_\_ local cover images on OPAC search and details pages.
6615
6616 Values:
6617
6618 -  Display
6619
6620 -  Don't display
6621
6622 Description:
6623
6624 -  Setting this preference to 'Display' allows you to upload your own
6625    cover images to bib records and display them on the detail page and
6626    search results in the OPAC.
6627
6628 .. _novelist-select-label:
6629
6630 Novelist Select
6631 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6632
6633 Novelist Select is not a free service. Contact your Ebsco representative
6634 to get your log in information to embed this content in the OPAC.
6635
6636     **Important**
6637
6638     Novelist Select does not include cover images for the search results
6639     and bibliographic detail pages. You can choose any other cover image
6640     service for this content or you can contract with Ebsco to get
6641     access to the :ref:`Baker & Taylor Content Cafe <baker-&-taylor-label>` for
6642     an added fee.
6643
6644 .. _novelistselectenabled-label:
6645
6646 NovelistSelectEnabled
6647 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6648
6649 Default: Don't add
6650
6651 Asks: \_\_\_ Novelist Select content to the OPAC.
6652
6653 Values:
6654
6655 -  Add
6656
6657 -  Don't add
6658
6659     **Important**
6660
6661     Enabling this requires that you have entered in a user profile and
6662     password in the :ref:`NovelistSelectProfile &
6663     NovelistSelectPassword <novelistselectprofile-&-novelistselectpassword-label>` preferences
6664
6665 Description:
6666
6667 -  Novelist Select from Ebsco is a subscription service that can provide
6668    additional content in the OPAC.
6669
6670 .. _novelistselectprofile-&-novelistselectpassword-label:
6671
6672 NovelistSelectProfile & NovelistSelectPassword
6673 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6674
6675 Asks: Access Novelist Select using user profile \_\_\_ and password
6676 \_\_\_.
6677
6678     **Important**
6679
6680     This information will be visible if someone views the source code on
6681     your OPAC.
6682
6683 Description:
6684
6685 -  Novelist Select from Ebsco is a subscription service that can provide
6686    additional content in the OPAC.
6687
6688 .. _novelistselectstaffenabled-label:
6689
6690 NovelistSelectStaffEnabled
6691 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6692
6693 Default: Don't add
6694
6695 Asks: \_\_\_ Novelist Select content to the Staff client (requires that
6696 you have entered in a user profile and password, which can be seen in
6697 image links).
6698
6699 Values:
6700
6701 -  Don't add
6702
6703 -  Add
6704
6705 .. _novelistselectstaffprofile-label:
6706
6707 NovelistSelectStaffProfile
6708 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6709
6710 Asks: Access Novelist Select using user profile \_\_\_ on the staff client
6711
6712 Description:
6713
6714 -  Without this value being set, Novelist features will be disabled on the staff
6715    client until a correct profile is obtained from Novelist and entered into
6716    the field.
6717    
6718       **Note**
6719       
6720       This value must be set independently of the OPAC profile for Novelist
6721
6722 .. _novelistselectstaffview-label:
6723
6724 NovelistSelectStaffView
6725 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6726
6727 Default: in a tab
6728
6729 Asks: Display Novelist Select staff content \_\_\_.
6730
6731 Values:
6732
6733 -  above the holdings table
6734
6735 -  below the holdings table
6736
6737 -  in a tab
6738
6739 .. _novelistselectview-label:
6740
6741 NovelistSelectView
6742 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6743
6744 Default: in an OPAC tab
6745
6746 Asks: Display Novelist Select content \_\_\_
6747
6748 Description:
6749
6750 -  Novelist Select provides a lot of content, for that reason you have
6751    four choices of where to display this content. The default view is in
6752    a tab in the holdings table.
6753
6754    |image55|
6755
6756    The content is the same if you choose to show it above the holdings
6757    table or below it. If shown in the right column of the page it's the
6758    same content, but displays a bit differently since space is limited.
6759
6760    |image56|
6761
6762 Values:
6763
6764 -  above the holdings table
6765
6766 -  below the holdings table
6767
6768 -  in an OPAC tab
6769
6770 -  under the Save Record dropdown on the right
6771
6772 .. _oclc-label:
6773
6774 OCLC
6775 ~~~~~~~~~~~~~~~~~~~~~
6776
6777 .. _oclcaffiliateid-label:
6778
6779 OCLCAffiliateID
6780 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6781
6782 Asks: Use the OCLC affiliate ID \_\_\_ to access the xISBN service.
6783
6784 Description:
6785
6786 -  This setting is only applicable if the library has an OCLC Affiliate
6787    ID. This allows WorldCat searching in the OPAC via the XISBN
6788    programming interface. Simply enter the library's OCLC Affiliate ID
6789    in the box provided. Please note that using this data is only
6790    necessary if :ref:`FRBRizeEditions` and/or
6791    :ref:`OPACFRBRizeEditions` and :ref:`XISBN`
6792    settings are enabled. For more information on this service please
6793    visit the OCLC website:
6794    http://www.worldcat.org/affiliate/default.jsp.
6795
6796     **Important**
6797
6798     Unless you have signed up for an ID with OCLC, you are limited to
6799     1000 requests per day. Available at:
6800     http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
6801
6802 .. _xisbn-label:
6803
6804 XISBN
6805 ^^^^^^^^^^^^^^^^^^
6806
6807 Default: Don't use
6808
6809 Asks: \_\_\_ the OCLC xISBN service to show other editions of a title
6810
6811 Description:
6812
6813 -  Set to 'Use' to display an "Editions" tab on the item's detail page.
6814    Editions are listed, complete with cover art and bibliographic
6815    information. The feed comes from OCLC's xISBN web service. The feed
6816    limit for non-commercial sites is 1000 requests per day.
6817
6818 Values:
6819
6820 -  Don't use
6821
6822 -  Use
6823
6824     **Important**
6825
6826     Requires :ref:`FRBRizeEditions` and/or
6827     :ref:`OPACFRBRizeEditions` set to 'show'
6828
6829 .. _xisbndailylimit-label:
6830
6831 XISBNDailyLimit
6832 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6833
6834 Default: 999
6835
6836 Asks: Only use the xISBN service \_\_\_ times a day.
6837
6838     **Important**
6839
6840     Unless you have signed up for an ID with OCLC, you are limited to
6841     1000 requests per day. Available at:
6842     http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
6843
6844 .. _open-library-label:
6845
6846 Open Library
6847 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6848
6849 .. _openlibrarycovers-label:
6850
6851 OpenLibraryCovers
6852 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6853
6854 Default: Don't add
6855
6856 Asks: \_\_\_ cover images from Open Library to search results and item
6857 detail pages on the OPAC.
6858
6859 Values:
6860
6861 -  Add
6862
6863 -  Don't add
6864
6865 Description:
6866
6867 -  This setting controls the display of applicable cover art from the
6868    free Open Library database, via the Open Library API. Please note
6869    that to use this feature, all other cover services should be turned
6870    off.
6871
6872 .. _openlibrarysearch-label:
6873
6874 OpenLibrarySearch
6875 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6876
6877 Default: Don't show
6878
6879 Asks: \_\_\_ search results from Open Library on the OPAC.
6880
6881 Values:
6882
6883 -  Don't show
6884
6885 -  Show
6886
6887   |image1187|
6888
6889 .. _overdrive-label:
6890
6891 Overdrive
6892 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6893
6894 OverDrive is an pay service. You must first contact OverDrive directly
6895 for pricing and subscription information. Enabling this service will
6896 integrate Overdrive results in to your OPAC searches. You will have to
6897 apply for these 3 pieces of information through an application as an API
6898 developer. Overdrive API applications are evaluated once a week so you
6899 may not be able to use this feature immediately after signing up. To
6900 learn more please contact your OverDrive representative.
6901
6902 |image57|
6903
6904 .. _overdrivecirculation-label:
6905
6906 OverDriveCirculation
6907 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6908
6909 Default: Don't enable
6910
6911 Asks: \_\_\_ users to access their OverDrive circulation history, and circulate
6912 items. If you enable access, you must register auth return url of
6913 http(s)://my.opac.hostname/cgi-bin/koha/external/overdrive/auth.pl with OverDrive.
6914
6915 Values:
6916
6917 -  Don't enable
6918
6919 -  Enable
6920
6921 .. _overdriveclientkey-and-overdriveclientsecret-label:
6922
6923 OverDriveClientKey and OverDriveClientSecret
6924 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6925
6926 Asks: Include OverDrive availability information with the client key
6927 \_\_ and client secret \_\_\_
6928
6929 Description:
6930
6931 -  OverDrive customers can get this information by visiting the
6932    `OverDrive Developer
6933    Portal <https://developer.overdrive.com/docs/getting-started>`__ and
6934    following the instructions found there to apply as an API developer.
6935    Once this data and the :ref:`OverDriveLibraryID`
6936    are populated you will see OverDrive results on your OPAC searches.
6937
6938 .. _overdrivelibraryid-label:
6939
6940 OverDriveLibraryID
6941 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6942
6943 Asks: Show items from the OverDrive catalog of library # \_\_\_
6944
6945 Description:
6946
6947 -  OverDrive customers can get this information by visiting the
6948    `OverDrive Developer
6949    Portal <https://developer.overdrive.com/docs/getting-started>`__ and
6950    following the instructions found there to apply as an API developer.
6951    Once this data and the :ref:`OverDriveClientKey and
6952    OverDriveClientSecret <overdriveclientkey-and-overdriveclientsecret-label>` are populated you will
6953    see OverDrive results on your OPAC searches.
6954
6955 .. _plugins-label:
6956
6957 Plugins
6958 ~~~~~~~~~~~~~~~~~~~~~~~~~~
6959
6960 .. _usekohaplugins-label:
6961
6962 UseKohaPlugins
6963 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6964
6965 Default: Don't enable
6966
6967 Asks: \_\_\_ the ability to use Koha Plugins.
6968
6969 Values:
6970
6971 -  Don't enable
6972
6973 -  Enable
6974
6975     **Note**
6976
6977     The plugin system must also be enabled in the Koha configuration
6978     file to be fully enabled. Learn more in the `Plugins
6979     chapter <#pluginsystem>`__.
6980
6981 .. _syndetics-label:
6982
6983 Syndetics
6984 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6985
6986 Syndetics is a pay service. You must first contact Syndetics directly
6987 for pricing and subscription information.
6988
6989 .. _syndeticsauthornotes-label:
6990
6991 SyndeticsAuthorNotes
6992 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6993
6994 Default: Don't show
6995
6996 Asks: \_\_\_ notes about the author of a title from Syndetics on item
6997 detail pages on the OPAC.
6998
6999 Values:
7000
7001 -  Don't show
7002
7003 -  Show
7004
7005 Description:
7006
7007 -  When this option is set to "Show", Syndetics provides notes and short
7008    author biographies for more that 300,000 authors, in both fiction and
7009    nonfiction. With this option enabled the library can display
7010    Syndetics Author Notes on the OPAC. According to the Syndetics
7011    Solutions website (http://www.bowker.com/syndetics/), Author Notes
7012    include lists of contributors for many multi-author texts and
7013    compilations. The :ref:`SyndeticsClientCode` must
7014    be entered and the :ref:`SyndeticsEnabled` option
7015    must be activated before this service can be used.
7016
7017 .. _syndeticsawards-label:
7018
7019 SyndeticsAwards
7020 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7021
7022 Default: Don't show
7023
7024 Asks: \_\_\_ information from Syndetics about the awards a title has won
7025 on item detail pages on the OPAC.
7026
7027 Values:
7028
7029 -  Don't show
7030
7031 -  Show
7032
7033 Description:
7034
7035 -  When this option is set to "Show", Syndetics provides its clients
7036    with a list of awards that any title has won. With this service
7037    enabled the library can display those awards for each book on its
7038    website. For each book or item that comes up during a user search,
7039    the list of awards for that title will be displayed. When a user
7040    clicks on a given award, information about that award is presented
7041    along with a list of the other titles that have won that award. If
7042    the user clicks on any title in the list, they will see holdings
7043    information about that title in their region. This option is a paid
7044    subscription service. The
7045    :ref:`SyndeticsClientCode` must be entered and
7046    the :ref:`SyndeticsEnabled` option must be activated
7047    before this service can be used.
7048
7049 .. _syndeticsclientcode-label:
7050
7051 SyndeticsClientCode
7052 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7053
7054 Asks: Use the client code \_\_\_ to access Syndetics.
7055
7056 Description:
7057
7058 -  Once the library signs up for Syndetics' services, Syndetics will
7059    provide the library with an access code. (Visit the Syndetics
7060    homepage at http://www.bowker.com/syndetics/ for more information.)
7061    This is the code that must be entered to access Syndetics'
7062    subscription services. Syndetics is a paid subscription service. This
7063    value must be entered before
7064    :ref:`SyndeticsEditions` can be enabled. If the
7065    code is lost, corrupted, or forgotten, a new one can be obtained from
7066    http://www.bowker.com/syndetics/.
7067
7068     **Important**
7069
7070     You will need to get your client code directly from Syndetics.
7071
7072 .. _syndeticscoverimages-&-syndeticscoverimagesize-label:
7073
7074 SyndeticsCoverImages & SyndeticsCoverImageSize
7075 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7076
7077 SyndeticsCoverImages Default: Don't show
7078
7079 SyndeticsCoverImageSize Default: medium
7080
7081 Asks: \_\_\_ cover images from Syndetics on search results and item
7082 detail pages on the OPAC in a \_\_\_ size.
7083
7084 Descriptions:
7085
7086 -  When enabled, SyndeticsCoverImages, allows libraries to display
7087    Syndetics' collection of full-color cover images for books, videos,
7088    DVDs and CDs on their OPAC. For each book or item that comes up
7089    during a user search, the cover image for that title will be
7090    displayed. Since these cover images come in three sizes, the optimum
7091    size must be selected using the SyndeticsCoverImageSize preference
7092    after SyndeticsCoverImages are enabled. Syndetics cover images come
7093    in two sizes: mid-size (187 x 187 pixels), and large (400 x 400
7094    pixels). Syndetics is a paid subscription service. The
7095    :ref:`SyndeticsClientCode` must be entered and
7096    the :ref:`SyndeticsEnabled` option must be activated
7097    before this service can be used. Other cover image preferences should
7098    also be disabled to avoid interference.
7099
7100 SyndeticsCoverImages Values:
7101
7102 -  Don't show
7103
7104 -  Show
7105
7106 SyndeticsCoverImageSize Values:
7107
7108 -  medium
7109
7110 -  large
7111
7112 .. _syndeticseditions-label:
7113
7114 SyndeticsEditions
7115 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7116
7117 Default: Don't show
7118
7119 Asks: \_\_\_ information about other editions of a title from Syndetics
7120 on item detail pages on the OPAC
7121
7122 Description:
7123
7124 -  When enabled this option shows information on other editions of a
7125    title from Syndetics on the item detail pages of the OPAC. Syndetics
7126    is a paid subscription service. The
7127    :ref:`SyndeticsClientCode` must be entered and
7128    the :ref:`SyndeticsEnabled` option must be activated
7129    before this service can be used.
7130
7131 Values:
7132
7133 -  Don't show
7134
7135 -  Show
7136
7137     **Important**
7138
7139     Requires :ref:`OPACFRBRizeEditions` set to
7140     'show'
7141
7142 .. _syndeticsenabled-label:
7143
7144 SyndeticsEnabled
7145 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7146
7147 Default: Don't use
7148
7149 Asks: \_\_\_ content from Syndetics.
7150
7151 Values:
7152
7153 -  Don't use
7154
7155 -  Use
7156
7157 Description:
7158
7159 -  When this option is enabled any of the Syndetics options can be used.
7160
7161     **Important**
7162
7163     Requires that you enter your
7164     :ref:`SyndeticsClientCode` before this content
7165     will appear.
7166
7167 .. _syndeticsexcerpt-label:
7168
7169 SyndeticsExcerpt
7170 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7171
7172 Default: Don't show
7173
7174 Asks: \_\_\_ excerpts from of a title from Syndetics on item detail
7175 pages on the OPAC.
7176
7177 Values:
7178
7179 -  Don't show
7180
7181 -  Show
7182
7183 Description:
7184
7185 -  This preference allows Syndetics to display excerpts given to them
7186    from selected publishers. The excerpts are available from prominently
7187    reviewed new titles, both fiction and non-fiction. The excerpts
7188    include poems, essays, recipes, forwards and prefaces. Automatic
7189    links provided by the ISBNs within local MARC records are required to
7190    integrate Syndetics secured, high-speed Internet servers to the
7191    library OPACs. For more information see
7192    (http://www.bowker.com/syndetics/).
7193
7194 .. _syndeticsreviews-label:
7195
7196 SyndeticsReviews
7197 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7198
7199 Default: Don't show
7200
7201 Asks: \_\_\_ reviews of a title from Syndetics on item detail pages on
7202 the OPAC.
7203
7204 Values:
7205
7206 -  Don't show
7207
7208 -  Show
7209
7210 Description:
7211
7212 -  Syndetics Reviews is an accumulation of book reviews available from a
7213    variety of journals and serials. The reviews page displays colored
7214    images of reviewed books dust jackets, partnered with the names of
7215    the journal or serial providing the review. Clicking on an icon opens
7216    a window revealing the book title, author's name, book cover icon and
7217    the critic's opinion of the book. Automatic links provided by the
7218    ISBNs within local MARC records are required to integrate Syndetics
7219    secured, high-speed Internet servers to the library OPACs. For more
7220    information see (http://www.bowker.com/syndetics/).
7221
7222 .. _syndeticsseries-label:
7223
7224 SyndeticsSeries
7225 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7226
7227 Default: Don't show
7228
7229 Asks: \_\_\_ information on other books in a title's series from
7230 Syndetics on item detail pages on the OPAC.
7231
7232 Values:
7233
7234 -  Don't show
7235
7236 -  Show
7237
7238 Description:
7239
7240 -  Each fiction title within a series is linked to the complete series
7241    record. The record displays each title in reading order and also
7242    displays the publication order, if different. Alternate series titles
7243    are also displayed. Automatic links provided by the ISBNs within
7244    local MARC records are required to integrate Syndetics secured, high-
7245    speed Internet servers to the library OPACs. For more information see
7246    (http://www.bowker.com/syndetics/).
7247
7248 .. _syndeticssummary-label:
7249
7250 SyndeticsSummary
7251 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7252
7253 Default: Don't show
7254
7255 Asks: \_\_\_ a summary of a title from Syndetics on item detail pages on
7256 the OPAC.
7257
7258 Values:
7259
7260 -  Don't show
7261
7262 -  Show
7263
7264 Description:
7265
7266 -  Providing more than 5.6 million summaries and annotations derived
7267    from book jackets, edited publisher copy, or independently written
7268    annotations from Book News, Inc. Covering fiction and non-fiction,
7269    this summaries option provides annotations on both trade and
7270    scholarly titles. For more information see
7271    (http://www.bowker.com/syndetics/).
7272
7273 .. _syndeticstoc-label:
7274
7275 SyndeticsTOC
7276 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7277
7278 Default: Don't show
7279
7280 Asks: \_\_\_ the table of contents of a title from Syndetics on item
7281 detail pages on the OPAC.
7282
7283 Values:
7284
7285 -  Don't show
7286
7287 -  Show
7288
7289 Description:
7290
7291 -  This preference allows staff and patrons to review the Table of
7292    Contents from a wide variety of publications from popular self-help
7293    books to conference proceedings. Specific Information access is the
7294    main purpose for this option, allowing patrons guidance to their
7295    preferred section of the book. Special arrangements with selected
7296    book services is used to obtain the table of contents for new
7297    publications each year. Automatic links provided by the ISBNs within
7298    local MARC records are required to integrate Syndetics secured,
7299    high-speed Internet servers to the library OPACs. For more
7300    information see (http://www.bowker.com/syndetics/).
7301
7302 .. _tagging-label:
7303
7304 Tagging
7305 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
7306
7307 .. _tagsenabled-label:
7308
7309 TagsEnabled
7310 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7311
7312 Default: Allow
7313
7314 Asks: \_\_\_ patrons and staff to put tags on items.
7315
7316 Values:
7317
7318 -  Allow
7319
7320 -  Don't allow
7321
7322 Description:
7323
7324 -  Set to 'Allow' enable tagging. A tag is metadata, a word added to
7325    identify an item. Tags allow patrons to classify materials on their
7326    own. TagsEnabled is the main switch that permits the tagging
7327    features. TagsEnable must be set to 'Allow' to allow for other
7328    tagging features.
7329
7330 .. _tagsexternaldictionary-label:
7331
7332 TagsExternalDictionary
7333 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7334
7335 Asks: Allow tags in the dictionary of the ispell executable \_\_\_ on
7336 the server to be approved without moderation.
7337
7338 Description:
7339
7340 -  The dictionary includes a list of accepted and rejected tags. The
7341    accepted list includes all the tags that have been pre-allowed. The
7342    rejected list includes tags that are not allowed. This preference
7343    identifies the "accepted" dictionary used. Ispell is an open source
7344    dictionary which can be used as a list of accepted terms. Since the
7345    dictionary allows for accurately spelled obscenities, the libraries
7346    policy may dictate that modifications are made to the Ispell
7347    dictionary if this preference is use. For more information about
7348    Ispell http://www.gnu.org/software/ispell/ispell.html. Enter the path
7349    on your server to a local ispell executable, used to set
7350    $Lingua::Ispell::path.
7351
7352 .. _tagsinputondetail-label:
7353
7354 TagsInputOnDetail
7355 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7356
7357 Default: Allow
7358
7359 Asks: \_\_\_ patrons to input tags on item detail pages on the OPAC.
7360
7361 Values:
7362
7363 -  Allow
7364
7365    |image59|
7366
7367 -  Don't allow
7368
7369 .. _tagsinputonlist-label:
7370
7371 TagsInputOnList
7372 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7373
7374 Default: Allow
7375
7376 Asks: \_\_\_ patrons to input tags on search results on the OPAC.
7377
7378 Values:
7379
7380 -  Allow
7381
7382    |image58|
7383
7384 -  Don't allow
7385
7386 .. _tagsmoderation-label:
7387
7388 TagsModeration
7389 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7390
7391 Default: Don't require
7392
7393 Asks: \_\_\_ that tags submitted by patrons be reviewed by a staff
7394 member before being shown.
7395
7396 Values:
7397
7398 -  Don't require
7399
7400 -  Require
7401
7402 Description:
7403
7404 -  When set to 'Require,^ all tags to be first filtered by the tag
7405    moderator. Only approved tags will be visible to patrons. When set to
7406    'Don't require' tags will bypass the tag moderator and patrons' tags
7407    to be immediately visible. When this preference is enabled the
7408    moderator, a staff member, would approve the tag in the Staff Client.
7409    The moderator will have the option to approve or reject each pending
7410    tag suggestion.
7411
7412 When moderation is required all tags go through the tag moderation tool
7413 before becoming visible.
7414
7415 -  *Get there:* More > Tools > :ref:`Tags <tag-moderation-label>`
7416
7417 .. _tagsshowondetail-label:
7418
7419 TagsShowOnDetail
7420 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7421
7422 Default: 10
7423
7424 Asks: Show \_\_\_ tags on item detail pages on the OPAC.
7425
7426     **Note**
7427
7428     Set the value to 0 (zero) to turn this feature off.
7429
7430 .. _tagsshowonlist-label:
7431
7432 TagsShowOnList
7433 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7434
7435 Default: 6
7436
7437 Asks: Show \_\_\_ tags on search results on the OPAC.
7438
7439     **Note**
7440
7441     Set the value to 0 (zero) to turn this feature off.
7442
7443 .. _i18n/l10n-label:
7444
7445 I18N/L10N
7446 --------------------------
7447
7448 These preferences control your Internationalization and Localization
7449 settings.
7450
7451 *Get there:* More > Administration > Global System Preferences >
7452 I18N/L10N
7453
7454 .. _addressformat-label:
7455
7456 AddressFormat
7457 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7458
7459 Default: US style ([Street number], [Address] - [City], [Zip/Postal
7460 Code], [Country])
7461
7462 Asks: Format postal addresses using \_\_\_
7463
7464 Values:
7465
7466 -  German style ([Address] [Street number] - [Zip/Postal Code] [City] -
7467    [Country])
7468
7469 -  French style ([Street number] [Address] - [ZIP/Postal Code] [City] -
7470    [Country])
7471
7472 -  US style ([Street number], [Address] - [City], [Zip/Postal Code],
7473    [Country])
7474
7475 Description:
7476
7477 -  This preference will let you control how Koha displays patron
7478    addresses given the information entered in the various fields on
7479    their record.
7480
7481 .. _alphabet-label:
7482
7483 alphabet
7484 ~~~~~~~~~~~~~~~~~~~~~~~~
7485
7486 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
7487
7488 Asks: Use the alphabet \_\_\_ for lists of browsable letters. This
7489 should be a space separated list of uppercase letters.
7490
7491 Description:
7492
7493 -  This preference allows you define your own alphabet for browsing
7494    patrons in Koha.
7495
7496    |image60|
7497
7498 .. _calendarfirstdayofweek-label:
7499
7500 CalendarFirstDayOfWeek
7501 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7502
7503 Default: Sunday
7504
7505 Asks: Use \_\_\_ as the first day of week in the calendar.
7506
7507 Values:
7508
7509 -  Sunday
7510
7511 -  Monday
7512
7513 -  Tuesday
7514
7515 -  Wednesday
7516
7517 -  Thursday
7518
7519 -  Friday
7520
7521 -  Saturday
7522
7523 Description:
7524
7525 -  Using this preference you can control what day shows as the first day
7526    of the week in the calendar pop ups throughout Koha and on the
7527    Calendar tool. If you change this preference and don't see a change
7528    in your browser try clearing your cache since it makes changes to the
7529    Javascript on these pages.
7530
7531 .. _dateformat-label:
7532
7533 dateformat
7534 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7535
7536 Default: mm/dd/yyyy
7537
7538 Asks: Format dates like \_\_\_
7539
7540 Values:
7541
7542 -  dd.mm.yyyy
7543
7544 -  dd/mm/yyyy
7545
7546 -  mm/dd/yyyy
7547
7548 -  yyyy/mm/dd
7549
7550 Description:
7551
7552 -  This preference controls how the date is displayed. The options are
7553    the United States method, mm/dd/yyyy (04/24/2010), the metric method,
7554    dd/mm/yyyy (24/04/2010) or ISO, which is the International Standard
7555    of Organization, yyyy/mm/dd (2010/04/24). The International Standard
7556    of Organization would primarily be used by libraries with locations
7557    in multiple nations that may use different date formats, to have a
7558    single display type, or if the library would be in a region that does
7559    not use the United States or metric method. More information
7560    regarding the ISO date format can be found at
7561    http://www.iso.org/iso/iso_catalogue.htm.
7562
7563 .. _language-label:
7564
7565 language
7566 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7567
7568 Default: English
7569
7570 Asks: Enable the following languages on the staff interface
7571
7572 Values:
7573
7574 -  English
7575
7576 To install additional languages please refer to
7577 http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client
7578
7579 .. _opaclanguages-label:
7580
7581 opaclanguages
7582 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7583
7584 Default: English
7585
7586 Asks: Enable the following languages on the OPAC
7587
7588 Values:
7589
7590 -  English
7591
7592     **Note**
7593
7594     To install additional languages you need to run
7595     misc/translation/install-code.pl. For example, to install French you
7596     would run the following command install-code.pl fr-FR to make the
7597     templates, once they exist and are in the right place then they will
7598     show up as an option in this preference.
7599
7600 .. _opaclanguagesdisplay-label:
7601
7602 opaclanguagesdisplay
7603 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7604
7605 Default: Don't allow
7606
7607 Asks: \_\_\_ patrons to select their language on the OPAC.
7608
7609 Values:
7610
7611 -  Allow
7612
7613    -  Patrons can choose their language from a list at the bottom of the
7614       public catalog
7615
7616       |image61|
7617
7618 -  Don't allow
7619
7620    -  The public catalog will not give an option to choose a language
7621
7622 Description:
7623
7624 -  Using the :ref:`OpacLangSelectorMode` preference
7625    you can decide where these language options will appear in the public
7626    catalog.
7627
7628 .. _timeformat-label:
7629
7630 TimeFormat
7631 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7632
7633 Default: 24 hour format
7634
7635 Asks: Format times in \_\_\_
7636
7637 Values:
7638
7639 -  12 hour format (eg 02:18PM)
7640
7641 -  24 hour format (eg 14:18)
7642
7643 .. _translatenotices-label:
7644
7645 TranslateNotices
7646 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7647
7648 Default: Don't allow
7649
7650 Asks: \_\_\_ notices to be translated. If set, notices will be translatable from
7651 the "Notices and Slips" interface. The language used to send a notice to a patron
7652 will be the one defined for the patron.
7653
7654 Values:
7655
7656 -  Don't allow
7657
7658 -  Allow
7659
7660 .. _labs-label:
7661
7662 Labs
7663 ---------------------
7664
7665 *Get there:* More > Administration > Global System Preferences > Labs
7666
7667 The preferences in this section are for experimental features that need
7668 additional testing and debugging.
7669
7670 .. _enableadvancedcatalogingeditor-label:
7671
7672 EnableAdvancedCatalogingEditor
7673 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7674
7675 Default: Don't enable
7676
7677 Asks: \_\_\_ the advanced cataloging editor.
7678
7679 Description:
7680
7681 -  This preference will allow you to choose between a basic editor and a
7682    advanced editor for cataloging.
7683
7684     **Important**
7685
7686     This feature is currently experimental, and may have bugs that cause
7687     corruption of records. It also does not include any support for
7688     UNIMARC or NORMARC fixed fields. Please help us test it and report
7689     any bugs, but do so at your own risk.
7690
7691 .. _local-use-label:
7692
7693 Local Use
7694 ---------------------------
7695
7696 These preferences are defined locally.
7697
7698 *Get there:* More > Administration > Global System Preferences > Local
7699 Use
7700
7701     **Note**
7702
7703     Sometimes preferences which are either new or outdated will appear
7704     in this tab, if you didn't add any preferences to this tab then it's
7705     best to ignore preferences listed here.
7706
7707 .. _intradidyoumean-label:
7708
7709 INTRAdidyoumean
7710 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7711
7712 Default: blank
7713
7714 Asks: Did you mean? configuration for the Intranet. Do not change, as this is
7715 controlled by /cgi-bin/koha/admin/didyoumean.pl.
7716
7717 .. _opacdidyoumean-label:
7718
7719 OPACdidyoumean
7720 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7721
7722 Default: blank
7723
7724 Asks: Did you mean? configuration for the OPAC. Do not change, as this is
7725 controlled by /cgi-bin/koha/admin/didyoumean.pl.
7726
7727 .. _printcirculationships-label:
7728
7729 printcirculationships
7730 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7731
7732 Default: ON
7733
7734 Asks: If ON, enable printing circulation receipts
7735
7736 Values:
7737
7738 -  ON
7739
7740 -  OFF
7741
7742 .. _usagestatsid-label:
7743
7744 UsageStatsID
7745 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7746
7747 Default: blank
7748
7749 Asks: This preference is part of Koha but it should not be deleted or
7750 updated manually.
7751
7752 .. _usagestatslastupdatetime-label:
7753
7754 UsageStatsLastUpdateTime
7755 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7756
7757 Default: blank
7758
7759 Asks: This preference is part of Koha but it should not be deleted or
7760 updated manually.
7761
7762 .. _usagestatspublicid-label:
7763
7764 UsageStatsPublicID
7765 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7766
7767 Default: blank
7768
7769 Asks: Public ID for Hea website
7770
7771 .. _version-label:
7772
7773 Version
7774 ~~~~~~~~~~~~~~~~~~~~~~
7775
7776 Default: automatically generated
7777
7778 Asks: The Koha database version. WARNING: Do not change this value
7779 manually. It is maintained by the webinstaller
7780
7781 .. _logs-label:
7782
7783 Logs
7784 ----------------
7785
7786 Logs keep track of transaction on the system. You can decide which
7787 actions you want to log and which you don't using these preferences.
7788 Logs can then be viewed in the :ref:`Log Viewer` under Tools.
7789
7790 *Get there:* More > Administration > Global System Preferences > Logs
7791
7792 .. _debugging-label:
7793
7794 Debugging
7795 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7796
7797 .. _dumptemplatevarsintranet-label:
7798
7799 DumpTemplateVarsIntranet
7800 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7801
7802 Default: Don't
7803
7804 Asks: \_\_\_ dump all Template Toolkit variable to a comment in the HTML
7805 source for the staff intranet.
7806
7807 Value:
7808
7809 -  Don't
7810
7811 -  Do
7812
7813 .. _dumptemplatevarsopac-label:
7814
7815 DumpTemplateVarsOpac
7816 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7817
7818 Default: Don't
7819
7820 Asks: \_\_\_ dump all Template Toolkit variable to a comment in the HTML
7821 source for the OPAC.
7822
7823 Value:
7824
7825 -  Don't
7826
7827 -  Do
7828
7829 .. _logging-label:
7830
7831 Logging
7832 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
7833
7834 .. _authoritieslog-label:
7835
7836 AuthoritiesLog
7837 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7838
7839 Default: Don't log
7840
7841 Asks: \_\_\_ changes to authority records.
7842
7843 Values:
7844
7845 -  Don't log
7846
7847 -  Log
7848
7849 .. _borrowerslog-label:
7850
7851 BorrowersLog
7852 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7853
7854 Default: Log
7855
7856 Asks: \_\_\_ changes to patron records.
7857
7858 Values:
7859
7860 -  Don't log
7861
7862 -  Log
7863
7864 .. _cataloguinglog-label:
7865
7866 CataloguingLog
7867 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7868
7869 Default: Don't log
7870
7871 Asks: \_\_\_ any changes to bibliographic or item records.
7872
7873 Values:
7874
7875 -  Don't log
7876
7877 -  Log
7878
7879     **Important**
7880
7881     Since this occurs whenever a book is cataloged, edited, or checked
7882     in or out it can be very resource intensive - slowing down your
7883     system.
7884
7885 .. _cronjoblog-label:
7886
7887 CronjobLog
7888 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7889
7890 Default: Don't log
7891
7892 Asks: \_\_\_ information from cron jobs.
7893
7894 Values:
7895
7896 -  Don't log
7897
7898 -  Log
7899
7900 .. _fineslog-label:
7901
7902 FinesLog
7903 ^^^^^^^^^^^^^^^^^^^^^^^^
7904
7905 Default: Log
7906
7907 Asks: \_\_\_ when overdue fines are charged or automatically forgiven.
7908
7909 Values:
7910
7911 -  Don't log
7912
7913 -  Log
7914
7915 .. _holdslog-label:
7916
7917 HoldsLog
7918 ^^^^^^^^^^^^^^^^^^^^^^^^
7919
7920 Default: Don't log
7921
7922 Asks: \_\_\_ any actions on holds (create, cancel, suspend, resume, etc.).
7923
7924 Values:
7925
7926 -  Don't log
7927
7928 -  Log
7929
7930 .. _issuelog-label:
7931
7932 IssueLog
7933 ^^^^^^^^^^^^^^^^^^^^^^^^
7934
7935 Default: Log
7936
7937 Asks: \_\_\_ when items are checked out.
7938
7939 Values:
7940
7941 -  Don't log
7942
7943 -  Log
7944
7945 .. _letterlog-label:
7946
7947 LetterLog
7948 ^^^^^^^^^^^^^^^^^^^^^^^^^^
7949
7950 Default: Log
7951
7952 Asks: \_\_\_ when an automatic claim notice is sent.
7953
7954 Values:
7955
7956 -  Don't log
7957
7958 -  Log
7959
7960     **Note**
7961
7962     This log tracks all notices that go to patrons including the overdue
7963     notices.
7964
7965 .. _renewallog-label:
7966
7967 RenewalLog
7968 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7969
7970 Default:  Don't log
7971
7972 Asks: \_\_\_ when items are renewed.
7973
7974 Values:
7975
7976 - Don't log
7977
7978 - Log
7979
7980 .. _reportslog-label:
7981
7982 ReportsLog
7983 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7984
7985 Default: Don't log
7986
7987 Asks: \_\_\_ when reports are added, deleted or changed.
7988
7989 Values:
7990
7991 -  Don't log
7992
7993 -  Log
7994
7995 .. _returnlog-label:
7996
7997 ReturnLog
7998 ^^^^^^^^^^^^^^^^^^^^^^^^^^
7999
8000 Default: Log
8001
8002 Asks: \_\_\_ when items are returned.
8003
8004 Values:
8005
8006 -  Don't log
8007
8008 -  Log
8009
8010 .. _subscriptionlog-label:
8011
8012 SubscriptionLog
8013 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8014
8015 Default: Log
8016
8017 Asks: \_\_\_ when serials are added, deleted or changed.
8018
8019 Values:
8020
8021 -  Don't log
8022
8023 -  Log
8024
8025 .. _opac-label:
8026
8027 OPAC
8028 ---------------------
8029
8030 *Get there:* More > Administration > Global System Preferences > OPAC
8031
8032 .. _advanced-search-options-label:
8033
8034 Advanced Search Options
8035 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8036
8037 .. _opacadvsearchmoreoptions-label:
8038
8039 OpacAdvSearchMoreOptions
8040 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8041
8042 Default: Select All
8043
8044 Asks: Show search options for the expanded view \_\_\_
8045
8046 Values:
8047
8048 -  [Select all]
8049
8050 -  Item types
8051
8052 -  Language
8053
8054 -  Location and availability
8055
8056 -  Publication date
8057
8058 -  Sorting
8059
8060 -  Subtypes
8061
8062 Description:
8063
8064 -  The settings in this preference will determine which search fields
8065    will show when the patron is using the 'More options' mode on the
8066    advanced search page.
8067
8068 .. _opacadvsearchoptions-label:
8069
8070 OpacAdvSearchOptions
8071 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8072
8073 Default: Item types, Language, Location and availability, Publication
8074 date, Sorting
8075
8076 Asks: Show search options \_\_\_
8077
8078 Values:
8079
8080 -  [Select all]
8081
8082 -  Item types
8083
8084 -  Language
8085
8086 -  Location and availability
8087
8088 -  Publication date
8089
8090 -  Sorting
8091
8092 -  Subtypes
8093
8094 Description:
8095
8096 -  The settings in this preference will determine which search fields
8097    will show when the patron is using the 'Fewer options' mode on the
8098    advanced search page.
8099
8100 .. _appearance-label:
8101
8102 Appearance
8103 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8104
8105 These preferences control how things appear in the OPAC.
8106
8107 .. _authorisedvalueimages-label:
8108
8109 AuthorisedValueImages
8110 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8111
8112 Default: Don't show
8113
8114 Asks: \_\_\_ images for authorized values (such as lost statuses and
8115 locations) in search results and item detail pages on the OPAC.
8116
8117 Values:
8118
8119 -  Don't show
8120
8121 -  Show
8122
8123 *Get there:* More > Administration > :ref:`Authorized
8124 Values <authorized-values-label>`
8125
8126 .. _bibliodefaultview-label:
8127
8128 BiblioDefaultView
8129 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8130
8131 Default: in simple form
8132
8133 Asks: By default, show bib records \_\_\_
8134
8135 Values:
8136
8137 -  as specified in the ISBD template.
8138
8139    -  See :ref:`ISBD` preference for more information
8140
8141 -  in simple form.
8142
8143 -  in their MARC format.
8144
8145 Description:
8146
8147 -  This preference determines the level of bibliographic detail that the
8148    patron will see on the OPAC detail page. The simple form displays the
8149    graphical interface; MARC format displays the MARC21 cataloging view;
8150    ISBD displays the ISBD (International Standard Bibliographic
8151    Description, AACR2) view.
8152
8153 .. _coinsinopacresults-label:
8154
8155 COinSinOPACResults
8156 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8157
8158 Default: Include
8159
8160 Asks: \_\_\_ COinS / OpenURL / Z39.88 in OPAC search results.
8161
8162 Values:
8163
8164 -  Don't include
8165
8166    -  If you choose not to include COinS on the search results, it will
8167       still be loaded on the individual bibliographic records.
8168
8169 -  Include
8170
8171    -  Enabling this feature will slow OPAC search response times.
8172
8173 Description:
8174
8175 -  COinS stands for ContextObjects in Spans. COinS is a method to embed
8176    bibliographic metadata in the HTML code of web pages. This allows
8177    bibliographic software to publish machine-readable bibliographic
8178    items and client reference management software (such as Zotero) to
8179    retrieve bibliographic metadata. The metadata can also be sent to an
8180    OpenURL resolver. This allows, for instance, searching for a copy of
8181    a book in one's own library.
8182
8183 .. _displayopaciconsxslt-label:
8184
8185 DisplayOPACiconsXSLT
8186 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8187
8188 Default: Don't show
8189
8190 Asks: On pages displayed with XSLT stylesheets on the OPAC, \_\_\_ icons
8191 for itemtype and authorized values.
8192
8193     **Important**
8194
8195     :ref:`OPACXSLTResultsDisplay` and/or
8196     :ref:`OPACXSLTDetailsDisplay` must be set to
8197     use an XSLT stylesheet for this to show (default or custom)
8198
8199 Values:
8200
8201 -  Don't show
8202
8203 -  Show
8204
8205    |image62|
8206
8207     **Note**
8208
8209     See the :ref:`XSLT material type icons <_material-type-cataloging-guide-label>` 
8210     for more information on these icons.
8211
8212 .. _googleindictransliteration-label:
8213
8214 GoogleIndicTransliteration
8215 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8216
8217 Default: Don't show
8218
8219 Asks: \_\_\_ GoogleIndicTransliteration on the OPAC.
8220
8221 Values:
8222
8223 -  Don't show
8224
8225 -  Show
8226
8227   |image1188|
8228
8229 .. _hidelostitems-label:
8230
8231 hidelostitems
8232 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8233
8234 Default: Don't show
8235
8236 Asks: \_\_\_ lost items on search and detail pages.
8237
8238 Description:
8239
8240 -  Items that are marked lost by the library can either be shown or not
8241    shown on the OPAC. By setting the value to "Don't show," the lost
8242    item is not shown on the OPAC. By setting the value "Show," the lost
8243    item is shown on the OPAC for patrons to view with a status of
8244    'lost.^
8245
8246 Values:
8247
8248 -  Don't show
8249
8250 -  Show
8251
8252    |image63|
8253
8254 .. _highlightownitemsonopac-&-highlightownitemsonopacwhich-label:
8255
8256 HighlightOwnItemsOnOPAC & HighlightOwnItemsOnOPACWhich
8257 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8258
8259 HighlightOwnItemsOnOPAC Default: Don't emphasize
8260
8261 HighlightOwnItemsOnOPACWhich Default: patron's home library
8262
8263 Asks: \_\_\_ results from the \_\_\_ by moving the results to the front
8264 and increasing the size or highlighting the rows for those results.
8265
8266 HighlightOwnItemsOnOPAC Values:
8267
8268 -  Don't emphasize
8269
8270 -  Emphasize
8271
8272 HighlightOwnItemsOnOPACWhich Values:
8273
8274 -  OPAC's branch based via the URL
8275
8276    -  The library is chosen based on the Apache environment variable
8277       BRANCHCODE. For example, this could be added to the OPAC section
8278       of koha-httpd.conf: SetEnv BRANCHCODE "CPL"
8279
8280 -  patron's home library
8281
8282    -  The items emphasized will be those of the same library as the
8283       patron's library. If no one is logged into the OPAC, no items will
8284       be highlighted.
8285
8286     **Important**
8287
8288     This preference will only effect sites that are not using an XSLT
8289     stylesheet. XSLT stylesheets are defined in the
8290     :ref:`OPACXSLTResultsDisplay` and
8291     :ref:`OPACXSLTDetailsDisplay` preferences.
8292
8293 .. _libraryname-label:
8294
8295 LibraryName
8296 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8297
8298 Asks: Show \_\_\_ as the name of the library on the OPAC.
8299
8300     **Note**
8301
8302     This value will appear in the title bar of the browser
8303
8304     **Note**
8305
8306     Edit :ref:`opacheader` if you'd like to add a library
8307     name above your search box on the OPAC
8308
8309 |image64|
8310
8311 .. _nologininstructions-label:
8312
8313 NoLoginInstructions
8314 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8315
8316 Asks: Show the following HTML on the OPAC login form when a patron is
8317 not logged in:
8318
8319 Description:
8320
8321 -  This preference allows you to override the default text seen on the
8322    log in page in the Koha OPAC. The default HTML is:
8323
8324    ::
8325
8326        <h5>Don't have a password yet?</h5>
8327        <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>
8328        <h5>Don't have a library card?</h5>
8329        <p> If you don't have a library card, stop by your local library to sign up.</p>
8330
8331    Any HTML in this box will replace the above text below the log in
8332    box.
8333
8334    |image1189|
8335
8336 .. _opacadditionalstylesheet-label:
8337
8338 OpacAdditionalStylesheet
8339 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8340
8341 Asks: Include the additional CSS stylesheet \_\_\_ to override specified
8342 settings from the default stylesheet.
8343
8344 Description:
8345
8346 -  The preference can look for stylesheets in the template directory for
8347    your OPAC language, for instance: /koha-tmpl/opac-tmpl/prog/en/css.
8348    If you upload a custom file, opac-mystyles.css to this directory, you
8349    can specify it by entering opac-mystyles.css in your
8350    opaccolorstylesheet system preference. This adds your custom
8351    stylesheet as a linked stylesheet alongside the OPAC's default CSS
8352    files. This method is preferable because linked stylesheets are
8353    cached by the user's browser, meaning upon repeat visits to your site
8354    the user's browser will not have to re-download the stylesheet,
8355    instead using the copy in the browser's cache.
8356
8357 -  If you would rather, you can upload your CSS to another server and
8358    enter the full URL pointing to it's location remember to begin the
8359    URL with http://
8360
8361     **Note**
8362
8363     Leave this field blank to disable it
8364
8365     **Note**
8366
8367     This file will add a linked CSS, not replace the existing default
8368     CSS.
8369
8370 .. _opacaddmastheadlibrarypulldown-label:
8371
8372 OpacAddMastheadLibraryPulldown
8373 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8374
8375 Default: Don't add
8376
8377 Asks: \_\_\_ a library select pulldown menu on the OPAC masthead.
8378
8379 Values:
8380
8381 -  Add
8382
8383    |image65|
8384
8385 -  Don't Add
8386
8387    |image66|
8388
8389 .. _opacbaseurl-label:
8390
8391 OPACBaseURL
8392 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8393
8394 Asks: The OPAC is located at \_\_\_
8395
8396 Description:
8397
8398 -  This preference is looking for the URL of your public catalog (OPAC)
8399    with the http:// in front of it (enter http://www.mycatalog.com
8400    instead of www.mycatalog.com). Once it is filled in Koha will use it
8401    to generate permanent links in your RSS feeds, for your social
8402    network share buttons and in your staff client when generating links
8403    to bib records in the OPAC.
8404
8405     **Important**
8406
8407     Do not include a trailing slash in the URL this will break links
8408     created using this URL. (example: http://www.google.com not
8409     http://www.google.com/)
8410
8411     **Important**
8412
8413     This must be filled in with the URL of your public catalog for RSS,
8414     unAPI, and search plugins to work.
8415
8416     **Important**
8417
8418     This must be filled in with the URL of your public catalog to show
8419     'OPAC View' links from bib records in the staff client:
8420
8421 |image67|
8422
8423 .. _opaccredits-label:
8424
8425 opaccredits
8426 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8427
8428 Asks: Include the following HTML in the footer of all pages in the OPAC:
8429
8430     **Note**
8431
8432     Click the 'Click to edit; link to enter HTML to appear at the bottom
8433     of every page in the OPAC
8434
8435 |image68|
8436
8437 |image69|
8438
8439 Description:
8440
8441 -  This setting is for credits that will appear at the bottom of your
8442    OPAC pages. Credits traditionally encompass copyright information,
8443    last date updated, hyperlinks or other information represented in an
8444    HTML format. This is static information and any updates must be
8445    entered manually.
8446
8447 Learn more in the :ref:`OPAC Editable Regions <editable-opac-regions-label>` section.
8448
8449 .. _opaccustomsearch-label:
8450
8451 OpacCustomSearch
8452 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8453
8454 Asks: Replace the search box at the top of OPAC pages with the following
8455 HTML
8456
8457 Description:
8458
8459 -  This preference allows you to replace the default search box at the
8460    top of the OPAC :
8461
8462     |image1190|
8463
8464    with any HTML you would like :
8465
8466     |image1191|
8467
8468 .. _opacdisplay856uasimage-label:
8469
8470 OPACDisplay856uAsImage
8471 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8472
8473 Default: Neither details or results page
8474
8475 Asks: Display the URI in the 856u field as an image on: \_\_\_
8476
8477 Values:
8478
8479 -  Both results and details pages
8480
8481    -  **Important**
8482
8483           Not implemented yet
8484
8485 -  Detail page only
8486
8487    -  **Important**
8488
8489           :ref:`OPACXSLTDetailsDisplay` needs to
8490           have a value in it for this preference to work.
8491
8492    |image70|
8493
8494 -  Neither details or results page
8495
8496 -  Results page only
8497
8498    -  **Important**
8499
8500           Not yet implemented
8501
8502 Description:
8503
8504 -  In addition to this option being set, the corresponding XSLT option
8505    must be turned on. Also, the corresponding 856q field must have a
8506    valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
8507    starting with "image/"), or the generic indicator "img" entered in
8508    the field. When all of the requirements are met, an image file will
8509    be displayed instead of the standard link text. Clicking on the image
8510    will open it in the same way as clicking on the link text. When you
8511    click on the image it should open to full size, in the current window
8512    or in a new window depending on the value in the system pref
8513    :ref:`OPACURLOpenInNewWindow`.
8514
8515    |image71|
8516
8517 .. _opacexportoptions-label:
8518
8519 OpacExportOptions
8520 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8521
8522 Default:
8523
8524     |image1192|
8525
8526 Asks: List export options that should be available from OPAC detail page
8527 : \_\_\_
8528
8529 Description:
8530
8531 -  In the OPAC on the right of each bib record there is a menu that
8532    allows for saving the record in various formats. This patch will
8533    allow you to define which options are in the pull down menu.
8534    Available options are: BIBTEX (bibtex), Dublin Core (dc), MARCXML
8535    (marcxml), MARC-8 encoded MARC (marc8), Unicode/UTF-8 encoded MARC
8536    (utf8), Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9-
8537    fields and subfields (marcstd), MODS (mods), and RIS (ris).
8538
8539 .. _opacfallback-label:
8540
8541 OPACFallback
8542 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8543
8544 Default: bootstrap
8545
8546 Asks: Use the \_\_\_ theme as the fallback theme on the OPAC.
8547
8548 Description:
8549
8550 -  This preference has no use right now, as Koha has only one theme, but
8551    if your library has a custom theme it will show here as an option.
8552    The purpose of this preference is to provide a way to choose to what
8553    theme to fallback on when you have a partial theme in place.
8554
8555 .. _opacfavicon-label:
8556
8557 OpacFavicon
8558 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8559
8560 Asks: Use the image at \_\_\_ for the OPAC's favicon.
8561
8562     **Important**
8563
8564     This should be a complete URL, starting with http://
8565
8566     **Note**
8567
8568     Turn your logo into a favicon with the `Favicon
8569     Generator <http://antifavicon.com/>`__.
8570
8571 Description:
8572
8573 -  The favicon is the little icon that appears next to the URL in the
8574    address bar in most browsers. The default value for this field (if
8575    left blank) is the small 'K' in the Koha logo.
8576
8577    |image72|
8578
8579 .. _opacheader-label:
8580
8581 opacheader
8582 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8583
8584 Asks: Include the following HTML in the header of all pages in the OPAC
8585
8586 |image73|
8587
8588     **Note**
8589
8590     This value will appear above the main content of your page
8591
8592 |image74|
8593
8594     **Note**
8595
8596     Edit ^:ref:`LibraryName`^ if you'd like to edit the
8597     contents of the <title> tag
8598
8599 Learn more in the :ref:`OPAC Editable Regions <editable-opac-regions-label>` section.
8600
8601 .. _opachighlightedwords-&-nothighlightedwords-label:
8602
8603 OpacHighlightedWords & NotHighlightedWords
8604 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8605
8606 OpacHighlightedWords Default: Don't highlight
8607
8608 NotHighlightedWords Default: and\|or\|not
8609
8610 Asks: \_\_\_ words the patron searched for in their search results and
8611 detail pages; To prevent certain words from ever being highlighted,
8612 enter a list of stopwords here \_\_\_ (separate columns with \|)
8613
8614 OpacHighlightedWords Values:
8615
8616 -  Don't highlight
8617
8618 -  Highlight
8619
8620 .. _opacholdingsdefaultsortfield-label:
8621
8622 OPACHoldingsDefaultSortField
8623 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8624
8625 Default: First column of the table
8626
8627 Asks: \_\_\_ is the default sort field for the holdings table
8628
8629 Values:
8630
8631 -  First column of the table
8632
8633 -  Holding library
8634
8635 -  Home library
8636
8637 .. _opackohaurl-label:
8638
8639 OpacKohaUrl
8640 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8641
8642 Default: Don't show
8643
8644 Values:
8645
8646 -  Don't show
8647
8648 -  Show
8649
8650 Description:
8651
8652 -  When this preference is set to 'Show' text will appear in the bottom
8653    right of the OPAC footer stating 'Powered by Koha' and linking to the
8654    official Koha website.
8655
8656    |image75|
8657
8658 .. _opaclangselectormode-label:
8659
8660 OpacLangSelectorMode
8661 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8662
8663 Default: only footer
8664
8665 Asks: Display language selector on \_\_\_.
8666
8667 Values:
8668
8669 -  both top and footer
8670
8671 -  only footer
8672
8673 -  top
8674
8675 Description:
8676
8677 -  If you have the :ref:`opaclanguagesdisplay`
8678    preference set to display language options in the public catlaog,
8679    then this preference will allow you to control where the language
8680    selector shows. You can choose to show it only on the top or bottom
8681    or in both places.
8682
8683 .. _opaclayoutstylesheet-label:
8684
8685 opaclayoutstylesheet
8686 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8687
8688 Default: opac.css
8689
8690 Asks: Use the CSS stylesheet /css/ \_\_\_ on all pages in the OPAC,
8691 instead of the default
8692
8693 Description:
8694
8695 -  This setting's function is to point to the \*.css file used to define
8696    the OPAC layout. A \*.css file is a cascading stylesheet which is
8697    used in conjunction with HTML to set how the HTML page is formatted
8698    and will look on the OPAC. There are two stylesheets that come with
8699    the system; opac.css and opac2.css. A custom stylesheet may also be
8700    used. The stylesheets listed in the opaclayoutstylesheet preference
8701    are held on the Koha server.
8702
8703     **Note**
8704
8705     Leave this field blank to disable it and let Koha use the default
8706     file instead
8707
8708     **Important**
8709
8710     Using a custom value in this preference causes Koha to completely
8711     ignore the default layout stylesheet.
8712
8713 .. _opaclocationbranchtodisplay-label:
8714
8715 OpacLocationBranchToDisplay
8716 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8717
8718 Default: holding library
8719
8720 Asks: Display the \_\_\_ for items on the OPAC record details page.
8721
8722 Values:
8723
8724 -  holding library
8725
8726 -  home and holding library
8727
8728 -  home library
8729
8730 Description:
8731
8732 -  Defines whether to display the holding library, the home library, or
8733    both for the opac details page.
8734
8735 .. _opaclocationondetail-label:
8736
8737 OpacLocationOnDetail
8738 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8739
8740 Default: below the holding library
8741
8742 Asks: Display the shelving location \_\_\_ for items on the
8743 OPAC record details page.
8744
8745 Values:
8746
8747 -  below both home and holding libraries
8748
8749 -  on a separate column
8750
8751 -  below the holding library
8752
8753 -  below the home library
8754
8755 Description:
8756
8757 -  Defines where the shelving location should be displayed, under the
8758    home library, the holding library, or both, or in a separate column.
8759
8760 .. _opacmaintenance-label:
8761
8762 OpacMaintenance
8763 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8764
8765 Default: Don't show
8766
8767 Asks: \_\_\_ a warning that the OPAC is under maintenance, instead of
8768 the OPAC itself.
8769
8770     **Note**
8771
8772     this shows the same warning as when the database needs to be
8773     upgraded, but unconditionally.
8774
8775 Description:
8776
8777 -  This preference allows the system administrator to turn off the OPAC
8778    during maintenance and display a message to users. When this
8779    preference is switched to "Show" the OPAC is not usable. The text of
8780    this message is not editable at this time.
8781
8782 Values:
8783
8784 -  Don't show
8785
8786 -  Show
8787
8788    -  When this preference is set to show the maintenance message the
8789       ability to search the OPAC is disabled and a message appears. The
8790       default message can be altered by using the
8791       :ref:`OpacMaintenanceNotice` preference.
8792
8793       |image76|
8794
8795 .. _opacmaintenancenotice-label:
8796
8797 OpacMaintenanceNotice
8798 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8799
8800 Asks: Show the following HTML when OpacMaintenance is enabled
8801
8802 Descritpion:
8803
8804 -  This preference will allow you to set the text the OPAC displays when
8805    the :ref:`OpacMaintenance` preference is set to
8806    'Show.^
8807
8808 .. _opacmainuserblock-label:
8809
8810 OpacMainUserBlock
8811 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8812
8813 Default: Welcome to Koha... <hr>
8814
8815 Asks: Show the following HTML in its own column on the main page of the
8816 OPAC
8817
8818 Description:
8819
8820 -  HTML entered in this field will appear in the center of the main page
8821    of your OPAC
8822
8823 |image77|
8824
8825 Learn more in the :ref:`OPAC Editable Regions <editable-opac-regions-label>` section.
8826
8827 .. _opacmaxitemstodisplay-label:
8828
8829 OpacMaxItemsToDisplay
8830 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8831
8832 Default: 50
8833
8834 Asks: Display up to \_\_\_ items on the biblio detail page
8835
8836 Description:
8837
8838 -  This preference will help with slow load times on the bibliographic
8839    detail pages by limiting the number of items to display by default.
8840    If the biblio has more items than this, a link is displayed instead
8841    that allows the user to choose to display all items.
8842
8843 .. _opacmysummaryhtml-label:
8844
8845 OPACMySummaryHTML
8846 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8847
8848 Asks: Include a "Links" column on the "my summary" tab when a user is
8849 logged in to the OPAC, with the following HTML (leave blank to disable).
8850
8851 Description:
8852
8853 -  In this preference you can enter HTML that will appear on the
8854    'Checked Out' tab on the 'My Summary' section when logged in to the
8855    OPAC. The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR}
8856    will be replaced with information from the displayed record. This can
8857    be used to enter in 'share' links for social networks or generate
8858    searches against other library catalogs.
8859
8860    |image78|
8861
8862 Sample Data:
8863
8864 ::
8865
8866     <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>
8867     <br />TITLE: {TITLE}
8868     <br />AUTHOR: {AUTHOR}
8869     <br />ISBN: {ISBN}
8870     <br />BIBLIONUMBER: {BIBLIONUMBER}</p>
8871
8872 .. _opacmysummarynote-label:
8873
8874 OPACMySummaryNote
8875 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8876
8877 Asks: Note to display on the patron summary page.
8878
8879 Description:
8880
8881 -  This preference will display text above the patron's summary and
8882    below the welcome message when the patron logs in to the OPAC and
8883    view their 'my summary' tab.
8884
8885     |image1193|
8886
8887 .. _opacnav-label:
8888
8889 OpacNav
8890 ^^^^^^^^^^^^^^^^^^^^^^
8891
8892 Default: Important links here.
8893
8894 Asks: Show the following HTML on the left hand column of the main page
8895 and patron account on the OPAC (generally navigation links)
8896
8897 |image79|
8898
8899 Learn more in the :ref:`OPAC Editable Regions <editable-opac-regions-label>` section.
8900
8901 .. _opacnavbottom-label:
8902
8903 OpacNavBottom
8904 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8905
8906 Asks: Show the following HTML on the left hand column of the main page
8907 and patron account on the OPAC, after :ref:`OpacNav`, and before
8908 patron account links if available:
8909
8910 Description: When a patron is logged in to their account they see a
8911 series of tabs to access their account information.
8912 :ref:`OpacNav` appears above this list of tabs and OpacNavBottom
8913 will appear below them. When not on the patron account pages the HTML in
8914 OpacNavBottom will just appear right below :ref:`OpacNav`.
8915
8916 |image80|
8917
8918 .. _opacnavright-label:
8919
8920 OpacNavRight
8921 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8922
8923 Asks: Show the following HTML in the right hand column of the main page
8924 under the main login form.
8925
8926 Description: HTML entered in this preference will appear on the right
8927 hand side of the OPAC under the log in form. If the log in form is not
8928 visible this content will move up on the right column.
8929
8930 |image81|
8931
8932 .. _opacnoresultsfound-label:
8933
8934 OPACNoResultsFound
8935 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8936
8937 No Default
8938
8939 Asks: Display this HTML when no results are found for a search in the
8940 OPAC
8941
8942 This HTML will display below the existing notice that no results were
8943 found for your search.
8944
8945 |image82|
8946
8947     **Note**
8948
8949     You can insert placeholders {QUERY\_KW} that will be replaced with
8950     the keywords of the query.
8951
8952 .. _opacpublic-label:
8953
8954 OpacPublic
8955 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8956
8957 Default: Enable
8958
8959 Asks: \_\_\_ Koha OPAC as public. Private OPAC requires authentication
8960 before accessing the OPAC.
8961
8962 Values:
8963
8964 -  Don't enable
8965
8966 -  Enable
8967
8968 Description:
8969
8970 -  This preference determines if your OPAC is accessible and searchable
8971    by anyone or only by members of the library. If set to 'Don't enable'
8972    only members who are logged into the OPAC can search. Most libraries
8973    will leave this setting at its default of 'Enable' to allow their
8974    OPAC to be searched by anyone and only require login for access to
8975    personalized content.
8976
8977 .. _opacresultslibrary-label:
8978
8979 OPACResultsLibrary
8980 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8981
8982 Default: home library
8983
8984 Asks: For search results in the OPAC, show the item's \_\_\_. Please
8985 note that this feature is currently available for MARC21 and UNIMARC.
8986
8987 Values:
8988
8989 -  current location
8990
8991 -  home library
8992
8993 .. _opacresultssidebar-label:
8994
8995 OPACResultsSidebar
8996 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8997
8998 Asks: Include the following HTML under the facets in OPAC search results
8999
9000 Description:
9001
9002 -  The HTML entered in this preference will appear on the search results
9003    pages below the list of facets on the left side of the screen.
9004
9005 .. _opacsearchfortitlein-label:
9006
9007 OPACSearchForTitleIn
9008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9009
9010 Default: <li><a href="http://worldcat.org/search?q={TITLE}"
9011 target="\_blank">Other Libraries (WorldCat)</a></li> <li><a
9012 href="http://www.scholar.google.com/scholar?q={TITLE}"
9013 target="\_blank">Other Databases (Google Scholar)</a></li> <li><a
9014 href="http://www.bookfinder.com/search/?author={AUTHOR}&title={TITLE}&st=xl&ac=qr"
9015 target="\_blank">Online Stores (Bookfinder.com)</a></li>
9016
9017 Asks: Include a "More Searches" box on the detail pages of items on the
9018 OPAC, with the following HTML (leave blank to disable)
9019
9020     **Note**
9021
9022     The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE}, {ISBN},
9023     {ISSN} and {AUTHOR} will be replaced with information from the
9024     displayed record.
9025
9026 .. _opacseparateholdings-&-opacseparateholdingsbranch-label:
9027
9028 OpacSeparateHoldings & OpacSeparateHoldingsBranch
9029 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9030
9031 OpacSeparateHoldings default: Don't separate
9032
9033 OpacSeparateHoldingsBranch default: home library
9034
9035 Asks: \_\_\_ items display into two tabs, where the first tab contains
9036 items whose \_\_\_ is the logged in user's library. The second tab will
9037 contain all other items.
9038
9039 OpacSeparateHoldings values:
9040
9041 -  Don't separate
9042
9043 -  Separate
9044
9045 OpacSeparateHoldingsBranch values:
9046
9047 -  holding library
9048
9049 -  home library
9050
9051 Description:
9052
9053 -  This preference lets you decide if you would like to have the holding
9054    information on the bibliographic detail page in the OPAC split in to
9055    multiple tabs. The default is to show all holdings on one tab.
9056
9057    |image83|
9058
9059 .. _opacshowcheckoutname-label:
9060
9061 OPACShowCheckoutName
9062 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9063
9064 Default: Don't show
9065
9066 Asks: \_\_\_ the name of the patron that has an item checked out on item
9067 detail pages on the OPAC.
9068
9069 Values:
9070
9071 -  Don't show
9072
9073 -  Show
9074
9075 Description:
9076
9077 -  This preference allows all patrons to see who has the item checked
9078    out if it is checked out. In small corporate libraries (where the
9079    OPAC is behind a firewall and not publicly available) this can be
9080    helpful so coworkers can just contact the patron with the book
9081    themselves. In larger public and academic libraries setting this to
9082    'Show' would pose serious privacy issues.
9083
9084 .. _opacshowholdqueuedetails-label:
9085
9086 OPACShowHoldQueueDetails
9087 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9088
9089 Default: Don't show any hold details
9090
9091 Asks: \_\_\_ to patrons in the OPAC.
9092
9093 Values:
9094
9095 -  Don't show any hold details
9096
9097 -  Show holds
9098
9099    |image86|
9100
9101 -  Show holds and priority level
9102
9103 -  Show priority level
9104
9105    |image87|
9106
9107    -  :ref:`opacuserlogin` needs to be set to 'allow'
9108
9109 .. _opacshowrecentcomments-label:
9110
9111 OpacShowRecentComments
9112 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9113
9114 Default: Don't show
9115
9116 Asks: \_\_\_ a link to recent comments in the OPAC masthead.
9117
9118 Values:
9119
9120 -  Don't show
9121
9122 -  Show
9123
9124 Description:
9125
9126 -  If you have chosen to allow comments in your OPAC by setting
9127    :ref:`reviewson` to 'Allow' you can include a link to the
9128    recent comments under the search box at the top of your OPAC with
9129    this preference.
9130
9131    |image88|
9132
9133 .. _opacshowunusedauthorities-label:
9134
9135 OPACShowUnusedAuthorities
9136 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9137
9138 Default: Show
9139
9140 Asks: \_\_\_ unused authorities in the OPAC authority browser.
9141
9142 Values:
9143
9144 -  Do not show
9145
9146 -  Show
9147
9148    -  **Important**
9149
9150           Requires that the :ref:`OpacAuthorities`
9151           preference is set to 'Allow'
9152
9153 Description:
9154
9155 -  When patrons search your authority file via the OPAC they will see
9156    all authorities in your system even if you don't have them linked to
9157    any bibliographic records. This preference lets you determine what
9158    the default behavior is when searching authorities via the OPAC. If
9159    you choose 'Do not show' it will only show patrons authority records
9160    that are linked to bib records in the search results. Otherwise the
9161    system will show all authority records even if they aren't linked to
9162    records.
9163
9164 .. _opacstarratings-label:
9165
9166 OpacStarRatings
9167 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9168
9169 Default: no
9170
9171 Asks: Show star-ratings on \_\_\_ pages.
9172
9173 Values:
9174
9175 -  no
9176
9177 -  only details
9178
9179    |image89|
9180
9181 -  results and details
9182
9183    |image90|
9184
9185 Description:
9186
9187 -  Star ratings are a way for your patrons to leave ratings without
9188    having to leave a full review. Patrons who are not logged in will
9189    only be able to see the stars, once logged in patrons can click on
9190    the stars on the details page to leave their own rating. Clicking on
9191    the stars on the search results will not submit a rating.
9192
9193 .. _opacsuggestionmanagedby-label:
9194
9195 OpacSuggestionManagedBy
9196 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9197
9198 Default: Show
9199
9200 Asks: \_\_\_ the name of the staff member who managed a suggestion in
9201 OPAC.
9202
9203 Values:
9204
9205 -  Don't show
9206
9207 -  Show
9208
9209 Description:
9210
9211 -  If you're :ref:`allowing patrons to make purchase
9212    suggestions <suggestion-label>` then they will see the 'my
9213    suggestions' tab when logged in. This tab shows the patron the
9214    librarian who approved or rejected the purchase suggestion. This
9215    preference controls if the patron sees the librarian's name or not.
9216
9217 .. _opacthemes-label:
9218
9219 opacthemes
9220 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9221
9222 Default: bootstrap
9223
9224 Asks: Use the \_\_\_ theme on the OPAC.
9225
9226 Values:
9227
9228 -  bootstrap
9229
9230    Bootstrap Theme
9231
9232    This theme is completely responsive
9233
9234 .. _opacurlopeninnewwindow-label:
9235
9236 OPACURLOpenInNewWindow
9237 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9238
9239 Default: don't
9240
9241 Asks: When patrons click on a link to another website from your OPAC
9242 (like Amazon or OCLC), \_\_\_ open the website in a new window.
9243
9244 Values:
9245
9246 -  do
9247
9248 -  don't
9249
9250 Description:
9251
9252 -  This preference determines if URLs in the OPAC will open in a new
9253    window or not. When clicking on a link in the OPAC, a patron does not
9254    need to worry about navigating away from their search results.
9255
9256 .. _opacusercss-label:
9257
9258 OPACUserCSS
9259 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9260
9261 Asks: Include the following CSS on all pages in the OPAC
9262
9263 Description:
9264
9265 -  OPACUserCSS allows the administrator to enter styles that will
9266    overwrite the OPAC's default CSS as defined in 'opaclayoutstylesheet'
9267    or 'opacstylesheet'. Styles may be entered for any of the selectors
9268    found in the default style sheet. The default stylesheet will likely
9269    be found at
9270    http://your\_koha\_address/opac-tmpl/bootstrap/css/opac.css. Unlike
9271    :ref:`OpacAdditionalStylesheet` and
9272    :ref:`opaclayoutstylesheet` this preference will
9273    embed the CSS directly on your OPAC pages.
9274
9275 .. _opacuserjs-label:
9276
9277 OPACUserJS
9278 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9279
9280 Asks: Include the following JavaScript on all pages in the OPAC
9281
9282 |image91|
9283
9284 |image92|
9285
9286 |image93|
9287
9288 Description:
9289
9290 -  This preference allows the administrator to enter JavaScript or
9291    JQuery that will be embedded across all pages of the OPAC.
9292    Administrators may use this preference to customize some of the
9293    interactive sections of Koha, customizing the text for the login
9294    prompts, for example. Sample JQuery scripts used by Koha libraries
9295    can be found on the wiki:
9296    http://wiki.koha-community.org/wiki/JQuery_Library.
9297
9298 .. _opacusersummary-label:
9299
9300 OPACUserSummary
9301 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9302
9303 Default: Show
9304
9305 Asks: \_\_\_ a summary of a logged in user's checkouts, overdues, holds and fines on the mainpage
9306
9307 Description:
9308
9309 -  When activated, this preference system replaces the login form on the OPAC main page by a summary when the user is logged in.
9310
9311 .. _opacxsltdetailsdisplay-label:
9312
9313 OPACXSLTDetailsDisplay
9314 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9315
9316 Default: default
9317
9318 Asks: Display OPAC details using XSLT stylesheet at \_\_\_
9319
9320 Values:
9321
9322 -  leave empty to not use the XSLT stylesheet
9323
9324    -  In previous versions of Koha this was the setting that read
9325       'normally'
9326
9327 -  enter "default" for the default one
9328
9329 -  put a path to define a XSLT file
9330
9331    -  ex: /path/to/koha/and/your/stylesheet.xsl
9332
9333    -  If in a multi-language system you can enter {langcode} in the path
9334       to tell Koha to look in the right language folder
9335
9336       -  ex:
9337          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACDetail.xsl
9338
9339       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9340
9341 -  put an URL for an external specific stylesheet
9342
9343    -  ex: http://mykohaopac.org/stylesheet.xsl
9344
9345 Description:
9346
9347 -  XSLT stylesheets allow for the customization of the details shows on
9348    the screen when viewing a bib record. This preference will allow you
9349    either use the default look that comes with Koha or design your own
9350    stylesheet.
9351
9352 .. _opacxsltlistsdisplay-label:
9353
9354 OPACXSLTListsDisplay
9355 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9356
9357 Default: default
9358
9359 Asks: Display lists in the OPAC using XSLT stylesheet at \_\_\_
9360
9361 Values:
9362
9363 -  leave empty to not use the XSLT stylesheet
9364
9365    -  In previous versions of Koha this was the setting that read
9366       'normally'
9367
9368 -  enter "default" for the default one
9369
9370 -  put a path to define a XSLT file
9371
9372    -  ex: /path/to/koha/and/your/stylesheet.xsl
9373
9374    -  If in a multi-language system you can enter {langcode} in the path
9375       to tell Koha to look in the right language folder
9376
9377       -  ex:
9378          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
9379
9380       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9381
9382 -  put an URL for an external specific stylesheet
9383
9384    -  ex: http://mykohaopac.org/stylesheet.xsl
9385
9386 Description:
9387
9388 -  XSLT stylesheets allow for the customization of the details shows on
9389    the screen when viewing lists. This preference will
9390    allow you either use the default look that comes with Koha or design
9391    your own stylesheet.
9392
9393 .. _opacxsltresultsdisplay-label:
9394
9395 OPACXSLTResultsDisplay
9396 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9397
9398 Default: default
9399
9400 Asks: Display OPAC results using XSLT stylesheet at \_\_\_
9401
9402 Values:
9403
9404 -  leave empty to not use the XSLT stylesheet
9405
9406    -  In previous versions of Koha this was the setting that read
9407       'normally'
9408
9409 -  enter "default" for the default one
9410
9411 -  put a path to define a XSLT file
9412
9413    -  ex: /path/to/koha/and/your/stylesheet.xsl
9414
9415    -  If in a multi-language system you can enter {langcode} in the path
9416       to tell Koha to look in the right language folder
9417
9418       -  ex:
9419          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
9420
9421       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9422
9423 -  put an URL for an external specific stylesheet
9424
9425    -  ex: http://mykohaopac.org/stylesheet.xsl
9426
9427 Description:
9428
9429 -  XSLT stylesheets allow for the customization of the details shows on
9430    the screen when viewing the search results. This preference will
9431    allow you either use the default look that comes with Koha or design
9432    your own stylesheet.
9433
9434 .. _opacfeatures-label:
9435
9436 Features
9437 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9438
9439 .. _numsearchrssresults-label:
9440
9441 numSearchRSSResults
9442 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9443
9444 Default: 50
9445
9446 Asks: Display \_\_\_ search results in the RSS feed.
9447
9448 Description:
9449
9450 -  By default the RSS feed that is automatically generated for every
9451    search results page will list 50 items. This can sometimes be too
9452    much for some RSS feed readers and for some people this isn't enough.
9453    This preference allows you to adjust this number to show the best
9454    number of results for your patrons.
9455
9456 .. _opacacquisitiondetails-label:
9457
9458 OPACAcquisitionDetails
9459 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9460
9461 Default: Don't display
9462
9463 Asks: \_\_\_ the acquisition details on OPAC detail pages.
9464
9465 Values:
9466
9467 -  Display
9468
9469     |image1194|
9470
9471 -  Don't display
9472
9473 Description:
9474
9475 -  This preference shows the patrons how many items are on order in the
9476    Holdings tab if you have the :ref:`AcqCreateItem` set
9477    to 'cataloging the record'
9478
9479 .. _opacauthorities-label:
9480
9481 OpacAuthorities
9482 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9483
9484 Default: Allow
9485
9486 Asks: \_\_\_ patrons to search your authority records.
9487
9488 Description:
9489
9490 -  This preference displays the link on the OPAC for the authority
9491    search. By setting the preference to "Allow" patrons can use this
9492    search link of the OPAC.
9493
9494 Values:
9495
9496 -  Allow
9497
9498    -  A link labeled 'Authority search' will appear at the top of your
9499       OPAC under the search box
9500
9501       |image94|
9502
9503 -  Don't allow
9504
9505 .. _opacbookbag-label:
9506
9507 opacbookbag
9508 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9509
9510 Default: Allow
9511
9512 Asks: \_\_\_ patrons to store items in a temporary "Cart" on the OPAC.
9513
9514 Values:
9515
9516 -  Allow
9517
9518 -  Don't allow
9519
9520 Description:
9521
9522 -  This preference allows the user to temporarily save a list of items
9523    found on the catalog. By using the Book Bag, or Cart, the user can
9524    print out or email a list of items found. The user does not need to
9525    be logged in. This list is temporary and will be emptied, or cleared,
9526    at the end of the session.
9527
9528 .. _opacbrowser-label:
9529
9530 OpacBrowser
9531 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9532
9533     **Important**
9534
9535     This preference only applies to installations using UNIMARC at this time.
9536
9537 Default: Don't allow
9538
9539 Asks: \_\_\_ patrons to browse subject authorities on OPAC
9540
9541 Values:
9542
9543 -  Allow
9544
9545 -  Don't allow
9546
9547     **Important**
9548
9549     run the :ref:`Authorities Browser Cron Job <authorities-browser-label>` to
9550     create the browser list
9551
9552 .. _opacbrowseresults-label:
9553
9554 OpacBrowseResults
9555 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9556
9557 Default: enable
9558
9559 Asks: \_\_\_ browsing and paging search results from the OPAC detail
9560 page.
9561
9562 Values:
9563
9564 -  disable
9565
9566 -  enable
9567
9568    |image95|
9569
9570 Description:
9571
9572 -  This preference will control the option to return to your results
9573    and/or browse them from the detail page in the OPAC.
9574
9575 .. _opaccloud-label:
9576
9577 OpacCloud
9578 ^^^^^^^^^^^^^^^^^^^^^^^^^^
9579
9580     **Important**
9581
9582     This preference only applies to French systems at this time.
9583
9584 Default: Don't show
9585
9586 Asks: \_\_\_ a subject cloud on OPAC
9587
9588 Values:
9589
9590 -  Don't show
9591
9592 -  Show
9593
9594     **Important**
9595
9596     run the :ref:`Authorities Browser Cron Job <authorities-browser-label>` to
9597     create the browser list
9598
9599 .. _opacfinestab-label:
9600
9601 OPACFinesTab
9602 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9603
9604 Default: Allow
9605
9606 Asks: \_\_\_ patrons to access the Fines tab on the My Account page on
9607 the OPAC.
9608
9609 Values:
9610
9611 -  Allow
9612
9613    -  :ref:`opacuserlogin` needs to be set to 'allow'
9614
9615 -  Don't allow
9616
9617 .. _opacholdnotes-label:
9618
9619 OpacHoldNotes
9620 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9621
9622 Default: Do not allow
9623
9624 Asks: \_\_\_ users to add a note when placing a hold.
9625
9626 Values:
9627
9628 -  Allow
9629
9630    |image96|
9631
9632 -  Do not allow
9633
9634 .. _opacisbd-label:
9635
9636 OPACISBD
9637 ^^^^^^^^^^^^^^^^^^^^^^^^
9638
9639 Default: See :ref:`ISBD view configuration 
9640 <https://wiki.koha-community.org/wiki/ISBD_view_configuration>` on the wiki.
9641
9642 Asks: Use the following as the OPAC ISBD template:
9643
9644 Description:
9645
9646 -  This determines how the ISBD information will display in the OPAC.
9647    Elements in the list can be reordered to produce a different ISBD
9648    view. ISBD, the International Standard Bibliographic Description, was
9649    first introduced by IFLA (International Federation of Library
9650    Associations) in 1969 in order to provide guidelines for descriptive
9651    cataloging. The purpose of ISBD is to aid the international exchange
9652    of bibliographic records for a variety of materials.
9653
9654 .. _opacitemlocation-label:
9655
9656 OpacItemLocation
9657 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9658
9659 Default: call number only
9660
9661 Asks: Show \_\_\_\_ for items on the OPAC search results.
9662
9663 Values:
9664
9665 -  call number only
9666
9667 -  collection code
9668
9669 -  location
9670
9671 Description:
9672
9673 -  This setting allows users of the OPAC results XSLT stylesheet to
9674    choose to display collection code or location in addition to call
9675    number.
9676
9677 .. _opacnewslibraryselect-label:
9678
9679 OpacNewsLibrarySelect
9680 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9681
9682 Default: Don't display
9683
9684 Asks: \_\_\_ a branch selection list for news items in the OPAC.
9685
9686 Values:
9687
9688 -  Don't display
9689
9690 -  Display
9691
9692 .. _opacpasswordchange-label:
9693
9694 OpacPasswordChange
9695 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9696
9697 Default: Allow
9698
9699 Asks: \_\_\_ patrons to change their own password on the OPAC.
9700
9701 Values:
9702
9703 -  Allow
9704
9705    -  :ref:`opacuserlogin` needs to be set to 'allow'
9706
9707 -  Don't allow
9708
9709     **Important**
9710
9711     Enabling this will break LDAP authentication.
9712
9713 .. _opacpatrondetails-label:
9714
9715 OPACPatronDetails
9716 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9717
9718 Default: Allow
9719
9720 Asks: \_\_\_ patrons to notify the library of changes to their contact
9721 information from the OPAC.
9722
9723 Values:
9724
9725 -  Allow
9726
9727    -  :ref:`opacuserlogin` needs to be set to 'allow'
9728
9729 -  Don't allow
9730
9731 Description:
9732
9733 -  If patrons are allowed to notify the library of changes to their
9734    account then staff will need to approve the changes via the staff
9735    client. Notification of patron account requests will appear on the
9736    dashaboard below the list of modules with other pending actions.
9737
9738    |image97|
9739
9740    Once you click the notification you will be presented with the
9741    changes the patron would like to make to their account and from there
9742    you can choose how to proceed.
9743
9744    |image98|
9745
9746        **Note**
9747
9748        You can control what fields patrons see and can modify via the
9749        OPAC by setting the
9750        :ref:`PatronSelfRegistrationBorrowerMandatoryField`
9751        :ref:`PatronSelfRegistrationBorrowerUnwantedField`
9752        preferences.
9753
9754 .. _opacpatronimages-label:
9755
9756 OPACpatronimages
9757 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9758
9759 Default: Don't show
9760
9761 Asks: \_\_\_ patron images on the patron information page in the OPAC.
9762
9763 Values:
9764
9765 -  Don't show
9766
9767 -  Show
9768
9769 Description:
9770
9771 -  If :ref:`patronimages` is set to allow the upload of
9772    patron images via the staff client, then setting this preference to
9773    'show' will show the patron what image you have on file for them when
9774    they view their personal information on their account in the OPAC.
9775
9776 .. _opacpopupauthorssearch-label:
9777
9778 OPACPopupAuthorsSearch
9779 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9780
9781 Default: Don't display
9782
9783 Asks: \_\_\_ the list of authors/subjects in a popup for a combined
9784 search on OPAC detail pages.
9785
9786 Values:
9787
9788 -  Display
9789
9790    Subject search pop up
9791
9792    -  **Important**
9793
9794           This will only display the pop up if you are not using an XSLT
9795           stylesheet. Review your
9796           :ref:`OPACXSLTDetailsDisplay` to find
9797           out what stylesheet you're using.
9798
9799 -  Don't display
9800
9801    -  Authors and subjects will display as search links instead of pop
9802       up menus.
9803
9804 Description:
9805
9806 -  If this preference is set to 'Display' then clicking a subject or
9807    author from the details page in the OPAC will present the searcher
9808    with a pop up box. From this box you can check off any of the
9809    subjects or authors listed and search them all at once by clicking
9810    'Search' at the bottom of the pop up. The default behavior is for
9811    Koha to search just the clicked author or subject.
9812
9813 .. _opacresetpassword-label:
9814
9815 OpacResetPassword
9816 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9817
9818 Default: not allowed
9819
9820 Asks: Library users are \_\_\_ to recover their password via e-mail in
9821 the OPAC.
9822
9823 Values:
9824
9825 -  allowed
9826
9827     |image1195|
9828
9829 -  not allowed
9830
9831 Description:
9832
9833 -  This preference controls whether you present users of the public
9834    catalog with a 'Forgot your password' link or not. Learn more in the
9835    :ref:`OPAC section <resetting-your-password-label>` of this manual.
9836
9837 .. _opactopissue-label:
9838
9839 OpacTopissue
9840 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9841
9842 Default: Don't allow
9843
9844 Asks: \_\_\_ patrons to access a list of the most checked out items on
9845 the OPAC.
9846
9847 Values:
9848
9849 -  Allow
9850
9851    -  A link to 'Most Popular' will appear at the top of your OPAC
9852
9853       |image99|
9854
9855 -  Don't allow
9856
9857 Description:
9858
9859 -  This preference allows the administrator to choose to show the "Most
9860    Popular" link at the top of the OPAC under the search box. The "Most
9861    Popular" page shows the top circulated items in the library, as
9862    determined by the number of times a title has been circulated. This
9863    allows users to see what titles are popular in their community. It is
9864    recommended that you leave this preference set to 'Don't allow' until
9865    you have been live on Koha for a couple of months, otherwise the data
9866    that it shows will not be an accurate portrayal of what's popular in
9867    your library.
9868
9869    |image100|
9870
9871 .. _opacuserlogin-label:
9872
9873 opacuserlogin
9874 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9875
9876 Default: Allow
9877
9878 Asks: \_\_\_ patrons to log in to their accounts on the OPAC.
9879
9880 Values:
9881
9882 -  Allow
9883
9884 -  Don't allow
9885
9886    -  The OPAC will still be searchable if patrons can't log in, this
9887       just disables the patron account access via the OPAC
9888
9889 .. _quoteoftheday-label:
9890
9891 QuoteOfTheDay
9892 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9893
9894 Default: Disable
9895
9896 Asks: \_\_\_ Quote of the Day display on OPAC home page
9897
9898 Values:
9899
9900 -  Disable
9901
9902 -  Enable
9903
9904 Description:
9905
9906 -  This feature will allow you to enter a series of quotes that will
9907    then show on the OPAC homepage in random order. To add/edit quotes,
9908    visit the :ref:`Quote of the Day Editor <quote-of-the-day-(qotd)-editor-label>` under Tools.
9909
9910 .. _requestonopac-label:
9911
9912 RequestOnOpac
9913 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9914
9915 Default: Allow
9916
9917 Asks: \_\_\_ patrons to place holds on items from the OPAC.
9918
9919 Values:
9920
9921 -  Allow
9922
9923    -  :ref:`opacuserlogin` needs to be set to 'allow'
9924
9925 -  Don't allow
9926
9927 .. _reviewson-label:
9928
9929 reviewson
9930 ^^^^^^^^^^^^^^^^^^^^^^^^^^
9931
9932 Default: Allow
9933
9934 Asks: \_\_\_ patrons to make comments on items on the OPAC.
9935
9936 Values:
9937
9938 -  Allow
9939
9940    -  Patrons comments/reviews all require moderation before they appear
9941       in the OPAC
9942
9943    -  :ref:`opacuserlogin` needs to be set to 'Allow'
9944
9945 -  Don't allow
9946
9947 Description:
9948
9949 -  This button allows the patrons to submit comments on books they have
9950    read via the OPAC. If this preference is set to "Allow" reviews are
9951    first sent to the staff client for staff approval before the review
9952    is displayed in the OPAC. The staff member who reviews and approves
9953    comments may find the pending comments on the
9954    :ref:`Comments` tool. The staff member can then choose to
9955    approve or delete the comments.
9956
9957 .. _showreviewer-label:
9958
9959 ShowReviewer
9960 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9961
9962 Default: full name
9963
9964 Asks: Show \_\_\_ of commenter with comments in OPAC.
9965
9966 Values:
9967
9968 -  first name
9969
9970 -  first name and last initial
9971
9972 -  full name
9973
9974 -  last name
9975
9976 -  no name
9977
9978 -  username
9979
9980 Description:
9981
9982 -  If you would like to protect your patron's privacy in the OPAC you
9983    can choose to hide their names or parts of their names from any of
9984    the comments they leave on bib records in your system.
9985    :ref:`reviewson` needs to be set to 'Allow' for this to
9986    preference to come in to play
9987
9988 .. _showreviewerphoto-label:
9989
9990 ShowReviewerPhoto
9991 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9992
9993 Default: Show
9994
9995 Asks: \_\_\_ reviewer's photo beside comments in OPAC.
9996
9997 Values:
9998
9999 -  Hide
10000
10001 -  Show
10002
10003    -  :ref:`reviewson` needs to be set to 'Allow' and
10004       :ref:`ShowReviewer` needs to be set to 'Show' for
10005       this to preference to come in to play
10006
10007       |image101|
10008
10009 Description:
10010
10011 -  This system preference allows libraries to show avatars next to
10012    patron's comments in the OPAC. These avatars are pulled from the
10013    `Libravatar <https://www.libravatar.org>`__ library, an open source
10014    powered product that allows Internet users to choose a small icon to
10015    display next to their name on various different websites. The library
10016    has no control over the images the patron chooses to display.
10017
10018 .. _socialnetworks-label:
10019
10020 SocialNetworks
10021 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10022
10023 Default: Disable
10024
10025 Asks: \_\_\_ social network links in opac detail pages
10026
10027 Values:
10028
10029 -  Disable
10030
10031 -  Enable
10032
10033    |image102|
10034
10035 Description:
10036
10037 -  This preference will enable a line of social network share buttons
10038    below the right hand column on the detail pages of records in the
10039    OPAC.
10040
10041     **Important**
10042
10043     In order for these share buttons to work when clicked you must have
10044     filled in your :ref:`OPACBaseURL` preference.
10045
10046 .. _suggestion-label:
10047
10048 suggestion
10049 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10050
10051 Default: Allow
10052
10053 Asks: \_\_\_ patrons to make purchase suggestions on the OPAC.
10054
10055 Values:
10056
10057 -  Allow
10058
10059    -  :ref:`opacuserlogin` needs to be set to 'allow'
10060       unless :ref:`AnonSuggestions` is set to 'allow'
10061
10062 -  Don't allow
10063
10064 .. _payments-label:
10065
10066 Payments
10067 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10068
10069 These preferences will allow you control the tools you use to accept
10070 online payments from your patrons via the OPAC.
10071
10072 .. _enablepaypalopacpayments-&-paypalsandboxmode-label:
10073
10074 EnablePayPalOpacPayments & PayPalSandboxMode
10075 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10076
10077 EnablePayPalOpacPayments Default: Don't all
10078
10079 PayPalSandboxMode Default: Sandbox
10080
10081 Asks: \_\_\_ patrons to make payments from the OPAC via PayPal in \_\_\_
10082 mode.
10083
10084 EnablePayPalOpacPayments values:
10085
10086 -  Allow
10087
10088 -  Don't allow
10089
10090 PayPalSandboxMode values:
10091
10092 -  Production
10093
10094    -  Visit https://developer.paypal.com/ to get information for
10095       accepting payments in production
10096
10097 -  Sandbox
10098
10099    -  Visit https://developer.paypal.com/developer/accounts/ to get
10100       information for your sandbox account
10101
10102 Description:
10103
10104 -  This preference will allow you to accept credit card payments via the
10105    OPAC for fines via PayPal. You will need to set up your PayPal
10106    account and it is recommended that you run tests before using this in
10107    production.
10108
10109     **Important**
10110
10111     PayPayl's terms of service state that you cannot charge your patrons
10112     for the processing fees and so this plugin will not add additional
10113     fees to the charges.
10114
10115 .. _paypalchargedescription-label:
10116
10117 PayPalChargeDescription
10118 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10119
10120 Default: Koha fee payment
10121
10122 Asks: The patron should see the charge description as \_\_\_
10123
10124 Description
10125
10126 -  This preference controls what the patron will see on their PayPal
10127    account/Bank account for this charge.
10128
10129 .. _paypalpwd-label:
10130
10131 PayPalPwd
10132 ^^^^^^^^^^^^^^^^^^^^^^^^^^
10133
10134 Asks: The password for the PayPal account to receive payments is \_\_\_
10135
10136 .. _paypalsignature-label:
10137
10138 PayPalSignature
10139 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10140
10141 Asks: The signature for the PayPal account to receive payments is \_\_\_
10142
10143 .. _paypaluser-label:
10144
10145 PayPalUser
10146 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10147
10148 Asks: The email address to receive PayPal payments is \_\_\_
10149
10150 .. _policy-label:
10151
10152 Policy
10153 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10154
10155 .. _allowpurchasesuggestionbranchchoice-label:
10156
10157 AllowPurchaseSuggestionBranchChoice
10158 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10159
10160 Default: Don't allow
10161
10162 Asks: \_\_\_ patrons to select branch when making a purchase suggestion
10163
10164 Values:
10165
10166 -  Allow
10167
10168 -  Don't allow
10169
10170 Description:
10171
10172 -  If your library system lets patrons make purchase suggestions for a
10173    specific branch you can set this preference to 'Allow' to add a
10174    branch selection option to the purchase suggestion form.
10175
10176 .. _blockexpiredpatronopacactions-label:
10177
10178 BlockExpiredPatronOpacActions
10179 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10180
10181 Default: Don't block
10182
10183 Asks: \_\_\_ expired patrons from OPAC actions such as placing a hold or
10184 renewing.
10185
10186 Values:
10187
10188 -  Block
10189
10190 -  Don't block
10191
10192 Description:
10193
10194 -  This preference lets you set a default value for how Koha handles
10195    permissions for patrons who are expired. This preference can be
10196    overwritten by the setting on :ref:`individual patron
10197    categories <patron-categories-label>`.
10198
10199 .. _maxopensuggestions-label:
10200
10201 MaxOpenSuggestions
10202 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10203
10204 Default: blank
10205
10206 Asks: Limit patrons to \_\_\_ open suggestions. Leave empty for no limit.
10207
10208     **Note**
10209
10210     This setting does not affect anonymous suggestions.
10211
10212 .. _opacallowpubliclistcreation-label:
10213
10214 OpacAllowPublicListCreation
10215 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10216
10217 Default: Allow
10218
10219 Asks: \_\_\_ opac users to create public lists.
10220
10221 Values:
10222
10223 -  Allow
10224
10225 -  Don't allow
10226
10227 Description:
10228
10229 -  Public lists are visible to anyone who visits your OPAC. With this
10230    preference you can control whether or now patrons are allowed to
10231    create these public lists. If this is set to "Don't allow" then only
10232    staff will be able to create public lists.
10233
10234     **Important**
10235
10236     This preference will only be taken in to account if you have
10237     :ref:`virtualshelves` set to 'Allow'
10238
10239 .. _opacallowsharingprivatelists-label:
10240
10241 OpacAllowSharingPrivateLists
10242 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10243
10244 Default: Don't allow
10245
10246 Asks: \_\_\_ opac users to share private lists with other patrons.
10247
10248 Values:
10249
10250 -  Allow
10251
10252 -  Don't allow
10253
10254 Description:
10255
10256 -  This feature will add the option for patrons to share their lists
10257    with other patrons. When this is set to 'Allow' patrons will see a
10258    share link at the top of their list. When they click that link it
10259    will ask for the email of the patron they would like to share with.
10260    Koha will then email the patron an invitation to see the list.
10261
10262 .. _opacfinenorenewals-label:
10263
10264 OPACFineNoRenewals
10265 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10266
10267 Default: 99999
10268
10269 Asks: Only allow patrons to renew their own books on the OPAC if they
10270 have less than \_\_\_ USD in fines
10271
10272     **Note**
10273
10274     Leave this field blank to disable
10275
10276     **Important**
10277
10278     To allow renewals in the OPAC, :ref:`opacuserlogin`
10279     needs to be set to 'allow'
10280
10281 .. _opachiddenitems-label:
10282
10283 OpacHiddenItems
10284 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10285
10286 Asks: Allows to define custom rules for hiding specific items at opac.
10287
10288     **Note**
10289
10290     See docs/opac/OpacHiddenItems.txt in your Koha install directory for
10291     more information
10292
10293 Description:
10294
10295 -  In this field you can enter criteria for items you would like to hide
10296    from display in the OPAC. This field takes any combination of item
10297    fields (from the items table in the Koha database) for blocking. For
10298    example a value of:
10299
10300    ::
10301
10302        itype: [07, 10]
10303        location: [STAFF, ISO]
10304
10305    Will block items with an itype code of 07 or 10 as well as items that
10306    have a shelving location of STAFF or ISO.
10307
10308    In items my items.itype 07 is defined in Item Types Administration as
10309    Staff Assigned My items.itype 10 in Item Types is Archival Copy The
10310    locations STAFF and ISO are in Authorized Values for category=LOC
10311    STAFF means it's assigned to the staff reading room and ISO means it
10312    is in the isolation room.
10313
10314 .. _opacrenewalallowed-label:
10315
10316 OpacRenewalAllowed
10317 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10318
10319 Default: Don't allow
10320
10321 Asks: \_\_\_ patrons to renew their own books on the OPAC.
10322
10323 Values:
10324
10325 -  Allow
10326
10327    -  :ref:`opacuserlogin` needs to be set to 'allow'
10328
10329 -  Don't allow
10330
10331    -  Staff will still be able to renew items for patrons via the staff
10332       client
10333
10334 Description:
10335
10336 -  This preference allows the administration to choose if patrons can
10337    renew their checked out materials via their checked out history in
10338    the OPAC. It allows patrons to renew their materials without having
10339    to contact the library or having to return to the library.
10340
10341 .. _opacrenewalbranch-label:
10342
10343 OpacRenewalBranch
10344 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10345
10346 Default: the branch the item was checked out from
10347
10348 Asks: Use \_\_\_ as branchcode to store in the statistics table
10349
10350 Values:
10351
10352 -  NULL
10353
10354 -  'OPACRenew'
10355
10356 -  the item's home branch
10357
10358 -  the patron's home branch
10359
10360 -  the branch the item was checked out from
10361
10362 Description:
10363
10364 -  This value is used in the statistics table to help with reporting.
10365    The statistics table in Koha keeps track of all checkouts and
10366    renewals, this preference defines which branch is entered in to the
10367    table when a patron renews an item for themselves via the OPAC.
10368
10369 .. _opacsuggestionmandatoryfields-label:
10370
10371 OPACSuggestionMandatoryFields
10372 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10373
10374 Default: blank
10375
10376 Asks: Fields that should be mandatory for patron purchase suggestions:
10377 \_\_\_ Note: if none of the above options are selected, 'Title' field
10378 would be mandatory anyway, by default.
10379
10380 Values:
10381
10382 -  [Select all]
10383
10384 -  Author
10385
10386 -  Collection title
10387
10388 -  Copyright or publication date
10389
10390 -  ISBN, ISSN or other standard number
10391
10392 -  Item type
10393
10394 -  Library or branch
10395
10396 -  Note
10397
10398 -  Patron reason
10399
10400 -  Publication place
10401
10402 -  Publisher name
10403
10404 -  Title
10405
10406 .. _opacviewotherssuggestions-label:
10407
10408 OPACViewOthersSuggestions
10409 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10410
10411 Default: Don't show
10412
10413 Asks: \_\_\_ purchase suggestions from other patrons on the OPAC.
10414
10415 Values:
10416
10417 -  Don't show
10418
10419 -  Show
10420
10421    -  :ref:`opacuserlogin` needs to be set to 'allow'
10422
10423 .. _searchmylibraryfirst-label:
10424
10425 SearchMyLibraryFirst
10426 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10427
10428 Default: Don't limit
10429
10430 Asks: \_\_\_ patrons' searches to the library they are registered at.
10431
10432 Values:
10433
10434 -  Don't limit
10435
10436    -  Searching the OPAC will show results from all libraries
10437
10438    -  If you're a one branch system, choose 'Don't limit'
10439
10440 -  Limit
10441
10442    -  Patrons will still be able to search other libraries via the
10443       Advanced search page - but will be limited to searches for their
10444       library only from the basic search box
10445
10446    -  :ref:`opacuserlogin` needs to be set to 'allow'
10447
10448 .. _privacy-label:
10449
10450 Privacy
10451 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10452
10453 .. _allowpatrontosetcheckoutsvisibilityforguarantor-label:
10454
10455 AllowPatronToSetCheckoutsVisibilityForGuarantor
10456 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10457
10458 Default: Don't allow
10459
10460 Asks: \_\_\_ patrons to choose their own privacy settings for showing
10461 the patron's checkouts to the patron's guarantor".
10462
10463 Values:
10464
10465 -  Allow
10466
10467 -  Don't allow
10468
10469 Description:
10470
10471 -  By default staff can see checkouts to family members via the staff
10472    client. This preference will allow guarantees (children) to grant
10473    permission to guarantors (guardians) to view their current checkouts
10474    via the public catalog. This preference requires that you allow
10475    patrons to se their own privacy with the
10476    :ref:`OPACPrivacy` preference.
10477
10478 .. _anonsuggestions-label:
10479
10480 AnonSuggestions
10481 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10482
10483 Default: Don't allow
10484
10485 Asks: \_\_\_ patrons that aren't logged in to make purchase suggestions.
10486
10487     **Important**
10488
10489     If set to 'Allow', suggestions are connected to the
10490     :ref:`AnonymousPatron`
10491
10492 Values:
10493
10494 -  Allow
10495
10496 -  Don't allow
10497
10498 .. _anonymouspatron-label:
10499
10500 AnonymousPatron
10501 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10502
10503 Default: 0
10504
10505 Asks: Use borrowernumber \_\_\_ as the Anonymous Patron (for anonymous
10506 suggestions and reading history)
10507
10508     **Note**
10509
10510     Before setting this preference :ref:`create a patron <add-a-new-patron-label>`
10511     to be used for all anonymous suggestions and/or reading history
10512     items. This patron can be any type and should be named something to
10513     make it clear to you that they're anonymous (ex. Anonymous Patron).
10514
10515     **Important**
10516
10517     Remember to use the borrowernumber note the patron's cardnumber for
10518     this value. The borrowernumber can be found on the patron record
10519     under 'Library use' on the right.
10520
10521     |image1196|
10522
10523 .. _enableopacsearchhistory-label:
10524
10525 EnableOpacSearchHistory
10526 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10527
10528 Default: Keep
10529
10530 Asks: \_\_\_ patron search history in the OPAC.
10531
10532 Values:
10533
10534 -  Don't keep
10535
10536 -  Keep
10537
10538 .. _opacprivacy-label:
10539
10540 OPACPrivacy
10541 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10542
10543 Default: Don't allow
10544
10545 Asks: \_\_\_ patrons to choose their own privacy settings for their
10546 reading history.
10547
10548     **Important**
10549
10550     This requires :ref:`opacreadinghistory` set to
10551     'Allow' and :ref:`AnonymousPatron` to be set to your
10552     anonymous patron's borrowernumber.
10553
10554 Values:
10555
10556 -  Allow
10557
10558 -  Don't allow
10559
10560 Description:
10561
10562 -  The default privacy setting for each patron category can be set in
10563    the :ref:`Patrons Categories <patron-categories-label>` area. If you set this
10564    preference to 'allow' then patrons can change that for themselves via
10565    the OPAC.
10566
10567     **Important**
10568
10569     If patron has chosen to have their reading history anonymized and
10570     you have :ref:`StoreLastBorrower` set to "Don't
10571     store" then as soon as the item is checked in the last borrower will
10572     be anonymized.
10573
10574 .. _opacreadinghistory-label:
10575
10576 opacreadinghistory
10577 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10578
10579 Default: Allow
10580
10581 Asks: \_\_\_ patrons to see what books they have checked out in the
10582 past.
10583
10584     **Important**
10585
10586     Enabling this will make it so that patrons can view their
10587     circulation history in the OPAC unless you have
10588     :ref:`OPACPrivacy` set to 'Allow.^
10589
10590     **Important**
10591
10592     This data is stored in the system regardless of your choice, unless
10593     your patrons have chosen to never have their reading history kept.
10594
10595 .. _storelastborrower-label:
10596
10597 StoreLastBorrower
10598 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10599
10600 Default: Don't store
10601
10602 Asks: \_\_\_ the last patron to return an item.
10603
10604 Values:
10605
10606 -  Don't store
10607
10608 -  Store
10609
10610 Description:
10611
10612 -  This preference allows you to store the last patron to borrow an item
10613    even if the patron has chosen to have their reading history
10614    anonymized.
10615
10616     **Note**
10617
10618     This setting is independent of
10619     :ref:`opacreadinghistory` and/or
10620     :ref:`AnonymousPatron`.
10621
10622 .. _trackclicks-label:
10623
10624 TrackClicks
10625 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10626
10627 Default: Don't track
10628
10629 Asks: \_\_\_ links that patrons click on.
10630
10631 Values:
10632
10633 -  Don't track
10634
10635 -  Track
10636
10637 -  Track anonymously
10638
10639 Description:
10640
10641 -  By setting this preference to one of the track options you will allow
10642    Koha to track every link clicked in Koha. This data will be stored in
10643    a database table so that you can run reports against that data. If
10644    you choose to 'Track' clicks then Koha will record both the link
10645    clicked and the logged in user who clicked the link. If you choose to
10646    'Track anonymously' then the borrowernumber will not be recorded, but
10647    the rest of the data will.
10648
10649        **Note**
10650
10651        Remember to update your local privacy policies and link to them
10652        from the OPAC to notify your users that you are tracking their
10653        information.
10654
10655 .. _restricted-page-label:
10656
10657 Restricted Page
10658 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10659
10660 Using the following preference you can create a page within your Koha
10661 system that is accessible by only specific IP addresses. This can be
10662 used to house links to databases that can only be accessed from with the
10663 library or other licensed content.
10664
10665 .. _restrictedpagecontent-label:
10666
10667 RestrictedPageContent
10668 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10669
10670 Asks: HTML content of your restricted page.
10671
10672 .. _restrictedpagelocalips-label:
10673
10674 RestrictedPageLocalIPs
10675 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10676
10677 Asks: Access from IP addresses beginning with \_\_\_ do not need to be
10678 authenticated
10679
10680 Description:
10681
10682 -  You can enter individual IPS as a comma separated list (ex:
10683    '127.0.0,127.0.1') or just the beginning of the IP range allowed (ex:
10684    '127.0.^)
10685
10686 .. _restrictedpagetitle-label:
10687
10688 RestrictedPageTitle
10689 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10690
10691 Asks: Use \_\_\_ as title of your restricted page
10692
10693 Description:
10694
10695 -  This title will appear in the breadcrumb and on the top of the
10696    restricted page.
10697
10698 .. _self-registration-label:
10699
10700 Self Registration
10701 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10702
10703 .. _patronselfmodificationborrowerunwantedfield-label:
10704
10705 PatronSelfModificationBorrowerUnwantedField
10706 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10707
10708 Default: password
10709
10710 Asks: The following `database
10711 columns <http://schema.koha-community.org/tables/borrowers.html>`__ will
10712 not appear on the patron self-modification screen: \_\_\_
10713
10714 Description:
10715
10716 -  This preference allows you to define what fields patrons can edit if
10717    you're allowing them to update their personal information via the
10718    public catalog with the :ref:`OPACPatronDetails`
10719    preference.
10720
10721     **Important**
10722
10723     Separate columns with \|
10724
10725 .. _patronselfregistration-label:
10726
10727 PatronSelfRegistration
10728 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10729
10730 Default: Don't allow
10731
10732 Asks: \_\_\_ library patrons to register an account via the OPAC.
10733
10734 Values:
10735
10736 -  Allow
10737
10738 -  Don't allow
10739
10740 Description:
10741
10742 -  Setting this preference to 'Allow' will provide a link on the OPAC to
10743    register for a new account. Using the other :ref:`Self
10744    Registration <self-registration-label>` system preferences you
10745    can control how this preference will function.
10746
10747    |image103|
10748
10749     **Important**
10750
10751     Patrons registering via the OPAC will not need to be approved by a
10752     librarian. For this reason it is recommended that you set up a
10753     provisional :ref:`patron category <patron-categories-label>` with no :ref:`circulation
10754     rights <circulation-and-fine-rules-label>`. That way patrons will have to come in to
10755     the library to verify their identity before given circulation rights
10756     at the library. Once the patron confirms their identity the library
10757     staff can change the category to one with permissions to check items
10758     out and place holds.
10759
10760 .. _patronselfregistrationadditionalinstructions-label:
10761
10762 PatronSelfRegistrationAdditionalInstructions
10763 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10764
10765 Asks: Display the following additional instructions for patrons who self
10766 register via the OPAC ( HTML is allowed ):
10767
10768 Description:
10769
10770 -  This preference takes any HTML you'd like to display on the page the
10771    patron sees after successfully registering for their library card.
10772
10773 .. _patronselfregistrationborrowermandatoryfield-label:
10774
10775 PatronSelfRegistrationBorrowerMandatoryField
10776 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10777
10778 Default: surname\|firstname
10779
10780 Asks: The following database columns must be filled in on the patron
10781 entry screen: \_\_\_
10782
10783 Description:
10784
10785 -  This preference allows you to define what fields patrons must fill in
10786    on their self registration form. If any of the required fields are
10787    blank Koha will not let the patron register.
10788
10789     **Important**
10790
10791     Separate columns with \|
10792
10793     **Note**
10794
10795     For help with field names, ask your system administrator or `view
10796     the database
10797     structure <http://schema.koha-community.org/tables/borrowers.html>`__
10798     associated with the borrowers table.
10799
10800     **Note**
10801
10802     If you're going to require that patrons verify their accounts via
10803     email with the
10804     :ref:`PatronSelfRegistrationVerifyByEmail`
10805     preference the email field will automatically be marked as required.
10806
10807 .. _patronselfregistrationborrowerunwantedfield-label:
10808
10809 PatronSelfRegistrationBorrowerUnwantedField
10810 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10811
10812 Default: password
10813
10814 Asks: The following database columns will not appear on the patron entry
10815 screen: \_\_\_
10816
10817 Description:
10818
10819 -  Using this preference you can hide fields from the patron registration
10820    and update form in the OPAC.
10821
10822     **Important**
10823
10824     Separate columns with \|
10825
10826     **Note**
10827
10828     For help with field names, ask your system administrator or `view
10829     the database
10830     structure <http://schema.koha-community.org/tables/borrowers.html>`__
10831     associated with the borrowers table.
10832
10833 .. _patronselfregistrationdefaultcategory-label:
10834
10835 PatronSelfRegistrationDefaultCategory
10836 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10837
10838 Asks: Use the patron category code \_\_\_ as the default patron category
10839 for patrons registered via the OPAC.
10840
10841 Description:
10842
10843 -  Enter in the patron category code for the category that all new
10844    patrons registered via the OPAC will be put in to.
10845
10846     **Important**
10847
10848     Patrons registering via the OPAC will not need to be approved by a
10849     librarian. For this reason it is recommended that you set up a
10850     provisional :ref:`patron category <patron-categories-label>` with no :ref:`circulation
10851     rights <circulation-and-fine-rules-label>`. That way patrons will have to come in to
10852     the library to verify their identity before given circulation rights
10853     at the library. Once the patron confirms their identiy the library
10854     staff can change the category to one with permissions to check items
10855     out and place holds.
10856
10857     **Important**
10858
10859     If you leave this blank or enter in an invalid code your patrons
10860     will still be able to register but will not be given a username.
10861     There will be no errors on the page to explain this, so be sure to
10862     enter a valid patron category code.
10863
10864 .. _patronselfregistrationemailmustbeunique-label:
10865
10866 PatronSelfRegistrationEmailMustBeUnique
10867 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10868
10869 Default: Do not consider
10870
10871 Asks: \_\_\_ patron's email (borrowers.email) as unique on self registering.
10872 An email won't be accepted if it already exists in the database.
10873
10874 Values:
10875
10876 -  Do not consider
10877
10878 -  Consider
10879
10880 .. _patronselfregistrationexpiretemporaryaccountsdelay-label:
10881
10882 PatronSelfRegistrationExpireTemporaryAccountsDelay
10883 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10884
10885 Default: 0
10886
10887 Asks: Delete patrons registered via the OPAC, but not yet verified after
10888 \_\_\_ days.
10889
10890 Description:
10891
10892 -  This preference links to the :ref:`delete\_expired\_opac\_registrations.pl
10893    cron job <unverified-registrations-label>`. If that cron is set to
10894    run nightly it will clean up any registrations that have not been
10895    verified via email in the number of days entered on this preference.
10896    This is dependent on
10897    :ref:`PatronSelfRegistrationVerifyByEmail`
10898    preference.
10899
10900 .. _patronselfregistrationlibrarylist-label:
10901
10902 PatronSelfRegistrationLibraryList
10903 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10904
10905 Default: blank
10906
10907 Asks: Enable the self registration for the following libraries: \_\_\_
10908 (separate branchcode with \|). If empty, all libraries will be listed.
10909
10910 .. _patronselfregistrationprefillform-label:
10911
10912 PatronSelfRegistrationPrefillForm
10913 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10914
10915 Default: Display and prefill
10916
10917 Asks: \_\_\_ password and login form after a patron has self registered.
10918
10919 Values:
10920
10921 -  Do not display and prefill
10922
10923 -  Display and prefill
10924
10925 .. _patronselfregistrationverifybyemail-label:
10926
10927 PatronSelfRegistrationVerifyByEmail
10928 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10929
10930 Default: Don't require
10931
10932 Asks: \_\_\_ that a self-registering patron verify his or herself via
10933 email.
10934
10935 Values:
10936
10937 -  Don't require
10938
10939 -  Require
10940
10941 Description:
10942
10943 -  If you require patrons to verify their accounts via email they will
10944    not be able to log in to the OPAC until they acknowledge the email
10945    sent by Koha. If you don't require this then patrons will be able to
10946    log in as soon as they fill in the registration form. You can set the
10947    :ref:`PatronSelfRegistrationExpireTemporaryAccountsDelay`
10948    preference to delete the un-verified self registrations after a
10949    certain number of days.
10950
10951     **Note**
10952
10953     If you're going to require that patrons verify their accounts via
10954     email then the email field will automatically be marked as required.
10955
10956 .. _shelf-browser-label:
10957
10958 Shelf Browser
10959 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10960
10961 .. _opacshelfbrowser-label:
10962
10963 OPACShelfBrowser
10964 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10965
10966 Default: Show
10967
10968 Asks: \_\_\_ a shelf browser on item details pages, allowing patrons to
10969 see what's near that item on the shelf.
10970
10971 Values:
10972
10973 -  Don't show
10974
10975 -  Show
10976
10977    |image104|
10978
10979 Description:
10980
10981 -  This preference allows patrons to view what is located on the shelf
10982    near the item they looked up. The shelf browser option appears on the
10983    details page to the right of each items' call number. Clicking the
10984    'Browse Shelf' link allows for a virtual shelf browsing experience
10985    via the OPAC and lets patrons see other books that may relate to
10986    their search and items that sit on the shelf near the item they are
10987    looking at.
10988
10989     **Important**
10990
10991     This uses up a fairly large amount of resources on your server, and
10992     should be avoided if your collection has a large number of items.
10993
10994 .. _shelfbrowserusesccode-label:
10995
10996 ShelfBrowserUsesCcode
10997 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10998
10999 Default: Don't use
11000
11001 Asks: \_\_\_ the item collection code when finding items for the shelf
11002 browser.
11003
11004 Values:
11005
11006 -  Don't use
11007
11008 -  Use
11009
11010 Description:
11011
11012 -  If your library uses collection codes then you might want the shelf
11013    browser to take into consideration what collection the books belong
11014    to when populating the virtual shelf browser.
11015
11016 .. _shelfbrowseruseshomebranch-label:
11017
11018 ShelfBrowserUsesHomeBranch
11019 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11020
11021 Default: Use
11022
11023 Asks: \_\_\_ the item home branch when finding items for the shelf
11024 browser.
11025
11026 Values:
11027
11028 -  Don't use
11029
11030 -  Use
11031
11032 Description:
11033
11034 -  If you have a multiple branch system you may want to make sure that
11035    Koha takes into consideration what branch owns the books when
11036    populating the virtual shelf browser for accuracy.
11037
11038 .. _shelfbrowseruseslocation-label:
11039
11040 ShelfBrowserUsesLocation
11041 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11042
11043 Default: Use
11044
11045 Asks: \_\_\_ the item location when finding items for the shelf browser.
11046
11047 Values:
11048
11049 -  Don't use
11050
11051 -  Use
11052
11053 Description:
11054
11055 -  If your library uses shelving locations then you might want the shelf
11056    browser to take into consideration what shelving location the books
11057    belong to when populating the virtual shelf browser.
11058
11059 .. _patrons-label:
11060
11061 Patrons
11062 --------------------------
11063
11064 *Get there:* More > Administration > Global System Preferences > Patrons
11065
11066 .. _patronsgeneral-label:
11067
11068 General
11069 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11070
11071 .. _allowstafftosetcheckoutsvisibilityforguarantor-label:
11072
11073 AllowStaffToSetCheckoutsVisibilityForGuarantor
11074 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11075
11076 Default: Don't allow
11077
11078 Asks: \_\_\_ staff to set the ability for a patron's checkouts to be
11079 viewed by linked patrons in the OPAC.
11080
11081 Values:
11082
11083 -  Don't allow
11084
11085 -  Allow
11086
11087 .. _autoemailopacuser-label:
11088
11089 AutoEmailOpacUser
11090 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11091
11092 Default: Don't send
11093
11094 Asks: \_\_\_ an email to newly created patrons with their account
11095 details.
11096
11097 Description:
11098
11099 -  AutoEmailOpacUser allows library users to be notified by email of
11100    their account details when a new account is opened at the email
11101    address specified in the
11102    :ref:`AutoEmailPrimaryAddress` preference.
11103    The email contains the username and password given to or chosen by
11104    the patron when signing up for their account and can be customized by
11105    editing the `ACCTDETAILS <#ACCTDETAILS>`__ notice.
11106
11107 Values:
11108
11109 -  Don't send
11110
11111 -  Send
11112
11113 .. _autoemailprimaryaddress-label:
11114
11115 AutoEmailPrimaryAddress
11116 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11117
11118 Default: alternate
11119
11120 Asks: Use \_\_\_ patron email address for sending out emails.
11121
11122 Values:
11123
11124 -  alternate
11125
11126 -  first valid
11127
11128 -  home
11129
11130 -  work
11131
11132 Description:
11133
11134 -  If you choose 'first valid' as the value for AutoEmailPrimaryAddress
11135    the system will check the email fields in this order: home, work,
11136    then alternate. Otherwise the system will use the email address you
11137    specify.
11138
11139 .. _automembernum-label:
11140
11141 autoMemberNum
11142 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11143
11144 Default: Do
11145
11146 Asks: \_\_\_ default the card number field on the patron addition screen
11147 to the next available card number
11148
11149 Values:
11150
11151 -  Do
11152
11153    -  If the largest currently used card number is 26345000012941, then
11154       this field will default to 26345000012942 for the next patron
11155
11156 -  Don't
11157
11158 Description:
11159
11160 -  This preference determines if the patron's barcode is automatically
11161    calculated. This prevents the person setting up the library card
11162    account from having to assign a number to the new card. If set to
11163    'Do' the system will calculate a new patron barcode by adding 1 to
11164    the maximum barcode already present in the database.
11165
11166 .. _borrowermandatoryfield-label:
11167
11168 BorrowerMandatoryField
11169 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11170
11171 Default: surname\|cardnumber\|barcode
11172
11173 Asks: The following database columns must be filled in on the patron
11174 entry screen: \_\_\_
11175
11176 Description:
11177
11178 -  This preference enables the system administrator to choose which
11179    fields your library would like required for patron accounts. Enter
11180    field names separated by \| (bar). This ensures that basic
11181    information is included in each patron record. If a patron leaves one
11182    of the required fields blank an error message will issue and the
11183    account will not be created.
11184
11185     **Important**
11186
11187     Separate columns with \|
11188
11189     **Note**
11190
11191     For help with field names, ask your system administrator or `view
11192     the database
11193     structure <http://schema.koha-community.org/tables/borrowers.html>`__
11194     associated with the borrowers table.
11195     
11196     **Note**
11197     
11198     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
11199     (or both) is set, a button labeled "Quick add new patron" will be displayed
11200     in the "Patrons" toolbar.
11201
11202     **Note**
11203
11204     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
11205     (or both) is set, a button labeled "Quick add new patron" will be displayed
11206     in the "Patrons" toolbar.
11207
11208 .. _borrowerrelationship-label:
11209
11210 borrowerRelationship
11211 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11212
11213 Default: father\|mother
11214
11215 Asks: Guarantors can be the following of those they guarantee \_\_\_
11216
11217 Description:
11218
11219 -  This preference enables the system administrator to define valid
11220    relationships between a guarantor (usually a parent) & a guarantee
11221    (usually a child). Defining values for this field does not make the
11222    guarantor field required when adding a guarantee type patron. This
11223    preference creates a drop down list identifying the relationship of
11224    the guarantor to the guarantee. To disable the ability to add
11225    children types in Koha you can leave this field blank.
11226
11227     **Important**
11228
11229     Input multiple choices separated by \|
11230
11231 .. _borrowerrenewalperiodbase-label:
11232
11233 BorrowerRenewalPeriodBase
11234 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11235
11236 Default: current date
11237
11238 Asks: When renewing borrowers, base the new expiry date on \_\_\_
11239
11240 Values:
11241
11242 -  current date.
11243
11244 -  current membership expiry date.
11245
11246 Description:
11247
11248 -  This preference controls what the patron's new expiration date will
11249    be when you renew their card. Using the 'current date' will add the
11250    subscription period to today's date when calculating the new
11251    expiration date. Using 'current membership expiry date' will add the
11252    subscription period to the old expiration date for the patron when
11253    renewing their account.
11254
11255 .. _borrowerstitles-label:
11256
11257 BorrowersTitles
11258 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11259
11260 Default: Mr\|Mrs\|Miss\|Ms
11261
11262 Asks: Borrowers can have the following titles \_\_\_
11263
11264 Description:
11265
11266 -  This preference allows the staff to choose the titles that can be
11267    assigned to patrons. The choices present as a drop down list when
11268    creating a patron record.
11269
11270     **Important**
11271
11272     Input multiple choices separated by \|
11273
11274 .. _borrowerunwantedfield-label:
11275
11276 BorrowerUnwantedField
11277 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11278
11279 Asks: The following database columns will not appear on the patron entry
11280 screen: \_\_\_
11281
11282 Description:
11283
11284 -  This preference enables the system administrator to choose which
11285    fields your library doesn't need to see on the patron entry form.
11286    Enter field names separated by \| (bar).
11287
11288     **Important**
11289
11290     Separate columns with \|
11291
11292     **Note**
11293
11294     For help with field names, ask your system administrator or `view
11295     the database
11296     structure <http://schema.koha-community.org/tables/borrowers.html>`__
11297     associated with the borrowers table.
11298
11299 .. _cardnumberlength-label:
11300
11301 CardnumberLength
11302 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11303
11304 Asks: Card numbers for patrons must be \_\_\_ characters long.
11305
11306 Description:
11307
11308 -  The length can be a single number to specify an exact length, a range
11309    separated by a comma (i.e., 'Min,Max'), or a maximum with no minimum
11310    (i.e., ^,Max'). If 'cardnumber' is included in the
11311    :ref:`BorrowerMandatoryField` list, the
11312    minimum length, if not specified here, defaults to one.
11313
11314 .. _checkprevcheckout-label:
11315
11316 CheckPrevCheckout
11317 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11318
11319 Default: Do not
11320
11321 Asks: \_\_\_ check borrower checkout history to see if the current item has been checked out before.
11322
11323 Values:
11324
11325 -  Do
11326
11327 -  Do not
11328
11329 -  Unless overridden, do
11330
11331 -  Unless overridden, do not
11332
11333 Description:
11334
11335 When the value of this system preference is set to 'do', Koha will look at the
11336 patron's circulation history to see if they have checked this item out before.
11337 An alert will show up on the screen indicating that patron has indeed checked
11338 this item out.  Staff will be prompted to allow the checkout to occur.
11339 If the vaulue is set to 'don't', Koha will not check the patron's circulation
11340 history. When the value is set to 'Unless overridden, do', this will check the
11341 patron's circulation history even if there are fines, fees, and/or holds on the
11342 patron's account.  Lastly, if the value is set to 'Unless overridden, don't',
11343 Koha will not check circulation history regardless of fines, fees, and/or holds.
11344
11345      **Note**
11346
11347 This system preference will not work for patrons that have chosen to anonymize
11348 their reading history.
11349
11350 .. _defaultpatronsearchfields-label:
11351
11352 DefaultPatronSearchFields
11353 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11354
11355 Default: surname,firstname,othernames,cardnumber,userid
11356
11357 Asks: \_\_\_ Comma separated list defining the default fields to be used during a patron search
11358
11359     **Important** possible values can be found in the borrowers table of Koha's schema
11360     located at http://schema.koha-community.org/
11361
11362 .. _enableborrowerfiles-label:
11363
11364 EnableBorrowerFiles
11365 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11366
11367 Default: Don't
11368
11369 Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
11370 a borrower record.
11371
11372 Values:
11373
11374 -  Do
11375
11376 -  Don't
11377
11378 Description:
11379
11380 -  When enabled this will add a 'Files' tab to the left of the patron
11381    detail page where you can view and upload files to the patron record.
11382
11383 .. _enhancedmessagingpreferences-label:
11384
11385 EnhancedMessagingPreferences
11386 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11387
11388 Default: Allow
11389
11390 Asks: \_\_\_ staff to manage which notices patrons will receive and when
11391 they will receive them.
11392
11393 Values:
11394
11395 -  Allow
11396
11397 -  Don't allow
11398
11399     **Important**
11400
11401     This only applies to certain kinds of notices, overdue notices will
11402     be sent based on the library's rules, not the patron's choice.
11403
11404     **Note**
11405
11406     To manage if patrons have also access to these settings, use
11407     :ref:`EnhancedMessagingPreferencesOPAC`.
11408
11409 Description:
11410
11411 -  These messages are in addition to the overdue notices that the
11412    library sends. The difference between these notices and overdues is
11413    that the patron can opt-in and out of these. Setting this preference
11414    to 'Allow' will allow staff to choose for patrons to receive any one
11415    of the following messages:
11416
11417    -  Item Checkout : A notice that lists all the of the items the
11418       patron has just checked out and/or renewed, this is an electronic
11419       form of the checkout receipt
11420
11421    -  Item Due : A notice on the day and item is due back at the library
11422
11423    -  Hold Filled : A notice when you have confirmed the hold is waiting
11424       for the patron
11425
11426    -  Item Checkin : A notice that lists all the of the items the patron
11427       has just checked in
11428
11429    -  Advanced Notice : A notice in advance of the patron's items being
11430       due (Staff can choose the number of days in advance)
11431
11432 .. _enhancedmessagingpreferencesopac-label:
11433
11434 EnhancedMessagingPreferencesOPAC
11435 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11436
11437 Default: Show
11438
11439 Asks: \_\_\_ patron messaging setting on the OPAC
11440
11441 Values:
11442
11443 -  Don't show
11444
11445 -  Show
11446
11447     **Important**
11448
11449     :ref:`EnhancedMessagingPreferences`
11450     must be enabled for messaging options to show in the OPAC
11451
11452 Description:
11453
11454 -  These messages are in addition to the overdue notices that the
11455    library sends. The difference between these notices and overdues is
11456    that the patron can opt-in and out of these. Setting this preference
11457    to 'Allow' will allow patrons to choose to receive any one of the
11458    following messages:
11459
11460    -  Item Checkout : A notice that lists all the of the items the
11461       patron has just checked out and/or renewed, this is an electronic
11462       form of the checkout receipt
11463
11464    -  Item Due : A notice on the day and item is due back at the library
11465
11466    -  Hold Filled : A notice when you have confirmed the hold is waiting
11467       for the patron
11468
11469    -  Item Checkin : A notice that lists all the of the items the patron
11470       has just checked in
11471
11472    -  Advanced Notice : A notice in advance of the patron's items being
11473       due (The patron can choose the number of days in advance)
11474
11475 .. _extendedpatronattributes-label:
11476
11477 ExtendedPatronAttributes
11478 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11479
11480 Default: Enable
11481
11482 Asks: \_\_\_ searching, editing and display of custom attributes on
11483 patrons.
11484
11485 Values:
11486
11487 -  Don't enable
11488
11489 -  Enable
11490
11491    -  Define attributes in Koha administration
11492
11493    -  Get there: More > Administration > :ref:`Patron Attribute
11494       Types <patron-attribute-types-label>`
11495
11496 Description:
11497
11498 -  Patron attributes are library-defined custom fields that can be
11499    applied to patron records.
11500
11501     **Note**
11502
11503     Use custom attributes for fields that the default patron record does
11504     not support such as driver's license number or student ID number.
11505
11506 .. _feeonchangepatroncategory-label:
11507
11508 FeeOnChangePatronCategory
11509 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11510
11511 Default: Do
11512
11513 Asks: \_\_\_ charge a fee when a patron changes to a category with an
11514 enrollment fee.
11515
11516 Values:
11517
11518 -  Do
11519
11520 -  Don't
11521
11522 .. _intranetreadinghistory-label:
11523
11524 intranetreadinghistory
11525 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11526
11527 Default: Allow
11528
11529 Asks: \_\_\_ staff to access a patron's checkout history.
11530
11531     **Important**
11532
11533     If you have the :ref:`OPACPrivacy` preference set to
11534     'Allow' and the patron has decided to not have their history kept
11535     staff will only see currently checked out items.
11536
11537 Values:
11538
11539 -  Allow
11540
11541 -  Don't allow
11542
11543     **Important**
11544
11545     Reading history is still stored, regardless of staff being allowed
11546     access or not unless the patron has chosen to have their history
11547     anonymized via their :ref:`privacy page <my-privacy-label>`.
11548
11549 .. _maxfine-label:
11550
11551 MaxFine
11552 ^^^^^^^^^^^^^^^^^^^^^^
11553
11554 Default: 9999
11555
11556 Asks: The late fine for all checkouts will only go up to \_\_\_ USD.
11557
11558 Description:
11559
11560 -  This preference controls the default cap on fines accrued by the
11561    patron. Leaving this preference blank means that there is no cap on
11562    the amount of fines a patron can accrue. If you'd like, single item
11563    caps can be specified in the :ref:`circulation rules
11564    matrix <circulation-and-fine-rules-label>`.
11565
11566 .. _membershipexpirydaysnotice-label:
11567
11568 MembershipExpiryDaysNotice
11569 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11570
11571 Asks: Send an account expiration notice when a patron's card will expire
11572 in \_\_\_ days.
11573
11574 Description:
11575
11576 -  If you would like to notify patrons that their accounts are about to
11577    expire then you can enter a number of days before expiration in this
11578    preference. The notice text can be customized in the :ref:`Notices &
11579    Slips <notices-&-slips-label>` tool.
11580
11581     **Important**
11582
11583     You will need to enable the :ref:`membership expiry cron
11584     job <notify-patrons-of-expiration-label>` for this notice to send.
11585
11586 .. _minpasswordlength-label:
11587
11588 minPasswordLength
11589 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11590
11591 Default: 3
11592
11593 Asks: Login passwords for staff and patrons must be at least \_\_\_
11594 characters long.
11595
11596     **Important**
11597
11598     This applies to both the staff login and the patron OPAC login.
11599
11600 .. _notifyborrowerdeparture-label:
11601
11602 NotifyBorrowerDeparture
11603 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11604
11605 Default: 30
11606
11607 Asks: Show a notice that a patron is about to expire \_\_\_ days
11608 beforehand.
11609
11610 Description:
11611
11612 -  When the patron attempts to check out materials, a warning will
11613    appear in the check out window of the Staff Client telling the
11614    librarian that the patrons account is about to expire.
11615
11616     **Important**
11617
11618     This notice will appear on the patron's record in the staff client.
11619
11620 .. _patronimages-label:
11621
11622 patronimages
11623 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11624
11625 Default: Allow
11626
11627 Asks: \_\_\_ images to be uploaded and shown for patrons on the staff
11628 client.
11629
11630 Values:
11631
11632 -  Allow
11633
11634 -  Don't allow
11635
11636 Description:
11637
11638 -  If this preference is set to 'Allow' the staff will be able to upload
11639    images of patrons either :ref:`one by one <add-patron-images-label>` or :ref:`in
11640    bulk <upload-patron-images-label>`. Patrons images will show on the detail
11641    page to the left of the patron information. They can also show in the
11642    OPAC if you set the :ref:`OPACpatronimages` preference
11643    or in the self check out module if you set the
11644    :ref:`ShowPatronImageInWebBasedSelfCheck`
11645    preference.
11646
11647 .. _patronquickaddfields-label:
11648
11649 PatronQuickAddFields
11650 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11651
11652 Default: blank
11653
11654 Asks: \_\_\_ (separate columns with \|) add these fields to the patron
11655 quick add form when entering a new patron. Displays only mandatory fields
11656 and fields specified here. If applicable, the guarantor form will be shown
11657 as well, individual fields in that form will be ignored.
11658
11659     **Note**
11660     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
11661     (or both) is set, a button labeled "Quick add new patron" will be displayed
11662     in the "Patrons" toolbar.
11663
11664 .. _patronsperpage-label:
11665
11666 PatronsPerPage
11667 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11668
11669 Default: 20
11670
11671 Asks: By default, show \_\_\_ results per page in the staff client.
11672
11673 Description:
11674
11675 -  This preference will let you define how many patrons to show on
11676    patron search results pages.
11677
11678 .. _requirestrongpassword-label:
11679
11680 RequireStrongPassword
11681 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11682
11683 Default: Don't require
11684
11685 Asks: \_\_\_ a strong password for staff and patrons
11686
11687 Values:
11688
11689 -  Don't require
11690
11691 -  Require
11692
11693 Description:
11694
11695 -  If set to 'require' this system preference will require patron and staff passwords to contain at least one digit, one lowercase and one uppercase.
11696
11697 .. _smssenddriver,-smssendusername,-and-smssendpassword-label:
11698
11699 SMSSendDriver, SMSSendUsername, and SMSSendPassword
11700 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11701
11702 Asks: Use the SMS::Send:: \_\_\_ driver to send SMS messages. Define a
11703 username/login \_\_\_ and a password \_\_\_.
11704
11705     **Important**
11706
11707     Please refer to your national laws concerning the sending of bulk
11708     SMS messages before enabling this feature.
11709
11710 Description:
11711
11712 -  There are two options for using SMS in Koha. You can use the Email
11713    protocol for free by entering 'Email' as the SMSSendDriver or you can
11714    pay for a SMS driver. Some examples of values for the driver are:
11715
11716    -  SMS::Send::Us::Ipipi
11717
11718    -  SMS::Send::US::TMobile
11719
11720    -  SMS::Send::US::Verizon
11721
11722    -  SMS::Send::IN::Unicel
11723
11724    Additional values can be found here:
11725    http://search.cpan.org/search?query=sms%3A%3Asend&mode=all
11726
11727        **Important**
11728
11729        Only drivers available as Perl modules will work in this
11730        preference, so make sure a Perl module is available before
11731        choosing an SMS service.
11732
11733    Once a driver is entered in the preference an option will appear in
11734    the staff client and the OPAC on the patron messaging form to choose
11735    to receive messages as SMS
11736
11737    |image105|
11738
11739     **Important**
11740
11741     You must allow
11742     :ref:`EnhancedMessagingPreferences` for
11743     this to work.
11744
11745 .. _statisticsfields-label:
11746
11747 StatisticsFields
11748 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11749
11750 Default: location\|itype\|ccode
11751
11752 Asks: Show the following fields from the items database table as columns
11753 on the statistics tab on the patron record: \_\_\_
11754
11755 |image106|
11756
11757     **Important**
11758
11759     Enter the values separated by bars (\|)
11760
11761 Description:
11762
11763 -  This preference lets you set which fields will show on the patron
11764    record on the Statistics tab.
11765
11766 .. _talkingtechitivaphonenotification-label:
11767
11768 TalkingTechItivaPhoneNotification
11769 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11770
11771 Default: Disable
11772
11773 Asks: \_\_\_ patron phone notifications using Talking Tech i-tiva
11774 (overdues, predues and holds notices currently supported).
11775
11776 Values:
11777
11778 -  Disable
11779
11780 -  Enable
11781
11782 Description:
11783
11784 -  To learn more about setting up this third party product view the
11785    :ref:`Talking Tech <talking-tech-label>` chapter.
11786
11787     **Important**
11788
11789     Requires that you have
11790     :ref:`EnhancedMessagingPreferences` set
11791     to Allow to use.
11792
11793 .. _tracklastpatronactivity-label:
11794
11795 TrackLastPatronActivity
11796 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11797
11798 Default: Don't
11799
11800 Asks: \_\_\_ track last patron activity. Everytime a patron will connect,
11801 the borrowers.lastseen will be updated with the current time.
11802
11803 Values:
11804
11805 -  Don't
11806
11807 -  Do
11808
11809 .. _uppercasesurnames-label:
11810
11811 uppercasesurnames
11812 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11813
11814 Default: Don't
11815
11816 Asks: \_\_\_ store and display surnames (last names) in upper case.
11817
11818 Values:
11819
11820 -  Do
11821
11822 -  Don't
11823
11824 .. _usedischarge-label:
11825
11826 useDischarge
11827 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11828
11829 Default: Don't allow
11830
11831 Asks: \_\_\_ librarians to discharge borrowers and borrowers to request
11832 a discharge.
11833
11834 Values:
11835
11836 -  Allow
11837
11838 -  Don't allow
11839
11840 Description:
11841
11842 -  A discharge is a certificate that says the patron has no current
11843    checkouts, no holds and owe no money.
11844
11845        **Note**
11846
11847        In France a "quitus" ("discharge") is needed if you want to
11848        register for an account in a library or a university).
11849
11850        **Note**
11851
11852        Academic libraries often require that you have a clear record at
11853        the library before you can graduate.
11854
11855 .. _norwegian-patron-database-label:
11856
11857 Norwegian patron database
11858 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11859
11860 .. _failedloginattempts-label:
11861
11862 FailedLoginAttempts
11863 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11864
11865 Default: blank
11866
11867 Asks: Block a patron's account if it reaches \_\_\_ failed login attempts.
11868
11869 .. _norwegianpatrondbenable-&-norwegianpatrondbendpoint-label:
11870
11871 NorwegianPatronDBEnable & NorwegianPatronDBEndpoint
11872 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11873
11874 NorwegianPatronDBEnable Default: Disable
11875
11876 Asks: \_\_\_ the ability to communicate with the Norwegian national
11877 patron database via the \_\_\_ endpoint.
11878
11879 Values:
11880
11881 -  Disable
11882
11883 -  Enable
11884
11885 .. _norwegianpatrondbsearchnlafterlocalhit-label:
11886
11887 NorwegianPatronDBSearchNLAfterLocalHit
11888 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11889
11890 Default: Don't
11891
11892 Asks: \_\_\_ search the Norwegian national patron database after a local
11893 search result was found.
11894
11895 Values:
11896
11897 -  Do
11898
11899 -  Don't
11900
11901 .. _norwegianpatrondbusername-&-norwegianpatrondbpassword-label:
11902
11903 NorwegianPatronDBUsername & NorwegianPatronDBPassword
11904 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11905
11906 Asks: Communicate with the Norwegian national patron database using the
11907 username \_\_\_ and the password \_\_\_.
11908
11909 Description:
11910
11911 -  You can get these from "Base Bibliotek", which is maintained by the
11912    Norwegian National Library.
11913
11914 .. _searching-label:
11915
11916 Searching
11917 -------------------------------
11918
11919 *Get there:* More > Administration > Global System Preferences >
11920 Searching
11921
11922 .. _searchingfeatures-label:
11923
11924 Features
11925 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11926
11927 .. _browseresultselection-label:
11928
11929 BrowseResultSelection
11930 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11931
11932 Default: Disable
11933
11934 Asks: \_\_\_ browsing search results fromt the bibliographic record detail page in staff client.
11935
11936 Values:
11937
11938 -  Disable
11939
11940 -  Enable
11941
11942 Description:
11943
11944 -  Enabling this system preference makes a button appear in the intranet search
11945    results page to browse the selected records.
11946
11947 .. _enablesearchhistory-label:
11948
11949 EnableSearchHistory
11950 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11951
11952 Default: Don't keep
11953
11954 Asks: \_\_\_ patron search history in the staff client.
11955
11956 Values:
11957
11958 -  Don't keep
11959
11960 -  Keep
11961
11962     |image1197|
11963
11964 Description:
11965
11966 -  This preference controls whether the staff client keeps search
11967    history for logged in users. Search history will be accessible under
11968    the link to your account in the top right of the staff client.
11969
11970 .. _includeseefrominsearches-label:
11971
11972 IncludeSeeFromInSearches
11973 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11974
11975 Default: Don't include
11976
11977 Asks: \_\_\_ *see from* (non-preferred form) headings in bibliographic
11978 searches.
11979
11980 Values:
11981
11982 -  Don't include
11983
11984 -  Include
11985
11986 Description:
11987
11988 -  When this preference is set to include the search engine indexer will
11989    insert *see from* headings from authority records into bibliographic
11990    records when indexing, so that a search on an obsolete term will turn
11991    up relevant records. For example when you search for cookery (the old
11992    term) you get titles with the heading of cooking (the new term).
11993
11994     **Important**
11995
11996     You will need to reindex your bibliographic database when changing
11997     this preference.
11998
11999 .. _opacgroupresults-label:
12000
12001 OpacGroupResults
12002 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12003
12004 Default: Don't use
12005
12006 Asks: \_\_\_ PazPar2 to group similar results on the OPAC.
12007
12008 Values:
12009
12010 -  Don't use
12011
12012 -  Use
12013
12014     **Important**
12015
12016     This requires that `PazPar2 <http://www.indexdata.com/pazpar2>`__ is
12017     set up and running.
12018
12019 .. _queryautotruncate-label:
12020
12021 QueryAutoTruncate
12022 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12023
12024 Default: automatically
12025
12026 Asks: Perform wildcard searching (where, for example, Har would match
12027 Harry and harp) \_\_\_ (The \* character would be used like so: Har\* or
12028 \*logging.)
12029
12030 Values:
12031
12032 -  automatically
12033
12034 -  only if \* is added
12035
12036 Description:
12037
12038 -  This setting allows for searches to be automatically truncated or for
12039    additional characters to be added to the end of a search string. When
12040    set to "automatically" the search string automatically ends with a
12041    wildcard function. For example, a search for the word "invent" with
12042    auto truncation enabled will also retrieve results for inventor,
12043    invention, inventory, etc. If you don't want this to happen
12044    automatically you can still be perform wildcard searches manually by
12045    adding an asterisk (\*). Typing "invent\*" even with auto truncation
12046    disabled will retrieve the same inventor, invention, inventory
12047    results. Auto truncation bypasses the necessity to type long search
12048    strings in their entirety.
12049
12050 .. _queryfuzzy-label:
12051
12052 QueryFuzzy
12053 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12054
12055 Default: Try
12056
12057 Asks: \_\_\_ to match similarly spelled words in a search (for example,
12058 a search for flang would also match flange and fang)
12059
12060 Values:
12061
12062 -  Don't try
12063
12064 -  Try
12065
12066 Description:
12067
12068 -  This preference enables "fuzzy" searching, in which the search engine
12069    returns results that are similar to, but not exactly matching, the
12070    word or words entered by the user. This preference enables the search
12071    function to compensate for slightly misspelled names or phrases.
12072
12073     **Important**
12074
12075     Requires that :ref:`UseICU` set to 'Not using'
12076
12077 .. _querystemming-label:
12078
12079 QueryStemming
12080 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12081
12082 Default: Try
12083
12084 Asks: \_\_\_ to match words of the same base in a search
12085
12086 Values:
12087
12088 -  Don't try
12089
12090 -  Try
12091
12092    -  A search for enabling would also match enable and enabled
12093
12094 Description:
12095
12096 -  This preference enables word stemming. Stemming allows the search
12097    function to return multiple versions of the same word, as well as
12098    related terms (i.e., both fish and fishing would be returned).
12099
12100 .. _queryweightfields-label:
12101
12102 QueryWeightFields
12103 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12104
12105 Default: Enable
12106
12107 Asks: \_\_\_ ranking of search results by relevance
12108
12109 Values:
12110
12111 -  Disable
12112
12113 -  Enable
12114
12115 .. _tracecompletesubfields-label:
12116
12117 TraceCompleteSubfields
12118 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12119
12120 Default: Force
12121
12122 Asks: \_\_\_ subject tracings in the OPAC and Staff Client to search
12123 only for complete-subfield matches.
12124
12125 Values:
12126
12127 -  Don't force
12128
12129    -  Searches for subject keywords (example:
12130       opac-search.pl?q=su:World%20Wide%20Web)
12131
12132 -  Force
12133
12134    -  Searches for complete subject fields (example:
12135       opac-search.pl?q=su,complete-subfield:World%20Wide%20Web)
12136
12137 Description:
12138
12139 -  When TraceCompleteSubfields is set to "force," clicking on links in
12140    non-authority controlled subject tracings will only find other
12141    records where the entire subfields match. Leaving it at "don't force"
12142    does a keyword search of the subject indexes.
12143
12144     **Important**
12145
12146     This preference assumes that you're using XSLT stylesheets as set in
12147     the :ref:`OPACXSLTDetailsDisplay` preference.
12148
12149 .. _tracesubjectsubdivisions-label:
12150
12151 TraceSubjectSubdivisions
12152 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12153
12154 Default: Include
12155
12156 Asks: \_\_\_ subdivisions for searches generated by clicking on subject
12157 tracings.
12158
12159 Values:
12160
12161 -  Don't include
12162
12163    -  Searches for subject keywords (example:
12164       opac-search.pl?q=su,complete-subfield:%22Web%20sites%22)
12165
12166 -  Include
12167
12168    -  Searches for complete subject fields (example:
12169       opac-search.pl?q=(su,complete-subfield:%22Web%20sites%22)%20and%20(su,complete-subfield:%22Design.%22))
12170
12171 Description:
12172
12173 -  When TraceSubjectSubdivisions is set to "Include," if you click on a
12174    subject with subdivisions (subfields other than 'a') they will be
12175    searched along with the subject heading (subfield 'a'). To have only
12176    the subject heading (subfield 'a') searched, set this preference to
12177    "Don't include."
12178
12179     **Important**
12180
12181     This preference assumes that you're using XSLT stylesheets as set in
12182     the :ref:`OPACXSLTDetailsDisplay` preference.
12183
12184 .. _useicu-label:
12185
12186 UseICU
12187 ^^^^^^^^^^^^^^^^^^^^
12188
12189 Default: Not using
12190
12191 Asks: \_\_\_ ICU Zebra indexing.
12192
12193 Values:
12194
12195 -  Not using
12196
12197 -  Using
12198
12199 Description:
12200
12201 -  ICU is a set of code libraries providing Unicode and Globalization
12202    support for software applications. What this means is ICU Zebra
12203    indexing is only necessary if you use non-roman characters in your
12204    cataloging. If using ICU Zebra indexing you will want to not use
12205    :ref:`QueryFuzzy`.
12206
12207     **Important**
12208
12209     This setting will not affect Zebra indexing, it should only be used
12210     to tell Koha that you have activated ICU indexing if you have
12211     actually done so, since there is no way for Koha to figure this out
12212     on its own.
12213
12214     **Important**
12215
12216     Talk to your system administrator when changing this preference to
12217     make sure that your system is set up properly for this to work.
12218
12219 .. _usequeryparser-label:
12220
12221 UseQueryParser
12222 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12223
12224 Default: Do not try
12225
12226 Asks: \_\_\_ to use the QueryParser module for parsing queries.
12227
12228     **Note**
12229
12230     Enabling this will have no impact if you do not have QueryParser
12231     installed, and everything will continue to work as usual.
12232
12233 Values:
12234
12235 -  Do not try
12236
12237 -  Try
12238
12239 Description:
12240
12241 -  This preference enables an experimental new query parser which opens
12242    the door for a more expressive and more-effective search syntax.
12243
12244 .. _results-display-label:
12245
12246 Results Display
12247 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12248
12249 .. _defaultsortfield-&-defaultsortorder-label:
12250
12251 defaultSortField & defaultSortOrder
12252 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12253
12254 defaultSortField Default: author
12255
12256 defaultSortOrder Default: ascending
12257
12258 Asks: By default, sort search results in the staff client by \_\_\_,
12259 \_\_\_\_
12260
12261 Description:
12262
12263 -  These preferences set the default sort field and sort order for
12264    searches on the staff side. Regardless of your choice, the other sort
12265    options are still available in the drop down list on the advanced
12266    search page.
12267
12268 defaultSortField Values:
12269
12270 -  author
12271
12272 -  call number
12273
12274 -  date added
12275
12276 -  date of publication
12277
12278 -  relevance
12279
12280 -  title
12281
12282 -  total number of checkouts
12283
12284 defaultSortOrder Values:
12285
12286 -  ascending
12287
12288 -  descending
12289
12290 -  from A to Z
12291
12292 -  from Z to A
12293
12294 .. _displayfacetcount-label:
12295
12296 displayFacetCount
12297 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12298
12299 Default: Don't show
12300
12301 Asks: \_\_\_ facet counts.
12302
12303 Description:
12304
12305 -  This preference lets you decide if you show how many times a facet is
12306    used in your search results in the OPAC and the staff client. The
12307    relevance of these numbers highly depends on the value of the
12308    :ref:`maxRecordsForFacets` preference. Showing
12309    these numbers can potentially effect the performance of your
12310    searching, so test your system with different values for this
12311    preference to see what works best.
12312
12313 Values:
12314
12315 -  Don't show
12316
12317 -  Show
12318
12319    |image107|
12320
12321 .. _displaylibraryfacets-label:
12322
12323 DisplayLibraryFacets
12324 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12325
12326 Default: holding library
12327
12328 Asks: Show facets for \_\_\_
12329
12330 Values:
12331
12332 -  both home and holding library
12333
12334 -  holding library
12335
12336 -  home library
12337
12338 Description:
12339
12340 -  This preferenc controls the libraries facet that displays on search
12341    results in the staff and opac. The value selected here will determine
12342    which library(s) show in the facets when a search is run.
12343
12344 .. _facetlabeltruncationlength-label:
12345
12346 FacetLabelTruncationLength
12347 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12348
12349 Default: 20
12350
12351 Asks: Truncate facets length to \_\_\_ characters, in OPAC/staff
12352 interface.
12353
12354 Description:
12355
12356 -  In the OPAC and the staff client your facets are cut off at 20
12357    characters by default. Depending on your layout this may be too many
12358    or two few letters, this preference lets you decide what number is
12359    best for your library's design.
12360
12361 .. _facetmaxcount-label:
12362
12363 FacetMaxCount
12364 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12365
12366 Default: 20
12367
12368 Asks: Show up \_\_\_ to facets for each category.
12369
12370 Description:
12371
12372 -  This preference allows you to control how many possible limits show
12373    under each heading (Author, Series, Topics, etc) on the facets in the
12374    OPAC.
12375
12376 .. _maxitemsinsearchresults-label:
12377
12378 maxItemsInSearchResults
12379 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12380
12381 Default: 20
12382
12383 Asks: Show up to \_\_\_ items per biblio in the search results
12384
12385 Description:
12386
12387 -  This preference will let you set how many results display by default
12388    when a search is run on the Staff Client.
12389
12390 .. _maxrecordsforfacets-label:
12391
12392 maxRecordsForFacets
12393 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12394
12395 Default: 20
12396
12397 Asks: Build facets based on \_\_\_ records from the search results.
12398
12399 Description:
12400
12401 -  By default Koha only bases facets on the first page of results
12402    (usually 20 results). This preference lets you tell Koha to based the
12403    facet descriptions and numbers on any number of search results
12404    returned. The higher this number the longer it will take for your
12405    search results to return, so test with various different values to
12406    find the best balance for your library.
12407
12408 .. _maxsearchresultsitemsperrecordstatuscheck-label:
12409
12410 MaxSearchResultsItemsPerRecordStatusCheck
12411 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12412
12413 Default: 20
12414
12415 Asks: For records with many items, only check the availability status
12416 for the first \_\_\_ items.
12417
12418 Description:
12419
12420 -  Availability statuses may show incorrectly in search results if a
12421    record has more items than the limit set. Statuses will display
12422    correctly in the record details. Leave empty for no limit.
12423
12424 .. _numsearchresults-label:
12425
12426 numSearchResults
12427 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12428
12429 Default: 20
12430
12431 Asks: By default, show \_\_\_ results per page in the staff client.
12432
12433 .. _opacdefaultsortfield-and-opacdefaultsortorder-label:
12434
12435 OPACdefaultSortField & OPACdefaultSortOrder
12436 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12437
12438 OPACdefaultSortField Default: relevance
12439
12440 OPACdefaultSortOrder Default: ascending
12441
12442 Asks: By default, sort search results in the OPAC by \_\_\_, \_\_\_
12443
12444 Description:
12445
12446 -  These preferences set the default sort field and sort order for
12447    searches on the OPAC. Regardless of your choice, the other sort
12448    options are still available in the drop down list on the advanced
12449    search page.
12450
12451 OPACdefaultSortField Values:
12452
12453 -  author
12454
12455 -  call number
12456
12457 -  date added
12458
12459 -  date of publication
12460
12461 -  relevance
12462
12463 -  title
12464
12465 -  total number of checkouts
12466
12467 OPACdefaultSortOrder Values:
12468
12469 -  ascending
12470
12471 -  descending
12472
12473 -  from A to Z
12474
12475 -  from Z to A
12476
12477 .. _opacitemsresultsdisplay-label:
12478
12479 OPACItemsResultsDisplay
12480 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12481
12482 Default: Don't show
12483
12484 Asks: \_\_\_ an item's branch, location and call number in OPAC search
12485 results.
12486
12487 Values:
12488
12489 -  Don't show
12490
12491 -  Show
12492
12493 Description:
12494
12495 -  This setting selects the information about an item that will display
12496    in the search results page of the OPAC. The results can display the
12497    status of an item and/or full details including branch, location, and
12498    call number. While the 'Show' option allows for more information to
12499    be displayed on the search results page, the information can be
12500    overwhelming for large collections with multiple branches.
12501
12502 .. _opacnumsearchresults-label:
12503
12504 OPACnumSearchResults
12505 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12506
12507 Default: 20
12508
12509 Asks: By default, show \_\_\_ results per page in the OPAC.
12510
12511 .. _searchwithisbnvariations-label:
12512
12513 SearchWithISBNVariations
12514 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12515
12516 Default: don't search
12517
12518 Asks: When searching on the ISBN index, \_\_\_ on all variations of the
12519 ISBN.
12520
12521 Values:
12522
12523 -  don't search
12524
12525 -  search
12526
12527 Descriptions:
12528
12529 -  With this preference set to search you'll be able to search for ISBNs
12530    even if there are dashes or spaces in the field. So if you search for
12531    9781843345855 but the ISBN was cataloged as 978-1843345855 you'll
12532    still be able to find it if this preference is set to 'search'.
12533
12534     **Important**
12535
12536     This preference has no effect if
12537     :ref:`UseQueryParser` is on
12538
12539 .. _unimarcauthorsfacetsseparator-label:
12540
12541 UNIMARCAuthorsFacetsSeparator
12542 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12543
12544 Default: , (comma)
12545
12546 Asks: Use the following text as separator for UNIMARC authors facets \_\_\_
12547
12548 .. _search-form-label:
12549
12550 Search Form
12551 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12552
12553 .. _advancedsearchlanguages-label:
12554
12555 AdvancedSearchLanguages
12556 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12557
12558 Asks: Limit the languages listed in the advanced search drop-down to the
12559 \_\_\_ ISO 639-2 language codes (separate values with \| or ,).
12560
12561 Description:
12562
12563 -  This preference will allow you to decide what languages show in the
12564    pull down menu on the advanced search page in the OPAC and the staff
12565    client. If this preference is left blank, all languages will show. To
12566    limit the languages that are shown enter their `ISO 639-2 language
12567    codes <http://www.loc.gov/standards/iso639-2/php/code_list.php>`__
12568    separated by comma ( , ) or bar ( \| ). For example to limit listing
12569    to French and Italian, enter ita\|fre.
12570
12571 .. _advancedsearchtypes-label:
12572
12573 AdvancedSearchTypes
12574 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12575
12576 Default: itemtype
12577
12578 Asks: Show tabs in OPAC and staff-side advanced search for limiting
12579 searches on the \_\_\_ fields (separate values with \|).
12580
12581 Description:
12582
12583 -  On the advanced search page you can choose to allow filters on one or
12584    all of the following: Item types (itemtypes), Collection Codes
12585    (ccode) and Shelving Location (loc). If you would like to be able to
12586    limit searches on item type and shelving location for example you
12587    would enter itemtypes\|loc in the preference input box. The order of
12588    these fields will determine the order of the tabs in the OPAC and
12589    staff client advanced search screens. Values within the search type
12590    are OR'ed together, while each different search type is AND'ed
12591    together in the query limits. The current stored values are supported
12592    without any required modification.Each set of advanced search fields
12593    are displayed in tabs in both the OPAC and staff client. The first
12594    value in the AdvancedSearchTypes syspref is the selected tab; if no
12595    values are present, "itemtypes" is used. For non-itemtype values, the
12596    value in AdvancedSearchTypes must match the Authorised Value name,
12597    and must be indexed with 'mc-^ prefixing that name.
12598
12599    |image108|
12600
12601 .. _expandedsearchoption-label:
12602
12603 expandedSearchOption
12604 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12605
12606 Default: don't show
12607
12608 Asks: By default, \_\_\_ "More options" on the OPAC and staff advanced
12609 search pages.
12610
12611 Values:
12612
12613 -  don't show
12614
12615 -  show
12616
12617 .. _intranetnumberspreferphrase-label:
12618
12619 IntranetNumbersPreferPhrase
12620 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12621
12622 Default: don't use
12623
12624 Asks: By default, \_\_\_ the operator "phr" in the callnumber and
12625 standard number staff client searches
12626
12627 Values:
12628
12629 -  don't use
12630
12631 -  use
12632
12633 Description:
12634
12635 -  When searching by call number and standard number (biblionumber) in
12636    Koha Staff Client you can choose to force the search to be a phrase
12637    search by setting this preference to 'use.^ This will allow for more
12638    accurate results over doing a general keyword field search.
12639
12640 .. _loadsearchhistorytothefirstloggeduser-label:
12641
12642 LoadSearchHistoryToTheFirstLoggedUser
12643 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12644
12645 Default: Load
12646
12647 Asks: Load the unlogged history to the next user. \_\_\_ history to the next client.
12648
12649 Values:
12650
12651 -  Don't load
12652
12653 -  Load
12654
12655 .. _opacnumberspreferphrase-label:
12656
12657 OPACNumbersPreferPhrase
12658 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12659
12660 Default: don't use
12661
12662 Asks: By default, \_\_\_ the operator "phr" in the callnumber and
12663 standard number OPAC searches
12664
12665 Values:
12666
12667 -  don't use
12668
12669 -  use
12670
12671 Description:
12672
12673 -  When searching by call number and standard number (biblionumber) in
12674    the Koha OPAC you can choose to force the search to be a phrase
12675    search by setting this preference to 'use.^ This will allow for more
12676    accurate results over doing a general keyword field search.
12677
12678 .. _serials-label:
12679
12680 Serials
12681 ---------------------------
12682
12683 *Get there:* More > Administration > Global System Preferences > Serials
12684
12685 .. _makepreviousserialavailable-label:
12686
12687 makePreviousSerialAvailable
12688 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12689
12690 Default: Do not make
12691
12692 Asks: \_\_\_ previous serial automatically available when receiving a
12693 new serial issue. The previous issue can also be set to another item
12694 type when receiving a new one. Please note that the :ref:`item-level\_itypes <item-level\_itypes-label>`
12695 syspref must be set to specific item.
12696
12697 Values:
12698
12699 -  Do not make
12700
12701 -  Make
12702
12703 .. _opacserialdefaulttab-label:
12704
12705 opacSerialDefaultTab
12706 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12707
12708 Default: Subscriptions tab
12709
12710 Asks: Show \_\_\_ as default tab for serials in OPAC.
12711
12712 Values:
12713
12714 -  Holdings tab
12715
12716 -  Serial Collection tab
12717
12718        **Important**
12719
12720        Please note that the Serial Collection tab is currently available
12721        only for systems using the UNIMARC standard.
12722
12723    |image109|
12724
12725 -  Subscriptions tab
12726
12727    |image110|
12728
12729 .. _opacserialissuedisplaycount-label:
12730
12731 OPACSerialIssueDisplayCount
12732 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12733
12734 Default: 3
12735
12736 Asks: Show the \_\_\_ previous issues of a serial on the OPAC.
12737
12738 Description:
12739
12740 -  This preference allows the administrator to select the number of
12741    recent issues for each serial which appear in the OPAC when the
12742    serial is accessed. This is just the default value, patrons can
12743    always click to see a full list of serials.
12744
12745 .. _renewserialaddssuggestion-label:
12746
12747 RenewSerialAddsSuggestion
12748 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12749
12750 Default: Don't add
12751
12752 Asks: \_\_\_ a suggestion for a biblio when its attached serial is
12753 renewed.
12754
12755 Values:
12756
12757 -  Add
12758
12759 -  Don't add
12760
12761 Description:
12762
12763 -  If set to "Add", this preference will automatically add a serial to
12764    the Acquisitions Purchase Suggestions menu when clicking the 'renew'
12765    option. If you don't use the Acquisitions module to manage serials
12766    purchases it's best to leave this set as 'Don't add.^
12767
12768 .. _routinglistaddreserves-label:
12769
12770 RoutingListAddReserves
12771 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12772
12773 Default: Place
12774
12775 Asks: \_\_\_ received serials on hold if they are on a routing list.
12776
12777 Values:
12778
12779 -  Place
12780
12781 -  Don't place
12782
12783 .. _routinglistnote-label:
12784
12785 RoutingListNote
12786 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12787
12788 Asks: Include following note on all routing lists
12789
12790 Description:
12791
12792 -  Text entered in this box will appear below the routing list
12793    information.
12794
12795 .. _routingserials-label:
12796
12797 RoutingSerials
12798 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12799
12800 Default: Don't add
12801
12802 Asks: \_\_\_ received serials to the routing list.
12803
12804 Description:
12805
12806 -  This preference determines if serials routing lists are enabled or
12807    disabled for the library. When set to "Add", serials routing is
12808    enabled and a serial can be directed through a list of people by
12809    identifying who should receive it next. The list of people can be
12810    established for each serial to be passed using the Serials module.
12811    This preference can be used to ensure each person who needs to see a
12812    serial when it arrives at the library will get it. Learn more in the
12813    :ref:`routing list <create-a-routing-list-label>` section of this manual.
12814
12815 Values:
12816
12817 -  Add
12818
12819 -  Don't add
12820
12821 .. _staffserialissuedisplaycount-label:
12822
12823 StaffSerialIssueDisplayCount
12824 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12825
12826 Default: 3
12827
12828 Asks: Show the \_\_\_ previous issues of a serial on the staff client.
12829
12830 Description:
12831
12832 -  This preference allows the administrator to select the number of
12833    recent issues for each serial which appear in the Staff Client when
12834    the serial is accessed. This is just the default value, staff members
12835    can always click to see a full list of serials.
12836
12837 .. _subscriptionduplicatedroppedinput-label:
12838
12839 SubscriptionDuplicateDroppedInput
12840 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12841
12842 Asks: List of fields which must not be rewritten when a subscription is
12843 duplicated (Separated by pipe \|) \_\_\_
12844
12845 Description:
12846
12847 -  When duplicating a subscription sometimes you don't want all of the
12848    fields duplicated, using this preference you can list the fields that
12849    you don't want to be duplicated. These field names come from the
12850    subscription table in the Koha database. Learn what fields are in
12851    that table on the `Koha DB
12852    Schema <http://schema.koha-community.org/tables/subscription.html>`__
12853    site.
12854
12855 .. _subscriptionhistory-label:
12856
12857 SubscriptionHistory
12858 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12859
12860 Default: full history
12861
12862 Asks: When showing the subscription information for a bibliographic
12863 record, preselect \_\_\_ view of serial issues.
12864
12865 Values:
12866
12867 -  brief history
12868
12869    |image111|
12870
12871 -  full history
12872
12873    |image112|
12874
12875 Description:
12876
12877 -  This preference determines what information appears in the OPAC when
12878    the user clicks the More Details option. The 'brief' option displays
12879    a one-line summary of the volume and issue numbers of all issues of
12880    that serial held by the library. The 'full' option displays a more
12881    detailed breakdown of issues per year, including information such as
12882    the issue date and the status of each issue.
12883
12884 .. _staff-client-label:
12885
12886 Staff Client
12887 ------------------------------
12888
12889 *Get there:* More > Administration > Global System Preferences > Staff
12890 Client
12891
12892 .. _staffappearance-label:
12893
12894 Appearance
12895 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12896
12897 .. _display856uasimage-label:
12898
12899 Display856uAsImage
12900 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12901
12902 Default: Neither details or results page
12903
12904 Asks: Display the URI in the 856u field as an image on: \_\_\_
12905
12906 Values:
12907
12908 -  Both results and details pages
12909
12910    -  **Important**
12911
12912           Not implemented yet
12913
12914 -  Detail page only
12915
12916    -  **Important**
12917
12918           :ref:`XSLTDetailsDisplay` needs to be on
12919           for this preference to work.
12920
12921    |image113|
12922
12923 -  Neither details or results page
12924
12925 -  Results page only
12926
12927    -  **Important**
12928
12929           Not yet implemented
12930
12931 Description:
12932
12933 -  In addition to this option being set, the corresponding XSLT option
12934    must be turned on. Also, the corresponding 856q field must have a
12935    valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
12936    starting with "image/"), or the generic indicator "img" entered in
12937    the field. When all of the requirements are met, an image file will
12938    be displayed instead of the standard link text. Clicking on the image
12939    will open it in the same way as clicking on the link text. When you
12940    click on the image it should open to full size, in the current window
12941    or in a new window depending on the value in the system pref
12942    :ref:`OPACURLOpenInNewWindow`.
12943
12944    |image114|
12945
12946 .. _displayiconsxslt-label:
12947
12948 DisplayIconsXSLT
12949 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12950
12951 Default: Show
12952
12953 Asks: \_\_\_ the format, audience, and material type icons in XSLT
12954 MARC21 results and detail pages in the staff client.
12955
12956     **Important**
12957
12958     :ref:`XSLTResultsDisplay` and/or
12959     :ref:`XSLTDetailsDisplay` must be set to use an
12960     XSLT stylesheet (default or custom) for these icons to show.
12961
12962 Values:
12963
12964 -  Don't show
12965
12966 -  Show
12967
12968    |image115|
12969
12970     **Note**
12971
12972     See the :ref:`XSLT material type icons <_material-type-cataloging-guide-label>` 
12973     for more information on these icons.
12974
12975 .. _intranet\_includes-label:
12976
12977 intranet\_includes
12978 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12979
12980 Default: includes
12981
12982 Asks: Use include files from the \_\_\_ directory in the template
12983 directory, instead of includes/. (Leave blank to disable)
12984
12985 .. _intranetcirculationhomehtml-label:
12986
12987 IntranetCirculationHomeHTML
12988 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12989
12990 Asks: Show the following HTML in its own div on the bottom of the home
12991 page of the circulation module:
12992
12993     |image1198|
12994
12995 .. _intranetcolorstylesheet-label:
12996
12997 intranetcolorstylesheet
12998 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12999
13000 Asks: Include the additional CSS stylesheet \_\_\_ to override specified
13001 settings from the default stylesheet
13002
13003 Description:
13004
13005 -  This preference is used to set the background color and style of the
13006    Staff Client. The value is a .css file. The system administrator
13007    should determine which file is appropriate. Enter just a filename, a
13008    full local path or a complete URL starting with http:// (if the file
13009    lives on a remote server). Please note that if you just enter a
13010    filename, the file should be in the css subdirectory for each active
13011    theme and language within the Koha templates directory. A full local
13012    path is expected to start from your HTTP document root.
13013
13014     **Important**
13015
13016     Leave this field blank to disable.
13017
13018 .. _intranetfavicon-label:
13019
13020 IntranetFavicon
13021 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13022
13023 Asks: Use the image at \_\_\_ for the Staff Client's favicon.
13024
13025     **Important**
13026
13027     This should be a complete URL, starting with http://
13028
13029     **Note**
13030
13031     Turn your logo into a favicon with the `Favicon
13032     Generator <http://antifavicon.com/>`__.
13033
13034 Description:
13035
13036 -  The favicon is the little icon that appears next to the URL in the
13037    address bar in most browsers. The default value for this field (if
13038    left blank) is the small 'K' in the Koha logo.
13039
13040    |image116|
13041
13042 .. _intranetmainuserblock-label:
13043
13044 IntranetmainUserblock
13045 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13046
13047 Asks: Show the following HTML in its own column on the main page of the
13048 staff client
13049
13050 |image117|
13051
13052 |image118|
13053
13054 .. _intranetnav-label:
13055
13056 IntranetNav
13057 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13058
13059 Asks: Show the following HTML in the More menu at the top of each page
13060 on the staff client (should be a list of links or blank)
13061
13062 .. _intranetreportshomehtml-label:
13063
13064 IntranetReportsHomeHTML
13065 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13066
13067 Asks: Show the following HTML in its own div on the bottom of the home
13068 page of the reports module:
13069
13070     |image1199|
13071
13072 .. _intranetslipprinterjs-label:
13073
13074 IntranetSlipPrinterJS
13075 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13076
13077 Asks: Use the following JavaScript for printing slips.
13078
13079 Description:
13080
13081 -  The most logical use of this preference is in conjunction with the
13082    `jsPrintSetup <http://jsprintsetup.mozdev.org/>`__ Firefox add-on.
13083    Learn more about this preference and the add-on setup on the Koha
13084    wiki at
13085    http://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently.
13086
13087 .. _intranetstylesheet-label:
13088
13089 intranetstylesheet
13090 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13091
13092 Asks: Use the CSS stylesheet \_\_\_ on all pages in the staff interface,
13093 instead of the default css (used when leaving this field blank).
13094
13095 Description:
13096
13097 -  The Intranetstylesheet preference is a layout and design feature for
13098    the intranet or staff client. This preference allows a library to
13099    customize the appearance of the Staff Client. Enter just a filename,
13100    a full local path or a complete URL starting with http:// (if the
13101    file lives on a remote server). Please note that if you just enter a
13102    filename, the file should be in the css subdirectory for each active
13103    theme and language within the Koha templates directory. A full local
13104    path is expected to start from your HTTP document root.
13105
13106 .. _intranetusercss-label:
13107
13108 IntranetUserCSS
13109 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13110
13111 Asks: Include the following CSS on all pages in the staff client
13112
13113 .. _intranetuserjs-label:
13114
13115 IntranetUserJS
13116 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13117
13118 Asks: Include the following JavaScript on all pages in the staff
13119 interface
13120
13121 Description:
13122
13123 -  This preference allows the administrator to enter JavaScript or
13124    JQuery that will be embedded across all pages of the Staff Client.
13125    Administrators may use this preference to customize some of the
13126    interactive sections of Koha, customizing the text for the login
13127    prompts, for example. Sample JQuery scripts used by Koha libraries
13128    can be found on the wiki:
13129    http://wiki.koha-community.org/wiki/JQuery_Library.
13130
13131 .. _slipcss-label:
13132
13133 SlipCSS
13134 ^^^^^^^^^^^^^^^^^^^^^^
13135
13136 Asks: Include the stylesheet at \_\_\_ on Issue and Reserve Slips.
13137
13138     **Important**
13139
13140     This should be a complete URL, starting with http://
13141
13142 Description:
13143
13144 -  If you would like to style your receipts or slips with a consistent
13145    set of fonts and colors you can use this preference to point Koha to
13146    a stylesheet specifically for your slips.
13147
13148 .. _staffclientbaseurl-label:
13149
13150 staffClientBaseURL
13151 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13152
13153 Asks: The staff client is located at http:// \_\_\_
13154
13155 .. _stafflangselectormode-label:
13156
13157 StaffLangSelectorMode
13158 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13159
13160 Default: only footer
13161
13162 Asks: Display language selector on \_\_\_
13163
13164 Values:
13165
13166 -  both top and footer
13167
13168 -  only footer
13169
13170 -  top
13171
13172 .. _template-label:
13173
13174 template
13175 ^^^^^^^^^^^^^^^^^^^^^^^^
13176
13177 Default: prog
13178
13179 Asks: Use the \_\_\_ theme on the staff interface.
13180
13181 Values:
13182
13183 -  prog
13184
13185     **Important**
13186
13187     Do not include a trailing slash in the URL this will break links
13188     created using this URL. (example: www.google.com not
13189     www.google.com/)
13190
13191 .. _xsltdetailsdisplay-label:
13192
13193 XSLTDetailsDisplay
13194 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13195
13196 Default: default
13197
13198 Asks: Display details in the staff client using XSLT stylesheet at
13199 \_\_\_
13200
13201 Values:
13202
13203 -  leave empty to not use the XSLT stylesheet
13204
13205    -  In previous versions of Koha this was the setting that read
13206       'normally'
13207
13208       |image119|
13209
13210 -  enter "default" for the default one
13211
13212    |image120|
13213
13214 -  put a path to define a XSLT file
13215
13216    -  ex: /path/to/koha/and/your/stylesheet.xsl
13217
13218    -  If in a multi-language system you can enter {langcode} in the path
13219       to tell Koha to look in the right language folder
13220
13221       -  ex:
13222          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13223
13224       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13225
13226 -  put an URL for an external specific stylesheet
13227
13228    -  ex: http://mykoha.org/stylesheet.xsl
13229
13230 Description:
13231
13232 -  XSLT stylesheets allow for the customization of the details shown on
13233    the screen when viewing a bib record. This preference will allow you
13234    either use the default look that comes with Koha or design your own
13235    stylesheet.
13236
13237 .. _xsltlistsdisplay-label:
13238
13239 XSLTListsDisplay
13240 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13241
13242 Default: default
13243
13244 Asks: Display lists in the staff client using XSLT stylesheet at
13245 \_\_\_
13246
13247 Values:
13248
13249 -  leave empty to not use the XSLT stylesheet
13250
13251    -  In previous versions of Koha this was the setting that read
13252       'normally'
13253
13254 -  enter "default" for the default one
13255
13256 -  put a path to define a XSLT file
13257
13258    -  ex: /path/to/koha/and/your/stylesheet.xsl
13259
13260    -  If in a multi-language system you can enter {langcode} in the path
13261       to tell Koha to look in the right language folder
13262
13263       -  ex:
13264          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13265
13266       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13267
13268 -  put an URL for an external specific stylesheet
13269
13270    -  ex: http://mykoha.org/stylesheet.xsl
13271
13272 Description:
13273
13274 -  XSLT stylesheets allow for the customization of the details shown on
13275    the screen when viewing a list. This preference will allow you
13276    either use the default look that comes with Koha or design your own
13277    stylesheet.
13278
13279 .. _xsltresultsdisplay-label:
13280
13281 XSLTResultsDisplay
13282 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13283
13284 Default: default
13285
13286 Asks: Display results in the staff client using XSLT stylesheet at
13287 \_\_\_
13288
13289 Values:
13290
13291 -  leave empty to not use the XSLT stylesheet
13292
13293    -  In previous versions of Koha this was the setting that read
13294       'normally'
13295
13296 -  enter "default" for the default one
13297
13298 -  put a path to define a XSLT file
13299
13300    -  ex: /path/to/koha/and/your/stylesheet.xsl
13301
13302    -  If in a multi-language system you can enter {langcode} in the path
13303       to tell Koha to look in the right language folder
13304
13305       -  ex:
13306          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13307
13308       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13309
13310 -  put an URL for an external specific stylesheet
13311
13312    -  ex: http://mykoha.org/stylesheet.xsl
13313
13314 Description:
13315
13316 -  XSLT stylesheets allow for the customization of the details shown on
13317    the screen when viewing the search results. This preference will
13318    allow you either use the default look that comes with Koha or design
13319    your own stylesheet.
13320
13321 .. _options-label:
13322
13323 Options
13324 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13325
13326 .. _audioalerts-label:
13327
13328 AudioAlerts
13329 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13330
13331 Default: Don't enable
13332
13333 Asks: \_\_\_ audio alerts for events defined in the audio alerts section
13334 of administration.
13335
13336 Values:
13337
13338 -  Don't enable
13339
13340 -  Enable
13341
13342     **Important**
13343
13344     This feature is not supported by all browsers. Requires an HTML5
13345     compliant browser.
13346
13347 .. _hidepatronname-label:
13348
13349 HidePatronName
13350 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13351
13352 Default: Show
13353
13354 Asks: \_\_\_ the names of patrons that have items checked out or on hold
13355 on detail pages or the "Place Hold" screen.
13356
13357 Values:
13358
13359 -  Don't show
13360
13361 -  Show
13362
13363 .. _intranetbookbag-label:
13364
13365 intranetbookbag
13366 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13367
13368 Default: Show
13369
13370 Asks: \_\_\_ the cart option in the staff client.
13371
13372 Values:
13373
13374 -  Don't show
13375
13376 -  Show
13377
13378 .. _intranetcatalogsearchpulldown-label:
13379
13380 IntranetCatalogSearchPulldown
13381 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13382
13383 Default: Don't show
13384
13385 Asks: \_\_\_ a search field pulldown for 'Search the catalog' boxes.
13386
13387 Values:
13388
13389 -  Don't show
13390
13391 -  Show
13392
13393 .. _staffdetailitemselection-label:
13394
13395 StaffDetailItemSelection
13396 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13397
13398 Default: Enable
13399
13400 Asks: \_\_\_ item selection in record detail page.
13401
13402 Values:
13403
13404 -  Disable
13405
13406 -  Enable
13407
13408 Description:
13409
13410 -  This preference lets you choose to show (or not show) checkboxes to
13411    the left of every item in the holdings tab on the detail display of a
13412    record in the staff client. Showing these checkboxes allows the staff
13413    members to select multiple items to edit or delete at once.
13414
13415    |image121|
13416
13417 .. _usewysiwyginsystempreferences-label:
13418
13419 UseWYSIWYGinSystemPreferences
13420 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13421
13422 Default: Don't show
13423
13424 Asks: \_\_\_ WYSIWYG editor when editing certain HTML system
13425 preferences.
13426
13427 Values:
13428
13429 -  Don't show
13430
13431 -  Show
13432
13433     |image1200|
13434
13435 Description:
13436
13437 -  This preference allows you to chang system preferences with HTML in
13438    them to WYSIWYG editors instead of plain text boxes.
13439
13440 .. _viewisbd-label:
13441
13442 viewISBD
13443 ^^^^^^^^^^^^^^^^^^^^^^^^
13444
13445 Default: Allow
13446
13447 Asks: \_\_\_ staff to view records in ISBD form on the staff client.
13448
13449 Values:
13450
13451 -  Allow
13452
13453 -  Don't allow
13454
13455 .. _viewlabeledmarc-label:
13456
13457 viewLabeledMARC
13458 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13459
13460 Default: Allow
13461
13462 Asks: \_\_\_ staff to view records in labeled MARC form on the staff
13463 client.
13464
13465 Values:
13466
13467 -  Allow
13468
13469 -  Don't allow
13470
13471 .. _viewmarc-label:
13472
13473 viewMARC
13474 ^^^^^^^^^^^^^^^^^^^^^^^^
13475
13476 Default: Allow
13477
13478 Asks: \_\_\_ staff to view records in plain MARC form on the staff
13479 client.
13480
13481 Values:
13482
13483 -  Allow
13484
13485 -  Don't allow
13486
13487 .. _tools-label:
13488
13489 Tools
13490 -----------------------
13491
13492 *Get there:* More > Administration > Global System Preferences > Tools
13493
13494 .. _batch-item-label:
13495
13496 Batch Item
13497 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13498
13499 These preferences are in reference to the :ref:`Batch Item
13500 Modification <batch-item-modification-label>` tool.
13501
13502 .. _maxitemsforbatchdel-label:
13503
13504 MaxItemsForBatchDel
13505 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13506
13507 Default: 1000
13508
13509 Asks: Display up to \_\_\_ items in a single deletion batch.
13510
13511 Description:
13512
13513 -  In the :ref:`batch item delete tool <batch-item-deletion-label>` this will
13514    prevent the display of more than the items you entered in this
13515    preference, but you will be able to delete more than the number you
13516    enter here.
13517
13518 .. _maxitemsforbatchmod-label:
13519
13520 MaxItemsForBatchMod
13521 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13522
13523 Default: 1000
13524
13525 Asks: Process up to \_\_\_ items in a single modification batch.
13526
13527 Description:
13528
13529 -  In the :ref:`batch item modification
13530    tool <batch-item-modification-label>` this preference will prevent the editing
13531    of more than the number entered here.
13532
13533 .. _news-label:
13534
13535 News
13536 ~~~~~~~~~~~~~~~~~~~~~~~~~
13537
13538 .. _newsauthordisplay-label:
13539
13540 NewsAuthorDisplay
13541 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13542
13543 Default: not at all
13544
13545 Asks: Show the author for news items: \_\_\_
13546
13547 Values:
13548
13549 -  Both OPAC and staff client
13550
13551 -  Not at all
13552
13553 -  OPAC only
13554
13555 -  Staff client only
13556
13557 .. _patron-cards-label:
13558
13559 Patron Cards
13560 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13561
13562 These preferences are in reference to the :ref:`Patron Card
13563 Creator <patron-card-creator-label>` tool.
13564
13565 .. _imagelimit-label:
13566
13567 ImageLimit
13568 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13569
13570 Asks: Limit the number of creator images stored in the database to
13571 \_\_\_ images.
13572
13573 .. _reports-label:
13574
13575 Reports
13576 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13577
13578 These preferences are in reference to the Reports module.
13579
13580 .. _numsavedreports-label:
13581
13582 NumSavedReports
13583 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13584
13585 Default: 20
13586
13587 Asks: By default, show \_\_\_ reports on the Saved Reports page.
13588
13589 .. _upload-label:
13590
13591 Upload
13592 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13593
13594 .. _uploadpurgetemporaryfilesdays-label:
13595
13596 UploadPurgeTemporaryFilesDays
13597 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13598
13599 Default: blank
13600
13601 Asks: Automatically delete temporary uploads older than \_\_\_ days in
13602 cleanup_database cron job.
13603
13604 .. _web-services-label:
13605
13606 Web Services
13607 -----------------------------------
13608
13609 *Get there:* More > Administration > Global System Preferences > Web
13610 Services
13611
13612 .. _ils-di-label:
13613
13614 ILS-DI
13615 ~~~~~~~~~~~~~~~~~~~~~~~~
13616
13617 .. _ils-di-pref-label:
13618
13619 ILS-DI
13620 ^^^^^^^^^^^^^^^^^^^^
13621
13622 Default: Disable
13623
13624 Asks: \_\_\_ ILS-DI services for OPAC users
13625
13626 Values:
13627
13628 -  Disable
13629
13630 -  Enable
13631
13632 .. _ils-di:authorizedips-label:
13633
13634 ILS-DI:AuthorizedIPs
13635 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13636
13637 Asks: \_\_\_ allowed IPs to use the ILS-DI services
13638
13639 .. _idref-pref-label:
13640
13641 IdRef
13642 ~~~~~~~~~~~~~~~~~~~~~~~
13643
13644 .. _idref-label:
13645
13646 IdRef
13647 ^^^^^^^^^^^^^^^^^^
13648
13649 Default: Disable
13650
13651 Asks: \_\_\_ the IdRef webservice from the opac detail page. IdRef
13652 allows to request authorities from the Sudoc database.
13653
13654 Values:
13655
13656 -  Disable
13657
13658 -  Enable
13659
13660 Description:
13661
13662 -  IdRef is a French service for Sudoc autorities. Using the `Sudoc
13663    database <http://www.sudoc.abes.fr/>`__, it allows to request /
13664    modify / add authorities. If a record comes from the Sudoc (so 009 is
13665    filled with an integer), at the OPAC you will see "Author: Idref" if
13666    a 7..$3 (unimarc author) if filled with a ppn. On clicking on the
13667    Idref link, a popup will display.
13668
13669     |image1201|
13670
13671    The Idref webservice is requested and all records (by roles) for this
13672    author will be displayed
13673
13674    |image1202|
13675
13676    There is 1 line / record and 2 links at the end. 1 will request Koha
13677    (cgi-bin/koha/opac-search.pl?q=ident:003381862), the other one will
13678    redirect to the sudoc page (http://www.sudoc.fr/003381862).
13679
13680 -  **Important**
13681
13682        Please note that this feature is available only for libraries
13683        using UNIMARC.
13684
13685 -  **Note**
13686
13687        The French Sudoc database should not be confused with the US
13688        Superintendent of Documents (SuDocs) Classification Scheme.
13689
13690 .. _oai-pmh-label:
13691
13692 OAI-PMH
13693 ~~~~~~~~~~~~~~~~~~~~~~~
13694
13695 .. _oai-pmh-pref-label:
13696
13697 OAI-PMH
13698 ^^^^^^^^^^^^^^^^^^^^^^
13699
13700 Default: Disable
13701
13702 Asks: \_\_\_ Koha's OAI-PMH server.
13703
13704 Values:
13705
13706 -  Disable
13707
13708 -  Enable
13709
13710 Description:
13711
13712 -  Once enabled you can visit http://YOURKOHACATALOG/cgi-bin/koha/oai.pl
13713    to see your file. For the Open Archives Initiative-Protocol for
13714    Metadata Harvesting (OAI-PMH) there are two groups of 'participants':
13715    Data Providers and Service Providers. Data Providers (open archives,
13716    repositories) provide free access to metadata, and may, but do not
13717    necessarily, offer free access to full texts or other resources.
13718    OAI-PMH provides an easy to implement, low barrier solution for Data
13719    Providers. Service Providers use the OAI interfaces of the Data
13720    Providers to harvest and store metadata. Note that this means that
13721    there are no live search requests to the Data Providers; rather,
13722    services are based on the harvested data via OAI-PMH. Koha at present
13723    can only act as a Data Provider. It can not harvest from other
13724    repositories. The biggest stumbling block to having Koha harvest from
13725    other repositories is that MARC is the only metadata format that Koha
13726    indexes natively. Visit
13727    http://www.oaforum.org/tutorial/english/page3.htm for diagrams of how
13728    OAI-PMH works.
13729
13730 Learn more about OAI-PMH at: http://www.openarchives.org/pmh/
13731
13732 .. _oai-pmh:archiveid-label:
13733
13734 OAI-PMH:archiveID
13735 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13736
13737 Default: KOHA-OAI-TEST
13738
13739 Asks: Identify records at this site with the prefix \_\_\_ :
13740
13741 .. _oai-pmh:autoupdatesets-label:
13742
13743 OAI-PMH:AutoUpdateSets
13744 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13745
13746 Default: Disable
13747
13748 Asks: \_\_\_ automatic update of OAI-PMH sets when a bibliographic
13749 record is created or updated.
13750
13751 Values:
13752
13753 -  Disable
13754
13755 -  Enable
13756
13757 .. _oai-pmh:conffile-label:
13758
13759 OAI-PMH:ConfFile
13760 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13761
13762 If this preference is left empty, Koha's OAI Server operates in normal
13763 mode, otherwise it operates in extended mode. In extended mode, it's
13764 possible to parameter other formats than marcxml or Dublin Core.
13765 OAI-PMH:ConfFile specify a YAML configuration file which list available
13766 metadata formats and XSL file used to create them from marcxml records.
13767
13768 For more information, see the :ref:`sample conf file <sample-oai-conf-file-label>`
13769 section.
13770
13771 .. _oai-pmh:deletedrecord-label:
13772
13773 OAI-PMH:DeletedRecord
13774 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13775
13776 Default: will never be emptied or truncated (persistent)
13777
13778 Asks: Koha's deletedbiblio table \_\_\_
13779
13780 Values:
13781
13782 -  will never have any data in it (no)
13783
13784 -  will never be emptied or truncated (persistent)
13785
13786 -  might be emptied or truncated at some point (transient)
13787
13788 .. _oai-pmh:maxcount-label:
13789
13790 OAI-PMH:MaxCount
13791 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13792
13793 Default: 50
13794
13795 Asks: Only return \_\_\_ records at a time in response to a ListRecords
13796 or ListIdentifiers query.
13797
13798 Description:
13799
13800 -  This is the maximum number of records that would be returned based on
13801    ListRecord or ListIdentifier queries from harvesters. ListRecords
13802    harvest the entire records while the ListIdentifier is an abbreviated
13803    form of ListRecords, retrieving only headers rather than records.
13804
13805 .. _reporting-label:
13806
13807 Reporting
13808 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13809
13810 .. _svcmaxreportrows-label:
13811
13812 SvcMaxReportRows
13813 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13814
13815 Default: 10
13816
13817 Asks: Only return \_\_\_ rows of a report requested via the reports web
13818 service.
13819
13820 Description:
13821
13822 -  This value will be used to limit the number of results returned by
13823    `public reports <#publicreport>`__.