Split system preferences out of administration into their own chapter
[kohadocs.git] / source / systempreferences.rst
1 .. include:: images.rst
2
3 Global system preferences
4 =========================
5
6 .. _global-system-preferences-label:
7
8 Global system preferences control the way your Koha system works in
9 general. Set these preferences before anything else in Koha.
10
11 -  *Get there:* More > Administration > Global System Preferences
12
13 |image0|
14
15 System preferences can be searched (using any part of the preference
16 name or description) using the search box on the 'Administration' page
17 or the search box at the top of each system preferences page.
18
19 |image1|
20
21 When editing preferences a ^(modified)^ tag will appear next to items
22 you change until you click the 'Save All' button:
23
24 |image2|
25
26 After saving your preferences you'll get a confirmation message telling
27 you what preferences were saved:
28
29 |image3|
30
31 Each section of preferences can be sorted alphabetically by clicking the
32 small down arrow to the right of the word 'Preference' in the header
33 column
34
35 |image4|
36
37 If the preference refers to monetary values (like
38 :ref:`maxoutstanding`) the currency displayed will be the
39 default you set in your :ref:`Currencies and Exchange Rates`
40 administration area. In the examples to
41 follow they will all read USD for U.S. Dollars.
42
43     **Important**
44
45     For libraries systems with unique URLs for each site the system
46     preference can be overridden by editing your koha-http.conf file
47     this has to be done by a system administrator or someone with access
48     to your system files. For example if all libraries but one want to
49     have search terms highlighted in results you set the
50     OpacHighlightedWords preference to 'Highlight' then edit the
51     koha-http.conf for the library that wants this turned off by adding
52     'SetEnv OVERRIDE\_SYSPREF\_OpacHighlightedWords "0"^. After
53     restarting the web server that one library will no longer see
54     highlighted terms. Consult with your system administrator for more
55     information.
56
57 .. _acquisitions-label:
58
59 Acquisitions
60 ----------------------------
61
62 *Get there:* More > Administration > Global System Preferences >
63 Acquisitions
64
65 .. _acquisitions-policy-label:
66
67 Policy
68 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69
70 .. _acqcreateitem-label:
71
72 AcqCreateItem
73 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
74
75 Default: placing an order
76
77 Asks: Create an item when \_\_\_.
78
79 Values:
80
81 -  cataloging a record
82
83 -  placing an order
84
85 -  receiving an order
86
87 Description:
88
89 -  This preference lets you decide when you'd like to create an item
90    record in Koha. If you choose to add an item record when 'placing an
91    order' then you will enter item information in as you place records
92    in your basket. If you choose to add the item when 'receiving an
93    order' you will be asked for item record information when you're
94    receiving orders in acquisitions. If you choose to add the item when
95    'cataloging a record' then item records will not be created in
96    acquisitions at all, you will need to go to the cataloging module to
97    add the items.
98
99 .. _acqenablefiles-label:
100
101 AcqEnableFiles
102 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
103
104 Default: Don't
105
106 Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
107 invoices.
108
109 Values:
110
111 -  Do
112
113 -  Don't
114
115 Description:
116
117 -  This preference controls whether or not you allow the uploading of
118    invoice files via the acquisitions module.
119
120 .. _acqitemsetsubfieldswhenreceiptiscancelled-label:
121
122 AcqItemSetSubfieldsWhenReceiptIsCancelled
123 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
124
125 Asks: Upon cancelling a receipt, update the item's subfields if they
126 were created when placing an order (e.g. o=5\|a="bar foo""). \_\_\_
127
128 Description:
129
130 -  This preference is used in conjunction with the
131    :ref:`AcqItemSetSubfieldsWhenReceived`
132    preference. If you have the system set to enter default values when
133    you receive you will want to have those values revert back if reeipt
134    is cancelled. This preference allows you to do that.
135
136 `AcqItemSetSubfieldsWhenReceived`
137 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
138
139 Asks: Upon receiving items, update their subfields if they were created
140 when placing an order (e.g. o=5\|a="foo bar"). \_\_\_
141
142 Description:
143
144 -  This preference allows you to set default values for items that you
145    receive via acquisitions. Enter the data as subfield=value and split
146    your values with a bar ( \| ). For example you can remove the Ordered
147    status on the item automatically when you receive it just by entering
148    7=0 in this preference. That will set the Not for Loan status
149    (subfield 7) to 0 which is available.
150
151 .. _acqviewbaskets-label:
152
153 AcqViewBaskets
154 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
155
156 Default: created by staff member
157
158 Asks: Show baskets \_\_\_
159
160 Values:
161
162 -  created by staff member
163
164 -  from staff member's branch
165
166 -  in system, regardless of owner
167
168 Description:
169
170 -  When in acquisitions this preference allows you to control whose
171    baskets you can see when looking at a vendor. The default value of
172    'created by staff member' makes it so that you only see the baskets
173    you created. Choosing to see baskets 'from staff member's branch'
174    will show you the baskets created by anyone at the branch you're
175    logged in at. Finally, you can choose to set this preference to show
176    you all baskets regardless of who created it ('in system, regardless
177    of owner). Regardless of which value you choose for this preference,
178    superlibrarians can see all baskets created in the system.
179
180 .. _acqwarnonduplicateinvoice-label:
181
182 AcqWarnOnDuplicateInvoice
183 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
184
185 Default: Do not warn
186
187 Asks: \_\_\_ when the librarian tries to create an invoice with a
188 duplicate number.
189
190 Values:
191
192 -  Do not warn
193
194 -  Warn
195
196 .. _basketconfirmations-label:
197
198 BasketConfirmations
199 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
200
201 Default: always ask for confirmation
202
203 Asks: When closing or reopening a basket, \_\_\_.
204
205 Values:
206
207 -  always ask for confirmation
208
209 -  do not ask for confirmation
210
211 Descriptions:
212
213 -  This preference adds the option to skip confirmations on closing and
214    reopening a basket. If you skip the confirmation, you do not create a
215    new basket group.
216
217 .. _claimsbcccopy-label:
218
219 ClaimsBccCopy
220 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
221
222 Default: Don't send
223
224 Asks: \_\_\_ blind copy (BCC) to logged in user when sending serial or
225 acquisitions claims notices.
226
227 Values:
228
229 -  Don't send
230
231 -  Send
232
233 Description:
234
235 -  When filing a claim in the :ref:`Claim Late Serials` or
236    Acquisitions module this preference will allow for
237    the sending of a copy of the email to the librarian.
238
239 .. _currencyformat-label:
240
241 CurrencyFormat
242 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
243
244 Default: 360,000.00 (US)
245
246 Asks: Display currencies using the following format \_\_\_
247
248 Values:
249
250 -  360,000.00 (US)
251
252 -  360 000,00 (FR)
253
254 .. _gist-label:
255
256 gist
257 ^^^^^^^^^^^^^^^^
258
259 Default: 0
260
261 Asks: The default tax rate is \_\_\_
262
263 Description:
264
265 -  This preference will allow the library to define a default Goods and
266    Services Tax rate. The default of value of 0 will disable this
267    preference.
268
269     **Note**
270
271     Enter this value as a number (.06) versus a percent (6%).
272
273 .. _marcfieldstoorder-label:
274
275 MarcFieldsToOrder
276 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
277
278 Asks: Set the mapping values for a new order line created from a MARC
279 record in a staged file.
280
281 Description:
282
283 -  This preference includes MARC fields to check for order information
284    to use when you are trying to :ref:`Order from a staged file` in
285    acquisitions. You can use the following fields: price, quantity,
286    budget\_code, discount, sort1, sort2.
287
288    For example:
289
290    ::
291
292        price: 947$a|947$c
293        quantity: 969$h
294        budget_code: 922$a
295
296 .. _marcitemfieldstoorder-label:
297
298 MarcItemFieldsToOrder
299 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
300
301 Asks: Set the mapping values for new item records created from a MARC record
302 in a staged file.
303
304 Description:
305
306 -  This preference automatically generates items in Koha with populated
307    information based on a 9XX field and subfield. You can use the following
308    fields: homebranch, holdingbranch, itype, nonpublic_note, public_note, loc,
309    ccode, notforloan, uri, copyno, price, replacementprice and itemcallnumber.
310    Special fields: quantity and budget_code
311
312 For example:
313
314 ::
315
316        homebranch: 975$a
317        holdingbranch: 975$b
318        public_note: 975$z
319        loc: 975$c
320
321 .. _uniqueitemfields-label:
322
323 UniqueItemFields
324 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
325
326 Default: barcode
327
328 Asks:\_\_\_ (space-separated list of fields that should be unique for
329 items, must be valid SQL fields of
330 `items <http://schema.koha-community.org/tables/items.html>`__ table)
331
332 Description:
333
334 -  If this preference is left blank when adding items in acquisitions
335    there will be no check for uniqueness. This means that a duplicate
336    barcode can be created in acquisitions which will cause errors later
337    when checking items in and out.
338
339 .. _printing-label:
340
341 Printing
342 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
343
344 .. _orderpdfformat-label:
345
346 OrderPdfFormat
347 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
348
349 Default: pdfformat::layout2pages
350
351 Asks: Use \_\_\_ when printing basket groups.
352
353 .. _administration-label:
354
355 Administration
356 --------------------------------
357
358 These preferences are general settings for your system.
359
360 *Get there:* More > Administration > Global System Preferences >
361 Administration
362
363 .. _cas-authentication-label:
364
365 CAS Authentication
366 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
367
368 The Central Authentication Service (CAS) is a single sign-on protocol
369 for the web. If you don't know what this is, leave these preferences set
370 to their defaults.
371
372 .. _casauthentication-label:
373
374 casAuthentication
375 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
376
377 Default: Don't use
378
379 Asks: \_\_\_ CAS for login authentication.
380
381 .. _caslogout-label:
382
383 casLogout
384 ^^^^^^^^^^^^^^^^^^^^^^^^^^
385
386 Default: Don't logout
387
388 Asks: \_\_\_ of CAS when logging out of Koha.
389
390 .. _casserverurl-label:
391
392 casServerUrl
393 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
394
395 Asks: The CAS Authentication Server can be found at \_\_\_
396
397 .. _google-openid-connect-label:
398
399 Google OpenID Connect
400 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
401
402 Visit the `Google Developers
403 Console <https://console.developers.google.com/>`__ to obtain OAuth 2.0
404 credentials such as a client ID and client secret that are known to both
405 Google and your application.
406
407    |image1179|
408
409 -  Create a project, and give it some details to help you identify it
410    later
411
412    |image5|
413
414 -  Next search for the Google Identity and Access Management API
415
416    |image6|
417
418 -  Enable the Google Identity and Access Management API
419
420    |image7|
421
422 -  Go to 'Credentials' and set the OAuth cosent screen values
423
424    |image8|
425
426 -  Next choose to 'Create credentials' from the 'Credentials' page
427
428    |image9|
429
430 -  Choose 'Web application' from the 'Application type' menu and fill in
431    the form presented
432
433    |image10|
434
435    -  Set 'Authorized JavaScript origins' to your OPACBaseURL
436
437    -  Change the 'Authorized Redirect URIs' to
438       http://YOUROPAC/cgi-bin/koha/svc/auth/googleopenidconnect
439
440 -  You will be presented with your values for your client ID and your
441    client secret after saving
442
443    |image11|
444
445 .. _googleoauth2clientid-label:
446
447 GoogleOAuth2ClientID
448 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
449
450 Asks: Google OAuth2 Client ID \_\_\_
451
452 .. _googleoauth2clientsecret-label:
453
454 GoogleOAuth2ClientSecret
455 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
456
457 Asks: Google OAuth2 Client Secret \_\_\_
458
459 .. _googleopenidconnect-label:
460
461 GoogleOpenIDConnect
462 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
463
464 Default: No
465
466 Asks: Use Google OpenID Connect login: \_\_\_
467
468     **Important**
469
470     You will need to select OAuth2 when creating an app in the google
471     cloud console, and set the web origin to your\_opac\_url and the
472     redirect url to
473     your\_opac\_url/cgi-bin/koha/svc/auth/googleopenidconnect .
474
475     |image12|
476
477 Values:
478
479 -  No
480
481 -  Yes
482
483 .. _googleopenidconnectautoregister-label:
484
485 GoogleOpenIDConnectAutoRegister
486 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
487
488 Default: Don't Allow
489
490 Asks: \_\_\_ users logging in with Google Open ID to automatically register.
491
492 Values:
493
494 -  Don't Allow
495
496 -  Allow
497
498 .. _googleopenidconnectdefaultbranch-label:
499
500 GoogleOpenIDConnectDefaultBranch
501 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
502
503
504 Asks: \_\_\_ Use this branchcode when automatically registering a Google
505 Open ID patron.
506
507 .. _googleopenidconnectdefaultcategory-label:
508
509 GoogleOpenIDConnectDefaultCategory
510 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
511
512 Asks: \_\_\_ Use this category when automatically registering a Google
513 Open ID patron.
514
515 .. _googleopenidconnectdomain-label:
516
517 GoogleOpenIDConnectDomain
518 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
519
520 Asks: Google OpenID Connect Restrict to domain (or subdomain of this
521 domain) \_\_\_.
522
523     **Note**
524
525     Leave blank for all google domains
526
527 .. _interface-options-label:
528
529 Interface options
530 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
531
532 These preference are related to your Koha interface
533
534 .. _debuglevel-label:
535
536 DebugLevel
537 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
538
539 Default: lots of
540
541 Asks: Show \_\_\_ debugging information in the browser when an internal
542 error occurs.
543
544 Values:
545
546 -  lots of - will show as much information as possible
547
548 -  no - will only show basic error messages
549
550 -  some - will show only some of the information available
551
552 Description:
553
554 -  This preference determines how much information will be sent to the
555    user's screen when the system encounters an error. The most detail
556    will be sent when the value level is set at 2, some detail will be
557    sent when the value is set at 1, and only a basic error message will
558    display when the value is set at 0. This setting is especially
559    important when a system is new and the administration is interested
560    in working out the bugs (errors or problems) quickly. Having detailed
561    error messages makes quick fixes more likely in problem areas.
562
563 .. _defaulttologgedinlibrarycircrules-label:
564
565 DefaultToLoggedInLibraryCircRules
566 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
567
568 Default: all libraries
569
570 Asks: When editing circulation rules show \_\_\_ the rules by default.
571
572 Values:
573
574 -  all libraries
575
576 -  logged in library's
577
578 Description:
579
580 -  This preference controls the default value in the branch pull down
581    found at the top of the :ref:`Circulation and Fine
582    Rules`.
583
584 .. _defaulttologgedinlibrarynoticesslips-label:
585
586 DefaultToLoggedInLibraryNoticesSlips
587 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
588
589 Default: all libraries
590
591 Asks: When editing notices and slips show the \_\_\_ notices and slips
592 by default.
593
594 Values:
595
596 -  all libraries
597
598 -  logged in library's
599
600 Description:
601
602 -  This preference controls the default value in the branch pull down
603    found at the top of the :ref:`Notices & Slips` tool.
604
605 .. _defaulttologgedinlibraryoverduetriggers-label:
606
607 DefaultToLoggedInLibraryOverdueTriggers
608 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
609
610 Default: all libraries
611
612 Asks: When editing overdue notice/status triggers show the \_\_\_ rules
613 by default.
614
615 Values:
616
617 -  all libraries
618
619 -  logged in library's
620
621 Description:
622
623 -  This preference controls the default value in the branch pull down
624    found at the top of the :ref:`Overdue Notice/Status Triggers`.
625
626 .. _delimiter-label:
627
628 delimiter
629 ^^^^^^^^^^^^^^^^^^^^^^^^^^
630
631 Default: semicolons
632
633 Asks: Separate columns in an exported report file with \_\_\_ by
634 default.
635
636 Values:
637
638 -  #'s
639
640 -  backslashes
641
642 -  commas
643
644 -  semicolons
645
646 -  slashes
647
648 -  tabs
649
650 Description:
651
652 -  This preference determines how reports exported from Koha will
653    separate data. In many cases you will be able to change this option
654    when exporting if you'd like.
655
656 .. _kohaadminemailaddress-label:
657
658 KohaAdminEmailAddress
659 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
660
661 This is the default 'From' address for emails unless there is one for
662 the particular branch, and is referred to when an internal error occurs.
663
664 Asks: Use \_\_\_ as the email address for the administrator of Koha.
665
666 Description:
667
668 -  This preference allows one email address to be used in warning
669    messages set to the OPAC. If no email address is set for the branch
670    this address will receive messages from patrons regarding
671    modification requests, purchase suggestions, and questions or
672    information regarding overdue notices. It is recommended that a email
673    address that can be accessed by multiple staff members be used for
674    this purpose so that if one librarian is out the others can address
675    these requests. This email address can be changed when needed.
676
677 .. _noitemtypeimages-label:
678
679 noItemTypeImages
680 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
681
682 Default: Show
683
684 Asks: \_\_\_ itemtype icons in the catalog.
685
686 Values:
687
688 -  Shows
689
690 -  Don't show
691
692 Description:
693
694 -  This preference allows the system administrator to determine if users
695    will be able to set and see an item type icon
696    the catalog on both the OPAC and the Staff Client. The images will
697    display in both the OPAC and the Staff Client/Intranet. If images of
698    item types are disabled, text labels for item types will still appear
699    in the OPAC and Staff Client.
700
701 .. _replytodefault-label:
702
703 ReplytoDefault
704 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
705
706 Asks: Use \_\_\_ as the email address that will be set as the replyto in
707 emails
708
709 Description:
710
711 -  By default replies to notice emails will go to the `library email
712    address <#libraries-groups>`__, if you would like to specify a default
713    email address for all replies to notices you can do that here.
714
715 .. _returnpathdefault-label:
716
717 ReturnpathDefault
718 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
719
720 Asks: Use \_\_\_ as the email address set as the return path, if you
721 leave this empty the KohaAdminEmailAddress will be used.
722
723 Description:
724
725 -  The return path is the email address that bounces will be delivered
726    to. By default bounced notices will go to the `library email
727    address <#libraries-groups>`__, if you would like to specify a default
728    email address for bounces to go to then fill in this preference.
729
730 .. _virtualshelves-label:
731
732 virtualshelves
733 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
734
735 Default: Allow
736
737 Asks: \_\_\_ staff and patrons to create and view saved lists of books.
738
739 Values:
740
741 -  Allow
742
743 -  Don't Allow
744
745 Description:
746
747 -  This preference controls whether the lists functionality will be
748    available in the staff client and OPAC. If this is set to "Don't
749    allow" then no one will be able to save items to public or private
750    lists.
751
752 .. _login-options-label:
753
754 Login options
755 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
756
757 These preferences are related to logging into your Koha system
758
759 .. _autolocation-label:
760
761 AutoLocation
762 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
763
764 Default: Don't require
765
766 Asks: \_\_\_ staff to log in from a computer in the IP address range
767 specified by their library (if any).
768
769 -  Set IP address range in the library administration area
770
771    -  *Get there:* More > Administration > Basic Parameters > :ref:`Libraries & Groups`
772
773 Values:
774
775 -  Don't require
776
777 -  Require
778
779 Description:
780
781 -  This preference protects the system by blocking unauthorized users
782    from accessing the staff client program and settings. Authorized and
783    unauthorized users are determined by their computer's IP addresses.
784    When the preference is set to 'Require', IP authorization is in
785    effect and unauthorized IP addresses will be blocked. This means that
786    staff cannot work from home unless their IP address has been
787    authorized. When set to 'Don't require', anyone with a staff client
788    login will have access no matter which IP address they are using.
789
790 .. _independentbranches-label:
791
792 IndependentBranches
793 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
794
795 Default: Don't prevent
796
797 Asks: \_\_\_ staff (but not superlibrarians) from modifying objects
798 (holds, items, patrons, etc.) belonging to other libraries.
799
800 Values:
801
802 -  Don't prevent
803
804 -  Prevent
805
806 Description:
807
808 -  This preference should only be used by library systems which are
809    sharing a single Koha installation among multiple branches but are
810    considered independent organizations, meaning they do not share
811    material or patrons with other branches and do not plan to change
812    that in the future. If set to 'Prevent' it increases the security
813    between library branches by: prohibiting staff users from logging
814    into another branch from within the staff client, filtering out
815    patrons from patron searches who are not a part of the login branch
816    conducting the search, limiting the location choices to the login
817    branch when adding or modifying an item record, preventing users from
818    other branch locations from placing holds or checking out materials
819    from library branches other than their own, and preventing staff from
820    editing item records which belong to other library branches. All of
821    these security safeguards can be overridden only by the
822    superlibrarian, the highest level of privileges.
823
824     **Important**
825
826     It is important that this value be set before going live and that it
827     NOT be changed
828
829 .. _independentbranchespatronmodifications-label:
830
831 IndependentBranchesPatronModifications
832 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
833
834 Default: No
835
836 Asks: Prevent staff (but not superlibrarians) from viewing and
837 approving/denying patron modification requests for patrons
838 belonging to other libraries. \_\_\_
839
840 Values:
841
842 -  No
843
844 -  Yes
845
846 .. _sessionrestrictionbyip-label:
847
848 SessionRestrictionByIP
849 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
850
851 Default: Enable
852
853 Asks: \_\_\_ check for change in remote IP address for session security.
854 Disable only when remote IP address changes frequently.
855
856 Values:
857
858 -  Disable
859
860 -  Enable
861
862 Description:
863
864 -  When this preference is set to 'Enable' Koha will log you out of the
865    staff client if your IP address changes as a security measure. For
866    some systems the IP address changes frequently so you'll want to set
867    this preference to 'Disable' to prevent Koha from logging you out of
868    the staff client every time that happens.
869
870     **Important**
871
872     This is meant to help those whose IP address changes several times
873     during the day, setting this preference to 'Disable' is not
874     recommended otherwise because it is removing important security
875     features from your staff client.
876
877 .. _sessionstorage-label:
878
879 SessionStorage
880 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
881
882 Default: in the MySQL database
883
884 Asks: Store login session information \_\_\_
885
886 Values:
887
888 -  as temporary files
889
890 -  in the MySQL database
891
892 -  in the PostgreSQL database
893
894    -  **Important**
895
896           PostgreSQL is not yet supported
897
898 Description:
899
900 -  This preference allows administrators to choose what format session
901    data is stored in during web sessions.
902
903 .. _timeout-label:
904
905 timeout
906 ^^^^^^^^^^^^^^^^^^^^^^
907
908 Default: 12000000
909
910 Asks: Automatically log out users after \_\_\_ seconds of inactivity.
911
912 Description:
913
914 -  This preference sets the length of time the Staff Client or OPAC
915    accounts can be left inactive before re-logging in is necessary. The
916    value of this preference is in seconds. At this time, the amount of
917    time before a session times out must be the same for both the Staff
918    Client and the OPAC.
919
920 .. _ssl-client-certificate-authentication-label:
921
922 SSL client certificate authentication
923 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
924
925 .. _allowpkiauth-label:
926
927 AllowPKIAuth
928 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
929
930 Default: no
931
932 Asks: Use \_\_\_ field for SSL client certificate authentication
933
934 Values:
935
936 -  no
937
938 -  the common name
939
940 -  the email address
941
942 .. _search-engine-label:
943
944 Search Engine
945 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
946
947 .. _searchengine-label:
948
949 SearchEngine
950 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
951
952 Default: Zebra
953
954 Asks: Use following search engine: \_\_\_
955
956 Values:
957
958 -  Elasticsearch
959
960 -  Zebra
961
962 .. _share-anonymous-usage-statistics-label:
963
964 Share anonymous usage statistics
965 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
966
967 As an open source project Koha is used all over the world. These
968 preference will help us keep more accurate statistics on where Koha is
969 being used. If you choose to share your information, it will be
970 published on the `Hea Koha community
971 website <http://hea.koha-community.org>`__. You will need to enable the
972 :ref:`Share Usage Stats` cronjob to send this information at regular
973 intervals to the community.
974
975 .. _usagestats-label:
976
977 UsageStats
978 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
979
980 Default: Don't share
981
982 Asks: \_\_\_ anonymous Koha usage data with the Koha community.
983
984 Values:
985
986 -  Don't share
987
988 -  Share
989
990 Description:
991
992 -  This data is stored to help track usage of Koha around the world. If
993    you choose to share your information, it will be published on the
994    `Hea Koha community website <http://hea.koha-community.org>`__. This
995    information is sent using the :ref:`Share Usage Stats` cronjob.
996
997 .. _usagestatscountry-label:
998
999 UsageStatsCountry
1000 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1001
1002 Asks: The country where your library is located: \_\_\_
1003
1004 Description:
1005
1006 -  This data is stored to help track usage of Koha around the world. If
1007    you choose to share your information, it will be published on the
1008    `Hea Koha community website <http://hea.koha-community.org>`__. This
1009    information is sent using the :ref:`Share Usage Stats` cronjob.
1010
1011     **Important**
1012
1013     This preference depends on the `UsageStats <#usagestats>`__
1014     preference. Set that to 'Share' to share your information.
1015
1016 .. _usagestatsgeolocation-label:
1017
1018 UsageStatsGeolocation
1019 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1020
1021 Default: blank
1022
1023 Asks: Geolocation of the main library: \_\_\_ Note that this value has no effect
1024 if the :ref:`UsageStats` systemp preference is set to "Don't share"
1025
1026 .. _usagestatslibrariesinfo-label:
1027
1028 UsageStatsLibrariesInfo
1029 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1030
1031 Default: Do not Share
1032
1033 Asks: \_\_\_ libraries information (name, url, country) Note that this value
1034 has no effect if the :ref:`UsageStats` system preference is set to
1035 "Don't share"
1036
1037 Values:
1038
1039 -  Do not Share
1040
1041 -  Share
1042
1043 .. _usagestatslibraryname-label:
1044
1045 UsageStatsLibraryName
1046 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1047
1048 Asks: The library name \_\_\_ will be shown on the `Hea Koha community
1049 website <http://hea.koha-community.org>`__.
1050
1051 Description:
1052
1053 -  This data is stored to help track usage of Koha around the world. If
1054    you choose to share your information, it will be published on the
1055    `Hea Koha community website <http://hea.koha-community.org>`__. This
1056    information is sent using the :ref:`Share Usage Stats` cron job.
1057
1058     **Important**
1059
1060     This preference depends on the `UsageStats <#usagestats>`__
1061     preference. Set that to 'Share' to share your information. If this
1062     field is empty data will be sent anonymously if you choose 'Share'
1063     for the `UsageStats <#usagestats>`__ preference.
1064
1065 .. _usagestatslibrarytype-label:
1066
1067 UsageStatsLibraryType
1068 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1069
1070 Default: public
1071
1072 Asks: The library type \_\_\_ will be shown on the `Hea Koha community
1073 website <http://hea.koha-community.org>`__.
1074
1075 Values:
1076
1077 -  academic
1078
1079 -  corporate
1080
1081 -  government
1082
1083 -  private
1084
1085 -  public
1086
1087 -  religious organization
1088
1089 -  research
1090
1091 -  school
1092
1093 -  society or association
1094
1095 -  subscription
1096
1097 Description:
1098
1099 -  This data is stored to help track usage of Koha around the world. If
1100    you choose to share your information, it will be published on the
1101    `Hea Koha community website <http://hea.koha-community.org>`__. This
1102    information is sent using the :ref:`Share Usage Stats` cronjob.
1103
1104     **Important**
1105
1106     This preference depends on the `UsageStats <#usagestats>`__
1107     preference. Set that to 'Share' to share your information.
1108
1109 .. _usagestatslibraryurl-label:
1110
1111 UsageStatsLibraryUrl
1112 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1113
1114 Asks: The library URL \_\_\_ will be shown on the `Hea Koha community
1115 website <http://hea.koha-community.org>`__.
1116
1117 Description:
1118
1119 -  This data is stored to help track usage of Koha around the world. If
1120    you choose to share your information, it will be published on the
1121    `Hea Koha community website <http://hea.koha-community.org>`__. This
1122    information is sent using the :ref:`Share Usage Stats` cronjob.
1123
1124     **Important**
1125
1126     This preference depends on the `UsageStats <#usagestats>`__
1127     preference. Set that to 'Share' to share your information.
1128
1129 .. _authorities-label:
1130
1131 Authorities
1132 ----------------------------
1133
1134 *Get there:* More > Administration > Global System Preferences >
1135 Authorities
1136
1137 .. _general-label:
1138
1139 General
1140 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1141
1142 .. _authdisplayhierarchy-label:
1143
1144 AuthDisplayHierarchy
1145 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1146
1147 Default: Don't display
1148
1149 Asks: \_\_\_ broader term/narrower term hierarchies when viewing
1150 authorities.
1151
1152 Values:
1153
1154 -  Display
1155
1156    |image14|
1157
1158 -  Don't display
1159
1160 Description:
1161
1162 -  If your authority records includes 5xx fields with linked references
1163    to broader and/or narrower see also references this preference will
1164    turn on a display of those authorities at the top of the record.
1165
1166 .. _authoritymergelimit-label:
1167
1168 AuthorityMergeLimit
1169 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1170
1171 Default: 50
1172
1173 Asks: When modifying an authority record, do not update attached biblio
1174 records if the number exceeds \_\_\_ records. (Above this limit, the merge_authority
1175 cron job will merge them.)
1176
1177 .. _authoritymergemode-label:
1178
1179 AuthorityMergeMode
1180 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1181
1182 Default: loose
1183
1184 Asks: When updating biblio records from an attached authority record ("merging"),
1185 handle subfields of relevant biblio record fields in \_\_\_ mode. In strict mode
1186 subfields that are not found in the authority record, are deleted. Loose mode
1187 will keep them. Loose mode is the historical behavior and still the default.
1188
1189 Values:
1190
1191 -  loose
1192
1193 -  strict
1194
1195 .. _autocreateauthorities-label:
1196
1197 AutoCreateAuthorities
1198 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1199
1200 Default: do not generate
1201
1202 Asks: When editing records, \_\_\_ authority records that are missing.
1203
1204 Values:
1205
1206 -  do not generate
1207
1208 -  generate
1209
1210     **Important**
1211
1212     `BiblioAddsAuthorities <#biblioaddsauthorities>`__ must be set to
1213     "allow" for this to have any effect
1214
1215 Description:
1216
1217 -  When this and `BiblioAddsAuthorities <#biblioaddsauthorities>`__ are
1218    both turned on, automatically create authority records for headings
1219    that don't have any authority link when cataloging. When
1220    BiblioAddsAuthorities is on and AutoCreateAuthorities is turned off,
1221    do not automatically generate authority records, but allow the user
1222    to enter headings that don't match an existing authority. When
1223    BiblioAddsAuthorities is off, this has no effect.
1224
1225 .. _biblioaddsauthorities-label:
1226
1227 BiblioAddsAuthorities
1228 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1229
1230 Default: allow
1231
1232 Asks: When editing records, \_\_\_ them to automatically create new
1233 authority records if needed, rather than having to reference existing
1234 authorities.
1235
1236 Values:
1237
1238 -  allow
1239
1240    -  This setting allows you to type values in the fields controlled by
1241       authorities and then adds a new authority if one does not exist
1242
1243 -  don't allow
1244
1245    -  This setting will lock the authority controlled fields, forcing
1246       you to search for an authority versus allowing you to type the
1247       information in yourself.
1248
1249 .. _marcauthoritycontrolfield008-label:
1250
1251 MARCAuthorityControlField008
1252 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1253
1254 Default: \|\| aca\|\|aabn \| a\|a d
1255
1256 Asks: Use the following text for the contents of MARC21 authority
1257 control field 008 position 06-39 (fixed length data elements).
1258
1259     **Important**
1260
1261     Do not include the date (position 00-05) in this preference, Koha
1262     will calculate automatically and put that in before the values in
1263     this preference.
1264
1265 Description:
1266
1267 -  This preference controls the default value in the 008 field on
1268    Authority records. It does not effect bibliographic records.
1269
1270 .. _unimarcauthorityfield100-label:
1271
1272 UNIMARCAuthorityField100
1273 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1274
1275 Default: afrey50 ba0
1276
1277 Asks: Use the following text for the contents of UNIMARC authority field
1278 100 position (fixed length data elements).
1279
1280     **Important**
1281
1282     Do not include the date (position 00-07) in this preference, Koha
1283     will calculate automatically and put that in before the values in
1284     this preference.
1285
1286 Description:
1287
1288 -  This preference controls the default value in the 100 field on
1289    Authority records cataloged in UNIMARC. It does not effect
1290    bibliographic records.
1291
1292 .. _useauthoritiesfortracings-label:
1293
1294 UseAuthoritiesForTracings
1295 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1296
1297 Default: Don't use
1298
1299 Asks: \_\_\_ authority record numbers instead of text strings for
1300 searches from subject tracings.
1301
1302 Values:
1303
1304 -  Don't use
1305
1306    -  Search links look for subject/author keywords (example:
1307       opac-search.pl?q=su:Business%20networks)
1308
1309 -  Use
1310
1311    -  Search links look for an authority record (example:
1312       opac-search.pl?q=an:354)
1313
1314 Description:
1315
1316 -  For libraries that have authority files, they may want to make it so
1317    that when a link to an authorized subject or author is clicked on the
1318    OPAC or staff client it takes the searcher only to a list of results
1319    with that authority record. Most libraries do not have complete
1320    authority files and so setting this preference to 'Don't use' will
1321    allow searchers to click on links to authors and subject headings and
1322    perform a keyword search against those fields, finding all possible
1323    relevant results instead.
1324
1325 .. _linker-label:
1326
1327 Linker
1328 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1329
1330 These preferences will control how Koha links bibliographic records to
1331 authority records. All bibliographic records added to Koha after these
1332 preferences are set will link automatically to authority records, for
1333 records added before these preferences are set there is a script
1334 (misc/link\_bibs\_to\_authorities.pl) that your system administrator can
1335 run to link records together.
1336
1337 .. _catalogmodulerelink-label:
1338
1339 CatalogModuleRelink
1340 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1341
1342 Default: Do not
1343
1344 Asks: \_\_\_ automatically relink headings that have previously been
1345 linked when saving records in the cataloging module.
1346
1347 Values:
1348
1349 -  Do
1350
1351 -  Do not
1352
1353 Description:
1354
1355 -  Longtime users of Koha don't expect the authority and bib records to
1356    link consistently. This preference makes it possible to disable
1357    authority relinking in the cataloging module only (i.e. relinking is
1358    still possible if link\_bibs\_to\_authorities.pl is run). Note that
1359    though the default behavior matches the previous behavior of Koha
1360    (retaining links to outdated authority records), it does not match
1361    the intended behavior (updating biblio/authority link after
1362    bibliographic record is edited). Libraries that want the intended
1363    behavior of authority control rather than the way Koha used to handle
1364    linking should set CatalogModuleRelink to 'Do'. Once setting this to
1365    'Do' the following preferences can also be set.
1366
1367 .. _linkerkeepstale-label:
1368
1369 LinkerKeepStale
1370 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1371
1372 Default: Do not
1373
1374 Asks: \_\_\_ keep existing links to authority records for headings where
1375 the linker is unable to find a match.
1376
1377 Values:
1378
1379 -  Do
1380
1381 -  Do not
1382
1383 Description:
1384
1385 -  When set to 'Do', the linker will never remove a link to an authority
1386    record, though, depending on the value of
1387    :ref:`LinkerRelink`, it may change the link.
1388
1389 .. _linkermodule-label:
1390
1391 LinkerModule
1392 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1393
1394 Default: Default
1395
1396 Asks: Use the \_\_\_ linker module for matching headings to authority
1397 records.
1398
1399 Values:
1400
1401 -  Default
1402
1403    -  Retains Koha's previous behavior of only creating links when there
1404       is an exact match to one and only one authority record; if the
1405       :ref:`LinkerOptions` preference is set to
1406       'broader\_headings', it will try to link headings to authority
1407       records for broader headings by removing subfields from the end of
1408       the heading
1409
1410 -  First match
1411
1412    -  Creates a link to the first authority record that matches a given
1413       heading, even if there is more than one authority record that
1414       matches
1415
1416 -  Last match
1417
1418    -  Creates a link to the last authority record that matches a given
1419       heading, even if there is more than one record that matches
1420
1421 Description:
1422
1423 -  This preference tells Koha which match to use when searching for
1424    authority matches when saving a record.
1425
1426 .. _linkeroptions-label:
1427
1428 LinkerOptions
1429 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1430
1431 Asks: Set the following options for the authority linker \_\_\_
1432
1433     **Important**
1434
1435     This feature is experimental and shouldn't be used in a production
1436     environment until further expanded upon.
1437
1438 Description:
1439
1440 -  This is a pipe separated (\|) list of options. At the moment, the
1441    only option available is "broader\_headings." With this option set to
1442    "broader\_headings", the linker will try to match the following
1443    heading as follows:
1444
1445    ::
1446
1447        =600 10$aCamins-Esakov, Jared$xCoin collections$vCatalogs$vEarly works to 1800.
1448
1449    First: Camins-Esakov, Jared--Coin collections--Catalogs--Early works
1450    to 1800
1451
1452    Next: Camins-Esakov, Jared--Coin collections--Catalogs
1453
1454    Next: Camins-Esakov, Jared--Coin collections
1455
1456    Next: Camins-Esakov, Jared (matches! if a previous attempt had
1457    matched, it would not have tried this)
1458
1459 .. _linkerrelink-label:
1460
1461 LinkerRelink
1462 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1463
1464 Default: Do
1465
1466 Asks: \_\_\_ relink headings that have previously been linked to
1467 authority records.
1468
1469 Values:
1470
1471 -  Do
1472
1473 -  Do not
1474
1475 Description:
1476
1477 -  When set to 'Do', the linker will confirm the links for headings that
1478    have previously been linked to an authority record when it runs,
1479    correcting any incorrect links it may find. When set to 'Do not', any
1480    heading with an existing link will be ignored, even if the existing
1481    link is invalid or incorrect.
1482
1483 .. _cataloging-label:
1484
1485 Cataloging
1486 --------------------------
1487
1488 *Get there:* More > Administration > Global System Preferences >
1489 Cataloging
1490
1491 .. _display-label:
1492
1493 Display
1494 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1495
1496 .. _acquisitiondetails-label:
1497
1498 AcquisitionDetails
1499 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1500
1501 Default: Display
1502
1503 Asks: \_\_\_ acquisition details on the biblio detail page.
1504
1505 Values:
1506
1507 -  Display
1508
1509 -  Don't display
1510
1511 Description:
1512
1513 -  This preference controls whether a tab will show on the detail page
1514    in the staff client that includes detailed acquisitions information
1515    for the title. This tab will include links to order information
1516    stored in the acquisitions module.
1517
1518    |image1180|
1519
1520 .. _authorityseparator-label:
1521
1522 AuthoritySeparator
1523 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1524
1525 Default: --
1526
1527 Asks: Separate multiple displayed authors, series or subjects with
1528 \_\_\_.
1529
1530 .. _hide\_marc-label:
1531
1532 hide\_marc
1533 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1534
1535 Default: Display
1536
1537 Asks: \_\_\_ MARC tag numbers, subfield codes and indicators in MARC
1538 views.
1539
1540 Values:
1541
1542 -  Display -- shows the tag numbers on the cataloging interface
1543
1544    |image15|
1545
1546 -  Don't display -- shows just descriptive text when cataloging
1547
1548    |image16|
1549
1550 .. _intranetbibliodefaultview-label:
1551
1552 IntranetBiblioDefaultView
1553 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1554
1555 Default: ISBD form
1556
1557 Asks: By default, display biblio records in \_\_\_
1558
1559 Values:
1560
1561 -  ISBD form -- displays records in the staff client in the old card
1562    catalog format
1563
1564    -  See :ref:`ISBD` preference for more information
1565
1566 -  Labelled MARC form -- displays records in the staff client in MARC
1567    with text labels to explain the different fields
1568
1569 -  MARC form -- displays records in the staff client in MARC
1570
1571 -  normal form -- visual display in the staff client (for the average
1572    person)
1573
1574 Description:
1575
1576 -  This setting determines the bibliographic record display when
1577    searching the catalog on the staff client. This setting does not
1578    affect the display in the OPAC which is changed using the
1579    :ref:`BiblioDefaultView` preference under the OPAC
1580    preference tab. This setting changes the look of the record when
1581    first displayed. The MARC and ISBD views can still be seen by
1582    clicking in the sidebar.
1583
1584 .. _isbd-label:
1585
1586 ISBD
1587 ^^^^^^^^^^^^^^^^^^^^
1588
1589 Default: :ref:`MARC21 Default Appendix <marc-default-label>` or :ref:`UNIMARC Default
1590 Appendix <unimarc-default-label>`
1591
1592 Asks: Use the following as the ISBD template:
1593
1594 Description:
1595
1596 -  This determines how the ISBD information will display in the staff
1597    client. Elements in the list can be reordered to produce a different
1598    ISBD view. ISBD, the International Standard Bibliographic
1599    Description, was first introduced by IFLA (International Federation
1600    of Library Associations) in 1969 in order to provide guidelines for
1601    descriptive cataloging. The purpose of ISBD is to aid the
1602    international exchange of bibliographic records for a variety of
1603    materials.
1604
1605 .. _labelmarcview-label:
1606
1607 LabelMARCView
1608 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1609
1610 Default: Don't
1611
1612 Asks: \_\_\_ collapse repeated tags of the same type into one tag entry.
1613
1614 Values:
1615
1616 -  Do -- will combine all identical tag numbers under one heading in the
1617    MARC view in the OPAC and Staff Client
1618
1619    |image17|
1620
1621 -  Don't -- will list all of the tags individually in the MARC view in
1622    the OPAC and Staff Client
1623
1624    |image18|
1625
1626 .. _mergereportfields-label:
1627
1628 MergeReportFields
1629 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1630
1631 Asks: \_\_\_ fields to display for deleted records after merge
1632
1633 Description:
1634
1635 -  When merging records together you can receive a report of the merge
1636    process once it's done, this preference lets you set the default
1637    values for this report.
1638
1639 Example: '001,245ab,600' displays:
1640
1641 -  value of 001
1642
1643 -  subfields a and b of fields 245
1644
1645 -  all subfields of fields 600
1646
1647 .. _notesblacklist-label:
1648
1649 NotesBlacklist
1650 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1651
1652 Asks: Don't show these \_\_\_ note fields in title notes separator (OPAC
1653 record details) and in the description separator (Staff client record
1654 details).
1655
1656 Description:
1657
1658 -  This preference lets you define which of your note fields are hidden
1659    from the title notes (OPAC) and descriptions (Staff) tabs. Enter the
1660    values as a comma separated list. For example to hide the local note
1661    and the bibliography note in MARC21 enter 504, 590.
1662
1663 .. _opacsuppression,-opacsuppressionbyiprange,-opacsuppressionredirect,-and-opacsuppressionmessage-label:
1664
1665 OpacSuppression, OpacSuppressionByIPRange, OpacSuppressionRedirect, and OpacSuppressionMessage
1666 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1667
1668 OpacSuppression Default: Don't hide
1669
1670 Asks: \_\_\_ items marked as suppressed from OPAC search results.
1671 Restrict the suppression to IP addressesoutside of the IP range \_\_\_
1672 (Leave blank if not used. Define a range like 192.168..) Redirect the opac detail
1673 page for suppressed records to \_\_\_ Display the following message on
1674 the redirect page for suppressed biblios \_\_\_.
1675
1676 OpacSuppression Values:
1677
1678 -  Don't hide
1679
1680    -  Will show records in OPAC search results if they are marked
1681       suppressed
1682
1683 -  Hide
1684
1685    -  Will not show records in OPAC search results if they're marked as
1686       suppressed
1687
1688 OpacSuppressionRedirect Values:
1689
1690 -  an explanatory page ('This record is blocked').
1691
1692 -  the 404 error page ('Not found').
1693
1694 Description:
1695
1696 -  These preferences control hiding of bibliographic records from
1697    display in the OPAC. Each bibliographic record you want to hide from
1698    the OPAC simply needs to have the value "1" in the field mapped with
1699    Suppress index (942$n field in MARC21, no official field in UNIMARC).
1700    The indexer then hides it from display in OPAC but will still display
1701    it in the Staff Client. If you want to further control suppression
1702    you can set an IP address range to still show suppressed items to.
1703    Define a range like 192.168.. If you don't want to limit suppression
1704    in this way, leave the IP field blank. You can also decide what the
1705    patrons will see in the OPAC when a title is suppressed by setting
1706    the OpacSuppressionRedirect and OpacSuppressionMessage preferences.
1707    You can either show the patron a 404 page if they try to see a
1708    suppressed record or you can create a custom page by entering the
1709    HTML in the OpacSuppressionMessage part of this preference.
1710
1711        **Note**
1712
1713        An :ref:`authorized value <authorized-values-label>` for the MARC21 942$n
1714        field (or the equivalent UNIMARC field) should be set to
1715        eliminate errors. One example would be to create an authorized
1716        value titled SUPPRESS with a value of 0 for don't suppress and 1
1717        for suppress.
1718
1719     **Important**
1720
1721     If this preference is set to 'hide' and you have the 942n field set
1722     to 1, it will hide the entire bib record - not just an individual
1723     item.
1724
1725     **Note**
1726
1727     Suppressed records will show a note in the staff client indicating
1728     that they are suppressed from view in the OPAC.
1729
1730     |image1181|
1731
1732     This note can be styled by using the
1733     :ref:`IntranetUserCSS` preference to stand out more
1734     if you'd like.
1735
1736     |image1182|
1737
1738 .. _separateholdings-&-separateholdingsbranch-label:
1739
1740 SeparateHoldings & SeparateHoldingsBranch
1741 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1742
1743 SeparateHoldings default: Don't separate
1744
1745 SeparateHoldingsBranch default: home library
1746
1747 Asks: \_\_\_ items display into two tabs, where the first tab contains
1748 items whose \_\_\_ is the logged in user's library. The second tab will
1749 contain all other items.
1750
1751 SeparateHoldings values:
1752
1753 -  Don't separate
1754
1755 -  Separate
1756
1757 SeparateHoldingsBranch values:
1758
1759 -  holding library
1760
1761 -  home library
1762
1763 Description:
1764
1765 -  This preference lets you decide if you would like to have the holding
1766    information on the bibliographic detail page in the staff client
1767    split in to multiple tabs. The default is to show all holdings on one
1768    tab.
1769
1770    |image19|
1771
1772 .. _urllinktext-label:
1773
1774 URLLinkText
1775 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1776
1777 Default: Online Resource
1778
1779 Asks: Show \_\_\_ as the text of links embedded in MARC records.
1780
1781 Description:
1782
1783 -  If the 856 field does not have a subfield 3 or y defined, the OPAC
1784    will say 'Click here to access online.^ If you would like the field
1785    to say something else enter that in this field.
1786
1787 .. _usecontrolnumber-label:
1788
1789 UseControlNumber
1790 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1791
1792 Default: Don't use
1793
1794 Asks: \_\_\_ record control number ($w subfields) and control number
1795 (001) for linking of bibliographic records.
1796
1797 Values:
1798
1799 -  Don't use
1800
1801    -  When clicking on links to titles that appear next to 'Continues'
1802       and 'Continued by' in the detail display Koha will perform a title
1803       search
1804
1805 -  Use
1806
1807    -  When clicking on links to titles that appear next to 'Continues'
1808       and 'Continued by' in the detail display Koha will perform a
1809       control number (MARC field 001) search
1810
1811     **Important**
1812
1813     Unless you are going in and manually changing 773$w to match your
1814     rigorously-defined bibliographic relationships, you should set this
1815     preference to "Don't use" and instead set
1816     :ref:`EasyAnalyticalRecords` to "Display"
1817
1818 Description:
1819
1820 -  If you have a serial called "Journal of Interesting Things" which has
1821    a separate record from when it was called "Transactions of the
1822    Interesting Stuff Society," you could add linking fields to indicate
1823    the relationship between the two records. UseControlNumber allows you
1824    to use your local accession numbers for those links. In MARC21, the
1825    relevant sections of the two records might look like this:
1826
1827    ::
1828
1829            =001    12345
1830            =110  2_$aInteresting Stuff Society.
1831            =245  10$aTransactions of the Interesting Stuff Society.
1832            =785  00$aInteresting Stuff Society$tJournal of Interesting Things.$w12346
1833
1834            =001    12346
1835            =110  2_$aInteresting Stuff Society.
1836            =245  10$aJournal of Interesting Things.
1837            =780  00$aInteresting Stuff Society$tTransactions of the Interesting Stuff Society.$w12345
1838
1839    With UseControlNumber set to 'Use', the 78x links will use the
1840    Control Numbers is subfield $w, instead of doing a title search on
1841    "Journal of Interesting Things" and "Transactions of the Interesting
1842    Stuff Society" respectively.
1843
1844 .. _exporting-label:
1845
1846 Exporting
1847 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1848
1849 .. _bibtexexportadditionalfields-label:
1850
1851 BibtexExportAdditionalFields
1852 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1853
1854 Asks: Include following fields when exporting BibTeX
1855
1856 Description:
1857
1858 -  Use one line per tag in the format BT\_TAG: TAG$SUBFIELD ( e.g. lccn:
1859    010$a )
1860
1861 -  To specify multiple marc tags/subfields as targets for a repeating
1862    BibTex tag, use the following format: BT\_TAG: [TAG2$SUBFIELD1,
1863    TAG2$SUBFIELD2] ( e.g. notes: [501$a, 505$g] )
1864
1865 -  All values of repeating tags and subfields will be printed with the
1866    given BibTeX tag.
1867
1868 -  Use ^@^ ( with quotes ) as the BT\_TAG to replace the bibtex record
1869    type with a field value of your choosing.
1870
1871 .. _risexportadditionalfields-label:
1872
1873 RisExportAdditionalFields
1874 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1875
1876 Asks: Include following fields when exporting RIS
1877
1878 Description:
1879
1880 -  Use one line per tag in the format RIS\_TAG: TAG$SUBFIELD ( e.g. LC:
1881    010$a )
1882
1883 -  To specificy multiple marc tags/subfields as targets for a repeating
1884    RIS tag, use the following format: RIS\_TAG: [TAG2$SUBFIELD1,
1885    TAG2$SUBFIELD2] ( e.g. NT: [501$a, 505$g] )
1886
1887 -  All values of repeating tags and subfields will be printed with the
1888    given RIS tag.
1889
1890 -  Use of TY ( record type ) as a key will *replace* the default TY with
1891    the field value of your choosing.
1892
1893 .. _importing-label:
1894
1895 Importing
1896 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1897
1898 .. _aggressivematchonisbn-label:
1899
1900 AggressiveMatchOnISBN
1901 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1902
1903 Default: don't
1904
1905 Asks: When matching on ISBN with the record import tool, \_\_\_ attempt
1906 to match aggressively by trying all variations of the ISBNs in the
1907 imported record as a phrase in the ISBN fields of already cataloged
1908 records.
1909
1910 Values:
1911
1912 -  do
1913
1914 -  don't
1915
1916 Description:
1917
1918 -  This preference allows you to choose to alter the ISBN matching rule
1919    used when staging records for import to be more aggressive. This
1920    means that all text will be stripped from the ISBN field so that a
1921    pure number match is possible. If this preference is set to "Don't"
1922    then Koha will find a match only if the ISBN fields are identical.
1923
1924     **Important**
1925
1926     Note that this preference has no effect if
1927     :ref:`UseQueryParser` is on.
1928
1929 .. _aggressivematchonissn-label:
1930
1931 AggressiveMatchOnISSN
1932 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1933
1934 Default: don't
1935
1936 Asks: When matching on ISSN with the record import tool, \_\_\_ attempt
1937 to match aggressively by trying all variations of the ISSNs in the imported
1938 record as a phrase in the ISSN fields of already cataloged records. Note that
1939 this preference has no effect if :ref:`UseQueryParser` is on.
1940
1941 .. _interface-label:
1942
1943 Interface
1944 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1945
1946 .. _advancedmarceditor-label:
1947
1948 advancedMARCeditor
1949 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1950
1951 Default: Don't display
1952
1953 Asks: \_\_\_ descriptions of fields and subfields in the MARC editor.
1954
1955 Description:
1956
1957 -  This preference determines whether or not MARC field names will be
1958    present when editing or creating MARC records.
1959
1960 Values:
1961
1962 -  Display
1963
1964    |image20|
1965
1966 -  Don't display
1967
1968    |image21|
1969
1970 .. _defaultclassificationsource-label:
1971
1972 DefaultClassificationSource
1973 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1974
1975 Default: Dewey Decimal System
1976
1977 Asks: Use \_\_\_ as the default classification source.
1978
1979 Values:
1980
1981 -  ANSCR (Sound Recordings)
1982
1983 -  Dewey Decimal Classification
1984
1985 -  Library of Congress Classification
1986
1987 -  Other/Generic Classification Scheme
1988
1989 -  SuDoc Classification (U.S. GPO)
1990
1991 -  Universal Decimal Classification
1992
1993     **Note**
1994
1995     Adding another classification under Administration > Classification Sources
1996     will make it show up in this list as well.
1997
1998 .. _easyanalyticalrecords-label:
1999
2000 EasyAnalyticalRecords
2001 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2002
2003 Default: Don't Display
2004
2005 Asks: \_\_\_ easy ways to create analytical record relationships
2006
2007 Values:
2008
2009 -  Display
2010
2011 -  Don't Display
2012
2013     **Important**
2014
2015     If you decide to use this feature you'll want to make sure that your
2016     :ref:`UseControlNumber` preference is set to "Don't
2017     use" or else the "Show analytics" links in the staff client and the
2018     OPAC will be broken.
2019
2020 Description:
2021
2022 -  An analytic entry in a catalog is one that describes a part of a
2023    larger work that is also described in the catalog. In bibliographic
2024    cataloging, analytic entries may be made for chapters in books or
2025    special issues of articles in periodicals. In archival cataloging,
2026    analytic entries may be made for series or items within a collection.
2027    This feature in Koha allows for an easy way of linking analytic
2028    entries to the host records, and this system preference adds several
2029    new menu options to the staff cataloging detail pages to allow that
2030    to happen.
2031
2032 .. _record-structure-label:
2033
2034 Record Structure
2035 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2036
2037 .. _alternateholdingsfield-&-alternateholdingsseparator-label:
2038
2039 AlternateHoldingsField & AlternateHoldingsSeparator
2040 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2041
2042 Asks: Display MARC subfield \_\_\_ as holdings information for records
2043 that do not have items, with the subfields separated by \_\_\_.
2044
2045 Description:
2046
2047 -  Sometimes libraries migrate to Koha with their holding info in the
2048    852 field (OCLC holdings information field) and choose not to
2049    transfer that information into the 952 (Koha holdings information
2050    field) because they don't plan on circulating those items. For those
2051    libraries or other libraries that have data in the 852 fields of
2052    their records that they want to display, these preferences let you
2053    choose to display holdings info from a field other than the 952
2054    field. The AlternateHoldingsField preference can contain multiple
2055    subfields to look in; for instance 852abhi would look in 852
2056    subfields a, b, h, and i.
2057
2058 -  With AlternateHoldingsField set to 852abhi and
2059    AlternateHoldingsSeparator set to a space the holdings would look
2060    like the following:
2061
2062    |image22|
2063
2064 .. _autobarcode-label:
2065
2066 autoBarcode
2067 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2068
2069 Default: generated in the form <branchcode>yymm0001
2070
2071 Asks: Barcodes are \_\_\_
2072
2073 Values:
2074
2075 -  generated in the form <branchcode>yymm0001
2076
2077 -  generated in the form <year>-0001, <year>-0002
2078
2079 -  generated in the form 1, 2, 3
2080
2081 -  incremental EAN-13 barcodes
2082
2083 -  not generated automatically
2084
2085 Description:
2086
2087 -  This setting is for libraries wishing to generate barcodes from
2088    within Koha (as opposed to scanning in pre-printed barcodes or
2089    manually assigning them). The default behavior makes it so that when
2090    you click in the barcode field (952$p in MARC21) it will populate
2091    with the automatic barcode you have chosen. If you would rather it
2092    only enter an automatic barcode when you click on the plugin (the ...
2093    to the right of the field) you can change the plugin used for that
2094    field in the framework. Set the plugin for 952$p (if using MARC21 or
2095    equivalent field mapped to items.barcode in your local MARC format)
2096    for your frameworks to barcode\_manual.pl instead of barcode.pl.
2097    Learn more about editing frameworks under the :ref:`MARC Bibliographic
2098    Frameworks <marc-bibliographic-frameworks-label>` section of this manual.
2099
2100 .. _defaultcountryfield008-label:
2101
2102 DefaultCountryField008
2103 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2104
2105 Default: Empty defaults to xxu for United States
2106
2107 Asks: Fill in the default country code for field 008 Range 15-17 of MARC21 -
2108 Place of publication, production, or execution. \_\_\_.
2109
2110 Description:
2111
2112 -  This preference will allow you to set the country code for your MARC21
2113    008 field by default. If this is left empty it will default to
2114    United States (xxu). See the `MARC Code List for
2115    Countries <http://www.loc.gov/marc/countries/countries_code.html>`__
2116    for additional values for this preference.
2117
2118     **Note**
2119
2120     This preference won't have any effect if your records are in
2121     UNIMARC.
2122
2123 .. _defaultlanguagefield008-label:
2124
2125 DefaultLanguageField008
2126 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2127
2128 Default: Empty defaults to eng
2129
2130 Asks: Fill in the default language for field 008 Range 35-37 of MARC21
2131 records \_\_\_.
2132
2133 Description:
2134
2135 -  This preference will allow you to set the language for your MARC21
2136    008 field by default. If this is left empty it will default to
2137    English (eng). See the `MARC Code List for
2138    Languages <http://www.loc.gov/marc/languages/language_code.html>`__
2139    for additional values for this preference.
2140
2141     **Note**
2142
2143     This preference won't have any effect if your records are in
2144     UNIMARC.
2145
2146 .. _item-level\_itypes-label:
2147
2148 item-level\_itypes
2149 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2150
2151 Default: specific item
2152
2153 Asks: Use the item type of the \_\_\_ as the authoritative item type
2154 (for determining circulation and fines rules, etc).
2155
2156 Values:
2157
2158 -  biblio record
2159
2160 -  specific item
2161
2162 Description:
2163
2164 -  This preference determines whether the item type Koha uses for
2165    issuing rules will be an attribute of the bibliographic record or the
2166    item record. Most libraries refer to the item record for item types.
2167    It also determines if the item type icon appears on the OPAC search
2168    results. If you have the preference set to 'biblio record' then Koha
2169    displays the item type icon on the search results to the left of the
2170    result info.
2171
2172    |image23|
2173
2174 .. _itemcallnumber-label:
2175
2176 itemcallnumber
2177 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2178
2179 Default: 082ab
2180
2181 Asks: Map the MARC subfield to an item's callnumber.
2182
2183     **Note**
2184
2185     This can contain multiple subfields to look in; for instance 082ab
2186     would look in 082 subfields a and b.
2187
2188 Description:
2189
2190 -  This setting determines which MARC field will be used to determine
2191    the call number that will be entered into item records automatically
2192    (952$o). The value is set by providing the MARC field code (050, 082,
2193    090, 852 are all common in MARC21) and the subfield codes without the
2194    delimiters ($a, $b would be ab).
2195
2196 Examples:
2197
2198 -  Dewey: 082ab or 092ab; LOC: 050ab or 090ab; from the item record:
2199    852hi
2200
2201 .. _marcflavour-label:
2202
2203 marcflavour
2204 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2205
2206 Default: MARC21
2207
2208 Asks: Interpret and store MARC records in the \_\_\_ format.
2209
2210 Values:
2211
2212 -  MARC21
2213
2214    -  The standard style for the US, Canada, Australia, New Zealand,
2215       United Kingdom, Germany and other countries
2216
2217 -  UNIMARC
2218
2219    -  The standard style used in France, Italy, Portugal, Russia, and
2220       other countries
2221
2222 -  NORMARC
2223
2224    -  The standard style for Norway
2225
2226 Description:
2227
2228 -  This preference defines global MARC style (MARC21, UNIMARC or
2229    NORMARC) used for encoding.
2230
2231     **Important**
2232
2233     Changing the value of this preference will not convert your records
2234     from one MARC style to an other.
2235
2236 .. _marcorgcode-label:
2237
2238 MARCOrgCode
2239 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2240
2241 Default: OSt
2242
2243 Asks: Fill in the MARC organization code \_\_\_ by default in new MARC21
2244 records (leave blank to disable).
2245
2246 Description:
2247
2248 -  The MARC Organization Code is used to identify libraries with
2249    holdings of titles and more.
2250
2251 Learn more and find your library's MARC21 code on the `MARC Code list
2252 for
2253 Organizations <http://www.loc.gov/marc/organizations/orgshome.html>`__
2254 or in Canada on the `Canadian Symbols
2255 Directory <http://www.collectionscanada.gc.ca/illcandir-bin/illsear/l=0/c=1>`__.
2256
2257     **Note**
2258
2259     This preference won't have any effect if your records are in
2260     UNIMARC.
2261
2262 .. _newitemsdefaultlocation-label:
2263
2264 NewItemsDefaultLocation
2265 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2266
2267 Asks: When items are created, give them the temporary location of \_\_\_
2268 (should be a location code, or blank to disable).
2269
2270 .. _prefillitem-label:
2271
2272 PrefillItem
2273 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2274
2275 Default: the new item is not prefilled with last created item values.
2276
2277 Asks: When a new item is added \_\_\_
2278
2279 Values:
2280
2281 -  the new item is not prefilled with last created item values.
2282
2283 -  the new item is prefilled with last created item values.
2284
2285 Description:
2286
2287 -  This preference controls the behavior used when adding new items.
2288    Using the options here you can choose to have your next new item
2289    prefill with the values used in the last item was added to save time
2290    typing values or to have the item form appear completely blank. Using
2291    :ref:`SubfieldsToUseWhenPrefill` you can
2292    control specifically which fields are prefilled.
2293
2294 .. _subfieldstoallowforrestrictedbatchmod-label:
2295
2296 SubfieldsToAllowForRestrictedBatchmod
2297 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2298
2299 Asks: Define a list of subfields for which editing is authorized when
2300 `items\_batchmod\_restricted <#items_batchmod_restricted>`__ permission
2301 is enabled, separated by spaces. \_\_\_
2302
2303 Examples:
2304
2305 -  UNIMARC: "995$f 995$h 995$j"
2306
2307 -  MARC21: "952$a 952$b 952$c"
2308
2309 Description:
2310
2311 -  This preference lets you define what fields can be edited via the
2312    :ref:`batch item modification tool <batch-item-modification-label>` if the
2313    items\_batchmod\_restricted permission is enabled.
2314
2315        **Note**
2316
2317        The FA framework is excluded from the permission. If the pref is
2318        empty, no fields are restricted.
2319
2320 .. _subfieldstoallowforrestrictedediting-label:
2321
2322 SubfieldsToAllowForRestrictedEditing
2323 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2324
2325 Asks: Define a list of subfields for which editing is authorized when
2326 edit\_items\_restricted permission is enabled, separated by spaces.
2327 \_\_\_
2328
2329 Examples:
2330
2331 -  UNIMARC: "995$f 995$h 995$j"
2332
2333 -  MARC21: "952$a 952$b 952$c"
2334
2335 Description:
2336
2337 -  This preference lets you define what fields can be edited via
2338    cataloging if the
2339    `edit\_items\_restricted <#edit_items_restricted>`__ permission is
2340    enabled
2341
2342        **Note**
2343
2344        The Fast Add (FA) framework is excluded from the permission. If
2345        the pref is empty, no fields are restricted.
2346
2347 .. _subfieldstousewhenprefill-label:
2348
2349 SubfieldsToUseWhenPrefill
2350 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2351
2352 Asks: Define a list of subfields to use when prefilling items \_\_\_
2353
2354     **Important**
2355
2356     Separate values with a space.
2357
2358 Description:
2359
2360 -  When the :ref:`PrefillItem` preference is set to prefill
2361    item values with those from the last added item, this preference can
2362    control which fields are prefilled (and which are not). Enter a space
2363    separated list of fields that you would like to prefill when adding a
2364    new item.
2365
2366 .. _unimarcfield100language-label:
2367
2368 UNIMARCField100Language
2369 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2370
2371 Default: fre
2372
2373 Asks: Use the language (ISO 690-2) \_\_\_ as default language in the
2374 UNIMARC field 100 when creating a new record or in the field plugin.
2375
2376 .. _z3950normalizeauthor-&-z3950authorauthfields-label:
2377
2378 z3950NormalizeAuthor & z3950AuthorAuthFields
2379 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2380
2381 Defaults: Don't copy & 701,702,700
2382
2383 Asks: \_\_\_ authors from the UNIMARC \_\_\_ tags (separated by commas)
2384 to the correct author tags when importing a record using Z39.50.
2385
2386 Description for z3950NormalizeAuthor:
2387
2388 -  This preference allows for 'Personal Name Authorities' to replace
2389    authors as the bibliographic authority. This preference should only
2390    be considered by libraries using UNIMARC.
2391
2392 Values for z3950NormalizeAuthor:
2393
2394 -  Copy
2395
2396 -  Don't copy
2397
2398 Description for z3950AuthorAuthFields:
2399
2400 -  This preference defines which MARC fields will be used for 'Personal
2401    Name Authorities' to replace authors as the bibliographic
2402    authorities. This preference only applies to those using UNIMARC
2403    encoding. The MARC fields selected here will only be used if
2404    'z3950NormalizeAuthor' is set to "Copy". The default field are 700,
2405    701, and 702.
2406
2407 .. _spine-labels-label:
2408
2409 Spine Labels
2410 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2411
2412 .. _spinelabelautoprint-label:
2413
2414 SpineLabelAutoPrint
2415 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2416
2417 Default: don't
2418
2419 Asks: When using the quick spine label printer, \_\_\_ automatically pop
2420 up a print dialog.
2421
2422 Values:
2423
2424 -  do
2425
2426 -  don't
2427
2428 .. _spinelabelformat-label:
2429
2430 SpineLabelFormat
2431 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2432
2433 Default: <itemcallnumber><copynumber>
2434
2435 Asks: Include the following fields on a quick-printed spine label:
2436 (Enter in columns from the biblio, biblioitems or items tables,
2437 surrounded by < and >.)
2438
2439 .. _spinelabelshowprintonbibdetails-label:
2440
2441 SpineLabelShowPrintOnBibDetails
2442 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2443
2444 Default: Don't display
2445
2446 Asks: \_\_\_ buttons on the bib details page to print item spine labels.
2447
2448 Values:
2449
2450 -  Display
2451
2452    |image24|
2453
2454 -  Don't display
2455
2456 .. _circulation-label:
2457
2458 Circulation
2459 ----------------------------
2460
2461 *Get there:* More > Administration > Global System Preferences >
2462 Circulation
2463
2464
2465
2466
2467 .. _article-requests-label:
2468
2469 Article Requests
2470 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2471
2472 .. _articlerequests-label:
2473
2474 ArticleRequests
2475 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2476
2477 Default: Don't enable
2478
2479 Asks: \_\_\_ patrons to place article requests.
2480
2481 Values:
2482
2483 -  Enable
2484
2485 -  Don't enable
2486
2487 Description:
2488
2489 -  This preference controls whether or not article requests are allowed to be placed by patrons in the OPAC.
2490
2491 .. _articlerequestsmandatoryfields-label:
2492
2493 ArticleRequestsMandatoryFields
2494 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2495
2496 Default: None selected
2497
2498 Asks: For records that are record level or item level requestable, make the following fields mandatory \_\_\_
2499
2500 Values:
2501
2502 -  [Select all]
2503
2504 -  Author
2505
2506 -  Chapters
2507
2508 -  Date
2509
2510 -  Issue
2511
2512 -  Pages
2513
2514 -  Title
2515
2516 -  Volume
2517
2518 Description:
2519
2520 -  This preference controls what fields must be filled in before an article request can be placed
2521    for either a record level or item level request. Choosing [Select all] indicates that all fields
2522    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2523    request can be placed.
2524
2525 .. _articlerequestsmandatoryfieldsitemsonly-label:
2526
2527 ArticleRequestsMandatoryFieldsItemsOnly
2528 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2529
2530 Default: None selected
2531
2532 Asks: For records that are only item level requestable, make the following fields mandatory \_\_\_
2533
2534 Values:
2535
2536 -  [Select all]
2537
2538 -  Author
2539
2540 -  Chapters
2541
2542 -  Date
2543
2544 -  Issue
2545
2546 -  Pages
2547
2548 -  Title
2549
2550 -  Volume
2551
2552 Description:
2553
2554 -  This preference controls what fields must be filled in before an article request can be placed
2555    for an item level request only. Choosing [Select all] indicates that all fields
2556    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2557    request can be placed.
2558
2559 .. _articlerequestsmandatoryfieldsrecordonly-label:
2560
2561 ArticleRequestsMandatoryFieldsRecordOnly
2562 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2563
2564 Default: None selected
2565
2566 Asks: For records that are only record level requestable, make the following fields mandatory \_\_\_
2567
2568 Values:
2569
2570 -  [Select all]
2571
2572 -  Author
2573
2574 -  Chapters
2575
2576 -  Date
2577
2578 -  Issue
2579
2580 -  Pages
2581
2582 -  Title
2583
2584 -  Volume
2585
2586 Description:
2587
2588 -  This preference controls what fields must be filled in before an article request can be placed
2589    for a record level request only. Choosing [Select all] indicates that all fields
2590    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2591    request can be placed.
2592
2593
2594 .. _batch-checkout-label:
2595
2596 Batch Checkout
2597 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2598
2599 .. _batchcheckouts-label:
2600
2601 BatchCheckouts
2602 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2603
2604 Default: Don't allow
2605
2606 Asks: \_\_\_ batch checkouts
2607
2608 Values:
2609
2610 -  Allow
2611
2612 -  Don't allow
2613
2614 .. _batchcheckoutsvalidcategories-label:
2615
2616 BatchCheckoutsValidCategories
2617 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2618
2619 Asks: Patron categories allowed to checkout in a batch \_\_\_ (list of
2620 patron categories separated with a pipe ^\|^)
2621
2622 .. _checkin-policy-label:
2623
2624 Checkin Policy
2625 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2626
2627 .. _blockreturnoflostitems-label:
2628
2629 BlockReturnOfLostItems
2630 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2631
2632 Default: Don't block
2633
2634 Asks: \_\_\_ returning of items that have been lost.
2635
2636 Values:
2637
2638 -  Block
2639
2640 -  Don't block
2641
2642 Description:
2643
2644 -  This preference controls whether and item with a lost status
2645    (952$1 in MARC21) can be checked in or not.
2646
2647 .. _blockreturnofwithdrawnitems-label:
2648
2649 BlockReturnOfWithdrawnItems
2650 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2651
2652 Default: Block
2653
2654 Asks: \_\_\_ returning of items that have been withdrawn.
2655
2656 Values:
2657
2658 -  Block
2659
2660 -  Don't block
2661
2662 Description:
2663
2664 -  This preference controls whether and item with a withdrawn status
2665    (952$0 in MARC21) can be checked in or not.
2666
2667 .. _calculatefinesonreturn-label:
2668
2669 CalculateFinesOnReturn
2670 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2671
2672 Default: Do
2673
2674 Asks: \_\_\_ calculate and update overdue charges when an item is
2675 returned.
2676
2677 Values:
2678
2679 -  Do
2680
2681 -  Don't
2682
2683 Description:
2684
2685 -  If this preference is set to "Do" and the :ref:`fines cron
2686    job <fines-label>` is off then Koha will calculate fines only
2687    when items are returned. If you have the fines cron job on and this
2688    preference set to "Do" then this preference will calculate fines
2689    based on the cron (usually run nightly) and then again when you check
2690    the item in. This option is best for those who are doing hourly
2691    loans. If this preference is set to "Don't" then fines will only be
2692    accrued if the fines cron job is running.
2693
2694     **Important**
2695
2696     If you are doing hourly loans then you should have this set to 'Do'.
2697
2698 .. _cumulativerestrictionperiods-label:
2699
2700 CumulativeRestrictionPeriods
2701 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2702
2703 Default: Don't cumulate
2704
2705 Asks: \_\_\_ the restriction periods.
2706
2707 Values:
2708
2709 -  Don't cumulate
2710
2711 -  Cumulate
2712
2713 .. _updatenotforloanstatusoncheckin-label:
2714
2715 UpdateNotForLoanStatusOnCheckin
2716 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2717
2718 Asks: This is a list of value pairs. When an item is checked in, if the
2719 not for loan value on the left matches the items not for loan value it
2720 will be updated to the right-hand value. E.g. ^-1: 0' will cause an item
2721 that was set to 'Ordered' to now be available for loan. Each pair of
2722 values should be on a separate line.
2723
2724 .. _checkout-policy-label:
2725
2726 Checkout Policy
2727 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2728
2729 .. _agerestrictionmarker-label:
2730
2731 AgeRestrictionMarker
2732 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2733
2734 Asks: Restrict patrons with the following target audience values from
2735 checking out inappropriate materials: \_\_\_
2736
2737 Description:
2738
2739 -  This preference defines certain keywords that will trigger Koha to
2740    restrict checkout based on age. These restrictions can be overridden
2741    by the :ref:`AgeRestrictionOverride`
2742    preference. Enter in this field a series of keywords separated by bar
2743    (\|) with no spaces. For example PG\|R\|E\|EC\|Age\| will look for PG
2744    followed by an age number, R folllowed by an age number, Age followed
2745    by an age number, and so on. These values can appear in any MARC
2746    field, but Library of Congress recommends the 521$a (Target Audience
2747    Note). Whatever field you decide to use you must map the word
2748    agerestriction in the biblioitems table to that field in the :ref:`Koha to
2749    MARC Mapping <koha-to-marc-mapping-label>`. When cataloging you can enter
2750    values like PG 13 or E 10 in the 521$a and Koha will then notify
2751    circulation librarians that the material may not be recommended for
2752    the patron based on their age.
2753
2754        **Important**
2755
2756        You must map the word agerestriction in the biblioitems table to
2757        the MARC field where this information will appear via the :ref:`Koha
2758        to MARC Mapping <koha-to-marc-mapping-label>` administration area.
2759
2760 .. _agerestrictionoverride-label:
2761
2762 AgeRestrictionOverride
2763 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2764
2765 Default: Don't allow
2766
2767 Asks: \_\_\_ staff to check out an item with age restriction.
2768
2769 Values:
2770
2771 -  Allow
2772
2773    |image25|
2774
2775 -  Don't allow
2776
2777    |image26|
2778
2779 Description:
2780
2781 -  When the :ref:`AgeRestrictionMarker` preference
2782    is set, Koha will try to warn circulation librarians before checking
2783    out an item that might have an age restriction listed in the MARC
2784    record. This preference asks if you would like the staff to be able
2785    to still check out these items to patrons under the age limit.
2786
2787 .. _allfinesneedoverride-label:
2788
2789 AllFinesNeedOverride
2790 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2791
2792 Default: Require
2793
2794 Asks: \_\_\_ staff to manually override all fines, even fines less than
2795 :ref:`noissuescharge`.
2796
2797 Values:
2798
2799 -  Don't require
2800
2801 -  Require
2802
2803 Description:
2804
2805 -  This preference let's you decide if you want to always be warned that
2806    the patron has fines when checking out. If you have it set to
2807    'Require' then no matter how much money the patron owes a message
2808    will pop up warning you that the patron owes money.
2809
2810 .. _allowfineoverride-label:
2811
2812 AllowFineOverride
2813 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2814
2815 Default: Don't allow
2816
2817 Asks: \_\_\_ staff to manually override and check out items to patrons
2818 who have more than :ref:`noissuescharge` in fines.
2819
2820 Values:
2821
2822 -  Allow
2823
2824 -  Don't allow
2825
2826 Description:
2827
2828 -  This preference lets you decide if you staff can check out to patrons
2829    who owe more money than you usually let them carry on their account.
2830    If set to 'Allow' staff will be warned that the patrons owes money,
2831    but it won't stop the staff from checking out to the patron.
2832
2833 .. _allowitemsonholdcheckout-label:
2834
2835 AllowItemsOnHoldCheckout
2836 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2837
2838 Default: Don't allow
2839
2840 Asks: \_\_\_ checkouts of items reserved to someone else. If allowed do
2841 not generate RESERVE\_WAITING and RESERVED warning. This allows self
2842 checkouts for those items.
2843
2844 Values:
2845
2846 -  Allow
2847
2848 -  Don't allow
2849
2850     **Important**
2851
2852     This system preference relates only to SIP based self checkout, not
2853     Koha's web based self checkout.
2854
2855 Description:
2856
2857 -  When this preference is set to 'Allow' patrons will be able to use
2858    your external self check machine to check out a book to themselves
2859    even if it's on hold for someone else. If you would like Koha to
2860    prevent people from checking out books that are on hold for someone
2861    else set this preference to "Don't allow."
2862
2863 .. _allowitemsonholdcheckoutsco-label:
2864
2865 AllowItemsOnHoldCheckoutSCO
2866 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2867
2868 Default: Don't allow
2869
2870 Asks: \_\_\_ checkouts of items reserved to someone else in the SCO module.
2871 If allowed do not generate RESERVE_WAITING and RESERVED warning. This
2872 allows self checkouts for those items.
2873
2874 Values:
2875
2876 -  Allow
2877
2878 -  Don't allow
2879
2880     **Important**
2881
2882     This system preference relates only to Koha's web based self checkout.
2883
2884 Description:
2885
2886 -  When this preference is set to 'Allow' patrons will be able to use
2887    Koha's web based self checkout to check out a book to themselves
2888    even if it's on hold for someone else. If you would like Koha to
2889    prevent people from checking out books that are on hold for someone
2890    else set this preference to "Don't allow".
2891
2892 .. _allowmultipleissuesonabiblio-label:
2893
2894 AllowMultipleIssuesOnABiblio
2895 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2896
2897 Default: Allow
2898
2899 Asks: \_\_\_ patrons to check out multiple items from the same record.
2900
2901 Values:
2902
2903 -  Allow
2904
2905 -  Don't allow
2906
2907 Description:
2908
2909 -  If this preference is set to 'Allow' then patrons will be able to
2910    check out multiple copies of the same title at the same time. If it's
2911    set to "Don't allow" then patrons will only be allowed to check out
2912    one item attached to a record at a time. Regardless of the option
2913    chosen in this preference records with subscriptions attached will
2914    allow multiple check outs.
2915
2916        **Important**
2917
2918        This will only effect records without a subscription attached.
2919
2920 .. _allownotforloanoverride-label:
2921
2922 AllowNotForLoanOverride
2923 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2924
2925 Default: Allow
2926
2927 Asks: \_\_\_ staff to override and check out items that are marked as
2928 not for loan.
2929
2930 Values:
2931
2932 -  Allow
2933
2934 -  Don't allow
2935
2936 Description:
2937
2938 -  This parameter is a binary setting which controls the ability of
2939    staff (patrons will always be prevented from checking these items
2940    out) to check out items that are marked as "not for loan". Setting it
2941    to "Allow" would allow such items to be checked out, setting it to
2942    "Don't allow" would prevent this. This setting determines whether
2943    items meant to stay in the library, such as reference materials, and
2944    other library resources can be checked out by patrons.
2945
2946 .. _allowrenewallimitoverride-label:
2947
2948 AllowRenewalLimitOverride
2949 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2950
2951 Default: Allow
2952
2953 Asks: \_\_\_ staff to manually override the renewal limit and renew a
2954 checkout when it would go over the renewal limit.
2955
2956 Values:
2957
2958 -  Allow
2959
2960 -  Don't allow
2961
2962 Description:
2963
2964 -  This preference is a binary setting which controls the ability of
2965    staff to override the limits placed on the number of times an item
2966    can be renewed. Setting it to "Allow" would allow such limits to be
2967    overridden, setting it to "Don't allow" would prevent this. This is a
2968    preference in which if it is set to "allow" it would allow the
2969    library staff to use their judgment for overriding the renew limit
2970    for special cases, setting it to "Don't allow" prevents an
2971    opportunity for abuse by the library staff.
2972
2973 .. _allowreturntobranch-label:
2974
2975 AllowReturnToBranch
2976 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2977
2978 Default: to any library
2979
2980 Asks: Allow materials to be returned to \_\_\_
2981
2982 Values:
2983
2984 -  either the library the item is from or the library it was checked out
2985    from.
2986
2987 -  only the library the item is from.
2988
2989 -  only the library the item was checked out from.
2990
2991 -  to any library.
2992
2993 Description:
2994
2995 -  This preference lets the library system decide how they will accept
2996    returns. Some systems allow for items to be returned to any library
2997    in the system (the default value of this preference) others want to
2998    limit item returns to only specific branches. This preference will
2999    allow you to limit item returns (checkins) to the branch(es) set in
3000    the value.
3001
3002 .. _allowtoomanyoverride-label:
3003
3004 AllowTooManyOverride
3005 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3006
3007 Default: Allow
3008
3009 Asks: \_\_\_ staff to override and check out items when the patron has
3010 reached the maximum number of allowed checkouts.
3011
3012 Values:
3013
3014 -  Allow
3015
3016    |image27|
3017
3018 -  Don't allow
3019
3020    |image28|
3021
3022 Description:
3023
3024 -  If this preference is set to "Allow" then staff all will be presented
3025    with an option to checkout more items to a patron than are normally
3026    allowed in the :ref:`Circulation and Fine Rules`. If
3027    this preference is set to "Don't allow" then no staff member will be
3028    able to check out more than the circulation limit.
3029
3030 .. _automaticitemreturn-label:
3031
3032 AutomaticItemReturn
3033 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3034
3035 Default: Do
3036
3037 Asks: \_\_\_ automatically transfer items to their home branch when they
3038 are returned.
3039
3040 Values:
3041
3042 -  Do
3043
3044 -  Don't
3045
3046 Description:
3047
3048 -  This preference is a binary setting which determines whether an item
3049    is returned to its home branch automatically or not. If set to
3050    "Don't", the staff member checking an item in at a location other
3051    than the item's home branch will be asked whether the item will
3052    remain at the non-home branch (in which case the new location will be
3053    marked as a holding location) or returned. Setting it to "Do" will
3054    ensure that items checked in at a branch other than their home branch
3055    will be sent to that home branch.
3056
3057 .. _autoremoveoverduesrestrictions-label:
3058
3059 AutoRemoveOverduesRestrictions
3060 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3061
3062 Default: Do not
3063
3064 Asks: \_\_\_ allow OVERDUES restrictions triggered by sent notices to be
3065 cleared automatically when all overdue items are returned by a patron.
3066
3067 Values:
3068
3069 -  Do
3070
3071 -  Do not
3072
3073 Description:
3074
3075 -  Using the :ref:`Overdue Notice/Status Triggers` you
3076    can restrict patrons after they receive an overdue notice. This
3077    preference lets you define whether Koha will automatically remove
3078    that restriction once the overdue items in question are returned or
3079    not.
3080
3081 .. _circcontrol-label:
3082
3083 CircControl
3084 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3085
3086 Default: the library the item is from
3087
3088 Asks: Use the checkout and fines rules of \_\_\_
3089
3090 Values:
3091
3092 -  the library the item is from
3093
3094    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3095       determined by the item's library where
3096       :ref:`HomeOrHoldingBranch` chooses if item's
3097       home library is used or holding library is used.
3098
3099 -  the library the patron is from
3100
3101    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3102       determined the patron's home library
3103
3104 -  the library you are logged in at
3105
3106    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3107       determined by the library that checked the item out to the patron
3108
3109 .. _consideronsitecheckoutsasnormalcheckouts-label:
3110
3111 ConsiderOnSiteCheckoutsAsNormalCheckouts
3112 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3113
3114 Default: Consider
3115
3116 Asks: \_\_\_ on-site checkouts as normal checkouts. If enabled, the
3117 number of checkouts allowed will be normal checkouts + on-site
3118 checkouts. If disabled, both values will be checked separately.
3119
3120 Values:
3121
3122 -  Consider
3123
3124 -  Don't consider
3125
3126 Description:
3127
3128 -  This preference allows you to decide if checkouts that are
3129    :ref:`OnSiteCheckouts` are counted toward the total
3130    checkouts a patron can have. You can also set your :ref:`circulation and
3131    fine rules <circulation-and-fine-rules-label>` to allow only a certain number of
3132    normal and OnSite checkouts.
3133
3134 .. _defaultlongoverduechargevalue-label:
3135
3136 DefaultLongOverdueChargeValue
3137 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3138
3139 Asks: Charge a lost item to the borrower's account when the LOST value
3140 of the item changes to \_\_\_
3141
3142 Description:
3143
3144 -  Leave this field empty if you don't want to charge the user for lost
3145    items. If you want the user to be charged enter the `LOST authorized
3146    value <#lost>`__ you are using in the
3147    :ref:`DefaultLongOverdueLostValue <defaultlongoverduelostvalue-&-defaultlongoverduedays-label>`
3148    preference. This preference is used when the :ref:`longoverdue cron
3149    job <long-overdues-label>` is called without the --charge parameter.
3150
3151 .. _defaultlongoverduelostvalue-&-defaultlongoverduedays-label:
3152
3153 DefaultLongOverdueLostValue & DefaultLongOverdueDays
3154 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3155
3156 Asks: By default, set the LOST value of an item to \_\_\_ when the item
3157 has been overdue for more than \_\_\_ days.
3158
3159 Description:
3160
3161 -  These preferences are used when the :ref:`longoverdue cron
3162    job <long-overdues-label>` is called without the --lost parameter. It
3163    allows users to set the values of the :ref:`longoverdue
3164    cron <long-overdues-label>` without having to edit the crontab.
3165    Setting the values to 1 and 30 for example will mark the item with
3166    the `LOST authorized value <#lost>`__ of 1 after the item is 30 days
3167    overdue.
3168
3169 .. _holdsinnoissuescharge-label:
3170
3171 HoldsInNoissuesCharge
3172 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3173
3174 Default: Don't include
3175
3176 Asks: \_\_\_ hold charges when summing up charges for noissuescharge.
3177
3178 Values:
3179
3180 -  Don't include
3181
3182 -  Include
3183
3184 .. _homeorholdingbranch-label:
3185
3186 HomeOrHoldingBranch
3187 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3188
3189 Default: the library the item was checked out from
3190
3191 Asks: Use the checkout and fines rules of \_\_\_
3192
3193 Values:
3194
3195 -  the library the item is from
3196
3197    -  This is equivalent to 'home library'
3198
3199 -  the library the item was checked out from
3200
3201    -  This is equivalent to 'holding library'
3202
3203 Description:
3204
3205 -  This preference does several things.
3206
3207    -  If :ref:`CircControl` is set to 'the library the item
3208       is from' then the :ref:`circulation and fines
3209       policies <circulation-and-fine-rules-label>` will be determined by the item's
3210       library where HomeOrHoldingBranch chooses if item's home library
3211       is used or holding library is used.
3212
3213    -  If :ref:`IndependentBranches` is set to
3214       'Prevent' then the value of this preference is used in figuring
3215       out if the item can be checked out. If the item's home library
3216       does not match the logged in library, the item cannot be checked
3217       out unless you are a :ref:`superlibrarian <patron-permissions-defined-label>`.
3218
3219     **Important**
3220
3221     It is not recommend that this setting be changed after initial setup
3222     of Koha because it will change the behavior of items already checked
3223     out.
3224
3225 .. _inprocessingtoshelvingcart-label:
3226
3227 InProcessingToShelvingCart
3228 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3229
3230 Default: Don't move
3231
3232 Asks: \_\_\_ items that have the location PROC to the location CART when
3233 they are checked in.
3234
3235 Values:
3236
3237 -  Don't move
3238
3239 -  Move
3240
3241 Description:
3242
3243 -  This preference is used to manage automatically changing item
3244    locations from processing (PROC) to the book cart (CART). A :ref:`cron
3245    job <in-processing/book-cart-label>` needs to be set to run at specified intervals
3246    to age items from CART to the permanent shelving location. (For
3247    example, an hourly cron entry of cart\_to\_shelf.pl --hours 3 where
3248    --hours is the amount of time an item should spend on the cart before
3249    aging to its permanent location.) More information can be found in
3250    the :ref:`related chapter <in-processing-/-book-cart-locations-label>` in this manual.
3251
3252    -  **Note**
3253
3254           If the :ref:`ReturnToShelvingCart` system
3255           preference is turned on, any newly checked-in item is also
3256           automatically put into the shelving cart, to be covered by the
3257           same script run.
3258
3259    -  **Important**
3260
3261           Checkins with confirmed holds will not go into the shelving
3262           cart. If items on the shelving cart are checked out, the cart
3263           location will be cleared.
3264
3265 .. _issuelostitem-label:
3266
3267 IssueLostItem
3268 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3269
3270 Default: display a message
3271
3272 Asks: When issuing an item that has been marked as lost, \_\_\_.
3273
3274 Values:
3275
3276 -  display a message
3277
3278    |image29|
3279
3280 -  do nothing
3281
3282    -  This option will just check the item out without notifying you
3283       that the item was marked lost.
3284
3285 -  require confirmation
3286
3287    |image30|
3288
3289 Description:
3290
3291 -  This preference lets you define how library staff are notified that
3292    an item with a lost status is being checked out. This will help staff
3293    mark items as 'available' if you choose to 'display a message' or
3294    'require confirmation.^ If you choose to 'do nothing,^ there will be
3295    no notification that the item being checked out is marked as 'lost.^
3296
3297 .. _issuinginprocess-label:
3298
3299 IssuingInProcess
3300 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3301
3302 Default: Don't prevent
3303
3304 Asks: \_\_\_ patrons from checking out an item whose rental charge would
3305 take them over the limit.
3306
3307 Values:
3308
3309 -  Don't prevent
3310
3311 -  Prevent
3312
3313 Description:
3314
3315 -  This preference determines if a patron can check items out if there
3316    is an overdue fine on the account and any of the materials the patron
3317    wishes to check out will potentially tip the account balance over the
3318    maximum fines policy the library has in place.
3319
3320 Example: Your library has a $5 limit set for 'fines' (ie, after
3321 incurring $5 in fines, a patron can no longer check out items). A patron
3322 comes to the desk with 5 items to check out (4 books and a video) The
3323 patron has $4 in charges already on their account. One of the videos has
3324 a rental charge of $1, therefore making the total fines on the patron's
3325 account suddenly $5 (the limit).
3326
3327 .. _maninvinnoissuescharge-label:
3328
3329 ManInvInNoissuesCharge
3330 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3331
3332 Default: Include
3333
3334 Asks: \_\_\_ MANUAL\_INV charges when summing up charges for
3335 noissuescharge.
3336
3337 Values:
3338
3339 -  Don't include
3340
3341 -  Include
3342
3343 Description:
3344
3345 -  This preference lets you decide if charges entered as manual invoices
3346    are included when calculating the
3347    :ref:`noissuescharge`. If this is set to include then
3348    Koha will include all manual invoices when deciding if the patron
3349    owes too much money to check anything else out of the library. If
3350    it's set to Don't include then Koha will ignore all manual invoice
3351    charges when figuring out if the patron owes too much money to
3352    checkout additional materials.
3353
3354 .. _marklostitemsasreturned-label:
3355
3356 MarkLostItemsAsReturned
3357 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3358
3359 Default: Mark
3360
3361 Asks: \_\_\_ items as returned when flagged as lost.
3362
3363 Values:
3364
3365 -  Do not mark
3366
3367 -  Mark
3368
3369 Description:
3370
3371 -  This preference lets you decide if an item marked as lost is automatically returned from the user's file or not.
3372
3373 .. _maxoutstanding-label:
3374
3375 maxoutstanding
3376 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3377
3378 Default: 5
3379
3380 Asks: Prevent patrons from making holds on the OPAC if they owe more
3381 than \_\_\_ USD in fines.
3382
3383 .. _noissuescharge-label:
3384
3385 noissuescharge
3386 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3387
3388 Default: 5
3389
3390 Asks: Prevent patrons from checking out books if they have more than
3391 \_\_\_ USD in fines.
3392
3393 Description:
3394
3395 -  This preference is the maximum amount of money owed to the library
3396    before the user is banned from borrowing more items. Using the
3397    :ref:`ManInvInNoissuesCharge` and
3398    :ref:`RentalsInNoissuesCharge` preferences
3399    you can control which types of charges are considered in this total.
3400    This also coincides with :ref:`maxoutstanding` that
3401    limits patrons from placing holds when the maximum amount is owed to
3402    the library.
3403
3404 .. _noissueschargeguarantees-label:
3405
3406 NoIssuesChargeGuarantees
3407 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3408
3409 Asks: Prevent a patron from checking out if the patron has guarantees
3410 owing in total more than \_\_\_ USD in fines.
3411
3412 Description:
3413
3414 -  Allows a library to prevent patrons from checking out items if his or
3415    her guarantees owe too much in fines.
3416
3417 .. _norenewalbeforeprecision-label:
3418
3419 NoRenewalBeforePrecision
3420 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3421
3422 Default: date
3423
3424 Asks: Calculate "No renewal before" based on \_\_\_.
3425
3426 Values:
3427
3428 -  date
3429
3430 -  exact time
3431
3432     **Note**
3433
3434     Only relevant for loans calculated in days, hourly loans are not
3435     affected.
3436
3437 Description:
3438
3439 -  This preference allows you to control how the 'No renewal before"
3440    option in the :ref:`Circulation and fine rules <circulation-and-fine-rules-label>`
3441    administration area.
3442
3443 .. _noticebcc-label:
3444
3445 NoticeBcc
3446 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3447
3448 Asks: Send all notices as a BCC to this email address \_\_\_
3449
3450 This preference makes it so that a librarian can get a copy of every
3451 notice sent out to patrons.
3452
3453     **Note**
3454
3455     If you'd like more than one person to receive the blind copy you can
3456     simply enter in multiple email addresses separated by commas.
3457
3458 .. _onsitecheckouts-label:
3459
3460 OnSiteCheckouts
3461 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3462
3463 Default: Disable
3464
3465 Asks: \_\_\_ the on-site checkouts feature.
3466
3467 Values:
3468
3469 -  Disable
3470
3471 -  Enable
3472
3473    |image1184|
3474
3475 Description:
3476
3477 -  This preference lets you check out items that are 'not for loan' to
3478    patrons. A checkbox is added to the checkout screen when this
3479    preference is set to 'Enable' labeled 'On-site checkout'. This allows
3480    you to track who's using items that are normally not for loan or are
3481    in a closed stack setting.
3482
3483 .. _onsitecheckoutsforce-label:
3484
3485 OnSiteCheckoutsForce
3486 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3487
3488 Default: Disable
3489
3490 Asks: \_\_\_ the on-site for all cases (Even if a user is debarred,
3491 etc.).
3492
3493 Values:
3494
3495 -  Disable
3496
3497 -  Enable
3498
3499    |image31|
3500
3501 Description:
3502
3503 -  This preference lets the staff override any restrictions a patron
3504    might have and check out items for use within the library. The
3505    :ref:`OnSiteCheckouts` preference must first be set
3506    to 'Enable' for this preference to be considered.
3507
3508 .. _opacfinenorenewalsblockautorenew-label:
3509
3510 OPACFineNoRenewalsBlockAutoRenew
3511 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3512
3513 Default: Allow
3514
3515 Asks: If a patron owes more than the value of :ref:`OPACFineNoRenewals`,
3516 \_\_\_ his/her auto renewals.
3517
3518 Values:
3519
3520 -  Allow
3521
3522 -  Block
3523
3524 .. _overduenoticecalendar-label:
3525
3526 OverdueNoticeCalendar
3527 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3528
3529 Default: Ignore calendar
3530
3531 Asks: \_\_\_ when working out the period for overdue notices
3532
3533 Values:
3534
3535 -  Ignore calendar
3536
3537    -  Notices do not take holidays into account, so they will be sent
3538       even if holidays have meant the item is not actually overdue yet
3539
3540 -  Use calendar
3541
3542    -  Notices take holidays into account, so they will not be sent if
3543       holidays mean the item is not actually overdue yet
3544
3545 .. _overduesblockcirc-label:
3546
3547 OverduesBlockCirc
3548 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3549
3550 Default: Ask for confirmation
3551
3552 Asks: \_\_\_ when checking out to a borrower that has overdues
3553 outstanding
3554
3555 Values:
3556
3557 -  Ask for confirmation
3558
3559    -  Will not let you check an item out to patrons with overdues until
3560       a librarian confirms that it is okay
3561
3562 -  Block
3563
3564    -  Block all patrons with overdue items from being able to check out
3565
3566 -  Don't block
3567
3568    -  Allow all patrons with overdue items to continue to check out
3569
3570 .. _overduesblockrenewing-label:
3571
3572 OverduesBlockRenewing
3573 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3574
3575 Default: allow renewing
3576
3577 Asks: When a patron's checked out item is overdue, \_\_\_
3578
3579 Values:
3580
3581 -  allow renewing
3582
3583 -  block renewing for all the patron's items
3584
3585 -  block renewing for only this item
3586
3587 .. _printnoticesmaxlines-label:
3588
3589 PrintNoticesMaxLines
3590 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3591
3592 Asks: Include up to \_\_\_ item lines in a printed overdue notice.
3593
3594     **Note**
3595
3596     If the number of items is greater than this number, the notice will
3597     end with a warning asking the borrower to check their online account
3598     for a full list of overdue items.
3599
3600     **Note**
3601
3602     Set to 0 to include all overdue items in the notice, no matter how
3603     many there are.
3604
3605     **Important**
3606
3607     This preference only refers to the print notices, not those sent via
3608     email.
3609
3610 .. _renewalperiodbase-label:
3611
3612 RenewalPeriodBase
3613 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3614
3615 Default: the old due date of the checkout
3616
3617 Asks: When renewing checkouts, base the new due date on \_\_\_
3618
3619 Values:
3620
3621 -  the old due date of the checkout
3622
3623 -  the current date
3624
3625 .. _renewalsendnotice-label:
3626
3627 RenewalSendNotice
3628 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3629
3630 Default: Don't send
3631
3632 Asks: \_\_\_\_ a renewal notice according to patron checkout alert
3633 preferences.
3634
3635 Values:
3636
3637 -  Don't send
3638
3639 -  Send
3640
3641 Description:
3642
3643 -  If a patron has chosen to receive a check out notice in their
3644    messaging preferences and this preference is set to 'Send' then those
3645    patrons will also receive a notice when they renew materials. You
3646    will want to set up a :ref:`new notice <adding-notices-&-slips-label>` with the code of
3647    RENEWAL (if you don't already have it) with custom text for renewing
3648    items.
3649
3650        **Important**
3651
3652        This preference requires that you have
3653        :ref:`EnhancedMessagingPreferences`
3654        set to 'Allow'
3655
3656 .. _rentalfeescheckoutconfirmation-label:
3657
3658 RentalFeesCheckoutConfirmation
3659 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3660
3661 Default: do not ask
3662
3663 Asks: When checking out an item with rental fees, \_\_\_ for
3664 confirmation.
3665
3666 Values:
3667
3668 -  ask
3669
3670   |image1183|
3671
3672 -  do not ask
3673
3674 Description:
3675
3676 -  If you are charging rental fees for items this preference will make
3677    it so that you can show (or not show) a confirmation before checking
3678    out an item that will incur a rental charge.
3679
3680 .. _rentalsinnoissuescharge-label:
3681
3682 RentalsInNoissuesCharge
3683 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3684
3685 Default: Include
3686
3687 Asks: \_\_\_ rental charges when summing up charges for noissuescharge.
3688
3689 Values:
3690
3691 -  Don't include
3692
3693 -  Include
3694
3695 Description:
3696
3697 -  This preference lets you decide if rental charges are included when
3698    calculating the :ref:`noissuescharge`. If this is set
3699    to include then Koha will include all rental charges when deciding if
3700    the patron owes too much money to check anything else out of the
3701    library. If it's set to Don't include then Koha will ignore all
3702    rental charges when figuring out if the patron owes too much money to
3703    checkout additional materials.
3704
3705 .. _restrictionblockrenewing-label:
3706
3707 RestrictionBlockRenewing
3708 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3709
3710 Default: Allow
3711
3712 Asks: If patron is restricted, \_\_\_ renewing of items.
3713
3714 Values:
3715
3716 -  Allow
3717
3718 -  Block
3719
3720 .. _returnbeforeexpiry-label:
3721
3722 ReturnBeforeExpiry
3723 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3724
3725 Default: Don't require
3726
3727 Asks: \_\_\_ patrons to return books before their accounts expire (by
3728 restricting due dates to before the patron's expiration date).
3729
3730 Values:
3731
3732 -  Don't require
3733
3734 -  Require
3735
3736 Description:
3737
3738 -  This is preference may prevent a patron from having items checked out
3739    after their library card has expired. If this is set to "Require",
3740    then a due date of any checked out item can not be set for a date
3741    which falls after the patron's card expiration. If the setting is
3742    left "Don't require" then item check out dates may exceed the
3743    expiration date for the patron's library card.
3744
3745 .. _returntoshelvingcart-label:
3746
3747 ReturnToShelvingCart
3748 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3749
3750 Default: Don't move
3751
3752 Asks: \_\_\_ all items to the location CART when they are checked in.
3753
3754 Values:
3755
3756 -  Don't move
3757
3758 -  Move
3759
3760 Description:
3761
3762 -  More information can be found in the :ref:`related
3763    chapter <in-processing-/-book-cart-locations-label>` in this manual.
3764
3765 .. _staffsearchresultsdisplaybranch-label:
3766
3767 StaffSearchResultsDisplayBranch
3768 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3769
3770 Default: the library the item is held by
3771
3772 Asks: For search results in the staff client, display the branch of
3773 \_\_\_
3774
3775 Values:
3776
3777 -  the library the item is from
3778
3779 -  the library the items is held by
3780
3781 .. _switchonsitecheckouts-label:
3782
3783 SwitchOnSiteCheckouts
3784 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3785
3786 Default: Don't switch
3787
3788 Asks: \_\_\_ on-site checkouts to normal checkouts when checked out.
3789
3790 Values:
3791
3792 -  Don't switch
3793
3794 -  Switch
3795
3796 .. _transfersmaxdayswarning-label:
3797
3798 TransfersMaxDaysWarning
3799 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3800
3801 Default: 3
3802
3803 Asks: Show a warning on the "Transfers to Receive" screen if the
3804 transfer has not been received \_\_\_ days after it is sent.
3805
3806 Description:
3807
3808 -  The TransferMaxDaysWarning preference is set at a default number of
3809    days. This preference allows for a warning to appear after a set
3810    amount of time if an item being transferred between library branches
3811    has not been received. The warning will appear in the :ref:`Transfers to
3812    Receive <transfers-to-receive-label>` report.
3813
3814 .. _usebranchtransferlimits-&-branchtransferlimitstype-label:
3815
3816 UseBranchTransferLimits & BranchTransferLimitsType
3817 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3818
3819 Defaults: Don't enforce & collection code
3820
3821 Asks: \_\_\_ branch transfer limits based on \_\_\_
3822
3823 UseBranchTransferLimits Values:
3824
3825 -  Don't enforce
3826
3827 -  Enforce
3828
3829 BranchTransferLimitsType Values:
3830
3831 -  collection code
3832
3833 -  item type
3834
3835 BranchTransferLimitsType Description:
3836
3837 -  This parameter is a binary setting which determines whether items are
3838    transferred according to item type or collection code. This value
3839    determines how the library manager is able to restrict what items can
3840    be transferred between the branches.
3841
3842 .. _usedaysmode-label:
3843
3844 useDaysMode
3845 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3846
3847 Default: Don't include
3848
3849 Asks: Calculate the due date using \_\_\_.
3850
3851 Values:
3852
3853 -  circulation rules only.
3854
3855 -  the calendar to push the due date to the next open day.
3856
3857 -  the calendar to skip all days the library is closed.
3858
3859 Description:
3860
3861 -  This preference controls how scheduled library closures affect the
3862    due date of a material. The 'the calendar to skip all days the
3863    library is closed' setting allows for a scheduled closure not to
3864    count as a day in the loan period, the 'circulation rules only'
3865    setting would not consider the scheduled closure at all, and 'the
3866    calendar to push the due date to the next open day' would only effect
3867    the due date if the day the item is due would fall specifically on
3868    the day of closure.
3869
3870 Example:
3871
3872 -  The library has put December 24th and 25th in as closures on the
3873    calendar. A book checked out by a patron has a due date of December
3874    25th according to the circulation and fine rules. If this preference
3875    is set to 'circulation rules only' then the item will remain due on
3876    the 25th. If the preference is set to 'the calendar to push the due
3877    date to the next open day' then the due date will be December 26th.
3878    If the preference is set to 'the calendar to skip all days the
3879    library is closed' then the due date will be pushed to the 27th of
3880    December to accommodate for the two closed days.
3881
3882 The calendar is defined on a branch by branch basis. To learn more about
3883 the calendar, check out the ^:ref:`Calendar & Holidays <calendar-label>`^
3884 section of this manual.
3885
3886 .. _usetransportcostmatrix-label:
3887
3888 UseTransportCostMatrix
3889 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3890
3891 Default: Don't use
3892
3893 Asks: \_\_\_ Transport Cost Matrix for calculating optimal holds filling
3894 between branches.
3895
3896 Values:
3897
3898 -  Don't use
3899
3900 -  Use
3901
3902 Description:
3903
3904 -  If the system is configured to use the :ref:`Transport cost
3905    matrix <transport-cost-matrix-label>` for filling holds, then when
3906    attempting to fill a hold, the system will search for the lowest cost
3907    branch, and attempt to fill the hold with an item from that branch
3908    first. Branches of equal cost will be selected from randomly. The
3909    branch or branches of the next highest cost shall be selected from
3910    only if all the branches in the previous group are unable to fill the
3911    hold.
3912
3913    The system will use the item's current holding branch when
3914    determining whether the item can fulfill a hold using the Transport
3915    Cost Matrix.
3916
3917 .. _course-reserves-label:
3918
3919 Course Reserves
3920 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3921
3922 .. _usecoursereserves-label:
3923
3924 UseCourseReserves
3925 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3926
3927 Default: Don't use
3928
3929 Asks: \_\_\_ course reserves
3930
3931 Values:
3932
3933 -  Don't use
3934
3935 -  Use
3936
3937 Description:
3938
3939 -  The `Course Reserves <#coursereserves>`__ module in Koha allows you
3940    to temporarily move items to 'reserve' and assign different
3941    circulation rules to these items while they are being used for a
3942    specific course.
3943
3944 .. _fines-policy-label:
3945
3946 Fines Policy
3947 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3948
3949 .. _finescalendar-label:
3950
3951 finesCalendar
3952 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3953
3954 Default: not including the days the library is closed
3955
3956 Asks: Calculate fines based on days overdue \_\_\_
3957
3958 Values:
3959
3960 -  directly
3961
3962 -  not including the days the library is closed
3963
3964 Description:
3965
3966 -  This preference will determine whether or not fines will be accrued
3967    during instances when the library is closed. Examples include
3968    holidays, library in-service days, etc. Choosing "not including the
3969    days the library is closed" setting will enable Koha to access its
3970    :ref:`Calendar` module and be considerate of dates when
3971    the library is closed. To make use of this setting the administrator
3972    must first access Koha's calendar and mark certain days as "holidays"
3973    ahead of time.
3974
3975 The calendar is defined on a branch by branch basis. To learn more about
3976 the calendar, check out the ^:ref:`Calendar & Holidays <calendar-label>`^
3977 section of this manual.
3978
3979 .. _finesincludegraceperiod-label:
3980
3981 FinesIncludeGracePeriod
3982 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3983
3984 Default: Include
3985
3986 Asks: \_\_\_ the grace period when calculating the fine for an overdue
3987 item.
3988
3989 Values:
3990
3991 -  Don't include
3992
3993 -  Include
3994
3995 Description:
3996
3997 -  This preference lets you control how Koha calculates fines when there
3998    is a grace period. If you choose to include the grace period when
3999    calculating fines then Koha will charge for the days in the grace
4000    period should the item be overdue more than those days. If you choose
4001    not to include the grace period then Koha will only charge for the
4002    days overdue after the grace period.
4003
4004 .. _finesmode-label:
4005
4006 finesMode
4007 ^^^^^^^^^^^^^^^^^^^^^^^^^^
4008
4009 Default: Calculate (but only for mailing to the admin)
4010
4011 Asks: \_\_\_ fines
4012
4013 Values:
4014
4015 -  Calculate (but only for mailing to the admin)
4016
4017 -  Calculate and charge
4018
4019 -  Don't calculate
4020
4021     **Important**
4022
4023     Requires that you have the fines cron job running
4024     (misc/cronjobs/fines.pl)
4025
4026 .. _holdfeemode-label:
4027
4028 HoldFeeMode
4029 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4030
4031 Default: only if all items are checked out and the record has at least one hold already.
4032
4033 Asks: Charge a hold fee \_\_\_
4034
4035 Values:
4036
4037 -  any time a hold is collected.
4038
4039 -  any time a hold is placed.
4040
4041 -  only if all items are checked out and the record has at least one hold already.
4042
4043 .. _processingfeenote-label:
4044
4045 ProcessingFeeNote
4046 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4047
4048 Asks: Set the text to be recorded in the column 'note', table 'accountlines' when the processing fee (defined in item type) is applied.
4049
4050 .. _refundlostonreturncontrol-label:
4051
4052 RefundLostOnReturnControl
4053 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4054
4055 Default: check-in library.
4056
4057 Asks: If a lost item is returned, apply the refunding rules defined
4058 in the \_\_\_
4059
4060 Values:
4061
4062 -  check-in library.
4063
4064 -  item holding branch.
4065
4066 -  item home branch.
4067
4068 .. _usedefaultreplacementcost-label:
4069
4070 useDefaultReplacementCost
4071 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4072
4073 Default: Don't use
4074
4075 Asks: \_\_\_ the default replacement cost defined in item type.
4076
4077 Values:
4078
4079 -  Don't use
4080
4081 -  Use
4082
4083 Description:
4084
4085 -  This preference enables the use of the replacement cost set on the item type level
4086
4087 .. _whenlostchargereplacementfee-label:
4088
4089 WhenLostChargeReplacementFee
4090 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4091
4092 Default: Charge
4093
4094 Asks: \_\_\_ the replacement price when a patron loses an item.
4095
4096 Values:
4097
4098 -  Charge
4099
4100 -  Don't charge
4101
4102 Description:
4103
4104 -  This preference lets you tell Koha what to do with an item is marked
4105    lost. If you want Koha can 'Charge' the patron the replacement fee
4106    listed on the item they lost or it can do nothing in reference to the
4107    patron and just mark the item lost in the catalog.
4108
4109 .. _whenlostforgivefine-label:
4110
4111 WhenLostForgiveFine
4112 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4113
4114 Default: Don't forgive
4115
4116 Asks: \_\_\_ the fines on an item when it is lost.
4117
4118 Values:
4119
4120 -  Don't forgive
4121
4122 -  Forgive
4123
4124 Description:
4125
4126 -  This preference allows the library to decide if fines are charged in
4127    addition to the replacement fee when an item is marked as lost. If
4128    this preference is set to 'Forgive' then the patron won't be charged
4129    fines in addition to the replacement fee.
4130
4131 .. _holds-policy-label:
4132
4133 Holds Policy
4134 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4135
4136 .. _allowholddateinfuture-label:
4137
4138 AllowHoldDateInFuture
4139 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4140
4141 Default: Allow
4142
4143 Asks: \_\_\_ hold requests to be placed that do not enter the waiting
4144 list until a certain future date.
4145
4146 Values:
4147
4148 -  Allow
4149
4150 -  Don't allow
4151
4152 .. _allowholditemtypeselection-label:
4153
4154 AllowHoldItemTypeSelection
4155 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4156
4157 Default: Don't allow
4158
4159 Asks: \_\_\_ hold fulfillment to be limited by itemtype.
4160
4161 Values:
4162
4163 -  Allow
4164
4165 -  Don't allow
4166
4167 .. _allowholdpolicyoverride-label:
4168
4169 AllowHoldPolicyOverride
4170 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4171
4172 Default: Allow
4173
4174 Asks: \_\_\_ staff to override hold policies when placing holds.
4175
4176 Values:
4177
4178 -  Allow
4179
4180 -  Don't allow
4181
4182 Description:
4183
4184 -  This preference is a binary setting which controls whether or not the
4185    library staff can override the circulation and fines rules as they
4186    pertain to the placement of holds. Setting this value to "Don't
4187    allow" will prevent anyone from overriding, setting it to "Allow"
4188    will allow it. This setting is important because it determines how
4189    strict the libraries rules for placing holds are. If this is set to
4190    "Allow", exceptions can be made for patrons who are otherwise
4191    normally in good standing with the library, but there is opportunity
4192    for the staff to abuse this function. If it is set to "Don't allow",
4193    no abuse of the system is possible, but it makes the system entirely
4194    inflexible in respect to holds.
4195
4196 .. _allowholdsondamageditems-label:
4197
4198 AllowHoldsOnDamagedItems
4199 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4200
4201 Default: Allow
4202
4203 Asks: \_\_\_ hold requests to be placed on damaged items.
4204
4205 Values:
4206
4207 -  Allow
4208
4209 -  Don't allow
4210
4211 Description:
4212
4213 -  This parameter is a binary setting which controls whether or not hold
4214    requests can be placed on items that are marked as "damaged" (items
4215    are marked as damaged by editing subfield 4 on the item record).
4216    Setting this value to "Don't allow" will prevent anyone from placing
4217    a hold on such items, setting it to "Allow" will allow it. This
4218    preference is important because it determines whether or not a patron
4219    can place a request for an item that might be in the process of being
4220    repaired or not in good condition. The library may wish to set this
4221    to "Don't allow" if they were concerned about their patrons not
4222    receiving the item in a timely manner or at all (if it is determined
4223    that the item is beyond repair). Setting it to "Allow" would allow a
4224    patron to place a hold on an item and therefore receive it as soon as
4225    it becomes available.
4226
4227 .. _allowholdsonpatronspossessions-label:
4228
4229 AllowHoldsOnPatronsPossessions
4230 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4231
4232 Default: Allow
4233
4234 Asks: \_\_\_\_ a patron to place a hold on a record where the patron
4235 already has one or more items attached to that record checked out.
4236
4237 Values:
4238
4239 -  Allow
4240
4241 -  Don't allow
4242
4243 Description:
4244
4245 -  By setting to "Don't allow," you can prevent patrons from placing
4246    holds on items they already have out, thus preventing them from
4247    blocking anyone else from getting an item.
4248
4249 .. _allowrenewalifotheritemsavailable-label:
4250
4251 AllowRenewalIfOtherItemsAvailable
4252 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4253
4254 Default: Don't allow
4255
4256 Asks: \_\_\_ a patron to renew an item with unfilled holds if other
4257 available items can fill that hold.
4258
4259 Values:
4260
4261 -  Allow
4262
4263 -  Don't allow
4264
4265 .. _autoresumesuspendedholds-label:
4266
4267 AutoResumeSuspendedHolds
4268 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4269
4270 Default: Allow
4271
4272 Asks: \_\_\_ suspended holds to be automatically resumed by a set date.
4273
4274 Values:
4275
4276 -  Allow
4277
4278 -  Don't allow
4279
4280 Description:
4281
4282 -  If this preference is set to 'Allow' then all suspended holds will be
4283    able to have a date at after which they automatically become
4284    unsuspended. If you have this preference set to 'Allow' you will also
4285    need the :ref:`Unsuspend Holds` cron job running.
4286
4287     **Important**
4288
4289     The holds will become unsuspended the date after that entered by the
4290     patron.
4291
4292 .. _canreservefromotherbranches-label:
4293
4294 canreservefromotherbranches
4295 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4296
4297 Default: Allow
4298
4299 Asks: \_\_\_ a user from one library to place a hold on an item from
4300 another library
4301
4302 Description:
4303
4304 -  This preference is a binary setting which determines whether patrons
4305    can place holds on items from other branches. If the preference is
4306    set to "Allow" patrons can place such holds, if it is set to "Don't
4307    allow" they cannot. This is an important setting because it
4308    determines if users can use Koha to request items from another
4309    branch. If the library is sharing an installation of Koha with other
4310    independent libraries which do not wish to allow interlibrary
4311    borrowing it is recommended that this parameter be set to "Don't
4312    allow".
4313
4314 Values:
4315
4316 -  Allow
4317
4318 -  Don't allow (with :ref:`independent branches <independentbranches-label>`)
4319
4320 .. _confirmfutureholds-label:
4321
4322 ConfirmFutureHolds
4323 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4324
4325 Default: 0
4326
4327 Asks: Confirm future hold requests (starting no later than \_\_\_ days
4328 from now) at checkin time.
4329
4330 Description:
4331
4332 -  When confirming a hold at checkin time, the number of days in this
4333    preference is taken into account when deciding which holds to show
4334    alerts for. This preference does not interfere with renewing,
4335    checking out or transferring a book.
4336
4337     **Note**
4338
4339     This number of days will be used too in calculating the default end
4340     date for the Holds to pull-report. But it does not interfere with
4341     issuing, renewing or transferring books.
4342
4343     **Important**
4344
4345     This preference is only looked at if you're allowing hold dates in
4346     the future with :ref:`AllowHoldDateInFuture`
4347     or :ref:`OPACAllowHoldDateInFuture`
4348
4349 .. _decreaseloanhighholds,-decreaseloanhighholdsduration,-decreaseloanhighholdsvalue,-decreaseloanhighholdscontrol,-and-decreaseloanhighholdsignorestatuses-label:
4350
4351 decreaseLoanHighHolds, decreaseLoanHighHoldsDuration, decreaseLoanHighHoldsValue, decreaseLoanHighHoldsControl, and decreaseLoanHighHoldsIgnoreStatuses
4352 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4353
4354 Asks: \_\_\_ the reduction of loan period \_\_\_ to days for items with
4355 more than \_\_\_ holds \_\_\_ . Ignore items with the following statuses
4356 when counting items \_\_\_
4357
4358 decreaseLoanHighHolds default: Don't enable
4359
4360 decreaseLoanHighHoldsControl default: on the record
4361
4362 decreaseLoanHighHolds values:
4363
4364 -  Enable
4365
4366 decreaseLoanHighHoldsControl values:
4367
4368 -  over the number of holdable items on the records
4369
4370 -  on the record
4371
4372 decreaseLoanHighHoldsIgnoreStatuses values:
4373
4374 -  [Select All]
4375
4376 -  Damages
4377
4378 -  Lost
4379
4380 -  Not for loan
4381
4382 -  Withdrawn
4383
4384 Description:
4385
4386 -  These preferences let you change the loan length for items that have
4387    many holds on them. This will not effect items that are already
4388    checked out, but items that are checked out after the
4389    decreaseLoanHighHoldsValue is met will only be checked out for the
4390    number of days entered in the decreaseLoanHighHoldsDuration
4391    preference.
4392
4393    |image32|
4394
4395 .. _displaymultiplacehold-label:
4396
4397 DisplayMultiPlaceHold
4398 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4399
4400 Default: Don't enable
4401
4402 Asks: \_\_\_ the ability to place holds on multiple biblio from the
4403 search results
4404
4405 Values:
4406
4407 -  Don't enable
4408
4409 -  Enable
4410
4411 .. _emaillibrarianwhenholdisplaced-label:
4412
4413 emailLibrarianWhenHoldIsPlaced
4414 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4415
4416 Default: Don't enable
4417
4418 Asks: \_\_\_ sending an email to the Koha administrator email address
4419 whenever a hold request is placed.
4420
4421 Values:
4422
4423 -  Don't enable
4424
4425 -  Enable
4426
4427 Description:
4428
4429 -  This preference enables Koha to email the library staff whenever a
4430    patron requests an item to be held. While this function will
4431    immediately alert the librarian to the patron's need, it is extremely
4432    impractical in most library settings. In most libraries the hold
4433    lists are monitored and maintained from a separate interface. That
4434    said, many libraries that allow on shelf holds prefer to have this
4435    preference turned on so that they are alerted to pull an item from
4436    the shelf.
4437
4438     **Important**
4439
4440     In order for this email to send you must have a
4441     :ref:`notice <notices-&-slips-label>` template with the code of HOLDPLACED
4442
4443     **Important**
4444
4445     This notice will only be sent if the :ref:`process\_message\_queue.pl
4446     cronjob <message-queue-label>` being run periodically to send the
4447     messages.
4448
4449 .. _excludeholidaysfrommaxpickupdelay-label:
4450
4451 ExcludeHolidaysFromMaxPickUpDelay
4452 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4453
4454 Default: Don't allow
4455
4456 Asks: \_\_\_ Closed days to be taken into account in reserves max pickup delay.
4457
4458 Values:
4459
4460 -  Don't allow
4461
4462 -  Allow
4463
4464 .. _expirereservesmaxpickupdelay-label:
4465
4466 ExpireReservesMaxPickUpDelay
4467 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4468
4469 Default: Don't allow
4470
4471 Asks: \_\_\_ holds to expire automatically if they have not been picked
4472 by within the time period specified in
4473 :ref:`ReservesMaxPickUpDelay`
4474
4475 Values:
4476
4477 -  Allow
4478
4479 -  Don't allow
4480
4481 Description:
4482
4483 -  If set to 'allow' this will cancel holds that have been waiting for
4484    longer than the number of days specified in the
4485    :ref:`ReservesMaxPickUpDelay` system
4486    preference. Holds will only be cancelled if the :ref:`Expire Holds cron
4487    job <expired-holds-label>` is runnning.
4488
4489 .. _expirereservesmaxpickupdelaycharge-label:
4490
4491 ExpireReservesMaxPickUpDelayCharge
4492 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4493
4494 Default: 0
4495
4496 Asks: If using
4497 :ref:`ExpireReservesMaxPickUpDelay`, charge
4498 a borrower who allows his or her waiting hold to expire a fee of \_\_\_
4499 USD
4500
4501 Description:
4502
4503 -  If you are expiring holds that have been waiting too long you can use
4504    this preference to charge the patron for not picking up their hold.
4505    If you don't charge patrons for items that aren't picked up you can
4506    leave this set to the default which is 0. Holds will only be
4507    cancelled and charged if the :ref:`Expire Holds cron
4508    job <expired-holds-label>` is running.
4509
4510 .. _expirereservesonholidays-label:
4511
4512 ExpireReservesOnHolidays
4513 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4514
4515 Default: Allow
4516
4517 Asks: \_\_\_ expired holds to be cancelled on days the library is
4518 closed.
4519
4520 Values:
4521
4522 -  Allow
4523
4524 -  Don't allow
4525
4526 .. _localholdspriority,-localholdsprioritypatroncontrol,-localholdspriorityitemcontrol-label:
4527
4528 LocalHoldsPriority, LocalHoldsPriorityPatronControl, LocalHoldsPriorityItemControl
4529 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4530
4531 Asks: \_\_\_ priority for filling holds to patrons whose \_\_\_ matches
4532 the item's \_\_\_
4533
4534 LocalHoldsPriority Values:
4535
4536 -  Don't give
4537
4538 -  Give
4539
4540 LocalHoldsPriorityPatronControl Values:
4541
4542 -  home library
4543
4544 -  pickup library
4545
4546 LocalHoldsPriorityItemControl Values:
4547
4548 -  holding library
4549
4550 -  home library
4551
4552 Description:
4553
4554 -  This feature will allow libraries to specify that, when an item is
4555    returned, a local hold may be given priority for fulfillment even
4556    though it is of lower priority in the list of unfilled holds.
4557
4558 .. _maxreserves-label:
4559
4560 maxreserves
4561 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4562
4563 Default: 50
4564
4565 Asks: Patrons can only have \_\_\_ holds at once.
4566
4567 .. _opacallowholddateinfuture-label:
4568
4569 OPACAllowHoldDateInFuture
4570 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4571
4572 Default: Allow
4573
4574 Asks: \_\_\_ patrons to place holds that don't enter the waiting list
4575 until a certain future date.
4576
4577 Values:
4578
4579 -  Allow
4580
4581    -  :ref:`AllowHoldDateInFuture` must also be
4582       enabled for this to work
4583
4584 -  Don't allow
4585
4586 .. _opacallowusertochoosebranch-label:
4587
4588 OPACAllowUserToChooseBranch
4589 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4590
4591 Default: Allow
4592
4593 Asks: \_\_\_ a user to choose the branch to pick up a hold from.
4594
4595 Values:
4596
4597 -  Allow
4598
4599 -  Don't allow
4600
4601 Description:
4602
4603 -  Changing this preference will not prevent staff from being able to
4604    transfer titles from one branch to another to fill a hold, it will
4605    only prevent patrons from saying they plan on picking a book up at a
4606    branch other than their home branch.
4607
4608 .. _opacholdsifavailableatpickup-label:
4609
4610 OPACHoldsIfAvailableAtPickup
4611 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4612
4613 Default: Allow
4614
4615 Asks: \_\_\_ to pickup holds at libraries where the item is available.
4616
4617 Values:
4618
4619 -  Don't allow
4620
4621 -  Allow
4622
4623 Description:
4624
4625 -  Prevents borrowers from requesting items that are on the shelf
4626    at the same branch at which they wish to pick up those items.
4627
4628 .. _opacholdsifavailableatpickupexceptions-label:
4629
4630 OPACHoldsIfAvailableAtPickupExceptions
4631 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4632
4633 Default: blank
4634
4635 Asks: Patron categories not affected by :ref:`OPACHoldsIfAvailableAtPickup`
4636 \_\_\_ (list of patron categories separated with a pipe ^|^)
4637
4638 .. _reservescontrolbranch-label:
4639
4640 ReservesControlBranch
4641 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4642
4643 Default: item's home library
4644
4645 Asks: Check the \_\_\_ to see if the patron can place a hold on the
4646 item.
4647
4648 Values:
4649
4650 -  item's home library.
4651
4652 -  patron's home library.
4653
4654 .. _reservesmaxpickupdelay-label:
4655
4656 ReservesMaxPickUpDelay
4657 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4658
4659 Default: 7
4660
4661 Asks: Mark a hold as problematic if it has been waiting for more than
4662 \_\_\_ days.
4663
4664 Description:
4665
4666 -  This preference (based on calendar days, not the :ref:`Koha holiday
4667    calendar <calendar-label>`) puts an expiration date on an item a
4668    patron has on hold. After this expiration date the staff will have
4669    the option to release the unclaimed hold which then may be returned
4670    to the library shelf or issued to the next patron on the item's hold
4671    list. Items that are 'expired' by this preference are moved to the
4672    'Holds Over' tab on the ^:ref:`Holds Awaiting Pickup <holds-awaiting-pickup-label>`^
4673    report.
4674
4675 .. _reservesneedreturns-label:
4676
4677 ReservesNeedReturns
4678 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4679
4680 Default: Don't automatically
4681
4682 Asks: \_\_\_ mark holds as found and waiting when a hold is placed
4683 specifically on them and they are already checked in.
4684
4685 Values:
4686
4687 -  Automatically
4688
4689 -  Don't automatically
4690
4691 Description:
4692
4693 -  This preference refers to 'item specific' holds where the item is
4694    currently on the library shelf. This preference allows a library to
4695    decide whether an 'item specific' hold is marked as "Waiting" at the
4696    time the hold is placed or if the item will be marked as "Waiting"
4697    after the item is checked in. This preference will tell the patron
4698    that their item is 'Waiting' for them at their library and ready for
4699    check out.
4700
4701 .. _staticholdsqueueweight,-holdsqueueskipclosed-&-randomizeholdsqueueweight-label:
4702
4703 StaticHoldsQueueWeight, HoldsQueueSkipClosed & RandomizeHoldsQueueWeight
4704 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4705
4706 StaticHoldsQueueWeight Default: 0
4707
4708 HoldsQueueSkipClosed Default: open or closed
4709
4710 RandomizeHoldsQueueWeight Default: in that order
4711
4712 Asks: Satisfy holds using items from the libraries \_\_\_ (as
4713 branchcodes, separated by commas; if empty, uses all libraries) when
4714 they are \_\_\_ \_\_\_.
4715
4716 HoldsQueueSkipClosed Values:
4717
4718 -  open or closed
4719
4720 -  open
4721
4722 RandomizeHoldsQueueWeight Values:
4723
4724 -  in random order
4725
4726    -  If StaticHoldsQueueWeight is left at the default Koha will
4727       randomize all libraries, otherwise it will randomize the libraries
4728       listed.
4729
4730 -  in that order
4731
4732    -  If StaticHoldsQueueWeight is left at the default then this will
4733       use all of your branches in alphabetical order, otherwise it will
4734       use the branches in the order that you entered them in the
4735       StaticHoldsQueueWeight preference.
4736
4737 Descriptions:
4738
4739 -  These preferences control how the :ref:`Holds Queue
4740    report <holds-queue-label>` is generated using :ref:`a cron
4741    job <holds-queue-label>`.
4742
4743    If you do not want all of your libraries to participate in the
4744    on-shelf holds fulfillment process, you should list the the libraries
4745    that \*do\* participate in the process here by inputting all the
4746    participating library's branchcodes, separated by commas ( e.g.
4747    "MPL,CPL,SPL,BML" etc. ).
4748
4749    By default, the holds queue will be generated such that the system
4750    will first attempt to hold fulfillment using items already at the
4751    pickup library if possible. If there are no items available at the
4752    pickup library to fill a hold, build\_holds\_queue.pl will then use
4753    the list of libraries defined in StaticHoldsQueueWeight. If
4754    RandomizeHoldsQueueWeight is disabled ( which it is by default ), the
4755    script will assign fulfillment requests in the order the branches are
4756    placed in the StaticHoldsQueueWeight system preference.
4757
4758    For example, if your system has three libraries, of varying sizes (
4759    small, medium and large ) and you want the burden of holds
4760    fulfillment to be on larger libraries before smaller libraries, you
4761    would want StaticHoldsQueueWeight to look something like
4762    "LRG,MED,SML".
4763
4764    If you want the burden of holds fulfillment to be spread out equally
4765    throughout your library system, simply enable
4766    RandomizeHoldsQueueWeight. When this system preference is enabled,
4767    the order in which libraries will be requested to fulfill an on-shelf
4768    hold will be randomized each time the list is regenerated.
4769
4770    Leaving StaticHoldsQueueWeight empty is contraindicated at this time.
4771    Doing so will cause the build\_holds\_queue script to ignore
4772    RandomizeHoldsQueueWeight, causing the script to request hold
4773    fulfillment not randomly, but by alphabetical order.
4774
4775     **Important**
4776
4777     The :ref:`Transport Cost Matrix <transport-cost-matrix-label>` takes
4778     precedence in controlling where holds are filled from, if the matrix
4779     is not used then Koha checks the StaticHoldsQueueWeight. To use the
4780     Transport Cost Matrix simply set your
4781     :ref:`UseTransportCostMatrix` preference to
4782     'Use'
4783
4784 .. _suspendholdsintranet-label:
4785
4786 SuspendHoldsIntranet
4787 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4788
4789 Default: Allow
4790
4791 Asks: \_\_\_ holds to be suspended from the intranet.
4792
4793 Values:
4794
4795 -  Allow
4796
4797 -  Don't allow
4798
4799 Description:
4800
4801 -  The holds suspension feature can be turned on and off in the staff
4802    client by altering this system preference. If this is set to 'allow'
4803    you will want to set the
4804    :ref:`AutoResumeSuspendedHolds` system
4805    preference.
4806
4807 .. _suspendholdsopac-label:
4808
4809 SuspendHoldsOpac
4810 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4811
4812 Default: Allow
4813
4814 Asks: \_\_\_ holds to be suspended from the OPAC.
4815
4816 Values:
4817
4818 -  Allow
4819
4820 -  Don't allow
4821
4822 Description:
4823
4824 -  The holds suspension feature can be turned on and off in the OPAC by
4825    altering this system preference. If this is set to 'allow' you will
4826    want to set the
4827    :ref:`AutoResumeSuspendedHolds` system
4828    preference.
4829
4830 .. _transferwhencancelallwaitingholds-label:
4831
4832 TransferWhenCancelAllWaitingHolds
4833 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4834
4835 Default: Don't transfer
4836
4837 Asks: \_\_\_ items when cancelling all waiting holds.
4838
4839 Values:
4840
4841 -  Don't transfer
4842
4843 -  Transfer
4844
4845 Description:
4846
4847 -  When TransferWhenCancelAllWaitingHolds is set to "Don't transfer", no
4848    branch transfer records are created. Koha will not allow the holds to
4849    be transferred, because that would orphan the items at the library
4850    where the holds were awaiting pickup, without any further instruction
4851    to staff as to what items are at the library or where they need to
4852    go. When that system preference set to "Transfer", branch transfers
4853    are created, so the holds may be cancelled.
4854
4855 .. _housebound-module-label:
4856
4857 Housebound module
4858 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4859
4860 .. _houseboundmodule-label:
4861
4862 HouseboundModule
4863 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4864
4865 Default: Disable
4866
4867 Asks: \_\_\_ housebound module
4868
4869 Values:
4870
4871 -  Disable
4872
4873 -  Enable
4874
4875 Description:
4876
4877 -  This preference enables or disables the Housebound module which
4878    handles management of circulation to Housebound readers.
4879
4880 .. _housebound-interface-label:
4881
4882 Interface
4883 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4884
4885 .. _allowallmessagedeletion-label:
4886
4887 AllowAllMessageDeletion
4888 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4889
4890 Default: Don't allow
4891
4892 Asks: \_\_\_ staff to delete messages added from other libraries.
4893
4894 Values:
4895
4896 -  Allow
4897
4898 -  Don't allow
4899
4900 .. _allowcheckoutnotes-label:
4901
4902 AllowCheckoutNotes
4903 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4904
4905 Default: Don't allow
4906
4907 Asks: \_\_\_ patrons to submit notes about checked out items.
4908
4909 Values:
4910
4911 -  Don't allow
4912
4913 -  Allow
4914
4915 This preference if set to allow will give your patrons the option to add
4916 a note to an item they have checked out on the OPAC side.  This note will be
4917 seen on the staff side when the item is checked in.
4918
4919 .. _allowofflinecirculation-label:
4920
4921 AllowOfflineCirculation
4922 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4923
4924 Default: Do not enable
4925
4926 Asks: \_\_\_ offline circulation on regular circulation computers.
4927
4928 Values:
4929
4930 -  Do not enable
4931
4932 -  Enable
4933
4934 Description:
4935
4936 -  Setting this preference to 'Enable' allows you to use the Koha
4937    interface for :ref:`offline circulation <offline-circulation-utilities-label>`. This system
4938    preference does not affect the :ref:`Firefox
4939    plugin <firefox-plugin-label>` or the :ref:`desktop
4940    application <offline-circ-tool-for-windows-label>`, any of these three options can
4941    be used for offline circulation without effecting the other.
4942
4943 .. _circautocompl-label:
4944
4945 CircAutocompl
4946 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4947
4948 Default: Try
4949
4950 Asks: \_\_\_ to automatically fill in the member when entering a patron
4951 search on the circulation screen.
4952
4953 Description:
4954
4955 -  This preference is a binary setting which determines whether
4956    auto-completion of fields is enabled or disabled for the circulation
4957    input field. Setting it to "Try" would enable a staff member to begin
4958    typing a name or other value into the field and have a menu pop up
4959    with suggestions for completing it. Setting it to "Don't try" would
4960    disable this feature. This preference can make staff members' jobs
4961    easier or it could potentially slow down the page loading process.
4962
4963 Values:
4964
4965 -  Don't try
4966
4967 -  Try
4968
4969    |image33|
4970
4971 .. _circautoprintquickslip-label:
4972
4973 CircAutoPrintQuickSlip
4974 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4975
4976 Default: open a print quick slip window
4977
4978 Asks: When an empty barcode field is submitted in circulation \_\_\_
4979
4980 Values:
4981
4982 -  clear the screen
4983
4984 -  open a print quick slip window
4985
4986 -  open a print slip window
4987
4988 Description:
4989
4990 -  If this preference is set to open a quick slip
4991    (:ref:`ISSUEQSLIP <existing-notices-&-slips-label>`) or open a slip
4992    (:ref:`ISSUESLIP <existing-notices-&-slips-label>`) for printing it will eliminate the
4993    need for the librarian to click the print button to generate a
4994    checkout receipt for the patron they're checking out to. If the
4995    preference is set to clear the screen then "checking out" an empty
4996    barcode will clear the screen of the patron you were last working
4997    with.
4998
4999 .. _circsidebar-label:
5000
5001 CircSidebar
5002 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5003
5004 Default: Deactivate
5005
5006 Asks: \_\_\_ the navigation sidebar on all Circulation pages.
5007
5008 Values:
5009
5010 -  Deactivate
5011
5012 -  Activate
5013
5014 .. _displayclearscreenbutton-label:
5015
5016 DisplayClearScreenButton
5017 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5018
5019 Default: Show
5020
5021 Asks: \_\_\_ a button to clear the current patron from the screen on the
5022 circulation screen.
5023
5024 Values:
5025
5026 -  Don't show
5027
5028    |image36|
5029
5030 -  Show
5031
5032    |image37|
5033
5034 .. _exportcirchistory-label:
5035
5036 ExportCircHistory
5037 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5038
5039 Default: Don't show
5040
5041 Asks: \_\_\_ the export patron checkout history options.
5042
5043 Values:
5044
5045 -  Don't show
5046
5047 -  Show
5048
5049 .. _exportremovefields-label:
5050
5051 ExportRemoveFields
5052 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5053
5054 Asks: The following fields should be excluded from the patron checkout
5055 history CSV or iso2709 export \_\_\_
5056
5057 Description:
5058
5059 -  This space separated list of fields (e.g. 100a 245b) will
5060    automatically be excluded when exporting the patron's current
5061    checkout history.
5062
5063    |image38|
5064
5065 .. _filterbeforeoverduereport-label:
5066
5067 FilterBeforeOverdueReport
5068 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5069
5070 Default: Don't require
5071
5072 Asks: \_\_\_ staff to choose which checkouts to show before running the
5073 overdues report.
5074
5075 Description:
5076
5077 -  Koha's overdue report shows you all of the overdue items in your
5078    library system. If you have a large library system you'll want to set
5079    this preference to 'Require' to force those running the report to
5080    first limit the data generated to a branch, date range, patron
5081    category or other such filter. Requiring that the report be filtered
5082    before it's run prevents your staff from running a system heavy
5083    report and slowing down other operations in the system.
5084
5085    |image34|
5086
5087 Values:
5088
5089 -  Don't require
5090
5091 -  Require
5092
5093 .. _finenotifyatcheckin-label:
5094
5095 FineNotifyAtCheckin
5096 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5097
5098 Default: Don't notify
5099
5100 Asks: \_\_\_ librarians of overdue fines on the items they are checking
5101 in.
5102
5103 Values:
5104
5105 -  Don't notify
5106
5107 -  Notify
5108
5109 Description:
5110
5111 -  With this preference set to 'Notify' all books that have overdue
5112    fines owed on them will pop up a warning when checking them in. This
5113    warning will need to acknowledged before you can continue checking
5114    items in. With this preference set to 'Don't notify,^ you will still
5115    see fines owed on the patron record, you just won't have an
5116    additional notification at check in.
5117
5118    |image35|
5119
5120 .. _holdstopullstartdate-label:
5121
5122 HoldsToPullStartDate
5123 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5124
5125 Default: 2
5126
5127 Asks: Set the default start date for the Holds to pull list to \_\_\_
5128 day(s) ago.
5129
5130 Description:
5131
5132 -  The :ref:`Holds to Pull <holds-to-pull-label>` report in circulation defaults to
5133    filtering holds placed 2 days ago. This preference allows you to set
5134    this default filter to any number of days.
5135
5136 .. _itembarcodefallbacksearch-label:
5137
5138 itemBarcodeFallbackSearch
5139 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5140
5141 Default: Don't enable
5142
5143 Asks: \_\_\_ the automatic use of a keyword catalog search if the phrase
5144 entered as a barcode on the checkout page does not turn up any results
5145 during an item barcode search.
5146
5147 Values:
5148
5149 -  Don't enable
5150
5151 -  Enable
5152
5153    |image40|
5154
5155 Description:
5156
5157 -  Sometimes libraries want to checkout using something other than the
5158    barcode. Enabling this preference will do a keyword search of Koha to
5159    find the item you're trying to check out. You can use the call
5160    number, barcode, part of the title or anything you'd enter in the
5161    keyword search when this preference is enabled and Koha will ask you
5162    which item you're trying to check out.
5163
5164     **Important**
5165
5166     While you're not searching by barcode a barcode is required on every
5167     title you check out. Only titles with barcodes will appear in the
5168     search results.
5169
5170 .. _itembarcodeinputfilter-label:
5171
5172 itemBarcodeInputFilter
5173 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5174
5175 Default: Don't filter
5176
5177 Asks: \_\_\_ scanned item barcodes.
5178
5179 Values:
5180
5181 -  Convert from CueCat format
5182
5183 -  Convert from Libsuite8 form
5184
5185 -  Don't filter
5186
5187 -  EAN-13 or zero-padded UPC-A from
5188
5189 -  Remove spaces from
5190
5191 -  Remove the first number from T-prefix style
5192
5193    -  This format is common among those libraries migrating from Follett
5194       systems
5195
5196 .. _noticecss-label:
5197
5198 NoticeCSS
5199 ^^^^^^^^^^^^^^^^^^^^^^^^^^
5200
5201 Asks: Include the stylesheet at \_\_\_ on Notices.
5202
5203     **Important**
5204
5205     This should be a complete URL, starting with http://
5206
5207 Description:
5208
5209 -  If you would like to style your notices with a consistent set of
5210    fonts and colors you can use this preference to point Koha to a
5211    stylesheet specifically for your notices.
5212
5213 .. _numreturneditemstoshow-label:
5214
5215 numReturnedItemsToShow
5216 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5217
5218 Default: 20
5219
5220 Asks : Show the \_\_\_ last returned items on the checkin screen.
5221
5222 .. _previousissuesdefaultsortorder-label:
5223
5224 previousIssuesDefaultSortOrder
5225 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5226
5227 Default: earliest to latest
5228
5229 Asks: Sort previous checkouts on the circulation page from \_\_\_ due
5230 date.
5231
5232 Values:
5233
5234 -  earliest to latest
5235
5236 -  latest to earliest
5237
5238 .. _recordlocaluseonreturn-label:
5239
5240 RecordLocalUseOnReturn
5241 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5242
5243 Default: Don't record
5244
5245 Asks: \_\_\_ local use when an unissued item is checked in.
5246
5247 Values:
5248
5249 -  Don't record
5250
5251 -  Record
5252
5253 Description:
5254
5255 -  When this preference is set to "Don't record" you can record local
5256    use of items by checking items out to the statistical patron. With
5257    this preference set to "Record" you can record local use by checking
5258    out to the statistical patron and/or by checking in a book that is
5259    not currently checked out.
5260
5261 .. _showallcheckins-label:
5262
5263 ShowAllCheckins
5264 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5265
5266 Default: Do not show
5267
5268 Asks: \_\_\_ all items in the "Checked-in items" list, even items that
5269 were not checked out.
5270
5271 Values:
5272
5273 -  Do not show
5274
5275 -  Show
5276
5277 Description:
5278
5279 -  When items that are not currently checked out are checked in they
5280    don't show on the list of checked in items. This preference allows
5281    you to choose how you'd like the log of checked in items displays.
5282
5283 .. _specifyduedate-label:
5284
5285 SpecifyDueDate
5286 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5287
5288 Default: Allow
5289
5290 Asks: \_\_\_ staff to specify a due date for a checkout.
5291
5292 Due dates are calculated using your circulation and fines rules, but
5293 staff can override that if you allow them to specify a due date at
5294 checkout.
5295
5296 Description:
5297
5298 -  This preference allows for circulation staff to change a due date
5299    from the automatic due date to another calendar date. This option
5300    would be used for circumstances in which the due date may need to be
5301    decreased or extended in a specific circumstance. The "Allow" setting
5302    would allow for this option to be utilized by staff, the "Don't
5303    allow" setting would bar staff from changing the due date on
5304    materials.
5305
5306 Values:
5307
5308 -  Allow
5309
5310    |image41|
5311
5312 -  Don't allow
5313
5314    |image42|
5315
5316 .. _specifyreturndate-label:
5317
5318 SpecifyReturnDate
5319 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5320
5321 Default: Don't allow
5322
5323 Asks: \_\_\_ staff to specify a return date for a check in.
5324
5325 Values:
5326
5327 -  Allow
5328
5329   |image1185|
5330
5331 -  Don't allow
5332
5333   |image1186|
5334
5335 Description:
5336
5337 -  This preference lets you decide if staff can specify an arbitrary
5338    return date when checking in items. If an arbitrary return date is
5339    specified then fines are recalculated accordingly.
5340
5341 .. _todaysissuesdefaultsortorder-label:
5342
5343 todaysIssuesDefaultSortOrder
5344 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5345
5346 Default: latest to earliest
5347
5348 Asks: Sort today's checkouts on the circulation page from \_\_\_ due
5349 date.
5350
5351 Values:
5352
5353 -  earliest to latest
5354
5355 -  latest to earliest
5356
5357 .. _updatetotalissuesoncirc-label:
5358
5359 UpdateTotalIssuesOnCirc
5360 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5361
5362 Default: Do not
5363
5364 Asks: \_\_\_ update a bibliographic record's total issues count whenever
5365 an item is issued
5366
5367 Values:
5368
5369 -  Do
5370
5371        **Important**
5372
5373        This increases server load significantly; if performance is a
5374        concern, use the :ref:`cron job <track-total-checkouts-label>` to update the
5375        total issues count instead.
5376
5377 -  Do not
5378
5379 Description:
5380
5381 -  Koha can track the number of times and item is checked out and store
5382    that on the item record in the database. This information is not
5383    stored by default. Setting this preference to 'Do' will tell Koha to
5384    track that info everytime the item is checked out in real time.
5385    Otherwise you could use the :ref:`cron job <track-total-checkouts-label>` to have
5386    Koha update that field nightly.
5387
5388 .. _waitingnotifyatcheckin-label:
5389
5390 WaitingNotifyAtCheckin
5391 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5392
5393 Default: Don't notify
5394
5395 Asks: \_\_\_ librarians of waiting holds for the patron whose items they
5396 are checking in.
5397
5398 Values:
5399
5400 -  Don't notify
5401
5402 -  Notify
5403
5404    |image43|
5405
5406 Description:
5407
5408 -  When checking in books you can choose whether or not to have a notice
5409    pop up if the patron who returned the book has a hold waiting for
5410    pick up. If you choose 'Notify' for WaitingNotifyAtCheckin then every
5411    time a hold is found for the patron who had the book out last a
5412    message will appear on your check in screen.
5413
5414 .. _interlibrary-loans-label:
5415
5416 Interlibrary Loans
5417 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5418
5419 .. _illmodule-label:
5420
5421 ILLModule
5422 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5423
5424 Default: Disable
5425
5426 Asks: \_\_\_ the interlibrary loans module (master switch).
5427
5428 Values:
5429
5430 -  Disable
5431
5432 -  Enable
5433
5434 Description:
5435
5436 -  This preference is used to enable Koha's ILL module which is used to manage ILL requests.
5437
5438 .. _illmodule-label:
5439
5440 ILLModuleCopyrightClearance
5441 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5442
5443 Asks: Adding text will enable the copyright clearance stage in request creation.
5444 The text you enter will be the text displayed.
5445
5446
5447 Self Checkout
5448 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5449
5450 .. _allowselfcheckreturns-label:
5451
5452 AllowSelfCheckReturns
5453 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5454
5455 Default: Don't allow
5456
5457 Asks: \_\_\_ patrons to return items through web-based self checkout
5458 system.
5459
5460 Values:
5461
5462 -  Allow
5463
5464 -  Don't allow
5465
5466 Description:
5467
5468 -  This preference is used to determine if you want patrons to be
5469    allowed to return items through your self check machines. By default
5470    Koha's self check interface is simply for checking items out.
5471
5472 .. _autoselfcheckallowed,-autoselfcheckid-&-autoselfcheckpass-label:
5473
5474 AutoSelfCheckAllowed, AutoSelfCheckID & AutoSelfCheckPass
5475 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5476
5477     **Important**
5478
5479     Most libraries will want to leave this set to 'Don't allow.^ This
5480     preference turns off the requirement to log into the self checkout
5481     machine with a staff username and password by storing the username
5482     and password for automatic login.
5483
5484 AutoSelfCheckAllowed Default: Don't allow
5485
5486 Asks: \_\_\_ the web-based self checkout system to automatically login
5487 with this staff login \_\_\_ and this password \_\_\_ .
5488
5489 AutoSelfCheckAllowed Values:
5490
5491 -  Allow
5492
5493 -  Don't allow
5494
5495 AutoSelfCheckID Value:
5496
5497 -  The username of a staff patron with 'circulate'
5498    :ref:`permissions <patron-permissions-label>`.
5499
5500 AutoSelfCheckPass Value:
5501
5502 -  The password of a staff patron with 'circulate'
5503    :ref:`permissions <patron-permissions-label>`.
5504
5505 .. _scomainuserblock-label:
5506
5507 SCOMainUserBlock
5508 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5509
5510 Asks: Include the following HTML on the web-based self checkout screen:
5511
5512 Description:
5513
5514 -  The HTML entered in this preference will be used on the self chekcout screen.
5515
5516 .. _scousercss-label:
5517
5518 SCOUserCSS
5519 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5520
5521 Asks: Include the following CSS on all pages in the web-based self
5522 checkout
5523
5524 Description:
5525
5526 -  The CSS entered in this preference will be used on all of your Koha
5527    self checkout screens.
5528
5529 .. _scouserjs-label:
5530
5531 SCOUserJS
5532 ^^^^^^^^^^^^^^^^^^^^^^^^^^
5533
5534 Asks: Include the following JavaScript on all pages in the web-based
5535 self checkout
5536
5537 Description:
5538
5539 -  The JavaScript entered in this preference will effect all of your
5540    Koha self checkout screens.
5541
5542 .. _selfcheckhelpmessage-label:
5543
5544 SelfCheckHelpMessage
5545 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5546
5547 Asks: Include the following HTML in the Help page of the web-based self
5548 checkout system
5549
5550 Description:
5551
5552 -  Clicking the 'Help' link in the top right of the self checkout
5553    interface opens up a three step process for using the self check
5554    interface. Adding HTML to this system preference will print that
5555    additional help text above what's already included.
5556
5557 .. _selfcheckoutbylogin-label:
5558
5559 SelfCheckoutByLogin
5560 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5561
5562 Default: Cardnumber
5563
5564 Asks: Have patrons login into the web-based self checkout system with
5565 their \_\_\_
5566
5567 Values:
5568
5569 -  Cardnumber
5570
5571    |image44|
5572
5573 -  Username and password
5574
5575    |image45|
5576
5577 Description:
5578
5579 -  This preference lets you decide how your patrons will log in to the
5580    self checkout machine. Barcode is the patron's card number and their
5581    username and password is set using the opac/staff username and
5582    password fields on the patron record.
5583
5584 .. _selfcheckreceiptprompt-label:
5585
5586 SelfCheckReceiptPrompt
5587 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5588
5589 Default: Show
5590
5591 Asks: \_\_\_ the print receipt popup dialog when self checkout is
5592 finished.
5593
5594 Values:
5595
5596 -  Don't show
5597
5598 -  Show
5599
5600 Description:
5601
5602 -  This preference controls whether a prompt shows up on the web based
5603    self check out when the patron clicks the 'Finish' button.
5604
5605 .. _selfchecktimeout-label:
5606
5607 SelfCheckTimeout
5608 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5609
5610 Default: 120
5611
5612 Asks: Time out the current patron's web-based self checkout system login
5613 after \_\_\_ seconds.
5614
5615 Description:
5616
5617 -  After the machine is idle for the time entered in this preference the
5618    self check out system will log out the current patron and return to
5619    the starting screen.
5620
5621 .. _showpatronimageinwebbasedselfcheck-label:
5622
5623 ShowPatronImageInWebBasedSelfCheck
5624 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5625
5626 Default: Don't show
5627
5628 Asks: \_\_\_ the patron's picture (if one has been added) when they use
5629 the web-based self checkout.
5630
5631 Values:
5632
5633 -  Don't show
5634
5635 -  Show
5636
5637 .. _webbasedselfcheck-label:
5638
5639 WebBasedSelfCheck
5640 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5641
5642 Default: Don't enable
5643
5644 Asks: \_\_\_ the web-based self checkout system.
5645
5646 Values:
5647
5648 -  Don't enable
5649
5650 -  Enable
5651
5652 Enabling this preference will allow access to the :ref:`self
5653 checkout <self-checkout-label>` module in Koha.
5654
5655 .. _enhanced-content-label:
5656
5657 Enhanced Content
5658 ---------------------------------------
5659
5660 *Get there:* More > Administration > Global System Preferences >
5661 Enhanced Content
5662
5663     **Important**
5664
5665     Always read the terms of service associated with external data
5666     sources to be sure that you are using the products within the
5667     allowed limits.
5668
5669     **Note**
5670
5671     You cannot have more than one service for cover images (including
5672     local cover images) set up. If you set up more than one you will get
5673     multiple cover images. Instead choose only one source for cover
5674     images.
5675
5676 .. _all-label:
5677
5678 All
5679 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5680
5681 .. _frbrizeeditions-label:
5682
5683 FRBRizeEditions
5684 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5685
5686 Default: Don't show
5687
5688 Asks: \_\_\_ other editions of an item on the staff client
5689
5690 Values:
5691
5692 -  Don't show
5693
5694 -  Show
5695
5696    |image46|
5697
5698 Description:
5699
5700 -  Using the rules set forth in the Functional Requirements for
5701    Bibliographic records, this option, when enabled, pulls all editions
5702    of the same title available in your collection regardless of material
5703    type. Items will appear under an 'Editions' tab on the detail page
5704    for the title in question.. According to *Libraries Unlimited's
5705    Online Dictionary for Library and Information Science*
5706    (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
5707    records of similar materials. FRBRization brings together entities
5708    (sets of Works, Expressions, or Manifestations), rather than just
5709    sets of Items. It can aid patrons in selecting related items,
5710    expressions, and manifestations that will serve their needs. When it
5711    is set to "Show", the OPAC will query one or more ISBN web services
5712    for associated ISBNs and display an Editions tab on the details
5713    pages. Once this preference is enabled, the library must select one
5714    of the ISBN options (:ref:`ThingISBN` and/or
5715    :ref:`XISBN`). This option is only for the Staff Client; the
5716    :ref:`OPACFRBRizeEditions` option must be enabled
5717    to have the Editions tab appear on the OPAC.
5718
5719     **Important**
5720
5721     Requires that you turn on one or more of the ISBN services
5722     (:ref:`ThingISBN` and/or :ref:`XISBN`)
5723
5724 .. _opacfrbrizeeditions-label:
5725
5726 OPACFRBRizeEditions
5727 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5728
5729 Default: Don't show
5730
5731 Asks: \_\_\_ other editions of an item on the OPAC.
5732
5733 Description:
5734
5735 -  Using the rules set forth in the Functional Requirements for
5736    Bibliographic records, this option, when enabled, pulls all editions
5737    of the same title available in your collection regardless of material
5738    type. Items will appear under an 'Editions' tab on the detail page
5739    for the title in question.. According to *Libraries Unlimited's
5740    Online Dictionary for Library and Information Science*
5741    (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
5742    records of similar materials. FRBRization brings together entities
5743    (sets of Works, Expressions, or Manifestations), rather than just
5744    sets of Items. It can aid patrons in selecting related items,
5745    expressions, and manifestations that will serve their needs. When it
5746    is set to "Show", the OPAC will query one or more ISBN web services
5747    for associated ISBNs and display an Editions tab on the details
5748    pages. Once this preference is enabled, the library must select one
5749    of the ISBN options (:ref:`ThingISBN` and/or
5750    :ref:`XISBN`). This option is only for the OPAC; the
5751    :ref:`FRBRizeEditions` option must be turned "On" to
5752    have the Editions tab appear on the Staff Client.
5753
5754 Values:
5755
5756 -  Don't show
5757
5758 -  Show
5759
5760    |image47|
5761
5762 This preference pulls all editions of the same title available in your
5763 collection regardless of material type. Items will appear under an
5764 'Editions' tab on the detail page for the title in question.
5765
5766     **Important**
5767
5768     Requires that you turn on one or more of the ISBN services
5769     (:ref:`ThingISBN` and/or :ref:`XISBN`)
5770
5771 .. _amazon-label:
5772
5773 Amazon
5774 ~~~~~~~~~~~~~~~~~~~~~~~~~
5775
5776 .. _amazonassoctag-label:
5777
5778 AmazonAssocTag
5779 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5780
5781 Asks: Put the associate tag \_\_\_ on links to Amazon.
5782
5783     **Note**
5784
5785     This can net your library referral fees if a patron decides to buy
5786     an item after clicking through to Amazon from your site.
5787
5788 Description:
5789
5790 -  An Amazon Associates Tag allows a library to earn a percentage of all
5791    purchases made on Amazon when a patron accesses Amazon's site via
5792    links on the library's website. More information about the Amazon
5793    Associates program is available at Amazon's Affiliate Program's
5794    website, https://affiliate-program.amazon.com/. Before a tag can be
5795    obtained, however, the library must first apply for an Amazon Web
5796    Services (AWS) account. Applications are free of charge and can be
5797    made at http://aws.amazon.com. Once an AWS account has been
5798    established, the library can then obtain the Amazon Associates Tag.
5799
5800 Sign up at: https://affiliate-program.amazon.com/
5801
5802 .. _amazoncoverimages-label:
5803
5804 AmazonCoverImages
5805 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5806
5807 Default: Don't show
5808
5809 Asks: \_\_\_ cover images from Amazon on search results and item detail
5810 pages on the staff interface.
5811
5812 Values:
5813
5814 -  Don't show
5815
5816 -  Show
5817
5818 Description:
5819
5820 -  This preference makes it possible to either allow or prevent Amazon
5821    cover images from being displayed in the Staff Client. Cover images
5822    are retrieved by Amazon, which pulls the content based on the first
5823    ISBN number in the item's MARC record. Amazon offers this service
5824    free of charge. If the value for this preference is set to "Show",
5825    the cover images will appear in the Staff Client, and if it is set to
5826    "Don't show", the images will not appear. Finally, if you're using
5827    Amazon cover images, all other cover image services must be disabled.
5828    If they are not disabled, they will prevent AmazonCoverImages from
5829    functioning properly.
5830
5831 .. _amazonlocale-label:
5832
5833 AmazonLocale
5834 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5835
5836 Default: American
5837
5838 Asks: Use Amazon data from its \_\_\_ website.
5839
5840 Value:
5841
5842 -  American
5843
5844 -  British
5845
5846 -  Canadian
5847
5848 -  French
5849
5850 -  German
5851
5852 -  Japanese
5853
5854 .. _opacamazoncoverimages-label:
5855
5856 OPACAmazonCoverImages
5857 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5858
5859 Default: Don't show
5860
5861 Asks: \_\_\_ cover images from Amazon on search results and item detail
5862 pages on the OPAC.
5863
5864 Values:
5865
5866 -  Don't show
5867
5868 -  Show
5869
5870 Description:
5871
5872 -  This preference makes it possible to either allow or prevent Amazon
5873    cover images from being displayed in the OPAC. Cover images are
5874    retrieved by Amazon, which pulls the content based on the first ISBN
5875    number in the item's MARC record. Amazon offers this service free of
5876    charge. If the value for this preference is set to "Show", the cover
5877    images will appear in the OPAC, and if it is set to "Don't show", the
5878    images will not appear. Finally, if you're using Amazon cover images,
5879    all other cover image services must be disabled. If they are not
5880    disabled, they will prevent AmazonCoverImages from functioning
5881    properly.
5882
5883
5884 Babelthèque
5885 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5886
5887 .. _babeltheque-label:
5888
5889 Babelthèque
5890 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5891
5892 Default: Don't
5893
5894 Asks: \_\_\_ include information (such as reviews and citations) from
5895 Babelthèque in item detail pages on the OPAC.
5896
5897 Description:
5898
5899 -  This preference makes it possible to display a Babelthèque tab in the
5900    OPAC, allowing patrons to access tags, reviews, and additional title
5901    information provided by Babelthèque. The information which
5902    Babelthèque supplies is drawn from the French language-based
5903    `Babelio.com <http://www.babelio.com/>`__, a French service similar
5904    to LibraryThing for Libraries. More information about Babelthèque is
5905    available through its website,
5906    `http://www.babeltheque.com <http://www.babeltheque.com/>`__.
5907    Libraries that wish to allow access to this information must first
5908    register for the service at http://www.babeltheque.com. Please note
5909    that this information is only provided in French.
5910
5911 Values:
5912
5913 -  Do
5914
5915    |image48|
5916
5917 -  Don't
5918
5919 .. _babeltheque\_url\_js-label:
5920
5921 Babeltheque\_url\_js
5922 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5923
5924 Asks: \_\_\_ Defined the url for the Babelthèque javascript file (eg.
5925 http://www.babeltheque.com/bw\_XX.js)
5926
5927 .. _babeltheque\_url\_update-label:
5928
5929 Babeltheque\_url\_update
5930 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5931
5932 Asks: \_\_\_ Defined the url for the Babelthèque update periodically
5933 (eq. http://www.babeltheque.com/.../file.csv.bz2).
5934
5935 .. _baker-&-taylor-label:
5936
5937 Baker & Taylor
5938 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5939
5940     **Important**
5941
5942     This is a pay service, you must contact Baker & Taylor to subscribe
5943     to this service before setting these options.
5944
5945 .. _bakertaylorbookstoreurl-label:
5946
5947 BakerTaylorBookstoreURL
5948 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5949
5950 Asks: Baker and Taylor "My Library Bookstore" links should be accessed
5951 at https:// \_\_\_ isbn
5952
5953 Description:
5954
5955 -  Some libraries generate additional funding for the library by selling
5956    books and other materials that are purchased from or have been
5957    previously leased from Baker & Taylor. These materials can be
5958    accessed via a link on the library's website. This service is often
5959    referred to as "My Library Bookstore." In order to participate in
5960    this program, the library must first register and pay for the service
5961    with Baker & Taylor. Additional information about this and other
5962    services provided by Baker & Taylor is available at the Baker &
5963    Taylor website, http://www.btol.com. The BakerTaylorBookstoreURL
5964    preference establishes the URL in order to link to the library's
5965    Baker & Taylor-backed online bookstore, if such a bookstore has been
5966    established. The default for this field is left blank; if no value is
5967    entered, the links to My Library Bookstore will remain inactive. If
5968    enabling this preference, enter the library's Hostname and Parent
5969    Number in the appropriate location within the URL. The "key" value
5970    (key=) should be appended to the URL, and https:// should be
5971    prepended.
5972
5973 This should be filled in with something like
5974 koha.mylibrarybookstore.com/MLB/actions/searchHandler.do?nextPage=bookDetails&parentNum=10923&key=
5975
5976     **Note**
5977
5978     Leave it blank to disable these links.
5979
5980     **Important**
5981
5982     Be sure to get this information from Baker & Taylor when
5983     subscribing.
5984
5985 .. _bakertaylorenabled-label:
5986
5987 BakerTaylorEnabled
5988 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5989
5990 Default: Don't add
5991
5992 Asks: \_\_\_ Baker and Taylor links and cover images to the OPAC and
5993 staff client. This requires that you have entered in a username and
5994 password (which can be seen in image links).
5995
5996 Values:
5997
5998 -  Add
5999
6000 -  Don't add
6001
6002 Description:
6003
6004 -  This preference makes it possible to display Baker & Taylor content
6005    (book reviews, descriptions, cover images, etc.) in both the Staff
6006    Client and the OPAC. Libraries that wish to display Baker & Taylor
6007    content must first register and pay for this service with Baker &
6008    Taylor (http://www.btol.com). If Baker & Taylor content is enabled be
6009    sure to turn off other cover and review services to prevent
6010    interference.
6011
6012     **Important**
6013
6014     To use this you will need to also set the :ref:`BakerTaylorUsername &
6015     BakerTaylorPassword <bakertaylorusername-&-bakertaylorpassword-label>` system preferences
6016
6017 .. _bakertaylorusername-&-bakertaylorpassword-label:
6018
6019 BakerTaylorUsername & BakerTaylorPassword
6020 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6021
6022 Asks: Access Baker and Taylor using username \_\_\_ and password \_\_\_
6023
6024 Descriptions:
6025
6026 -  This setting in only applicable if the library has a paid
6027    subscription to the external Content Café service from Baker &
6028    Taylor. Use the box provided to enter in the library's Content Café
6029    username and password. Also, ensure that the
6030    :ref:`BakerTaylorBookstoreURL` and
6031    :ref:`BakerTaylorEnabled` settings are properly
6032    set. The Content Café service is a feed of enhanced content such as
6033    cover art, professional reviews, and summaries that is displayed
6034    along with Staff Client/OPAC search results. For more information on
6035    this service please see the Baker & Taylor website:
6036    http://www.btol.com
6037
6038     **Important**
6039
6040     Be sure to get this information from Baker & Taylor when
6041     subscribing.
6042
6043 .. _coce-cover-images-cache-label:
6044
6045 Coce Cover images cache
6046 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6047
6048 Coce is a remote image URL cache. With this option, cover images are not
6049 fetched directly from Amazon, Google, and so on. Their URLs are
6050 requested via a web service to Coce which manages a cache of URLs.
6051
6052 .. _coce-label:
6053
6054 Coce
6055 ^^^^^^^^^^^^^^^^
6056
6057 Default: Don't enable
6058
6059 Asks: \_\_\_ a Coce image cache service.
6060
6061 Values:
6062
6063 -  Don't enable
6064
6065 -  Enable
6066
6067 Description:
6068
6069 -  Coce has many benefits when it comes to choosing and displaying cover
6070    images in Koha:
6071
6072    -  If a book cover is not available from a provider, but is available
6073       from another one, Koha will be able to display a book cover, which
6074       isn't the case now
6075
6076    -  Since URLs are cached, it isn't necessary for each book cover to
6077       request, again and again, the provider, and several of them if
6078       necessary.
6079
6080    -  Amazon book covers are retrieved with Amazon Product Advertising
6081       API, which means that more covers are retrieved (ISBN13).
6082
6083        **Important**
6084
6085        Coce does not come bundled with Koha. Your Koha install will not
6086        already have a Coce server set up. Before enabling this
6087        functionality you will want to be sure to have a Coce server set
6088        up. Instructions on installing and setting up Coce can be found
6089        on the official github page at https://github.com/fredericd/coce.
6090
6091 .. _cocehost-label:
6092
6093 CoceHost
6094 ^^^^^^^^^^^^^^^^^^^^^^^^
6095
6096 Asks: Coce server URL \_\_\_
6097
6098 Description:
6099
6100 -  This will be the full URL (starting with http://) to your Coce
6101    server.
6102
6103 .. _coceproviders-label:
6104
6105 CoceProviders
6106 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6107
6108 Asks: Use the following providers to fetch the covers \_\_\_
6109
6110 Values:
6111
6112 -  [Select all]
6113
6114 -  Amazon Web Services
6115
6116 -  Google Books
6117
6118 -  Open Library
6119
6120 Description:
6121
6122 -  The providers chosen here will be used to gather cover images for
6123    display in your Koha catalog.
6124
6125 .. _google-label:
6126
6127 Google
6128 ~~~~~~~~~~~~~~~~~~~~~~~~~
6129
6130 .. _googlejackets-label:
6131
6132 GoogleJackets
6133 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6134
6135 Default: Don't add
6136
6137 Asks: \_\_\_ cover images from Google Books to search results and item
6138 detail pages on the OPAC.
6139
6140 Values:
6141
6142 -  Add
6143
6144 -  Don't add
6145
6146 Description:
6147
6148 -  This setting controls the display of applicable cover art from the
6149    free Google Books database, via the Google Books API. Please note
6150    that to use this feature, all other cover services should be turned
6151    off.
6152
6153 .. _html5-media-label:
6154
6155 HTML5 Media
6156 ~~~~~~~~~~~~~~~~~~~~~~~~
6157
6158 .. _html5mediaenabled-label:
6159
6160 HTML5MediaEnabled
6161 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6162
6163 Default: not at all
6164
6165 Asks: Show a tab with a HTML5 media player for files catalogued in field
6166 856 \_\_\_
6167
6168 Values:
6169
6170 -  in OPAC and staff client
6171
6172 -  in the OPAC
6173
6174    |image49|
6175
6176 -  in the staff client
6177
6178    |image50|
6179
6180 -  not at all
6181
6182 Description:
6183
6184 -  If you have media elements in the 856 of your MARC record this
6185    preference can run/show those media files in a separate tab using
6186    HTML5.
6187
6188 .. _html5mediaextensions-label:
6189
6190 HTML5MediaExtensions
6191 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6192
6193 Default: webm\|ogg\|ogv\|oga\|vtt
6194
6195 Asks: Media file extensions \_\_\_
6196
6197 Description:
6198
6199 -  Enter in file extensions separated with bar (\|)
6200
6201 .. _html5mediayoutube-label:
6202
6203 HTML5MediaYouTube
6204 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6205
6206 Default: Don't embed
6207
6208     **Important**
6209
6210     To turn this on first enable
6211     :ref:`HTML5MediaEnabled`
6212
6213 Asks: \_\_\_ YouTube links as videos.
6214
6215 Values:
6216
6217 -  Don't embed
6218
6219 -  Embed
6220
6221 Description:
6222
6223 -  This preference will allow MARC21 856$u that points to YouTube to
6224    appear as a playable video on the pages defined in
6225    :ref:`HTML5MediaEnabled`.
6226
6227 .. _idreamlibraries-label:
6228
6229 IDreamLibraries
6230 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6231
6232 `IDreamBooks.com <http://idreambooks.com/>`__ aggregates book reviews by
6233 critics to help you discover the very best of what's coming out each
6234 week. These preferences let you integrated content from
6235 `IDreamBooks.com <http://IDreamBooks.com>`__ in to your Koha OPAC.
6236
6237     **Note**
6238
6239     This is a new website and has limited content, so you may only see
6240     these features on new popular titles until the database grows some
6241     more.
6242
6243 .. _idreambooksreadometer-label:
6244
6245 IDreamBooksReadometer
6246 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6247
6248 Default: Don't add
6249
6250 Asks: \_\_\_ a "Readometer" that summarizes the reviews gathered by
6251 IDreamBooks.com to the OPAC details page.
6252
6253 Values:
6254
6255 -  Add
6256
6257    |image51|
6258
6259 -  Don't add
6260
6261 .. _idreambooksresults-label:
6262
6263 IDreamBooksResults
6264 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6265
6266 Default: Don't add
6267
6268 Asks: \_\_\_ the rating from IDreamBooks.com to OPAC search results.
6269
6270 Values:
6271
6272 -  Add
6273
6274    |image52|
6275
6276 -  Don't add
6277
6278 .. _idreambooksreviews-label:
6279
6280 IDreamBooksReviews
6281 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6282
6283 Default: Don't add
6284
6285 Asks: \_\_\_ a tab on the OPAC details with book reviews from critics
6286 aggregated by IDreamBooks.com.
6287
6288 Values:
6289
6290 -  Add
6291
6292    |image53|
6293
6294 -  Don't add
6295
6296 .. _librarything-label:
6297
6298 LibraryThing
6299 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6300
6301 LibraryThing for Libraries is a pay service. You must first contact
6302 LibraryThing directly for pricing and subscription information. Learn
6303 more at http://www.librarything.com/forlibraries. Also, for further
6304 configuration instructions please see the LibraryThing Wiki:
6305 http://www.librarything.com/wiki/index.php/Koha
6306
6307 .. _librarythingforlibrariesenabled-label:
6308
6309 LibraryThingForLibrariesEnabled
6310 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6311
6312 Default: Don't show
6313
6314 Asks: \_\_\_ reviews, similar items, and tags from Library Thing for
6315 Libraries on item detail pages on the OPAC.
6316
6317 Values:
6318
6319 -  Don't show
6320
6321 -  Show
6322
6323 Description:
6324
6325 -  This setting is only applicable if the library has a paid
6326    subscription to the external LibraryThing for Libraries service. This
6327    service can provide patrons with the display of expanded information
6328    on catalog items such as book recommendations. It also can offer
6329    advanced features like tagged browsing, patron written reviews, and a
6330    virtual library display accessed from the details tab.
6331
6332     **Important**
6333
6334     If this is set to 'show' you will need to enter a value in the
6335     ^:ref:`LibraryThingForLibrariesID`^
6336     system preference.
6337
6338 .. _librarythingforlibrariesid-label:
6339
6340 LibraryThingForLibrariesID
6341 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6342
6343 Asks: Access Library Thing for Libraries using the customer ID \_\_\_
6344
6345 Description:
6346
6347 -  This setting is only applicable if the library has a paid
6348    subscription to the external LibraryThing for Libraries service. Use
6349    the box provided to enter in the library's LibraryThing for Libraries
6350    ID as provided to the library by LibraryThing. The ID number is a
6351    series of numbers in the form ###-#########, and can be found on the
6352    library's account page at LibraryThing for Libraries. This service
6353    can provide patrons with the display of expanded information on
6354    catalog items such as book recommendations and cover art. It also can
6355    offer advanced features like tagged browsing, patron written reviews,
6356    and a virtual library display accessed from the details tab.
6357
6358 .. _librarythingforlibrariestabbedview-label:
6359
6360 LibraryThingForLibrariesTabbedView
6361 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6362
6363 Default: in line with bibliographic information
6364
6365 Asks: Show Library Thing for Libraries content \_\_\_
6366
6367 Values:
6368
6369 -  in line with bibliographic information
6370
6371 -  in tabs
6372
6373 Description:
6374
6375 -  This setting is only applicable if the library has a paid
6376    subscription to the external LibraryThing for Libraries service. This
6377    service can provide patrons with the display of expanded information
6378    on catalog items such as book recommendations and cover art. It also
6379    can offer advanced features like tagged browsing, patron written
6380    reviews, and a virtual library display accessed from the details tab.
6381
6382 .. _thingisbn-label:
6383
6384 ThingISBN
6385 ^^^^^^^^^^^^^^^^^^^^^^^^^^
6386
6387 Default: Don't use
6388
6389 Asks: \_\_\_ the ThingISBN service to show other editions of a title
6390
6391 Values:
6392
6393 -  Don't use
6394
6395 -  Use
6396
6397 Description:
6398
6399 -  Set to 'Use' to display an "Editions" tab on the item's detail page.
6400    Editions are listed, complete with cover art (if you have one of the
6401    cover services enabled) and bibliographic information. The feed comes
6402    from LibraryThing's ThingISBN web service. This is a free service to
6403    non-commercial sites with fewer than 1,000 requests per day.
6404
6405     **Important**
6406
6407     Requires :ref:`FRBRizeEditions` and/or
6408     :ref:`OPACFRBRizeEditions` set to 'show'
6409
6410     **Important**
6411
6412     This is separate from Library Thing for Libraries and does not have
6413     a cost associated with it.
6414
6415 .. _local-cover-images-label:
6416
6417 Local Cover Images
6418 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6419
6420 .. _allowmultiplecovers-label:
6421
6422 AllowMultipleCovers
6423 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6424
6425 Default: Don't allow
6426
6427 Asks: \_\_\_ multiple images to be attached to each bibliographic
6428 record.
6429
6430 Values:
6431
6432 -  Allow
6433
6434 -  Don't allow
6435
6436 Description:
6437
6438 -  If this preference is set to 'Allow' then you can upload multiple
6439    images that will appear in the images tab on the bib record in the
6440    OPAC and the staff client. This preference requires that either one
6441    or both :ref:`LocalCoverImages` and
6442    :ref:`OPACLocalCoverImages` are set to
6443    'Display.^
6444
6445    |image54|
6446
6447 .. _localcoverimages-label:
6448
6449 LocalCoverImages
6450 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6451
6452 Default: Don't display
6453
6454 Asks: \_\_\_ local cover images on intranet search and details pages.
6455
6456 Values:
6457
6458 -  Display
6459
6460 -  Don't display
6461
6462 Description:
6463
6464 -  Setting this preference to 'Display' allows you to upload your own
6465    cover images to bib records and display them on the detail page in
6466    the staff client. At this time the cover will only show under the
6467    'Images' tab on the holdings table on the detail display, not next to
6468    the title at the top left or on the search results.
6469
6470 .. _opaclocalcoverimages-label:
6471
6472 OPACLocalCoverImages
6473 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6474
6475 Default: Don't display
6476
6477 Asks: \_\_\_ local cover images on OPAC search and details pages.
6478
6479 Values:
6480
6481 -  Display
6482
6483 -  Don't display
6484
6485 Description:
6486
6487 -  Setting this preference to 'Display' allows you to upload your own
6488    cover images to bib records and display them on the detail page and
6489    search results in the OPAC.
6490
6491 .. _novelist-select-label:
6492
6493 Novelist Select
6494 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6495
6496 Novelist Select is not a free service. Contact your Ebsco representative
6497 to get your log in information to embed this content in the OPAC.
6498
6499     **Important**
6500
6501     Novelist Select does not include cover images for the search results
6502     and bibliographic detail pages. You can choose any other cover image
6503     service for this content or you can contract with Ebsco to get
6504     access to the :ref:`Baker & Taylor Content Cafe <baker-&-taylor-label>` for
6505     an added fee.
6506
6507 .. _novelistselectenabled-label:
6508
6509 NovelistSelectEnabled
6510 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6511
6512 Default: Don't add
6513
6514 Asks: \_\_\_ Novelist Select content to the OPAC.
6515
6516 Values:
6517
6518 -  Add
6519
6520 -  Don't add
6521
6522     **Important**
6523
6524     Enabling this requires that you have entered in a user profile and
6525     password in the :ref:`NovelistSelectProfile &
6526     NovelistSelectPassword <novelistselectprofile-&-novelistselectpassword-label>` preferences
6527
6528 Description:
6529
6530 -  Novelist Select from Ebsco is a subscription service that can provide
6531    additional content in the OPAC.
6532
6533 .. _novelistselectprofile-&-novelistselectpassword-label:
6534
6535 NovelistSelectProfile & NovelistSelectPassword
6536 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6537
6538 Asks: Access Novelist Select using user profile \_\_\_ and password
6539 \_\_\_.
6540
6541     **Important**
6542
6543     This information will be visible if someone views the source code on
6544     your OPAC.
6545
6546 Description:
6547
6548 -  Novelist Select from Ebsco is a subscription service that can provide
6549    additional content in the OPAC.
6550
6551 .. _novelistselectstaffenabled-label:
6552
6553 NovelistSelectStaffEnabled
6554 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6555
6556 Default: Don't add
6557
6558 Asks: \_\_\_ Novelist Select content to the Staff client (requires that
6559 you have entered in a user profile and password, which can be seen in
6560 image links).
6561
6562 Values:
6563
6564 -  Don't add
6565
6566 -  Add
6567
6568 .. _novelistselectstaffview-label:
6569
6570 NovelistSelectStaffView
6571 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6572
6573 Default: in a tab
6574
6575 Asks: Display Novelist Select staff content \_\_\_.
6576
6577 Values:
6578
6579 -  above the holdings table
6580
6581 -  below the holdings table
6582
6583 -  in a tab
6584
6585 .. _novelistselectview-label:
6586
6587 NovelistSelectView
6588 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6589
6590 Default: in an OPAC tab
6591
6592 Asks: Display Novelist Select content \_\_\_
6593
6594 Description:
6595
6596 -  Novelist Select provides a lot of content, for that reason you have
6597    four choices of where to display this content. The default view is in
6598    a tab in the holdings table.
6599
6600    |image55|
6601
6602    The content is the same if you choose to show it above the holdings
6603    table or below it. If shown in the right column of the page it's the
6604    same content, but displays a bit differently since space is limited.
6605
6606    |image56|
6607
6608 Values:
6609
6610 -  above the holdings table
6611
6612 -  below the holdings table
6613
6614 -  in an OPAC tab
6615
6616 -  under the Save Record dropdown on the right
6617
6618 .. _oclc-label:
6619
6620 OCLC
6621 ~~~~~~~~~~~~~~~~~~~~~
6622
6623 .. _oclcaffiliateid-label:
6624
6625 OCLCAffiliateID
6626 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6627
6628 Asks: Use the OCLC affiliate ID \_\_\_ to access the xISBN service.
6629
6630 Description:
6631
6632 -  This setting is only applicable if the library has an OCLC Affiliate
6633    ID. This allows WorldCat searching in the OPAC via the XISBN
6634    programming interface. Simply enter the library's OCLC Affiliate ID
6635    in the box provided. Please note that using this data is only
6636    necessary if :ref:`FRBRizeEditions` and/or
6637    :ref:`OPACFRBRizeEditions` and :ref:`XISBN`
6638    settings are enabled. For more information on this service please
6639    visit the OCLC website:
6640    http://www.worldcat.org/affiliate/default.jsp.
6641
6642     **Important**
6643
6644     Unless you have signed up for an ID with OCLC, you are limited to
6645     1000 requests per day. Available at:
6646     http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
6647
6648 .. _xisbn-label:
6649
6650 XISBN
6651 ^^^^^^^^^^^^^^^^^^
6652
6653 Default: Don't use
6654
6655 Asks: \_\_\_ the OCLC xISBN service to show other editions of a title
6656
6657 Description:
6658
6659 -  Set to 'Use' to display an "Editions" tab on the item's detail page.
6660    Editions are listed, complete with cover art and bibliographic
6661    information. The feed comes from OCLC's xISBN web service. The feed
6662    limit for non-commercial sites is 1000 requests per day.
6663
6664 Values:
6665
6666 -  Don't use
6667
6668 -  Use
6669
6670     **Important**
6671
6672     Requires :ref:`FRBRizeEditions` and/or
6673     :ref:`OPACFRBRizeEditions` set to 'show'
6674
6675 .. _xisbndailylimit-label:
6676
6677 XISBNDailyLimit
6678 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6679
6680 Default: 999
6681
6682 Asks: Only use the xISBN service \_\_\_ times a day.
6683
6684     **Important**
6685
6686     Unless you have signed up for an ID with OCLC, you are limited to
6687     1000 requests per day. Available at:
6688     http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
6689
6690 .. _open-library-label:
6691
6692 Open Library
6693 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6694
6695 .. _openlibrarycovers-label:
6696
6697 OpenLibraryCovers
6698 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6699
6700 Default: Don't add
6701
6702 Asks: \_\_\_ cover images from Open Library to search results and item
6703 detail pages on the OPAC.
6704
6705 Values:
6706
6707 -  Add
6708
6709 -  Don't add
6710
6711 Description:
6712
6713 -  This setting controls the display of applicable cover art from the
6714    free Open Library database, via the Open Library API. Please note
6715    that to use this feature, all other cover services should be turned
6716    off.
6717
6718 .. _openlibrarysearch-label:
6719
6720 OpenLibrarySearch
6721 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6722
6723 Default: Don't show
6724
6725 Asks: \_\_\_ search results from Open Library on the OPAC.
6726
6727 Values:
6728
6729 -  Don't show
6730
6731 -  Show
6732
6733   |image1187|
6734
6735 .. _overdrive-label:
6736
6737 Overdrive
6738 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6739
6740 OverDrive is an pay service. You must first contact OverDrive directly
6741 for pricing and subscription information. Enabling this service will
6742 integrate Overdrive results in to your OPAC searches. You will have to
6743 apply for these 3 pieces of information through an application as an API
6744 developer. Overdrive API applications are evaluated once a week so you
6745 may not be able to use this feature immediately after signing up. To
6746 learn more please contact your OverDrive representative.
6747
6748 |image57|
6749
6750 .. _overdrivecirculation-label:
6751
6752 OverDriveCirculation
6753 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6754
6755 Default: Don't enable
6756
6757 Asks: \_\_\_ users to access their OverDrive circulation history, and circulate
6758 items. If you enable access, you must register auth return url of
6759 http(s)://my.opac.hostname/cgi-bin/koha/external/overdrive/auth.pl with OverDrive.
6760
6761 Values:
6762
6763 -  Don't enable
6764
6765 -  Enable
6766
6767 .. _overdriveclientkey-and-overdriveclientsecret-label:
6768
6769 OverDriveClientKey and OverDriveClientSecret
6770 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6771
6772 Asks: Include OverDrive availability information with the client key
6773 \_\_ and client secret \_\_\_
6774
6775 Description:
6776
6777 -  OverDrive customers can get this information by visiting the
6778    `OverDrive Developer
6779    Portal <https://developer.overdrive.com/docs/getting-started>`__ and
6780    following the instructions found there to apply as an API developer.
6781    Once this data and the :ref:`OverDriveLibraryID`
6782    are populated you will see OverDrive results on your OPAC searches.
6783
6784 .. _overdrivelibraryid-label:
6785
6786 OverDriveLibraryID
6787 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6788
6789 Asks: Show items from the OverDrive catalog of library # \_\_\_
6790
6791 Description:
6792
6793 -  OverDrive customers can get this information by visiting the
6794    `OverDrive Developer
6795    Portal <https://developer.overdrive.com/docs/getting-started>`__ and
6796    following the instructions found there to apply as an API developer.
6797    Once this data and the :ref:`OverDriveClientKey and
6798    OverDriveClientSecret <overdriveclientkey-and-overdriveclientsecret-label>` are populated you will
6799    see OverDrive results on your OPAC searches.
6800
6801 .. _plugins-label:
6802
6803 Plugins
6804 ~~~~~~~~~~~~~~~~~~~~~~~~~~
6805
6806 .. _usekohaplugins-label:
6807
6808 UseKohaPlugins
6809 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6810
6811 Default: Don't enable
6812
6813 Asks: \_\_\_ the ability to use Koha Plugins.
6814
6815 Values:
6816
6817 -  Don't enable
6818
6819 -  Enable
6820
6821     **Note**
6822
6823     The plugin system must also be enabled in the Koha configuration
6824     file to be fully enabled. Learn more in the `Plugins
6825     chapter <#pluginsystem>`__.
6826
6827 .. _syndetics-label:
6828
6829 Syndetics
6830 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6831
6832 Syndetics is a pay service. You must first contact Syndetics directly
6833 for pricing and subscription information.
6834
6835 .. _syndeticsauthornotes-label:
6836
6837 SyndeticsAuthorNotes
6838 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6839
6840 Default: Don't show
6841
6842 Asks: \_\_\_ notes about the author of a title from Syndetics on item
6843 detail pages on the OPAC.
6844
6845 Values:
6846
6847 -  Don't show
6848
6849 -  Show
6850
6851 Description:
6852
6853 -  When this option is set to "Show", Syndetics provides notes and short
6854    author biographies for more that 300,000 authors, in both fiction and
6855    nonfiction. With this option enabled the library can display
6856    Syndetics Author Notes on the OPAC. According to the Syndetics
6857    Solutions website (http://www.bowker.com/syndetics/), Author Notes
6858    include lists of contributors for many multi-author texts and
6859    compilations. The :ref:`SyndeticsClientCode` must
6860    be entered and the :ref:`SyndeticsEnabled` option
6861    must be activated before this service can be used.
6862
6863 .. _syndeticsawards-label:
6864
6865 SyndeticsAwards
6866 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6867
6868 Default: Don't show
6869
6870 Asks: \_\_\_ information from Syndetics about the awards a title has won
6871 on item detail pages on the OPAC.
6872
6873 Values:
6874
6875 -  Don't show
6876
6877 -  Show
6878
6879 Description:
6880
6881 -  When this option is set to "Show", Syndetics provides its clients
6882    with a list of awards that any title has won. With this service
6883    enabled the library can display those awards for each book on its
6884    website. For each book or item that comes up during a user search,
6885    the list of awards for that title will be displayed. When a user
6886    clicks on a given award, information about that award is presented
6887    along with a list of the other titles that have won that award. If
6888    the user clicks on any title in the list, they will see holdings
6889    information about that title in their region. This option is a paid
6890    subscription service. The
6891    :ref:`SyndeticsClientCode` must be entered and
6892    the :ref:`SyndeticsEnabled` option must be activated
6893    before this service can be used.
6894
6895 .. _syndeticsclientcode-label:
6896
6897 SyndeticsClientCode
6898 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6899
6900 Asks: Use the client code \_\_\_ to access Syndetics.
6901
6902 Description:
6903
6904 -  Once the library signs up for Syndetics' services, Syndetics will
6905    provide the library with an access code. (Visit the Syndetics
6906    homepage at http://www.bowker.com/syndetics/ for more information.)
6907    This is the code that must be entered to access Syndetics'
6908    subscription services. Syndetics is a paid subscription service. This
6909    value must be entered before
6910    :ref:`SyndeticsEditions` can be enabled. If the
6911    code is lost, corrupted, or forgotten, a new one can be obtained from
6912    http://www.bowker.com/syndetics/.
6913
6914     **Important**
6915
6916     You will need to get your client code directly from Syndetics.
6917
6918 .. _syndeticscoverimages-&-syndeticscoverimagesize-label:
6919
6920 SyndeticsCoverImages & SyndeticsCoverImageSize
6921 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6922
6923 SyndeticsCoverImages Default: Don't show
6924
6925 SyndeticsCoverImageSize Default: medium
6926
6927 Asks: \_\_\_ cover images from Syndetics on search results and item
6928 detail pages on the OPAC in a \_\_\_ size.
6929
6930 Descriptions:
6931
6932 -  When enabled, SyndeticsCoverImages, allows libraries to display
6933    Syndetics' collection of full-color cover images for books, videos,
6934    DVDs and CDs on their OPAC. For each book or item that comes up
6935    during a user search, the cover image for that title will be
6936    displayed. Since these cover images come in three sizes, the optimum
6937    size must be selected using the SyndeticsCoverImageSize preference
6938    after SyndeticsCoverImages are enabled. Syndetics cover images come
6939    in two sizes: mid-size (187 x 187 pixels), and large (400 x 400
6940    pixels). Syndetics is a paid subscription service. The
6941    :ref:`SyndeticsClientCode` must be entered and
6942    the :ref:`SyndeticsEnabled` option must be activated
6943    before this service can be used. Other cover image preferences should
6944    also be disabled to avoid interference.
6945
6946 SyndeticsCoverImages Values:
6947
6948 -  Don't show
6949
6950 -  Show
6951
6952 SyndeticsCoverImageSize Values:
6953
6954 -  medium
6955
6956 -  large
6957
6958 .. _syndeticseditions-label:
6959
6960 SyndeticsEditions
6961 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6962
6963 Default: Don't show
6964
6965 Asks: \_\_\_ information about other editions of a title from Syndetics
6966 on item detail pages on the OPAC
6967
6968 Description:
6969
6970 -  When enabled this option shows information on other editions of a
6971    title from Syndetics on the item detail pages of the OPAC. Syndetics
6972    is a paid subscription service. The
6973    :ref:`SyndeticsClientCode` must be entered and
6974    the :ref:`SyndeticsEnabled` option must be activated
6975    before this service can be used.
6976
6977 Values:
6978
6979 -  Don't show
6980
6981 -  Show
6982
6983     **Important**
6984
6985     Requires :ref:`OPACFRBRizeEditions` set to
6986     'show'
6987
6988 .. _syndeticsenabled-label:
6989
6990 SyndeticsEnabled
6991 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6992
6993 Default: Don't use
6994
6995 Asks: \_\_\_ content from Syndetics.
6996
6997 Values:
6998
6999 -  Don't use
7000
7001 -  Use
7002
7003 Description:
7004
7005 -  When this option is enabled any of the Syndetics options can be used.
7006
7007     **Important**
7008
7009     Requires that you enter your
7010     :ref:`SyndeticsClientCode` before this content
7011     will appear.
7012
7013 .. _syndeticsexcerpt-label:
7014
7015 SyndeticsExcerpt
7016 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7017
7018 Default: Don't show
7019
7020 Asks: \_\_\_ excerpts from of a title from Syndetics on item detail
7021 pages on the OPAC.
7022
7023 Values:
7024
7025 -  Don't show
7026
7027 -  Show
7028
7029 Description:
7030
7031 -  This preference allows Syndetics to display excerpts given to them
7032    from selected publishers. The excerpts are available from prominently
7033    reviewed new titles, both fiction and non-fiction. The excerpts
7034    include poems, essays, recipes, forwards and prefaces. Automatic
7035    links provided by the ISBNs within local MARC records are required to
7036    integrate Syndetics secured, high-speed Internet servers to the
7037    library OPACs. For more information see
7038    (http://www.bowker.com/syndetics/).
7039
7040 .. _syndeticsreviews-label:
7041
7042 SyndeticsReviews
7043 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7044
7045 Default: Don't show
7046
7047 Asks: \_\_\_ reviews of a title from Syndetics on item detail pages on
7048 the OPAC.
7049
7050 Values:
7051
7052 -  Don't show
7053
7054 -  Show
7055
7056 Description:
7057
7058 -  Syndetics Reviews is an accumulation of book reviews available from a
7059    variety of journals and serials. The reviews page displays colored
7060    images of reviewed books dust jackets, partnered with the names of
7061    the journal or serial providing the review. Clicking on an icon opens
7062    a window revealing the book title, author's name, book cover icon and
7063    the critic's opinion of the book. Automatic links provided by the
7064    ISBNs within local MARC records are required to integrate Syndetics
7065    secured, high-speed Internet servers to the library OPACs. For more
7066    information see (http://www.bowker.com/syndetics/).
7067
7068 .. _syndeticsseries-label:
7069
7070 SyndeticsSeries
7071 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7072
7073 Default: Don't show
7074
7075 Asks: \_\_\_ information on other books in a title's series from
7076 Syndetics on item detail pages on the OPAC.
7077
7078 Values:
7079
7080 -  Don't show
7081
7082 -  Show
7083
7084 Description:
7085
7086 -  Each fiction title within a series is linked to the complete series
7087    record. The record displays each title in reading order and also
7088    displays the publication order, if different. Alternate series titles
7089    are also displayed. Automatic links provided by the ISBNs within
7090    local MARC records are required to integrate Syndetics secured, high-
7091    speed Internet servers to the library OPACs. For more information see
7092    (http://www.bowker.com/syndetics/).
7093
7094 .. _syndeticssummary-label:
7095
7096 SyndeticsSummary
7097 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7098
7099 Default: Don't show
7100
7101 Asks: \_\_\_ a summary of a title from Syndetics on item detail pages on
7102 the OPAC.
7103
7104 Values:
7105
7106 -  Don't show
7107
7108 -  Show
7109
7110 Description:
7111
7112 -  Providing more than 5.6 million summaries and annotations derived
7113    from book jackets, edited publisher copy, or independently written
7114    annotations from Book News, Inc. Covering fiction and non-fiction,
7115    this summaries option provides annotations on both trade and
7116    scholarly titles. For more information see
7117    (http://www.bowker.com/syndetics/).
7118
7119 .. _syndeticstoc-label:
7120
7121 SyndeticsTOC
7122 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7123
7124 Default: Don't show
7125
7126 Asks: \_\_\_ the table of contents of a title from Syndetics on item
7127 detail pages on the OPAC.
7128
7129 Values:
7130
7131 -  Don't show
7132
7133 -  Show
7134
7135 Description:
7136
7137 -  This preference allows staff and patrons to review the Table of
7138    Contents from a wide variety of publications from popular self-help
7139    books to conference proceedings. Specific Information access is the
7140    main purpose for this option, allowing patrons guidance to their
7141    preferred section of the book. Special arrangements with selected
7142    book services is used to obtain the table of contents for new
7143    publications each year. Automatic links provided by the ISBNs within
7144    local MARC records are required to integrate Syndetics secured,
7145    high-speed Internet servers to the library OPACs. For more
7146    information see (http://www.bowker.com/syndetics/).
7147
7148 .. _tagging-label:
7149
7150 Tagging
7151 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
7152
7153 .. _tagsenabled-label:
7154
7155 TagsEnabled
7156 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7157
7158 Default: Allow
7159
7160 Asks: \_\_\_ patrons and staff to put tags on items.
7161
7162 Values:
7163
7164 -  Allow
7165
7166 -  Don't allow
7167
7168 Description:
7169
7170 -  Set to 'Allow' enable tagging. A tag is metadata, a word added to
7171    identify an item. Tags allow patrons to classify materials on their
7172    own. TagsEnabled is the main switch that permits the tagging
7173    features. TagsEnable must be set to 'Allow' to allow for other
7174    tagging features.
7175
7176 .. _tagsexternaldictionary-label:
7177
7178 TagsExternalDictionary
7179 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7180
7181 Asks: Allow tags in the dictionary of the ispell executable \_\_\_ on
7182 the server to be approved without moderation.
7183
7184 Description:
7185
7186 -  The dictionary includes a list of accepted and rejected tags. The
7187    accepted list includes all the tags that have been pre-allowed. The
7188    rejected list includes tags that are not allowed. This preference
7189    identifies the "accepted" dictionary used. Ispell is an open source
7190    dictionary which can be used as a list of accepted terms. Since the
7191    dictionary allows for accurately spelled obscenities, the libraries
7192    policy may dictate that modifications are made to the Ispell
7193    dictionary if this preference is use. For more information about
7194    Ispell http://www.gnu.org/software/ispell/ispell.html. Enter the path
7195    on your server to a local ispell executable, used to set
7196    $Lingua::Ispell::path.
7197
7198 .. _tagsinputondetail-label:
7199
7200 TagsInputOnDetail
7201 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7202
7203 Default: Allow
7204
7205 Asks: \_\_\_ patrons to input tags on item detail pages on the OPAC.
7206
7207 Values:
7208
7209 -  Allow
7210
7211    |image59|
7212
7213 -  Don't allow
7214
7215 .. _tagsinputonlist-label:
7216
7217 TagsInputOnList
7218 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7219
7220 Default: Allow
7221
7222 Asks: \_\_\_ patrons to input tags on search results on the OPAC.
7223
7224 Values:
7225
7226 -  Allow
7227
7228    |image58|
7229
7230 -  Don't allow
7231
7232 .. _tagsmoderation-label:
7233
7234 TagsModeration
7235 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7236
7237 Default: Don't require
7238
7239 Asks: \_\_\_ that tags submitted by patrons be reviewed by a staff
7240 member before being shown.
7241
7242 Values:
7243
7244 -  Don't require
7245
7246 -  Require
7247
7248 Description:
7249
7250 -  When set to 'Require,^ all tags to be first filtered by the tag
7251    moderator. Only approved tags will be visible to patrons. When set to
7252    'Don't require' tags will bypass the tag moderator and patrons' tags
7253    to be immediately visible. When this preference is enabled the
7254    moderator, a staff member, would approve the tag in the Staff Client.
7255    The moderator will have the option to approve or reject each pending
7256    tag suggestion.
7257
7258 When moderation is required all tags go through the tag moderation tool
7259 before becoming visible.
7260
7261 -  *Get there:* More > Tools > :ref:`Tags <tag-moderation-label>`
7262
7263 .. _tagsshowondetail-label:
7264
7265 TagsShowOnDetail
7266 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7267
7268 Default: 10
7269
7270 Asks: Show \_\_\_ tags on item detail pages on the OPAC.
7271
7272     **Note**
7273
7274     Set the value to 0 (zero) to turn this feature off.
7275
7276 .. _tagsshowonlist-label:
7277
7278 TagsShowOnList
7279 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7280
7281 Default: 6
7282
7283 Asks: Show \_\_\_ tags on search results on the OPAC.
7284
7285     **Note**
7286
7287     Set the value to 0 (zero) to turn this feature off.
7288
7289 .. _i18n/l10n-label:
7290
7291 I18N/L10N
7292 --------------------------
7293
7294 These preferences control your Internationalization and Localization
7295 settings.
7296
7297 *Get there:* More > Administration > Global System Preferences >
7298 I18N/L10N
7299
7300 .. _addressformat-label:
7301
7302 AddressFormat
7303 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7304
7305 Default: US style ([Street number], [Address] - [City], [Zip/Postal
7306 Code], [Country])
7307
7308 Asks: Format postal addresses using \_\_\_
7309
7310 Values:
7311
7312 -  German style ([Address] [Street number] - [Zip/Postal Code] [City] -
7313    [Country])
7314
7315 -  French style ([Street number] [Address] - [ZIP/Postal Code] [City] -
7316    [Country])
7317
7318 -  US style ([Street number], [Address] - [City], [Zip/Postal Code],
7319    [Country])
7320
7321 Description:
7322
7323 -  This preference will let you control how Koha displays patron
7324    addresses given the information entered in the various fields on
7325    their record.
7326
7327 .. _alphabet-label:
7328
7329 alphabet
7330 ~~~~~~~~~~~~~~~~~~~~~~~~
7331
7332 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
7333
7334 Asks: Use the alphabet \_\_\_ for lists of browsable letters. This
7335 should be a space separated list of uppercase letters.
7336
7337 Description:
7338
7339 -  This preference allows you define your own alphabet for browsing
7340    patrons in Koha.
7341
7342    |image60|
7343
7344 .. _calendarfirstdayofweek-label:
7345
7346 CalendarFirstDayOfWeek
7347 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7348
7349 Default: Sunday
7350
7351 Asks: Use \_\_\_ as the first day of week in the calendar.
7352
7353 Values:
7354
7355 -  Sunday
7356
7357 -  Monday
7358
7359 -  Tuesday
7360
7361 -  Wednesday
7362
7363 -  Thursday
7364
7365 -  Friday
7366
7367 -  Saturday
7368
7369 Description:
7370
7371 -  Using this preference you can control what day shows as the first day
7372    of the week in the calendar pop ups throughout Koha and on the
7373    Calendar tool. If you change this preference and don't see a change
7374    in your browser try clearing your cache since it makes changes to the
7375    Javascript on these pages.
7376
7377 .. _dateformat-label:
7378
7379 dateformat
7380 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7381
7382 Default: mm/dd/yyyy
7383
7384 Asks: Format dates like \_\_\_
7385
7386 Values:
7387
7388 -  dd.mm.yyyy
7389
7390 -  dd/mm/yyyy
7391
7392 -  mm/dd/yyyy
7393
7394 -  yyyy/mm/dd
7395
7396 Description:
7397
7398 -  This preference controls how the date is displayed. The options are
7399    the United States method, mm/dd/yyyy (04/24/2010), the metric method,
7400    dd/mm/yyyy (24/04/2010) or ISO, which is the International Standard
7401    of Organization, yyyy/mm/dd (2010/04/24). The International Standard
7402    of Organization would primarily be used by libraries with locations
7403    in multiple nations that may use different date formats, to have a
7404    single display type, or if the library would be in a region that does
7405    not use the United States or metric method. More information
7406    regarding the ISO date format can be found at
7407    http://www.iso.org/iso/iso_catalogue.htm.
7408
7409 .. _language-label:
7410
7411 language
7412 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7413
7414 Default: English
7415
7416 Asks: Enable the following languages on the staff interface
7417
7418 Values:
7419
7420 -  English
7421
7422 To install additional languages please refer to
7423 http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client
7424
7425 .. _opaclanguages-label:
7426
7427 opaclanguages
7428 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7429
7430 Default: English
7431
7432 Asks: Enable the following languages on the OPAC
7433
7434 Values:
7435
7436 -  English
7437
7438     **Note**
7439
7440     To install additional languages you need to run
7441     misc/translation/install-code.pl. For example, to install French you
7442     would run the following command install-code.pl fr-FR to make the
7443     templates, once they exist and are in the right place then they will
7444     show up as an option in this preference.
7445
7446 .. _opaclanguagesdisplay-label:
7447
7448 opaclanguagesdisplay
7449 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7450
7451 Default: Don't allow
7452
7453 Asks: \_\_\_ patrons to select their language on the OPAC.
7454
7455 Values:
7456
7457 -  Allow
7458
7459    -  Patrons can choose their language from a list at the bottom of the
7460       public catalog
7461
7462       |image61|
7463
7464 -  Don't allow
7465
7466    -  The public catalog will not give an option to choose a language
7467
7468 Description:
7469
7470 -  Using the :ref:`OpacLangSelectorMode` preference
7471    you can decide where these language options will appear in the public
7472    catalog.
7473
7474 .. _timeformat-label:
7475
7476 TimeFormat
7477 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7478
7479 Default: 24 hour format
7480
7481 Asks: Format times in \_\_\_
7482
7483 Values:
7484
7485 -  12 hour format (eg 02:18PM)
7486
7487 -  24 hour format (eg 14:18)
7488
7489 .. _translatenotices-label:
7490
7491 TranslateNotices
7492 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7493
7494 Default: Don't allow
7495
7496 Asks: \_\_\_ notices to be translated. If set, notices will be translatable from
7497 the "Notices and Slips" interface. The language used to send a notice to a patron
7498 will be the one defined for the patron.
7499
7500 Values:
7501
7502 -  Don't allow
7503
7504 -  Allow
7505
7506 .. _labs-label:
7507
7508 Labs
7509 ---------------------
7510
7511 *Get there:* More > Administration > Global System Preferences > Labs
7512
7513 The preferences in this section are for experimental features that need
7514 additional testing and debugging.
7515
7516 .. _enableadvancedcatalogingeditor-label:
7517
7518 EnableAdvancedCatalogingEditor
7519 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7520
7521 Default: Don't enable
7522
7523 Asks: \_\_\_ the advanced cataloging editor.
7524
7525 Description:
7526
7527 -  This preference will allow you to choose between a basic editor and a
7528    advanced editor for cataloging.
7529
7530     **Important**
7531
7532     This feature is currently experimental, and may have bugs that cause
7533     corruption of records. It also does not include any support for
7534     UNIMARC or NORMARC fixed fields. Please help us test it and report
7535     any bugs, but do so at your own risk.
7536
7537 .. _local-use-label:
7538
7539 Local Use
7540 ---------------------------
7541
7542 These preferences are defined locally.
7543
7544 *Get there:* More > Administration > Global System Preferences > Local
7545 Use
7546
7547     **Note**
7548
7549     Sometimes preferences which are either new or outdated will appear
7550     in this tab, if you didn't add any preferences to this tab then it's
7551     best to ignore preferences listed here.
7552
7553 .. _intradidyoumean-label:
7554
7555 INTRAdidyoumean
7556 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7557
7558 Default: blank
7559
7560 Asks: Did you mean? configuration for the Intranet. Do not change, as this is
7561 controlled by /cgi-bin/koha/admin/didyoumean.pl.
7562
7563 .. _opacdidyoumean-label:
7564
7565 OPACdidyoumean
7566 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7567
7568 Default: blank
7569
7570 Asks: Did you mean? configuration for the OPAC. Do not change, as this is
7571 controlled by /cgi-bin/koha/admin/didyoumean.pl.
7572
7573 .. _printcirculationships-label:
7574
7575 printcirculationships
7576 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7577
7578 Default: ON
7579
7580 Asks: If ON, enable printing circulation receipts
7581
7582 Values:
7583
7584 -  ON
7585
7586 -  OFF
7587
7588 .. _usagestatsid-label:
7589
7590 UsageStatsID
7591 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7592
7593 Default: blank
7594
7595 Asks: This preference is part of Koha but it should not be deleted or
7596 updated manually.
7597
7598 .. _usagestatslastupdatetime-label:
7599
7600 UsageStatsLastUpdateTime
7601 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7602
7603 Default: blank
7604
7605 Asks: This preference is part of Koha but it should not be deleted or
7606 updated manually.
7607
7608 .. _usagestatspublicid-label:
7609
7610 UsageStatsPublicID
7611 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7612
7613 Default: blank
7614
7615 Asks: Public ID for Hea website
7616
7617 .. _version-label:
7618
7619 Version
7620 ~~~~~~~~~~~~~~~~~~~~~~
7621
7622 Default: automatically generated
7623
7624 Asks: The Koha database version. WARNING: Do not change this value
7625 manually. It is maintained by the webinstaller
7626
7627 .. _logs-label:
7628
7629 Logs
7630 ----------------
7631
7632 Logs keep track of transaction on the system. You can decide which
7633 actions you want to log and which you don't using these preferences.
7634 Logs can then be viewed in the :ref:`Log Viewer` under Tools.
7635
7636 *Get there:* More > Administration > Global System Preferences > Logs
7637
7638 .. _debugging-label:
7639
7640 Debugging
7641 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7642
7643 .. _dumptemplatevarsintranet-label:
7644
7645 DumpTemplateVarsIntranet
7646 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7647
7648 Default: Don't
7649
7650 Asks: \_\_\_ dump all Template Toolkit variable to a comment in the HTML
7651 source for the staff intranet.
7652
7653 Value:
7654
7655 -  Don't
7656
7657 -  Do
7658
7659 .. _dumptemplatevarsopac-label:
7660
7661 DumpTemplateVarsOpac
7662 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7663
7664 Default: Don't
7665
7666 Asks: \_\_\_ dump all Template Toolkit variable to a comment in the HTML
7667 source for the OPAC.
7668
7669 Value:
7670
7671 -  Don't
7672
7673 -  Do
7674
7675 .. _logging-label:
7676
7677 Logging
7678 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
7679
7680 .. _authoritieslog-label:
7681
7682 AuthoritiesLog
7683 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7684
7685 Default: Don't log
7686
7687 Asks: \_\_\_ changes to authority records.
7688
7689 Values:
7690
7691 -  Don't log
7692
7693 -  Log
7694
7695 .. _borrowerslog-label:
7696
7697 BorrowersLog
7698 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7699
7700 Default: Log
7701
7702 Asks: \_\_\_ changes to patron records.
7703
7704 Values:
7705
7706 -  Don't log
7707
7708 -  Log
7709
7710 .. _cataloguinglog-label:
7711
7712 CataloguingLog
7713 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7714
7715 Default: Don't log
7716
7717 Asks: \_\_\_ any changes to bibliographic or item records.
7718
7719 Values:
7720
7721 -  Don't log
7722
7723 -  Log
7724
7725     **Important**
7726
7727     Since this occurs whenever a book is cataloged, edited, or checked
7728     in or out it can be very resource intensive - slowing down your
7729     system.
7730
7731 .. _cronjoblog-label:
7732
7733 CronjobLog
7734 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7735
7736 Default: Don't log
7737
7738 Asks: \_\_\_ information from cron jobs.
7739
7740 Values:
7741
7742 -  Don't log
7743
7744 -  Log
7745
7746 .. _fineslog-label:
7747
7748 FinesLog
7749 ^^^^^^^^^^^^^^^^^^^^^^^^
7750
7751 Default: Log
7752
7753 Asks: \_\_\_ when overdue fines are charged or automatically forgiven.
7754
7755 Values:
7756
7757 -  Don't log
7758
7759 -  Log
7760
7761 .. _holdslog-label:
7762
7763 HoldsLog
7764 ^^^^^^^^^^^^^^^^^^^^^^^^
7765
7766 Default: Don't log
7767
7768 Asks: \_\_\_ any actions on holds (create, cancel, suspend, resume, etc.).
7769
7770 Values:
7771
7772 -  Don't log
7773
7774 -  Log
7775
7776 .. _issuelog-label:
7777
7778 IssueLog
7779 ^^^^^^^^^^^^^^^^^^^^^^^^
7780
7781 Default: Log
7782
7783 Asks: \_\_\_ when items are checked out.
7784
7785 Values:
7786
7787 -  Don't log
7788
7789 -  Log
7790
7791 .. _letterlog-label:
7792
7793 LetterLog
7794 ^^^^^^^^^^^^^^^^^^^^^^^^^^
7795
7796 Default: Log
7797
7798 Asks: \_\_\_ when an automatic claim notice is sent.
7799
7800 Values:
7801
7802 -  Don't log
7803
7804 -  Log
7805
7806     **Note**
7807
7808     This log tracks all notices that go to patrons including the overdue
7809     notices.
7810
7811 .. _renewallog-label:
7812
7813 RenewalLog
7814 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7815
7816 Default:  Don't log
7817
7818 Asks: \_\_\_ when items are renewed.
7819
7820 Values:
7821
7822 - Don't log
7823
7824 - Log
7825
7826 .. _reportslog-label:
7827
7828 ReportsLog
7829 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7830
7831 Default: Don't log
7832
7833 Asks: \_\_\_ when reports are added, deleted or changed.
7834
7835 Values:
7836
7837 -  Don't log
7838
7839 -  Log
7840
7841 .. _returnlog-label:
7842
7843 ReturnLog
7844 ^^^^^^^^^^^^^^^^^^^^^^^^^^
7845
7846 Default: Log
7847
7848 Asks: \_\_\_ when items are returned.
7849
7850 Values:
7851
7852 -  Don't log
7853
7854 -  Log
7855
7856 .. _subscriptionlog-label:
7857
7858 SubscriptionLog
7859 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7860
7861 Default: Log
7862
7863 Asks: \_\_\_ when serials are added, deleted or changed.
7864
7865 Values:
7866
7867 -  Don't log
7868
7869 -  Log
7870
7871 .. _opac-label:
7872
7873 OPAC
7874 ---------------------
7875
7876 *Get there:* More > Administration > Global System Preferences > OPAC
7877
7878 .. _advanced-search-options-label:
7879
7880 Advanced Search Options
7881 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7882
7883 .. _opacadvsearchmoreoptions-label:
7884
7885 OpacAdvSearchMoreOptions
7886 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7887
7888 Default: Select All
7889
7890 Asks: Show search options for the expanded view \_\_\_
7891
7892 Values:
7893
7894 -  [Select all]
7895
7896 -  Item types
7897
7898 -  Language
7899
7900 -  Location and availability
7901
7902 -  Publication date
7903
7904 -  Sorting
7905
7906 -  Subtypes
7907
7908 Description:
7909
7910 -  The settings in this preference will determine which search fields
7911    will show when the patron is using the 'More options' mode on the
7912    advanced search page.
7913
7914 .. _opacadvsearchoptions-label:
7915
7916 OpacAdvSearchOptions
7917 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7918
7919 Default: Item types, Language, Location and availability, Publication
7920 date, Sorting
7921
7922 Asks: Show search options \_\_\_
7923
7924 Values:
7925
7926 -  [Select all]
7927
7928 -  Item types
7929
7930 -  Language
7931
7932 -  Location and availability
7933
7934 -  Publication date
7935
7936 -  Sorting
7937
7938 -  Subtypes
7939
7940 Description:
7941
7942 -  The settings in this preference will determine which search fields
7943    will show when the patron is using the 'Fewer options' mode on the
7944    advanced search page.
7945
7946 .. _appearance-label:
7947
7948 Appearance
7949 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7950
7951 These preferences control how things appear in the OPAC.
7952
7953 .. _authorisedvalueimages-label:
7954
7955 AuthorisedValueImages
7956 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7957
7958 Default: Don't show
7959
7960 Asks: \_\_\_ images for authorized values (such as lost statuses and
7961 locations) in search results and item detail pages on the OPAC.
7962
7963 Values:
7964
7965 -  Don't show
7966
7967 -  Show
7968
7969 *Get there:* More > Administration > :ref:`Authorized
7970 Values <authorized-values-label>`
7971
7972 .. _bibliodefaultview-label:
7973
7974 BiblioDefaultView
7975 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7976
7977 Default: in simple form
7978
7979 Asks: By default, show bib records \_\_\_
7980
7981 Values:
7982
7983 -  as specified in the ISBD template.
7984
7985    -  See :ref:`ISBD` preference for more information
7986
7987 -  in simple form.
7988
7989 -  in their MARC format.
7990
7991 Description:
7992
7993 -  This preference determines the level of bibliographic detail that the
7994    patron will see on the OPAC detail page. The simple form displays the
7995    graphical interface; MARC format displays the MARC21 cataloging view;
7996    ISBD displays the ISBD (International Standard Bibliographic
7997    Description, AACR2) view.
7998
7999 .. _coinsinopacresults-label:
8000
8001 COinSinOPACResults
8002 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8003
8004 Default: Include
8005
8006 Asks: \_\_\_ COinS / OpenURL / Z39.88 in OPAC search results.
8007
8008 Values:
8009
8010 -  Don't include
8011
8012    -  If you choose not to include COinS on the search results, it will
8013       still be loaded on the individual bibliographic records.
8014
8015 -  Include
8016
8017    -  Enabling this feature will slow OPAC search response times.
8018
8019 Description:
8020
8021 -  COinS stands for ContextObjects in Spans. COinS is a method to embed
8022    bibliographic metadata in the HTML code of web pages. This allows
8023    bibliographic software to publish machine-readable bibliographic
8024    items and client reference management software (such as Zotero) to
8025    retrieve bibliographic metadata. The metadata can also be sent to an
8026    OpenURL resolver. This allows, for instance, searching for a copy of
8027    a book in one's own library.
8028
8029 .. _displayopaciconsxslt-label:
8030
8031 DisplayOPACiconsXSLT
8032 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8033
8034 Default: Don't show
8035
8036 Asks: On pages displayed with XSLT stylesheets on the OPAC, \_\_\_ icons
8037 for itemtype and authorized values.
8038
8039     **Important**
8040
8041     :ref:`OPACXSLTResultsDisplay` and/or
8042     :ref:`OPACXSLTDetailsDisplay` must be set to
8043     use an XSLT stylesheet for this to show (default or custom)
8044
8045 Values:
8046
8047 -  Don't show
8048
8049 -  Show
8050
8051    |image62|
8052
8053     **Note**
8054
8055     See the `XSLT Icon Guide <#XSLTiTypes>`__ for more information on
8056     these icons.
8057
8058 .. _googleindictransliteration-label:
8059
8060 GoogleIndicTransliteration
8061 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8062
8063 Default: Don't show
8064
8065 Asks: \_\_\_ GoogleIndicTransliteration on the OPAC.
8066
8067 Values:
8068
8069 -  Don't show
8070
8071 -  Show
8072
8073   |image1188|
8074
8075 .. _hidelostitems-label:
8076
8077 hidelostitems
8078 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8079
8080 Default: Don't show
8081
8082 Asks: \_\_\_ lost items on search and detail pages.
8083
8084 Description:
8085
8086 -  Items that are marked lost by the library can either be shown or not
8087    shown on the OPAC. By setting the value to "Don't show," the lost
8088    item is not shown on the OPAC. By setting the value "Show," the lost
8089    item is shown on the OPAC for patrons to view with a status of
8090    'lost.^
8091
8092 Values:
8093
8094 -  Don't show
8095
8096 -  Show
8097
8098    |image63|
8099
8100 .. _highlightownitemsonopac-&-highlightownitemsonopacwhich-label:
8101
8102 HighlightOwnItemsOnOPAC & HighlightOwnItemsOnOPACWhich
8103 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8104
8105 HighlightOwnItemsOnOPAC Default: Don't emphasize
8106
8107 HighlightOwnItemsOnOPACWhich Default: patron's home library
8108
8109 Asks: \_\_\_ results from the \_\_\_ by moving the results to the front
8110 and increasing the size or highlighting the rows for those results.
8111
8112 HighlightOwnItemsOnOPAC Values:
8113
8114 -  Don't emphasize
8115
8116 -  Emphasize
8117
8118 HighlightOwnItemsOnOPACWhich Values:
8119
8120 -  OPAC's branch based via the URL
8121
8122    -  The library is chosen based on the Apache environment variable
8123       BRANCHCODE. For example, this could be added to the OPAC section
8124       of koha-httpd.conf: SetEnv BRANCHCODE "CPL"
8125
8126 -  patron's home library
8127
8128    -  The items emphasized will be those of the same library as the
8129       patron's library. If no one is logged into the OPAC, no items will
8130       be highlighted.
8131
8132     **Important**
8133
8134     This preference will only effect sites that are not using an XSLT
8135     stylesheet. XSLT stylesheets are defined in the
8136     :ref:`OPACXSLTResultsDisplay` and
8137     :ref:`OPACXSLTDetailsDisplay` preferences.
8138
8139 .. _libraryname-label:
8140
8141 LibraryName
8142 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8143
8144 Asks: Show \_\_\_ as the name of the library on the OPAC.
8145
8146     **Note**
8147
8148     This value will appear in the title bar of the browser
8149
8150     **Note**
8151
8152     Edit ^:ref:`opacheader`^ if you'd like to add a library
8153     name above your search box on the OPAC
8154
8155 |image64|
8156
8157 .. _nologininstructions-label:
8158
8159 NoLoginInstructions
8160 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8161
8162 Asks: Show the following HTML on the OPAC login form when a patron is
8163 not logged in:
8164
8165 Description:
8166
8167 -  This preference allows you to override the default text seen on the
8168    log in page in the Koha OPAC. The default HTML is:
8169
8170    ::
8171
8172        <h5>Don't have a password yet?</h5>
8173        <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>
8174        <h5>Don't have a library card?</h5>
8175        <p> If you don't have a library card, stop by your local library to sign up.</p>
8176
8177    Any HTML in this box will replace the above text below the log in
8178    box.
8179
8180    |image1189|
8181
8182 .. _opacadditionalstylesheet-label:
8183
8184 OpacAdditionalStylesheet
8185 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8186
8187 Asks: Include the additional CSS stylesheet \_\_\_ to override specified
8188 settings from the default stylesheet.
8189
8190 Description:
8191
8192 -  The preference can look for stylesheets in the template directory for
8193    your OPAC language, for instance: /koha-tmpl/opac-tmpl/prog/en/css.
8194    If you upload a custom file, opac-mystyles.css to this directory, you
8195    can specify it by entering opac-mystyles.css in your
8196    opaccolorstylesheet system preference. This adds your custom
8197    stylesheet as a linked stylesheet alongside the OPAC's default CSS
8198    files. This method is preferable because linked stylesheets are
8199    cached by the user's browser, meaning upon repeat visits to your site
8200    the user's browser will not have to re-download the stylesheet,
8201    instead using the copy in the browser's cache.
8202
8203 -  If you would rather, you can upload your CSS to another server and
8204    enter the full URL pointing to it's location remember to begin the
8205    URL with http://
8206
8207     **Note**
8208
8209     Leave this field blank to disable it
8210
8211     **Note**
8212
8213     This file will add a linked CSS, not replace the existing default
8214     CSS.
8215
8216 .. _opacaddmastheadlibrarypulldown-label:
8217
8218 OpacAddMastheadLibraryPulldown
8219 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8220
8221 Default: Don't add
8222
8223 Asks: \_\_\_ a library select pulldown menu on the OPAC masthead.
8224
8225 Values:
8226
8227 -  Add
8228
8229    |image65|
8230
8231 -  Don't Add
8232
8233    |image66|
8234
8235 .. _opacbaseurl-label:
8236
8237 OPACBaseURL
8238 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8239
8240 Asks: The OPAC is located at \_\_\_
8241
8242 Description:
8243
8244 -  This preference is looking for the URL of your public catalog (OPAC)
8245    with the http:// in front of it (enter http://www.mycatalog.com
8246    instead of www.mycatalog.com). Once it is filled in Koha will use it
8247    to generate permanent links in your RSS feeds, for your social
8248    network share buttons and in your staff client when generating links
8249    to bib records in the OPAC.
8250
8251     **Important**
8252
8253     Do not include a trailing slash in the URL this will break links
8254     created using this URL. (example: http://www.google.com not
8255     http://www.google.com/)
8256
8257     **Important**
8258
8259     This must be filled in with the URL of your public catalog for RSS,
8260     unAPI, and search plugins to work.
8261
8262     **Important**
8263
8264     This must be filled in with the URL of your public catalog to show
8265     'OPAC View' links from bib records in the staff client:
8266
8267 |image67|
8268
8269 .. _opaccredits-label:
8270
8271 opaccredits
8272 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8273
8274 Asks: Include the following HTML in the footer of all pages in the OPAC:
8275
8276     **Note**
8277
8278     Click the 'Click to edit; link to enter HTML to appear at the bottom
8279     of every page in the OPAC
8280
8281 |image68|
8282
8283 |image69|
8284
8285 Description:
8286
8287 -  This setting is for credits that will appear at the bottom of your
8288    OPAC pages. Credits traditionally encompass copyright information,
8289    last date updated, hyperlinks or other information represented in an
8290    HTML format. This is static information and any updates must be
8291    entered manually.
8292
8293 Learn more in the :ref:`OPAC Editable Regions <editable-opac-regions-label>` section.
8294
8295 .. _opaccustomsearch-label:
8296
8297 OpacCustomSearch
8298 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8299
8300 Asks: Replace the search box at the top of OPAC pages with the following
8301 HTML
8302
8303 Description:
8304
8305 -  This preference allows you to replace the default search box at the
8306    top of the OPAC :
8307
8308     |image1190|
8309
8310    with any HTML you would like :
8311
8312     |image1191|
8313
8314 .. _opacdisplay856uasimage-label:
8315
8316 OPACDisplay856uAsImage
8317 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8318
8319 Default: Neither details or results page
8320
8321 Asks: Display the URI in the 856u field as an image on: \_\_\_
8322
8323 Values:
8324
8325 -  Both results and details pages
8326
8327    -  **Important**
8328
8329           Not implemented yet
8330
8331 -  Detail page only
8332
8333    -  **Important**
8334
8335           :ref:`OPACXSLTDetailsDisplay` needs to
8336           have a value in it for this preference to work.
8337
8338    |image70|
8339
8340 -  Neither details or results page
8341
8342 -  Results page only
8343
8344    -  **Important**
8345
8346           Not yet implemented
8347
8348 Description:
8349
8350 -  In addition to this option being set, the corresponding XSLT option
8351    must be turned on. Also, the corresponding 856q field must have a
8352    valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
8353    starting with "image/"), or the generic indicator "img" entered in
8354    the field. When all of the requirements are met, an image file will
8355    be displayed instead of the standard link text. Clicking on the image
8356    will open it in the same way as clicking on the link text. When you
8357    click on the image it should open to full size, in the current window
8358    or in a new window depending on the value in the system pref
8359    :ref:`OPACURLOpenInNewWindow`.
8360
8361    |image71|
8362
8363 .. _opacexportoptions-label:
8364
8365 OpacExportOptions
8366 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8367
8368 Default:
8369
8370     |image1192|
8371
8372 Asks: List export options that should be available from OPAC detail page
8373 : \_\_\_
8374
8375 Description:
8376
8377 -  In the OPAC on the right of each bib record there is a menu that
8378    allows for saving the record in various formats. This patch will
8379    allow you to define which options are in the pull down menu.
8380    Available options are: BIBTEX (bibtex), Dublin Core (dc), MARCXML
8381    (marcxml), MARC-8 encoded MARC (marc8), Unicode/UTF-8 encoded MARC
8382    (utf8), Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9-
8383    fields and subfields (marcstd), MODS (mods), and RIS (ris).
8384
8385 .. _opacfallback-label:
8386
8387 OPACFallback
8388 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8389
8390 Default: bootstrap
8391
8392 Asks: Use the \_\_\_ theme as the fallback theme on the OPAC.
8393
8394 Description:
8395
8396 -  This preference has no use right now, as Koha has only one theme, but
8397    if your library has a custom theme it will show here as an option.
8398    The purpose of this preference is to provide a way to choose to what
8399    theme to fallback on when you have a partial theme in place.
8400
8401 .. _opacfavicon-label:
8402
8403 OpacFavicon
8404 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8405
8406 Asks: Use the image at \_\_\_ for the OPAC's favicon.
8407
8408     **Important**
8409
8410     This should be a complete URL, starting with http://
8411
8412     **Note**
8413
8414     Turn your logo into a favicon with the `Favicon
8415     Generator <http://antifavicon.com/>`__.
8416
8417 Description:
8418
8419 -  The favicon is the little icon that appears next to the URL in the
8420    address bar in most browsers. The default value for this field (if
8421    left blank) is the small 'K' in the Koha logo.
8422
8423    |image72|
8424
8425 .. _opacheader-label:
8426
8427 opacheader
8428 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8429
8430 Asks: Include the following HTML in the header of all pages in the OPAC
8431
8432 |image73|
8433
8434     **Note**
8435
8436     This value will appear above the main content of your page
8437
8438 |image74|
8439
8440     **Note**
8441
8442     Edit ^:ref:`LibraryName`^ if you'd like to edit the
8443     contents of the <title> tag
8444
8445 Learn more in the :ref:`OPAC Editable Regions <editable-opac-regions-label>` section.
8446
8447 .. _opachighlightedwords-&-nothighlightedwords-label:
8448
8449 OpacHighlightedWords & NotHighlightedWords
8450 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8451
8452 OpacHighlightedWords Default: Don't highlight
8453
8454 NotHighlightedWords Default: and\|or\|not
8455
8456 Asks: \_\_\_ words the patron searched for in their search results and
8457 detail pages; To prevent certain words from ever being highlighted,
8458 enter a list of stopwords here \_\_\_ (separate columns with \|)
8459
8460 OpacHighlightedWords Values:
8461
8462 -  Don't highlight
8463
8464 -  Highlight
8465
8466 .. _opacholdingsdefaultsortfield-label:
8467
8468 OPACHoldingsDefaultSortField
8469 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8470
8471 Default: First column of the table
8472
8473 Asks: \_\_\_ is the default sort field for the holdings table
8474
8475 Values:
8476
8477 -  First column of the table
8478
8479 -  Holding library
8480
8481 -  Home library
8482
8483 .. _opackohaurl-label:
8484
8485 OpacKohaUrl
8486 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8487
8488 Default: Don't show
8489
8490 Values:
8491
8492 -  Don't show
8493
8494 -  Show
8495
8496 Description:
8497
8498 -  When this preference is set to 'Show' text will appear in the bottom
8499    right of the OPAC footer stating 'Powered by Koha' and linking to the
8500    official Koha website.
8501
8502    |image75|
8503
8504 .. _opaclangselectormode-label:
8505
8506 OpacLangSelectorMode
8507 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8508
8509 Default: only footer
8510
8511 Asks: Display language selector on \_\_\_.
8512
8513 Values:
8514
8515 -  both top and footer
8516
8517 -  only footer
8518
8519 -  top
8520
8521 Description:
8522
8523 -  If you have the :ref:`opaclanguagesdisplay`
8524    preference set to display language options in the public catlaog,
8525    then this preference will allow you to control where the language
8526    selector shows. You can choose to show it only on the top or bottom
8527    or in both places.
8528
8529 .. _opaclayoutstylesheet-label:
8530
8531 opaclayoutstylesheet
8532 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8533
8534 Default: opac.css
8535
8536 Asks: Use the CSS stylesheet /css/ \_\_\_ on all pages in the OPAC,
8537 instead of the default
8538
8539 Description:
8540
8541 -  This setting's function is to point to the \*.css file used to define
8542    the OPAC layout. A \*.css file is a cascading stylesheet which is
8543    used in conjunction with HTML to set how the HTML page is formatted
8544    and will look on the OPAC. There are two stylesheets that come with
8545    the system; opac.css and opac2.css. A custom stylesheet may also be
8546    used. The stylesheets listed in the opaclayoutstylesheet preference
8547    are held on the Koha server.
8548
8549     **Note**
8550
8551     Leave this field blank to disable it and let Koha use the default
8552     file instead
8553
8554     **Important**
8555
8556     Using a custom value in this preference causes Koha to completely
8557     ignore the default layout stylesheet.
8558
8559 .. _opaclocationbranchtodisplay-label:
8560
8561 OpacLocationBranchToDisplay
8562 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8563
8564 Default: holding library
8565
8566 Asks: Display the \_\_\_ for items on the OPAC record details page.
8567
8568 Values:
8569
8570 -  holding library
8571
8572 -  home and holding library
8573
8574 -  home library
8575
8576 Description:
8577
8578 -  Defines whether to display the holding library, the home library, or
8579    both for the opac details page.
8580
8581 .. _opaclocationondetail-label:
8582
8583 OpacLocationOnDetail
8584 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8585
8586 Default: below the holding library
8587
8588 Asks: Display the shelving location \_\_\_ for items on the
8589 OPAC record details page.
8590
8591 Values:
8592
8593 -  below both home and holding libraries
8594
8595 -  on a separate column
8596
8597 -  below the holding library
8598
8599 -  below the home library
8600
8601 Description:
8602
8603 -  Defines where the shelving location should be displayed, under the
8604    home library, the holding library, or both, or in a separate column.
8605
8606 .. _opacmaintenance-label:
8607
8608 OpacMaintenance
8609 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8610
8611 Default: Don't show
8612
8613 Asks: \_\_\_ a warning that the OPAC is under maintenance, instead of
8614 the OPAC itself.
8615
8616     **Note**
8617
8618     this shows the same warning as when the database needs to be
8619     upgraded, but unconditionally.
8620
8621 Description:
8622
8623 -  This preference allows the system administrator to turn off the OPAC
8624    during maintenance and display a message to users. When this
8625    preference is switched to "Show" the OPAC is not usable. The text of
8626    this message is not editable at this time.
8627
8628 Values:
8629
8630 -  Don't show
8631
8632 -  Show
8633
8634    -  When this preference is set to show the maintenance message the
8635       ability to search the OPAC is disabled and a message appears. The
8636       default message can be altered by using the
8637       :ref:`OpacMaintenanceNotice` preference.
8638
8639       |image76|
8640
8641 .. _opacmaintenancenotice-label:
8642
8643 OpacMaintenanceNotice
8644 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8645
8646 Asks: Show the following HTML when OpacMaintenance is enabled
8647
8648 Descritpion:
8649
8650 -  This preference will allow you to set the text the OPAC displays when
8651    the :ref:`OpacMaintenance` preference is set to
8652    'Show.^
8653
8654 .. _opacmainuserblock-label:
8655
8656 OpacMainUserBlock
8657 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8658
8659 Default: Welcome to Koha... <hr>
8660
8661 Asks: Show the following HTML in its own column on the main page of the
8662 OPAC
8663
8664 Description:
8665
8666 -  HTML entered in this field will appear in the center of the main page
8667    of your OPAC
8668
8669 |image77|
8670
8671 Learn more in the :ref:`OPAC Editable Regions <editable-opac-regions-label>` section.
8672
8673 .. _opacmaxitemstodisplay-label:
8674
8675 OpacMaxItemsToDisplay
8676 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8677
8678 Default: 50
8679
8680 Asks: Display up to \_\_\_ items on the biblio detail page
8681
8682 Description:
8683
8684 -  This preference will help with slow load times on the bibliographic
8685    detail pages by limiting the number of items to display by default.
8686    If the biblio has more items than this, a link is displayed instead
8687    that allows the user to choose to display all items.
8688
8689 .. _opacmysummaryhtml-label:
8690
8691 OPACMySummaryHTML
8692 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8693
8694 Asks: Include a "Links" column on the "my summary" tab when a user is
8695 logged in to the OPAC, with the following HTML (leave blank to disable).
8696
8697 Description:
8698
8699 -  In this preference you can enter HTML that will appear on the
8700    'Checked Out' tab on the 'My Summary' section when logged in to the
8701    OPAC. The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR}
8702    will be replaced with information from the displayed record. This can
8703    be used to enter in 'share' links for social networks or generate
8704    searches against other library catalogs.
8705
8706    |image78|
8707
8708 Sample Data:
8709
8710 ::
8711
8712     <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>
8713     <br />TITLE: {TITLE}
8714     <br />AUTHOR: {AUTHOR}
8715     <br />ISBN: {ISBN}
8716     <br />BIBLIONUMBER: {BIBLIONUMBER}</p>
8717
8718 .. _opacmysummarynote-label:
8719
8720 OPACMySummaryNote
8721 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8722
8723 Asks: Note to display on the patron summary page.
8724
8725 Description:
8726
8727 -  This preference will display text above the patron's summary and
8728    below the welcome message when the patron logs in to the OPAC and
8729    view their 'my summary' tab.
8730
8731     |image1193|
8732
8733 .. _opacnav-label:
8734
8735 OpacNav
8736 ^^^^^^^^^^^^^^^^^^^^^^
8737
8738 Default: Important links here.
8739
8740 Asks: Show the following HTML on the left hand column of the main page
8741 and patron account on the OPAC (generally navigation links)
8742
8743 |image79|
8744
8745 Learn more in the :ref:`OPAC Editable Regions <editable-opac-regions-label>` section.
8746
8747 .. _opacnavbottom-label:
8748
8749 OpacNavBottom
8750 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8751
8752 Asks: Show the following HTML on the left hand column of the main page
8753 and patron account on the OPAC, after :ref:`OpacNav`, and before
8754 patron account links if available:
8755
8756 Description: When a patron is logged in to their account they see a
8757 series of tabs to access their account information.
8758 :ref:`OpacNav` appears above this list of tabs and OpacNavBottom
8759 will appear below them. When not on the patron account pages the HTML in
8760 OpacNavBottom will just appear right below :ref:`OpacNav`.
8761
8762 |image80|
8763
8764 .. _opacnavright-label:
8765
8766 OpacNavRight
8767 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8768
8769 Asks: Show the following HTML in the right hand column of the main page
8770 under the main login form.
8771
8772 Description: HTML entered in this preference will appear on the right
8773 hand side of the OPAC under the log in form. If the log in form is not
8774 visible this content will move up on the right column.
8775
8776 |image81|
8777
8778 .. _opacnoresultsfound-label:
8779
8780 OPACNoResultsFound
8781 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8782
8783 No Default
8784
8785 Asks: Display this HTML when no results are found for a search in the
8786 OPAC
8787
8788 This HTML will display below the existing notice that no results were
8789 found for your search.
8790
8791 |image82|
8792
8793     **Note**
8794
8795     You can insert placeholders {QUERY\_KW} that will be replaced with
8796     the keywords of the query.
8797
8798 .. _opacpublic-label:
8799
8800 OpacPublic
8801 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8802
8803 Default: Enable
8804
8805 Asks: \_\_\_ Koha OPAC as public. Private OPAC requires authentication
8806 before accessing the OPAC.
8807
8808 Values:
8809
8810 -  Don't enable
8811
8812 -  Enable
8813
8814 Description:
8815
8816 -  This preference determines if your OPAC is accessible and searchable
8817    by anyone or only by members of the library. If set to 'Don't enable'
8818    only members who are logged into the OPAC can search. Most libraries
8819    will leave this setting at its default of 'Enable' to allow their
8820    OPAC to be searched by anyone and only require login for access to
8821    personalized content.
8822
8823 .. _opacresultslibrary-label:
8824
8825 OPACResultsLibrary
8826 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8827
8828 Default: home library
8829
8830 Asks: For search results in the OPAC, show the item's \_\_\_. Please
8831 note that this feature is currently available for MARC21 and UNIMARC.
8832
8833 Values:
8834
8835 -  current location
8836
8837 -  home library
8838
8839 .. _opacresultssidebar-label:
8840
8841 OPACResultsSidebar
8842 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8843
8844 Asks: Include the following HTML under the facets in OPAC search results
8845
8846 Description:
8847
8848 -  The HTML entered in this preference will appear on the search results
8849    pages below the list of facets on the left side of the screen.
8850
8851 .. _opacsearchfortitlein-label:
8852
8853 OPACSearchForTitleIn
8854 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8855
8856 Default: <li><a href="http://worldcat.org/search?q={TITLE}"
8857 target="\_blank">Other Libraries (WorldCat)</a></li> <li><a
8858 href="http://www.scholar.google.com/scholar?q={TITLE}"
8859 target="\_blank">Other Databases (Google Scholar)</a></li> <li><a
8860 href="http://www.bookfinder.com/search/?author={AUTHOR}&title={TITLE}&st=xl&ac=qr"
8861 target="\_blank">Online Stores (Bookfinder.com)</a></li>
8862
8863 Asks: Include a "More Searches" box on the detail pages of items on the
8864 OPAC, with the following HTML (leave blank to disable)
8865
8866     **Note**
8867
8868     The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE}, {ISBN},
8869     {ISSN} and {AUTHOR} will be replaced with information from the
8870     displayed record.
8871
8872 .. _opacseparateholdings-&-opacseparateholdingsbranch-label:
8873
8874 OpacSeparateHoldings & OpacSeparateHoldingsBranch
8875 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8876
8877 OpacSeparateHoldings default: Don't separate
8878
8879 OpacSeparateHoldingsBranch default: home library
8880
8881 Asks: \_\_\_ items display into two tabs, where the first tab contains
8882 items whose \_\_\_ is the logged in user's library. The second tab will
8883 contain all other items.
8884
8885 OpacSeparateHoldings values:
8886
8887 -  Don't separate
8888
8889 -  Separate
8890
8891 OpacSeparateHoldingsBranch values:
8892
8893 -  holding library
8894
8895 -  home library
8896
8897 Description:
8898
8899 -  This preference lets you decide if you would like to have the holding
8900    information on the bibliographic detail page in the OPAC split in to
8901    multiple tabs. The default is to show all holdings on one tab.
8902
8903    |image83|
8904
8905 .. _opacshowcheckoutname-label:
8906
8907 OPACShowCheckoutName
8908 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8909
8910 Default: Don't show
8911
8912 Asks: \_\_\_ the name of the patron that has an item checked out on item
8913 detail pages on the OPAC.
8914
8915 Values:
8916
8917 -  Don't show
8918
8919 -  Show
8920
8921 Description:
8922
8923 -  This preference allows all patrons to see who has the item checked
8924    out if it is checked out. In small corporate libraries (where the
8925    OPAC is behind a firewall and not publicly available) this can be
8926    helpful so coworkers can just contact the patron with the book
8927    themselves. In larger public and academic libraries setting this to
8928    'Show' would pose serious privacy issues.
8929
8930 .. _opacshowholdqueuedetails-label:
8931
8932 OPACShowHoldQueueDetails
8933 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8934
8935 Default: Don't show any hold details
8936
8937 Asks: \_\_\_ to patrons in the OPAC.
8938
8939 Values:
8940
8941 -  Don't show any hold details
8942
8943 -  Show holds
8944
8945    |image86|
8946
8947 -  Show holds and priority level
8948
8949 -  Show priority level
8950
8951    |image87|
8952
8953    -  :ref:`opacuserlogin` needs to be set to 'allow'
8954
8955 .. _opacshowrecentcomments-label:
8956
8957 OpacShowRecentComments
8958 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8959
8960 Default: Don't show
8961
8962 Asks: \_\_\_ a link to recent comments in the OPAC masthead.
8963
8964 Values:
8965
8966 -  Don't show
8967
8968 -  Show
8969
8970 Description:
8971
8972 -  If you have chosen to allow comments in your OPAC by setting
8973    :ref:`reviewson` to 'Allow' you can include a link to the
8974    recent comments under the search box at the top of your OPAC with
8975    this preference.
8976
8977    |image88|
8978
8979 .. _opacshowunusedauthorities-label:
8980
8981 OPACShowUnusedAuthorities
8982 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8983
8984 Default: Show
8985
8986 Asks: \_\_\_ unused authorities in the OPAC authority browser.
8987
8988 Values:
8989
8990 -  Do not show
8991
8992 -  Show
8993
8994    -  **Important**
8995
8996           Requires that the :ref:`OpacAuthorities`
8997           preference is set to 'Allow'
8998
8999 Description:
9000
9001 -  When patrons search your authority file via the OPAC they will see
9002    all authorities in your system even if you don't have them linked to
9003    any bibliographic records. This preference lets you determine what
9004    the default behavior is when searching authorities via the OPAC. If
9005    you choose 'Do not show' it will only show patrons authority records
9006    that are linked to bib records in the search results. Otherwise the
9007    system will show all authority records even if they aren't linked to
9008    records.
9009
9010 .. _opacstarratings-label:
9011
9012 OpacStarRatings
9013 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9014
9015 Default: no
9016
9017 Asks: Show star-ratings on \_\_\_ pages.
9018
9019 Values:
9020
9021 -  no
9022
9023 -  only details
9024
9025    |image89|
9026
9027 -  results and details
9028
9029    |image90|
9030
9031 Description:
9032
9033 -  Star ratings are a way for your patrons to leave ratings without
9034    having to leave a full review. Patrons who are not logged in will
9035    only be able to see the stars, once logged in patrons can click on
9036    the stars on the details page to leave their own rating. Clicking on
9037    the stars on the search results will not submit a rating.
9038
9039 .. _opacsuggestionmanagedby-label:
9040
9041 OpacSuggestionManagedBy
9042 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9043
9044 Default: Show
9045
9046 Asks: \_\_\_ the name of the staff member who managed a suggestion in
9047 OPAC.
9048
9049 Values:
9050
9051 -  Don't show
9052
9053 -  Show
9054
9055 Description:
9056
9057 -  If you're :ref:`allowing patrons to make purchase
9058    suggestions <suggestion-label>` then they will see the 'my
9059    suggestions' tab when logged in. This tab shows the patron the
9060    librarian who approved or rejected the purchase suggestion. This
9061    preference controls if the patron sees the librarian's name or not.
9062
9063 .. _opacthemes-label:
9064
9065 opacthemes
9066 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9067
9068 Default: bootstrap
9069
9070 Asks: Use the \_\_\_ theme on the OPAC.
9071
9072 Values:
9073
9074 -  bootstrap
9075
9076    Bootstrap Theme
9077
9078    This theme is completely responsive
9079
9080 .. _opacurlopeninnewwindow-label:
9081
9082 OPACURLOpenInNewWindow
9083 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9084
9085 Default: don't
9086
9087 Asks: When patrons click on a link to another website from your OPAC
9088 (like Amazon or OCLC), \_\_\_ open the website in a new window.
9089
9090 Values:
9091
9092 -  do
9093
9094 -  don't
9095
9096 Description:
9097
9098 -  This preference determines if URLs in the OPAC will open in a new
9099    window or not. When clicking on a link in the OPAC, a patron does not
9100    need to worry about navigating away from their search results.
9101
9102 .. _opacusercss-label:
9103
9104 OPACUserCSS
9105 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9106
9107 Asks: Include the following CSS on all pages in the OPAC
9108
9109 Description:
9110
9111 -  OPACUserCSS allows the administrator to enter styles that will
9112    overwrite the OPAC's default CSS as defined in 'opaclayoutstylesheet'
9113    or 'opacstylesheet'. Styles may be entered for any of the selectors
9114    found in the default style sheet. The default stylesheet will likely
9115    be found at
9116    http://your\_koha\_address/opac-tmpl/bootstrap/css/opac.css. Unlike
9117    :ref:`OpacAdditionalStylesheet` and
9118    :ref:`opaclayoutstylesheet` this preference will
9119    embed the CSS directly on your OPAC pages.
9120
9121 .. _opacuserjs-label:
9122
9123 OPACUserJS
9124 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9125
9126 Asks: Include the following JavaScript on all pages in the OPAC
9127
9128 |image91|
9129
9130 |image92|
9131
9132 |image93|
9133
9134 Description:
9135
9136 -  This preference allows the administrator to enter JavaScript or
9137    JQuery that will be embedded across all pages of the OPAC.
9138    Administrators may use this preference to customize some of the
9139    interactive sections of Koha, customizing the text for the login
9140    prompts, for example. Sample JQuery scripts used by Koha libraries
9141    can be found on the wiki:
9142    http://wiki.koha-community.org/wiki/JQuery_Library.
9143
9144 .. _opacusersummary-label:
9145
9146 OPACUserSummary
9147 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9148
9149 Default: Show
9150
9151 Asks: \_\_\_ a summary of a logged in user's checkouts, overdues, holds and fines on the mainpage
9152
9153 Description:
9154
9155 -  When activated, this preference system replaces the login form on the OPAC main page by a summary when the user is logged in.
9156
9157 .. _opacxsltdetailsdisplay-label:
9158
9159 OPACXSLTDetailsDisplay
9160 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9161
9162 Default: default
9163
9164 Asks: Display OPAC details using XSLT stylesheet at \_\_\_
9165
9166 Values:
9167
9168 -  leave empty to not use the XSLT stylesheet
9169
9170    -  In previous versions of Koha this was the setting that read
9171       'normally'
9172
9173 -  enter "default" for the default one
9174
9175 -  put a path to define a XSLT file
9176
9177    -  ex: /path/to/koha/and/your/stylesheet.xsl
9178
9179    -  If in a multi-language system you can enter {langcode} in the path
9180       to tell Koha to look in the right language folder
9181
9182       -  ex:
9183          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACDetail.xsl
9184
9185       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9186
9187 -  put an URL for an external specific stylesheet
9188
9189    -  ex: http://mykohaopac.org/stylesheet.xsl
9190
9191 Description:
9192
9193 -  XSLT stylesheets allow for the customization of the details shows on
9194    the screen when viewing a bib record. This preference will allow you
9195    either use the default look that comes with Koha or design your own
9196    stylesheet.
9197
9198 .. _opacxsltlistsdisplay-label:
9199
9200 OPACXSLTListsDisplay
9201 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9202
9203 Default: default
9204
9205 Asks: Display lists in the OPAC using XSLT stylesheet at \_\_\_
9206
9207 Values:
9208
9209 -  leave empty to not use the XSLT stylesheet
9210
9211    -  In previous versions of Koha this was the setting that read
9212       'normally'
9213
9214 -  enter "default" for the default one
9215
9216 -  put a path to define a XSLT file
9217
9218    -  ex: /path/to/koha/and/your/stylesheet.xsl
9219
9220    -  If in a multi-language system you can enter {langcode} in the path
9221       to tell Koha to look in the right language folder
9222
9223       -  ex:
9224          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
9225
9226       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9227
9228 -  put an URL for an external specific stylesheet
9229
9230    -  ex: http://mykohaopac.org/stylesheet.xsl
9231
9232 Description:
9233
9234 -  XSLT stylesheets allow for the customization of the details shows on
9235    the screen when viewing lists. This preference will
9236    allow you either use the default look that comes with Koha or design
9237    your own stylesheet.
9238
9239 .. _opacxsltresultsdisplay-label:
9240
9241 OPACXSLTResultsDisplay
9242 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9243
9244 Default: default
9245
9246 Asks: Display OPAC results using XSLT stylesheet at \_\_\_
9247
9248 Values:
9249
9250 -  leave empty to not use the XSLT stylesheet
9251
9252    -  In previous versions of Koha this was the setting that read
9253       'normally'
9254
9255 -  enter "default" for the default one
9256
9257 -  put a path to define a XSLT file
9258
9259    -  ex: /path/to/koha/and/your/stylesheet.xsl
9260
9261    -  If in a multi-language system you can enter {langcode} in the path
9262       to tell Koha to look in the right language folder
9263
9264       -  ex:
9265          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
9266
9267       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9268
9269 -  put an URL for an external specific stylesheet
9270
9271    -  ex: http://mykohaopac.org/stylesheet.xsl
9272
9273 Description:
9274
9275 -  XSLT stylesheets allow for the customization of the details shows on
9276    the screen when viewing the search results. This preference will
9277    allow you either use the default look that comes with Koha or design
9278    your own stylesheet.
9279
9280 .. _opacfeatures-label:
9281
9282 Features
9283 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9284
9285 .. _numsearchrssresults-label:
9286
9287 numSearchRSSResults
9288 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9289
9290 Default: 50
9291
9292 Asks: Display \_\_\_ search results in the RSS feed.
9293
9294 Description:
9295
9296 -  By default the RSS feed that is automatically generated for every
9297    search results page will list 50 items. This can sometimes be too
9298    much for some RSS feed readers and for some people this isn't enough.
9299    This preference allows you to adjust this number to show the best
9300    number of results for your patrons.
9301
9302 .. _opacacquisitiondetails-label:
9303
9304 OPACAcquisitionDetails
9305 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9306
9307 Default: Don't display
9308
9309 Asks: \_\_\_ the acquisition details on OPAC detail pages.
9310
9311 Values:
9312
9313 -  Display
9314
9315     |image1194|
9316
9317 -  Don't display
9318
9319 Description:
9320
9321 -  This preference shows the patrons how many items are on order in the
9322    Holdings tab if you have the :ref:`AcqCreateItem` set
9323    to 'cataloging the record'
9324
9325 .. _opacauthorities-label:
9326
9327 OpacAuthorities
9328 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9329
9330 Default: Allow
9331
9332 Asks: \_\_\_ patrons to search your authority records.
9333
9334 Description:
9335
9336 -  This preference displays the link on the OPAC for the authority
9337    search. By setting the preference to "Allow" patrons can use this
9338    search link of the OPAC.
9339
9340 Values:
9341
9342 -  Allow
9343
9344    -  A link labeled 'Authority search' will appear at the top of your
9345       OPAC under the search box
9346
9347       |image94|
9348
9349 -  Don't allow
9350
9351 .. _opacbookbag-label:
9352
9353 opacbookbag
9354 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9355
9356 Default: Allow
9357
9358 Asks: \_\_\_ patrons to store items in a temporary "Cart" on the OPAC.
9359
9360 Values:
9361
9362 -  Allow
9363
9364 -  Don't allow
9365
9366 Description:
9367
9368 -  This preference allows the user to temporarily save a list of items
9369    found on the catalog. By using the Book Bag, or Cart, the user can
9370    print out or email a list of items found. The user does not need to
9371    be logged in. This list is temporary and will be emptied, or cleared,
9372    at the end of the session.
9373
9374 .. _opacbrowser-label:
9375
9376 OpacBrowser
9377 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9378
9379     **Important**
9380
9381     This preference only applies to installations using UNIMARC at this time.
9382
9383 Default: Don't allow
9384
9385 Asks: \_\_\_ patrons to browse subject authorities on OPAC
9386
9387 Values:
9388
9389 -  Allow
9390
9391 -  Don't allow
9392
9393     **Important**
9394
9395     run the :ref:`Authorities Browser Cron Job <authorities-browser-label>` to
9396     create the browser list
9397
9398 .. _opacbrowseresults-label:
9399
9400 OpacBrowseResults
9401 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9402
9403 Default: enable
9404
9405 Asks: \_\_\_ browsing and paging search results from the OPAC detail
9406 page.
9407
9408 Values:
9409
9410 -  disable
9411
9412 -  enable
9413
9414    |image95|
9415
9416 Description:
9417
9418 -  This preference will control the option to return to your results
9419    and/or browse them from the detail page in the OPAC.
9420
9421 .. _opaccloud-label:
9422
9423 OpacCloud
9424 ^^^^^^^^^^^^^^^^^^^^^^^^^^
9425
9426     **Important**
9427
9428     This preference only applies to French systems at this time.
9429
9430 Default: Don't show
9431
9432 Asks: \_\_\_ a subject cloud on OPAC
9433
9434 Values:
9435
9436 -  Don't show
9437
9438 -  Show
9439
9440     **Important**
9441
9442     run the :ref:`Authorities Browser Cron Job <authorities-browser-label>` to
9443     create the browser list
9444
9445 .. _opacfinestab-label:
9446
9447 OPACFinesTab
9448 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9449
9450 Default: Allow
9451
9452 Asks: \_\_\_ patrons to access the Fines tab on the My Account page on
9453 the OPAC.
9454
9455 Values:
9456
9457 -  Allow
9458
9459    -  :ref:`opacuserlogin` needs to be set to 'allow'
9460
9461 -  Don't allow
9462
9463 .. _opacholdnotes-label:
9464
9465 OpacHoldNotes
9466 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9467
9468 Default: Do not allow
9469
9470 Asks: \_\_\_ users to add a note when placing a hold.
9471
9472 Values:
9473
9474 -  Allow
9475
9476    |image96|
9477
9478 -  Do not allow
9479
9480 .. _opacisbd-label:
9481
9482 OPACISBD
9483 ^^^^^^^^^^^^^^^^^^^^^^^^
9484
9485 Default: :ref:`MARC21 Default Appendix <marc-label>`
9486
9487 Asks: Use the following as the OPAC ISBD template:
9488
9489 Description:
9490
9491 -  This determines how the ISBD information will display in the OPAC.
9492    Elements in the list can be reordered to produce a different ISBD
9493    view. ISBD, the International Standard Bibliographic Description, was
9494    first introduced by IFLA (International Federation of Library
9495    Associations) in 1969 in order to provide guidelines for descriptive
9496    cataloging. The purpose of ISBD is to aid the international exchange
9497    of bibliographic records for a variety of materials.
9498
9499 .. _opacitemlocation-label:
9500
9501 OpacItemLocation
9502 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9503
9504 Default: call number only
9505
9506 Asks: Show \_\_\_\_ for items on the OPAC search results.
9507
9508 Values:
9509
9510 -  call number only
9511
9512 -  collection code
9513
9514 -  location
9515
9516 Description:
9517
9518 -  This setting allows users of the OPAC results XSLT stylesheet to
9519    choose to display collection code or location in addition to call
9520    number.
9521
9522 .. _opacnewslibraryselect-label:
9523
9524 OpacNewsLibrarySelect
9525 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9526
9527 Default: Don't display
9528
9529 Asks: \_\_\_ a branch selection list for news items in the OPAC.
9530
9531 Values:
9532
9533 -  Don't display
9534
9535 -  Display
9536
9537 .. _opacpasswordchange-label:
9538
9539 OpacPasswordChange
9540 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9541
9542 Default: Allow
9543
9544 Asks: \_\_\_ patrons to change their own password on the OPAC.
9545
9546 Values:
9547
9548 -  Allow
9549
9550    -  :ref:`opacuserlogin` needs to be set to 'allow'
9551
9552 -  Don't allow
9553
9554     **Important**
9555
9556     Enabling this will break LDAP authentication.
9557
9558 .. _opacpatrondetails-label:
9559
9560 OPACPatronDetails
9561 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9562
9563 Default: Allow
9564
9565 Asks: \_\_\_ patrons to notify the library of changes to their contact
9566 information from the OPAC.
9567
9568 Values:
9569
9570 -  Allow
9571
9572    -  :ref:`opacuserlogin` needs to be set to 'allow'
9573
9574 -  Don't allow
9575
9576 Description:
9577
9578 -  If patrons are allowed to notify the library of changes to their
9579    account then staff will need to approve the changes via the staff
9580    client. Notification of patron account requests will appear on the
9581    dashaboard below the list of modules with other pending actions.
9582
9583    |image97|
9584
9585    Once you click the notification you will be presented with the
9586    changes the patron would like to make to their account and from there
9587    you can choose how to proceed.
9588
9589    |image98|
9590
9591        **Note**
9592
9593        You can control what fields patrons see and can modify via the
9594        OPAC by setting the
9595        :ref:`PatronSelfRegistrationBorrowerMandatoryField`
9596        :ref:`PatronSelfRegistrationBorrowerUnwantedField`
9597        preferences.
9598
9599 .. _opacpatronimages-label:
9600
9601 OPACpatronimages
9602 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9603
9604 Default: Don't show
9605
9606 Asks: \_\_\_ patron images on the patron information page in the OPAC.
9607
9608 Values:
9609
9610 -  Don't show
9611
9612 -  Show
9613
9614 Description:
9615
9616 -  If :ref:`patronimages` is set to allow the upload of
9617    patron images via the staff client, then setting this preference to
9618    'show' will show the patron what image you have on file for them when
9619    they view their personal information on their account in the OPAC.
9620
9621 .. _opacpopupauthorssearch-label:
9622
9623 OPACPopupAuthorsSearch
9624 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9625
9626 Default: Don't display
9627
9628 Asks: \_\_\_ the list of authors/subjects in a popup for a combined
9629 search on OPAC detail pages.
9630
9631 Values:
9632
9633 -  Display
9634
9635    Subject search pop up
9636
9637    -  **Important**
9638
9639           This will only display the pop up if you are not using an XSLT
9640           stylesheet. Review your
9641           :ref:`OPACXSLTDetailsDisplay` to find
9642           out what stylesheet you're using.
9643
9644 -  Don't display
9645
9646    -  Authors and subjects will display as search links instead of pop
9647       up menus.
9648
9649 Description:
9650
9651 -  If this preference is set to 'Display' then clicking a subject or
9652    author from the details page in the OPAC will present the searcher
9653    with a pop up box. From this box you can check off any of the
9654    subjects or authors listed and search them all at once by clicking
9655    'Search' at the bottom of the pop up. The default behavior is for
9656    Koha to search just the clicked author or subject.
9657
9658 .. _opacresetpassword-label:
9659
9660 OpacResetPassword
9661 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9662
9663 Default: not allowed
9664
9665 Asks: Library users are \_\_\_ to recover their password via e-mail in
9666 the OPAC.
9667
9668 Values:
9669
9670 -  allowed
9671
9672     |image1195|
9673
9674 -  not allowed
9675
9676 Description:
9677
9678 -  This preference controls whether you present users of the public
9679    catalog with a 'Forgot your password' link or not. Learn more in the
9680    :ref:`OPAC section <resetting-your-password-label>` of this manual.
9681
9682 .. _opactopissue-label:
9683
9684 OpacTopissue
9685 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9686
9687 Default: Don't allow
9688
9689 Asks: \_\_\_ patrons to access a list of the most checked out items on
9690 the OPAC.
9691
9692 Values:
9693
9694 -  Allow
9695
9696    -  A link to 'Most Popular' will appear at the top of your OPAC
9697
9698       |image99|
9699
9700 -  Don't allow
9701
9702 Description:
9703
9704 -  This preference allows the administrator to choose to show the "Most
9705    Popular" link at the top of the OPAC under the search box. The "Most
9706    Popular" page shows the top circulated items in the library, as
9707    determined by the number of times a title has been circulated. This
9708    allows users to see what titles are popular in their community. It is
9709    recommended that you leave this preference set to 'Don't allow' until
9710    you have been live on Koha for a couple of months, otherwise the data
9711    that it shows will not be an accurate portrayal of what's popular in
9712    your library.
9713
9714    |image100|
9715
9716 .. _opacuserlogin-label:
9717
9718 opacuserlogin
9719 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9720
9721 Default: Allow
9722
9723 Asks: \_\_\_ patrons to log in to their accounts on the OPAC.
9724
9725 Values:
9726
9727 -  Allow
9728
9729 -  Don't allow
9730
9731    -  The OPAC will still be searchable if patrons can't log in, this
9732       just disables the patron account access via the OPAC
9733
9734 .. _quoteoftheday-label:
9735
9736 QuoteOfTheDay
9737 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9738
9739 Default: Disable
9740
9741 Asks: \_\_\_ Quote of the Day display on OPAC home page
9742
9743 Values:
9744
9745 -  Disable
9746
9747 -  Enable
9748
9749 Description:
9750
9751 -  This feature will allow you to enter a series of quotes that will
9752    then show on the OPAC homepage in random order. To add/edit quotes,
9753    visit the :ref:`Quote of the Day Editor <quote-of-the-day-(qotd)-editor-label>` under Tools.
9754
9755 .. _requestonopac-label:
9756
9757 RequestOnOpac
9758 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9759
9760 Default: Allow
9761
9762 Asks: \_\_\_ patrons to place holds on items from the OPAC.
9763
9764 Values:
9765
9766 -  Allow
9767
9768    -  :ref:`opacuserlogin` needs to be set to 'allow'
9769
9770 -  Don't allow
9771
9772 .. _reviewson-label:
9773
9774 reviewson
9775 ^^^^^^^^^^^^^^^^^^^^^^^^^^
9776
9777 Default: Allow
9778
9779 Asks: \_\_\_ patrons to make comments on items on the OPAC.
9780
9781 Values:
9782
9783 -  Allow
9784
9785    -  Patrons comments/reviews all require moderation before they appear
9786       in the OPAC
9787
9788    -  :ref:`opacuserlogin` needs to be set to 'Allow'
9789
9790 -  Don't allow
9791
9792 Description:
9793
9794 -  This button allows the patrons to submit comments on books they have
9795    read via the OPAC. If this preference is set to "Allow" reviews are
9796    first sent to the staff client for staff approval before the review
9797    is displayed in the OPAC. The staff member who reviews and approves
9798    comments may find the pending comments on the
9799    :ref:`Comments` tool. The staff member can then choose to
9800    approve or delete the comments.
9801
9802 .. _showreviewer-label:
9803
9804 ShowReviewer
9805 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9806
9807 Default: full name
9808
9809 Asks: Show \_\_\_ of commenter with comments in OPAC.
9810
9811 Values:
9812
9813 -  first name
9814
9815 -  first name and last initial
9816
9817 -  full name
9818
9819 -  last name
9820
9821 -  no name
9822
9823 -  username
9824
9825 Description:
9826
9827 -  If you would like to protect your patron's privacy in the OPAC you
9828    can choose to hide their names or parts of their names from any of
9829    the comments they leave on bib records in your system.
9830    :ref:`reviewson` needs to be set to 'Allow' for this to
9831    preference to come in to play
9832
9833 .. _showreviewerphoto-label:
9834
9835 ShowReviewerPhoto
9836 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9837
9838 Default: Show
9839
9840 Asks: \_\_\_ reviewer's photo beside comments in OPAC.
9841
9842 Values:
9843
9844 -  Hide
9845
9846 -  Show
9847
9848    -  :ref:`reviewson` needs to be set to 'Allow' and
9849       :ref:`ShowReviewer` needs to be set to 'Show' for
9850       this to preference to come in to play
9851
9852       |image101|
9853
9854 Description:
9855
9856 -  This system preference allows libraries to show avatars next to
9857    patron's comments in the OPAC. These avatars are pulled from the
9858    `Libravatar <https://www.libravatar.org>`__ library, an open source
9859    powered product that allows Internet users to choose a small icon to
9860    display next to their name on various different websites. The library
9861    has no control over the images the patron chooses to display.
9862
9863 .. _socialnetworks-label:
9864
9865 SocialNetworks
9866 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9867
9868 Default: Disable
9869
9870 Asks: \_\_\_ social network links in opac detail pages
9871
9872 Values:
9873
9874 -  Disable
9875
9876 -  Enable
9877
9878    |image102|
9879
9880 Description:
9881
9882 -  This preference will enable a line of social network share buttons
9883    below the right hand column on the detail pages of records in the
9884    OPAC.
9885
9886     **Important**
9887
9888     In order for these share buttons to work when clicked you must have
9889     filled in your :ref:`OPACBaseURL` preference.
9890
9891 .. _suggestion-label:
9892
9893 suggestion
9894 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9895
9896 Default: Allow
9897
9898 Asks: \_\_\_ patrons to make purchase suggestions on the OPAC.
9899
9900 Values:
9901
9902 -  Allow
9903
9904    -  :ref:`opacuserlogin` needs to be set to 'allow'
9905       unless :ref:`AnonSuggestions` is set to 'allow'
9906
9907 -  Don't allow
9908
9909 .. _payments-label:
9910
9911 Payments
9912 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9913
9914 These preferences will allow you control the tools you use to accept
9915 online payments from your patrons via the OPAC.
9916
9917 .. _enablepaypalopacpayments-&-paypalsandboxmode-label:
9918
9919 EnablePayPalOpacPayments & PayPalSandboxMode
9920 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9921
9922 EnablePayPalOpacPayments Default: Don't all
9923
9924 PayPalSandboxMode Default: Sandbox
9925
9926 Asks: \_\_\_ patrons to make payments from the OPAC via PayPal in \_\_\_
9927 mode.
9928
9929 EnablePayPalOpacPayments values:
9930
9931 -  Allow
9932
9933 -  Don't allow
9934
9935 PayPalSandboxMode values:
9936
9937 -  Production
9938
9939    -  Visit https://developer.paypal.com/ to get information for
9940       accepting payments in production
9941
9942 -  Sandbox
9943
9944    -  Visit https://developer.paypal.com/developer/accounts/ to get
9945       information for your sandbox account
9946
9947 Description:
9948
9949 -  This preference will allow you to accept credit card payments via the
9950    OPAC for fines via PayPal. You will need to set up your PayPal
9951    account and it is recommended that you run tests before using this in
9952    production.
9953
9954     **Important**
9955
9956     PayPayl's terms of service state that you cannot charge your patrons
9957     for the processing fees and so this plugin will not add additional
9958     fees to the charges.
9959
9960 .. _paypalchargedescription-label:
9961
9962 PayPalChargeDescription
9963 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9964
9965 Default: Koha fee payment
9966
9967 Asks: The patron should see the charge description as \_\_\_
9968
9969 Description
9970
9971 -  This preference controls what the patron will see on their PayPal
9972    account/Bank account for this charge.
9973
9974 .. _paypalpwd-label:
9975
9976 PayPalPwd
9977 ^^^^^^^^^^^^^^^^^^^^^^^^^^
9978
9979 Asks: The password for the PayPal account to receive payments is \_\_\_
9980
9981 .. _paypalsignature-label:
9982
9983 PayPalSignature
9984 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9985
9986 Asks: The signature for the PayPal account to receive payments is \_\_\_
9987
9988 .. _paypaluser-label:
9989
9990 PayPalUser
9991 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9992
9993 Asks: The email address to receive PayPal payments is \_\_\_
9994
9995 .. _policy-label:
9996
9997 Policy
9998 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9999
10000 .. _allowpurchasesuggestionbranchchoice-label:
10001
10002 AllowPurchaseSuggestionBranchChoice
10003 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10004
10005 Default: Don't allow
10006
10007 Asks: \_\_\_ patrons to select branch when making a purchase suggestion
10008
10009 Values:
10010
10011 -  Allow
10012
10013 -  Don't allow
10014
10015 Description:
10016
10017 -  If your library system lets patrons make purchase suggestions for a
10018    specific branch you can set this preference to 'Allow' to add a
10019    branch selection option to the purchase suggestion form.
10020
10021 .. _blockexpiredpatronopacactions-label:
10022
10023 BlockExpiredPatronOpacActions
10024 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10025
10026 Default: Don't block
10027
10028 Asks: \_\_\_ expired patrons from OPAC actions such as placing a hold or
10029 renewing.
10030
10031 Values:
10032
10033 -  Block
10034
10035 -  Don't block
10036
10037 Description:
10038
10039 -  This preference lets you set a default value for how Koha handles
10040    permissions for patrons who are expired. This preference can be
10041    overwritten by the setting on :ref:`individual patron
10042    categories <patron-categories-label>`.
10043
10044 .. _maxopensuggestions-label:
10045
10046 MaxOpenSuggestions
10047 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10048
10049 Default: blank
10050
10051 Asks: Limit patrons to \_\_\_ open suggestions. Leave empty for no limit.
10052
10053     **Note**
10054
10055     This setting does not affect anonymous suggestions.
10056
10057 .. _opacallowpubliclistcreation-label:
10058
10059 OpacAllowPublicListCreation
10060 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10061
10062 Default: Allow
10063
10064 Asks: \_\_\_ opac users to create public lists.
10065
10066 Values:
10067
10068 -  Allow
10069
10070 -  Don't allow
10071
10072 Description:
10073
10074 -  Public lists are visible to anyone who visits your OPAC. With this
10075    preference you can control whether or now patrons are allowed to
10076    create these public lists. If this is set to "Don't allow" then only
10077    staff will be able to create public lists.
10078
10079     **Important**
10080
10081     This preference will only be taken in to account if you have
10082     :ref:`virtualshelves` set to 'Allow'
10083
10084 .. _opacallowsharingprivatelists-label:
10085
10086 OpacAllowSharingPrivateLists
10087 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10088
10089 Default: Don't allow
10090
10091 Asks: \_\_\_ opac users to share private lists with other patrons.
10092
10093 Values:
10094
10095 -  Allow
10096
10097 -  Don't allow
10098
10099 Description:
10100
10101 -  This feature will add the option for patrons to share their lists
10102    with other patrons. When this is set to 'Allow' patrons will see a
10103    share link at the top of their list. When they click that link it
10104    will ask for the email of the patron they would like to share with.
10105    Koha will then email the patron an invitation to see the list.
10106
10107 .. _opacfinenorenewals-label:
10108
10109 OPACFineNoRenewals
10110 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10111
10112 Default: 99999
10113
10114 Asks: Only allow patrons to renew their own books on the OPAC if they
10115 have less than \_\_\_ USD in fines
10116
10117     **Note**
10118
10119     Leave this field blank to disable
10120
10121     **Important**
10122
10123     To allow renewals in the OPAC, :ref:`opacuserlogin`
10124     needs to be set to 'allow'
10125
10126 .. _opachiddenitems-label:
10127
10128 OpacHiddenItems
10129 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10130
10131 Asks: Allows to define custom rules for hiding specific items at opac.
10132
10133     **Note**
10134
10135     See docs/opac/OpacHiddenItems.txt in your Koha install directory for
10136     more information
10137
10138 Description:
10139
10140 -  In this field you can enter criteria for items you would like to hide
10141    from display in the OPAC. This field takes any combination of item
10142    fields (from the items table in the Koha database) for blocking. For
10143    example a value of:
10144
10145    ::
10146
10147        itype: [07, 10]
10148        location: [STAFF, ISO]
10149
10150    Will block items with an itype code of 07 or 10 as well as items that
10151    have a shelving location of STAFF or ISO.
10152
10153    In items my items.itype 07 is defined in Item Types Administration as
10154    Staff Assigned My items.itype 10 in Item Types is Archival Copy The
10155    locations STAFF and ISO are in Authorized Values for category=LOC
10156    STAFF means it's assigned to the staff reading room and ISO means it
10157    is in the isolation room.
10158
10159 .. _opacrenewalallowed-label:
10160
10161 OpacRenewalAllowed
10162 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10163
10164 Default: Don't allow
10165
10166 Asks: \_\_\_ patrons to renew their own books on the OPAC.
10167
10168 Values:
10169
10170 -  Allow
10171
10172    -  :ref:`opacuserlogin` needs to be set to 'allow'
10173
10174 -  Don't allow
10175
10176    -  Staff will still be able to renew items for patrons via the staff
10177       client
10178
10179 Description:
10180
10181 -  This preference allows the administration to choose if patrons can
10182    renew their checked out materials via their checked out history in
10183    the OPAC. It allows patrons to renew their materials without having
10184    to contact the library or having to return to the library.
10185
10186 .. _opacrenewalbranch-label:
10187
10188 OpacRenewalBranch
10189 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10190
10191 Default: the branch the item was checked out from
10192
10193 Asks: Use \_\_\_ as branchcode to store in the statistics table
10194
10195 Values:
10196
10197 -  NULL
10198
10199 -  'OPACRenew'
10200
10201 -  the item's home branch
10202
10203 -  the patron's home branch
10204
10205 -  the branch the item was checked out from
10206
10207 Description:
10208
10209 -  This value is used in the statistics table to help with reporting.
10210    The statistics table in Koha keeps track of all checkouts and
10211    renewals, this preference defines which branch is entered in to the
10212    table when a patron renews an item for themselves via the OPAC.
10213
10214 .. _opacsuggestionmandatoryfields-label:
10215
10216 OPACSuggestionMandatoryFields
10217 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10218
10219 Default: blank
10220
10221 Asks: Fields that should be mandatory for patron purchase suggestions:
10222 \_\_\_ Note: if none of the above options are selected, 'Title' field
10223 would be mandatory anyway, by default.
10224
10225 Values:
10226
10227 -  [Select all]
10228
10229 -  Author
10230
10231 -  Collection title
10232
10233 -  Copyright or publication date
10234
10235 -  ISBN, ISSN or other standard number
10236
10237 -  Item type
10238
10239 -  Library or branch
10240
10241 -  Note
10242
10243 -  Patron reason
10244
10245 -  Publication place
10246
10247 -  Publisher name
10248
10249 -  Title
10250
10251 .. _opacviewotherssuggestions-label:
10252
10253 OPACViewOthersSuggestions
10254 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10255
10256 Default: Don't show
10257
10258 Asks: \_\_\_ purchase suggestions from other patrons on the OPAC.
10259
10260 Values:
10261
10262 -  Don't show
10263
10264 -  Show
10265
10266    -  :ref:`opacuserlogin` needs to be set to 'allow'
10267
10268 .. _searchmylibraryfirst-label:
10269
10270 SearchMyLibraryFirst
10271 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10272
10273 Default: Don't limit
10274
10275 Asks: \_\_\_ patrons' searches to the library they are registered at.
10276
10277 Values:
10278
10279 -  Don't limit
10280
10281    -  Searching the OPAC will show results from all libraries
10282
10283    -  If you're a one branch system, choose 'Don't limit'
10284
10285 -  Limit
10286
10287    -  Patrons will still be able to search other libraries via the
10288       Advanced search page - but will be limited to searches for their
10289       library only from the basic search box
10290
10291    -  :ref:`opacuserlogin` needs to be set to 'allow'
10292
10293 .. _privacy-label:
10294
10295 Privacy
10296 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10297
10298 .. _allowpatrontosetcheckoutsvisibilityforguarantor-label:
10299
10300 AllowPatronToSetCheckoutsVisibilityForGuarantor
10301 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10302
10303 Default: Don't allow
10304
10305 Asks: \_\_\_ patrons to choose their own privacy settings for showing
10306 the patron's checkouts to the patron's guarantor".
10307
10308 Values:
10309
10310 -  Allow
10311
10312 -  Don't allow
10313
10314 Description:
10315
10316 -  By default staff can see checkouts to family members via the staff
10317    client. This preference will allow guarantees (children) to grant
10318    permission to guarantors (guardians) to view their current checkouts
10319    via the public catalog. This preference requires that you allow
10320    patrons to se their own privacy with the
10321    :ref:`OPACPrivacy` preference.
10322
10323 .. _anonsuggestions-label:
10324
10325 AnonSuggestions
10326 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10327
10328 Default: Don't allow
10329
10330 Asks: \_\_\_ patrons that aren't logged in to make purchase suggestions.
10331
10332     **Important**
10333
10334     If set to 'Allow', suggestions are connected to the
10335     :ref:`AnonymousPatron`
10336
10337 Values:
10338
10339 -  Allow
10340
10341 -  Don't allow
10342
10343 .. _anonymouspatron-label:
10344
10345 AnonymousPatron
10346 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10347
10348 Default: 0
10349
10350 Asks: Use borrowernumber \_\_\_ as the Anonymous Patron (for anonymous
10351 suggestions and reading history)
10352
10353     **Note**
10354
10355     Before setting this preference :ref:`create a patron <add-a-new-patron-label>`
10356     to be used for all anonymous suggestions and/or reading history
10357     items. This patron can be any type and should be named something to
10358     make it clear to you that they're anonymous (ex. Anonymous Patron).
10359
10360     **Important**
10361
10362     Remember to use the borrowernumber note the patron's cardnumber for
10363     this value. The borrowernumber can be found on the patron record
10364     under 'Library use' on the right.
10365
10366     |image1196|
10367
10368 .. _enableopacsearchhistory-label:
10369
10370 EnableOpacSearchHistory
10371 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10372
10373 Default: Keep
10374
10375 Asks: \_\_\_ patron search history in the OPAC.
10376
10377 Values:
10378
10379 -  Don't keep
10380
10381 -  Keep
10382
10383 .. _opacprivacy-label:
10384
10385 OPACPrivacy
10386 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10387
10388 Default: Don't allow
10389
10390 Asks: \_\_\_ patrons to choose their own privacy settings for their
10391 reading history.
10392
10393     **Important**
10394
10395     This requires :ref:`opacreadinghistory` set to
10396     'Allow' and :ref:`AnonymousPatron` to be set to your
10397     anonymous patron's borrowernumber.
10398
10399 Values:
10400
10401 -  Allow
10402
10403 -  Don't allow
10404
10405 Description:
10406
10407 -  The default privacy setting for each patron category can be set in
10408    the :ref:`Patrons Categories <patron-categories-label>` area. If you set this
10409    preference to 'allow' then patrons can change that for themselves via
10410    the OPAC.
10411
10412     **Important**
10413
10414     If patron has chosen to have their reading history anonymized and
10415     you have :ref:`StoreLastBorrower` set to "Don't
10416     store" then as soon as the item is checked in the last borrower will
10417     be anonymized.
10418
10419 .. _opacreadinghistory-label:
10420
10421 opacreadinghistory
10422 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10423
10424 Default: Allow
10425
10426 Asks: \_\_\_ patrons to see what books they have checked out in the
10427 past.
10428
10429     **Important**
10430
10431     Enabling this will make it so that patrons can view their
10432     circulation history in the OPAC unless you have
10433     :ref:`OPACPrivacy` set to 'Allow.^
10434
10435     **Important**
10436
10437     This data is stored in the system regardless of your choice, unless
10438     your patrons have chosen to never have their reading history kept.
10439
10440 .. _storelastborrower-label:
10441
10442 StoreLastBorrower
10443 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10444
10445 Default: Don't store
10446
10447 Asks: \_\_\_ the last patron to return an item.
10448
10449 Values:
10450
10451 -  Don't store
10452
10453 -  Store
10454
10455 Description:
10456
10457 -  This preference allows you to store the last patron to borrow an item
10458    even if the patron has chosen to have their reading history
10459    anonymized.
10460
10461     **Note**
10462
10463     This setting is independent of
10464     :ref:`opacreadinghistory` and/or
10465     :ref:`AnonymousPatron`.
10466
10467 .. _trackclicks-label:
10468
10469 TrackClicks
10470 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10471
10472 Default: Don't track
10473
10474 Asks: \_\_\_ links that patrons click on.
10475
10476 Values:
10477
10478 -  Don't track
10479
10480 -  Track
10481
10482 -  Track anonymously
10483
10484 Description:
10485
10486 -  By setting this preference to one of the track options you will allow
10487    Koha to track every link clicked in Koha. This data will be stored in
10488    a database table so that you can run reports against that data. If
10489    you choose to 'Track' clicks then Koha will record both the link
10490    clicked and the logged in user who clicked the link. If you choose to
10491    'Track anonymously' then the borrowernumber will not be recorded, but
10492    the rest of the data will.
10493
10494        **Note**
10495
10496        Remember to update your local privacy policies and link to them
10497        from the OPAC to notify your users that you are tracking their
10498        information.
10499
10500 .. _restricted-page-label:
10501
10502 Restricted Page
10503 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10504
10505 Using the following preference you can create a page within your Koha
10506 system that is accessible by only specific IP addresses. This can be
10507 used to house links to databases that can only be accessed from with the
10508 library or other licensed content.
10509
10510 .. _restrictedpagecontent-label:
10511
10512 RestrictedPageContent
10513 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10514
10515 Asks: HTML content of your restricted page.
10516
10517 .. _restrictedpagelocalips-label:
10518
10519 RestrictedPageLocalIPs
10520 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10521
10522 Asks: Access from IP addresses beginning with \_\_\_ do not need to be
10523 authenticated
10524
10525 Description:
10526
10527 -  You can enter individual IPS as a comma separated list (ex:
10528    '127.0.0,127.0.1') or just the beginning of the IP range allowed (ex:
10529    '127.0.^)
10530
10531 .. _restrictedpagetitle-label:
10532
10533 RestrictedPageTitle
10534 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10535
10536 Asks: Use \_\_\_ as title of your restricted page
10537
10538 Description:
10539
10540 -  This title will appear in the breadcrumb and on the top of the
10541    restricted page.
10542
10543 .. _self-registration-label:
10544
10545 Self Registration
10546 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10547
10548 .. _patronselfmodificationborrowerunwantedfield-label:
10549
10550 PatronSelfModificationBorrowerUnwantedField
10551 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10552
10553 Default: password
10554
10555 Asks: The following `database
10556 columns <http://schema.koha-community.org/tables/borrowers.html>`__ will
10557 not appear on the patron self-modification screen: \_\_\_
10558
10559 Description:
10560
10561 -  This preference allows you to define what fields patrons can edit if
10562    you're allowing them to update their personal information via the
10563    public catalog with the :ref:`OPACPatronDetails`
10564    preference.
10565
10566     **Important**
10567
10568     Separate columns with \|
10569
10570 .. _patronselfregistration-label:
10571
10572 PatronSelfRegistration
10573 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10574
10575 Default: Don't allow
10576
10577 Asks: \_\_\_ library patrons to register an account via the OPAC.
10578
10579 Values:
10580
10581 -  Allow
10582
10583 -  Don't allow
10584
10585 Description:
10586
10587 -  Setting this preference to 'Allow' will provide a link on the OPAC to
10588    register for a new account. Using the other :ref:`Self
10589    Registration <self-registration-label>` system preferences you
10590    can control how this preference will function.
10591
10592    |image103|
10593
10594     **Important**
10595
10596     Patrons registering via the OPAC will not need to be approved by a
10597     librarian. For this reason it is recommended that you set up a
10598     provisional :ref:`patron category <patron-categories-label>` with no :ref:`circulation
10599     rights <circulation-and-fine-rules-label>`. That way patrons will have to come in to
10600     the library to verify their identity before given circulation rights
10601     at the library. Once the patron confirms their identity the library
10602     staff can change the category to one with permissions to check items
10603     out and place holds.
10604
10605 .. _patronselfregistrationadditionalinstructions-label:
10606
10607 PatronSelfRegistrationAdditionalInstructions
10608 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10609
10610 Asks: Display the following additional instructions for patrons who self
10611 register via the OPAC ( HTML is allowed ):
10612
10613 Description:
10614
10615 -  This preference takes any HTML you'd like to display on the page the
10616    patron sees after successfully registering for their library card.
10617
10618 .. _patronselfregistrationborrowermandatoryfield-label:
10619
10620 PatronSelfRegistrationBorrowerMandatoryField
10621 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10622
10623 Default: surname\|firstname
10624
10625 Asks: The following database columns must be filled in on the patron
10626 entry screen: \_\_\_
10627
10628 Description:
10629
10630 -  This preference allows you to define what fields patrons must fill in
10631    on their self registration form. If any of the required fields are
10632    blank Koha will not let the patron register.
10633
10634     **Important**
10635
10636     Separate columns with \|
10637
10638     **Note**
10639
10640     For help with field names, ask your system administrator or `view
10641     the database
10642     structure <http://schema.koha-community.org/tables/borrowers.html>`__
10643     associated with the borrowers table.
10644
10645     **Note**
10646
10647     If you're going to require that patrons verify their accounts via
10648     email with the
10649     :ref:`PatronSelfRegistrationVerifyByEmail`
10650     preference the email field will automatically be marked as required.
10651
10652 .. _patronselfregistrationborrowerunwantedfield-label:
10653
10654 PatronSelfRegistrationBorrowerUnwantedField
10655 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10656
10657 Default: password
10658
10659 Asks: The following database columns will not appear on the patron entry
10660 screen: \_\_\_
10661
10662 Description:
10663
10664 -  Using this preference you can hide fields from the patron registration
10665    and update form in the OPAC.
10666
10667     **Important**
10668
10669     Separate columns with \|
10670
10671     **Note**
10672
10673     For help with field names, ask your system administrator or `view
10674     the database
10675     structure <http://schema.koha-community.org/tables/borrowers.html>`__
10676     associated with the borrowers table.
10677
10678 .. _patronselfregistrationdefaultcategory-label:
10679
10680 PatronSelfRegistrationDefaultCategory
10681 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10682
10683 Asks: Use the patron category code \_\_\_ as the default patron category
10684 for patrons registered via the OPAC.
10685
10686 Description:
10687
10688 -  Enter in the patron category code for the category that all new
10689    patrons registered via the OPAC will be put in to.
10690
10691     **Important**
10692
10693     Patrons registering via the OPAC will not need to be approved by a
10694     librarian. For this reason it is recommended that you set up a
10695     provisional :ref:`patron category <patron-categories-label>` with no :ref:`circulation
10696     rights <circulation-and-fine-rules-label>`. That way patrons will have to come in to
10697     the library to verify their identity before given circulation rights
10698     at the library. Once the patron confirms their identiy the library
10699     staff can change the category to one with permissions to check items
10700     out and place holds.
10701
10702     **Important**
10703
10704     If you leave this blank or enter in an invalid code your patrons
10705     will still be able to register but will not be given a username.
10706     There will be no errors on the page to explain this, so be sure to
10707     enter a valid patron category code.
10708
10709 .. _patronselfregistrationemailmustbeunique-label:
10710
10711 PatronSelfRegistrationEmailMustBeUnique
10712 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10713
10714 Default: Do not consider
10715
10716 Asks: \_\_\_ patron's email (borrowers.email) as unique on self registering.
10717 An email won't be accepted if it already exists in the database.
10718
10719 Values:
10720
10721 -  Do not consider
10722
10723 -  Consider
10724
10725 .. _patronselfregistrationexpiretemporaryaccountsdelay-label:
10726
10727 PatronSelfRegistrationExpireTemporaryAccountsDelay
10728 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10729
10730 Default: 0
10731
10732 Asks: Delete patrons registered via the OPAC, but not yet verified after
10733 \_\_\_ days.
10734
10735 Description:
10736
10737 -  This preference links to the :ref:`delete\_expired\_opac\_registrations.pl
10738    cron job <unverified-registrations-label>`. If that cron is set to
10739    run nightly it will clean up any registrations that have not been
10740    verified via email in the number of days entered on this preference.
10741    This is dependent on
10742    :ref:`PatronSelfRegistrationVerifyByEmail`
10743    preference.
10744
10745 .. _patronselfregistrationlibrarylist-label:
10746
10747 PatronSelfRegistrationLibraryList
10748 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10749
10750 Default: blank
10751
10752 Asks: Enable the self registration for the following libraries: \_\_\_
10753 (separate branchcode with \|). If empty, all libraries will be listed.
10754
10755 .. _patronselfregistrationprefillform-label:
10756
10757 PatronSelfRegistrationPrefillForm
10758 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10759
10760 Default: Display and prefill
10761
10762 Asks: \_\_\_ password and login form after a patron has self registered.
10763
10764 Values:
10765
10766 -  Do not display and prefill
10767
10768 -  Display and prefill
10769
10770 .. _patronselfregistrationverifybyemail-label:
10771
10772 PatronSelfRegistrationVerifyByEmail
10773 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10774
10775 Default: Don't require
10776
10777 Asks: \_\_\_ that a self-registering patron verify his or herself via
10778 email.
10779
10780 Values:
10781
10782 -  Don't require
10783
10784 -  Require
10785
10786 Description:
10787
10788 -  If you require patrons to verify their accounts via email they will
10789    not be able to log in to the OPAC until they acknowledge the email
10790    sent by Koha. If you don't require this then patrons will be able to
10791    log in as soon as they fill in the registration form. You can set the
10792    :ref:`PatronSelfRegistrationExpireTemporaryAccountsDelay`
10793    preference to delete the un-verified self registrations after a
10794    certain number of days.
10795
10796     **Note**
10797
10798     If you're going to require that patrons verify their accounts via
10799     email then the email field will automatically be marked as required.
10800
10801 .. _shelf-browser-label:
10802
10803 Shelf Browser
10804 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10805
10806 .. _opacshelfbrowser-label:
10807
10808 OPACShelfBrowser
10809 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10810
10811 Default: Show
10812
10813 Asks: \_\_\_ a shelf browser on item details pages, allowing patrons to
10814 see what's near that item on the shelf.
10815
10816 Values:
10817
10818 -  Don't show
10819
10820 -  Show
10821
10822    |image104|
10823
10824 Description:
10825
10826 -  This preference allows patrons to view what is located on the shelf
10827    near the item they looked up. The shelf browser option appears on the
10828    details page to the right of each items' call number. Clicking the
10829    'Browse Shelf' link allows for a virtual shelf browsing experience
10830    via the OPAC and lets patrons see other books that may relate to
10831    their search and items that sit on the shelf near the item they are
10832    looking at.
10833
10834     **Important**
10835
10836     This uses up a fairly large amount of resources on your server, and
10837     should be avoided if your collection has a large number of items.
10838
10839 .. _shelfbrowserusesccode-label:
10840
10841 ShelfBrowserUsesCcode
10842 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10843
10844 Default: Don't use
10845
10846 Asks: \_\_\_ the item collection code when finding items for the shelf
10847 browser.
10848
10849 Values:
10850
10851 -  Don't use
10852
10853 -  Use
10854
10855 Description:
10856
10857 -  If your library uses collection codes then you might want the shelf
10858    browser to take into consideration what collection the books belong
10859    to when populating the virtual shelf browser.
10860
10861 .. _shelfbrowseruseshomebranch-label:
10862
10863 ShelfBrowserUsesHomeBranch
10864 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10865
10866 Default: Use
10867
10868 Asks: \_\_\_ the item home branch when finding items for the shelf
10869 browser.
10870
10871 Values:
10872
10873 -  Don't use
10874
10875 -  Use
10876
10877 Description:
10878
10879 -  If you have a multiple branch system you may want to make sure that
10880    Koha takes into consideration what branch owns the books when
10881    populating the virtual shelf browser for accuracy.
10882
10883 .. _shelfbrowseruseslocation-label:
10884
10885 ShelfBrowserUsesLocation
10886 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10887
10888 Default: Use
10889
10890 Asks: \_\_\_ the item location when finding items for the shelf browser.
10891
10892 Values:
10893
10894 -  Don't use
10895
10896 -  Use
10897
10898 Description:
10899
10900 -  If your library uses shelving locations then you might want the shelf
10901    browser to take into consideration what shelving location the books
10902    belong to when populating the virtual shelf browser.
10903
10904 .. _patrons-label:
10905
10906 Patrons
10907 --------------------------
10908
10909 *Get there:* More > Administration > Global System Preferences > Patrons
10910
10911 .. _patronsgeneral-label:
10912
10913 General
10914 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10915
10916 .. _allowstafftosetcheckoutsvisibilityforguarantor-label:
10917
10918 AllowStaffToSetCheckoutsVisibilityForGuarantor
10919 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10920
10921 Default: Don't allow
10922
10923 Asks: \_\_\_ staff to set the ability for a patron's checkouts to be
10924 viewed by linked patrons in the OPAC.
10925
10926 Values:
10927
10928 -  Don't allow
10929
10930 -  Allow
10931
10932 .. _autoemailopacuser-label:
10933
10934 AutoEmailOpacUser
10935 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10936
10937 Default: Don't send
10938
10939 Asks: \_\_\_ an email to newly created patrons with their account
10940 details.
10941
10942 Description:
10943
10944 -  AutoEmailOpacUser allows library users to be notified by email of
10945    their account details when a new account is opened at the email
10946    address specified in the
10947    :ref:`AutoEmailPrimaryAddress` preference.
10948    The email contains the username and password given to or chosen by
10949    the patron when signing up for their account and can be customized by
10950    editing the `ACCTDETAILS <#ACCTDETAILS>`__ notice.
10951
10952 Values:
10953
10954 -  Don't send
10955
10956 -  Send
10957
10958 .. _autoemailprimaryaddress-label:
10959
10960 AutoEmailPrimaryAddress
10961 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10962
10963 Default: alternate
10964
10965 Asks: Use \_\_\_ patron email address for sending out emails.
10966
10967 Values:
10968
10969 -  alternate
10970
10971 -  first valid
10972
10973 -  home
10974
10975 -  work
10976
10977 Description:
10978
10979 -  If you choose 'first valid' as the value for AutoEmailPrimaryAddress
10980    the system will check the email fields in this order: home, work,
10981    then alternate. Otherwise the system will use the email address you
10982    specify.
10983
10984 .. _automembernum-label:
10985
10986 autoMemberNum
10987 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10988
10989 Default: Do
10990
10991 Asks: \_\_\_ default the card number field on the patron addition screen
10992 to the next available card number
10993
10994 Values:
10995
10996 -  Do
10997
10998    -  If the largest currently used card number is 26345000012941, then
10999       this field will default to 26345000012942 for the next patron
11000
11001 -  Don't
11002
11003 Description:
11004
11005 -  This preference determines if the patron's barcode is automatically
11006    calculated. This prevents the person setting up the library card
11007    account from having to assign a number to the new card. If set to
11008    'Do' the system will calculate a new patron barcode by adding 1 to
11009    the maximum barcode already present in the database.
11010
11011 .. _borrowermandatoryfield-label:
11012
11013 BorrowerMandatoryField
11014 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11015
11016 Default: surname\|cardnumber\|barcode
11017
11018 Asks: The following database columns must be filled in on the patron
11019 entry screen: \_\_\_
11020
11021 Description:
11022
11023 -  This preference enables the system administrator to choose which
11024    fields your library would like required for patron accounts. Enter
11025    field names separated by \| (bar). This ensures that basic
11026    information is included in each patron record. If a patron leaves one
11027    of the required fields blank an error message will issue and the
11028    account will not be created.
11029
11030     **Important**
11031
11032     Separate columns with \|
11033
11034     **Note**
11035
11036     For help with field names, ask your system administrator or `view
11037     the database
11038     structure <http://schema.koha-community.org/tables/borrowers.html>`__
11039     associated with the borrowers table.
11040     
11041     **Note**
11042     
11043     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
11044     (or both) is set, a button labeled "Quick add new patron" will be displayed
11045     in the "Patrons" toolbar.
11046
11047     **Note**
11048
11049     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
11050     (or both) is set, a button labeled "Quick add new patron" will be displayed
11051     in the "Patrons" toolbar.
11052
11053 .. _borrowerrelationship-label:
11054
11055 borrowerRelationship
11056 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11057
11058 Default: father\|mother
11059
11060 Asks: Guarantors can be the following of those they guarantee \_\_\_
11061
11062 Description:
11063
11064 -  This preference enables the system administrator to define valid
11065    relationships between a guarantor (usually a parent) & a guarantee
11066    (usually a child). Defining values for this field does not make the
11067    guarantor field required when adding a guarantee type patron. This
11068    preference creates a drop down list identifying the relationship of
11069    the guarantor to the guarantee. To disable the ability to add
11070    children types in Koha you can leave this field blank.
11071
11072     **Important**
11073
11074     Input multiple choices separated by \|
11075
11076 .. _borrowerrenewalperiodbase-label:
11077
11078 BorrowerRenewalPeriodBase
11079 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11080
11081 Default: current date
11082
11083 Asks: When renewing borrowers, base the new expiry date on \_\_\_
11084
11085 Values:
11086
11087 -  current date.
11088
11089 -  current membership expiry date.
11090
11091 Description:
11092
11093 -  This preference controls what the patron's new expiration date will
11094    be when you renew their card. Using the 'current date' will add the
11095    subscription period to today's date when calculating the new
11096    expiration date. Using 'current membership expiry date' will add the
11097    subscription period to the old expiration date for the patron when
11098    renewing their account.
11099
11100 .. _borrowerstitles-label:
11101
11102 BorrowersTitles
11103 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11104
11105 Default: Mr\|Mrs\|Miss\|Ms
11106
11107 Asks: Borrowers can have the following titles \_\_\_
11108
11109 Description:
11110
11111 -  This preference allows the staff to choose the titles that can be
11112    assigned to patrons. The choices present as a drop down list when
11113    creating a patron record.
11114
11115     **Important**
11116
11117     Input multiple choices separated by \|
11118
11119 .. _borrowerunwantedfield-label:
11120
11121 BorrowerUnwantedField
11122 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11123
11124 Asks: The following database columns will not appear on the patron entry
11125 screen: \_\_\_
11126
11127 Description:
11128
11129 -  This preference enables the system administrator to choose which
11130    fields your library doesn't need to see on the patron entry form.
11131    Enter field names separated by \| (bar).
11132
11133     **Important**
11134
11135     Separate columns with \|
11136
11137     **Note**
11138
11139     For help with field names, ask your system administrator or `view
11140     the database
11141     structure <http://schema.koha-community.org/tables/borrowers.html>`__
11142     associated with the borrowers table.
11143
11144 .. _cardnumberlength-label:
11145
11146 CardnumberLength
11147 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11148
11149 Asks: Card numbers for patrons must be \_\_\_ characters long.
11150
11151 Description:
11152
11153 -  The length can be a single number to specify an exact length, a range
11154    separated by a comma (i.e., 'Min,Max'), or a maximum with no minimum
11155    (i.e., ^,Max'). If 'cardnumber' is included in the
11156    :ref:`BorrowerMandatoryField` list, the
11157    minimum length, if not specified here, defaults to one.
11158
11159 .. _checkdigit-label:
11160
11161 checkdigit
11162 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11163
11164 Default: Don't
11165
11166 Asks: \_\_\_ check and construct borrower card numbers in the Katipo
11167 style.
11168
11169 Values:
11170
11171 -  Do
11172
11173 -  Don't
11174
11175     **Important**
11176
11177     This overrides :ref:`autoMemberNum` if on.
11178
11179 .. _checkprevcheckout-label:
11180
11181 CheckPrevCheckout
11182 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11183
11184 Default: Do not
11185
11186 Asks: \_\_\_ check borrower checkout history to see if the current item has been checked out before.
11187
11188 Values:
11189
11190 -  Do
11191
11192 -  Do not
11193
11194 -  Unless overridden, do
11195
11196 -  Unless overridden, do not
11197
11198 Description:
11199
11200 When the value of this system preference is set to 'do', Koha will look at the
11201 patron's circulation history to see if they have checked this item out before.
11202 An alert will show up on the screen indicating that patron has indeed checked
11203 this item out.  Staff will be prompted to allow the checkout to occur.
11204 If the vaulue is set to 'don't', Koha will not check the patron's circulation
11205 history. When the value is set to 'Unless overridden, do', this will check the
11206 patron's circulation history even if there are fines, fees, and/or holds on the
11207 patron's account.  Lastly, if the value is set to 'Unless overridden, don't',
11208 Koha will not check circulation history regardless of fines, fees, and/or holds.
11209
11210      **Note**
11211
11212 This system preference will not work for patrons that have chosen to anonymize
11213 their reading history.
11214
11215 .. _defaultpatronsearchfields-label:
11216
11217 DefaultPatronSearchFields
11218 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11219
11220 Default: surname,firstname,othernames,cardnumber,userid
11221
11222 Asks: \_\_\_ Comma separated list defining the default fields to be used during a patron search
11223
11224     **Important** possible values can be found in the borrowers table of Koha's schema
11225     located at http://schema.koha-community.org/
11226
11227 .. _enableborrowerfiles-label:
11228
11229 EnableBorrowerFiles
11230 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11231
11232 Default: Don't
11233
11234 Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
11235 a borrower record.
11236
11237 Values:
11238
11239 -  Do
11240
11241 -  Don't
11242
11243 Description:
11244
11245 -  When enabled this will add a 'Files' tab to the left of the patron
11246    detail page where you can view and upload files to the patron record.
11247
11248 .. _enhancedmessagingpreferences-label:
11249
11250 EnhancedMessagingPreferences
11251 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11252
11253 Default: Allow
11254
11255 Asks: \_\_\_ staff to manage which notices patrons will receive and when
11256 they will receive them.
11257
11258 Values:
11259
11260 -  Allow
11261
11262 -  Don't allow
11263
11264     **Important**
11265
11266     This only applies to certain kinds of notices, overdue notices will
11267     be sent based on the library's rules, not the patron's choice.
11268
11269     **Note**
11270
11271     To manage if patrons have also access to these settings, use
11272     :ref:`EnhancedMessagingPreferencesOPAC`.
11273
11274 Description:
11275
11276 -  These messages are in addition to the overdue notices that the
11277    library sends. The difference between these notices and overdues is
11278    that the patron can opt-in and out of these. Setting this preference
11279    to 'Allow' will allow staff to choose for patrons to receive any one
11280    of the following messages:
11281
11282    -  Item Checkout : A notice that lists all the of the items the
11283       patron has just checked out and/or renewed, this is an electronic
11284       form of the checkout receipt
11285
11286    -  Item Due : A notice on the day and item is due back at the library
11287
11288    -  Hold Filled : A notice when you have confirmed the hold is waiting
11289       for the patron
11290
11291    -  Item Checkin : A notice that lists all the of the items the patron
11292       has just checked in
11293
11294    -  Advanced Notice : A notice in advance of the patron's items being
11295       due (Staff can choose the number of days in advance)
11296
11297 .. _enhancedmessagingpreferencesopac-label:
11298
11299 EnhancedMessagingPreferencesOPAC
11300 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11301
11302 Default: Show
11303
11304 Asks: \_\_\_ patron messaging setting on the OPAC
11305
11306 Values:
11307
11308 -  Don't show
11309
11310 -  Show
11311
11312     **Important**
11313
11314     :ref:`EnhancedMessagingPreferences`
11315     must be enabled for messaging options to show in the OPAC
11316
11317 Description:
11318
11319 -  These messages are in addition to the overdue notices that the
11320    library sends. The difference between these notices and overdues is
11321    that the patron can opt-in and out of these. Setting this preference
11322    to 'Allow' will allow patrons to choose to receive any one of the
11323    following messages:
11324
11325    -  Item Checkout : A notice that lists all the of the items the
11326       patron has just checked out and/or renewed, this is an electronic
11327       form of the checkout receipt
11328
11329    -  Item Due : A notice on the day and item is due back at the library
11330
11331    -  Hold Filled : A notice when you have confirmed the hold is waiting
11332       for the patron
11333
11334    -  Item Checkin : A notice that lists all the of the items the patron
11335       has just checked in
11336
11337    -  Advanced Notice : A notice in advance of the patron's items being
11338       due (The patron can choose the number of days in advance)
11339
11340 .. _extendedpatronattributes-label:
11341
11342 ExtendedPatronAttributes
11343 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11344
11345 Default: Enable
11346
11347 Asks: \_\_\_ searching, editing and display of custom attributes on
11348 patrons.
11349
11350 Values:
11351
11352 -  Don't enable
11353
11354 -  Enable
11355
11356    -  Define attributes in Koha administration
11357
11358    -  Get there: More > Administration > :ref:`Patron Attribute
11359       Types <patron-attribute-types-label>`
11360
11361 Description:
11362
11363 -  Patron attributes are library-defined custom fields that can be
11364    applied to patron records.
11365
11366     **Note**
11367
11368     Use custom attributes for fields that the default patron record does
11369     not support such as driver's license number or student ID number.
11370
11371 .. _feeonchangepatroncategory-label:
11372
11373 FeeOnChangePatronCategory
11374 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11375
11376 Default: Do
11377
11378 Asks: \_\_\_ charge a fee when a patron changes to a category with an
11379 enrollment fee.
11380
11381 Values:
11382
11383 -  Do
11384
11385 -  Don't
11386
11387 .. _intranetreadinghistory-label:
11388
11389 intranetreadinghistory
11390 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11391
11392 Default: Allow
11393
11394 Asks: \_\_\_ staff to access a patron's checkout history.
11395
11396     **Important**
11397
11398     If you have the :ref:`OPACPrivacy` preference set to
11399     'Allow' and the patron has decided to not have their history kept
11400     staff will only see currently checked out items.
11401
11402 Values:
11403
11404 -  Allow
11405
11406 -  Don't allow
11407
11408     **Important**
11409
11410     Reading history is still stored, regardless of staff being allowed
11411     access or not unless the patron has chosen to have their history
11412     anonymized via their :ref:`privacy page <my-privacy-label>`.
11413
11414 .. _maxfine-label:
11415
11416 MaxFine
11417 ^^^^^^^^^^^^^^^^^^^^^^
11418
11419 Default: 9999
11420
11421 Asks: The late fine for all checkouts will only go up to \_\_\_ USD.
11422
11423 Description:
11424
11425 -  This preference controls the default cap on fines accrued by the
11426    patron. Leaving this preference blank means that there is no cap on
11427    the amount of fines a patron can accrue. If you'd like, single item
11428    caps can be specified in the :ref:`circulation rules
11429    matrix <circulation-and-fine-rules-label>`.
11430
11431 .. _membershipexpirydaysnotice-label:
11432
11433 MembershipExpiryDaysNotice
11434 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11435
11436 Asks: Send an account expiration notice when a patron's card will expire
11437 in \_\_\_ days.
11438
11439 Description:
11440
11441 -  If you would like to notify patrons that their accounts are about to
11442    expire then you can enter a number of days before expiration in this
11443    preference. The notice text can be customized in the :ref:`Notices &
11444    Slips <notices-&-slips-label>` tool.
11445
11446     **Important**
11447
11448     You will need to enable the :ref:`membership expiry cron
11449     job <notify-patrons-of-expiration-label>` for this notice to send.
11450
11451 .. _minpasswordlength-label:
11452
11453 minPasswordLength
11454 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11455
11456 Default: 3
11457
11458 Asks: Login passwords for staff and patrons must be at least \_\_\_
11459 characters long.
11460
11461     **Important**
11462
11463     This applies to both the staff login and the patron OPAC login.
11464
11465 .. _notifyborrowerdeparture-label:
11466
11467 NotifyBorrowerDeparture
11468 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11469
11470 Default: 30
11471
11472 Asks: Show a notice that a patron is about to expire \_\_\_ days
11473 beforehand.
11474
11475 Description:
11476
11477 -  When the patron attempts to check out materials, a warning will
11478    appear in the check out window of the Staff Client telling the
11479    librarian that the patrons account is about to expire.
11480
11481     **Important**
11482
11483     This notice will appear on the patron's record in the staff client.
11484
11485 .. _patronimages-label:
11486
11487 patronimages
11488 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11489
11490 Default: Allow
11491
11492 Asks: \_\_\_ images to be uploaded and shown for patrons on the staff
11493 client.
11494
11495 Values:
11496
11497 -  Allow
11498
11499 -  Don't allow
11500
11501 Description:
11502
11503 -  If this preference is set to 'Allow' the staff will be able to upload
11504    images of patrons either :ref:`one by one <add-patron-images-label>` or :ref:`in
11505    bulk <upload-patron-images-label>`. Patrons images will show on the detail
11506    page to the left of the patron information. They can also show in the
11507    OPAC if you set the :ref:`OPACpatronimages` preference
11508    or in the self check out module if you set the
11509    :ref:`ShowPatronImageInWebBasedSelfCheck`
11510    preference.
11511
11512 .. _patronquickaddfields-label:
11513
11514 PatronQuickAddFields
11515 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11516
11517 Default: blank
11518
11519 Asks: \_\_\_ (separate columns with \|) add these fields to the patron
11520 quick add form when entering a new patron. Displays only mandatory fields
11521 and fields specified here. If applicable, the guarantor form will be shown
11522 as well, individual fields in that form will be ignored.
11523
11524     **Note**
11525     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
11526     (or both) is set, a button labeled "Quick add new patron" will be displayed
11527     in the "Patrons" toolbar.
11528
11529 .. _patronsperpage-label:
11530
11531 PatronsPerPage
11532 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11533
11534 Default: 20
11535
11536 Asks: By default, show \_\_\_ results per page in the staff client.
11537
11538 Description:
11539
11540 -  This preference will let you define how many patrons to show on
11541    patron search results pages.
11542
11543 .. _requirestrongpassword-label:
11544
11545 RequireStrongPassword
11546 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11547
11548 Default: Don't require
11549
11550 Asks: \_\_\_ a strong password for staff and patrons
11551
11552 Values:
11553
11554 -  Don't require
11555
11556 -  Require
11557
11558 Description:
11559
11560 -  If set to 'require' this system preference will require patron and staff passwords to contain at least one digit, one lowercase and one uppercase.
11561
11562 .. _smssenddriver,-smssendusername,-and-smssendpassword-label:
11563
11564 SMSSendDriver, SMSSendUsername, and SMSSendPassword
11565 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11566
11567 Asks: Use the SMS::Send:: \_\_\_ driver to send SMS messages. Define a
11568 username/login \_\_\_ and a password \_\_\_.
11569
11570     **Important**
11571
11572     Please refer to your national laws concerning the sending of bulk
11573     SMS messages before enabling this feature.
11574
11575 Description:
11576
11577 -  There are two options for using SMS in Koha. You can use the Email
11578    protocol for free by entering 'Email' as the SMSSendDriver or you can
11579    pay for a SMS driver. Some examples of values for the driver are:
11580
11581    -  SMS::Send::Us::Ipipi
11582
11583    -  SMS::Send::US::TMobile
11584
11585    -  SMS::Send::US::Verizon
11586
11587    -  SMS::Send::IN::Unicel
11588
11589    Additional values can be found here:
11590    http://search.cpan.org/search?query=sms%3A%3Asend&mode=all
11591
11592        **Important**
11593
11594        Only drivers available as Perl modules will work in this
11595        preference, so make sure a Perl module is available before
11596        choosing an SMS service.
11597
11598    Once a driver is entered in the preference an option will appear in
11599    the staff client and the OPAC on the patron messaging form to choose
11600    to receive messages as SMS
11601
11602    |image105|
11603
11604     **Important**
11605
11606     You must allow
11607     :ref:`EnhancedMessagingPreferences` for
11608     this to work.
11609
11610 .. _statisticsfields-label:
11611
11612 StatisticsFields
11613 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11614
11615 Default: location\|itype\|ccode
11616
11617 Asks: Show the following fields from the items database table as columns
11618 on the statistics tab on the patron record: \_\_\_
11619
11620 |image106|
11621
11622     **Important**
11623
11624     Enter the values separated by bars (\|)
11625
11626 Description:
11627
11628 -  This preference lets you set which fields will show on the patron
11629    record on the Statistics tab.
11630
11631 .. _talkingtechitivaphonenotification-label:
11632
11633 TalkingTechItivaPhoneNotification
11634 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11635
11636 Default: Disable
11637
11638 Asks: \_\_\_ patron phone notifications using Talking Tech i-tiva
11639 (overdues, predues and holds notices currently supported).
11640
11641 Values:
11642
11643 -  Disable
11644
11645 -  Enable
11646
11647 Description:
11648
11649 -  To learn more about setting up this third party product view the
11650    `Talking Tech Appendix <#talkingtechappendix>`__.
11651
11652     **Important**
11653
11654     Requires that you have
11655     :ref:`EnhancedMessagingPreferences` set
11656     to Allow to use.
11657
11658 .. _tracklastpatronactivity-label:
11659
11660 TrackLastPatronActivity
11661 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11662
11663 Default: Don't
11664
11665 Asks: \_\_\_ track last patron activity. Everytime a patron will connect,
11666 the borrowers.lastseen will be updated with the current time.
11667
11668 Values:
11669
11670 -  Don't
11671
11672 -  Do
11673
11674 .. _uppercasesurnames-label:
11675
11676 uppercasesurnames
11677 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11678
11679 Default: Don't
11680
11681 Asks: \_\_\_ store and display surnames (last names) in upper case.
11682
11683 Values:
11684
11685 -  Do
11686
11687 -  Don't
11688
11689 .. _usedischarge-label:
11690
11691 useDischarge
11692 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11693
11694 Default: Don't allow
11695
11696 Asks: \_\_\_ librarians to discharge borrowers and borrowers to request
11697 a discharge.
11698
11699 Values:
11700
11701 -  Allow
11702
11703 -  Don't allow
11704
11705 Description:
11706
11707 -  A discharge is a certificate that says the patron has no current
11708    checkouts, no holds and owe no money.
11709
11710        **Note**
11711
11712        In France a "quitus" ("discharge") is needed if you want to
11713        register for an account in a library or a university).
11714
11715        **Note**
11716
11717        Academic libraries often require that you have a clear record at
11718        the library before you can graduate.
11719
11720 .. _norwegian-patron-database-label:
11721
11722 Norwegian patron database
11723 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11724
11725 .. _failedloginattempts-label:
11726
11727 FailedLoginAttempts
11728 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11729
11730 Default: blank
11731
11732 Asks: Block a patron's account if it reaches \_\_\_ failed login attempts.
11733
11734 .. _norwegianpatrondbenable-&-norwegianpatrondbendpoint-label:
11735
11736 NorwegianPatronDBEnable & NorwegianPatronDBEndpoint
11737 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11738
11739 NorwegianPatronDBEnable Default: Disable
11740
11741 Asks: \_\_\_ the ability to communicate with the Norwegian national
11742 patron database via the \_\_\_ endpoint.
11743
11744 Values:
11745
11746 -  Disable
11747
11748 -  Enable
11749
11750 .. _norwegianpatrondbsearchnlafterlocalhit-label:
11751
11752 NorwegianPatronDBSearchNLAfterLocalHit
11753 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11754
11755 Default: Don't
11756
11757 Asks: \_\_\_ search the Norwegian national patron database after a local
11758 search result was found.
11759
11760 Values:
11761
11762 -  Do
11763
11764 -  Don't
11765
11766 .. _norwegianpatrondbusername-&-norwegianpatrondbpassword-label:
11767
11768 NorwegianPatronDBUsername & NorwegianPatronDBPassword
11769 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11770
11771 Asks: Communicate with the Norwegian national patron database using the
11772 username \_\_\_ and the password \_\_\_.
11773
11774 Description:
11775
11776 -  You can get these from "Base Bibliotek", which is maintained by the
11777    Norwegian National Library.
11778
11779 .. _searching-label:
11780
11781 Searching
11782 -------------------------------
11783
11784 *Get there:* More > Administration > Global System Preferences >
11785 Searching
11786
11787 .. _searchingfeatures-label:
11788
11789 Features
11790 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11791
11792 .. _enablesearchhistory-label:
11793
11794 EnableSearchHistory
11795 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11796
11797 Default: Don't keep
11798
11799 Asks: \_\_\_ patron search history in the staff client.
11800
11801 Values:
11802
11803 -  Don't keep
11804
11805 -  Keep
11806
11807     |image1197|
11808
11809 Description:
11810
11811 -  This preference controls whether the staff client keeps search
11812    history for logged in users. Search history will be accessible under
11813    the link to your account in the top right of the staff client.
11814
11815 .. _includeseefrominsearches-label:
11816
11817 IncludeSeeFromInSearches
11818 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11819
11820 Default: Don't include
11821
11822 Asks: \_\_\_ *see from* (non-preferred form) headings in bibliographic
11823 searches.
11824
11825 Values:
11826
11827 -  Don't include
11828
11829 -  Include
11830
11831 Description:
11832
11833 -  When this preference is set to include the search engine indexer will
11834    insert *see from* headings from authority records into bibliographic
11835    records when indexing, so that a search on an obsolete term will turn
11836    up relevant records. For example when you search for cookery (the old
11837    term) you get titles with the heading of cooking (the new term).
11838
11839     **Important**
11840
11841     You will need to reindex your bibliographic database when changing
11842     this preference.
11843
11844 .. _opacgroupresults-label:
11845
11846 OpacGroupResults
11847 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11848
11849 Default: Don't use
11850
11851 Asks: \_\_\_ PazPar2 to group similar results on the OPAC.
11852
11853 Values:
11854
11855 -  Don't use
11856
11857 -  Use
11858
11859     **Important**
11860
11861     This requires that `PazPar2 <http://www.indexdata.com/pazpar2>`__ is
11862     set up and running.
11863
11864 .. _queryautotruncate-label:
11865
11866 QueryAutoTruncate
11867 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11868
11869 Default: automatically
11870
11871 Asks: Perform wildcard searching (where, for example, Har would match
11872 Harry and harp) \_\_\_ (The \* character would be used like so: Har\* or
11873 \*logging.)
11874
11875 Values:
11876
11877 -  automatically
11878
11879 -  only if \* is added
11880
11881 Description:
11882
11883 -  This setting allows for searches to be automatically truncated or for
11884    additional characters to be added to the end of a search string. When
11885    set to "automatically" the search string automatically ends with a
11886    wildcard function. For example, a search for the word "invent" with
11887    auto truncation enabled will also retrieve results for inventor,
11888    invention, inventory, etc. If you don't want this to happen
11889    automatically you can still be perform wildcard searches manually by
11890    adding an asterisk (\*). Typing "invent\*" even with auto truncation
11891    disabled will retrieve the same inventor, invention, inventory
11892    results. Auto truncation bypasses the necessity to type long search
11893    strings in their entirety.
11894
11895 .. _queryfuzzy-label:
11896
11897 QueryFuzzy
11898 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11899
11900 Default: Try
11901
11902 Asks: \_\_\_ to match similarly spelled words in a search (for example,
11903 a search for flang would also match flange and fang)
11904
11905 Values:
11906
11907 -  Don't try
11908
11909 -  Try
11910
11911 Description:
11912
11913 -  This preference enables "fuzzy" searching, in which the search engine
11914    returns results that are similar to, but not exactly matching, the
11915    word or words entered by the user. This preference enables the search
11916    function to compensate for slightly misspelled names or phrases.
11917
11918     **Important**
11919
11920     Requires that :ref:`UseICU` set to 'Not using'
11921
11922 .. _querystemming-label:
11923
11924 QueryStemming
11925 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11926
11927 Default: Try
11928
11929 Asks: \_\_\_ to match words of the same base in a search
11930
11931 Values:
11932
11933 -  Don't try
11934
11935 -  Try
11936
11937    -  A search for enabling would also match enable and enabled
11938
11939 Description:
11940
11941 -  This preference enables word stemming. Stemming allows the search
11942    function to return multiple versions of the same word, as well as
11943    related terms (i.e., both fish and fishing would be returned).
11944
11945 .. _queryweightfields-label:
11946
11947 QueryWeightFields
11948 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11949
11950 Default: Enable
11951
11952 Asks: \_\_\_ ranking of search results by relevance
11953
11954 Values:
11955
11956 -  Disable
11957
11958 -  Enable
11959
11960 .. _tracecompletesubfields-label:
11961
11962 TraceCompleteSubfields
11963 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11964
11965 Default: Force
11966
11967 Asks: \_\_\_ subject tracings in the OPAC and Staff Client to search
11968 only for complete-subfield matches.
11969
11970 Values:
11971
11972 -  Don't force
11973
11974    -  Searches for subject keywords (example:
11975       opac-search.pl?q=su:World%20Wide%20Web)
11976
11977 -  Force
11978
11979    -  Searches for complete subject fields (example:
11980       opac-search.pl?q=su,complete-subfield:World%20Wide%20Web)
11981
11982 Description:
11983
11984 -  When TraceCompleteSubfields is set to "force," clicking on links in
11985    non-authority controlled subject tracings will only find other
11986    records where the entire subfields match. Leaving it at "don't force"
11987    does a keyword search of the subject indexes.
11988
11989     **Important**
11990
11991     This preference assumes that you're using XSLT stylesheets as set in
11992     the :ref:`OPACXSLTDetailsDisplay` preference.
11993
11994 .. _tracesubjectsubdivisions-label:
11995
11996 TraceSubjectSubdivisions
11997 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11998
11999 Default: Include
12000
12001 Asks: \_\_\_ subdivisions for searches generated by clicking on subject
12002 tracings.
12003
12004 Values:
12005
12006 -  Don't include
12007
12008    -  Searches for subject keywords (example:
12009       opac-search.pl?q=su,complete-subfield:%22Web%20sites%22)
12010
12011 -  Include
12012
12013    -  Searches for complete subject fields (example:
12014       opac-search.pl?q=(su,complete-subfield:%22Web%20sites%22)%20and%20(su,complete-subfield:%22Design.%22))
12015
12016 Description:
12017
12018 -  When TraceSubjectSubdivisions is set to "Include," if you click on a
12019    subject with subdivisions (subfields other than 'a') they will be
12020    searched along with the subject heading (subfield 'a'). To have only
12021    the subject heading (subfield 'a') searched, set this preference to
12022    "Don't include."
12023
12024     **Important**
12025
12026     This preference assumes that you're using XSLT stylesheets as set in
12027     the :ref:`OPACXSLTDetailsDisplay` preference.
12028
12029 .. _useicu-label:
12030
12031 UseICU
12032 ^^^^^^^^^^^^^^^^^^^^
12033
12034 Default: Not using
12035
12036 Asks: \_\_\_ ICU Zebra indexing.
12037
12038 Values:
12039
12040 -  Not using
12041
12042 -  Using
12043
12044 Description:
12045
12046 -  ICU is a set of code libraries providing Unicode and Globalization
12047    support for software applications. What this means is ICU Zebra
12048    indexing is only necessary if you use non-roman characters in your
12049    cataloging. If using ICU Zebra indexing you will want to not use
12050    :ref:`QueryFuzzy`.
12051
12052     **Important**
12053
12054     This setting will not affect Zebra indexing, it should only be used
12055     to tell Koha that you have activated ICU indexing if you have
12056     actually done so, since there is no way for Koha to figure this out
12057     on its own.
12058
12059     **Important**
12060
12061     Talk to your system administrator when changing this preference to
12062     make sure that your system is set up properly for this to work.
12063
12064 .. _usequeryparser-label:
12065
12066 UseQueryParser
12067 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12068
12069 Default: Do not try
12070
12071 Asks: \_\_\_ to use the QueryParser module for parsing queries.
12072
12073     **Note**
12074
12075     Enabling this will have no impact if you do not have QueryParser
12076     installed, and everything will continue to work as usual.
12077
12078 Values:
12079
12080 -  Do not try
12081
12082 -  Try
12083
12084 Description:
12085
12086 -  This preference enables an experimental new query parser which opens
12087    the door for a more expressive and more-effective search syntax.
12088
12089 .. _results-display-label:
12090
12091 Results Display
12092 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12093
12094 .. _defaultsortfield-&-defaultsortorder-label:
12095
12096 defaultSortField & defaultSortOrder
12097 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12098
12099 defaultSortField Default: author
12100
12101 defaultSortOrder Default: ascending
12102
12103 Asks: By default, sort search results in the staff client by \_\_\_,
12104 \_\_\_\_
12105
12106 Description:
12107
12108 -  These preferences set the default sort field and sort order for
12109    searches on the staff side. Regardless of your choice, the other sort
12110    options are still available in the drop down list on the advanced
12111    search page.
12112
12113 defaultSortField Values:
12114
12115 -  author
12116
12117 -  call number
12118
12119 -  date added
12120
12121 -  date of publication
12122
12123 -  relevance
12124
12125 -  title
12126
12127 -  total number of checkouts
12128
12129 defaultSortOrder Values:
12130
12131 -  ascending
12132
12133 -  descending
12134
12135 -  from A to Z
12136
12137 -  from Z to A
12138
12139 .. _displayfacetcount-label:
12140
12141 displayFacetCount
12142 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12143
12144 Default: Don't show
12145
12146 Asks: \_\_\_ facet counts.
12147
12148 Description:
12149
12150 -  This preference lets you decide if you show how many times a facet is
12151    used in your search results in the OPAC and the staff client. The
12152    relevance of these numbers highly depends on the value of the
12153    :ref:`maxRecordsForFacets` preference. Showing
12154    these numbers can potentially effect the performance of your
12155    searching, so test your system with different values for this
12156    preference to see what works best.
12157
12158 Values:
12159
12160 -  Don't show
12161
12162 -  Show
12163
12164    |image107|
12165
12166 .. _displaylibraryfacets-label:
12167
12168 DisplayLibraryFacets
12169 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12170
12171 Default: holding library
12172
12173 Asks: Show facets for \_\_\_
12174
12175 Values:
12176
12177 -  both home and holding library
12178
12179 -  holding library
12180
12181 -  home library
12182
12183 Description:
12184
12185 -  This preferenc controls the libraries facet that displays on search
12186    results in the staff and opac. The value selected here will determine
12187    which library(s) show in the facets when a search is run.
12188
12189 .. _facetlabeltruncationlength-label:
12190
12191 FacetLabelTruncationLength
12192 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12193
12194 Default: 20
12195
12196 Asks: Truncate facets length to \_\_\_ characters, in OPAC/staff
12197 interface.
12198
12199 Description:
12200
12201 -  In the OPAC and the staff client your facets are cut off at 20
12202    characters by default. Depending on your layout this may be too many
12203    or two few letters, this preference lets you decide what number is
12204    best for your library's design.
12205
12206 .. _facetmaxcount-label:
12207
12208 FacetMaxCount
12209 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12210
12211 Default: 20
12212
12213 Asks: Show up \_\_\_ to facets for each category.
12214
12215 Description:
12216
12217 -  This preference allows you to control how many possible limits show
12218    under each heading (Author, Series, Topics, etc) on the facets in the
12219    OPAC.
12220
12221 .. _maxitemsinsearchresults-label:
12222
12223 maxItemsInSearchResults
12224 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12225
12226 Default: 20
12227
12228 Asks: Show up to \_\_\_ items per biblio in the search results
12229
12230 Description:
12231
12232 -  This preference will let you set how many results display by default
12233    when a search is run on the Staff Client.
12234
12235 .. _maxrecordsforfacets-label:
12236
12237 maxRecordsForFacets
12238 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12239
12240 Default: 20
12241
12242 Asks: Build facets based on \_\_\_ records from the search results.
12243
12244 Description:
12245
12246 -  By default Koha only bases facets on the first page of results
12247    (usually 20 results). This preference lets you tell Koha to based the
12248    facet descriptions and numbers on any number of search results
12249    returned. The higher this number the longer it will take for your
12250    search results to return, so test with various different values to
12251    find the best balance for your library.
12252
12253 .. _maxsearchresultsitemsperrecordstatuscheck-label:
12254
12255 MaxSearchResultsItemsPerRecordStatusCheck
12256 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12257
12258 Default: 20
12259
12260 Asks: For records with many items, only check the availability status
12261 for the first \_\_\_ items.
12262
12263 Description:
12264
12265 -  Availability statuses may show incorrectly in search results if a
12266    record has more items than the limit set. Statuses will display
12267    correctly in the record details. Leave empty for no limit.
12268
12269 .. _numsearchresults-label:
12270
12271 numSearchResults
12272 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12273
12274 Default: 20
12275
12276 Asks: By default, show \_\_\_ results per page in the staff client.
12277
12278 .. _opacdefaultsortfield-and-opacdefaultsortorder-label:
12279
12280 OPACdefaultSortField & OPACdefaultSortOrder
12281 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12282
12283 OPACdefaultSortField Default: relevance
12284
12285 OPACdefaultSortOrder Default: ascending
12286
12287 Asks: By default, sort search results in the OPAC by \_\_\_, \_\_\_
12288
12289 Description:
12290
12291 -  These preferences set the default sort field and sort order for
12292    searches on the OPAC. Regardless of your choice, the other sort
12293    options are still available in the drop down list on the advanced
12294    search page.
12295
12296 OPACdefaultSortField Values:
12297
12298 -  author
12299
12300 -  call number
12301
12302 -  date added
12303
12304 -  date of publication
12305
12306 -  relevance
12307
12308 -  title
12309
12310 -  total number of checkouts
12311
12312 OPACdefaultSortOrder Values:
12313
12314 -  ascending
12315
12316 -  descending
12317
12318 -  from A to Z
12319
12320 -  from Z to A
12321
12322 .. _opacitemsresultsdisplay-label:
12323
12324 OPACItemsResultsDisplay
12325 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12326
12327 Default: Don't show
12328
12329 Asks: \_\_\_ an item's branch, location and call number in OPAC search
12330 results.
12331
12332 Values:
12333
12334 -  Don't show
12335
12336 -  Show
12337
12338 Description:
12339
12340 -  This setting selects the information about an item that will display
12341    in the search results page of the OPAC. The results can display the
12342    status of an item and/or full details including branch, location, and
12343    call number. While the 'Show' option allows for more information to
12344    be displayed on the search results page, the information can be
12345    overwhelming for large collections with multiple branches.
12346
12347 .. _opacnumsearchresults-label:
12348
12349 OPACnumSearchResults
12350 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12351
12352 Default: 20
12353
12354 Asks: By default, show \_\_\_ results per page in the OPAC.
12355
12356 .. _searchwithisbnvariations-label:
12357
12358 SearchWithISBNVariations
12359 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12360
12361 Default: don't search
12362
12363 Asks: When searching on the ISBN index, \_\_\_ on all variations of the
12364 ISBN.
12365
12366 Values:
12367
12368 -  don't search
12369
12370 -  search
12371
12372 Descriptions:
12373
12374 -  With this preference set to search you'll be able to search for ISBNs
12375    even if there are dashes or spaces in the field. So if you search for
12376    9781843345855 but the ISBN was cataloged as 978-1843345855 you'll
12377    still be able to find it if this preference is set to 'search'.
12378
12379     **Important**
12380
12381     This preference has no effect if
12382     :ref:`UseQueryParser` is on
12383
12384 .. _unimarcauthorsfacetsseparator-label:
12385
12386 UNIMARCAuthorsFacetsSeparator
12387 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12388
12389 Default: , (comma)
12390
12391 Asks: Use the following text as separator for UNIMARC authors facets \_\_\_
12392
12393 .. _search-form-label:
12394
12395 Search Form
12396 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12397
12398 .. _advancedsearchlanguages-label:
12399
12400 AdvancedSearchLanguages
12401 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12402
12403 Asks: Limit the languages listed in the advanced search drop-down to the
12404 \_\_\_ ISO 639-2 language codes (separate values with \| or ,).
12405
12406 Description:
12407
12408 -  This preference will allow you to decide what languages show in the
12409    pull down menu on the advanced search page in the OPAC and the staff
12410    client. If this preference is left blank, all languages will show. To
12411    limit the languages that are shown enter their `ISO 639-2 language
12412    codes <http://www.loc.gov/standards/iso639-2/php/code_list.php>`__
12413    separated by comma ( , ) or bar ( \| ). For example to limit listing
12414    to French and Italian, enter ita\|fre.
12415
12416 .. _advancedsearchtypes-label:
12417
12418 AdvancedSearchTypes
12419 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12420
12421 Default: itemtype
12422
12423 Asks: Show tabs in OPAC and staff-side advanced search for limiting
12424 searches on the \_\_\_ fields (separate values with \|).
12425
12426 Description:
12427
12428 -  On the advanced search page you can choose to allow filters on one or
12429    all of the following: Item types (itemtypes), Collection Codes
12430    (ccode) and Shelving Location (loc). If you would like to be able to
12431    limit searches on item type and shelving location for example you
12432    would enter itemtypes\|loc in the preference input box. The order of
12433    these fields will determine the order of the tabs in the OPAC and
12434    staff client advanced search screens. Values within the search type
12435    are OR'ed together, while each different search type is AND'ed
12436    together in the query limits. The current stored values are supported
12437    without any required modification.Each set of advanced search fields
12438    are displayed in tabs in both the OPAC and staff client. The first
12439    value in the AdvancedSearchTypes syspref is the selected tab; if no
12440    values are present, "itemtypes" is used. For non-itemtype values, the
12441    value in AdvancedSearchTypes must match the Authorised Value name,
12442    and must be indexed with 'mc-^ prefixing that name.
12443
12444    |image108|
12445
12446 .. _expandedsearchoption-label:
12447
12448 expandedSearchOption
12449 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12450
12451 Default: don't show
12452
12453 Asks: By default, \_\_\_ "More options" on the OPAC and staff advanced
12454 search pages.
12455
12456 Values:
12457
12458 -  don't show
12459
12460 -  show
12461
12462 .. _intranetnumberspreferphrase-label:
12463
12464 IntranetNumbersPreferPhrase
12465 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12466
12467 Default: don't use
12468
12469 Asks: By default, \_\_\_ the operator "phr" in the callnumber and
12470 standard number staff client searches
12471
12472 Values:
12473
12474 -  don't use
12475
12476 -  use
12477
12478 Description:
12479
12480 -  When searching by call number and standard number (biblionumber) in
12481    Koha Staff Client you can choose to force the search to be a phrase
12482    search by setting this preference to 'use.^ This will allow for more
12483    accurate results over doing a general keyword field search.
12484
12485 .. _loadsearchhistorytothefirstloggeduser-label:
12486
12487 LoadSearchHistoryToTheFirstLoggedUser
12488 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12489
12490 Default: Load
12491
12492 Asks: Load the unlogged history to the next user. \_\_\_ history to the next client.
12493
12494 Values:
12495
12496 -  Don't load
12497
12498 -  Load
12499
12500 .. _opacnumberspreferphrase-label:
12501
12502 OPACNumbersPreferPhrase
12503 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12504
12505 Default: don't use
12506
12507 Asks: By default, \_\_\_ the operator "phr" in the callnumber and
12508 standard number OPAC searches
12509
12510 Values:
12511
12512 -  don't use
12513
12514 -  use
12515
12516 Description:
12517
12518 -  When searching by call number and standard number (biblionumber) in
12519    the Koha OPAC you can choose to force the search to be a phrase
12520    search by setting this preference to 'use.^ This will allow for more
12521    accurate results over doing a general keyword field search.
12522
12523 .. _serials-label:
12524
12525 Serials
12526 ---------------------------
12527
12528 *Get there:* More > Administration > Global System Preferences > Serials
12529
12530 .. _makepreviousserialavailable-label:
12531
12532 makePreviousSerialAvailable
12533 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12534
12535 Default: Do not make
12536
12537 Asks: \_\_\_ previous serial automatically available when receiving a
12538 new serial issue. The previous issue can also be set to another item
12539 type when receiving a new one. Please note that the :ref:`item-level\_itypes <item-level\_itypes-label>`
12540 syspref must be set to specific item.
12541
12542 Values:
12543
12544 -  Do not make
12545
12546 -  Make
12547
12548 .. _opacserialdefaulttab-label:
12549
12550 opacSerialDefaultTab
12551 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12552
12553 Default: Subscriptions tab
12554
12555 Asks: Show \_\_\_ as default tab for serials in OPAC.
12556
12557 Values:
12558
12559 -  Holdings tab
12560
12561 -  Serial Collection tab
12562
12563        **Important**
12564
12565        Please note that the Serial Collection tab is currently available
12566        only for systems using the UNIMARC standard.
12567
12568    |image109|
12569
12570 -  Subscriptions tab
12571
12572    |image110|
12573
12574 .. _opacserialissuedisplaycount-label:
12575
12576 OPACSerialIssueDisplayCount
12577 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12578
12579 Default: 3
12580
12581 Asks: Show the \_\_\_ previous issues of a serial on the OPAC.
12582
12583 Description:
12584
12585 -  This preference allows the administrator to select the number of
12586    recent issues for each serial which appear in the OPAC when the
12587    serial is accessed. This is just the default value, patrons can
12588    always click to see a full list of serials.
12589
12590 .. _renewserialaddssuggestion-label:
12591
12592 RenewSerialAddsSuggestion
12593 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12594
12595 Default: Don't add
12596
12597 Asks: \_\_\_ a suggestion for a biblio when its attached serial is
12598 renewed.
12599
12600 Values:
12601
12602 -  Add
12603
12604 -  Don't add
12605
12606 Description:
12607
12608 -  If set to "Add", this preference will automatically add a serial to
12609    the Acquisitions Purchase Suggestions menu when clicking the 'renew'
12610    option. If you don't use the Acquisitions module to manage serials
12611    purchases it's best to leave this set as 'Don't add.^
12612
12613 .. _routinglistaddreserves-label:
12614
12615 RoutingListAddReserves
12616 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12617
12618 Default: Place
12619
12620 Asks: \_\_\_ received serials on hold if they are on a routing list.
12621
12622 Values:
12623
12624 -  Place
12625
12626 -  Don't place
12627
12628 .. _routinglistnote-label:
12629
12630 RoutingListNote
12631 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12632
12633 Asks: Include following note on all routing lists
12634
12635 Description:
12636
12637 -  Text entered in this box will appear below the routing list
12638    information.
12639
12640 .. _routingserials-label:
12641
12642 RoutingSerials
12643 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12644
12645 Default: Don't add
12646
12647 Asks: \_\_\_ received serials to the routing list.
12648
12649 Description:
12650
12651 -  This preference determines if serials routing lists are enabled or
12652    disabled for the library. When set to "Add", serials routing is
12653    enabled and a serial can be directed through a list of people by
12654    identifying who should receive it next. The list of people can be
12655    established for each serial to be passed using the Serials module.
12656    This preference can be used to ensure each person who needs to see a
12657    serial when it arrives at the library will get it. Learn more in the
12658    :ref:`routing list <create-a-routing-list-label>` section of this manual.
12659
12660 Values:
12661
12662 -  Add
12663
12664 -  Don't add
12665
12666 .. _staffserialissuedisplaycount-label:
12667
12668 StaffSerialIssueDisplayCount
12669 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12670
12671 Default: 3
12672
12673 Asks: Show the \_\_\_ previous issues of a serial on the staff client.
12674
12675 Description:
12676
12677 -  This preference allows the administrator to select the number of
12678    recent issues for each serial which appear in the Staff Client when
12679    the serial is accessed. This is just the default value, staff members
12680    can always click to see a full list of serials.
12681
12682 .. _subscriptionduplicatedroppedinput-label:
12683
12684 SubscriptionDuplicateDroppedInput
12685 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12686
12687 Asks: List of fields which must not be rewritten when a subscription is
12688 duplicated (Separated by pipe \|) \_\_\_
12689
12690 Description:
12691
12692 -  When duplicating a subscription sometimes you don't want all of the
12693    fields duplicated, using this preference you can list the fields that
12694    you don't want to be duplicated. These field names come from the
12695    subscription table in the Koha database. Learn what fields are in
12696    that table on the `Koha DB
12697    Schema <http://schema.koha-community.org/tables/subscription.html>`__
12698    site.
12699
12700 .. _subscriptionhistory-label:
12701
12702 SubscriptionHistory
12703 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12704
12705 Default: full history
12706
12707 Asks: When showing the subscription information for a bibliographic
12708 record, preselect \_\_\_ view of serial issues.
12709
12710 Values:
12711
12712 -  brief history
12713
12714    |image111|
12715
12716 -  full history
12717
12718    |image112|
12719
12720 Description:
12721
12722 -  This preference determines what information appears in the OPAC when
12723    the user clicks the More Details option. The 'brief' option displays
12724    a one-line summary of the volume and issue numbers of all issues of
12725    that serial held by the library. The 'full' option displays a more
12726    detailed breakdown of issues per year, including information such as
12727    the issue date and the status of each issue.
12728
12729 .. _staff-client-label:
12730
12731 Staff Client
12732 ------------------------------
12733
12734 *Get there:* More > Administration > Global System Preferences > Staff
12735 Client
12736
12737 .. _staffappearance-label:
12738
12739 Appearance
12740 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12741
12742 .. _display856uasimage-label:
12743
12744 Display856uAsImage
12745 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12746
12747 Default: Neither details or results page
12748
12749 Asks: Display the URI in the 856u field as an image on: \_\_\_
12750
12751 Values:
12752
12753 -  Both results and details pages
12754
12755    -  **Important**
12756
12757           Not implemented yet
12758
12759 -  Detail page only
12760
12761    -  **Important**
12762
12763           :ref:`XSLTDetailsDisplay` needs to be on
12764           for this preference to work.
12765
12766    |image113|
12767
12768 -  Neither details or results page
12769
12770 -  Results page only
12771
12772    -  **Important**
12773
12774           Not yet implemented
12775
12776 Description:
12777
12778 -  In addition to this option being set, the corresponding XSLT option
12779    must be turned on. Also, the corresponding 856q field must have a
12780    valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
12781    starting with "image/"), or the generic indicator "img" entered in
12782    the field. When all of the requirements are met, an image file will
12783    be displayed instead of the standard link text. Clicking on the image
12784    will open it in the same way as clicking on the link text. When you
12785    click on the image it should open to full size, in the current window
12786    or in a new window depending on the value in the system pref
12787    :ref:`OPACURLOpenInNewWindow`.
12788
12789    |image114|
12790
12791 .. _displayiconsxslt-label:
12792
12793 DisplayIconsXSLT
12794 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12795
12796 Default: Show
12797
12798 Asks: \_\_\_ the format, audience, and material type icons in XSLT
12799 MARC21 results and detail pages in the staff client.
12800
12801     **Important**
12802
12803     :ref:`XSLTResultsDisplay` and/or
12804     :ref:`XSLTDetailsDisplay` must be set to use an
12805     XSLT stylesheet (default or custom) for these icons to show.
12806
12807 Values:
12808
12809 -  Don't show
12810
12811 -  Show
12812
12813    |image115|
12814
12815     **Note**
12816
12817     See the `XSLT Icon Guide <#XSLTiTypes>`__ for more information on
12818     these icons.
12819
12820 .. _intranet\_includes-label:
12821
12822 intranet\_includes
12823 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12824
12825 Default: includes
12826
12827 Asks: Use include files from the \_\_\_ directory in the template
12828 directory, instead of includes/. (Leave blank to disable)
12829
12830 .. _intranetcirculationhomehtml-label:
12831
12832 IntranetCirculationHomeHTML
12833 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12834
12835 Asks: Show the following HTML in its own div on the bottom of the home
12836 page of the circulation module:
12837
12838     |image1198|
12839
12840 .. _intranetcolorstylesheet-label:
12841
12842 intranetcolorstylesheet
12843 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12844
12845 Asks: Include the additional CSS stylesheet \_\_\_ to override specified
12846 settings from the default stylesheet
12847
12848 Description:
12849
12850 -  This preference is used to set the background color and style of the
12851    Staff Client. The value is a .css file. The system administrator
12852    should determine which file is appropriate. Enter just a filename, a
12853    full local path or a complete URL starting with http:// (if the file
12854    lives on a remote server). Please note that if you just enter a
12855    filename, the file should be in the css subdirectory for each active
12856    theme and language within the Koha templates directory. A full local
12857    path is expected to start from your HTTP document root.
12858
12859     **Important**
12860
12861     Leave this field blank to disable.
12862
12863 .. _intranetfavicon-label:
12864
12865 IntranetFavicon
12866 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12867
12868 Asks: Use the image at \_\_\_ for the Staff Client's favicon.
12869
12870     **Important**
12871
12872     This should be a complete URL, starting with http://
12873
12874     **Note**
12875
12876     Turn your logo into a favicon with the `Favicon
12877     Generator <http://antifavicon.com/>`__.
12878
12879 Description:
12880
12881 -  The favicon is the little icon that appears next to the URL in the
12882    address bar in most browsers. The default value for this field (if
12883    left blank) is the small 'K' in the Koha logo.
12884
12885    |image116|
12886
12887 .. _intranetmainuserblock-label:
12888
12889 IntranetmainUserblock
12890 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12891
12892 Asks: Show the following HTML in its own column on the main page of the
12893 staff client
12894
12895 |image117|
12896
12897 |image118|
12898
12899 .. _intranetnav-label:
12900
12901 IntranetNav
12902 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12903
12904 Asks: Show the following HTML in the More menu at the top of each page
12905 on the staff client (should be a list of links or blank)
12906
12907 .. _intranetreportshomehtml-label:
12908
12909 IntranetReportsHomeHTML
12910 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12911
12912 Asks: Show the following HTML in its own div on the bottom of the home
12913 page of the reports module:
12914
12915     |image1199|
12916
12917 .. _intranetslipprinterjs-label:
12918
12919 IntranetSlipPrinterJS
12920 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12921
12922 Asks: Use the following JavaScript for printing slips.
12923
12924 Description:
12925
12926 -  The most logical use of this preference is in conjunction with the
12927    `jsPrintSetup <http://jsprintsetup.mozdev.org/>`__ Firefox add-on.
12928    Learn more about this preference and the add-on setup on the Koha
12929    wiki at
12930    http://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently.
12931
12932 .. _intranetstylesheet-label:
12933
12934 intranetstylesheet
12935 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12936
12937 Asks: Use the CSS stylesheet \_\_\_ on all pages in the staff interface,
12938 instead of the default css (used when leaving this field blank).
12939
12940 Description:
12941
12942 -  The Intranetstylesheet preference is a layout and design feature for
12943    the intranet or staff client. This preference allows a library to
12944    customize the appearance of the Staff Client. Enter just a filename,
12945    a full local path or a complete URL starting with http:// (if the
12946    file lives on a remote server). Please note that if you just enter a
12947    filename, the file should be in the css subdirectory for each active
12948    theme and language within the Koha templates directory. A full local
12949    path is expected to start from your HTTP document root.
12950
12951 .. _intranetusercss-label:
12952
12953 IntranetUserCSS
12954 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12955
12956 Asks: Include the following CSS on all pages in the staff client
12957
12958 .. _intranetuserjs-label:
12959
12960 IntranetUserJS
12961 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12962
12963 Asks: Include the following JavaScript on all pages in the staff
12964 interface
12965
12966 Description:
12967
12968 -  This preference allows the administrator to enter JavaScript or
12969    JQuery that will be embedded across all pages of the Staff Client.
12970    Administrators may use this preference to customize some of the
12971    interactive sections of Koha, customizing the text for the login
12972    prompts, for example. Sample JQuery scripts used by Koha libraries
12973    can be found on the wiki:
12974    http://wiki.koha-community.org/wiki/JQuery_Library.
12975
12976 .. _slipcss-label:
12977
12978 SlipCSS
12979 ^^^^^^^^^^^^^^^^^^^^^^
12980
12981 Asks: Include the stylesheet at \_\_\_ on Issue and Reserve Slips.
12982
12983     **Important**
12984
12985     This should be a complete URL, starting with http://
12986
12987 Description:
12988
12989 -  If you would like to style your receipts or slips with a consistent
12990    set of fonts and colors you can use this preference to point Koha to
12991    a stylesheet specifically for your slips.
12992
12993 .. _staffclientbaseurl-label:
12994
12995 staffClientBaseURL
12996 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12997
12998 Asks: The staff client is located at http:// \_\_\_
12999
13000 .. _stafflangselectormode-label:
13001
13002 StaffLangSelectorMode
13003 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13004
13005 Default: only footer
13006
13007 Asks: Display language selector on \_\_\_
13008
13009 Values:
13010
13011 -  both top and footer
13012
13013 -  only footer
13014
13015 -  top
13016
13017 .. _template-label:
13018
13019 template
13020 ^^^^^^^^^^^^^^^^^^^^^^^^
13021
13022 Default: prog
13023
13024 Asks: Use the \_\_\_ theme on the staff interface.
13025
13026 Values:
13027
13028 -  prog
13029
13030     **Important**
13031
13032     Do not include a trailing slash in the URL this will break links
13033     created using this URL. (example: www.google.com not
13034     www.google.com/)
13035
13036 .. _xsltdetailsdisplay-label:
13037
13038 XSLTDetailsDisplay
13039 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13040
13041 Default: default
13042
13043 Asks: Display details in the staff client using XSLT stylesheet at
13044 \_\_\_
13045
13046 Values:
13047
13048 -  leave empty to not use the XSLT stylesheet
13049
13050    -  In previous versions of Koha this was the setting that read
13051       'normally'
13052
13053       |image119|
13054
13055 -  enter "default" for the default one
13056
13057    |image120|
13058
13059 -  put a path to define a XSLT file
13060
13061    -  ex: /path/to/koha/and/your/stylesheet.xsl
13062
13063    -  If in a multi-language system you can enter {langcode} in the path
13064       to tell Koha to look in the right language folder
13065
13066       -  ex:
13067          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13068
13069       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13070
13071 -  put an URL for an external specific stylesheet
13072
13073    -  ex: http://mykoha.org/stylesheet.xsl
13074
13075 Description:
13076
13077 -  XSLT stylesheets allow for the customization of the details shown on
13078    the screen when viewing a bib record. This preference will allow you
13079    either use the default look that comes with Koha or design your own
13080    stylesheet.
13081
13082 .. _xsltlistsdisplay-label:
13083
13084 XSLTListsDisplay
13085 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13086
13087 Default: default
13088
13089 Asks: Display lists in the staff client using XSLT stylesheet at
13090 \_\_\_
13091
13092 Values:
13093
13094 -  leave empty to not use the XSLT stylesheet
13095
13096    -  In previous versions of Koha this was the setting that read
13097       'normally'
13098
13099 -  enter "default" for the default one
13100
13101 -  put a path to define a XSLT file
13102
13103    -  ex: /path/to/koha/and/your/stylesheet.xsl
13104
13105    -  If in a multi-language system you can enter {langcode} in the path
13106       to tell Koha to look in the right language folder
13107
13108       -  ex:
13109          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13110
13111       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13112
13113 -  put an URL for an external specific stylesheet
13114
13115    -  ex: http://mykoha.org/stylesheet.xsl
13116
13117 Description:
13118
13119 -  XSLT stylesheets allow for the customization of the details shown on
13120    the screen when viewing a list. This preference will allow you
13121    either use the default look that comes with Koha or design your own
13122    stylesheet.
13123
13124 .. _xsltresultsdisplay-label:
13125
13126 XSLTResultsDisplay
13127 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13128
13129 Default: default
13130
13131 Asks: Display results in the staff client using XSLT stylesheet at
13132 \_\_\_
13133
13134 Values:
13135
13136 -  leave empty to not use the XSLT stylesheet
13137
13138    -  In previous versions of Koha this was the setting that read
13139       'normally'
13140
13141 -  enter "default" for the default one
13142
13143 -  put a path to define a XSLT file
13144
13145    -  ex: /path/to/koha/and/your/stylesheet.xsl
13146
13147    -  If in a multi-language system you can enter {langcode} in the path
13148       to tell Koha to look in the right language folder
13149
13150       -  ex:
13151          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13152
13153       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13154
13155 -  put an URL for an external specific stylesheet
13156
13157    -  ex: http://mykoha.org/stylesheet.xsl
13158
13159 Description:
13160
13161 -  XSLT stylesheets allow for the customization of the details shown on
13162    the screen when viewing the search results. This preference will
13163    allow you either use the default look that comes with Koha or design
13164    your own stylesheet.
13165
13166 .. _options-label:
13167
13168 Options
13169 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13170
13171 .. _audioalerts-label:
13172
13173 AudioAlerts
13174 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13175
13176 Default: Don't enable
13177
13178 Asks: \_\_\_ audio alerts for events defined in the audio alerts section
13179 of administration.
13180
13181 Values:
13182
13183 -  Don't enable
13184
13185 -  Enable
13186
13187     **Important**
13188
13189     This feature is not supported by all browsers. Requires an HTML5
13190     compliant browser.
13191
13192 .. _hidepatronname-label:
13193
13194 HidePatronName
13195 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13196
13197 Default: Show
13198
13199 Asks: \_\_\_ the names of patrons that have items checked out or on hold
13200 on detail pages or the "Place Hold" screen.
13201
13202 Values:
13203
13204 -  Don't show
13205
13206 -  Show
13207
13208 .. _intranetbookbag-label:
13209
13210 intranetbookbag
13211 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13212
13213 Default: Show
13214
13215 Asks: \_\_\_ the cart option in the staff client.
13216
13217 Values:
13218
13219 -  Don't show
13220
13221 -  Show
13222
13223 .. _intranetcatalogsearchpulldown-label:
13224
13225 IntranetCatalogSearchPulldown
13226 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13227
13228 Default: Don't show
13229
13230 Asks: \_\_\_ a search field pulldown for 'Search the catalog' boxes.
13231
13232 Values:
13233
13234 -  Don't show
13235
13236 -  Show
13237
13238 .. _staffdetailitemselection-label:
13239
13240 StaffDetailItemSelection
13241 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13242
13243 Default: Enable
13244
13245 Asks: \_\_\_ item selection in record detail page.
13246
13247 Values:
13248
13249 -  Disable
13250
13251 -  Enable
13252
13253 Description:
13254
13255 -  This preference lets you choose to show (or not show) checkboxes to
13256    the left of every item in the holdings tab on the detail display of a
13257    record in the staff client. Showing these checkboxes allows the staff
13258    members to select multiple items to edit or delete at once.
13259
13260    |image121|
13261
13262 .. _usewysiwyginsystempreferences-label:
13263
13264 UseWYSIWYGinSystemPreferences
13265 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13266
13267 Default: Don't show
13268
13269 Asks: \_\_\_ WYSIWYG editor when editing certain HTML system
13270 preferences.
13271
13272 Values:
13273
13274 -  Don't show
13275
13276 -  Show
13277
13278     |image1200|
13279
13280 Description:
13281
13282 -  This preference allows you to chang system preferences with HTML in
13283    them to WYSIWYG editors instead of plain text boxes.
13284
13285 .. _viewisbd-label:
13286
13287 viewISBD
13288 ^^^^^^^^^^^^^^^^^^^^^^^^
13289
13290 Default: Allow
13291
13292 Asks: \_\_\_ staff to view records in ISBD form on the staff client.
13293
13294 Values:
13295
13296 -  Allow
13297
13298 -  Don't allow
13299
13300 .. _viewlabeledmarc-label:
13301
13302 viewLabeledMARC
13303 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13304
13305 Default: Allow
13306
13307 Asks: \_\_\_ staff to view records in labeled MARC form on the staff
13308 client.
13309
13310 Values:
13311
13312 -  Allow
13313
13314 -  Don't allow
13315
13316 .. _viewmarc-label:
13317
13318 viewMARC
13319 ^^^^^^^^^^^^^^^^^^^^^^^^
13320
13321 Default: Allow
13322
13323 Asks: \_\_\_ staff to view records in plain MARC form on the staff
13324 client.
13325
13326 Values:
13327
13328 -  Allow
13329
13330 -  Don't allow
13331
13332 .. _tools-label:
13333
13334 Tools
13335 -----------------------
13336
13337 *Get there:* More > Administration > Global System Preferences > Tools
13338
13339 .. _batch-item-label:
13340
13341 Batch Item
13342 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13343
13344 These preferences are in reference to the :ref:`Batch Item
13345 Modification <batch-item-modification-label>` tool.
13346
13347 .. _maxitemsforbatchdel-label:
13348
13349 MaxItemsForBatchDel
13350 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13351
13352 Default: 1000
13353
13354 Asks: Display up to \_\_\_ items in a single deletion batch.
13355
13356 Description:
13357
13358 -  In the :ref:`batch item delete tool <batch-item-deletion-label>` this will
13359    prevent the display of more than the items you entered in this
13360    preference, but you will be able to delete more than the number you
13361    enter here.
13362
13363 .. _maxitemsforbatchmod-label:
13364
13365 MaxItemsForBatchMod
13366 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13367
13368 Default: 1000
13369
13370 Asks: Process up to \_\_\_ items in a single modification batch.
13371
13372 Description:
13373
13374 -  In the :ref:`batch item modification
13375    tool <batch-item-modification-label>` this preference will prevent the editing
13376    of more than the number entered here.
13377
13378 .. _news-label:
13379
13380 News
13381 ~~~~~~~~~~~~~~~~~~~~~~~~~
13382
13383 .. _newsauthordisplay-label:
13384
13385 NewsAuthorDisplay
13386 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13387
13388 Default: not at all
13389
13390 Asks: Show the author for news items: \_\_\_
13391
13392 Values:
13393
13394 -  Both OPAC and staff client
13395
13396 -  Not at all
13397
13398 -  OPAC only
13399
13400 -  Staff client only
13401
13402 .. _patron-cards-label:
13403
13404 Patron Cards
13405 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13406
13407 These preferences are in reference to the :ref:`Patron Card
13408 Creator <patron-card-creator-label>` tool.
13409
13410 .. _imagelimit-label:
13411
13412 ImageLimit
13413 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13414
13415 Asks: Limit the number of creator images stored in the database to
13416 \_\_\_ images.
13417
13418 .. _reports-label:
13419
13420 Reports
13421 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13422
13423 These preferences are in reference to the Reports module.
13424
13425 .. _numsavedreports-label:
13426
13427 NumSavedReports
13428 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13429
13430 Default: 20
13431
13432 Asks: By default, show \_\_\_ reports on the Saved Reports page.
13433
13434 .. _upload-label:
13435
13436 Upload
13437 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13438
13439 .. _uploadpurgetemporaryfilesdays-label:
13440
13441 UploadPurgeTemporaryFilesDays
13442 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13443
13444 Default: blank
13445
13446 Asks: Automatically delete temporary uploads older than \_\_\_ days in
13447 cleanup_database cron job.
13448
13449 .. _web-services-label:
13450
13451 Web Services
13452 -----------------------------------
13453
13454 *Get there:* More > Administration > Global System Preferences > Web
13455 Services
13456
13457 .. _ils-di-label:
13458
13459 ILS-DI
13460 ~~~~~~~~~~~~~~~~~~~~~~~~
13461
13462 .. _ils-di-pref-label:
13463
13464 ILS-DI
13465 ^^^^^^^^^^^^^^^^^^^^
13466
13467 Default: Disable
13468
13469 Asks: \_\_\_ ILS-DI services for OPAC users
13470
13471 Values:
13472
13473 -  Disable
13474
13475 -  Enable
13476
13477 .. _ils-di:authorizedips-label:
13478
13479 ILS-DI:AuthorizedIPs
13480 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13481
13482 Asks: \_\_\_ allowed IPs to use the ILS-DI services
13483
13484 .. _idref-pref-label:
13485
13486 IdRef
13487 ~~~~~~~~~~~~~~~~~~~~~~~
13488
13489 .. _idref-label:
13490
13491 IdRef
13492 ^^^^^^^^^^^^^^^^^^
13493
13494 Default: Disable
13495
13496 Asks: \_\_\_ the IdRef webservice from the opac detail page. IdRef
13497 allows to request authorities from the Sudoc database.
13498
13499 Values:
13500
13501 -  Disable
13502
13503 -  Enable
13504
13505 Description:
13506
13507 -  IdRef is a French service for Sudoc autorities. Using the `Sudoc
13508    database <http://www.sudoc.abes.fr/>`__, it allows to request /
13509    modify / add authorities. If a record comes from the Sudoc (so 009 is
13510    filled with an integer), at the OPAC you will see "Author: Idref" if
13511    a 7..$3 (unimarc author) if filled with a ppn. On clicking on the
13512    Idref link, a popup will display.
13513
13514     |image1201|
13515
13516    The Idref webservice is requested and all records (by roles) for this
13517    author will be displayed
13518
13519    |image1202|
13520
13521    There is 1 line / record and 2 links at the end. 1 will request Koha
13522    (cgi-bin/koha/opac-search.pl?q=ident:003381862), the other one will
13523    redirect to the sudoc page (http://www.sudoc.fr/003381862).
13524
13525 -  **Important**
13526
13527        Please note that this feature is available only for libraries
13528        using UNIMARC.
13529
13530 -  **Note**
13531
13532        The French Sudoc database should not be confused with the US
13533        Superintendent of Documents (SuDocs) Classification Scheme.
13534
13535 .. _oai-pmh-label:
13536
13537 OAI-PMH
13538 ~~~~~~~~~~~~~~~~~~~~~~~
13539
13540 .. _oai-pmh-pref-label:
13541
13542 OAI-PMH
13543 ^^^^^^^^^^^^^^^^^^^^^^
13544
13545 Default: Disable
13546
13547 Asks: \_\_\_ Koha's OAI-PMH server.
13548
13549 Values:
13550
13551 -  Disable
13552
13553 -  Enable
13554
13555 Description:
13556
13557 -  Once enabled you can visit http://YOURKOHACATALOG/cgi-bin/koha/oai.pl
13558    to see your file. For the Open Archives Initiative-Protocol for
13559    Metadata Harvesting (OAI-PMH) there are two groups of 'participants':
13560    Data Providers and Service Providers. Data Providers (open archives,
13561    repositories) provide free access to metadata, and may, but do not
13562    necessarily, offer free access to full texts or other resources.
13563    OAI-PMH provides an easy to implement, low barrier solution for Data
13564    Providers. Service Providers use the OAI interfaces of the Data
13565    Providers to harvest and store metadata. Note that this means that
13566    there are no live search requests to the Data Providers; rather,
13567    services are based on the harvested data via OAI-PMH. Koha at present
13568    can only act as a Data Provider. It can not harvest from other
13569    repositories. The biggest stumbling block to having Koha harvest from
13570    other repositories is that MARC is the only metadata format that Koha
13571    indexes natively. Visit
13572    http://www.oaforum.org/tutorial/english/page3.htm for diagrams of how
13573    OAI-PMH works.
13574
13575 Learn more about OAI-PMH at: http://www.openarchives.org/pmh/
13576
13577 .. _oai-pmh:archiveid-label:
13578
13579 OAI-PMH:archiveID
13580 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13581
13582 Default: KOHA-OAI-TEST
13583
13584 Asks: Identify records at this site with the prefix \_\_\_ :
13585
13586 .. _oai-pmh:autoupdatesets-label:
13587
13588 OAI-PMH:AutoUpdateSets
13589 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13590
13591 Default: Disable
13592
13593 Asks: \_\_\_ automatic update of OAI-PMH sets when a bibliographic
13594 record is created or updated.
13595
13596 Values:
13597
13598 -  Disable
13599
13600 -  Enable
13601
13602 .. _oai-pmh:conffile-label:
13603
13604 OAI-PMH:ConfFile
13605 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13606
13607 If this preference is left empty, Koha's OAI Server operates in normal
13608 mode, otherwise it operates in extended mode. In extended mode, it's
13609 possible to parameter other formats than marcxml or Dublin Core.
13610 OAI-PMH:ConfFile specify a YAML configuration file which list available
13611 metadata formats and XSL file used to create them from marcxml records.
13612
13613 For more information, see the :ref:`sample conf file <sample-oai-conf-file-label>` in
13614 the appendix.
13615
13616 .. _oai-pmh:deletedrecord-label:
13617
13618 OAI-PMH:DeletedRecord
13619 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13620
13621 Default: will never be emptied or truncated (persistent)
13622
13623 Asks: Koha's deletedbiblio table \_\_\_
13624
13625 Values:
13626
13627 -  will never have any data in it (no)
13628
13629 -  will never be emptied or truncated (persistent)
13630
13631 -  might be emptied or truncated at some point (transient)
13632
13633 .. _oai-pmh:maxcount-label:
13634
13635 OAI-PMH:MaxCount
13636 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13637
13638 Default: 50
13639
13640 Asks: Only return \_\_\_ records at a time in response to a ListRecords
13641 or ListIdentifiers query.
13642
13643 Description:
13644
13645 -  This is the maximum number of records that would be returned based on
13646    ListRecord or ListIdentifier queries from harvesters. ListRecords
13647    harvest the entire records while the ListIdentifier is an abbreviated
13648    form of ListRecords, retrieving only headers rather than records.
13649
13650 .. _reporting-label:
13651
13652 Reporting
13653 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13654
13655 .. _svcmaxreportrows-label:
13656
13657 SvcMaxReportRows
13658 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13659
13660 Default: 10
13661
13662 Asks: Only return \_\_\_ rows of a report requested via the reports web
13663 service.
13664
13665 Description:
13666
13667 -  This value will be used to limit the number of results returned by
13668    `public reports <#publicreport>`__.