bcf4e1ee76e1d23a398a7b20798d7ed7c7ef9157
[kohadocs.git] / source / systempreferences.rst
1 .. include:: images.rst
2
3 .. _global-system-preferences-label:
4
5 Global system preferences
6 =========================
7
8 Global system preferences control the way your Koha system works in
9 general. Set these preferences before anything else in Koha.
10
11 -  *Get there:* More > Administration > Global System Preferences
12
13 |image0|
14
15 System preferences can be searched (using any part of the preference
16 name or description) using the search box on the 'Administration' page
17 or the search box at the top of each system preferences page.
18
19 |image1|
20
21 When editing preferences a ^(modified)^ tag will appear next to items
22 you change until you click the 'Save All' button:
23
24 |image2|
25
26 After saving your preferences you'll get a confirmation message telling
27 you what preferences were saved:
28
29 |image3|
30
31 Each section of preferences can be sorted alphabetically by clicking the
32 small down arrow to the right of the word 'Preference' in the header
33 column
34
35 |image4|
36
37 If the preference refers to monetary values (like
38 :ref:`maxoutstanding`) the currency displayed will be the
39 default you set in your :ref:`Currencies and Exchange Rates`
40 administration area. In the examples to
41 follow they will all read USD for U.S. Dollars.
42
43     **Important**
44
45     For libraries systems with unique URLs for each site the system
46     preference can be overridden by editing your koha-http.conf file
47     this has to be done by a system administrator or someone with access
48     to your system files. For example if all libraries but one want to
49     have search terms highlighted in results you set the
50     OpacHighlightedWords preference to 'Highlight' then edit the
51     koha-http.conf for the library that wants this turned off by adding
52     'SetEnv OVERRIDE\_SYSPREF\_OpacHighlightedWords "0"'. After
53     restarting the web server that one library will no longer see
54     highlighted terms. Consult with your system administrator for more
55     information.
56
57 .. _accounting-system-preferences-label:
58
59 Accounting
60 -------------------------------------------------------------------------------
61
62 *Get there:* More > Administration > Global system preferences >
63 Acquisitions
64
65 .. _accounting-policy-label:
66
67 Policy
68 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69
70 .. _accountautoreconcile-label:
71
72 AccountAutoReconcile
73 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
74
75 Asks: \_\_\_ reconcile patron balances automatically on each transaction adding debits or credits.
76
77 Default: Do not
78
79 Values:
80
81 -  Do
82
83 -  Do not
84
85 Description:
86
87 -  This preference controls whether or not credits are automatically used to
88    to reduce the owed amounts in a patron's account.
89
90 .. _finepaymentautopopup-label:
91
92 FinePaymentAutoPopop
93 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
94
95 Asks: \_\_\_ automatically display a print dialog for a payment receipt when 
96 making a payment.
97
98 Default: Don't
99
100 Values:
101
102 -  Do
103
104 -  Don't
105
106 Description:
107
108 -  If activated, when :ref:`making a payment <pay/reverse-fines-label> in a 
109    patron's account, a printing popup will be displayed automatically instead 
110    of having to click on the 'print' button.
111
112 .. _usecashregisters-label:
113
114 UseCashRegisters
115 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
116
117 Asks: \_\_\_ cash registers with the accounting system to track payments.
118
119 Default: Don't use
120
121 Values: 
122
123 -  Don't use
124
125 -  Use
126
127 Description:
128
129 -  This preference enables the :ref:`cash registers <cashregisters-label>` 
130    feature in the administration module.
131
132 .. _acquisitions-system-preferences-label:
133
134 Acquisitions
135 ----------------------------
136
137 *Get there:* More > Administration > Global system preferences >
138 Acquisitions
139
140 .. _acquisitions-policy-label:
141
142 Policy
143 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
144
145 .. _acqcreateitem-label:
146
147 AcqCreateItem
148 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
149
150 Default: placing an order
151
152 Asks: Create an item when \_\_\_.
153
154 Values:
155
156 -  cataloging a record
157
158 -  placing an order
159
160 -  receiving an order
161
162 Description:
163
164 -  This preference lets you decide when you'd like to create an item
165    record in Koha. If you choose to add an item record when 'placing an
166    order' then you will enter item information in as you place records
167    in your basket. If you choose to add the item when 'receiving an
168    order' you will be asked for item record information when you're
169    receiving orders in acquisitions. If you choose to add the item when
170    'cataloging a record' then item records will not be created in
171    acquisitions at all, you will need to go to the cataloging module to
172    add the items.
173
174 .. _acqenablefiles-label:
175
176 AcqEnableFiles
177 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
178
179 Default: Don't
180
181 Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
182 invoices.
183
184 Values:
185
186 -  Do
187
188 -  Don't
189
190 Description:
191
192 -  This preference controls whether or not you allow the uploading of
193    invoice files via the acquisitions module.
194
195 .. _acqitemsetsubfieldswhenreceiptiscancelled-label:
196
197 AcqItemSetSubfieldsWhenReceiptIsCancelled
198 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
199
200 Asks: Upon cancelling a receipt, update the item's subfields if they
201 were created when placing an order (e.g. o=5\|a="bar foo""). \_\_\_
202
203 Description:
204
205 -  This preference is used in conjunction with the
206    :ref:`AcqItemSetSubfieldsWhenReceived`
207    preference. If you have the system set to enter default values when
208    you receive you will want to have those values revert back if reeipt
209    is cancelled. This preference allows you to do that.
210
211 .. _acqitemsetsubfieldswhenreceived-label:
212
213 AcqItemSetSubfieldsWhenReceived
214 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
215
216 Asks: Upon receiving items, update their subfields if they were created
217 when placing an order (e.g. o=5\|a="foo bar"). \_\_\_
218
219 Description:
220
221 -  This preference allows you to set default values for items that you
222    receive via acquisitions. Enter the data as subfield=value and split
223    your values with a bar ( \| ). For example you can remove the Ordered
224    status on the item automatically when you receive it just by entering
225    7=0 in this preference. That will set the Not for Loan status
226    (subfield 7) to 0 which is available.
227
228 .. _acqviewbaskets-label:
229
230 AcqViewBaskets
231 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
232
233 Default: created by staff member
234
235 Asks: Show baskets \_\_\_
236
237 Values:
238
239 -  created by staff member
240
241 -  from staff member's branch
242
243 -  in system, regardless of owner
244
245 Description:
246
247 -  When in acquisitions this preference allows you to control whose
248    baskets you can see when looking at a vendor. The default value of
249    'created by staff member' makes it so that you only see the baskets
250    you created. Choosing to see baskets 'from staff member's branch'
251    will show you the baskets created by anyone at the branch you're
252    logged in at. Finally, you can choose to set this preference to show
253    you all baskets regardless of who created it ('in system, regardless
254    of owner). Regardless of which value you choose for this preference,
255    superlibrarians can see all baskets created in the system.
256
257 .. _acqwarnonduplicateinvoice-label:
258
259 AcqWarnOnDuplicateInvoice
260 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
261
262 Default: Do not warn
263
264 Asks: \_\_\_ when the librarian tries to create an invoice with a
265 duplicate number.
266
267 Values:
268
269 -  Do not warn
270
271 -  Warn
272
273 .. _basketconfirmations-label:
274
275 BasketConfirmations
276 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
277
278 Default: always ask for confirmation
279
280 Asks: When closing or reopening a basket, \_\_\_.
281
282 Values:
283
284 -  always ask for confirmation
285
286 -  do not ask for confirmation
287
288 Descriptions:
289
290 -  This preference adds the option to skip confirmations on closing and
291    reopening a basket. If you skip the confirmation, you do not create a
292    new basket group.
293
294 .. _claimsbcccopy-label:
295
296 ClaimsBccCopy
297 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
298
299 Default: Don't send
300
301 Asks: \_\_\_ blind copy (BCC) to logged in user when sending serial or
302 acquisitions claims notices.
303
304 Values:
305
306 -  Don't send
307
308 -  Send
309
310 Description:
311
312 -  When filing a claim in the :ref:`Claim Late Serials` or
313    Acquisitions module this preference will allow for
314    the sending of a copy of the email to the librarian.
315
316 .. _currencyformat-label:
317
318 CurrencyFormat
319 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
320
321 Default: 360,000.00 (US)
322
323 Asks: Display currencies using the following format \_\_\_
324
325 Values:
326
327 -  360,000.00 (US)
328
329 -  360 000,00 (FR)
330
331 .. _gist-label:
332
333 gist
334 ^^^^^^^^^^^^^^^^
335
336 Default: 0
337
338 Asks: The default tax rate is \_\_\_
339
340 Description:
341
342 -  This preference will allow the library to define a default Goods and
343    Services Tax rate. The default of value of 0 will disable this
344    preference.
345
346     **Note**
347
348     Enter this value as a number (.06) versus a percent (6%).
349
350 .. _marcfieldstoorder-label:
351
352 MarcFieldsToOrder
353 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
354
355 Asks: Set the mapping values for a new order line created from a MARC
356 record in a staged file.
357
358 Description:
359
360 -  This preference includes MARC fields to check for order information
361    to use when you are trying to :ref:`Order from a staged file` in
362    acquisitions. You can use the following fields: price, quantity,
363    budget\_code, discount, sort1, sort2.
364
365    For example:
366
367    ::
368
369        price: 947$a|947$c
370        quantity: 969$h
371        budget_code: 922$a
372
373 .. _marcitemfieldstoorder-label:
374
375 MarcItemFieldsToOrder
376 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
377
378 Asks: Set the mapping values for new item records created from a MARC record
379 in a staged file.
380
381 Description:
382
383 -  This preference automatically generates items in Koha with populated
384    information based on a 9XX field and subfield. You can use the following
385    fields: homebranch, holdingbranch, itype, nonpublic_note, public_note, loc,
386    ccode, notforloan, uri, copyno, price, replacementprice and itemcallnumber.
387    Special fields: quantity and budget_code
388
389 For example:
390
391 ::
392
393        homebranch: 975$a
394        holdingbranch: 975$b
395        public_note: 975$z
396        loc: 975$c
397
398 .. _purgesuggestionsolderthan-label:
399
400 PurgeSuggestionsOlderThan
401 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
402
403 Asks: Keep accepted or rejected purchase suggestions for a period of \_\_\_ days.
404
405     **Important**
406
407     WARNING - Leave this field empty if you don't want to activate this automatic feature.
408
409 Description:
410
411 -  Enter the number of days after which you want to automatically
412    delete accepted or rejected purchase suggestions.
413
414 -  For example: [30] Sets purgation of suggestions for those older than 30 days.
415
416     **Note**
417
418     This system preference is used when the cronjob purge_suggestions.pl is
419     active and called without a specific number of days.
420
421 .. _uniqueitemfields-label:
422
423 UniqueItemFields
424 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
425
426 Default: barcode
427
428 Asks: The following database columns should be unique in an item: \_\_\_ 
429 separate columns with pipe (|).
430
431 Description:
432
433 -  If this preference is left blank when adding items in acquisitions
434    there will be no check for uniqueness. This means that a duplicate
435    barcode can be created in acquisitions which will cause errors later
436    when checking items in and out.
437
438 .. _useacqframeworkforbibliorecords-label:
439
440 UseACQFrameworkForBiblioRecords
441 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
442
443 Default: Don't use
444
445 Asks: \_\_\_ the framework 'ACQ' for bibliographic records fields
446
447 Values:
448
449 -  Don't use
450
451 -  Use
452
453 Description:
454
455 -  This system preference allows you to use the ACQ framework to customize
456    the bibliographic record fields that are shown when ordering from acquisitions
457
458 .. _printing-label:
459
460 Printing
461 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
462
463 .. _orderpdfformat-label:
464
465 OrderPdfFormat
466 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
467
468 Default: pdfformat::layout2pages
469
470 Asks: Use \_\_\_ when printing basket groups.
471
472 .. _administration-system-preferences-label:
473
474 Administration
475 --------------------------------
476
477 These preferences are general settings for your system.
478
479 *Get there:* More > Administration > Global System Preferences >
480 Administration
481
482 .. _cas-authentication-label:
483
484 CAS Authentication
485 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
486
487 The Central Authentication Service (CAS) is a single sign-on protocol
488 for the web. If you don't know what this is, leave these preferences set
489 to their defaults.
490
491 .. _casauthentication-label:
492
493 casAuthentication
494 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
495
496 Default: Don't use
497
498 Asks: \_\_\_ CAS for login authentication.
499
500 .. _caslogout-label:
501
502 casLogout
503 ^^^^^^^^^^^^^^^^^^^^^^^^^^
504
505 Asks: Logout of CAS when logging out of Koha: \_\_\_
506
507 Default: No
508
509 Values:
510
511 -  No
512
513 -  Yes
514
515 Description:
516
517 -  CAS single logout means that a user gets logged out not only from the CAS
518    server but also from all visited CAS client applications when logged out
519    in one of them or after reaching a timeout.
520
521        **Note**
522
523        The CAS server has to be set up to allow single logout for this to take
524        effect, otherwise the behavior will remain unchanged
525
526 .. _casserverurl-label:
527
528 casServerUrl
529 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
530
531 Asks: The CAS Authentication Server can be found at \_\_\_
532
533 .. _google-openid-connect-label:
534
535 Google OpenID Connect
536 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
537
538 Visit the `Google Developers
539 Console <https://console.developers.google.com/>`__ to obtain OAuth 2.0
540 credentials such as a client ID and client secret that are known to both
541 Google and your application.
542
543    |image1179|
544
545 -  Create a project, and give it some details to help you identify it
546    later
547
548    |image5|
549
550 -  Next search for the Google Identity and Access Management API
551
552    |image6|
553
554 -  Enable the Google Identity and Access Management API
555
556    |image7|
557
558 -  Go to 'Credentials' and set the OAuth cosent screen values
559
560    |image8|
561
562 -  Next choose to 'Create credentials' from the 'Credentials' page
563
564    |image9|
565
566 -  Choose 'Web application' from the 'Application type' menu and fill in
567    the form presented
568
569    |image10|
570
571    -  Set 'Authorized JavaScript origins' to your OPACBaseURL
572
573    -  Change the 'Authorized Redirect URIs' to
574       http://YOUROPAC/cgi-bin/koha/svc/auth/googleopenidconnect
575
576 -  You will be presented with your values for your client ID and your
577    client secret after saving
578
579    |image11|
580
581 .. _googleoauth2clientid-label:
582
583 GoogleOAuth2ClientID
584 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
585
586 Asks: Google OAuth2 Client ID \_\_\_
587
588 .. _googleoauth2clientsecret-label:
589
590 GoogleOAuth2ClientSecret
591 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
592
593 Asks: Google OAuth2 Client Secret \_\_\_
594
595 .. _googleopenidconnect-label:
596
597 GoogleOpenIDConnect
598 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
599
600 Default: No
601
602 Asks: Use Google OpenID Connect login: \_\_\_
603
604     **Important**
605
606     You will need to select OAuth2 when creating an app in the google
607     cloud console, and set the web origin to your\_opac\_url and the
608     redirect url to
609     your\_opac\_url/cgi-bin/koha/svc/auth/googleopenidconnect .
610
611     |image12|
612
613 Values:
614
615 -  No
616
617 -  Yes
618
619 .. _googleopenidconnectautoregister-label:
620
621 GoogleOpenIDConnectAutoRegister
622 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
623
624 Default: Don't Allow
625
626 Asks: \_\_\_ users logging in with Google Open ID to automatically register.
627
628 Values:
629
630 -  Don't Allow
631
632 -  Allow
633
634 .. _googleopenidconnectdefaultbranch-label:
635
636 GoogleOpenIDConnectDefaultBranch
637 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
638
639 Asks: \_\_\_ Use this branchcode when automatically registering a Google
640 Open ID patron.
641
642 .. _googleopenidconnectdefaultcategory-label:
643
644 GoogleOpenIDConnectDefaultCategory
645 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
646
647 Asks: \_\_\_ Use this category when automatically registering a Google
648 Open ID patron.
649
650 .. _googleopenidconnectdomain-label:
651
652 GoogleOpenIDConnectDomain
653 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
654
655 Asks: Google OpenID Connect Restrict to domain (or subdomain of this
656 domain) \_\_\_.
657
658     **Note**
659
660     Leave blank for all google domains
661
662 .. _interface-options-label:
663
664 Interface options
665 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
666
667 These preference are related to your Koha interface
668
669 .. _debuglevel-label:
670
671 DebugLevel
672 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
673
674 Default: lots of
675
676 Asks: Show \_\_\_ debugging information in the browser when an internal
677 error occurs.
678
679 Values:
680
681 -  lots of - will show as much information as possible
682
683 -  no - will only show basic error messages
684
685 -  some - will show only some of the information available
686
687 Description:
688
689 -  This preference determines how much information will be sent to the
690    user's screen when the system encounters an error. The most detail
691    will be sent when the value level is set at 2, some detail will be
692    sent when the value is set at 1, and only a basic error message will
693    display when the value is set at 0. This setting is especially
694    important when a system is new and the administration is interested
695    in working out the bugs (errors or problems) quickly. Having detailed
696    error messages makes quick fixes more likely in problem areas.
697
698 .. _defaulttologgedinlibrarycircrules-label:
699
700 DefaultToLoggedInLibraryCircRules
701 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
702
703 Default: all libraries
704
705 Asks: When editing circulation rules show \_\_\_ the rules by default.
706
707 Values:
708
709 -  all libraries
710
711 -  logged in library's
712
713 Description:
714
715 -  This preference controls the default value in the branch pull down
716    found at the top of the :ref:`Circulation and fines rules`.
717
718 .. _defaulttologgedinlibrarynoticesslips-label:
719
720 DefaultToLoggedInLibraryNoticesSlips
721 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
722
723 Default: all libraries
724
725 Asks: When editing notices and slips show the \_\_\_ notices and slips
726 by default.
727
728 Values:
729
730 -  all libraries
731
732 -  logged in library's
733
734 Description:
735
736 -  This preference controls the default value in the branch pull down
737    found at the top of the :ref:`Notices & slips` tool.
738
739 .. _defaulttologgedinlibraryoverduetriggers-label:
740
741 DefaultToLoggedInLibraryOverdueTriggers
742 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
743
744 Default: all libraries
745
746 Asks: When editing overdue notice/status triggers show the \_\_\_ rules
747 by default.
748
749 Values:
750
751 -  all libraries
752
753 -  logged in library's
754
755 Description:
756
757 -  This preference controls the default value in the branch pull down
758    found at the top of the :ref:`Overdue Notice/Status Triggers`.
759
760 .. _delimiter-label:
761
762 delimiter
763 ^^^^^^^^^^^^^^^^^^^^^^^^^^
764
765 Default: semicolons
766
767 Asks: Separate columns in an exported report file with \_\_\_ by
768 default.
769
770 Values:
771
772 -  #'s
773
774 -  backslashes
775
776 -  commas
777
778 -  semicolons
779
780 -  slashes
781
782 -  tabs
783
784 Description:
785
786 -  This preference determines how reports exported from Koha will
787    separate data. In many cases you will be able to change this option
788    when exporting if you'd like.
789
790 .. _kohaadminemailaddress-label:
791
792 KohaAdminEmailAddress
793 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
794
795 This is the default 'From' address for emails unless there is one for
796 the particular branch, and is referred to when an internal error occurs.
797
798 Asks: Use \_\_\_ as the email address for the administrator of Koha.
799
800 Description:
801
802 -  This preference allows one email address to be used in warning
803    messages set to the OPAC. If no email address is set for the branch
804    this address will receive messages from patrons regarding
805    modification requests, purchase suggestions, and questions or
806    information regarding overdue notices. It is recommended that a email
807    address that can be accessed by multiple staff members be used for
808    this purpose so that if one librarian is out the others can address
809    these requests. This email address can be changed when needed.
810
811 .. _noitemtypeimages-label:
812
813 noItemTypeImages
814 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
815
816 Default: Show
817
818 Asks: \_\_\_ itemtype icons in the catalog.
819
820 Values:
821
822 -  Shows
823
824 -  Don't show
825
826 Description:
827
828 -  This preference allows the system administrator to determine if users
829    will be able to set and see an item type icon in
830    the catalog on both the OPAC and the Staff Client. The images will
831    display in both the OPAC and the Staff Client/Intranet. If images of
832    item types are disabled, text labels for item types will still appear
833    in the OPAC and Staff Client.
834
835 .. _replytodefault-label:
836
837 ReplytoDefault
838 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
839
840 Asks: Use \_\_\_ as the email address that will be set as the replyto in
841 emails
842
843 Description:
844
845 -  By default replies to notice emails will go to the `library email
846    address <#libraries-groups>`__, if you would like to specify a default
847    email address for all replies to notices you can do that here.
848
849 .. _returnpathdefault-label:
850
851 ReturnpathDefault
852 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
853
854 Asks: Use \_\_\_ as the email address set as the return path, if you
855 leave this empty the KohaAdminEmailAddress will be used.
856
857 Description:
858
859 -  The return path is the email address that bounces will be delivered
860    to. By default bounced notices will go to the `library email
861    address <#libraries-groups>`__, if you would like to specify a default
862    email address for bounces to go to then fill in this preference.
863
864 .. _sendallemailsto-label:
865
866 SendAllEmailsTo
867 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
868
869 Asks: Email to redirect all messages to: \_\_\_ (Leave this field empty to
870 send messages to their normal recipient)
871
872 Description:
873
874 -  This system preference is used to override any patron email address with this one
875    when sending notices. This is meant to be used in a testing environment to
876    test notices and to avoid spamming patrons.
877
878   **Important**
879
880   This is not to be used in a production environment. Otherwise, no patron
881   will receive their intended notices.
882
883 .. _virtualshelves-label:
884
885 virtualshelves
886 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
887
888 Default: Allow
889
890 Asks: \_\_\_ staff and patrons to create and view saved lists of books.
891
892 Values:
893
894 -  Allow
895
896 -  Don't Allow
897
898 Description:
899
900 -  This preference controls whether the lists functionality will be
901    available in the staff client and OPAC. If this is set to "Don't
902    allow" then no one will be able to save items to public or private
903    lists.
904
905 .. _login-options-label:
906
907 Login options
908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
909
910 These preferences are related to logging into your Koha system
911
912 .. _autolocation-label:
913
914 AutoLocation
915 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
916
917 Default: Don't require
918
919 Asks: \_\_\_ staff to log in from a computer in the IP address range
920 specified by their library (if any).
921
922 -  Set IP address range in the library administration area
923
924    -  *Get there:* More > Administration > Basic Parameters > :ref:`Libraries <libraries-label>`
925
926 Values:
927
928 -  Don't require
929
930 -  Require
931
932 Description:
933
934 -  This preference protects the system by blocking unauthorized users
935    from accessing the staff client program and settings. Authorized and
936    unauthorized users are determined by their computer's IP addresses.
937    When the preference is set to 'Require', IP authorization is in
938    effect and unauthorized IP addresses will be blocked. This means that
939    staff cannot work from home unless their IP address has been
940    authorized. When set to 'Don't require', anyone with a staff client
941    login will have access no matter which IP address they are using.
942
943 .. _independentbranches-label:
944
945 IndependentBranches
946 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
947
948 Default: Don't prevent
949
950 Asks: \_\_\_ staff (but not superlibrarians) from modifying objects
951 (holds, items, patrons, etc.) belonging to other libraries.
952
953 Values:
954
955 -  Don't prevent
956
957 -  Prevent
958
959 Description:
960
961 -  This preference should only be used by library systems which are
962    sharing a single Koha installation among multiple branches but are
963    considered independent organizations, meaning they do not share
964    material or patrons with other branches and do not plan to change
965    that in the future. If set to 'Prevent' it increases the security
966    between library branches by: prohibiting staff users from logging
967    into another branch from within the staff client, filtering out
968    patrons from patron searches who are not a part of the login branch
969    conducting the search, limiting the location choices to the login
970    branch when adding or modifying an item record, preventing users from
971    other branch locations from placing holds or checking out materials
972    from library branches other than their own, and preventing staff from
973    editing item records which belong to other library branches. All of
974    these security safeguards can be overridden only by the
975    superlibrarian, the highest level of privileges.
976
977     **Important**
978
979     It is important that this value be set before going live and that it
980     NOT be changed
981
982 .. _independentbranchespatronmodifications-label:
983
984 IndependentBranchesPatronModifications
985 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
986
987 Default: No
988
989 Asks: Prevent staff (but not superlibrarians) from viewing and
990 approving/denying patron modification requests for patrons
991 belonging to other libraries. \_\_\_
992
993 Values:
994
995 -  No
996
997 -  Yes
998
999 .. _sessionrestrictionbyip-label:
1000
1001 SessionRestrictionByIP
1002 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1003
1004 Default: Enable
1005
1006 Asks: \_\_\_ check for change in remote IP address for session security.
1007 Disable only when remote IP address changes frequently.
1008
1009 Values:
1010
1011 -  Disable
1012
1013 -  Enable
1014
1015 Description:
1016
1017 -  When this preference is set to 'Enable' Koha will log you out of the
1018    staff client if your IP address changes as a security measure. For
1019    some systems the IP address changes frequently so you'll want to set
1020    this preference to 'Disable' to prevent Koha from logging you out of
1021    the staff client every time that happens.
1022
1023     **Important**
1024
1025     This is meant to help those whose IP address changes several times
1026     during the day, setting this preference to 'Disable' is not
1027     recommended otherwise because it is removing important security
1028     features from your staff client.
1029
1030 .. _sessionstorage-label:
1031
1032 SessionStorage
1033 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1034
1035 Default: in the MySQL database
1036
1037 Asks: Store login session information \_\_\_
1038
1039 Values:
1040
1041 -  as temporary files
1042
1043 -  in the MySQL database
1044
1045 -  in the PostgreSQL database
1046
1047    -  **Important**
1048
1049           PostgreSQL is not yet supported
1050
1051 Description:
1052
1053 -  This preference allows administrators to choose what format session
1054    data is stored in during web sessions.
1055
1056 .. _timeout-label:
1057
1058 timeout
1059 ^^^^^^^^^^^^^^^^^^^^^^
1060
1061 Default: 12000000
1062
1063 Asks: Automatically log out users after \_\_\_ seconds of inactivity.
1064
1065 Description:
1066
1067 -  This preference sets the length of time the Staff Client or OPAC
1068    accounts can be left inactive before re-logging in is necessary. The
1069    value of this preference is in seconds. At this time, the amount of
1070    time before a session times out must be the same for both the Staff
1071    Client and the OPAC.
1072
1073 .. _ssl-client-certificate-authentication-label:
1074
1075 SSL client certificate authentication
1076 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1077
1078 .. _allowpkiauth-label:
1079
1080 AllowPKIAuth
1081 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1082
1083 Default: no
1084
1085 Asks: Use \_\_\_ field for SSL client certificate authentication
1086
1087 Values:
1088
1089 -  no
1090
1091 -  the common name
1092
1093 -  the email address
1094
1095 .. _search-engine-label:
1096
1097 Search Engine
1098 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1099
1100 .. _searchengine-label:
1101
1102 SearchEngine
1103 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1104
1105 Default: Zebra
1106
1107 Asks: Use following search engine: \_\_\_
1108
1109 Values:
1110
1111 -  Elasticsearch
1112
1113 -  Zebra
1114
1115 .. _share-anonymous-usage-statistics-label:
1116
1117 Share anonymous usage statistics
1118 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1119
1120 As an open source project Koha is used all over the world. These
1121 preference will help us keep more accurate statistics on where Koha is
1122 being used. If you choose to share your information, it will be
1123 published on the `Hea Koha community
1124 website <http://hea.koha-community.org>`__. You will need to enable the
1125 :ref:`Share Usage Stats` cronjob to send this information at regular
1126 intervals to the community.
1127
1128 .. _usagestats-label:
1129
1130 UsageStats
1131 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1132
1133 Default: Don't share
1134
1135 Asks: \_\_\_ anonymous Koha usage data with the Koha community.
1136
1137 Values:
1138
1139 -  Don't share
1140
1141 -  Share
1142
1143 Description:
1144
1145 -  This data is stored to help track usage of Koha around the world. If
1146    you choose to share your information, it will be published on the
1147    `Hea Koha community website <http://hea.koha-community.org>`__. This
1148    information is sent using the :ref:`Share Usage Stats` cronjob.
1149
1150 .. _usagestatscountry-label:
1151
1152 UsageStatsCountry
1153 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1154
1155 Asks: The country where your library is located: \_\_\_
1156
1157 Description:
1158
1159 -  This data is stored to help track usage of Koha around the world. If
1160    you choose to share your information, it will be published on the
1161    `Hea Koha community website <http://hea.koha-community.org>`__. This
1162    information is sent using the :ref:`Share Usage Stats` cronjob.
1163
1164     **Important**
1165
1166     This preference depends on the `UsageStats <#usagestats>`__
1167     preference. Set that to 'Share' to share your information.
1168
1169 .. _usagestatsgeolocation-label:
1170
1171 UsageStatsGeolocation
1172 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1173
1174 Default: blank
1175
1176 Asks: Geolocation of the main library: \_\_\_ Note that this value has no effect
1177 if the :ref:`UsageStats` systemp preference is set to "Don't share"
1178
1179 .. _usagestatslibrariesinfo-label:
1180
1181 UsageStatsLibrariesInfo
1182 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1183
1184 Default: Do not Share
1185
1186 Asks: \_\_\_ libraries information (name, url, country) Note that this value
1187 has no effect if the :ref:`UsageStats` system preference is set to
1188 "Don't share"
1189
1190 Values:
1191
1192 -  Do not Share
1193
1194 -  Share
1195
1196 .. _usagestatslibraryname-label:
1197
1198 UsageStatsLibraryName
1199 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1200
1201 Asks: The library name \_\_\_ will be shown on the `Hea Koha community
1202 website <http://hea.koha-community.org>`__.
1203
1204 Description:
1205
1206 -  This data is stored to help track usage of Koha around the world. If
1207    you choose to share your information, it will be published on the
1208    `Hea Koha community website <http://hea.koha-community.org>`__. This
1209    information is sent using the :ref:`Share Usage Stats` cron job.
1210
1211     **Important**
1212
1213     This preference depends on the `UsageStats <#usagestats>`__
1214     preference. Set that to 'Share' to share your information. If this
1215     field is empty data will be sent anonymously if you choose 'Share'
1216     for the `UsageStats <#usagestats>`__ preference.
1217
1218 .. _usagestatslibrarytype-label:
1219
1220 UsageStatsLibraryType
1221 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1222
1223 Default: public
1224
1225 Asks: The library type \_\_\_ will be shown on the `Hea Koha community
1226 website <http://hea.koha-community.org>`__.
1227
1228 Values:
1229
1230 -  academic
1231
1232 -  corporate
1233
1234 -  government
1235
1236 -  private
1237
1238 -  public
1239
1240 -  religious organization
1241
1242 -  research
1243
1244 -  school
1245
1246 -  society or association
1247
1248 -  subscription
1249
1250 Description:
1251
1252 -  This data is stored to help track usage of Koha around the world. If
1253    you choose to share your information, it will be published on the
1254    `Hea Koha community website <http://hea.koha-community.org>`__. This
1255    information is sent using the :ref:`Share Usage Stats` cronjob.
1256
1257     **Important**
1258
1259     This preference depends on the `UsageStats <#usagestats>`__
1260     preference. Set that to 'Share' to share your information.
1261
1262 .. _usagestatslibraryurl-label:
1263
1264 UsageStatsLibraryUrl
1265 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1266
1267 Asks: The library URL \_\_\_ will be shown on the `Hea Koha community
1268 website <http://hea.koha-community.org>`__.
1269
1270 Description:
1271
1272 -  This data is stored to help track usage of Koha around the world. If
1273    you choose to share your information, it will be published on the
1274    `Hea Koha community website <http://hea.koha-community.org>`__. This
1275    information is sent using the :ref:`Share Usage Stats` cronjob.
1276
1277     **Important**
1278
1279     This preference depends on the `UsageStats <#usagestats>`__
1280     preference. Set that to 'Share' to share your information.
1281
1282 .. _authorities-system-preferences-label:
1283
1284 Authorities
1285 ----------------------------
1286
1287 *Get there:* More > Administration > Global System Preferences >
1288 Authorities
1289
1290 .. _authoritiesgeneral-label:
1291
1292 General
1293 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1294
1295 .. _authdisplayhierarchy-label:
1296
1297 AuthDisplayHierarchy
1298 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1299
1300 Default: Don't display
1301
1302 Asks: \_\_\_ broader term/narrower term hierarchies when viewing
1303 authorities.
1304
1305 Values:
1306
1307 -  Display
1308
1309    |image14|
1310
1311 -  Don't display
1312
1313 Description:
1314
1315 -  If your authority records includes 5xx fields with linked references
1316    to broader and/or narrower see also references this preference will
1317    turn on a display of those authorities at the top of the record.
1318
1319 .. _authoritycontrolledindicators-label:
1320
1321 AuthorityControlledIndicators
1322 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1323
1324 Asks: Use the following text to edit how authority records control indicators
1325 of attached biblio fields (and possibly subfield $2). Lines starting with a
1326 comment symbol (#) are skipped. Each line should be of the form: (marc21|unimarc),
1327 tag, ind1:(auth1|auth2|some_value), ind2:(auth1|auth2|thesaurus|some_value).
1328 Here auth1 and auth2 refer to the indicators of the authority record, tag is a
1329 biblio field number or an asterisk (*), and some_value is a fixed value
1330 (one character). The MARC21 option thesaurus refers to indicators controlled by
1331 authority field 008/11 and 040$f.
1332
1333 Description:
1334
1335 -  Used when merging authorities.
1336
1337 -  Controls how the indicators of linked authority records affect the
1338    corresponding biblio indicators. Currently, the default value is fine-tuned
1339    for MARC21 and copies the authority indicators for UNIMARC.
1340
1341 -  For example, a MARC21 field 100 in a biblio record should pick its first
1342    indicator from the linked authority record. The second indicator is not
1343    controlled by the authority. This report supports such MARC conventions.
1344
1345 .. _authoritymergelimit-label:
1346
1347 AuthorityMergeLimit
1348 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1349
1350 Default: 50
1351
1352 Asks: When modifying an authority record, do not update attached biblio
1353 records if the number exceeds \_\_\_ records. (Above this limit, the merge_authority
1354 cron job will merge them.)
1355
1356 .. _authoritymergemode-label:
1357
1358 AuthorityMergeMode
1359 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1360
1361 Default: loose
1362
1363 Asks: When updating biblio records from an attached authority record ("merging"),
1364 handle subfields of relevant biblio record fields in \_\_\_ mode. In strict mode
1365 subfields that are not found in the authority record, are deleted. Loose mode
1366 will keep them. Loose mode is the historical behavior and still the default.
1367
1368 Values:
1369
1370 -  loose
1371
1372 -  strict
1373
1374 .. _autocreateauthorities-label:
1375
1376 AutoCreateAuthorities
1377 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1378
1379 Default: do not generate
1380
1381 Asks: When editing records, \_\_\_ authority records that are missing.
1382
1383 Values:
1384
1385 -  do not generate
1386
1387 -  generate
1388
1389     **Important**
1390
1391     `BiblioAddsAuthorities <#biblioaddsauthorities>`__ must be set to
1392     "allow" for this to have any effect
1393
1394 Description:
1395
1396 -  When this and `BiblioAddsAuthorities <#biblioaddsauthorities>`__ are
1397    both turned on, automatically create authority records for headings
1398    that don't have any authority link when cataloging. When
1399    BiblioAddsAuthorities is on and AutoCreateAuthorities is turned off,
1400    do not automatically generate authority records, but allow the user
1401    to enter headings that don't match an existing authority. When
1402    BiblioAddsAuthorities is off, this has no effect.
1403
1404 .. _biblioaddsauthorities-label:
1405
1406 BiblioAddsAuthorities
1407 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1408
1409 Default: allow
1410
1411 Asks: When editing records, \_\_\_ them to automatically create new
1412 authority records if needed, rather than having to reference existing
1413 authorities.
1414
1415 Values:
1416
1417 -  allow
1418
1419    -  This setting allows you to type values in the fields controlled by
1420       authorities and then adds a new authority if one does not exist
1421
1422 -  don't allow
1423
1424    -  This setting will lock the authority controlled fields, forcing
1425       you to search for an authority versus allowing you to type the
1426       information in yourself.
1427
1428 .. _marcauthoritycontrolfield008-label:
1429
1430 MARCAuthorityControlField008
1431 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1432
1433 Default: \|\| aca\|\|aabn \| a\|a d
1434
1435 Asks: Use the following text for the contents of MARC21 authority
1436 control field 008 position 06-39 (fixed length data elements).
1437
1438     **Important**
1439
1440     Do not include the date (position 00-05) in this preference, Koha
1441     will calculate automatically and put that in before the values in
1442     this preference.
1443
1444 Description:
1445
1446 -  This preference controls the default value in the 008 field on
1447    Authority records. It does not effect bibliographic records.
1448
1449 .. _unimarcauthorityfield100-label:
1450
1451 UNIMARCAuthorityField100
1452 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1453
1454 Default: afrey50 ba0
1455
1456 Asks: Use the following text for the contents of UNIMARC authority field
1457 100 position (fixed length data elements).
1458
1459     **Important**
1460
1461     Do not include the date (position 00-07) in this preference, Koha
1462     will calculate automatically and put that in before the values in
1463     this preference.
1464
1465 Description:
1466
1467 -  This preference controls the default value in the 100 field on
1468    Authority records cataloged in UNIMARC. It does not effect
1469    bibliographic records.
1470
1471 .. _useauthoritiesfortracings-label:
1472
1473 UseAuthoritiesForTracings
1474 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1475
1476 Default: Don't use
1477
1478 Asks: \_\_\_ authority record numbers instead of text strings for
1479 searches from subject tracings.
1480
1481 Values:
1482
1483 -  Don't use
1484
1485    -  Search links look for subject/author keywords (example:
1486       opac-search.pl?q=su:Business%20networks)
1487
1488 -  Use
1489
1490    -  Search links look for an authority record (example:
1491       opac-search.pl?q=an:354)
1492
1493 Description:
1494
1495 -  For libraries that have authority files, they may want to make it so
1496    that when a link to an authorized subject or author is clicked on the
1497    OPAC or staff client it takes the searcher only to a list of results
1498    with that authority record. Most libraries do not have complete
1499    authority files and so setting this preference to 'Don't use' will
1500    allow searchers to click on links to authors and subject headings and
1501    perform a keyword search against those fields, finding all possible
1502    relevant results instead.
1503
1504 .. _linker-label:
1505
1506 Linker
1507 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1508
1509 These preferences will control how Koha links bibliographic records to
1510 authority records. All bibliographic records added to Koha after these
1511 preferences are set will link automatically to authority records, for
1512 records added before these preferences are set there is a script
1513 (misc/link\_bibs\_to\_authorities.pl) that your system administrator can
1514 run to link records together.
1515
1516 .. _catalogmodulerelink-label:
1517
1518 CatalogModuleRelink
1519 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1520
1521 Default: Do not
1522
1523 Asks: \_\_\_ automatically relink headings that have previously been
1524 linked when saving records in the cataloging module.
1525
1526 Values:
1527
1528 -  Do
1529
1530 -  Do not
1531
1532 Description:
1533
1534 -  Longtime users of Koha don't expect the authority and bib records to
1535    link consistently. This preference makes it possible to disable
1536    authority relinking in the cataloging module only (i.e. relinking is
1537    still possible if link\_bibs\_to\_authorities.pl is run). Note that
1538    though the default behavior matches the previous behavior of Koha
1539    (retaining links to outdated authority records), it does not match
1540    the intended behavior (updating biblio/authority link after
1541    bibliographic record is edited). Libraries that want the intended
1542    behavior of authority control rather than the way Koha used to handle
1543    linking should set CatalogModuleRelink to 'Do'. Once setting this to
1544    'Do' the following preferences can also be set.
1545
1546 .. _linkerkeepstale-label:
1547
1548 LinkerKeepStale
1549 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1550
1551 Default: Do not
1552
1553 Asks: \_\_\_ keep existing links to authority records for headings where
1554 the linker is unable to find a match.
1555
1556 Values:
1557
1558 -  Do
1559
1560 -  Do not
1561
1562 Description:
1563
1564 -  When set to 'Do', the linker will never remove a link to an authority
1565    record, though, depending on the value of
1566    :ref:`LinkerRelink`, it may change the link.
1567
1568 .. _linkermodule-label:
1569
1570 LinkerModule
1571 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1572
1573 Default: Default
1574
1575 Asks: Use the \_\_\_ linker module for matching headings to authority
1576 records.
1577
1578 Values:
1579
1580 -  Default
1581
1582    -  Retains Koha's previous behavior of only creating links when there
1583       is an exact match to one and only one authority record; if the
1584       :ref:`LinkerOptions` preference is set to
1585       'broader\_headings', it will try to link headings to authority
1586       records for broader headings by removing subfields from the end of
1587       the heading
1588
1589 -  First match
1590
1591    -  Creates a link to the first authority record that matches a given
1592       heading, even if there is more than one authority record that
1593       matches
1594
1595 -  Last match
1596
1597    -  Creates a link to the last authority record that matches a given
1598       heading, even if there is more than one record that matches
1599
1600 Description:
1601
1602 -  This preference tells Koha which match to use when searching for
1603    authority matches when saving a record.
1604
1605 .. _linkeroptions-label:
1606
1607 LinkerOptions
1608 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1609
1610 Asks: Set the following options for the authority linker \_\_\_
1611
1612     **Important**
1613
1614     This feature is experimental and shouldn't be used in a production
1615     environment until further expanded upon.
1616
1617 Description:
1618
1619 -  This is a pipe separated (\|) list of options. At the moment, the
1620    only option available is "broader\_headings." With this option set to
1621    "broader\_headings", the linker will try to match the following
1622    heading as follows:
1623
1624    ::
1625
1626        =600 10$aCamins-Esakov, Jared$xCoin collections$vCatalogs$vEarly works to 1800.
1627
1628    First: Camins-Esakov, Jared--Coin collections--Catalogs--Early works
1629    to 1800
1630
1631    Next: Camins-Esakov, Jared--Coin collections--Catalogs
1632
1633    Next: Camins-Esakov, Jared--Coin collections
1634
1635    Next: Camins-Esakov, Jared (matches! if a previous attempt had
1636    matched, it would not have tried this)
1637
1638 .. _linkerrelink-label:
1639
1640 LinkerRelink
1641 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1642
1643 Default: Do
1644
1645 Asks: \_\_\_ relink headings that have previously been linked to
1646 authority records.
1647
1648 Values:
1649
1650 -  Do
1651
1652 -  Do not
1653
1654 Description:
1655
1656 -  When set to 'Do', the linker will confirm the links for headings that
1657    have previously been linked to an authority record when it runs,
1658    correcting any incorrect links it may find. When set to 'Do not', any
1659    heading with an existing link will be ignored, even if the existing
1660    link is invalid or incorrect.
1661
1662 .. _cataloging-system-preferences-label:
1663
1664 Cataloging
1665 --------------------------
1666
1667 *Get there:* More > Administration > Global System Preferences >
1668 Cataloging
1669
1670 .. _display-label:
1671
1672 Display
1673 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1674
1675 .. _acquisitiondetails-label:
1676
1677 AcquisitionDetails
1678 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1679
1680 Default: Display
1681
1682 Asks: \_\_\_ acquisition details on the biblio detail page.
1683
1684 Values:
1685
1686 -  Display
1687
1688 -  Don't display
1689
1690 Description:
1691
1692 -  This preference controls whether a tab will show on the detail page
1693    in the staff client that includes detailed acquisitions information
1694    for the title. This tab will include links to order information
1695    stored in the acquisitions module.
1696
1697    |image1180|
1698
1699 .. _authorityseparator-label:
1700
1701 AuthoritySeparator
1702 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1703
1704 Default: --
1705
1706 Asks: Separate multiple displayed authors, series or subjects with
1707 \_\_\_.
1708
1709 .. _hide-marc-label:
1710
1711 hide\_marc
1712 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1713
1714 Default: Display
1715
1716 Asks: \_\_\_ MARC tag numbers, subfield codes and indicators in MARC
1717 views.
1718
1719 Values:
1720
1721 -  Display -- shows the tag numbers on the cataloging interface
1722
1723    |image15|
1724
1725 -  Don't display -- shows just descriptive text when cataloging
1726
1727    |image16|
1728
1729 .. _intranetbibliodefaultview-label:
1730
1731 IntranetBiblioDefaultView
1732 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1733
1734 Default: ISBD form
1735
1736 Asks: By default, display biblio records in \_\_\_
1737
1738 Values:
1739
1740 -  ISBD form -- displays records in the staff client in the old card
1741    catalog format
1742
1743    -  See :ref:`ISBD` preference for more information
1744
1745 -  Labelled MARC form -- displays records in the staff client in MARC
1746    with text labels to explain the different fields
1747
1748 -  MARC form -- displays records in the staff client in MARC
1749
1750 -  normal form -- visual display in the staff client (for the average
1751    person)
1752
1753 Description:
1754
1755 -  This setting determines the bibliographic record display when
1756    searching the catalog on the staff client. This setting does not
1757    affect the display in the OPAC which is changed using the
1758    :ref:`BiblioDefaultView` preference under the OPAC
1759    preference tab. This setting changes the look of the record when
1760    first displayed. The MARC and ISBD views can still be seen by
1761    clicking in the sidebar.
1762
1763 .. _isbd-label:
1764
1765 ISBD
1766 ^^^^^^^^^^^^^^^^^^^^
1767
1768 Default: See `ISBD view configuration
1769 <https://wiki.koha-community.org/wiki/ISBD_view_configuration>` on the wiki.
1770
1771 Asks: Use the following as the ISBD template:
1772
1773 Description:
1774
1775 -  This determines how the ISBD information will display in the staff
1776    client. Elements in the list can be reordered to produce a different
1777    ISBD view. ISBD, the International Standard Bibliographic
1778    Description, was first introduced by IFLA (International Federation
1779    of Library Associations) in 1969 in order to provide guidelines for
1780    descriptive cataloging. The purpose of ISBD is to aid the
1781    international exchange of bibliographic records for a variety of
1782    materials.
1783
1784 .. _labelmarcview-label:
1785
1786 LabelMARCView
1787 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1788
1789 Default: Don't
1790
1791 Asks: \_\_\_ collapse repeated tags of the same type into one tag entry.
1792
1793 Values:
1794
1795 -  Do -- will combine all identical tag numbers under one heading in the
1796    MARC view in the OPAC and Staff Client
1797
1798    |image17|
1799
1800 -  Don't -- will list all of the tags individually in the MARC view in
1801    the OPAC and Staff Client
1802
1803    |image18|
1804
1805 .. _marcfielddocurl-label:
1806
1807 MARCFieldDocURL
1808 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1809
1810 Default: blank
1811
1812 Asks: Use \_\_\_ as the URL for MARC field documentation. Possible substitutions are {MARC} (marc flavour, eg. "MARC21" or "UNIMARC"), {FIELD} (field number, eg. "000" or "048"), {LANG} (user language, eg. "en" or "fi-FI"). If left empty, the format documentation on http://loc.gov (MARC21) or http://archive.ifla.org (UNIMARC) is used. For example http://fielddoc.example.com/?marc={MARC}&field={FIELD}&language={LANG}
1813
1814 Description:
1815
1816 -  This preference lets you choose the source of the MARC documentation available through the "?" next to MARC fields.
1817
1818 .. _mergereportfields-label:
1819
1820 MergeReportFields
1821 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1822
1823 Asks: \_\_\_ fields to display for deleted records after merge
1824
1825 Description:
1826
1827 -  When merging records together you can receive a report of the merge
1828    process once it's done, this preference lets you set the default
1829    values for this report.
1830
1831 Example: '001,245ab,600' displays:
1832
1833 -  value of 001
1834
1835 -  subfields a and b of fields 245
1836
1837 -  all subfields of fields 600
1838
1839 .. _notesblacklist-label:
1840
1841 NotesBlacklist
1842 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1843
1844 Asks: Don't show these \_\_\_ note fields in title notes separator (OPAC
1845 record details) and in the description separator (Staff client record
1846 details).
1847
1848 Description:
1849
1850 -  This preference lets you define which of your note fields are hidden
1851    from the title notes (OPAC) and descriptions (Staff) tabs. Enter the
1852    values as a comma separated list. For example to hide the local note
1853    and the bibliography note in MARC21 enter 504, 590.
1854
1855 .. _opacsuppression-preferences-label:
1856
1857 OpacSuppression, OpacSuppressionByIPRange, OpacSuppressionRedirect, and OpacSuppressionMessage
1858 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1859
1860 OpacSuppression Default: Don't hide
1861
1862 Asks: \_\_\_ items marked as suppressed from OPAC search results.
1863 Restrict the suppression to IP addressesoutside of the IP range \_\_\_
1864 (Leave blank if not used. Define a range like 192.168..) Redirect the opac detail
1865 page for suppressed records to \_\_\_ Display the following message on
1866 the redirect page for suppressed biblios \_\_\_.
1867
1868 OpacSuppression Values:
1869
1870 -  Don't hide
1871
1872    -  Will show records in OPAC search results if they are marked
1873       suppressed
1874
1875 -  Hide
1876
1877    -  Will not show records in OPAC search results if they're marked as
1878       suppressed
1879
1880 OpacSuppressionRedirect Values:
1881
1882 -  an explanatory page ('This record is blocked').
1883
1884 -  the 404 error page ('Not found').
1885
1886 Description:
1887
1888 -  These preferences control hiding of bibliographic records from
1889    display in the OPAC. Each bibliographic record you want to hide from
1890    the OPAC simply needs to have the value "1" in the field mapped with
1891    Suppress index (942$n field in MARC21, no official field in UNIMARC).
1892    The indexer then hides it from display in OPAC but will still display
1893    it in the Staff Client. If you want to further control suppression
1894    you can set an IP address range to still show suppressed items to.
1895    Define a range like 192.168.. If you don't want to limit suppression
1896    in this way, leave the IP field blank. You can also decide what the
1897    patrons will see in the OPAC when a title is suppressed by setting
1898    the OpacSuppressionRedirect and OpacSuppressionMessage preferences.
1899    You can either show the patron a 404 page if they try to see a
1900    suppressed record or you can create a custom page by entering the
1901    HTML in the OpacSuppressionMessage part of this preference.
1902
1903        **Note**
1904
1905        An :ref:`authorized value <authorized-values-label>` for the MARC21 942$n
1906        field (or the equivalent UNIMARC field) should be set to
1907        eliminate errors. One example would be to create an authorized
1908        value titled SUPPRESS with a value of 0 for don't suppress and 1
1909        for suppress.
1910
1911     **Important**
1912
1913     If this preference is set to 'hide' and you have the 942n field set
1914     to 1, it will hide the entire bib record - not just an individual
1915     item.
1916
1917     **Note**
1918
1919     Suppressed records will show a note in the staff client indicating
1920     that they are suppressed from view in the OPAC.
1921
1922     |image1181|
1923
1924     This note can be styled by using the
1925     :ref:`IntranetUserCSS` preference to stand out more
1926     if you'd like.
1927
1928     |image1182|
1929
1930 .. _separateholdings-and-separateholdingsbranch-label:
1931
1932 SeparateHoldings and SeparateHoldingsBranch
1933 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1934
1935 SeparateHoldings default: Don't separate
1936
1937 SeparateHoldingsBranch default: home library
1938
1939 Asks: \_\_\_ items display into two tabs, where the first tab contains
1940 items whose \_\_\_ is the logged in user's library. The second tab will
1941 contain all other items.
1942
1943 SeparateHoldings values:
1944
1945 -  Don't separate
1946
1947 -  Separate
1948
1949 SeparateHoldingsBranch values:
1950
1951 -  holding library
1952
1953 -  home library
1954
1955 Description:
1956
1957 -  This preference lets you decide if you would like to have the holding
1958    information on the bibliographic detail page in the staff client
1959    split in to multiple tabs. The default is to show all holdings on one
1960    tab.
1961
1962    |image19|
1963
1964 .. _urllinktext-label:
1965
1966 URLLinkText
1967 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1968
1969 Default: Online Resource
1970
1971 Asks: Show \_\_\_ as the text of links embedded in MARC records.
1972
1973 Description:
1974
1975 -  If the 856 field does not have a subfield 3 or y defined, the OPAC
1976    will say 'Click here to access online.^ If you would like the field
1977    to say something else enter that in this field.
1978
1979 .. _usecontrolnumber-label:
1980
1981 UseControlNumber
1982 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1983
1984 Default: Don't use
1985
1986 Asks: \_\_\_ record control number ($w subfields) and control number
1987 (001) for linking of bibliographic records.
1988
1989 Values:
1990
1991 -  Don't use
1992
1993    -  When clicking on links to titles that appear next to 'Continues'
1994       and 'Continued by' in the detail display Koha will perform a title
1995       search
1996
1997 -  Use
1998
1999    -  When clicking on links to titles that appear next to 'Continues'
2000       and 'Continued by' in the detail display Koha will perform a
2001       control number (MARC field 001) search
2002
2003     **Important**
2004
2005     Unless you are going in and manually changing 773$w to match your
2006     rigorously-defined bibliographic relationships, you should set this
2007     preference to "Don't use" and instead set
2008     :ref:`EasyAnalyticalRecords` to "Display"
2009
2010 Description:
2011
2012 -  If you have a serial called "Journal of Interesting Things" which has
2013    a separate record from when it was called "Transactions of the
2014    Interesting Stuff Society," you could add linking fields to indicate
2015    the relationship between the two records. UseControlNumber allows you
2016    to use your local accession numbers for those links. In MARC21, the
2017    relevant sections of the two records might look like this:
2018
2019    ::
2020
2021            =001    12345
2022            =110  2_$aInteresting Stuff Society.
2023            =245  10$aTransactions of the Interesting Stuff Society.
2024            =785  00$aInteresting Stuff Society$tJournal of Interesting Things.$w12346
2025
2026            =001    12346
2027            =110  2_$aInteresting Stuff Society.
2028            =245  10$aJournal of Interesting Things.
2029            =780  00$aInteresting Stuff Society$tTransactions of the Interesting Stuff Society.$w12345
2030
2031    With UseControlNumber set to 'Use', the 78x links will use the
2032    Control Numbers is subfield $w, instead of doing a title search on
2033    "Journal of Interesting Things" and "Transactions of the Interesting
2034    Stuff Society" respectively.
2035
2036 .. _exporting-label:
2037
2038 Exporting
2039 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2040
2041 .. _bibtexexportadditionalfields-label:
2042
2043 BibtexExportAdditionalFields
2044 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2045
2046 Asks: Include following fields when exporting BibTeX
2047
2048 Description:
2049
2050 -  Use one line per tag in the format BT\_TAG: TAG$SUBFIELD ( e.g. lccn:
2051    010$a )
2052
2053 -  To specify multiple marc tags/subfields as targets for a repeating
2054    BibTex tag, use the following format: BT\_TAG: [TAG2$SUBFIELD1,
2055    TAG2$SUBFIELD2] ( e.g. notes: [501$a, 505$g] )
2056
2057 -  All values of repeating tags and subfields will be printed with the
2058    given BibTeX tag.
2059
2060 -  Use ^@^ ( with quotes ) as the BT\_TAG to replace the bibtex record
2061    type with a field value of your choosing.
2062
2063 .. _risexportadditionalfields-label:
2064
2065 RisExportAdditionalFields
2066 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2067
2068 Asks: Include following fields when exporting RIS
2069
2070 Description:
2071
2072 -  Use one line per tag in the format RIS\_TAG: TAG$SUBFIELD ( e.g. LC:
2073    010$a )
2074
2075 -  To specificy multiple marc tags/subfields as targets for a repeating
2076    RIS tag, use the following format: RIS\_TAG: [TAG2$SUBFIELD1,
2077    TAG2$SUBFIELD2] ( e.g. NT: [501$a, 505$g] )
2078
2079 -  All values of repeating tags and subfields will be printed with the
2080    given RIS tag.
2081
2082 -  Use of TY ( record type ) as a key will *replace* the default TY with
2083    the field value of your choosing.
2084
2085 .. _importing-label:
2086
2087 Importing
2088 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2089
2090 .. _additionalFieldsInZ3950ResultSearch-label:
2091
2092 AdditionalFieldsInZ3950ResultSearch
2093 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2094
2095 Asks: Display the MARC field/subfields \_\_\_ in the 'Additional fields' column of Z39.50 search results (use comma as delimiter e.g.: "001, 082$ab, 090$ab").
2096
2097 Description:
2098
2099 -  This preference lets you define additional fields and subfields to display on the Z39.50 result list.
2100
2101 .. _aggressivematchonisbn-label:
2102
2103 AggressiveMatchOnISBN
2104 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2105
2106 Default: don't
2107
2108 Asks: When matching on ISBN with the record import tool, \_\_\_ attempt
2109 to match aggressively by trying all variations of the ISBNs in the
2110 imported record as a phrase in the ISBN fields of already cataloged
2111 records.
2112
2113 Values:
2114
2115 -  do
2116
2117 -  don't
2118
2119 Description:
2120
2121 -  This preference allows you to choose to alter the ISBN matching rule
2122    used when staging records for import to be more aggressive. This
2123    means that all text will be stripped from the ISBN field so that a
2124    pure number match is possible. If this preference is set to "Don't"
2125    then Koha will find a match only if the ISBN fields are identical.
2126
2127     **Important**
2128
2129     Note that this preference has no effect if
2130     :ref:`UseQueryParser` is on.
2131
2132 .. _aggressivematchonissn-label:
2133
2134 AggressiveMatchOnISSN
2135 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2136
2137 Default: don't
2138
2139 Asks: When matching on ISSN with the record import tool, \_\_\_ attempt
2140 to match aggressively by trying all variations of the ISSNs in the imported
2141 record as a phrase in the ISSN fields of already cataloged records. Note that
2142 this preference has no effect if :ref:`UseQueryParser` is on.
2143
2144 .. _interface-label:
2145
2146 Interface
2147 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2148
2149 .. _advancedmarceditor-label:
2150
2151 advancedMARCeditor
2152 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2153
2154 Default: Don't display
2155
2156 Asks: \_\_\_ descriptions of fields and subfields in the MARC editor.
2157
2158 Description:
2159
2160 -  This preference determines whether or not MARC field names will be
2161    present when editing or creating MARC records.
2162
2163 Values:
2164
2165 -  Display
2166
2167    |image20|
2168
2169 -  Don't display
2170
2171    |image21|
2172
2173 .. _defaultclassificationsource-label:
2174
2175 DefaultClassificationSource
2176 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2177
2178 Default: Dewey Decimal System
2179
2180 Asks: Use \_\_\_ as the default classification source.
2181
2182 Values:
2183
2184 -  ANSCR (Sound Recordings)
2185
2186 -  Dewey Decimal Classification
2187
2188 -  Library of Congress Classification
2189
2190 -  Other/Generic Classification Scheme
2191
2192 -  SuDoc Classification (U.S. GPO)
2193
2194 -  Universal Decimal Classification
2195
2196     **Note**
2197
2198     Adding another classification under Administration > Classification Sources
2199     will make it show up in this list as well.
2200
2201 .. _easyanalyticalrecords-label:
2202
2203 EasyAnalyticalRecords
2204 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2205
2206 Default: Don't Display
2207
2208 Asks: \_\_\_ easy ways to create analytical record relationships
2209
2210 Values:
2211
2212 -  Display
2213
2214 -  Don't Display
2215
2216     **Important**
2217
2218     If you decide to use this feature you'll want to make sure that your
2219     :ref:`UseControlNumber` preference is set to "Don't
2220     use" or else the "Show analytics" links in the staff client and the
2221     OPAC will be broken.
2222
2223 Description:
2224
2225 -  An analytic entry in a catalog is one that describes a part of a
2226    larger work that is also described in the catalog. In bibliographic
2227    cataloging, analytic entries may be made for chapters in books or
2228    special issues of articles in periodicals. In archival cataloging,
2229    analytic entries may be made for series or items within a collection.
2230    This feature in Koha allows for an easy way of linking analytic
2231    entries to the host records, and this system preference adds several
2232    new menu options to the staff cataloging detail pages to allow that
2233    to happen.
2234
2235 .. _enableadvancedcatalogingeditor-label:
2236
2237 EnableAdvancedCatalogingEditor
2238 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2239
2240 Default: Don't enable
2241
2242 Asks: \_\_\_ the advanced cataloging editor.
2243
2244 Description:
2245
2246 -  This preference will allow you to choose between a basic editor and a
2247    advanced editor for cataloging.
2248
2249     **Note**
2250
2251     This feature does not currently include any support for
2252     UNIMARC or NORMARC fixed fields.
2253
2254 .. _record-structure-label:
2255
2256 Record Structure
2257 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2258
2259 .. _alternateholdingsfield-and-alternateholdingsseparator-label:
2260
2261 AlternateHoldingsField and AlternateHoldingsSeparator
2262 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2263
2264 Asks: Display MARC subfield \_\_\_ as holdings information for records
2265 that do not have items, with the subfields separated by \_\_\_.
2266
2267 Description:
2268
2269 -  Sometimes libraries migrate to Koha with their holding info in the
2270    852 field (OCLC holdings information field) and choose not to
2271    transfer that information into the 952 (Koha holdings information
2272    field) because they don't plan on circulating those items. For those
2273    libraries or other libraries that have data in the 852 fields of
2274    their records that they want to display, these preferences let you
2275    choose to display holdings info from a field other than the 952
2276    field. The AlternateHoldingsField preference can contain multiple
2277    subfields to look in; for instance 852abhi would look in 852
2278    subfields a, b, h, and i.
2279
2280 -  With AlternateHoldingsField set to 852abhi and
2281    AlternateHoldingsSeparator set to a space the holdings would look
2282    like the following:
2283
2284    |image22|
2285
2286 .. _autobarcode-label:
2287
2288 autoBarcode
2289 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2290
2291 Default: generated in the form <branchcode>yymm0001
2292
2293 Asks: Barcodes are \_\_\_
2294
2295 Values:
2296
2297 -  generated in the form <branchcode>yymm0001
2298
2299 -  generated in the form <year>-0001, <year>-0002
2300
2301 -  generated in the form 1, 2, 3
2302
2303 -  incremental EAN-13 barcodes
2304
2305 -  not generated automatically
2306
2307 Description:
2308
2309 -  This setting is for libraries wishing to generate barcodes from
2310    within Koha (as opposed to scanning in pre-printed barcodes or
2311    manually assigning them). The default behavior makes it so that when
2312    you click in the barcode field (952$p in MARC21) it will populate
2313    with the automatic barcode you have chosen. If you would rather it
2314    only enter an automatic barcode when you click on the plugin (the ...
2315    to the right of the field) you can change the plugin used for that
2316    field in the framework. Set the plugin for 952$p (if using MARC21 or
2317    equivalent field mapped to items.barcode in your local MARC format)
2318    for your frameworks to barcode\_manual.pl instead of barcode.pl.
2319    Learn more about editing frameworks under the :ref:`MARC Bibliographic
2320    Frameworks <marc-bibliographic-frameworks-label>` section of this manual.
2321
2322 .. _defaultcountryfield008-label:
2323
2324 DefaultCountryField008
2325 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2326
2327 Default: Empty defaults to xxu for United States
2328
2329 Asks: Fill in the default country code for field 008 Range 15-17 of MARC21 -
2330 Place of publication, production, or execution. \_\_\_.
2331
2332 Description:
2333
2334 -  This preference will allow you to set the country code for your MARC21
2335    008 field by default. If this is left empty it will default to
2336    United States (xxu). See the `MARC Code List for
2337    Countries <http://www.loc.gov/marc/countries/countries_code.html>`__
2338    for additional values for this preference.
2339
2340     **Note**
2341
2342     This preference won't have any effect if your records are in
2343     UNIMARC.
2344
2345 .. _defaultlanguagefield008-label:
2346
2347 DefaultLanguageField008
2348 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2349
2350 Default: Empty defaults to eng
2351
2352 Asks: Fill in the default language for field 008 Range 35-37 of MARC21
2353 records \_\_\_.
2354
2355 Description:
2356
2357 -  This preference will allow you to set the language for your MARC21
2358    008 field by default. If this is left empty it will default to
2359    English (eng). See the `MARC Code List for
2360    Languages <http://www.loc.gov/marc/languages/language_code.html>`__
2361    for additional values for this preference.
2362
2363     **Note**
2364
2365     This preference won't have any effect if your records are in
2366     UNIMARC.
2367
2368 .. _item-level_itypes-label:
2369
2370 item-level\_itypes
2371 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2372
2373 Default: specific item
2374
2375 Asks: Use the item type of the \_\_\_ as the authoritative item type
2376 (for determining circulation and fines rules, etc).
2377
2378 Values:
2379
2380 -  biblio record
2381
2382 -  specific item
2383
2384 Description:
2385
2386 -  This preference determines whether the item type Koha uses for
2387    issuing rules will be an attribute of the bibliographic record or the
2388    item record. Most libraries refer to the item record for item types.
2389    It also determines if the item type icon appears on the OPAC search
2390    results. If you have the preference set to 'biblio record' then Koha
2391    displays the item type icon on the search results to the left of the
2392    result info.
2393
2394    |image23|
2395
2396 .. _itemcallnumber-label:
2397
2398 itemcallnumber
2399 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2400
2401 Default: 082ab
2402
2403 Asks: Map the MARC subfield to an item's callnumber.
2404
2405     **Note**
2406
2407     This can contain multiple subfields to look in; for instance 082ab
2408     would look in 082 subfields a and b.
2409
2410 Description:
2411
2412 -  This setting determines which MARC field will be used to determine
2413    the call number that will be entered into item records automatically
2414    (952$o). The value is set by providing the MARC field code (050, 082,
2415    090, 852 are all common in MARC21) and the subfield codes without the
2416    delimiters ($a, $b would be ab).
2417
2418 Examples:
2419
2420 -  Dewey: 082ab or 092ab; LOC: 050ab or 090ab; from the item record:
2421    852hi
2422
2423 .. _marcfieldforcreatorid-label:
2424
2425 MarcFieldForCreatorId, MarcFieldForCreatorName, MarcFieldForModifierId, MarcFieldForModifierName
2426 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2427
2428 Asks: Store record's creator borrowernumber in MARC subfield \_\_\_ and
2429 record's creator name in MARC subfield \_\_\_ Store record's last modifier
2430 borrowernumber in MARC subfield \_\_\_ and record's last modifier name in MARC
2431 subfield \_\_\_ NOTE: Use a dollar sign between field and subfield like 123$a.
2432
2433 Description:
2434
2435 -  This preference allows you to define which MARC subfields to use to
2436    automatically save the details of the logged in user.  You can save details
2437    for the record creator and the most recent modifier.
2438
2439 .. _marcflavour-label:
2440
2441 marcflavour
2442 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2443
2444 Default: MARC21
2445
2446 Asks: Interpret and store MARC records in the \_\_\_ format.
2447
2448 Values:
2449
2450 -  MARC21
2451
2452    -  The standard style for the US, Canada, Australia, New Zealand,
2453       United Kingdom, Germany and other countries
2454
2455 -  UNIMARC
2456
2457    -  The standard style used in France, Italy, Portugal, Russia, and
2458       other countries
2459
2460 -  NORMARC
2461
2462    -  The standard style for Norway
2463
2464 Description:
2465
2466 -  This preference defines global MARC style (MARC21, UNIMARC or
2467    NORMARC) used for encoding.
2468
2469     **Important**
2470
2471     Changing the value of this preference will not convert your records
2472     from one MARC style to an other.
2473
2474 .. _marcorgcode-label:
2475
2476 MARCOrgCode
2477 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2478
2479 Default: OSt
2480
2481 Asks: Fill in the MARC organization code \_\_\_ by default in new MARC21
2482 records (leave blank to disable).
2483
2484 Description:
2485
2486 -  The MARC Organization Code is used to identify libraries with
2487    holdings of titles and more.
2488
2489 Learn more and find your library's MARC21 code on the `MARC Code list
2490 for
2491 Organizations <http://www.loc.gov/marc/organizations/orgshome.html>`__
2492 or in Canada on the `Canadian Symbols
2493 Directory <http://www.collectionscanada.gc.ca/illcandir-bin/illsear/l=0/c=1>`__.
2494
2495     **Note**
2496
2497     This preference won't have any effect if your records are in
2498     UNIMARC.
2499
2500 .. _newitemsdefaultlocation-label:
2501
2502 NewItemsDefaultLocation
2503 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2504
2505 Asks: When items are created, give them the temporary location of \_\_\_
2506 (should be a location code, or blank to disable).
2507
2508 .. _prefillitem-label:
2509
2510 PrefillItem
2511 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2512
2513 Default: the new item is not prefilled with last created item values.
2514
2515 Asks: When a new item is added \_\_\_
2516
2517 Values:
2518
2519 -  the new item is not prefilled with last created item values.
2520
2521 -  the new item is prefilled with last created item values.
2522
2523 Description:
2524
2525 -  This preference controls the behavior used when adding new items.
2526    Using the options here you can choose to have your next new item
2527    prefill with the values used in the last item was added to save time
2528    typing values or to have the item form appear completely blank. Using
2529    :ref:`SubfieldsToUseWhenPrefill` you can
2530    control specifically which fields are prefilled.
2531
2532 .. _subfieldstoallowforrestrictedbatchmod-label:
2533
2534 SubfieldsToAllowForRestrictedBatchmod
2535 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2536
2537 Asks: Define a list of subfields for which editing is authorized when
2538 `items\_batchmod\_restricted <#items_batchmod_restricted>`__ permission
2539 is enabled, separated by spaces. \_\_\_
2540
2541 Examples:
2542
2543 -  UNIMARC: "995$f 995$h 995$j"
2544
2545 -  MARC21: "952$a 952$b 952$c"
2546
2547 Description:
2548
2549 -  This preference lets you define what fields can be edited via the
2550    :ref:`batch item modification tool <batch-item-modification-label>` if the
2551    items\_batchmod\_restricted permission is enabled.
2552
2553        **Note**
2554
2555        The FA framework is excluded from the permission. If the pref is
2556        empty, no fields are restricted.
2557
2558 .. _subfieldstoallowforrestrictedediting-label:
2559
2560 SubfieldsToAllowForRestrictedEditing
2561 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2562
2563 Asks: Define a list of subfields for which editing is authorized when
2564 edit\_items\_restricted permission is enabled, separated by spaces.
2565 \_\_\_
2566
2567 Examples:
2568
2569 -  UNIMARC: "995$f 995$h 995$j"
2570
2571 -  MARC21: "952$a 952$b 952$c"
2572
2573 Description:
2574
2575 -  This preference lets you define what fields can be edited via
2576    cataloging if the
2577    `edit\_items\_restricted <#edit_items_restricted>`__ permission is
2578    enabled
2579
2580        **Note**
2581
2582        The Fast Add (FA) framework is excluded from the permission. If
2583        the pref is empty, no fields are restricted.
2584
2585 .. _subfieldstousewhenprefill-label:
2586
2587 SubfieldsToUseWhenPrefill
2588 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2589
2590 Asks: Define a list of subfields to use when prefilling items \_\_\_
2591
2592     **Important**
2593
2594     Separate values with a space.
2595
2596 Description:
2597
2598 -  When the :ref:`PrefillItem` preference is set to prefill
2599    item values with those from the last added item, this preference can
2600    control which fields are prefilled (and which are not). Enter a space
2601    separated list of fields that you would like to prefill when adding a
2602    new item.
2603
2604 .. _unimarcfield100language-label:
2605
2606 UNIMARCField100Language
2607 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2608
2609 Default: fre
2610
2611 Asks: Use the language (ISO 690-2) \_\_\_ as default language in the
2612 UNIMARC field 100 when creating a new record or in the field plugin.
2613
2614 .. _z3950normalizeauthor-and-z3950authorauthfields-label:
2615
2616 z3950NormalizeAuthor and z3950AuthorAuthFields
2617 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2618
2619 Defaults: Don't copy and 701,702,700
2620
2621 Asks: \_\_\_ authors from the UNIMARC \_\_\_ tags (separated by commas)
2622 to the correct author tags when importing a record using Z39.50.
2623
2624 Description for z3950NormalizeAuthor:
2625
2626 -  This preference allows for 'Personal Name Authorities' to replace
2627    authors as the bibliographic authority. This preference should only
2628    be considered by libraries using UNIMARC.
2629
2630 Values for z3950NormalizeAuthor:
2631
2632 -  Copy
2633
2634 -  Don't copy
2635
2636 Description for z3950AuthorAuthFields:
2637
2638 -  This preference defines which MARC fields will be used for 'Personal
2639    Name Authorities' to replace authors as the bibliographic
2640    authorities. This preference only applies to those using UNIMARC
2641    encoding. The MARC fields selected here will only be used if
2642    'z3950NormalizeAuthor' is set to "Copy". The default field are 700,
2643    701, and 702.
2644
2645 .. _spine-labels-label:
2646
2647 Spine Labels
2648 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2649
2650 .. _spinelabelautoprint-label:
2651
2652 SpineLabelAutoPrint
2653 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2654
2655 Default: don't
2656
2657 Asks: When using the quick spine label printer, \_\_\_ automatically pop
2658 up a print dialog.
2659
2660 Values:
2661
2662 -  do
2663
2664 -  don't
2665
2666 .. _spinelabelformat-label:
2667
2668 SpineLabelFormat
2669 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2670
2671 Default: <itemcallnumber><copynumber>
2672
2673 Asks: Include the following fields on a quick-printed spine label:
2674 (Enter in columns from the biblio, biblioitems or items tables,
2675 surrounded by < and >.)
2676
2677 .. _spinelabelshowprintonbibdetails-label:
2678
2679 SpineLabelShowPrintOnBibDetails
2680 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2681
2682 Default: Don't display
2683
2684 Asks: \_\_\_ buttons on the bib details page to print item spine labels.
2685
2686 Values:
2687
2688 -  Display
2689
2690    |image24|
2691
2692 -  Don't display
2693
2694 .. _circulation-system-preferences-label:
2695
2696 Circulation
2697 ----------------------------
2698
2699 *Get there:* More > Administration > Global System Preferences >
2700 Circulation
2701
2702 .. _article-requests-sysprefs-label:
2703
2704 Article Requests
2705 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2706
2707 .. _articlerequests-label:
2708
2709 ArticleRequests
2710 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2711
2712 Default: Don't enable
2713
2714 Asks: \_\_\_ patrons to place article requests.
2715
2716 Values:
2717
2718 -  Enable
2719
2720 -  Don't enable
2721
2722 Description:
2723
2724 -  This preference controls whether or not article requests are allowed to be placed by patrons in the OPAC.
2725
2726 .. _articlerequestslinkcontrol-label:
2727
2728 ArticleRequestsLinkControl
2729 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2730
2731 Default: Use algorithm to show or hide
2732
2733 Asks: \_\_\_ article request link on search results.
2734
2735 Values:
2736
2737 -  Always show
2738
2739 -  Use algorithm to show or hide
2740
2741 Description:
2742
2743 -  On the OPAC results page, either always show the 'Request article' link
2744    or check the branch, patron and item type combination to determine
2745    whether or not an article can be requested from this particular record
2746    before displaying the link.
2747
2748 .. _articlerequestsmandatoryfields-label:
2749
2750 ArticleRequestsMandatoryFields
2751 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2752
2753 Default: None selected
2754
2755 Asks: For records that are record level or item level requestable, make the following fields mandatory \_\_\_
2756
2757 Values:
2758
2759 -  [Select all]
2760
2761 -  Author
2762
2763 -  Chapters
2764
2765 -  Date
2766
2767 -  Issue
2768
2769 -  Pages
2770
2771 -  Title
2772
2773 -  Volume
2774
2775 Description:
2776
2777 -  This preference controls what fields must be filled in before an article request can be placed
2778    for either a record level or item level request. Choosing [Select all] indicates that all fields
2779    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2780    request can be placed.
2781
2782 .. _articlerequestsmandatoryfieldsitemsonly-label:
2783
2784 ArticleRequestsMandatoryFieldsItemsOnly
2785 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2786
2787 Default: None selected
2788
2789 Asks: For records that are only item level requestable, make the following fields mandatory \_\_\_
2790
2791 Values:
2792
2793 -  [Select all]
2794
2795 -  Author
2796
2797 -  Chapters
2798
2799 -  Date
2800
2801 -  Issue
2802
2803 -  Pages
2804
2805 -  Title
2806
2807 -  Volume
2808
2809 Description:
2810
2811 -  This preference controls what fields must be filled in before an article request can be placed
2812    for an item level request only. Choosing [Select all] indicates that all fields
2813    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2814    request can be placed.
2815
2816 .. _articlerequestsmandatoryfieldsrecordonly-label:
2817
2818 ArticleRequestsMandatoryFieldsRecordOnly
2819 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2820
2821 Default: None selected
2822
2823 Asks: For records that are only record level requestable, make the following fields mandatory \_\_\_
2824
2825 Values:
2826
2827 -  [Select all]
2828
2829 -  Author
2830
2831 -  Chapters
2832
2833 -  Date
2834
2835 -  Issue
2836
2837 -  Pages
2838
2839 -  Title
2840
2841 -  Volume
2842
2843 Description:
2844
2845 -  This preference controls what fields must be filled in before an article request can be placed
2846    for a record level request only. Choosing [Select all] indicates that all fields
2847    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2848    request can be placed.
2849
2850 .. _batch-checkout-label:
2851
2852 Batch Checkout
2853 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2854
2855 .. _batchcheckouts-label:
2856
2857 BatchCheckouts
2858 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2859
2860 Default: Don't allow
2861
2862 Asks: \_\_\_ batch checkouts
2863
2864 Values:
2865
2866 -  Allow
2867
2868 -  Don't allow
2869
2870 .. _batchcheckoutsvalidcategories-label:
2871
2872 BatchCheckoutsValidCategories
2873 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2874
2875 Asks: Patron categories allowed to checkout in a batch \_\_\_ (list of
2876 patron categories separated with a pipe ^\|^)
2877
2878 .. _checkin-policy-label:
2879
2880 Checkin Policy
2881 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2882
2883 .. _blockreturnoflostitems-label:
2884
2885 BlockReturnOfLostItems
2886 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2887
2888 Default: Don't block
2889
2890 Asks: \_\_\_ returning of items that have been lost.
2891
2892 Values:
2893
2894 -  Block
2895
2896 -  Don't block
2897
2898 Description:
2899
2900 -  This preference controls whether and item with a lost status
2901    (952$1 in MARC21) can be checked in or not.
2902
2903 .. _blockreturnofwithdrawnitems-label:
2904
2905 BlockReturnOfWithdrawnItems
2906 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2907
2908 Default: Block
2909
2910 Asks: \_\_\_ returning of items that have been withdrawn.
2911
2912 Values:
2913
2914 -  Block
2915
2916 -  Don't block
2917
2918 Description:
2919
2920 -  This preference controls whether and item with a withdrawn status
2921    (952$0 in MARC21) can be checked in or not.
2922
2923 .. _calculatefinesonreturn-label:
2924
2925 CalculateFinesOnReturn
2926 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2927
2928 Default: Do
2929
2930 Asks: \_\_\_ calculate and update overdue charges when an item is
2931 returned.
2932
2933 Values:
2934
2935 -  Do
2936
2937 -  Don't
2938
2939 Description:
2940
2941 -  If this preference is set to "Do" and the :ref:`fines cron
2942    job <cron-fines-label>` is off then Koha will calculate fines only
2943    when items are returned. If you have the fines cron job on and this
2944    preference set to "Do" then this preference will calculate fines
2945    based on the cron (usually run nightly) and then again when you check
2946    the item in. This option is best for those who are doing hourly
2947    loans. If this preference is set to "Don't" then fines will only be
2948    accrued if the fines cron job is running.
2949
2950     **Important**
2951
2952     If you are doing hourly loans then you should have this set to 'Do'.
2953
2954 .. _cumulativerestrictionperiods-label:
2955
2956 CumulativeRestrictionPeriods
2957 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2958
2959 Default: Don't cumulate
2960
2961 Asks: \_\_\_ the restriction periods.
2962
2963 Values:
2964
2965 -  Don't cumulate
2966
2967 -  Cumulate
2968
2969 .. _hidepersonalpatrondetailoncirculation-label:
2970
2971 HidePersonalPatronDetailOnCirculation
2972 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2973
2974 Default: Don't
2975
2976 Asks: \_\_\_ hide patrons phone number, email address, street address
2977 and city in the circulation page
2978
2979 Values:
2980
2981 -  Don't
2982
2983 -  Do
2984
2985 Description:
2986
2987 -  This preference controls the display of the patron's phone number,
2988    email address, and physical address from the left side of the screen
2989    (under their picture, if they have one).
2990
2991 -  Set to 'Do' these informations will only be visible on the patron's
2992    detail page.
2993
2994 .. _holdsautofill-label:
2995
2996 HoldsAutoFill
2997 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2998
2999 Default: Don't
3000
3001 Asks: \_\_\_ automatically fill holds instead of asking the librarian.
3002
3003 Values:
3004
3005 -  Do
3006
3007 -  Don't
3008
3009 Description:
3010
3011 -  If set to 'Do', the holds confirmation pop-up will not appear upon checking
3012    in a reserved item.
3013
3014 .. _holdsautofillprintslip-label:
3015
3016 HoldsAutoFillPrintSlip
3017 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3018
3019 Default: Don't
3020
3021 Asks: \_\_\_ automatically display the holds slip dialog for auto-filled holds.
3022
3023 Values:
3024
3025 -  Do
3026
3027 -  Don't
3028
3029 Description:
3030
3031 -  If set to 'Do', the holds slip print pop-up will appear automatically
3032    upon checking in a reserved item.
3033
3034 -  :ref:`HoldsAutoFill` must be set to 'do' for this preference to have any
3035    effect.
3036
3037 .. _updateitemlocationincheckin-label:
3038
3039 UpdateItemLocationOnCheckin
3040 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3041
3042 Asks: This is a list of value pairs. The first value is followed immediately
3043 by colon, space, then the second value.
3044
3045 Description:
3046
3047 -  This system preference affects the item's current and permanent locations
3048    when the item is checked in (whether it was checked out or not).
3049
3050 -  If the location value on the left of the colon (:) matches
3051    the item's current location, it will be updated to match the location value
3052    on the right of the colon (:).
3053
3054 -  The values are the LOC :ref:`authorised values <existing-values-label>`.
3055
3056 -  For example, 'STAFF: GEN' will move an item from the staff office to the
3057    general collection when the item is checked in.
3058
3059 -  Special terms
3060
3061    -  PROC: Processing center. When using PROC, only the current location will
3062       be affected.
3063
3064    -  CART: Shelving cart. When using CART, only the current location will be
3065       affected.
3066
3067    -  \_PERM\_: This will use the item's permanent location, whatever that
3068       location is.
3069
3070    -  \_BLANK\_: Used on the left as a first value, it will add a location if
3071        there is none. Used on the right as a second value, it will remove the
3072        location.
3073
3074    -  \_ALL\_: Used on the left as a first value, it will affect all items and
3075       override all other rules.
3076
3077   **Important**
3078
3079   -  Make sure there is NO space between the first value and the colon
3080
3081   -  Make sure there IS a space between the colon and the second value
3082
3083   -  Make sure each pair is on its own line
3084
3085 .. _updatenotforloanstatusoncheckin-label:
3086
3087 UpdateNotForLoanStatusOnCheckin
3088 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3089
3090 Asks: This is a list of value pairs. When an item is checked in, if the
3091 not for loan value on the left matches the items not for loan value it
3092 will be updated to the right-hand value. E.g. ^-1: 0' will cause an item
3093 that was set to 'Ordered' to now be available for loan. Each pair of
3094 values should be on a separate line.
3095
3096 .. _checkout-policy-label:
3097
3098 Checkout Policy
3099 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3100
3101 .. _agerestrictionmarker-label:
3102
3103 AgeRestrictionMarker
3104 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3105
3106 Asks: Restrict patrons with the following target audience values from
3107 checking out inappropriate materials: \_\_\_
3108
3109 Description:
3110
3111 -  This preference defines certain keywords that will trigger Koha to
3112    restrict checkout based on age. These restrictions can be overridden
3113    by the :ref:`AgeRestrictionOverride`
3114    preference. Enter in this field a series of keywords separated by bar
3115    (\|) with no spaces. For example PG\|R\|E\|EC\|Age\| will look for PG
3116    followed by an age number, R folllowed by an age number, Age followed
3117    by an age number, and so on. These values can appear in any MARC
3118    field, but Library of Congress recommends the 521$a (Target Audience
3119    Note). Whatever field you decide to use you must map the word
3120    agerestriction in the biblioitems table to that field in the :ref:`Koha to
3121    MARC Mapping <koha-to-marc-mapping-label>`. When cataloging you can enter
3122    values like PG 13 or E 10 in the 521$a and Koha will then notify
3123    circulation librarians that the material may not be recommended for
3124    the patron based on their age.
3125
3126        **Important**
3127
3128        You must map the word agerestriction in the biblioitems table to
3129        the MARC field where this information will appear via the :ref:`Koha
3130        to MARC Mapping <koha-to-marc-mapping-label>` administration area.
3131
3132 .. _agerestrictionoverride-label:
3133
3134 AgeRestrictionOverride
3135 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3136
3137 Default: Don't allow
3138
3139 Asks: \_\_\_ staff to check out an item with age restriction.
3140
3141 Values:
3142
3143 -  Allow
3144
3145    |image25|
3146
3147 -  Don't allow
3148
3149    |image26|
3150
3151 Description:
3152
3153 -  When the :ref:`AgeRestrictionMarker` preference
3154    is set, Koha will try to warn circulation librarians before checking
3155    out an item that might have an age restriction listed in the MARC
3156    record. This preference asks if you would like the staff to be able
3157    to still check out these items to patrons under the age limit.
3158
3159 .. _allfinesneedoverride-label:
3160
3161 AllFinesNeedOverride
3162 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3163
3164 Default: Require
3165
3166 Asks: \_\_\_ staff to manually override all fines, even fines less than
3167 :ref:`noissuescharge`.
3168
3169 Values:
3170
3171 -  Don't require
3172
3173 -  Require
3174
3175 Description:
3176
3177 -  This preference let's you decide if you want to always be warned that
3178    the patron has fines when checking out. If you have it set to
3179    'Require' then no matter how much money the patron owes a message
3180    will pop up warning you that the patron owes money.
3181
3182 .. _allowfineoverride-label:
3183
3184 AllowFineOverride
3185 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3186
3187 Default: Don't allow
3188
3189 Asks: \_\_\_ staff to manually override and check out items to patrons
3190 who have more than :ref:`noissuescharge` in fines.
3191
3192 Values:
3193
3194 -  Allow
3195
3196 -  Don't allow
3197
3198 Description:
3199
3200 -  This preference lets you decide if you staff can check out to patrons
3201    who owe more money than you usually let them carry on their account.
3202    If set to 'Allow' staff will be warned that the patrons owes money,
3203    but it won't stop the staff from checking out to the patron.
3204
3205 .. _allowitemsonholdcheckout-label:
3206
3207 AllowItemsOnHoldCheckout
3208 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3209
3210 Default: Don't allow
3211
3212 Asks: \_\_\_ checkouts of items reserved to someone else. If allowed do
3213 not generate RESERVE\_WAITING and RESERVED warning. This allows self
3214 checkouts for those items.
3215
3216 Values:
3217
3218 -  Allow
3219
3220 -  Don't allow
3221
3222     **Important**
3223
3224     This system preference relates only to SIP based self checkout, not
3225     Koha's web based self checkout.
3226
3227 Description:
3228
3229 -  When this preference is set to 'Allow' patrons will be able to use
3230    your external self check machine to check out a book to themselves
3231    even if it's on hold for someone else. If you would like Koha to
3232    prevent people from checking out books that are on hold for someone
3233    else set this preference to "Don't allow."
3234
3235 .. _allowitemsonholdcheckoutsco-label:
3236
3237 AllowItemsOnHoldCheckoutSCO
3238 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3239
3240 Default: Don't allow
3241
3242 Asks: \_\_\_ checkouts of items reserved to someone else in the SCO module.
3243 If allowed do not generate RESERVE_WAITING and RESERVED warning. This
3244 allows self checkouts for those items.
3245
3246 Values:
3247
3248 -  Allow
3249
3250 -  Don't allow
3251
3252     **Important**
3253
3254     This system preference relates only to Koha's web based self checkout.
3255
3256 Description:
3257
3258 -  When this preference is set to 'Allow' patrons will be able to use
3259    Koha's web based self checkout to check out a book to themselves
3260    even if it's on hold for someone else. If you would like Koha to
3261    prevent people from checking out books that are on hold for someone
3262    else set this preference to "Don't allow".
3263
3264 .. _allowmultipleissuesonabiblio-label:
3265
3266 AllowMultipleIssuesOnABiblio
3267 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3268
3269 Default: Allow
3270
3271 Asks: \_\_\_ patrons to check out multiple items from the same record.
3272
3273 Values:
3274
3275 -  Allow
3276
3277 -  Don't allow
3278
3279 Description:
3280
3281 -  If this preference is set to 'Allow' then patrons will be able to
3282    check out multiple copies of the same title at the same time. If it's
3283    set to "Don't allow" then patrons will only be allowed to check out
3284    one item attached to a record at a time. Regardless of the option
3285    chosen in this preference records with subscriptions attached will
3286    allow multiple check outs.
3287
3288        **Important**
3289
3290        This will only effect records without a subscription attached.
3291
3292 .. _allownotforloanoverride-label:
3293
3294 AllowNotForLoanOverride
3295 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3296
3297 Default: Allow
3298
3299 Asks: \_\_\_ staff to override and check out items that are marked as
3300 not for loan.
3301
3302 Values:
3303
3304 -  Allow
3305
3306 -  Don't allow
3307
3308 Description:
3309
3310 -  This parameter is a binary setting which controls the ability of
3311    staff (patrons will always be prevented from checking these items
3312    out) to check out items that are marked as "not for loan". Setting it
3313    to "Allow" would allow such items to be checked out, setting it to
3314    "Don't allow" would prevent this. This setting determines whether
3315    items meant to stay in the library, such as reference materials, and
3316    other library resources can be checked out by patrons.
3317
3318 .. _allowrenewallimitoverride-label:
3319
3320 AllowRenewalLimitOverride
3321 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3322
3323 Default: Allow
3324
3325 Asks: \_\_\_ staff to manually override the renewal limit and renew a
3326 checkout when it would go over the renewal limit.
3327
3328 Values:
3329
3330 -  Allow
3331
3332 -  Don't allow
3333
3334 Description:
3335
3336 -  This preference is a binary setting which controls the ability of
3337    staff to override the limits placed on the number of times an item
3338    can be renewed. Setting it to "Allow" would allow such limits to be
3339    overridden, setting it to "Don't allow" would prevent this. This is a
3340    preference in which if it is set to "allow" it would allow the
3341    library staff to use their judgment for overriding the renew limit
3342    for special cases, setting it to "Don't allow" prevents an
3343    opportunity for abuse by the library staff.
3344
3345 .. _allowrenewalonholdoverride-label:
3346
3347 AllowRenewalOnHoldOverride
3348 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3349
3350 Asks: \_\_\_ staff to renew items that are on hold by manually specifying a due date.
3351
3352 Default: Don't allow
3353
3354 Values:
3355
3356 -  Allow
3357
3358 -  Don't allow
3359
3360 Description:
3361
3362 - This preference enables items that are on hold to be renewed with a due date specified by the user.
3363
3364   It can appear in two locations:
3365
3366   1. In the "Checkouts" table on the Patron Details screen. It is possible to select on loan items that would otherwise fulfil a hold request to be renewed. When such an item is selected, an additional date selection box is displayed to allow the user to specify the due date for all on hold items that are to be renewed.
3367
3368   2. In the Circulation > Renew alert screen. When a barcode of an on loan item that would ordinarily fulfil a hold request is entered, the usual alert is displayed indicating that the item is on hold, it is still possible to override this, and renew. With this preference enabled it is also possible to specify a due date.
3369
3370 .. _allowreturntobranch-label:
3371
3372 AllowReturnToBranch
3373 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3374
3375 Default: to any library
3376
3377 Asks: Allow materials to be returned to \_\_\_
3378
3379 Values:
3380
3381 -  either the library the item is from or the library it was checked out
3382    from.
3383
3384 -  only the library the item is from.
3385
3386 -  only the library the item was checked out from.
3387
3388 -  to any library.
3389
3390 Description:
3391
3392 -  This preference lets the library system decide how they will accept
3393    returns. Some systems allow for items to be returned to any library
3394    in the system (the default value of this preference) others want to
3395    limit item returns to only specific branches. This preference will
3396    allow you to limit item returns (checkins) to the branch(es) set in
3397    the value.
3398
3399 .. _allowtoomanyoverride-label:
3400
3401 AllowTooManyOverride
3402 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3403
3404 Default: Allow
3405
3406 Asks: \_\_\_ staff to override and check out items when the patron has
3407 reached the maximum number of allowed checkouts.
3408
3409 Values:
3410
3411 -  Allow
3412
3413    |image27|
3414
3415 -  Don't allow
3416
3417    |image28|
3418
3419 Description:
3420
3421 -  If this preference is set to "Allow" then staff all will be presented
3422    with an option to checkout more items to a patron than are normally
3423    allowed in the :ref:`Circulation and fines rules`. If
3424    this preference is set to "Don't allow" then no staff member will be
3425    able to check out more than the circulation limit.
3426
3427 .. _automaticitemreturn-label:
3428
3429 AutomaticItemReturn
3430 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3431
3432 Default: Do
3433
3434 Asks: \_\_\_ automatically transfer items to their home branch when they
3435 are returned.
3436
3437 Values:
3438
3439 -  Do
3440
3441 -  Don't
3442
3443 Description:
3444
3445 -  This preference is a binary setting which determines whether an item
3446    is returned to its home branch automatically or not. If set to
3447    "Don't", the staff member checking an item in at a location other
3448    than the item's home branch will be asked whether the item will
3449    remain at the non-home branch (in which case the new location will be
3450    marked as a holding location) or returned. Setting it to "Do" will
3451    ensure that items checked in at a branch other than their home branch
3452    will be sent to that home branch.
3453
3454 .. _autoremoveoverduesrestrictions-label:
3455
3456 AutoRemoveOverduesRestrictions
3457 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3458
3459 Default: Do not
3460
3461 Asks: \_\_\_ allow OVERDUES restrictions triggered by sent notices to be
3462 cleared automatically when all overdue items are returned by a patron.
3463
3464 Values:
3465
3466 -  Do
3467
3468 -  Do not
3469
3470 Description:
3471
3472 -  Using the :ref:`Overdue Notice/Status Triggers` you
3473    can restrict patrons after they receive an overdue notice. This
3474    preference lets you define whether Koha will automatically remove
3475    that restriction once the overdue items in question are returned or
3476    not.
3477
3478 .. _autoreturncheckedoutitems-label:
3479
3480 AutoReturnCheckedOutItems
3481 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3482
3483 Asks: \_\_\_ require librarians to manually confirm a checkout where the item
3484 is already checked out to another patron.
3485
3486 Values:
3487
3488 -  Do
3489
3490 -  Don't
3491
3492 Default: Do
3493
3494 Description:
3495
3496 -  This preference controls whether Koha asks for a confirmation when trying
3497    to check out an item that is already checked out to another patron.
3498
3499 -  Set to 'Do', Koha will ask the staff member to confirm the check out.
3500
3501    |image1433|
3502
3503 -  Set to 'Don't', Koha will simply return the item from the previous
3504    patron's file and check it out to the actual patron and show a message.
3505
3506    |image1434|
3507
3508 .. _circcontrol-label:
3509
3510 CircControl
3511 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3512
3513 Default: the library the item is from
3514
3515 Asks: Use the checkout and fines rules of \_\_\_
3516
3517 Values:
3518
3519 -  the library the item is from
3520
3521    -  The :ref:`circulation and fines policies <circulation-and-fines-rules-label>`
3522       will be determined by the item's library where :ref:`HomeOrHoldingBranch`
3523       chooses if item's home library is used or holding library is used.
3524
3525 -  the library the patron is from
3526
3527    -  The :ref:`circulation and fines policies <circulation-and-fines-rules-label>`
3528       will be determined the patron's home library
3529
3530 -  the library you are logged in at
3531
3532    -  The :ref:`circulation and fines policies <circulation-and-fines-rules-label>` will be
3533       determined by the library that checked the item out to the patron
3534
3535 .. _consideronsitecheckoutsasnormalcheckouts-label:
3536
3537 ConsiderOnSiteCheckoutsAsNormalCheckouts
3538 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3539
3540 Default: Consider
3541
3542 Asks: \_\_\_ on-site checkouts as normal checkouts. If enabled, the
3543 number of checkouts allowed will be normal checkouts + on-site
3544 checkouts. If disabled, both values will be checked separately.
3545
3546 Values:
3547
3548 -  Consider
3549
3550 -  Don't consider
3551
3552 Description:
3553
3554 -  This preference allows you to decide if checkouts that are
3555    :ref:`OnSiteCheckouts` are counted toward the total
3556    checkouts a patron can have. You can also set your :ref:`circulation and
3557    fines rules <circulation-and-fines-rules-label>` to allow only a certain number of
3558    normal and OnSite checkouts.
3559
3560 .. _defaultlongoverduechargevalue-label:
3561
3562 DefaultLongOverdueChargeValue
3563 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3564
3565 Asks: Charge a lost item to the borrower's account when the LOST value
3566 of the item changes to \_\_\_
3567
3568 Description:
3569
3570 -  Leave this field empty if you don't want to charge the user for lost
3571    items. If you want the user to be charged enter the `LOST authorized
3572    value <#lost>`__ you are using in the
3573    :ref:`DefaultLongOverdueLostValue <defaultlongoverduelostvalue-and-defaultlongoverduedays-label>`
3574    preference. This preference is used when the :ref:`longoverdue cron
3575    job <cron-long-overdues-label>` is called without the --charge parameter.
3576
3577 .. _defaultlongoverduelostvalue-and-defaultlongoverduedays-label:
3578
3579 DefaultLongOverdueLostValue and DefaultLongOverdueDays
3580 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3581
3582 Asks: By default, set the LOST value of an item to \_\_\_ when the item
3583 has been overdue for more than \_\_\_ days.
3584
3585 Description:
3586
3587 -  These preferences are used when the :ref:`longoverdue cron
3588    job <cron-long-overdues-label>` is called without the --lost parameter. It
3589    allows users to set the values of the :ref:`longoverdue
3590    cron <cron-long-overdues-label>` without having to edit the crontab.
3591    Setting the values to 1 and 30 for example will mark the item with
3592    the `LOST authorized value <#lost>`__ of 1 after the item is 30 days
3593    overdue.
3594
3595 .. _holdsinnoissuescharge-label:
3596
3597 HoldsInNoissuesCharge
3598 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3599
3600 Default: Don't include
3601
3602 Asks: \_\_\_ hold charges when summing up charges for noissuescharge.
3603
3604 Values:
3605
3606 -  Don't include
3607
3608 -  Include
3609
3610 .. _homeorholdingbranch-label:
3611
3612 HomeOrHoldingBranch
3613 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3614
3615 Default: the item's home library (homebranch).
3616
3617 Asks: Use the checkout and fines rules of \_\_\_
3618
3619 Values:
3620
3621 -  the item's home library (homebranch).
3622
3623 -  the item's holding library (holdingbranch).
3624
3625 Description:
3626
3627 -  This preference does several things.
3628
3629    -  If :ref:`CircControl` is set to 'the library the item
3630       is from' then the :ref:`circulation and fines
3631       policies <circulation-and-fines-rules-label>` will be determined by the item's
3632       library where HomeOrHoldingBranch chooses if item's home library
3633       is used or holding library is used.
3634
3635    -  If :ref:`IndependentBranches` is set to
3636       'Prevent' then the value of this preference is used in figuring
3637       out if the item can be checked out. If the item's home library
3638       does not match the logged in library, the item cannot be checked
3639       out unless you are a :ref:`superlibrarian <patron-permissions-defined-label>`.
3640
3641     **Important**
3642
3643     It is not recommend that this setting be changed after initial setup
3644     of Koha because it will change the behavior of items already checked
3645     out.
3646
3647 .. _issuelostitem-label:
3648
3649 IssueLostItem
3650 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3651
3652 Default: display a message
3653
3654 Asks: When issuing an item that has been marked as lost, \_\_\_.
3655
3656 Values:
3657
3658 -  display a message
3659
3660    |image29|
3661
3662 -  do nothing
3663
3664    -  This option will just check the item out without notifying you
3665       that the item was marked lost.
3666
3667 -  require confirmation
3668
3669    |image30|
3670
3671 Description:
3672
3673 -  This preference lets you define how library staff are notified that
3674    an item with a lost status is being checked out. This will help staff
3675    mark items as 'available' if you choose to 'display a message' or
3676    'require confirmation.^ If you choose to 'do nothing,^ there will be
3677    no notification that the item being checked out is marked as 'lost.^
3678
3679 .. _issuinginprocess-label:
3680
3681 IssuingInProcess
3682 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3683
3684 Default: Don't prevent
3685
3686 Asks: \_\_\_ patrons from checking out an item whose rental charge would
3687 take them over the limit.
3688
3689 Values:
3690
3691 -  Don't prevent
3692
3693 -  Prevent
3694
3695 Description:
3696
3697 -  This preference determines if a patron can check items out if there
3698    is an overdue fine on the account and any of the materials the patron
3699    wishes to check out will potentially tip the account balance over the
3700    maximum fines policy the library has in place.
3701
3702 Example: Your library has a $5 limit set for 'fines' (ie, after
3703 incurring $5 in fines, a patron can no longer check out items). A patron
3704 comes to the desk with 5 items to check out (4 books and a video) The
3705 patron has $4 in charges already on their account. One of the videos has
3706 a rental charge of $1, therefore making the total fines on the patron's
3707 account suddenly $5 (the limit).
3708
3709 .. _itemsdeniedrenewal-label:
3710
3711 ItemsDeniedRenewal
3712 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3713
3714 Asks: Define custom rules to deny specific items from renewal.
3715
3716 Description:
3717
3718 -  This preference allows you to specify items that should not be renewed
3719    either from the OPAC or staff client.  You can enter any combination of
3720    fields (from the items table in the Koha database) followed by a colon
3721    then a space then a bracketed list of values separated by commas. e.g:
3722
3723    ::
3724
3725        ccode: [NEWFIC,NULL,DVD]
3726        itype: [NEWBK,""]
3727
3728 -  The word 'NULL' can be used to block renewal on undefined fields,
3729    while an empty string "" will block on an empty (but defined) field.
3730
3731     **Note**
3732
3733     If using automatic renewal notices your notice text should be updated to
3734     account for the new reason that renewals may be denied "item_denied_renewal".
3735
3736 .. _maninvinnoissuescharge-label:
3737
3738 ManInvInNoissuesCharge
3739 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3740
3741 Default: Include
3742
3743 Asks: \_\_\_ custom debit types when summing up charges for
3744 noissuescharge.
3745
3746 Values:
3747
3748 -  Don't include
3749
3750 -  Include
3751
3752 Description:
3753
3754 -  This preference lets you decide if charges entered as manual invoices
3755    are included when calculating the
3756    :ref:`noissuescharge`. If this is set to 'Include' then
3757    Koha will include all manual invoices when deciding if the patron
3758    owes too much money to check anything else out of the library. If
3759    it's set to 'Don't include' then Koha will ignore all manual invoice
3760    charges when figuring out if the patron owes too much money to
3761    checkout additional materials.
3762
3763 .. _marklostitemsasreturned-label:
3764
3765 MarkLostItemsAsReturned
3766 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3767
3768 Default: Disable
3769
3770 Asks: \_\_\_ items as returned when flagged as lost.
3771
3772 Values:
3773
3774 -  [Select All]
3775
3776 -  From the batch item modification tool
3777
3778 -  From the items tab of the catalog module
3779
3780 -  From the longoverdue cronjob
3781
3782 -  When cataloging an item
3783
3784 Description:
3785
3786 -  The library can choose which of these actions or all of these actions, does an
3787    item gets automatically returned from the patron's account or not.
3788
3789 .. _maxoutstanding-label:
3790
3791 maxoutstanding
3792 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3793
3794 Default: 5
3795
3796 Asks: Prevent patrons from making holds on the OPAC if they owe more
3797 than \_\_\_ USD in fines.
3798
3799 .. _noissuescharge-label:
3800
3801 noissuescharge
3802 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3803
3804 Default: 5
3805
3806 Asks: Prevent patrons from checking out books if they have more than
3807 \_\_\_ USD in fines.
3808
3809 Description:
3810
3811 -  This preference is the maximum amount of money owed to the library
3812    before the user is banned from borrowing more items. Using the
3813    :ref:`ManInvInNoissuesCharge` and
3814    :ref:`RentalsInNoissuesCharge` preferences
3815    you can control which types of charges are considered in this total.
3816    This also coincides with :ref:`maxoutstanding` that
3817    limits patrons from placing holds when the maximum amount is owed to
3818    the library.
3819
3820 .. _noissueschargeguarantees-label:
3821
3822 NoIssuesChargeGuarantees
3823 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3824
3825 Asks: Prevent a patron from checking out if the patron has guarantees
3826 owing in total more than \_\_\_ USD in fines.
3827
3828 Description:
3829
3830 -  Allows a library to prevent patrons from checking out items if his or
3831    her guarantees owe too much in fines.
3832
3833 .. _norenewalbeforeprecision-label:
3834
3835 NoRenewalBeforePrecision
3836 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3837
3838 Default: date
3839
3840 Asks: Calculate "No renewal before" based on \_\_\_.
3841
3842 Values:
3843
3844 -  date
3845
3846 -  exact time
3847
3848     **Note**
3849
3850     Only relevant for loans calculated in days, hourly loans are not
3851     affected.
3852
3853 Description:
3854
3855 -  This preference allows you to control how the 'No renewal before"
3856    option in the :ref:`Circulation and fines rules`
3857    administration area.
3858
3859 .. _noticebcc-label:
3860
3861 NoticeBcc
3862 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3863
3864 Asks: Send all notices as a BCC to this email address \_\_\_
3865
3866 This preference makes it so that a librarian can get a copy of every
3867 notice sent out to patrons.
3868
3869     **Note**
3870
3871     If you'd like more than one person to receive the blind copy you can
3872     simply enter in multiple email addresses separated by commas.
3873     
3874  .. _onsitecheckoutautocheck-label:
3875
3876 OnSiteCheckoutAutoCheck
3877 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3878
3879 Default: Don't enable
3880
3881 Asks: \_\_\_ onsite checkout by default if last checkout was an onsite one.
3882
3883 Values:
3884    
3885 -  Don't enable
3886
3887 -  Enable
3888
3889 Description:
3890
3891 -  This preference allows you specify that if a preceding checkout was an onsite
3892    checkout, then the 'On-site checkout' checkbox will be ticked 
3893    ready for the next checkout.
3894
3895 .. _onsitecheckouts-label:
3896
3897 OnSiteCheckouts
3898 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3899
3900 Default: Disable
3901
3902 Asks: \_\_\_ the on-site checkouts feature.
3903
3904 Values:
3905
3906 -  Disable
3907
3908 -  Enable
3909
3910    |image1184|
3911
3912 Description:
3913
3914 -  This preference lets you check out items that are 'not for loan' to
3915    patrons. A checkbox is added to the checkout screen when this
3916    preference is set to 'Enable' labeled 'On-site checkout'. This allows
3917    you to track who's using items that are normally not for loan or are
3918    in a closed stack setting.
3919
3920 .. _onsitecheckoutsforce-label:
3921
3922 OnSiteCheckoutsForce
3923 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3924
3925 Default: Disable
3926
3927 Asks: \_\_\_ the on-site for all cases (Even if a user is debarred,
3928 etc.).
3929
3930 Values:
3931
3932 -  Disable
3933
3934 -  Enable
3935
3936    |image31|
3937
3938 Description:
3939
3940 -  This preference lets the staff override any restrictions a patron
3941    might have and check out items for use within the library. The
3942    :ref:`OnSiteCheckouts` preference must first be set
3943    to 'Enable' for this preference to be considered.
3944
3945 .. _opacfinenorenewalsblockautorenew-label:
3946
3947 OPACFineNoRenewalsBlockAutoRenew
3948 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3949
3950 Default: Allow
3951
3952 Asks: If a patron owes more than the value of :ref:`OPACFineNoRenewals`,
3953 \_\_\_ his/her auto renewals.
3954
3955 Values:
3956
3957 -  Allow
3958
3959 -  Block
3960
3961 .. _overduenoticecalendar-label:
3962
3963 OverdueNoticeCalendar
3964 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3965
3966 Default: Ignore calendar
3967
3968 Asks: \_\_\_ when working out the period for overdue notices
3969
3970 Values:
3971
3972 -  Ignore calendar
3973
3974    -  Notices do not take holidays into account, so they will be sent
3975       even if holidays have meant the item is not actually overdue yet
3976
3977 -  Use calendar
3978
3979    -  Notices take holidays into account, so they will not be sent if
3980       holidays mean the item is not actually overdue yet
3981
3982 .. _overduesblockcirc-label:
3983
3984 OverduesBlockCirc
3985 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3986
3987 Default: Ask for confirmation
3988
3989 Asks: \_\_\_ when checking out to a borrower that has overdues
3990 outstanding
3991
3992 Values:
3993
3994 -  Ask for confirmation
3995
3996    -  Will not let you check an item out to patrons with overdues until
3997       a librarian confirms that it is okay
3998
3999 -  Block
4000
4001    -  Block all patrons with overdue items from being able to check out
4002
4003 -  Don't block
4004
4005    -  Allow all patrons with overdue items to continue to check out
4006
4007 .. _overduesblockrenewing-label:
4008
4009 OverduesBlockRenewing
4010 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4011
4012 Default: allow renewing
4013
4014 Asks: When a patron's checked out item is overdue, \_\_\_
4015
4016 Values:
4017
4018 -  allow renewing
4019
4020 -  block renewing for all the patron's items
4021
4022 -  block renewing for only this item
4023
4024 .. _printnoticesmaxlines-label:
4025
4026 PrintNoticesMaxLines
4027 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4028
4029 Asks: Include up to \_\_\_ item lines in a printed overdue notice.
4030
4031     **Note**
4032
4033     If the number of items is greater than this number, the notice will
4034     end with a warning asking the borrower to check their online account
4035     for a full list of overdue items.
4036
4037     **Note**
4038
4039     Set to 0 to include all overdue items in the notice, no matter how
4040     many there are.
4041
4042     **Important**
4043
4044     This preference only refers to the print notices, not those sent via
4045     email.
4046
4047 .. _renewalperiodbase-label:
4048
4049 RenewalPeriodBase
4050 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4051
4052 Default: the old due date of the checkout
4053
4054 Asks: When renewing checkouts, base the new due date on \_\_\_
4055
4056 Values:
4057
4058 -  the old due date of the checkout
4059
4060 -  the current date
4061
4062 .. _renewalsendnotice-label:
4063
4064 RenewalSendNotice
4065 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4066
4067 Default: Don't send
4068
4069 Asks: \_\_\_\_ a renewal notice according to patron checkout alert
4070 preferences.
4071
4072 Values:
4073
4074 -  Don't send
4075
4076 -  Send
4077
4078 Description:
4079
4080 -  If a patron has chosen to receive a check out notice in their
4081    messaging preferences and this preference is set to 'Send' then those
4082    patrons will also receive a notice when they renew materials. You
4083    will want to set up a :ref:`new notice <adding-notices-and-slips-label>` with the code of
4084    RENEWAL (if you don't already have it) with custom text for renewing
4085    items.
4086
4087        **Important**
4088
4089        This preference requires that you have
4090        :ref:`EnhancedMessagingPreferences`
4091        set to 'Allow'
4092
4093 .. _rentalfeescheckoutconfirmation-label:
4094
4095 RentalFeesCheckoutConfirmation
4096 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4097
4098 Default: do not ask
4099
4100 Asks: When checking out an item with rental fees, \_\_\_ for
4101 confirmation.
4102
4103 Values:
4104
4105 -  ask
4106
4107   |image1183|
4108
4109 -  do not ask
4110
4111 Description:
4112
4113 -  If you are charging rental fees for items this preference will make
4114    it so that you can show (or not show) a confirmation before checking
4115    out an item that will incur a rental charge.
4116
4117 .. _rentalsinnoissuescharge-label:
4118
4119 RentalsInNoissuesCharge
4120 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4121
4122 Default: Include
4123
4124 Asks: \_\_\_ rental charges when summing up charges for noissuescharge.
4125
4126 Values:
4127
4128 -  Don't include
4129
4130 -  Include
4131
4132 Description:
4133
4134 -  This preference lets you decide if rental charges are included when
4135    calculating the :ref:`noissuescharge`. If this is set
4136    to include then Koha will include all rental charges when deciding if
4137    the patron owes too much money to check anything else out of the
4138    library. If it's set to Don't include then Koha will ignore all
4139    rental charges when figuring out if the patron owes too much money to
4140    checkout additional materials.
4141
4142 .. _restrictionblockrenewing-label:
4143
4144 RestrictionBlockRenewing
4145 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4146
4147 Default: Allow
4148
4149 Asks: If patron is restricted, \_\_\_ renewing of items.
4150
4151 Values:
4152
4153 -  Allow
4154
4155 -  Block
4156
4157 .. _returnbeforeexpiry-label:
4158
4159 ReturnBeforeExpiry
4160 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4161
4162 Default: Don't require
4163
4164 Asks: \_\_\_ patrons to return books before their accounts expire (by
4165 restricting due dates to before the patron's expiration date).
4166
4167 Values:
4168
4169 -  Don't require
4170
4171 -  Require
4172
4173 Description:
4174
4175 -  This is preference may prevent a patron from having items checked out
4176    after their library card has expired. If this is set to "Require",
4177    then a due date of any checked out item can not be set for a date
4178    which falls after the patron's card expiration. If the setting is
4179    left "Don't require" then item check out dates may exceed the
4180    expiration date for the patron's library card.
4181
4182 .. _staffsearchresultsdisplaybranch-label:
4183
4184 StaffSearchResultsDisplayBranch
4185 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4186
4187 Default: the library the item is held by
4188
4189 Asks: For search results in the staff client, display the branch of
4190 \_\_\_
4191
4192 Values:
4193
4194 -  the library the item is from
4195
4196 -  the library the items is held by
4197
4198 .. _switchonsitecheckouts-label:
4199
4200 SwitchOnSiteCheckouts
4201 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4202
4203 Default: Don't switch
4204
4205 Asks: \_\_\_ on-site checkouts to normal checkouts when checked out.
4206
4207 Values:
4208
4209 -  Don't switch
4210
4211 -  Switch
4212
4213 .. _transfersmaxdayswarning-label:
4214
4215 TransfersMaxDaysWarning
4216 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4217
4218 Default: 3
4219
4220 Asks: Show a warning on the "Transfers to Receive" screen if the
4221 transfer has not been received \_\_\_ days after it is sent.
4222
4223 Description:
4224
4225 -  The TransferMaxDaysWarning preference is set at a default number of
4226    days. This preference allows for a warning to appear after a set
4227    amount of time if an item being transferred between library branches
4228    has not been received. The warning will appear in the :ref:`Transfers to
4229    Receive <transfers-to-receive-label>` report.
4230
4231 .. _usebranchtransferlimits-and-branchtransferlimitstype-label:
4232
4233 UseBranchTransferLimits and BranchTransferLimitsType
4234 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4235
4236 Defaults: Don't enforce and collection code
4237
4238 Asks: \_\_\_ branch transfer limits based on \_\_\_
4239
4240 UseBranchTransferLimits Values:
4241
4242 -  Don't enforce
4243
4244 -  Enforce
4245
4246 BranchTransferLimitsType Values:
4247
4248 -  collection code
4249
4250 -  item type
4251
4252 BranchTransferLimitsType Description:
4253
4254 -  This parameter is a binary setting which determines whether items are
4255    transferred according to item type or collection code. This value
4256    determines how the library manager is able to restrict what items can
4257    be transferred between the branches.
4258
4259 .. _usedaysmode-label:
4260
4261 useDaysMode
4262 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4263
4264 Default: Don't include
4265
4266 Asks: Calculate the due date using \_\_\_.
4267
4268 Values:
4269
4270 -  circulation rules only.
4271
4272 -  the calendar to push the due date to the next open day.
4273
4274 -  the calendar to skip all days the library is closed.
4275
4276 -  the calendar to push the due date to the next open matching weekday 
4277    for weekly loan periods, or the next open day otherwise (Note: This preference 
4278    setting only works with loan periods in multiples of 7).
4279
4280 Description:
4281
4282 -  This preference controls how scheduled library closures affect the
4283    due date of a material. The 'the calendar to skip all days the
4284    library is closed' setting allows for a scheduled closure not to
4285    count as a day in the loan period, the 'circulation rules only'
4286    setting would not consider the scheduled closure at all, and 'the
4287    calendar to push the due date to the next open day' would only effect
4288    the due date if the day the item is due would fall specifically on
4289    the day of closure.  The final option to use 'the calendar to push 
4290    the due date to the next open matching weekday for weekly loan periods, or the 
4291    next open day otherwise' allows libraries to accommodate patrons who may 
4292    only be able to visit the library on a certain day of the week, such as 
4293    part-time students or patrons who rely on public transport. 
4294
4295 Example:
4296
4297 -  The library has put December 24th and 25th in as closures on the
4298    calendar. A book checked out by a patron has a due date of December
4299    25th according to the circulation and fine rules. If this preference
4300    is set to 'circulation rules only' then the item will remain due on
4301    the 25th. If the preference is set to 'the calendar to push the due
4302    date to the next open day' then the due date will be December 26th.
4303    If the preference is set to 'the calendar to skip all days the
4304    library is closed' then the due date will be pushed to the 27th of
4305    December to accommodate for the two closed days.  If the preference is set 
4306    to 'the calendar to push the due date to the next open matching weekday 
4307    for weekly loan periods, or the next open day otherwise' the item would be 
4308    due back on January 1st.  If January 1st was also a closed day then 
4309    the item would be due back on the next available open day. 
4310
4311 The calendar is defined on a branch by branch basis. To learn more about
4312 the calendar, check out the :ref:`Calendar & Holidays <calendar-label>`
4313 section of this manual.
4314
4315 .. _usetransportcostmatrix-label:
4316
4317 UseTransportCostMatrix
4318 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4319
4320 Default: Don't use
4321
4322 Asks: \_\_\_ Transport Cost Matrix for calculating optimal holds filling
4323 between branches.
4324
4325 Values:
4326
4327 -  Don't use
4328
4329 -  Use
4330
4331 Description:
4332
4333 -  If the system is configured to use the :ref:`Transport cost
4334    matrix <transport-cost-matrix-label>` for filling holds, then when
4335    attempting to fill a hold, the system will search for the lowest cost
4336    branch, and attempt to fill the hold with an item from that branch
4337    first. Branches of equal cost will be selected from randomly. The
4338    branch or branches of the next highest cost shall be selected from
4339    only if all the branches in the previous group are unable to fill the
4340    hold.
4341
4342    The system will use the item's current holding branch when
4343    determining whether the item can fulfill a hold using the Transport
4344    Cost Matrix.
4345
4346 .. _course-reserves-system-preferences-label:
4347
4348 Course Reserves
4349 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4350
4351 .. _usecoursereserves-label:
4352
4353 UseCourseReserves
4354 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4355
4356 Default: Don't use
4357
4358 Asks: \_\_\_ course reserves
4359
4360 Values:
4361
4362 -  Don't use
4363
4364 -  Use
4365
4366 Description:
4367
4368 -  The `Course Reserves <#coursereserves>`__ module in Koha allows you
4369    to temporarily move items to 'reserve' and assign different
4370    circulation rules to these items while they are being used for a
4371    specific course.
4372
4373 .. _fines-policy-label:
4374
4375 Fines Policy
4376 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4377
4378 .. _finescalendar-label:
4379
4380 finesCalendar
4381 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4382
4383 Default: not including the days the library is closed
4384
4385 Asks: Calculate fines based on days overdue \_\_\_
4386
4387 Values:
4388
4389 -  directly
4390
4391 -  not including the days the library is closed
4392
4393 Description:
4394
4395 -  This preference will determine whether or not fines will be accrued
4396    during instances when the library is closed. Examples include
4397    holidays, library in-service days, etc. Choosing "not including the
4398    days the library is closed" setting will enable Koha to access its
4399    :ref:`Calendar` module and be considerate of dates when
4400    the library is closed. To make use of this setting the administrator
4401    must first access Koha's calendar and mark certain days as "holidays"
4402    ahead of time.
4403
4404 The calendar is defined on a branch by branch basis. To learn more about
4405 the calendar, check out the :ref:`calendar <calendar-label>`
4406 section of this manual.
4407
4408 .. _finesincludegraceperiod-label:
4409
4410 FinesIncludeGracePeriod
4411 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4412
4413 Default: Include
4414
4415 Asks: \_\_\_ the grace period when calculating the fine for an overdue
4416 item.
4417
4418 Values:
4419
4420 -  Don't include
4421
4422 -  Include
4423
4424 Description:
4425
4426 -  This preference lets you control how Koha calculates fines when there
4427    is a grace period. If you choose to include the grace period when
4428    calculating fines then Koha will charge for the days in the grace
4429    period should the item be overdue more than those days. If you choose
4430    not to include the grace period then Koha will only charge for the
4431    days overdue after the grace period.
4432
4433 .. _finesmode-label:
4434
4435 finesMode
4436 ^^^^^^^^^^^^^^^^^^^^^^^^^^
4437
4438 Default: Calculate (but only for mailing to the admin)
4439
4440 Asks: \_\_\_ fines
4441
4442 Values:
4443
4444 -  Calculate (but only for mailing to the admin)
4445
4446 -  Calculate and charge
4447
4448 -  Don't calculate
4449
4450     **Important**
4451
4452     Requires that you have the fines cron job running
4453     (misc/cronjobs/fines.pl)
4454
4455 .. _holdfeemode-label:
4456
4457 HoldFeeMode
4458 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4459
4460 Default: only if all items are checked out and the record has at least one hold already.
4461
4462 Asks: Charge a hold fee \_\_\_
4463
4464 Values:
4465
4466 -  any time a hold is collected.
4467
4468 -  any time a hold is placed.
4469
4470 -  only if all items are checked out and the record has at least one hold already.
4471
4472 .. _processingfeenote-label:
4473
4474 ProcessingFeeNote
4475 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4476
4477 Asks: Set the text to be recorded in the column 'note', table 'accountlines' when the processing fee (defined in item type) is applied.
4478
4479 .. _refundlostonreturncontrol-label:
4480
4481 RefundLostOnReturnControl
4482 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4483
4484 Default: check-in library.
4485
4486 Asks: If a lost item is returned, apply the refunding rules defined
4487 in the \_\_\_
4488
4489 Values:
4490
4491 -  check-in library.
4492
4493 -  item holding branch.
4494
4495 -  item home branch.
4496
4497 .. _suspensionscalendar-label:
4498
4499 SuspensionsCalendar
4500 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4501
4502 Default: not including the days the library is closed
4503
4504 Asks: Calculate suspension expiration based on days overdue \_\_\_
4505
4506 Values:
4507
4508 -  directly
4509
4510 -  not including the days the library is closed
4511
4512 Description:
4513
4514 -  This system preference determines whether the :ref:`calendar <calendar-label>` is taken into 
4515    account when making suspension calculations.  Suspension rules can be 
4516    configured within the :ref:`circulation rules <circulation-and-fines-rules-label>`.  
4517    If set to â€˜directly’ the suspension period will ignore any closed days 
4518    that have been added to the calendar.  If set to â€˜not including the 
4519    days the library is closed’ any days marked as closed within the calendar 
4520    will be skipped when calculating the end date for the suspension.
4521
4522 .. _usedefaultreplacementcost-label:
4523
4524 useDefaultReplacementCost
4525 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4526
4527 Default: Don't use
4528
4529 Asks: \_\_\_ the default replacement cost defined in item type.
4530
4531 Values:
4532
4533 -  Don't use
4534
4535 -  Use
4536
4537 Description:
4538
4539 -  This preference enables the use of the replacement cost set on the item type level
4540
4541 .. _whenlostchargereplacementfee-label:
4542
4543 WhenLostChargeReplacementFee
4544 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4545
4546 Default: Charge
4547
4548 Asks: \_\_\_ the replacement price when a patron loses an item.
4549
4550 Values:
4551
4552 -  Charge
4553
4554 -  Don't charge
4555
4556 Description:
4557
4558 -  This preference lets you tell Koha what to do with an item is marked
4559    lost. If you want Koha can 'Charge' the patron the replacement fee
4560    listed on the item they lost or it can do nothing in reference to the
4561    patron and just mark the item lost in the catalog.
4562
4563 .. _whenlostforgivefine-label:
4564
4565 WhenLostForgiveFine
4566 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4567
4568 Default: Don't forgive
4569
4570 Asks: \_\_\_ the fines on an item when it is lost.
4571
4572 Values:
4573
4574 -  Don't forgive
4575
4576 -  Forgive
4577
4578 Description:
4579
4580 -  This preference allows the library to decide if fines are charged in
4581    addition to the replacement fee when an item is marked as lost. If
4582    this preference is set to 'Forgive' then the patron won't be charged
4583    fines in addition to the replacement fee.
4584
4585 .. _holds-policy-label:
4586
4587 Holds Policy
4588 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4589
4590 .. _allowholddateinfuture-label:
4591
4592 AllowHoldDateInFuture
4593 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4594
4595 Default: Allow
4596
4597 Asks: \_\_\_ hold requests to be placed that do not enter the waiting
4598 list until a certain future date.
4599
4600 Values:
4601
4602 -  Allow
4603
4604 -  Don't allow
4605
4606 .. _allowholditemtypeselection-label:
4607
4608 AllowHoldItemTypeSelection
4609 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4610
4611 Default: Don't allow
4612
4613 Asks: \_\_\_ hold fulfillment to be limited by itemtype.
4614
4615 Values:
4616
4617 -  Allow
4618
4619 -  Don't allow
4620
4621 .. _allowholdpolicyoverride-label:
4622
4623 AllowHoldPolicyOverride
4624 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4625
4626 Default: Allow
4627
4628 Asks: \_\_\_ staff to override hold policies when placing holds.
4629
4630 Values:
4631
4632 -  Allow
4633
4634 -  Don't allow
4635
4636 Description:
4637
4638 -  This preference is a binary setting which controls whether or not the
4639    library staff can override the circulation and fines rules as they
4640    pertain to the placement of holds. Setting this value to "Don't
4641    allow" will prevent anyone from overriding, setting it to "Allow"
4642    will allow it. This setting is important because it determines how
4643    strict the libraries rules for placing holds are. If this is set to
4644    "Allow", exceptions can be made for patrons who are otherwise
4645    normally in good standing with the library, but there is opportunity
4646    for the staff to abuse this function. If it is set to "Don't allow",
4647    no abuse of the system is possible, but it makes the system entirely
4648    inflexible in respect to holds.
4649
4650 .. _allowholdsondamageditems-label:
4651
4652 AllowHoldsOnDamagedItems
4653 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4654
4655 Default: Allow
4656
4657 Asks: \_\_\_ hold requests to be placed on damaged items.
4658
4659 Values:
4660
4661 -  Allow
4662
4663 -  Don't allow
4664
4665 Description:
4666
4667 -  This parameter is a binary setting which controls whether or not hold
4668    requests can be placed on items that are marked as "damaged" (items
4669    are marked as damaged by editing subfield 4 on the item record).
4670    Setting this value to "Don't allow" will prevent anyone from placing
4671    a hold on such items, setting it to "Allow" will allow it. This
4672    preference is important because it determines whether or not a patron
4673    can place a request for an item that might be in the process of being
4674    repaired or not in good condition. The library may wish to set this
4675    to "Don't allow" if they were concerned about their patrons not
4676    receiving the item in a timely manner or at all (if it is determined
4677    that the item is beyond repair). Setting it to "Allow" would allow a
4678    patron to place a hold on an item and therefore receive it as soon as
4679    it becomes available.
4680
4681 .. _allowholdsonpatronspossessions-label:
4682
4683 AllowHoldsOnPatronsPossessions
4684 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4685
4686 Default: Allow
4687
4688 Asks: \_\_\_\_ a patron to place a hold on a record where the patron
4689 already has one or more items attached to that record checked out.
4690
4691 Values:
4692
4693 -  Allow
4694
4695 -  Don't allow
4696
4697 Description:
4698
4699 -  By setting to "Don't allow," you can prevent patrons from placing
4700    holds on items they already have out, thus preventing them from
4701    blocking anyone else from getting an item.
4702
4703 .. _allowrenewalifotheritemsavailable-label:
4704
4705 AllowRenewalIfOtherItemsAvailable
4706 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4707
4708 Default: Don't allow
4709
4710 Asks: \_\_\_ a patron to renew an item with unfilled holds if other
4711 available items can fill that hold.
4712
4713 Values:
4714
4715 -  Allow
4716
4717 -  Don't allow
4718
4719 .. _autoresumesuspendedholds-label:
4720
4721 AutoResumeSuspendedHolds
4722 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4723
4724 Default: Allow
4725
4726 Asks: \_\_\_ suspended holds to be automatically resumed by a set date.
4727
4728 Values:
4729
4730 -  Allow
4731
4732 -  Don't allow
4733
4734 Description:
4735
4736 -  If this preference is set to 'Allow' then all suspended holds will be
4737    able to have a date at after which they automatically become
4738    unsuspended. If you have this preference set to 'Allow' you will also
4739    need the :ref:`Unsuspend Holds` cron job running.
4740
4741     **Important**
4742
4743     The holds will become unsuspended the date after that entered by the
4744     patron.
4745
4746 .. _canmarkholdstopullaslost-label:
4747
4748 CanMarkHoldsToPullAsLost
4749 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4750
4751 Default: Do not allow to mark items as lost
4752
4753 Asks: \_\_\_ from the 'Holds to pull' screen
4754
4755 Values:
4756
4757 -  Allow to mark items as lost
4758
4759 -  Allow to mark items as lost and notify the patron
4760
4761 -  Do not allow to mark items as lot
4762
4763 Description:
4764
4765 -  This preference lets you choose whether the staff can mark items
4766    as lost directly from the 'Holds to pull' list if they can't
4767    find the item on the shelf.
4768
4769 .. _canreservefromotherbranches-label:
4770
4771 canreservefromotherbranches
4772 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4773
4774 Default: Allow
4775
4776 Asks: \_\_\_ a user from one library to place a hold on an item from
4777 another library
4778
4779 Description:
4780
4781 -  This preference is a binary setting which determines whether patrons
4782    can place holds on items from other branches. If the preference is
4783    set to "Allow" patrons can place such holds, if it is set to "Don't
4784    allow" they cannot. This is an important setting because it
4785    determines if users can use Koha to request items from another
4786    branch. If the library is sharing an installation of Koha with other
4787    independent libraries which do not wish to allow interlibrary
4788    borrowing it is recommended that this parameter be set to "Don't
4789    allow".
4790
4791 Values:
4792
4793 -  Allow
4794
4795 -  Don't allow (with :ref:`IndependentBranches`)
4796
4797 .. _confirmfutureholds-label:
4798
4799 ConfirmFutureHolds
4800 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4801
4802 Default: 0
4803
4804 Asks: Confirm future hold requests (starting no later than \_\_\_ days
4805 from now) at checkin time.
4806
4807 Description:
4808
4809 -  When confirming a hold at checkin time, the number of days in this
4810    preference is taken into account when deciding which holds to show
4811    alerts for. This preference does not interfere with renewing,
4812    checking out or transferring a book.
4813
4814     **Note**
4815
4816     This number of days will be used too in calculating the default end
4817     date for the Holds to pull-report. But it does not interfere with
4818     issuing, renewing or transferring books.
4819
4820     **Important**
4821
4822     This preference is only looked at if you're allowing hold dates in
4823     the future with :ref:`AllowHoldDateInFuture`
4824     or :ref:`OPACAllowHoldDateInFuture`
4825
4826 .. _decreaseloanhighholds-preferences-label:
4827
4828 decreaseLoanHighHolds, decreaseLoanHighHoldsDuration, decreaseLoanHighHoldsValue, decreaseLoanHighHoldsControl, and decreaseLoanHighHoldsIgnoreStatuses
4829 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4830
4831 Asks: \_\_\_ the reduction of loan period \_\_\_ to days for items with
4832 more than \_\_\_ holds \_\_\_ . Ignore items with the following statuses
4833 when counting items \_\_\_
4834
4835 decreaseLoanHighHolds default: Don't enable
4836
4837 decreaseLoanHighHoldsControl default: on the record
4838
4839 decreaseLoanHighHolds values:
4840
4841 -  Enable
4842
4843 decreaseLoanHighHoldsControl values:
4844
4845 -  over the number of holdable items on the records
4846
4847 -  on the record
4848
4849 decreaseLoanHighHoldsIgnoreStatuses values:
4850
4851 -  [Select All]
4852
4853 -  Damages
4854
4855 -  Lost
4856
4857 -  Not for loan
4858
4859 -  Withdrawn
4860
4861 Description:
4862
4863 -  These preferences let you change the loan length for items that have
4864    many holds on them. This will not effect items that are already
4865    checked out, but items that are checked out after the
4866    decreaseLoanHighHoldsValue is met will only be checked out for the
4867    number of days entered in the decreaseLoanHighHoldsDuration
4868    preference.
4869
4870    |image32|
4871
4872 .. _displaymultiplacehold-label:
4873
4874 DisplayMultiPlaceHold
4875 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4876
4877 Default: Don't enable
4878
4879 Asks: \_\_\_ the ability to place holds on multiple biblio from the
4880 search results
4881
4882 Values:
4883
4884 -  Don't enable
4885
4886 -  Enable
4887
4888 .. _emaillibrarianwhenholdisplaced-label:
4889
4890 emailLibrarianWhenHoldIsPlaced
4891 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4892
4893 Default: Don't enable
4894
4895 Asks: \_\_\_ sending an email to the Koha administrator email address
4896 whenever a hold request is placed.
4897
4898 Values:
4899
4900 -  Don't enable
4901
4902 -  Enable
4903
4904 Description:
4905
4906 -  This preference enables Koha to email the library staff whenever a
4907    patron requests an item to be held. While this function will
4908    immediately alert the librarian to the patron's need, it is extremely
4909    impractical in most library settings. In most libraries the hold
4910    lists are monitored and maintained from a separate interface. That
4911    said, many libraries that allow on shelf holds prefer to have this
4912    preference turned on so that they are alerted to pull an item from
4913    the shelf.
4914
4915     **Important**
4916
4917     In order for this email to send you must have a
4918     :ref:`notice <notices-and-slips-label>` template with the code of HOLDPLACED
4919
4920     **Important**
4921
4922     This notice will only be sent if the :ref:`process\_message\_queue.pl
4923     cron job <cron-message-queue-label>` is being run periodically to send the
4924     messages.
4925
4926 .. _excludeholidaysfrommaxpickupdelay-label:
4927
4928 ExcludeHolidaysFromMaxPickUpDelay
4929 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4930
4931 Default: Don't allow
4932
4933 Asks: \_\_\_ Closed days to be taken into account in reserves max pickup delay.
4934
4935 Values:
4936
4937 -  Don't allow
4938
4939 -  Allow
4940
4941 .. _expirereservesmaxpickupdelay-label:
4942
4943 ExpireReservesMaxPickUpDelay
4944 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4945
4946 Default: Don't allow
4947
4948 Asks: \_\_\_ holds to expire automatically if they have not been picked
4949 by within the time period specified in
4950 :ref:`ReservesMaxPickUpDelay`
4951
4952 Values:
4953
4954 -  Allow
4955
4956 -  Don't allow
4957
4958 Description:
4959
4960 -  If set to 'allow' this will cancel holds that have been waiting for
4961    longer than the number of days specified in the
4962    :ref:`ReservesMaxPickUpDelay` system
4963    preference. Holds will only be cancelled if the :ref:`Expire Holds cron
4964    job <cron-expired-holds-label>` is runnning.
4965
4966 .. _expirereservesmaxpickupdelaycharge-label:
4967
4968 ExpireReservesMaxPickUpDelayCharge
4969 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4970
4971 Default: 0
4972
4973 Asks: If using
4974 :ref:`ExpireReservesMaxPickUpDelay`, charge
4975 a borrower who allows his or her waiting hold to expire a fee of \_\_\_
4976 USD
4977
4978 Description:
4979
4980 -  If you are expiring holds that have been waiting too long you can use
4981    this preference to charge the patron for not picking up their hold.
4982    If you don't charge patrons for items that aren't picked up you can
4983    leave this set to the default which is 0. Holds will only be
4984    cancelled and charged if the :ref:`Expire Holds cron
4985    job <cron-expired-holds-label>` is running.
4986
4987 .. _expirereservesonholidays-label:
4988
4989 ExpireReservesOnHolidays
4990 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4991
4992 Default: Allow
4993
4994 Asks: \_\_\_ expired holds to be cancelled on days the library is
4995 closed.
4996
4997 Values:
4998
4999 -  Allow
5000
5001 -  Don't allow
5002
5003 .. _holdssplitqueue-label:
5004
5005 HoldsSplitQueue
5006 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5007
5008 Default: nothing
5009
5010 Asks: In the staff client, split the holds queue into separate tables by \_\_\_
5011
5012 Values:
5013
5014 -  pickup library
5015
5016 -  pickup library and itemtype
5017
5018 -  hold itemtype
5019
5020 -  nothing
5021
5022 Description:
5023
5024 -  This feature allows you to separate holds by pickup library or itemtype in the
5025    holds page of a record (not in the global holds queue found on the circulation
5026    page).
5027
5028 -  When using the up and down arrows the priorities will be changed only
5029    in the group the holds belongs to.
5030
5031 .. _holdssplitqueuenumbering-label:
5032
5033 HoldsSplitQueueNumbering
5034 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5035
5036 Default: the actual priority, which may be out of order
5037
5038 Asks: If the holds queue is split, show librarians \_\_\_
5039
5040 Values:
5041
5042 -  the actual priority, which may be out of order
5043
5044 -  'virtual' priorities, where each group is numbered separately
5045
5046 Description:
5047
5048 -  This system preference is only effective if :ref:`HoldsSplitQueue` is set to
5049    any value except 'nothing'.
5050
5051 -  This system preference controls the priority numbering on the holds page
5052    of a record (not in the global holds queue found on the circulation page).
5053
5054 .. _localholdspriority-preferences-label:
5055
5056 LocalHoldsPriority, LocalHoldsPriorityPatronControl, LocalHoldsPriorityItemControl
5057 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5058
5059 Asks: \_\_\_ priority for filling holds to patrons whose \_\_\_ matches
5060 the item's \_\_\_
5061
5062 LocalHoldsPriority Values:
5063
5064 -  Don't give
5065
5066 -  Give
5067
5068 LocalHoldsPriorityPatronControl Values:
5069
5070 -  home library
5071
5072 -  pickup library
5073
5074 LocalHoldsPriorityItemControl Values:
5075
5076 -  holding library
5077
5078 -  home library
5079
5080 Description:
5081
5082 -  This feature will allow libraries to specify that, when an item is
5083    returned, a local hold may be given priority for fulfillment even
5084    though it is of lower priority in the list of unfilled holds.
5085
5086 .. _maxreserves-label:
5087
5088 maxreserves
5089 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5090
5091 Default: 50
5092
5093 Asks: Patrons can only have \_\_\_ holds at once.
5094
5095 .. _opacallowholddateinfuture-label:
5096
5097 OPACAllowHoldDateInFuture
5098 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5099
5100 Default: Allow
5101
5102 Asks: \_\_\_ patrons to place holds that don't enter the waiting list
5103 until a certain future date.
5104
5105 Values:
5106
5107 -  Allow
5108
5109    -  :ref:`AllowHoldDateInFuture` must also be
5110       enabled for this to work
5111
5112 -  Don't allow
5113
5114 .. _opacallowusertochoosebranch-label:
5115
5116 OPACAllowUserToChooseBranch
5117 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5118
5119 Default: Allow
5120
5121 Asks: \_\_\_ a user to choose the library to pick up a hold from.
5122
5123 Values:
5124
5125 -  Allow
5126
5127 -  Don't allow
5128
5129 Description:
5130
5131 -  Changing this preference will not prevent staff from being able to
5132    transfer titles from one library to another to fill a hold, it will
5133    only prevent patrons from saying they plan on picking a book up at a
5134    library other than their home library.
5135
5136 -  The list of available pickup locations will include all libraries that
5137    have 'Pickup location' set to 'Yes' on the library configuration page.
5138
5139 .. _opacholdsifavailableatpickup-label:
5140
5141 OPACHoldsIfAvailableAtPickup
5142 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5143
5144 Default: Allow
5145
5146 Asks: \_\_\_ to pickup holds at libraries where the item is available.
5147
5148 Values:
5149
5150 -  Don't allow
5151
5152 -  Allow
5153
5154 Description:
5155
5156 -  Prevents borrowers from requesting items that are on the shelf
5157    at the same branch at which they wish to pick up those items.
5158
5159 .. _opacholdsifavailableatpickupexceptions-label:
5160
5161 OPACHoldsIfAvailableAtPickupExceptions
5162 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5163
5164 Default: blank
5165
5166 Asks: Patron categories not affected by :ref:`OPACHoldsIfAvailableAtPickup`
5167 \_\_\_ (list of patron categories separated with a pipe ^|^)
5168
5169 Description:
5170
5171 -  Patron category codes listed here separated by a pipe ^|^ are unaffected by
5172    :ref:`OPACHoldsIfAvailableAtPickup`.
5173
5174 .. _reservescontrolbranch-label:
5175
5176 ReservesControlBranch
5177 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5178
5179 Default: item's home library
5180
5181 Asks: Check the \_\_\_ to see if the patron can place a hold on the
5182 item.
5183
5184 Values:
5185
5186 -  item's home library.
5187
5188 -  patron's home library.
5189
5190 .. _reservesmaxpickupdelay-label:
5191
5192 ReservesMaxPickUpDelay
5193 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5194
5195 Default: 7
5196
5197 Asks: Mark a hold as problematic if it has been waiting for more than
5198 \_\_\_ days.
5199
5200 Description:
5201
5202 -  This preference (based on calendar days, not the
5203    :ref:`Koha holiday calendar <calendar-label>`) puts an expiration date on an item a
5204    patron has on hold. After this expiration date the staff will have
5205    the option to release the unclaimed hold which then may be returned
5206    to the library shelf or issued to the next patron on the item's hold
5207    list. Items that are 'expired' by this preference are moved to the
5208    'Holds Over' tab on the :ref:`Holds Awaiting Pickup <holds-awaiting-pickup-label>`
5209    report.
5210
5211 .. _reservesneedreturns-label:
5212
5213 ReservesNeedReturns
5214 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5215
5216 Default: Don't automatically
5217
5218 Asks: \_\_\_ mark holds as found and waiting when a hold is placed
5219 specifically on them and they are already checked in.
5220
5221 Values:
5222
5223 -  Automatically
5224
5225 -  Don't automatically
5226
5227 Description:
5228
5229 -  This preference refers to 'item specific' holds where the item is
5230    currently on the library shelf. This preference allows a library to
5231    decide whether an 'item specific' hold is marked as "Waiting" at the
5232    time the hold is placed or if the item will be marked as "Waiting"
5233    after the item is checked in. This preference will tell the patron
5234    that their item is 'Waiting' for them at their library and ready for
5235    check out.
5236
5237 .. _holds-queue-system-preferences-label:
5238
5239 StaticHoldsQueueWeight, HoldsQueueSkipClosed and RandomizeHoldsQueueWeight
5240 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5241
5242 StaticHoldsQueueWeight Default: 0
5243
5244 HoldsQueueSkipClosed Default: open or closed
5245
5246 RandomizeHoldsQueueWeight Default: in that order
5247
5248 Asks: Satisfy holds using items from the libraries \_\_\_ (as
5249 branchcodes, separated by commas; if empty, uses all libraries) when
5250 they are \_\_\_ \_\_\_.
5251
5252 HoldsQueueSkipClosed Values:
5253
5254 -  open or closed
5255
5256 -  open
5257
5258 RandomizeHoldsQueueWeight Values:
5259
5260 -  in random order
5261
5262    -  If StaticHoldsQueueWeight is left at the default Koha will
5263       randomize all libraries, otherwise it will randomize the libraries
5264       listed.
5265
5266 -  in that order
5267
5268    -  If StaticHoldsQueueWeight is left at the default then this will
5269       use all of your branches in alphabetical order, otherwise it will
5270       use the branches in the order that you entered them in the
5271       StaticHoldsQueueWeight preference.
5272
5273 Descriptions:
5274
5275 -  These preferences control how the :ref:`Holds Queue
5276    report <holds-queue-label>` is generated using :ref:`a cron
5277    job <cron-holds-queue-report-label>`.
5278
5279    If you do not want all of your libraries to participate in the
5280    on-shelf holds fulfillment process, you should list the the libraries
5281    that \*do\* participate in the process here by inputting all the
5282    participating library's branchcodes, separated by commas ( e.g.
5283    "MPL,CPL,SPL,BML" etc. ).
5284
5285    By default, the holds queue will be generated such that the system
5286    will first attempt to hold fulfillment using items already at the
5287    pickup library if possible. If there are no items available at the
5288    pickup library to fill a hold, build\_holds\_queue.pl will then use
5289    the list of libraries defined in StaticHoldsQueueWeight. If
5290    RandomizeHoldsQueueWeight is disabled ( which it is by default ), the
5291    script will assign fulfillment requests in the order the branches are
5292    placed in the StaticHoldsQueueWeight system preference.
5293
5294    For example, if your system has three libraries, of varying sizes (
5295    small, medium and large ) and you want the burden of holds
5296    fulfillment to be on larger libraries before smaller libraries, you
5297    would want StaticHoldsQueueWeight to look something like
5298    "LRG,MED,SML".
5299
5300    If you want the burden of holds fulfillment to be spread out equally
5301    throughout your library system, simply enable
5302    RandomizeHoldsQueueWeight. When this system preference is enabled,
5303    the order in which libraries will be requested to fulfill an on-shelf
5304    hold will be randomized each time the list is regenerated.
5305
5306     **Important**
5307
5308     The :ref:`Transport Cost Matrix <transport-cost-matrix-label>` takes
5309     precedence in controlling where holds are filled from, if the matrix
5310     is not used then Koha checks the StaticHoldsQueueWeight. To use the
5311     Transport Cost Matrix simply set your
5312     :ref:`UseTransportCostMatrix` preference to
5313     'Use'
5314
5315 .. _suspendholdsintranet-label:
5316
5317 SuspendHoldsIntranet
5318 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5319
5320 Default: Allow
5321
5322 Asks: \_\_\_ holds to be suspended from the intranet.
5323
5324 Values:
5325
5326 -  Allow
5327
5328 -  Don't allow
5329
5330 Description:
5331
5332 -  The holds suspension feature can be turned on and off in the staff
5333    client by altering this system preference. If this is set to 'allow'
5334    you will want to set the
5335    :ref:`AutoResumeSuspendedHolds` system
5336    preference.
5337
5338 .. _suspendholdsopac-label:
5339
5340 SuspendHoldsOpac
5341 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5342
5343 Default: Allow
5344
5345 Asks: \_\_\_ holds to be suspended from the OPAC.
5346
5347 Values:
5348
5349 -  Allow
5350
5351 -  Don't allow
5352
5353 Description:
5354
5355 -  The holds suspension feature can be turned on and off in the OPAC by
5356    altering this system preference. If this is set to 'allow' you will
5357    want to set the
5358    :ref:`AutoResumeSuspendedHolds` system
5359    preference.
5360
5361 .. _transferwhencancelallwaitingholds-label:
5362
5363 TransferWhenCancelAllWaitingHolds
5364 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5365
5366 Default: Don't transfer
5367
5368 Asks: \_\_\_ items when cancelling all waiting holds.
5369
5370 Values:
5371
5372 -  Don't transfer
5373
5374 -  Transfer
5375
5376 Description:
5377
5378 -  When TransferWhenCancelAllWaitingHolds is set to "Don't transfer", no
5379    branch transfer records are created. Koha will not allow the holds to
5380    be transferred, because that would orphan the items at the library
5381    where the holds were awaiting pickup, without any further instruction
5382    to staff as to what items are at the library or where they need to
5383    go. When that system preference set to "Transfer", branch transfers
5384    are created, so the holds may be cancelled.
5385
5386 .. _updateitemwhenlostfromholdlist-label:
5387
5388 UpdateItemWhenLostFromHoldList
5389 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5390
5391 Asks: Update item's values when marked as lost from the hold to pull screen.
5392
5393 Description:
5394
5395 -  This is a list of values to update an item when it is marked as lost from
5396    the holds to pull screen. For example, write "itemlost: 1" to set the items.
5397    itemlost value to 1 when the item is marked as lost. This will use the authorized
5398    value 1 from the LOST authorized value list.
5399
5400 .. _housebound-module-label:
5401
5402 Housebound module
5403 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5404
5405 .. _houseboundmodule-label:
5406
5407 HouseboundModule
5408 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5409
5410 Default: Disable
5411
5412 Asks: \_\_\_ housebound module
5413
5414 Values:
5415
5416 -  Disable
5417
5418 -  Enable
5419
5420 Description:
5421
5422 -  This preference enables or disables the Housebound module which
5423    handles management of circulation to Housebound readers.
5424
5425 .. _housebound-interface-label:
5426
5427 Interface
5428 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5429
5430 .. _allowallmessagedeletion-label:
5431
5432 AllowAllMessageDeletion
5433 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5434
5435 Default: Don't allow
5436
5437 Asks: \_\_\_ staff to delete messages added from other libraries.
5438
5439 Values:
5440
5441 -  Allow
5442
5443 -  Don't allow
5444
5445 .. _allowcheckoutnotes-label:
5446
5447 AllowCheckoutNotes
5448 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5449
5450 Default: Don't allow
5451
5452 Asks: \_\_\_ patrons to submit notes about checked out items.
5453
5454 Values:
5455
5456 -  Don't allow
5457
5458 -  Allow
5459
5460 This preference if set to allow will give your patrons the option to add
5461 a note to an item they have checked out on the OPAC side.  This note will be
5462 seen on the staff side when the item is checked in.
5463
5464 .. _allowofflinecirculation-label:
5465
5466 AllowOfflineCirculation
5467 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5468
5469 Default: Do not enable
5470
5471 Asks: \_\_\_ offline circulation on regular circulation computers.
5472
5473 Values:
5474
5475 -  Do not enable
5476
5477 -  Enable
5478
5479 Description:
5480
5481 -  Setting this preference to 'Enable' allows you to use the Koha
5482    interface for :ref:`offline circulation <offline-circulation-utilities-label>`. This system
5483    preference does not affect the :ref:`Firefox
5484    plugin <firefox-plugin-label>` or the :ref:`desktop
5485    application <offline-circ-tool-for-windows-label>`, any of these three options can
5486    be used for offline circulation without effecting the other.
5487
5488 .. _autoswitchpatron-label:
5489
5490 AutoSwitchPatron
5491 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5492
5493 Default: Don't enable
5494
5495 Asks: \_\_\_ the automatic redirection to another patron when a patron
5496 barcode is scanned instead of a book. This should not be enabled if you
5497 have overlapping patron and book barcodes.
5498
5499 Values:
5500
5501 -  Don't enable
5502
5503 -  Enable
5504
5505 Description:
5506
5507 -  Enabling this system preference allows staff to scan a patron barcode instead
5508    of an item barcode in the checkout box to switch patron records.
5509
5510 .. _circautocompl-label:
5511
5512 CircAutocompl
5513 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5514
5515 Default: Try
5516
5517 Asks: \_\_\_ to automatically fill in the member when entering a patron
5518 search on the circulation screen.
5519
5520 Description:
5521
5522 -  This preference is a binary setting which determines whether
5523    auto-completion of fields is enabled or disabled for the circulation
5524    input field. Setting it to "Try" would enable a staff member to begin
5525    typing a name or other value into the field and have a menu pop up
5526    with suggestions for completing it. Setting it to "Don't try" would
5527    disable this feature. This preference can make staff members' jobs
5528    easier or it could potentially slow down the page loading process.
5529
5530 Values:
5531
5532 -  Don't try
5533
5534 -  Try
5535
5536    |image33|
5537
5538 .. _circautoprintquickslip-label:
5539
5540 CircAutoPrintQuickSlip
5541 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5542
5543 Default: open a print quick slip window
5544
5545 Asks: When an empty barcode field is submitted in circulation \_\_\_
5546
5547 Values:
5548
5549 -  clear the screen
5550
5551 -  open a print quick slip window
5552
5553 -  open a print slip window
5554
5555 Description:
5556
5557 -  If this preference is set to open a quick slip
5558    (:ref:`ISSUEQSLIP <existing-notices-and-slips-label>`) or open a slip
5559    (:ref:`ISSUESLIP <existing-notices-and-slips-label>`) for printing it will eliminate the
5560    need for the librarian to click the print button to generate a
5561    checkout receipt for the patron they're checking out to. If the
5562    preference is set to clear the screen then "checking out" an empty
5563    barcode will clear the screen of the patron you were last working
5564    with.
5565
5566 .. _circsidebar-label:
5567
5568 CircSidebar
5569 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5570
5571 Default: Deactivate
5572
5573 Asks: \_\_\_ the navigation sidebar on all Circulation pages.
5574
5575 Values:
5576
5577 -  Deactivate
5578
5579 -  Activate
5580
5581 .. _displayclearscreenbutton-label:
5582
5583 DisplayClearScreenButton
5584 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5585
5586 Default: Show
5587
5588 Asks: \_\_\_ a button to clear the current patron from the screen on the
5589 circulation screen.
5590
5591 Values:
5592
5593 -  Don't show
5594
5595    |image36|
5596
5597 -  Show
5598
5599    |image37|
5600
5601 .. _exportcirchistory-label:
5602
5603 ExportCircHistory
5604 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5605
5606 Default: Don't show
5607
5608 Asks: \_\_\_ the export patron checkout history options.
5609
5610 Values:
5611
5612 -  Don't show
5613
5614 -  Show
5615
5616 .. _exportremovefields-label:
5617
5618 ExportRemoveFields
5619 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5620
5621 Asks: The following fields should be excluded from the patron checkout
5622 history CSV or iso2709 export \_\_\_
5623
5624 Description:
5625
5626 -  This space separated list of fields (e.g. 100a 245b) will
5627    automatically be excluded when exporting the patron's current
5628    checkout history.
5629
5630    |image38|
5631
5632 .. _filterbeforeoverduereport-label:
5633
5634 FilterBeforeOverdueReport
5635 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5636
5637 Default: Don't require
5638
5639 Asks: \_\_\_ staff to choose which checkouts to show before running the
5640 overdues report.
5641
5642 Description:
5643
5644 -  Koha's overdue report shows you all of the overdue items in your
5645    library system. If you have a large library system you'll want to set
5646    this preference to 'Require' to force those running the report to
5647    first limit the data generated to a branch, date range, patron
5648    category or other such filter. Requiring that the report be filtered
5649    before it's run prevents your staff from running a system heavy
5650    report and slowing down other operations in the system.
5651
5652    |image34|
5653
5654 Values:
5655
5656 -  Don't require
5657
5658 -  Require
5659
5660 .. _finenotifyatcheckin-label:
5661
5662 FineNotifyAtCheckin
5663 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5664
5665 Default: Don't notify
5666
5667 Asks: \_\_\_ librarians of overdue fines on the items they are checking
5668 in.
5669
5670 Values:
5671
5672 -  Don't notify
5673
5674 -  Notify
5675
5676 Description:
5677
5678 -  With this preference set to 'Notify' all books that have overdue
5679    fines owed on them will pop up a warning when checking them in. This
5680    warning will need to acknowledged before you can continue checking
5681    items in. With this preference set to 'Don't notify,^ you will still
5682    see fines owed on the patron record, you just won't have an
5683    additional notification at check in.
5684
5685    |image35|
5686
5687 .. _holdstopullstartdate-label:
5688
5689 HoldsToPullStartDate
5690 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5691
5692 Default: 2
5693
5694 Asks: Set the default start date for the Holds to pull list to \_\_\_
5695 day(s) ago.
5696
5697 Description:
5698
5699 -  The :ref:`Holds to Pull <holds-to-pull-label>` report in circulation defaults to
5700    filtering holds placed 2 days ago. This preference allows you to set
5701    this default filter to any number of days.
5702
5703 .. _itembarcodefallbacksearch-label:
5704
5705 itemBarcodeFallbackSearch
5706 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5707
5708 Default: Don't enable
5709
5710 Asks: \_\_\_ the automatic use of a keyword catalog search if the phrase
5711 entered as a barcode on the checkout page does not turn up any results
5712 during an item barcode search.
5713
5714 Values:
5715
5716 -  Don't enable
5717
5718 -  Enable
5719
5720    |image40|
5721
5722 Description:
5723
5724 -  Sometimes libraries want to checkout using something other than the
5725    barcode. Enabling this preference will do a keyword search of Koha to
5726    find the item you're trying to check out. You can use the call
5727    number, barcode, part of the title or anything you'd enter in the
5728    keyword search when this preference is enabled and Koha will ask you
5729    which item you're trying to check out.
5730
5731     **Important**
5732
5733     While you're not searching by barcode a barcode is required on every
5734     title you check out. Only titles with barcodes will appear in the
5735     search results.
5736
5737 .. _itembarcodeinputfilter-label:
5738
5739 itemBarcodeInputFilter
5740 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5741
5742 Default: Don't filter
5743
5744 Asks: \_\_\_ scanned item barcodes.
5745
5746 Values:
5747
5748 -  Convert from CueCat format
5749
5750 -  Convert from Libsuite8 form
5751
5752 -  Don't filter
5753
5754 -  EAN-13 or zero-padded UPC-A from
5755
5756 -  Remove spaces from
5757
5758 -  Remove the first number from T-prefix style
5759
5760    -  This format is common among those libraries migrating from Follett
5761       systems
5762
5763 .. _noticecss-label:
5764
5765 NoticeCSS
5766 ^^^^^^^^^^^^^^^^^^^^^^^^^^
5767
5768 Asks: Include the stylesheet at \_\_\_ on Notices.
5769
5770     **Important**
5771
5772     This should be a complete URL, starting with http://
5773
5774 Description:
5775
5776 -  If you would like to style your notices with a consistent set of
5777    fonts and colors you can use this preference to point Koha to a
5778    stylesheet specifically for your notices.
5779
5780 .. _numreturneditemstoshow-label:
5781
5782 numReturnedItemsToShow
5783 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5784
5785 Default: 20
5786
5787 Asks : Show the \_\_\_ last returned items on the checkin screen.
5788
5789 .. _previousissuesdefaultsortorder-label:
5790
5791 previousIssuesDefaultSortOrder
5792 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5793
5794 Default: earliest to latest
5795
5796 Asks: Sort previous checkouts on the circulation page from \_\_\_ due
5797 date.
5798
5799 Values:
5800
5801 -  earliest to latest
5802
5803 -  latest to earliest
5804
5805 .. _recordlocaluseonreturn-label:
5806
5807 RecordLocalUseOnReturn
5808 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5809
5810 Default: Don't record
5811
5812 Asks: \_\_\_ local use when an unissued item is checked in.
5813
5814 Values:
5815
5816 -  Don't record
5817
5818 -  Record
5819
5820 Description:
5821
5822 -  When this preference is set to "Don't record" you can record local
5823    use of items by checking items out to the statistical patron. With
5824    this preference set to "Record" you can record local use by checking
5825    out to the statistical patron and/or by checking in a book that is
5826    not currently checked out.
5827
5828 .. _showallcheckins-label:
5829
5830 ShowAllCheckins
5831 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5832
5833 Default: Do not show
5834
5835 Asks: \_\_\_ all items in the "Checked-in items" list, even items that
5836 were not checked out.
5837
5838 Values:
5839
5840 -  Do not show
5841
5842 -  Show
5843
5844 Description:
5845
5846 -  When items that are not currently checked out are checked in they
5847    don't show on the list of checked in items. This preference allows
5848    you to choose how you'd like the log of checked in items displays.
5849
5850 .. _specifyduedate-label:
5851
5852 SpecifyDueDate
5853 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5854
5855 Default: Allow
5856
5857 Asks: \_\_\_ staff to specify a due date for a checkout.
5858
5859 Due dates are calculated using your circulation and fines rules, but
5860 staff can override that if you allow them to specify a due date at
5861 checkout.
5862
5863 Description:
5864
5865 -  This preference allows for circulation staff to change a due date
5866    from the automatic due date to another calendar date. This option
5867    would be used for circumstances in which the due date may need to be
5868    decreased or extended in a specific circumstance. The "Allow" setting
5869    would allow for this option to be utilized by staff, the "Don't
5870    allow" setting would bar staff from changing the due date on
5871    materials.
5872
5873 Values:
5874
5875 -  Allow
5876
5877    |image41|
5878
5879 -  Don't allow
5880
5881    |image42|
5882
5883 .. _specifyreturndate-label:
5884
5885 SpecifyReturnDate
5886 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5887
5888 Default: Don't allow
5889
5890 Asks: \_\_\_ staff to specify a return date for a check in.
5891
5892 Values:
5893
5894 -  Allow
5895
5896   |image1185|
5897
5898 -  Don't allow
5899
5900   |image1186|
5901
5902 Description:
5903
5904 -  This preference lets you decide if staff can specify an arbitrary
5905    return date when checking in items. If an arbitrary return date is
5906    specified then fines are recalculated accordingly.
5907
5908 .. _todaysissuesdefaultsortorder-label:
5909
5910 todaysIssuesDefaultSortOrder
5911 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5912
5913 Default: latest to earliest
5914
5915 Asks: Sort today's checkouts on the circulation page from \_\_\_ due
5916 date.
5917
5918 Values:
5919
5920 -  earliest to latest
5921
5922 -  latest to earliest
5923
5924 .. _updatetotalissuesoncirc-label:
5925
5926 UpdateTotalIssuesOnCirc
5927 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5928
5929 Default: Do not
5930
5931 Asks: \_\_\_ update a bibliographic record's total issues count whenever
5932 an item is issued
5933
5934 Values:
5935
5936 -  Do
5937
5938        **Important**
5939
5940        This increases server load significantly; if performance is a
5941        concern, use the :ref:`cron job <cron-track-total-checkouts-label>` to update the total issues count instead.
5942
5943 -  Do not
5944
5945 Description:
5946
5947 -  Koha can track the number of times and item is checked out and store
5948    that on the item record in the database. This information is not
5949    stored by default. Setting this preference to 'Do' will tell Koha to
5950    track that info everytime the item is checked out in real time.
5951    Otherwise you could use the :ref:`cron job <cron-track-total-checkouts-label>` to have
5952    Koha update that field nightly.
5953
5954 .. _waitingnotifyatcheckin-label:
5955
5956 WaitingNotifyAtCheckin
5957 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5958
5959 Default: Don't notify
5960
5961 Asks: \_\_\_ librarians of waiting holds for the patron whose items they
5962 are checking in.
5963
5964 Values:
5965
5966 -  Don't notify
5967
5968 -  Notify
5969
5970    |image43|
5971
5972 Description:
5973
5974 -  When checking in books you can choose whether or not to have a notice
5975    pop up if the patron who returned the book has a hold waiting for
5976    pick up. If you choose 'Notify' for WaitingNotifyAtCheckin then every
5977    time a hold is found for the patron who had the book out last a
5978    message will appear on your check in screen.
5979
5980 .. _interlibrary-loans-label:
5981
5982 Interlibrary Loans
5983 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5984
5985 .. _illmodule-label:
5986
5987 ILLModule
5988 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5989
5990 Default: Disable
5991
5992 Asks: \_\_\_ the interlibrary loans module (master switch).
5993
5994 Values:
5995
5996 -  Disable
5997
5998 -  Enable
5999
6000 Description:
6001
6002 -  This preference is used to enable Koha's ILL module which is used to manage ILL requests.
6003
6004 .. _illmodulecopyrightclearance-label:
6005
6006 ILLModuleCopyrightClearance
6007 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6008
6009 Asks: Adding text will enable the copyright clearance stage in request creation.
6010 The text you enter will be the text displayed.
6011
6012 .. _self-checkout-system-preferences-label:
6013
6014 Self Checkout
6015 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6016
6017 .. _allowselfcheckreturns-label:
6018
6019 AllowSelfCheckReturns
6020 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6021
6022 Default: Don't allow
6023
6024 Asks: \_\_\_ patrons to return items through web-based self checkout
6025 system.
6026
6027 Values:
6028
6029 -  Allow
6030
6031 -  Don't allow
6032
6033 Description:
6034
6035 -  This preference is used to determine if you want patrons to be
6036    allowed to return items through your self check machines. By default
6037    Koha's self check interface is simply for checking items out.
6038
6039 .. _autoselfcheck-preferences-label:
6040
6041 AutoSelfCheckAllowed, AutoSelfCheckID and AutoSelfCheckPass
6042 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6043
6044     **Important**
6045
6046     Most libraries will want to leave this set to 'Don't allow.^ This
6047     preference turns off the requirement to log into the self checkout
6048     machine with a staff username and password by storing the username
6049     and password for automatic login.
6050
6051 AutoSelfCheckAllowed Default: Don't allow
6052
6053 Asks: \_\_\_ the web-based self checkout system to automatically login
6054 with this staff login \_\_\_ and this password \_\_\_ .
6055
6056 AutoSelfCheckAllowed Values:
6057
6058 -  Allow
6059
6060 -  Don't allow
6061
6062 AutoSelfCheckID Value:
6063
6064 -  The username of a staff patron with 'circulate'
6065    :ref:`permissions <patron-permissions-label>`.
6066
6067 AutoSelfCheckPass Value:
6068
6069 -  The password of a staff patron with 'circulate'
6070    :ref:`permissions <patron-permissions-label>`.
6071
6072 .. _scomainuserblock-label:
6073
6074 SCOMainUserBlock
6075 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6076
6077 Asks: Include the following HTML on the web-based self checkout screen:
6078
6079 Description:
6080
6081 -  The HTML entered in this preference will be used on the self chekcout screen.
6082
6083 .. _scousercss-label:
6084
6085 SCOUserCSS
6086 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6087
6088 Asks: Include the following CSS on all pages in the web-based self
6089 checkout
6090
6091 Description:
6092
6093 -  The CSS entered in this preference will be used on all of your Koha
6094    self checkout screens.
6095
6096 .. _scouserjs-label:
6097
6098 SCOUserJS
6099 ^^^^^^^^^^^^^^^^^^^^^^^^^^
6100
6101 Asks: Include the following JavaScript on all pages in the web-based
6102 self checkout
6103
6104 Description:
6105
6106 -  The JavaScript entered in this preference will effect all of your
6107    Koha self checkout screens.
6108
6109 .. _selfcheckhelpmessage-label:
6110
6111 SelfCheckHelpMessage
6112 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6113
6114 Asks: Include the following HTML in the Help page of the web-based self
6115 checkout system
6116
6117 Description:
6118
6119 -  Clicking the 'Help' link in the top right of the self checkout
6120    interface opens up a three step process for using the self check
6121    interface. Adding HTML to this system preference will print that
6122    additional help text above what's already included.
6123
6124 .. _selfcheckoutbylogin-label:
6125
6126 SelfCheckoutByLogin
6127 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6128
6129 Default: Cardnumber
6130
6131 Asks: Have patrons login into the web-based self checkout system with
6132 their \_\_\_
6133
6134 Values:
6135
6136 -  Cardnumber
6137
6138    |image44|
6139
6140 -  Username and password
6141
6142    |image45|
6143
6144 Description:
6145
6146 -  This preference lets you decide how your patrons will log in to the
6147    self checkout machine. Barcode is the patron's card number and their
6148    username and password is set using the opac/staff username and
6149    password fields on the patron record.
6150
6151 .. _selfcheckreceiptprompt-label:
6152
6153 SelfCheckReceiptPrompt
6154 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6155
6156 Default: Show
6157
6158 Asks: \_\_\_ the print receipt popup dialog when self checkout is
6159 finished.
6160
6161 Values:
6162
6163 -  Don't show
6164
6165 -  Show
6166
6167 Description:
6168
6169 -  This preference controls whether a prompt shows up on the web based
6170    self check out when the patron clicks the 'Finish' button.
6171
6172 .. _selfchecktimeout-label:
6173
6174 SelfCheckTimeout
6175 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6176
6177 Default: 120
6178
6179 Asks: Time out the current patron's web-based self checkout system login
6180 after \_\_\_ seconds.
6181
6182 Description:
6183
6184 -  After the machine is idle for the time entered in this preference the
6185    self check out system will log out the current patron and return to
6186    the starting screen.
6187
6188 .. _showpatronimageinwebbasedselfcheck-label:
6189
6190 ShowPatronImageInWebBasedSelfCheck
6191 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6192
6193 Default: Don't show
6194
6195 Asks: \_\_\_ the patron's picture (if one has been added) when they use
6196 the web-based self checkout.
6197
6198 Values:
6199
6200 -  Don't show
6201
6202 -  Show
6203
6204 .. _webbasedselfcheck-label:
6205
6206 WebBasedSelfCheck
6207 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6208
6209 Default: Don't enable
6210
6211 Asks: \_\_\_ the web-based self checkout system.
6212
6213 Values:
6214
6215 -  Don't enable
6216
6217 -  Enable
6218
6219 Enabling this preference will allow access to the :ref:`self
6220 checkout <self-checkout-label>` module in Koha.
6221
6222 Self Checkin
6223 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6224
6225 .. _selfcheckinmainuserblock-label:
6226
6227 SelfCheckInMainUserBlock
6228 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6229
6230 Asks: Include the following HTML on the self check-in screen
6231
6232 Description:
6233
6234 -  HTML entered in this field will appear in the center of the main page
6235    of your self checkin screen
6236
6237 .. _selfscheckinmodule-label:
6238
6239 SelfCheckInModule
6240 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6241
6242 Default: Don't enable
6243
6244 Asks: \_\_\_ the standalone self check-in module (available at:
6245 /cgi-bin/koha/sci/sci-main.pl
6246
6247 Values:
6248
6249 -  Don't enable
6250
6251 -  Enable
6252
6253 Description:
6254
6255 -  This system preference will activate (or deactivate) the self check-
6256    in module
6257
6258 .. _selfcheckintimeout-label:
6259
6260 SelfCheckInTimeout
6261 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6262
6263 Default: 120
6264
6265 Asks: Reset the current self check-in screen after \_\_\_ seconds
6266
6267 Description:
6268
6269 -  Enter the number of seconds after which you want the self check-in
6270    screen to refresh and go back to the main page (for example, if a
6271    patron forgot to log out).
6272
6273 .. _selfcheckinusercss-label:
6274
6275 SelfCheckInUserCSS
6276 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6277
6278 Asks: Include the following CSS on all the self check-in screens
6279
6280 Description:
6281
6282 -  The CSS code entered here will override any CSS on the self check-in
6283    screens
6284
6285 .. _selfcheckinuserjs-label:
6286
6287 SelfCheckInUserJS
6288 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6289
6290 Asks: Include the following JavaScript on all the self check-in screens
6291
6292 Description:
6293
6294 -  The JavaScript entered here will override any other JavaScript on
6295    the self check-in screens
6296
6297 .. _stock-rotation-system-preferences-label:
6298
6299 Stock rotation
6300 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6301
6302 .. _stockrotation-module-label:
6303
6304 StockRotation
6305 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6306
6307 Default: Disable
6308
6309 Asks: \_\_\_ the stock rotation module
6310
6311 Values:
6312
6313 -  Disable
6314
6315 -  Enable
6316
6317 Description:
6318
6319 -  If set to 'Enable' then the stock rotation module will appear under Tools.
6320
6321 .. _enhanced-content-system-preferences-label:
6322
6323 Enhanced content
6324 ---------------------------------------
6325
6326 *Get there:* More > Administration > Global system preferences >
6327 Enhanced content
6328
6329     **Important**
6330
6331     Always read the terms of service associated with external data
6332     sources to be sure that you are using the products within the
6333     allowed limits.
6334
6335     **Note**
6336
6337     You cannot have more than one service for cover images (including
6338     local cover images) set up. If you set up more than one you will get
6339     multiple cover images. Instead choose only one source for cover
6340     images.
6341
6342 .. _adlibris-label:
6343
6344 Adlibris
6345 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6346
6347 .. _adlibriscoversenabled-label:
6348
6349 AdlibrisCoversEnabled
6350 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6351
6352 Default: Don't show
6353
6354 Asks: \_\_\_ cover images in OPAC results and detail listing from Swedish
6355 retailer Adlibris.
6356
6357 Values:
6358
6359 -  Don't show
6360
6361 -  Show
6362
6363 .. _adlibriscoversurl-label:
6364
6365 AdlibrisCoversURL
6366 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6367
6368 Default: http://www.adlibris.com/se/organisationer/showimagesafe.aspx
6369
6370 Asks: \_\_\_ for the Adlibris cover service.
6371
6372 .. _all-label:
6373
6374 All
6375 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6376
6377 .. _frbrizeeditions-label:
6378
6379 FRBRizeEditions
6380 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6381
6382 Default: Don't show
6383
6384 Asks: \_\_\_ other editions of an item on the staff client
6385
6386 Values:
6387
6388 -  Don't show
6389
6390 -  Show
6391
6392    |image46|
6393
6394 Description:
6395
6396 -  Using the rules set forth in the Functional Requirements for
6397    Bibliographic records, this option, when enabled, pulls all editions
6398    of the same title available in your collection regardless of material
6399    type. Items will appear under an 'Editions' tab on the detail page
6400    for the title in question.. According to *Libraries Unlimited's
6401    Online Dictionary for Library and Information Science*
6402    (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
6403    records of similar materials. FRBRization brings together entities
6404    (sets of Works, Expressions, or Manifestations), rather than just
6405    sets of Items. It can aid patrons in selecting related items,
6406    expressions, and manifestations that will serve their needs. When it
6407    is set to "Show", the OPAC will query one or more ISBN web services
6408    for associated ISBNs and display an Editions tab on the details
6409    pages. Once this preference is enabled, the library must select one
6410    of the ISBN options (such as :ref:`ThingISBN`). This option is only for the Staff
6411    Client - the :ref:`OPACFRBRizeEditions` option must be enabled
6412    to have the Editions tab appear on the OPAC.
6413
6414     **Important**
6415
6416     Requires that you turn on one or more of the ISBN services
6417     (such as :ref:`ThingISBN`).
6418
6419 .. _opacfrbrizeeditions-label:
6420
6421 OPACFRBRizeEditions
6422 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6423
6424 Default: Don't show
6425
6426 Asks: \_\_\_ other editions of an item on the OPAC.
6427
6428 Description:
6429
6430 -  Using the rules set forth in the Functional Requirements for
6431    Bibliographic records, this option, when enabled, pulls all editions
6432    of the same title available in your collection regardless of material
6433    type. Items will appear under an 'Editions' tab on the detail page
6434    for the title in question.. According to *Libraries Unlimited's
6435    Online Dictionary for Library and Information Science*
6436    (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
6437    records of similar materials. FRBRization brings together entities
6438    (sets of Works, Expressions, or Manifestations), rather than just
6439    sets of Items. It can aid patrons in selecting related items,
6440    expressions, and manifestations that will serve their needs. When it
6441    is set to "Show", the OPAC will query one or more ISBN web services
6442    for associated ISBNs and display an Editions tab on the details
6443    pages. Once this preference is enabled, the library must select one
6444    of the ISBN options (such as :ref:`ThingISBN`). This option is only for the OPAC - the
6445    :ref:`FRBRizeEditions` option must be turned "On" to
6446    have the Editions tab appear on the Staff Client.
6447
6448 Values:
6449
6450 -  Don't show
6451
6452 -  Show
6453
6454    |image47|
6455
6456 This preference pulls all editions of the same title available in your
6457 collection regardless of material type. Items will appear under an
6458 'Editions' tab on the detail page for the title in question.
6459
6460     **Important**
6461
6462     Requires that you turn on one or more of the ISBN services
6463     (such as :ref:`ThingISBN`).
6464
6465 .. _amazon-system-preferences-label:
6466
6467 Amazon
6468 ~~~~~~~~~~~~~~~~~~~~~~~~~
6469
6470 .. _amazonassoctag-label:
6471
6472 AmazonAssocTag
6473 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6474
6475 Asks: Put the associate tag \_\_\_ on links to Amazon.
6476
6477     **Note**
6478
6479     This can net your library referral fees if a patron decides to buy
6480     an item after clicking through to Amazon from your site.
6481
6482 Description:
6483
6484 -  An Amazon Associates Tag allows a library to earn a percentage of all
6485    purchases made on Amazon when a patron accesses Amazon's site via
6486    links on the library's website. More information about the Amazon
6487    Associates program is available at Amazon's Affiliate Program's
6488    website, https://affiliate-program.amazon.com/. Before a tag can be
6489    obtained, however, the library must first apply for an Amazon Web
6490    Services (AWS) account. Applications are free of charge and can be
6491    made at http://aws.amazon.com. Once an AWS account has been
6492    established, the library can then obtain the Amazon Associates Tag.
6493
6494 Sign up at: https://affiliate-program.amazon.com/
6495
6496 .. _amazoncoverimages-label:
6497
6498 AmazonCoverImages
6499 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6500
6501 Default: Don't show
6502
6503 Asks: \_\_\_ cover images from Amazon on search results and item detail
6504 pages on the staff interface.
6505
6506 Values:
6507
6508 -  Don't show
6509
6510 -  Show
6511
6512 Description:
6513
6514 -  This preference makes it possible to either allow or prevent Amazon
6515    cover images from being displayed in the Staff Client. Cover images
6516    are retrieved by Amazon, which pulls the content based on the first
6517    ISBN number in the item's MARC record. Amazon offers this service
6518    free of charge. If the value for this preference is set to "Show",
6519    the cover images will appear in the Staff Client, and if it is set to
6520    "Don't show", the images will not appear. Finally, if you're using
6521    Amazon cover images, all other cover image services must be disabled.
6522    If they are not disabled, they will prevent AmazonCoverImages from
6523    functioning properly.
6524
6525 .. _amazonlocale-label:
6526
6527 AmazonLocale
6528 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6529
6530 Default: American
6531
6532 Asks: Use Amazon data from its \_\_\_ website.
6533
6534 Value:
6535
6536 -  American
6537
6538 -  British
6539
6540 -  Canadian
6541
6542 -  French
6543
6544 -  German
6545
6546 -  Indian
6547
6548 -  Japanese
6549
6550 .. _opacamazoncoverimages-label:
6551
6552 OPACAmazonCoverImages
6553 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6554
6555 Default: Don't show
6556
6557 Asks: \_\_\_ cover images from Amazon on search results and item detail
6558 pages on the OPAC.
6559
6560 Values:
6561
6562 -  Don't show
6563
6564 -  Show
6565
6566 Description:
6567
6568 -  This preference makes it possible to either allow or prevent Amazon
6569    cover images from being displayed in the OPAC. Cover images are
6570    retrieved by Amazon, which pulls the content based on the first ISBN
6571    number in the item's MARC record. Amazon offers this service free of
6572    charge. If the value for this preference is set to "Show", the cover
6573    images will appear in the OPAC, and if it is set to "Don't show", the
6574    images will not appear. Finally, if you're using Amazon cover images,
6575    all other cover image services must be disabled. If they are not
6576    disabled, they will prevent AmazonCoverImages from functioning
6577    properly.
6578
6579 .. _babeltheque-system-preferences-label:
6580
6581 Babelthèque
6582 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6583
6584 .. _babeltheque-label:
6585
6586 Babelthèque
6587 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6588
6589 Default: Don't
6590
6591 Asks: \_\_\_ include information (such as reviews and citations) from
6592 Babelthèque in item detail pages on the OPAC.
6593
6594 Description:
6595
6596 -  This preference makes it possible to display a Babelthèque tab in the
6597    OPAC, allowing patrons to access tags, reviews, and additional title
6598    information provided by Babelthèque. The information which
6599    Babelthèque supplies is drawn from the French language-based
6600    `Babelio.com <http://www.babelio.com/>`__, a French service similar
6601    to LibraryThing for Libraries. More information about Babelthèque is
6602    available through its website,
6603    `http://www.babeltheque.com <http://www.babeltheque.com/>`__.
6604    Libraries that wish to allow access to this information must first
6605    register for the service at http://www.babeltheque.com. Please note
6606    that this information is only provided in French.
6607
6608 Values:
6609
6610 -  Do
6611
6612    |image48|
6613
6614 -  Don't
6615
6616 .. _babeltheque-url-js-label:
6617
6618 Babeltheque\_url\_js
6619 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6620
6621 Asks: \_\_\_ Defined the url for the Babelthèque javascript file (eg.
6622 http://www.babeltheque.com/bw\_XX.js)
6623
6624 .. _babeltheque-url-update-label:
6625
6626 Babeltheque\_url\_update
6627 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6628
6629 Asks: \_\_\_ Defined the url for the Babelthèque update periodically
6630 (eq. http://www.babeltheque.com/.../file.csv.bz2).
6631
6632 .. _baker-and-taylor-label:
6633
6634 Baker & Taylor
6635 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6636
6637     **Important**
6638
6639     This is a pay service, you must contact Baker & Taylor to subscribe
6640     to this service before setting these options.
6641
6642 .. _bakertaylorbookstoreurl-label:
6643
6644 BakerTaylorBookstoreURL
6645 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6646
6647 Asks: Baker and Taylor "My Library Bookstore" links should be accessed
6648 at https:// \_\_\_ isbn
6649
6650 Description:
6651
6652 -  Some libraries generate additional funding for the library by selling
6653    books and other materials that are purchased from or have been
6654    previously leased from Baker & Taylor. These materials can be
6655    accessed via a link on the library's website. This service is often
6656    referred to as "My Library Bookstore." In order to participate in
6657    this program, the library must first register and pay for the service
6658    with Baker & Taylor. Additional information about this and other
6659    services provided by Baker & Taylor is available at the Baker &
6660    Taylor website, https://www.baker-taylor.com/. The BakerTaylorBookstoreURL
6661    preference establishes the URL in order to link to the library's
6662    Baker & Taylor-backed online bookstore, if such a bookstore has been
6663    established. The default for this field is left blank; if no value is
6664    entered, the links to My Library Bookstore will remain inactive. If
6665    enabling this preference, enter the library's Hostname and Parent
6666    Number in the appropriate location within the URL. The "key" value
6667    (key=) should be appended to the URL, and https:// should be
6668    prepended.
6669
6670 This should be filled in with something like
6671 koha.mylibrarybookstore.com/MLB/actions/searchHandler.do?nextPage=bookDetails&parentNum=10923&key=
6672
6673     **Note**
6674
6675     Leave it blank to disable these links.
6676
6677     **Important**
6678
6679     Be sure to get this information from Baker & Taylor when
6680     subscribing.
6681
6682 .. _bakertaylorenabled-label:
6683
6684 BakerTaylorEnabled
6685 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6686
6687 Default: Don't add
6688
6689 Asks: \_\_\_ Baker and Taylor links and cover images to the OPAC and
6690 staff client. This requires that you have entered in a username and
6691 password (which can be seen in image links).
6692
6693 Values:
6694
6695 -  Add
6696
6697 -  Don't add
6698
6699 Description:
6700
6701 -  This preference makes it possible to display Baker & Taylor content
6702    (book reviews, descriptions, cover images, etc.) in both the Staff
6703    Client and the OPAC. Libraries that wish to display Baker & Taylor
6704    content must first register and pay for this service with Baker &
6705    Taylor (https://www.baker-taylor.com/). If Baker & Taylor content is enabled be
6706    sure to turn off other cover and review services to prevent
6707    interference.
6708
6709     **Important**
6710
6711     To use this you will need to also set the :ref:`BakerTaylorUsername and
6712     BakerTaylorPassword <bakertaylorusername-and-bakertaylorpassword-label>` system preferences
6713
6714 .. _bakertaylorusername-and-bakertaylorpassword-label:
6715
6716 BakerTaylorUsername and BakerTaylorPassword
6717 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6718
6719 Asks: Access Baker and Taylor using username \_\_\_ and password \_\_\_
6720
6721 Descriptions:
6722
6723 -  This setting in only applicable if the library has a paid
6724    subscription to the external Content Café service from Baker &
6725    Taylor. Use the box provided to enter in the library's Content Café
6726    username and password. Also, ensure that the
6727    :ref:`BakerTaylorBookstoreURL` and
6728    :ref:`BakerTaylorEnabled` settings are properly
6729    set. The Content Café service is a feed of enhanced content such as
6730    cover art, professional reviews, and summaries that is displayed
6731    along with Staff Client/OPAC search results. For more information on
6732    this service please see the Baker & Taylor website:
6733    https://www.baker-taylor.com/
6734
6735     **Important**
6736
6737     Be sure to get this information from Baker & Taylor when
6738     subscribing.
6739
6740 .. _coce-cover-images-cache-label:
6741
6742 Coce Cover images cache
6743 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6744
6745 Coce is a remote image URL cache. With this option, cover images are not
6746 fetched directly from Amazon, Google, and so on. Their URLs are
6747 requested via a web service to Coce which manages a cache of URLs.
6748
6749 .. _coce-label:
6750
6751 Coce
6752 ^^^^^^^^^^^^^^^^
6753
6754 Default: Don't enable
6755
6756 Asks: \_\_\_ a Coce image cache service.
6757
6758 Values:
6759
6760 -  Don't enable
6761
6762 -  Enable
6763
6764 Description:
6765
6766 -  Coce has many benefits when it comes to choosing and displaying cover
6767    images in Koha:
6768
6769    -  If a book cover is not available from a provider, but is available
6770       from another one, Koha will be able to display a book cover, which
6771       isn't the case now
6772
6773    -  Since URLs are cached, it isn't necessary for each book cover to
6774       request, again and again, the provider, and several of them if
6775       necessary.
6776
6777    -  Amazon book covers are retrieved with Amazon Product Advertising
6778       API, which means that more covers are retrieved (ISBN13).
6779
6780        **Important**
6781
6782        Coce does not come bundled with Koha. Your Koha install will not
6783        already have a Coce server set up. Before enabling this
6784        functionality you will want to be sure to have a Coce server set
6785        up. Instructions on installing and setting up Coce can be found
6786        on the official github page at https://github.com/fredericd/coce.
6787
6788 .. _cocehost-label:
6789
6790 CoceHost
6791 ^^^^^^^^^^^^^^^^^^^^^^^^
6792
6793 Asks: Coce server URL \_\_\_
6794
6795 Description:
6796
6797 -  This will be the full URL (starting with http://) to your Coce
6798    server.
6799
6800 .. _coceproviders-label:
6801
6802 CoceProviders
6803 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6804
6805 Asks: Use the following providers to fetch the covers \_\_\_
6806
6807 Values:
6808
6809 -  [Select all]
6810
6811 -  Amazon Web Services
6812
6813 -  Google Books
6814
6815 -  Open Library
6816
6817 Description:
6818
6819 -  The providers chosen here will be used to gather cover images for
6820    display in your Koha catalog.
6821
6822 .. _google-label:
6823
6824 Google
6825 ~~~~~~~~~~~~~~~~~~~~~~~~~
6826
6827 .. _googlejackets-label:
6828
6829 GoogleJackets
6830 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6831
6832 Default: Don't add
6833
6834 Asks: \_\_\_ cover images from Google Books to search results and item
6835 detail pages on the OPAC.
6836
6837 Values:
6838
6839 -  Add
6840
6841 -  Don't add
6842
6843 Description:
6844
6845 -  This setting controls the display of applicable cover art from the
6846    free Google Books database, via the Google Books API. Please note
6847    that to use this feature, all other cover services should be turned
6848    off.
6849
6850 .. _html5-media-label:
6851
6852 HTML5 Media
6853 ~~~~~~~~~~~~~~~~~~~~~~~~
6854
6855 .. _html5mediaenabled-label:
6856
6857 HTML5MediaEnabled
6858 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6859
6860 Default: not at all
6861
6862 Asks: Show a tab with a HTML5 media player for files catalogued in field
6863 856 \_\_\_
6864
6865 Values:
6866
6867 -  in OPAC and staff client
6868
6869 -  in the OPAC
6870
6871    |image49|
6872
6873 -  in the staff client
6874
6875    |image50|
6876
6877 -  not at all
6878
6879 Description:
6880
6881 -  If you have media elements in the 856 of your MARC record this
6882    preference can run/show those media files in a separate tab using
6883    HTML5.
6884
6885 .. _html5mediaextensions-label:
6886
6887 HTML5MediaExtensions
6888 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6889
6890 Default: webm\|ogg\|ogv\|oga\|vtt
6891
6892 Asks: Media file extensions \_\_\_
6893
6894 Description:
6895
6896 -  Enter in file extensions separated with bar (\|)
6897
6898 .. _html5mediayoutube-label:
6899
6900 HTML5MediaYouTube
6901 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6902
6903 Default: Don't embed
6904
6905     **Important**
6906
6907     To turn this on first enable
6908     :ref:`HTML5MediaEnabled`
6909
6910 Asks: \_\_\_ YouTube links as videos.
6911
6912 Values:
6913
6914 -  Don't embed
6915
6916 -  Embed
6917
6918 Description:
6919
6920 -  This preference will allow MARC21 856$u that points to YouTube to
6921    appear as a playable video on the pages defined in
6922    :ref:`HTML5MediaEnabled`.
6923
6924 .. _idreamlibraries-label:
6925
6926 IDreamLibraries
6927 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6928
6929 `IDreamBooks.com <http://idreambooks.com/>`__ aggregates book reviews by
6930 critics to help you discover the very best of what's coming out each
6931 week. These preferences let you integrated content from
6932 `IDreamBooks.com <http://IDreamBooks.com>`__ in to your Koha OPAC.
6933
6934     **Note**
6935
6936     This is a new website and has limited content, so you may only see
6937     these features on new popular titles until the database grows some
6938     more.
6939
6940 .. _idreambooksreadometer-label:
6941
6942 IDreamBooksReadometer
6943 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6944
6945 Default: Don't add
6946
6947 Asks: \_\_\_ a "Readometer" that summarizes the reviews gathered by
6948 IDreamBooks.com to the OPAC details page.
6949
6950 Values:
6951
6952 -  Add
6953
6954    |image51|
6955
6956 -  Don't add
6957
6958 .. _idreambooksresults-label:
6959
6960 IDreamBooksResults
6961 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6962
6963 Default: Don't add
6964
6965 Asks: \_\_\_ the rating from IDreamBooks.com to OPAC search results.
6966
6967 Values:
6968
6969 -  Add
6970
6971    |image52|
6972
6973 -  Don't add
6974
6975 .. _idreambooksreviews-label:
6976
6977 IDreamBooksReviews
6978 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6979
6980 Default: Don't add
6981
6982 Asks: \_\_\_ a tab on the OPAC details with book reviews from critics
6983 aggregated by IDreamBooks.com.
6984
6985 Values:
6986
6987 -  Add
6988
6989    |image53|
6990
6991 -  Don't add
6992
6993 .. _librarything-label:
6994
6995 LibraryThing
6996 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6997
6998 LibraryThing for Libraries is a pay service. You must first contact
6999 LibraryThing directly for pricing and subscription information. Learn
7000 more at http://www.librarything.com/forlibraries. Also, for further
7001 configuration instructions please see the LibraryThing Wiki:
7002 http://www.librarything.com/wiki/index.php/Koha
7003
7004 .. _librarythingforlibrariesenabled-label:
7005
7006 LibraryThingForLibrariesEnabled
7007 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7008
7009 Default: Don't show
7010
7011 Asks: \_\_\_ reviews, similar items, and tags from Library Thing for
7012 Libraries on item detail pages on the OPAC.
7013
7014 Values:
7015
7016 -  Don't show
7017
7018 -  Show
7019
7020 Description:
7021
7022 -  This setting is only applicable if the library has a paid
7023    subscription to the external LibraryThing for Libraries service. This
7024    service can provide patrons with the display of expanded information
7025    on catalog items such as book recommendations. It also can offer
7026    advanced features like tagged browsing, patron written reviews, and a
7027    virtual library display accessed from the details tab.
7028
7029     **Important**
7030
7031     If this is set to 'show' you will need to enter a value in the
7032     :ref:`LibraryThingForLibrariesID` system preference.
7033
7034 .. _librarythingforlibrariesid-label:
7035
7036 LibraryThingForLibrariesID
7037 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7038
7039 Asks: Access Library Thing for Libraries using the customer ID \_\_\_
7040
7041 Description:
7042
7043 -  This setting is only applicable if the library has a paid
7044    subscription to the external LibraryThing for Libraries service. Use
7045    the box provided to enter in the library's LibraryThing for Libraries
7046    ID as provided to the library by LibraryThing. The ID number is a
7047    series of numbers in the form ###-#########, and can be found on the
7048    library's account page at LibraryThing for Libraries. This service
7049    can provide patrons with the display of expanded information on
7050    catalog items such as book recommendations and cover art. It also can
7051    offer advanced features like tagged browsing, patron written reviews,
7052    and a virtual library display accessed from the details tab.
7053
7054 .. _librarythingforlibrariestabbedview-label:
7055
7056 LibraryThingForLibrariesTabbedView
7057 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7058
7059 Default: in line with bibliographic information
7060
7061 Asks: Show Library Thing for Libraries content \_\_\_
7062
7063 Values:
7064
7065 -  in line with bibliographic information
7066
7067 -  in tabs
7068
7069 Description:
7070
7071 -  This setting is only applicable if the library has a paid
7072    subscription to the external LibraryThing for Libraries service. This
7073    service can provide patrons with the display of expanded information
7074    on catalog items such as book recommendations and cover art. It also
7075    can offer advanced features like tagged browsing, patron written
7076    reviews, and a virtual library display accessed from the details tab.
7077
7078 .. _thingisbn-label:
7079
7080 ThingISBN
7081 ^^^^^^^^^^^^^^^^^^^^^^^^^^
7082
7083 Default: Don't use
7084
7085 Asks: \_\_\_ the ThingISBN service to show other editions of a title
7086
7087 Values:
7088
7089 -  Don't use
7090
7091 -  Use
7092
7093 Description:
7094
7095 -  Set to 'Use' to display an "Editions" tab on the item's detail page.
7096    Editions are listed, complete with cover art (if you have one of the
7097    cover services enabled) and bibliographic information. The feed comes
7098    from LibraryThing's ThingISBN web service. This is a free service to
7099    non-commercial sites with fewer than 1,000 requests per day.
7100
7101     **Important**
7102
7103     Requires :ref:`FRBRizeEditions` and/or
7104     :ref:`OPACFRBRizeEditions` set to 'show'
7105
7106     **Important**
7107
7108     This is separate from Library Thing for Libraries and does not have
7109     a cost associated with it.
7110
7111 .. _local-cover-images-label:
7112
7113 Local or remote cover images
7114 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7115
7116 .. _allowmultiplecovers-label:
7117
7118 AllowMultipleCovers
7119 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7120
7121 Default: Don't allow
7122
7123 Asks: \_\_\_ multiple images to be attached to each bibliographic
7124 record.
7125
7126 Values:
7127
7128 -  Allow
7129
7130 -  Don't allow
7131
7132 Description:
7133
7134 -  If this preference is set to 'Allow' then you can upload multiple
7135    images that will appear in the images tab on the bib record in the
7136    OPAC and the staff client. This preference requires that either one
7137    or both :ref:`LocalCoverImages` and
7138    :ref:`OPACLocalCoverImages` are set to
7139    'Display.^
7140
7141    |image54|
7142
7143
7144 .. _customcoverimages-label:
7145
7146 CustomCoverImages
7147 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7148
7149 Default: Don't display
7150
7151 Asks: \_\_\_ custom remote url images in the staff client.
7152
7153 Values:
7154
7155 -  Display
7156
7157 -  Don't display
7158
7159 Description:
7160
7161 -  If you use :ref:`CustomCoverImagesURL`, this preference indicates if you 
7162    want these cover images to appear in the staff interface.
7163
7164 -  Use :ref:`OPACCustomCoverImages` if you want those images to appear in the 
7165    OPAC.
7166
7167 .. _opaccustomcoverimages-label:
7168
7169 OPACCustomCoverImages
7170 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7171
7172 Default: Don't display
7173
7174 Asks: \_\_\_ custom remote url images at the OPAC.
7175
7176 Values:
7177
7178 -  Display
7179
7180 -  Don't display
7181
7182 Description:
7183
7184 -  If you use :ref:`CustomCoverImagesURL`, this preference indicates if you 
7185    want these cover images to appear in the OPAC.
7186
7187 -  Use :ref:`CustomCoverImages` if you want those images to appear in the 
7188    staff interface.
7189
7190 .. _customcoverimagesurl-label:
7191
7192 CustomCoverImagesURL
7193 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7194
7195 Asks: Using the following URL: \_\_\_ 
7196
7197 Description:
7198
7199 -  You can use codes to substitute bibliographic information in the URL:
7200    {isbn}, {issn}, {normalized_isbn}
7201
7202    For example:
7203    http://www.mylibrarysite.com/covers/{isbn}.png
7204
7205 -  You can also use MARC fields and subfields in the URL like so:
7206    {024$a}
7207
7208    For example:
7209    http://www.mylibrarysite.com/covers/{024$a}.png
7210
7211 -  Make sure to enable :ref:`CustomCoverImages` if you want those images to 
7212    appear in the staff interface and :ref:`OPACCustomCoverImages` if you want 
7213    those images to appear in the OPAC.
7214
7215 .. _localcoverimages-label:
7216
7217 LocalCoverImages
7218 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7219
7220 Default: Don't display
7221
7222 Asks: \_\_\_ local cover images on intranet search and details pages.
7223
7224 Values:
7225
7226 -  Display
7227
7228 -  Don't display
7229
7230 Description:
7231
7232 -  Setting this preference to 'Display' allows you to upload your own
7233    cover images to bib records and display them on the detail page in
7234    the staff client. At this time the cover will only show under the
7235    'Images' tab on the holdings table on the detail display, not next to
7236    the title at the top left or on the search results.
7237
7238 .. _opaclocalcoverimages-label:
7239
7240 OPACLocalCoverImages
7241 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7242
7243 Default: Don't display
7244
7245 Asks: \_\_\_ local cover images on OPAC search and details pages.
7246
7247 Values:
7248
7249 -  Display
7250
7251 -  Don't display
7252
7253 Description:
7254
7255 -  Setting this preference to 'Display' allows you to upload your own
7256    cover images to bib records and display them on the detail page and
7257    search results in the OPAC.
7258
7259 .. _manual-sysprefs-label:
7260
7261 Manual
7262 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7263
7264 .. _kohamanualbaseurl-label:
7265
7266 KohaManualBaseURL
7267 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7268
7269 Default: https://koha-community.org/manual/
7270
7271 Asks: Location of the Koha manual \_\_\_
7272
7273 Description:
7274
7275 -  You can specify the location of the Koha manual to use. This is the
7276    URL that will be used for the help pages when you click 'Help' at
7277    the top right corner of the page.
7278
7279 -  By default, the Koha manual is used, but you can use this system
7280    preference to substitute for your own help pages.
7281
7282 -  If the URL starts with '/', the value of :ref:`staffClientBaseURL`
7283    will be used as a prefix.
7284
7285 -  Note that it will be suffixed by the version / the language / the
7286    format (/17.11/en/html)
7287
7288 .. _kohamanuallanguage-label:
7289
7290 KohaManualLanguage
7291 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7292
7293 Default: English
7294
7295 Asks: Language of the online manual \ad\_\_\_
7296
7297 Description:
7298
7299 -  By default, the language of the Koha interface will be used
7300    as the manual language. However, if the manual is not translated
7301    in that language, this system preference specifies the fallback
7302    language.
7303
7304 .. _novelist-select-label:
7305
7306 Novelist Select
7307 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7308
7309 Novelist Select is not a free service. Contact your Ebsco representative
7310 to get your log in information to embed this content in the OPAC.
7311
7312     **Important**
7313
7314     Novelist Select does not include cover images for the search results
7315     and bibliographic detail pages. You can choose any other cover image
7316     service for this content or you can contract with Ebsco to get
7317     access to the :ref:`Baker & Taylor Content Cafe <baker-and-taylor-label>` for
7318     an added fee.
7319
7320 .. _novelistselectenabled-label:
7321
7322 NovelistSelectEnabled
7323 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7324
7325 Default: Don't add
7326
7327 Asks: \_\_\_ Novelist Select content to the OPAC.
7328
7329 Values:
7330
7331 -  Add
7332
7333 -  Don't add
7334
7335     **Important**
7336
7337     Enabling this requires that you have entered in a user profile and
7338     password in the :ref:`NovelistSelectProfile and NovelistSelectPassword` preferences
7339
7340 Description:
7341
7342 -  Novelist Select from Ebsco is a subscription service that can provide
7343    additional content in the OPAC.
7344
7345 .. _novelistselectprofile-and-novelistselectpassword-label:
7346
7347 NovelistSelectProfile and NovelistSelectPassword
7348 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7349
7350 Asks: Access Novelist Select using user profile \_\_\_ and password
7351 \_\_\_.
7352
7353     **Important**
7354
7355     This information will be visible if someone views the source code on
7356     your OPAC.
7357
7358 Description:
7359
7360 -  Novelist Select from Ebsco is a subscription service that can provide
7361    additional content in the OPAC.
7362
7363 .. _novelistselectstaffenabled-label:
7364
7365 NovelistSelectStaffEnabled
7366 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7367
7368 Default: Don't add
7369
7370 Asks: \_\_\_ Novelist Select content to the Staff client (requires that
7371 you have entered in a user profile and password, which can be seen in
7372 image links).
7373
7374 Values:
7375
7376 -  Don't add
7377
7378 -  Add
7379
7380 .. _novelistselectstaffprofile-label:
7381
7382 NovelistSelectStaffProfile
7383 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7384
7385 Asks: Access Novelist Select using user profile \_\_\_ on the staff client
7386
7387 Description:
7388
7389 -  Without this value being set, Novelist features will be disabled on the staff
7390    client until a correct profile is obtained from Novelist and entered into
7391    the field.
7392
7393       **Note**
7394
7395       This value must be set independently of the OPAC profile for Novelist
7396
7397 .. _novelistselectstaffview-label:
7398
7399 NovelistSelectStaffView
7400 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7401
7402 Default: in a tab
7403
7404 Asks: Display Novelist Select staff content \_\_\_.
7405
7406 Values:
7407
7408 -  above the holdings table
7409
7410 -  below the holdings table
7411
7412 -  in a tab
7413
7414 .. _novelistselectview-label:
7415
7416 NovelistSelectView
7417 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7418
7419 Default: in an OPAC tab
7420
7421 Asks: Display Novelist Select content \_\_\_
7422
7423 Description:
7424
7425 -  Novelist Select provides a lot of content, for that reason you have
7426    four choices of where to display this content. The default view is in
7427    a tab in the holdings table.
7428
7429    |image55|
7430
7431    The content is the same if you choose to show it above the holdings
7432    table or below it. If shown in the right column of the page it's the
7433    same content, but displays a bit differently since space is limited.
7434
7435    |image56|
7436
7437 Values:
7438
7439 -  above the holdings table
7440
7441 -  below the holdings table
7442
7443 -  in an OPAC tab
7444
7445 -  under the Save Record dropdown on the right
7446
7447 .. _open-library-label:
7448
7449 Open Library
7450 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7451
7452 .. _openlibrarycovers-label:
7453
7454 OpenLibraryCovers
7455 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7456
7457 Default: Don't add
7458
7459 Asks: \_\_\_ cover images from Open Library to search results and item
7460 detail pages on the OPAC.
7461
7462 Values:
7463
7464 -  Add
7465
7466 -  Don't add
7467
7468 Description:
7469
7470 -  This setting controls the display of applicable cover art from the
7471    free Open Library database, via the Open Library API. Please note
7472    that to use this feature, all other cover services should be turned
7473    off.
7474
7475 .. _openlibrarysearch-label:
7476
7477 OpenLibrarySearch
7478 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7479
7480 Default: Don't show
7481
7482 Asks: \_\_\_ search results from Open Library on the OPAC.
7483
7484 Values:
7485
7486 -  Don't show
7487
7488 -  Show
7489
7490   |image1187|
7491
7492 .. _overdrive-label:
7493
7494 Overdrive
7495 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7496
7497 OverDrive is an pay service. You must first contact OverDrive directly
7498 for pricing and subscription information. Enabling this service will
7499 integrate Overdrive results in to your OPAC searches. You will have to
7500 apply for these 3 pieces of information through an application as an API
7501 developer. Overdrive API applications are evaluated once a week so you
7502 may not be able to use this feature immediately after signing up. To
7503 learn more please contact your OverDrive representative.
7504
7505 |image57|
7506
7507 .. _overdrivecirculation-label:
7508
7509 OverDriveCirculation
7510 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7511
7512 Default: Don't enable
7513
7514 Asks: \_\_\_ users to access their OverDrive circulation history, and circulate
7515 items. If you enable access, you must register auth return url of
7516 http(s)://my.opac.hostname/cgi-bin/koha/external/overdrive/auth.pl with OverDrive.
7517
7518 Values:
7519
7520 -  Don't enable
7521
7522 -  Enable
7523
7524 .. _overdriveclientkey-and-overdriveclientsecret-label:
7525
7526 OverDriveClientKey and OverDriveClientSecret
7527 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7528
7529 Asks: Include OverDrive availability information with the client key
7530 \_\_ and client secret \_\_\_
7531
7532 Description:
7533
7534 -  OverDrive customers can get this information by visiting the
7535    `OverDrive Developer
7536    Portal <https://developer.overdrive.com/docs/getting-started>`__ and
7537    following the instructions found there to apply as an API developer.
7538    Once this data and the :ref:`OverDriveLibraryID`
7539    are populated you will see OverDrive results on your OPAC searches.
7540
7541 .. _overdrivelibraryid-label:
7542
7543 OverDriveLibraryID
7544 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7545
7546 Asks: Show items from the OverDrive catalog of library # \_\_\_
7547
7548 Description:
7549
7550 -  OverDrive customers can get this information by visiting the
7551    `OverDrive Developer
7552    Portal <https://developer.overdrive.com/docs/getting-started>`__ and
7553    following the instructions found there to apply as an API developer.
7554    Once this data and the :ref:`OverDriveClientKey and
7555    OverDriveClientSecret <overdriveclientkey-and-overdriveclientsecret-label>` are populated you will
7556    see OverDrive results on your OPAC searches.
7557
7558 .. _plugins-label:
7559
7560 Plugins
7561 ~~~~~~~~~~~~~~~~~~~~~~~~~~
7562
7563 .. _usekohaplugins-label:
7564
7565 UseKohaPlugins
7566 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7567
7568 Default: Don't enable
7569
7570 Asks: \_\_\_ the ability to use Koha Plugins.
7571
7572 Values:
7573
7574 -  Don't enable
7575
7576 -  Enable
7577
7578     **Note**
7579
7580     The plugin system must also be enabled in the Koha configuration
7581     file to be fully enabled. Learn more in the `Plugins
7582     chapter <#pluginsystem>`__.
7583
7584 .. _syndetics-label:
7585
7586 Syndetics
7587 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7588
7589 Syndetics is a pay service. You must first contact Syndetics directly
7590 for pricing and subscription information.
7591
7592 .. _syndeticsauthornotes-label:
7593
7594 SyndeticsAuthorNotes
7595 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7596
7597 Default: Don't show
7598
7599 Asks: \_\_\_ notes about the author of a title from Syndetics on item
7600 detail pages on the OPAC.
7601
7602 Values:
7603
7604 -  Don't show
7605
7606 -  Show
7607
7608 Description:
7609
7610 -  When this option is set to "Show", Syndetics provides notes and short
7611    author biographies for more that 300,000 authors, in both fiction and
7612    nonfiction. With this option enabled the library can display
7613    Syndetics Author Notes on the OPAC. According to the Syndetics
7614    Solutions website (http://www.bowker.com/syndetics/), Author Notes
7615    include lists of contributors for many multi-author texts and
7616    compilations. The :ref:`SyndeticsClientCode` must
7617    be entered and the :ref:`SyndeticsEnabled` option
7618    must be activated before this service can be used.
7619
7620 .. _syndeticsawards-label:
7621
7622 SyndeticsAwards
7623 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7624
7625 Default: Don't show
7626
7627 Asks: \_\_\_ information from Syndetics about the awards a title has won
7628 on item detail pages on the OPAC.
7629
7630 Values:
7631
7632 -  Don't show
7633
7634 -  Show
7635
7636 Description:
7637
7638 -  When this option is set to "Show", Syndetics provides its clients
7639    with a list of awards that any title has won. With this service
7640    enabled the library can display those awards for each book on its
7641    website. For each book or item that comes up during a user search,
7642    the list of awards for that title will be displayed. When a user
7643    clicks on a given award, information about that award is presented
7644    along with a list of the other titles that have won that award. If
7645    the user clicks on any title in the list, they will see holdings
7646    information about that title in their region. This option is a paid
7647    subscription service. The
7648    :ref:`SyndeticsClientCode` must be entered and
7649    the :ref:`SyndeticsEnabled` option must be activated
7650    before this service can be used.
7651
7652 .. _syndeticsclientcode-label:
7653
7654 SyndeticsClientCode
7655 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7656
7657 Asks: Use the client code \_\_\_ to access Syndetics.
7658
7659 Description:
7660
7661 -  Once the library signs up for Syndetics' services, Syndetics will
7662    provide the library with an access code. (Visit the Syndetics
7663    homepage at http://www.bowker.com/syndetics/ for more information.)
7664    This is the code that must be entered to access Syndetics'
7665    subscription services. Syndetics is a paid subscription service. This
7666    value must be entered before
7667    :ref:`SyndeticsEditions` can be enabled. If the
7668    code is lost, corrupted, or forgotten, a new one can be obtained from
7669    http://www.bowker.com/syndetics/.
7670
7671     **Important**
7672
7673     You will need to get your client code directly from Syndetics.
7674
7675 .. _syndeticscoverimages-and-syndeticscoverimagesize-label:
7676
7677 SyndeticsCoverImages and SyndeticsCoverImageSize
7678 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7679
7680 SyndeticsCoverImages Default: Don't show
7681
7682 SyndeticsCoverImageSize Default: medium
7683
7684 Asks: \_\_\_ cover images from Syndetics on search results and item
7685 detail pages on the OPAC in a \_\_\_ size.
7686
7687 Descriptions:
7688
7689 -  When enabled, SyndeticsCoverImages, allows libraries to display
7690    Syndetics' collection of full-color cover images for books, videos,
7691    DVDs and CDs on their OPAC. For each book or item that comes up
7692    during a user search, the cover image for that title will be
7693    displayed. Since these cover images come in three sizes, the optimum
7694    size must be selected using the SyndeticsCoverImageSize preference
7695    after SyndeticsCoverImages are enabled. Syndetics cover images come
7696    in two sizes: mid-size (187 x 187 pixels), and large (400 x 400
7697    pixels). Syndetics is a paid subscription service. The
7698    :ref:`SyndeticsClientCode` must be entered and
7699    the :ref:`SyndeticsEnabled` option must be activated
7700    before this service can be used. Other cover image preferences should
7701    also be disabled to avoid interference.
7702
7703 SyndeticsCoverImages Values:
7704
7705 -  Don't show
7706
7707 -  Show
7708
7709 SyndeticsCoverImageSize Values:
7710
7711 -  medium
7712
7713 -  large
7714
7715 .. _syndeticseditions-label:
7716
7717 SyndeticsEditions
7718 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7719
7720 Default: Don't show
7721
7722 Asks: \_\_\_ information about other editions of a title from Syndetics
7723 on item detail pages on the OPAC
7724
7725 Description:
7726
7727 -  When enabled this option shows information on other editions of a
7728    title from Syndetics on the item detail pages of the OPAC. Syndetics
7729    is a paid subscription service. The
7730    :ref:`SyndeticsClientCode` must be entered and
7731    the :ref:`SyndeticsEnabled` option must be activated
7732    before this service can be used.
7733
7734 Values:
7735
7736 -  Don't show
7737
7738 -  Show
7739
7740     **Important**
7741
7742     Requires :ref:`OPACFRBRizeEditions` set to
7743     'show'
7744
7745 .. _syndeticsenabled-label:
7746
7747 SyndeticsEnabled
7748 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7749
7750 Default: Don't use
7751
7752 Asks: \_\_\_ content from Syndetics.
7753
7754 Values:
7755
7756 -  Don't use
7757
7758 -  Use
7759
7760 Description:
7761
7762 -  When this option is enabled any of the Syndetics options can be used.
7763
7764     **Important**
7765
7766     Requires that you enter your
7767     :ref:`SyndeticsClientCode` before this content
7768     will appear.
7769
7770 .. _syndeticsexcerpt-label:
7771
7772 SyndeticsExcerpt
7773 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7774
7775 Default: Don't show
7776
7777 Asks: \_\_\_ excerpts from of a title from Syndetics on item detail
7778 pages on the OPAC.
7779
7780 Values:
7781
7782 -  Don't show
7783
7784 -  Show
7785
7786 Description:
7787
7788 -  This preference allows Syndetics to display excerpts given to them
7789    from selected publishers. The excerpts are available from prominently
7790    reviewed new titles, both fiction and non-fiction. The excerpts
7791    include poems, essays, recipes, forwards and prefaces. Automatic
7792    links provided by the ISBNs within local MARC records are required to
7793    integrate Syndetics secured, high-speed Internet servers to the
7794    library OPACs. For more information see
7795    (http://www.bowker.com/syndetics/).
7796
7797 .. _syndeticsreviews-label:
7798
7799 SyndeticsReviews
7800 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7801
7802 Default: Don't show
7803
7804 Asks: \_\_\_ reviews of a title from Syndetics on item detail pages on
7805 the OPAC.
7806
7807 Values:
7808
7809 -  Don't show
7810
7811 -  Show
7812
7813 Description:
7814
7815 -  Syndetics Reviews is an accumulation of book reviews available from a
7816    variety of journals and serials. The reviews page displays colored
7817    images of reviewed books dust jackets, partnered with the names of
7818    the journal or serial providing the review. Clicking on an icon opens
7819    a window revealing the book title, author's name, book cover icon and
7820    the critic's opinion of the book. Automatic links provided by the
7821    ISBNs within local MARC records are required to integrate Syndetics
7822    secured, high-speed Internet servers to the library OPACs. For more
7823    information see (http://www.bowker.com/syndetics/).
7824
7825 .. _syndeticsseries-label:
7826
7827 SyndeticsSeries
7828 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7829
7830 Default: Don't show
7831
7832 Asks: \_\_\_ information on other books in a title's series from
7833 Syndetics on item detail pages on the OPAC.
7834
7835 Values:
7836
7837 -  Don't show
7838
7839 -  Show
7840
7841 Description:
7842
7843 -  Each fiction title within a series is linked to the complete series
7844    record. The record displays each title in reading order and also
7845    displays the publication order, if different. Alternate series titles
7846    are also displayed. Automatic links provided by the ISBNs within
7847    local MARC records are required to integrate Syndetics secured, high-
7848    speed Internet servers to the library OPACs. For more information see
7849    (http://www.bowker.com/syndetics/).
7850
7851 .. _syndeticssummary-label:
7852
7853 SyndeticsSummary
7854 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7855
7856 Default: Don't show
7857
7858 Asks: \_\_\_ a summary of a title from Syndetics on item detail pages on
7859 the OPAC.
7860
7861 Values:
7862
7863 -  Don't show
7864
7865 -  Show
7866
7867 Description:
7868
7869 -  Providing more than 5.6 million summaries and annotations derived
7870    from book jackets, edited publisher copy, or independently written
7871    annotations from Book News, Inc. Covering fiction and non-fiction,
7872    this summaries option provides annotations on both trade and
7873    scholarly titles. For more information see
7874    (http://www.bowker.com/syndetics/).
7875
7876 .. _syndeticstoc-label:
7877
7878 SyndeticsTOC
7879 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7880
7881 Default: Don't show
7882
7883 Asks: \_\_\_ the table of contents of a title from Syndetics on item
7884 detail pages on the OPAC.
7885
7886 Values:
7887
7888 -  Don't show
7889
7890 -  Show
7891
7892 Description:
7893
7894 -  This preference allows staff and patrons to review the Table of
7895    Contents from a wide variety of publications from popular self-help
7896    books to conference proceedings. Specific Information access is the
7897    main purpose for this option, allowing patrons guidance to their
7898    preferred section of the book. Special arrangements with selected
7899    book services is used to obtain the table of contents for new
7900    publications each year. Automatic links provided by the ISBNs within
7901    local MARC records are required to integrate Syndetics secured,
7902    high-speed Internet servers to the library OPACs. For more
7903    information see (http://www.bowker.com/syndetics/).
7904
7905 .. _tagging-label:
7906
7907 Tagging
7908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
7909
7910 .. _tagsenabled-label:
7911
7912 TagsEnabled
7913 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7914
7915 Default: Allow
7916
7917 Asks: \_\_\_ patrons and staff to put tags on items.
7918
7919 Values:
7920
7921 -  Allow
7922
7923 -  Don't allow
7924
7925 Description:
7926
7927 -  Set to 'Allow' enable tagging. A tag is metadata, a word added to
7928    identify an item. Tags allow patrons to classify materials on their
7929    own. TagsEnabled is the main switch that permits the tagging
7930    features. TagsEnable must be set to 'Allow' to allow for other
7931    tagging features.
7932
7933 .. _tagsexternaldictionary-label:
7934
7935 TagsExternalDictionary
7936 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7937
7938 Asks: Allow tags in the dictionary of the ispell executable \_\_\_ on
7939 the server to be approved without moderation.
7940
7941 Description:
7942
7943 -  The dictionary includes a list of accepted and rejected tags. The
7944    accepted list includes all the tags that have been pre-allowed. The
7945    rejected list includes tags that are not allowed. This preference
7946    identifies the "accepted" dictionary used. Ispell is an open source
7947    dictionary which can be used as a list of accepted terms. Since the
7948    dictionary allows for accurately spelled obscenities, the libraries
7949    policy may dictate that modifications are made to the Ispell
7950    dictionary if this preference is use. For more information about
7951    Ispell http://www.gnu.org/software/ispell/ispell.html. Enter the path
7952    on your server to a local ispell executable, used to set
7953    $Lingua::Ispell::path.
7954
7955 .. _tagsinputondetail-label:
7956
7957 TagsInputOnDetail
7958 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7959
7960 Default: Allow
7961
7962 Asks: \_\_\_ patrons to input tags on item detail pages on the OPAC.
7963
7964 Values:
7965
7966 -  Allow
7967
7968    |image59|
7969
7970 -  Don't allow
7971
7972 .. _tagsinputonlist-label:
7973
7974 TagsInputOnList
7975 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7976
7977 Default: Allow
7978
7979 Asks: \_\_\_ patrons to input tags on search results on the OPAC.
7980
7981 Values:
7982
7983 -  Allow
7984
7985    |image58|
7986
7987 -  Don't allow
7988
7989 .. _tagsmoderation-label:
7990
7991 TagsModeration
7992 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7993
7994 Default: Don't require
7995
7996 Asks: \_\_\_ that tags submitted by patrons be reviewed by a staff
7997 member before being shown.
7998
7999 Values:
8000
8001 -  Don't require
8002
8003 -  Require
8004
8005 Description:
8006
8007 -  When set to 'Require,^ all tags to be first filtered by the tag
8008    moderator. Only approved tags will be visible to patrons. When set to
8009    'Don't require' tags will bypass the tag moderator and patrons' tags
8010    to be immediately visible. When this preference is enabled the
8011    moderator, a staff member, would approve the tag in the Staff Client.
8012    The moderator will have the option to approve or reject each pending
8013    tag suggestion.
8014
8015 When moderation is required all tags go through the tag moderation tool
8016 before becoming visible.
8017
8018 -  *Get there:* More > Tools > :ref:`Tags <tag-moderation-label>`
8019
8020 .. _tagsshowondetail-label:
8021
8022 TagsShowOnDetail
8023 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8024
8025 Default: 10
8026
8027 Asks: Show \_\_\_ tags on item detail pages on the OPAC.
8028
8029     **Note**
8030
8031     Set the value to 0 (zero) to turn this feature off.
8032
8033 .. _tagsshowonlist-label:
8034
8035 TagsShowOnList
8036 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8037
8038 Default: 6
8039
8040 Asks: Show \_\_\_ tags on search results on the OPAC.
8041
8042     **Note**
8043
8044     Set the value to 0 (zero) to turn this feature off.
8045
8046 .. _i18n/l10n-label:
8047
8048 I18N/L10N
8049 --------------------------
8050
8051 These preferences control your Internationalization and Localization
8052 settings.
8053
8054 *Get there:* More > Administration > Global System Preferences >
8055 I18N/L10N
8056
8057 .. _addressformat-label:
8058
8059 AddressFormat
8060 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8061
8062 Default: US style ([Street number], [Address] - [City], [Zip/Postal
8063 Code], [Country])
8064
8065 Asks: Format postal addresses using \_\_\_
8066
8067 Values:
8068
8069 -  German style ([Address] [Street number] - [Zip/Postal Code] [City] -
8070    [Country])
8071
8072 -  French style ([Street number] [Address] - [ZIP/Postal Code] [City] -
8073    [Country])
8074
8075 -  US style ([Street number], [Address] - [City], [Zip/Postal Code],
8076    [Country])
8077
8078 Description:
8079
8080 -  This preference will let you control how Koha displays patron
8081    addresses given the information entered in the various fields on
8082    their record.
8083
8084 .. _alphabet-label:
8085
8086 alphabet
8087 ~~~~~~~~~~~~~~~~~~~~~~~~
8088
8089 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
8090
8091 Asks: Use the alphabet \_\_\_ for lists of browsable letters. This
8092 should be a space separated list of uppercase letters.
8093
8094 Description:
8095
8096 -  This preference allows you define your own alphabet for browsing
8097    patrons in Koha.
8098
8099    |image60|
8100
8101 .. _calendarfirstdayofweek-label:
8102
8103 CalendarFirstDayOfWeek
8104 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8105
8106 Default: Sunday
8107
8108 Asks: Use \_\_\_ as the first day of week in the calendar.
8109
8110 Values:
8111
8112 -  Sunday
8113
8114 -  Monday
8115
8116 -  Tuesday
8117
8118 -  Wednesday
8119
8120 -  Thursday
8121
8122 -  Friday
8123
8124 -  Saturday
8125
8126 Description:
8127
8128 -  Using this preference you can control what day shows as the first day
8129    of the week in the calendar pop ups throughout Koha and on the
8130    Calendar tool. If you change this preference and don't see a change
8131    in your browser try clearing your cache since it makes changes to the
8132    Javascript on these pages.
8133
8134 .. _dateformat-label:
8135
8136 dateformat
8137 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8138
8139 Default: mm/dd/yyyy
8140
8141 Asks: Format dates like \_\_\_
8142
8143 Values:
8144
8145 -  dd.mm.yyyy
8146
8147 -  dd/mm/yyyy
8148
8149 -  mm/dd/yyyy
8150
8151 -  yyyy/mm/dd
8152
8153 Description:
8154
8155 -  This preference controls how the date is displayed. The options are
8156    the United States method, mm/dd/yyyy (04/24/2010), the metric method,
8157    dd/mm/yyyy (24/04/2010) or ISO, which is the International Standard
8158    of Organization, yyyy/mm/dd (2010/04/24). The International Standard
8159    of Organization would primarily be used by libraries with locations
8160    in multiple nations that may use different date formats, to have a
8161    single display type, or if the library would be in a region that does
8162    not use the United States or metric method. More information
8163    regarding the ISO date format can be found at
8164    http://www.iso.org/iso/iso_catalogue.htm.
8165
8166 .. _language-label:
8167
8168 language
8169 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8170
8171 Default: English
8172
8173 Asks: Enable the following languages on the staff interface
8174
8175 Values:
8176
8177 -  English
8178
8179 To install additional languages please refer to
8180 http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client
8181
8182 .. _opaclanguages-label:
8183
8184 opaclanguages
8185 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8186
8187 Default: English
8188
8189 Asks: Enable the following languages on the OPAC
8190
8191 Values:
8192
8193 -  English
8194
8195     **Note**
8196
8197     To install additional languages you need to run
8198     misc/translation/install-code.pl. For example, to install French you
8199     would run the following command install-code.pl fr-FR to make the
8200     templates, once they exist and are in the right place then they will
8201     show up as an option in this preference.
8202
8203 .. _opaclanguagesdisplay-label:
8204
8205 opaclanguagesdisplay
8206 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8207
8208 Default: Don't allow
8209
8210 Asks: \_\_\_ patrons to change the language they see on the OPAC.
8211
8212 Values:
8213
8214 -  Allow
8215
8216    -  Patrons can choose their language from a list at the bottom of the
8217       public catalog
8218
8219       |image61|
8220
8221 -  Don't allow
8222
8223    -  The public catalog will not give an option to choose a language
8224
8225 Description:
8226
8227 -  Using the :ref:`OpacLangSelectorMode` preference
8228    you can decide where these language options will appear in the public
8229    catalog.
8230
8231 .. _timeformat-label:
8232
8233 TimeFormat
8234 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8235
8236 Default: 24 hour format
8237
8238 Asks: Format times in \_\_\_
8239
8240 Values:
8241
8242 -  12 hour format (eg 02:18PM)
8243
8244 -  24 hour format (eg 14:18)
8245
8246 .. _translatenotices-label:
8247
8248 TranslateNotices
8249 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8250
8251 Default: Don't allow
8252
8253 Asks: \_\_\_ notices to be translated. If set, notices will be translatable from
8254 the "Notices and Slips" interface. The language used to send a notice to a patron
8255 will be the one defined for the patron.
8256
8257 Values:
8258
8259 -  Don't allow
8260
8261 -  Allow
8262
8263 .. _local-use-label:
8264
8265 Local Use
8266 ---------------------------
8267
8268 These preferences are defined locally.
8269
8270 *Get there:* More > Administration > Global System Preferences > Local
8271 Use
8272
8273     **Note**
8274
8275     Sometimes preferences which are either new or outdated will appear
8276     in this tab, if you didn't add any preferences to this tab then it's
8277     best to ignore preferences listed here.
8278
8279 .. _intradidyoumean-label:
8280
8281 INTRAdidyoumean
8282 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8283
8284 Default: blank
8285
8286 Asks: Did you mean? configuration for the Intranet. Do not change, as this is
8287 controlled by /cgi-bin/koha/admin/didyoumean.pl.
8288
8289 .. _opacdidyoumean-label:
8290
8291 OPACdidyoumean
8292 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8293
8294 Default: blank
8295
8296 Asks: Did you mean? configuration for the OPAC. Do not change, as this is
8297 controlled by /cgi-bin/koha/admin/didyoumean.pl.
8298
8299 .. _printcirculationships-label:
8300
8301 printcirculationships
8302 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8303
8304 Default: ON
8305
8306 Asks: If ON, enable printing circulation receipts
8307
8308 Values:
8309
8310 -  ON
8311
8312 -  OFF
8313
8314 .. _usagestatsid-label:
8315
8316 UsageStatsID
8317 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8318
8319 Default: blank
8320
8321 Asks: This preference is part of Koha but it should not be deleted or
8322 updated manually.
8323
8324 .. _usagestatslastupdatetime-label:
8325
8326 UsageStatsLastUpdateTime
8327 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8328
8329 Default: blank
8330
8331 Asks: This preference is part of Koha but it should not be deleted or
8332 updated manually.
8333
8334 .. _usagestatspublicid-label:
8335
8336 UsageStatsPublicID
8337 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8338
8339 Default: blank
8340
8341 Asks: Public ID for Hea website
8342
8343 .. _version-label:
8344
8345 Version
8346 ~~~~~~~~~~~~~~~~~~~~~~
8347
8348 Default: automatically generated
8349
8350 Asks: The Koha database version. WARNING: Do not change this value
8351 manually. It is maintained by the webinstaller
8352
8353 .. _logs-label:
8354
8355 Logs
8356 ----------------
8357
8358 Logs keep track of transaction on the system. You can decide which
8359 actions you want to log and which you don't using these preferences.
8360 Logs can then be viewed in the :ref:`Log Viewer` under Tools.
8361
8362 *Get there:* More > Administration > Global System Preferences > Logs
8363
8364 .. _debugging-label:
8365
8366 Debugging
8367 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8368
8369 .. _dumptemplatevarsintranet-label:
8370
8371 DumpTemplateVarsIntranet
8372 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8373
8374 Default: Don't
8375
8376 Asks: \_\_\_ dump all Template Toolkit variable to a comment in the HTML
8377 source for the staff intranet.
8378
8379 Value:
8380
8381 -  Don't
8382
8383 -  Do
8384
8385 .. _dumptemplatevarsopac-label:
8386
8387 DumpTemplateVarsOpac
8388 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8389
8390 Default: Don't
8391
8392 Asks: \_\_\_ dump all Template Toolkit variable to a comment in the HTML
8393 source for the OPAC.
8394
8395 Value:
8396
8397 -  Don't
8398
8399 -  Do
8400
8401 .. _logging-label:
8402
8403 Logging
8404 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
8405
8406 .. _authoritieslog-label:
8407
8408 AuthoritiesLog
8409 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8410
8411 Default: Don't log
8412
8413 Asks: \_\_\_ changes to authority records.
8414
8415 Values:
8416
8417 -  Don't log
8418
8419 -  Log
8420
8421 .. _borrowerslog-label:
8422
8423 BorrowersLog
8424 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8425
8426 Default: Log
8427
8428 Asks: \_\_\_ changes to patron records.
8429
8430 Values:
8431
8432 -  Don't log
8433
8434 -  Log
8435
8436        **Note**
8437
8438        Enabling this preference allows the tracking of cardnumber changes for patrons
8439
8440 .. _cataloguinglog-label:
8441
8442 CataloguingLog
8443 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8444
8445 Default: Don't log
8446
8447 Asks: \_\_\_ any changes to bibliographic or item records.
8448
8449 Values:
8450
8451 -  Don't log
8452
8453 -  Log
8454
8455     **Important**
8456
8457     Since this occurs whenever a book is cataloged, edited, or checked
8458     in or out it can be very resource intensive - slowing down your
8459     system.
8460
8461 .. _cronjoblog-label:
8462
8463 CronjobLog
8464 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8465
8466 Default: Don't log
8467
8468 Asks: \_\_\_ information from cron jobs.
8469
8470 Values:
8471
8472 -  Don't log
8473
8474 -  Log
8475
8476 .. _fineslog-label:
8477
8478 FinesLog
8479 ^^^^^^^^^^^^^^^^^^^^^^^^
8480
8481 Default: Log
8482
8483 Asks: \_\_\_ when overdue fines are charged or automatically forgiven.
8484
8485 Values:
8486
8487 -  Don't log
8488
8489 -  Log
8490
8491 .. _holdslog-label:
8492
8493 HoldsLog
8494 ^^^^^^^^^^^^^^^^^^^^^^^^
8495
8496 Default: Don't log
8497
8498 Asks: \_\_\_ any actions on holds (create, cancel, suspend, resume, etc.).
8499
8500 Values:
8501
8502 -  Don't log
8503
8504 -  Log
8505
8506 .. _issuelog-label:
8507
8508 IssueLog
8509 ^^^^^^^^^^^^^^^^^^^^^^^^
8510
8511 Default: Log
8512
8513 Asks: \_\_\_ when items are checked out.
8514
8515 Values:
8516
8517 -  Don't log
8518
8519 -  Log
8520
8521 .. _letterlog-label:
8522
8523 LetterLog
8524 ^^^^^^^^^^^^^^^^^^^^^^^^^^
8525
8526 Default: Log
8527
8528 Asks: \_\_\_ when an automatic claim notice is sent.
8529
8530 Values:
8531
8532 -  Don't log
8533
8534 -  Log
8535
8536     **Note**
8537
8538     This log tracks all notices that go to patrons including the overdue
8539     notices.
8540
8541 .. _renewallog-label:
8542
8543 RenewalLog
8544 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8545
8546 Default:  Don't log
8547
8548 Asks: \_\_\_ when items are renewed.
8549
8550 Values:
8551
8552 - Don't log
8553
8554 - Log
8555
8556 .. _reportslog-label:
8557
8558 ReportsLog
8559 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8560
8561 Default: Don't log
8562
8563 Asks: \_\_\_ when reports are added, deleted or changed.
8564
8565 Values:
8566
8567 -  Don't log
8568
8569 -  Log
8570
8571 .. _returnlog-label:
8572
8573 ReturnLog
8574 ^^^^^^^^^^^^^^^^^^^^^^^^^^
8575
8576 Default: Log
8577
8578 Asks: \_\_\_ when items are returned.
8579
8580 Values:
8581
8582 -  Don't log
8583
8584 -  Log
8585
8586 .. _subscriptionlog-label:
8587
8588 SubscriptionLog
8589 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8590
8591 Default: Log
8592
8593 Asks: \_\_\_ when serials are added, deleted or changed.
8594
8595 Values:
8596
8597 -  Don't log
8598
8599 -  Log
8600
8601 .. _opac-system-preferences-label:
8602
8603 OPAC
8604 ---------------------
8605
8606 *Get there:* More > Administration > Global system preferences > OPAC
8607
8608 .. _advanced-search-options-label:
8609
8610 Advanced search options
8611 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8612
8613 .. _opacadvsearchmoreoptions-label:
8614
8615 OpacAdvSearchMoreOptions
8616 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8617
8618 Default: Select all
8619
8620 Asks: Show search options for the expanded view \_\_\_
8621
8622 Values:
8623
8624 -  [Select all]
8625
8626 -  Item types
8627
8628 -  Language
8629
8630 -  Location and availability
8631
8632 -  Publication date
8633
8634 -  Sorting
8635
8636 -  Subtypes
8637
8638 Description:
8639
8640 -  The settings in this preference will determine which search fields
8641    will show when the patron is using the 'More options' mode on the
8642    advanced search page.
8643
8644 .. _opacadvsearchoptions-label:
8645
8646 OpacAdvSearchOptions
8647 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8648
8649 Default: Item types, Language, Location and availability, Publication
8650 date, Sorting
8651
8652 Asks: Show search options \_\_\_
8653
8654 Values:
8655
8656 -  [Select all]
8657
8658 -  Item types
8659
8660 -  Language
8661
8662 -  Location and availability
8663
8664 -  Publication date
8665
8666 -  Sorting
8667
8668 -  Subtypes
8669
8670 Description:
8671
8672 -  The settings in this preference will determine which search fields
8673    will show when the patron is using the 'Fewer options' mode on the
8674    advanced search page.
8675
8676 .. _appearance-label:
8677
8678 Appearance
8679 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8680
8681 These preferences control how things appear in the OPAC.
8682
8683 .. _authorisedvalueimages-label:
8684
8685 AuthorisedValueImages
8686 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8687
8688 Default: Don't show
8689
8690 Asks: \_\_\_ images for authorized values (such as lost statuses and
8691 locations) in search results and item detail pages on the OPAC.
8692
8693 Values:
8694
8695 -  Don't show
8696
8697 -  Show
8698
8699 *Get there:* More > Administration > :ref:`Authorized
8700 values <authorized-values-label>`
8701
8702 .. _bibliodefaultview-label:
8703
8704 BiblioDefaultView
8705 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8706
8707 Default: in simple form
8708
8709 Asks: By default, show bib records \_\_\_
8710
8711 Values:
8712
8713 -  as specified in the ISBD template.
8714
8715    -  See :ref:`ISBD` preference for more information
8716
8717 -  in simple form.
8718
8719 -  in their MARC format.
8720
8721 Description:
8722
8723 -  This preference determines the level of bibliographic detail that the
8724    patron will see on the OPAC detail page. The simple form displays the
8725    graphical interface; MARC format displays the MARC21 cataloging view;
8726    ISBD displays the ISBD (International Standard Bibliographic
8727    Description, AACR2) view.
8728
8729 .. _coinsinopacresults-label:
8730
8731 COinSinOPACResults
8732 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8733
8734 Default: Include
8735
8736 Asks: \_\_\_ COinS / OpenURL / Z39.88 in OPAC search results.
8737
8738 Values:
8739
8740 -  Don't include
8741
8742    -  If you choose not to include COinS on the search results, it will
8743       still be loaded on the individual bibliographic records.
8744
8745 -  Include
8746
8747    -  Enabling this feature will slow OPAC search response times.
8748
8749 Description:
8750
8751 -  COinS stands for ContextObjects in Spans. COinS is a method to embed
8752    bibliographic metadata in the HTML code of web pages. This allows
8753    bibliographic software to publish machine-readable bibliographic
8754    items and client reference management software (such as Zotero) to
8755    retrieve bibliographic metadata. The metadata can also be sent to an
8756    OpenURL resolver. This allows, for instance, searching for a copy of
8757    a book in one's own library.
8758
8759 .. _displayopaciconsxslt-label:
8760
8761 DisplayOPACiconsXSLT
8762 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8763
8764 Default: Don't show
8765
8766 Asks: On pages displayed with XSLT stylesheets on the OPAC, \_\_\_ icons
8767 for itemtype and authorized values.
8768
8769     **Important**
8770
8771     :ref:`OPACXSLTResultsDisplay` and/or
8772     :ref:`OPACXSLTDetailsDisplay` must be set to
8773     use an XSLT stylesheet for this to show (default or custom)
8774
8775 Values:
8776
8777 -  Don't show
8778
8779 -  Show
8780
8781    |image62|
8782
8783     **Note**
8784
8785     See the :ref:`XSLT material type icons <material-type-cataloging-guide-label>`
8786     for more information on these icons.
8787
8788 .. _googleindictransliteration-label:
8789
8790 GoogleIndicTransliteration
8791 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8792
8793 Default: Don't show
8794
8795 Asks: \_\_\_ GoogleIndicTransliteration on the OPAC.
8796
8797 Values:
8798
8799 -  Don't show
8800
8801 -  Show
8802
8803   |image1188|
8804
8805 .. _hidelostitems-label:
8806
8807 hidelostitems
8808 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8809
8810 Default: Don't show
8811
8812 Asks: \_\_\_ lost items on search and detail pages.
8813
8814 Description:
8815
8816 -  Items that are marked lost by the library can either be shown or not
8817    shown on the OPAC. By setting the value to "Don't show," the lost
8818    item is not shown on the OPAC. By setting the value "Show," the lost
8819    item is shown on the OPAC for patrons to view with a status of
8820    'lost.^
8821
8822 Values:
8823
8824 -  Don't show
8825
8826 -  Show
8827
8828    |image63|
8829
8830 .. _highlightownitemsonopac-label:
8831
8832 HighlightOwnItemsOnOPAC and HighlightOwnItemsOnOPACWhich
8833 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8834
8835 HighlightOwnItemsOnOPAC Default: Don't emphasize
8836
8837 HighlightOwnItemsOnOPACWhich Default: patron's home library
8838
8839 Asks: \_\_\_ results from the \_\_\_ by moving the results to the front
8840 and increasing the size or highlighting the rows for those results.
8841
8842 HighlightOwnItemsOnOPAC Values:
8843
8844 -  Don't emphasize
8845
8846 -  Emphasize
8847
8848 HighlightOwnItemsOnOPACWhich Values:
8849
8850 -  OPAC's branch based via the URL
8851
8852    -  The library is chosen based on the Apache environment variable
8853       BRANCHCODE. For example, this could be added to the OPAC section
8854       of koha-httpd.conf: SetEnv BRANCHCODE "CPL"
8855
8856 -  patron's home library
8857
8858    -  The items emphasized will be those of the same library as the
8859       patron's library. If no one is logged into the OPAC, no items will
8860       be highlighted.
8861
8862     **Important**
8863
8864     This preference will only effect sites that are not using an XSLT
8865     stylesheet. XSLT stylesheets are defined in the
8866     :ref:`OPACXSLTResultsDisplay` and
8867     :ref:`OPACXSLTDetailsDisplay` preferences.
8868
8869 .. _libraryname-label:
8870
8871 LibraryName
8872 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8873
8874 Asks: Show \_\_\_ as the name of the library on the OPAC.
8875
8876     **Note**
8877
8878     This value will appear in the title bar of the browser
8879
8880     **Note**
8881
8882     Edit :ref:`opacheader` if you'd like to add a library
8883     name above your search box on the OPAC
8884
8885 |image64|
8886
8887 .. _opacadditionalstylesheet-label:
8888
8889 OpacAdditionalStylesheet
8890 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8891
8892 Asks: Include the additional CSS stylesheet \_\_\_ to override specified
8893 settings from the default stylesheet.
8894
8895 Description:
8896
8897 -  The preference can look for stylesheets in the template directory for
8898    your OPAC language, for instance: /koha-tmpl/opac-tmpl/prog/en/css.
8899    If you upload a custom file, opac-mystyles.css to this directory, you
8900    can specify it by entering opac-mystyles.css in your
8901    opaccolorstylesheet system preference. This adds your custom
8902    stylesheet as a linked stylesheet alongside the OPAC's default CSS
8903    files. This method is preferable because linked stylesheets are
8904    cached by the user's browser, meaning upon repeat visits to your site
8905    the user's browser will not have to re-download the stylesheet,
8906    instead using the copy in the browser's cache.
8907
8908 -  If you would rather, you can upload your CSS to another server and
8909    enter the full URL pointing to it's location remember to begin the
8910    URL with http://
8911
8912     **Note**
8913
8914     Leave this field blank to disable it
8915
8916     **Note**
8917
8918     This file will add a linked CSS, not replace the existing default
8919     CSS.
8920
8921 .. _opacaddmastheadlibrarypulldown-label:
8922
8923 OpacAddMastheadLibraryPulldown
8924 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8925
8926 Default: Don't add
8927
8928 Asks: \_\_\_ a library select pulldown menu on the OPAC masthead.
8929
8930 Values:
8931
8932 -  Add
8933
8934    |image65|
8935
8936 -  Don't Add
8937
8938    |image66|
8939
8940 .. _opacbaseurl-label:
8941
8942 OPACBaseURL
8943 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8944
8945 Asks: The OPAC is located at \_\_\_
8946
8947 Description:
8948
8949 -  This preference is looking for the URL of your public catalog (OPAC)
8950    with the http:// in front of it (enter http://www.mycatalog.com
8951    instead of www.mycatalog.com). Once it is filled in Koha will use it
8952    to generate permanent links in your RSS feeds, for your social
8953    network share buttons and in your staff client when generating links
8954    to bib records in the OPAC.
8955
8956     **Important**
8957
8958     Do not include a trailing slash in the URL this will break links
8959     created using this URL. (example: http://www.google.com not
8960     http://www.google.com/)
8961
8962     **Important**
8963
8964     This must be filled in with the URL of your public catalog for RSS,
8965     unAPI, and search plugins to work.
8966
8967     **Important**
8968
8969     This must be filled in with the URL of your public catalog to show
8970     'OPAC View' links from bib records in the staff client:
8971
8972 |image67|
8973
8974 .. _opaccredits-label:
8975
8976 opaccredits
8977 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8978
8979 Asks: Include the following HTML in the footer of all pages in the OPAC:
8980
8981     **Note**
8982
8983     Click the 'Click to edit; link to enter HTML to appear at the bottom
8984     of every page in the OPAC
8985
8986 |image68|
8987
8988 |image69|
8989
8990 Description:
8991
8992 -  This setting is for credits that will appear at the bottom of your
8993    OPAC pages. Credits traditionally encompass copyright information,
8994    last date updated, hyperlinks or other information represented in an
8995    HTML format. This is static information and any updates must be
8996    entered manually.
8997
8998 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
8999
9000 .. _opaccustomsearch-label:
9001
9002 OpacCustomSearch
9003 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9004
9005 Asks: Replace the search box at the top of OPAC pages with the following
9006 HTML
9007
9008 Description:
9009
9010 -  This preference allows you to replace the default search box at the
9011    top of the OPAC :
9012
9013     |image1190|
9014
9015    with any HTML you would like :
9016
9017     |image1191|
9018
9019 .. _opacdisplay856uasimage-label:
9020
9021 OPACDisplay856uAsImage
9022 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9023
9024 Default: Neither details or results page
9025
9026 Asks: Display the URI in the 856u field as an image on: \_\_\_
9027
9028 Values:
9029
9030 -  Both results and details pages
9031
9032    -  **Important**
9033
9034           Both :ref:`OPACXSLTDetailsDisplay` and
9035           :ref:`OPACXSLTResultsDisplay` need to
9036           have values in order for this preference to work.
9037
9038    -  **Important**
9039
9040           This is only implemented for MARC21 and NORMARC.
9041
9042 -  Detail page only
9043
9044    -  **Important**
9045
9046           :ref:`OPACXSLTDetailsDisplay` needs to
9047           have a value in it for this preference to work.
9048
9049    -  **Important**
9050
9051           This is only implemented for MARC21 and NORMARC.
9052
9053    |image70|
9054
9055 -  Neither details or results page
9056
9057 -  Results page only
9058
9059    -  **Important**
9060
9061           :ref:`OPACXSLTResultsDisplay` needs to
9062           have a value in it for this preference to work.
9063
9064    -  **Important**
9065
9066           This is only implemented for MARC21 and NORMARC.
9067
9068 Description:
9069
9070 -  In addition to this option being set, the corresponding XSLT option
9071    must be turned on. Also, the corresponding 856q field must have a
9072    valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
9073    starting with "image/"), or the generic indicator "img" entered in
9074    the field. When all of the requirements are met, an image file will
9075    be displayed instead of the standard link text. Clicking on the image
9076    will open it in the same way as clicking on the link text. When you
9077    click on the image it should open to full size, in the current window
9078    or in a new window depending on the value in the system pref
9079    :ref:`OPACURLOpenInNewWindow`.
9080
9081    |image71|
9082
9083 .. _opacexportoptions-label:
9084
9085 OpacExportOptions
9086 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9087
9088 Default:
9089
9090     |image1192|
9091
9092 Asks: Select export options that should be available from OPAC detail
9093 page: \_\_\_
9094
9095 Description:
9096
9097 -  In the OPAC on the right of each bib record there is a menu that
9098    allows for saving the record in various formats. This patch will
9099    allow you to define which options are in the pull down menu.
9100    Available options are: BIBTEX (bibtex), Dublin Core (dc), MARCXML
9101    (marcxml), MARC-8 encoded MARC (marc8), Unicode/UTF-8 encoded MARC
9102    (utf8), Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9-
9103    fields and subfields (marcstd), MODS (mods), and RIS (ris).
9104
9105 .. _opacfallback-label:
9106
9107 OPACFallback
9108 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9109
9110 Default: bootstrap
9111
9112 Asks: Use the \_\_\_ theme as the fallback theme on the OPAC.
9113
9114 Description:
9115
9116 -  The purpose of this preference is to provide a way to choose to what
9117    theme to fallback on when you have a partial theme in place.
9118
9119 .. _opacfavicon-label:
9120
9121 OpacFavicon
9122 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9123
9124 Asks: Use the image at \_\_\_ for the OPAC's favicon.
9125
9126     **Important**
9127
9128     This should be a complete URL, starting with http://
9129
9130     **Note**
9131
9132     Turn your logo into a favicon with the `Favicon
9133     Generator <http://antifavicon.com/>`__.
9134
9135 Description:
9136
9137 -  The favicon is the little icon that appears next to the URL in the
9138    address bar in most browsers. The default value for this field (if
9139    left blank) is the small 'K' in the Koha logo.
9140
9141    |image72|
9142
9143 .. _opacheader-label:
9144
9145 opacheader
9146 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9147
9148 Asks: Include the following HTML in the header of all pages in the OPAC
9149
9150 |image73|
9151
9152     **Note**
9153
9154     This value will appear above the main content of your page
9155
9156 |image74|
9157
9158     **Note**
9159
9160     Edit :ref:`LibraryName` if you'd like to edit the
9161     contents of the <title> tag
9162
9163 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
9164
9165 .. _opachighlightedwords-and-nothighlightedwords-label:
9166
9167 OpacHighlightedWords and NotHighlightedWords
9168 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9169
9170 OpacHighlightedWords Default: Don't highlight
9171
9172 NotHighlightedWords Default: and\|or\|not
9173
9174 Asks: \_\_\_ words the patron searched for in their search results and
9175 detail pages; To prevent certain words from ever being highlighted,
9176 enter a list of stopwords here \_\_\_ (separate columns with \|)
9177
9178 OpacHighlightedWords Values:
9179
9180 -  Don't highlight
9181
9182 -  Highlight
9183
9184 .. _opacholdingsdefaultsortfield-label:
9185
9186 OPACHoldingsDefaultSortField
9187 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9188
9189 Default: First column of the table
9190
9191 Asks: \_\_\_ is the default sort field for the holdings table
9192
9193 Values:
9194
9195 -  First column of the table
9196
9197 -  Holding library
9198
9199 -  Home library
9200
9201 .. _opackohaurl-label:
9202
9203 OpacKohaUrl
9204 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9205
9206 Default: Don't show
9207
9208 Values:
9209
9210 -  Don't show
9211
9212 -  Show
9213
9214 Description:
9215
9216 -  When this preference is set to 'Show' text will appear in the bottom
9217    right of the OPAC footer stating 'Powered by Koha' and linking to the
9218    official Koha website.
9219
9220    |image75|
9221
9222 .. _opaclangselectormode-label:
9223
9224 OpacLangSelectorMode
9225 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9226
9227 Default: only footer
9228
9229 Asks: Display language selector on \_\_\_.
9230
9231 Values:
9232
9233 -  both top and footer
9234
9235 -  only footer
9236
9237 -  top
9238
9239 Description:
9240
9241 -  If you have the :ref:`opaclanguagesdisplay`
9242    preference set to display language options in the public catlaog,
9243    then this preference will allow you to control where the language
9244    selector shows. You can choose to show it only on the top or bottom
9245    or in both places.
9246
9247 .. _opaclayoutstylesheet-label:
9248
9249 opaclayoutstylesheet
9250 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9251
9252 Default: opac.css
9253
9254 Asks: Use the CSS stylesheet /css/ \_\_\_ on all pages in the OPAC,
9255 instead of the default
9256
9257 Description:
9258
9259 -  This setting's function is to point to the \*.css file used to define
9260    the OPAC layout. A \*.css file is a cascading stylesheet which is
9261    used in conjunction with HTML to set how the HTML page is formatted
9262    and will look on the OPAC. There are two stylesheets that come with
9263    the system; opac.css and opac2.css. A custom stylesheet may also be
9264    used. The stylesheets listed in the opaclayoutstylesheet preference
9265    are held on the Koha server.
9266
9267     **Note**
9268
9269     Leave this field blank to disable it and let Koha use the default
9270     file instead
9271
9272     **Important**
9273
9274     Using a custom value in this preference causes Koha to completely
9275     ignore the default layout stylesheet.
9276
9277 .. _opaclocationbranchtodisplay-label:
9278
9279 OpacLocationBranchToDisplay
9280 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9281
9282 Default: holding library
9283
9284 Asks: Display the \_\_\_ for items on the OPAC record details page.
9285
9286 Values:
9287
9288 -  holding library
9289
9290 -  home and holding library
9291
9292 -  home library
9293
9294 Description:
9295
9296 -  Defines whether to display the holding library, the home library, or
9297    both for the opac details page.
9298
9299 .. _opaclocationondetail-label:
9300
9301 OpacLocationOnDetail
9302 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9303
9304 Default: below the holding library
9305
9306 Asks: Display the shelving location \_\_\_ for items on the
9307 OPAC record details page.
9308
9309 Values:
9310
9311 -  below both home and holding libraries
9312
9313 -  on a separate column
9314
9315 -  below the holding library
9316
9317 -  below the home library
9318
9319 Description:
9320
9321 -  Defines where the shelving location should be displayed, under the
9322    home library, the holding library, or both, or in a separate column.
9323
9324 .. _opaclogininstructions-label:
9325
9326 OpacLoginInstructions
9327 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9328
9329 Asks: Show the following HTML on the OPAC login form when a patron is not logged in:
9330
9331 Description:
9332
9333 -  HTML entered in this field will appear under the login form on the main page
9334    of your OPAC, when the user is not logged in
9335
9336 |image1344|
9337
9338 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
9339
9340 .. _opacmaintenance-label:
9341
9342 OpacMaintenance
9343 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9344
9345 Default: Don't show
9346
9347 Asks: \_\_\_ a warning that the OPAC is under maintenance, instead of
9348 the OPAC itself.
9349
9350     **Note**
9351
9352     this shows the same warning as when the database needs to be
9353     upgraded, but unconditionally.
9354
9355 Description:
9356
9357 -  This preference allows the system administrator to turn off the OPAC
9358    during maintenance and display a message to users. When this
9359    preference is switched to "Show" the OPAC is not usable. The text of
9360    this message is not editable at this time.
9361
9362 Values:
9363
9364 -  Don't show
9365
9366 -  Show
9367
9368    -  When this preference is set to show the maintenance message the
9369       ability to search the OPAC is disabled and a message appears. The
9370       default message can be altered by using the
9371       :ref:`OpacMaintenanceNotice` preference.
9372
9373       |image76|
9374
9375 .. _opacmaintenancenotice-label:
9376
9377 OpacMaintenanceNotice
9378 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9379
9380 Asks: Show the following HTML when OpacMaintenance is enabled
9381
9382 Descritpion:
9383
9384 -  This preference will allow you to set the text the OPAC displays when
9385    the :ref:`OpacMaintenance` preference is set to
9386    'Show.^
9387
9388 .. _opacmainuserblock-label:
9389
9390 OpacMainUserBlock
9391 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9392
9393 Default: Welcome to Koha... <hr>
9394
9395 Asks: Show the following HTML in its own column on the main page of the
9396 OPAC
9397
9398 Description:
9399
9400 -  HTML entered in this field will appear in the center of the main page
9401    of your OPAC
9402
9403 |image77|
9404
9405 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
9406
9407 .. _opacmaxitemstodisplay-label:
9408
9409 OpacMaxItemsToDisplay
9410 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9411
9412 Default: 50
9413
9414 Asks: Display up to \_\_\_ items on the biblio detail page
9415
9416 Description:
9417
9418 -  This preference will help with slow load times on the bibliographic
9419    detail pages by limiting the number of items to display by default.
9420    If the biblio has more items than this, a link is displayed instead
9421    that allows the user to choose to display all items.
9422
9423 .. _opacmysummaryhtml-label:
9424
9425 OPACMySummaryHTML
9426 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9427
9428 Asks: Include a "Links" column on the "your summary" tab when a user is
9429 logged in to the OPAC, with the following HTML (leave blank to disable).
9430
9431 Description:
9432
9433 -  In this preference you can enter HTML that will appear on the
9434    'Checked Out' tab on the 'your summary' section when logged in to the
9435    OPAC. The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR}
9436    will be replaced with information from the displayed record. This can
9437    be used to enter in 'share' links for social networks or generate
9438    searches against other library catalogs.
9439
9440    |image78|
9441
9442 Sample Data:
9443
9444 ::
9445
9446     <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>
9447     <br />TITLE: {TITLE}
9448     <br />AUTHOR: {AUTHOR}
9449     <br />ISBN: {ISBN}
9450     <br />BIBLIONUMBER: {BIBLIONUMBER}</p>
9451
9452 .. _opacmysummarynote-label:
9453
9454 OPACMySummaryNote
9455 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9456
9457 Asks: Note to display on the patron summary page.
9458
9459 Description:
9460
9461 -  This preference will display text above the patron's summary and
9462    below the welcome message when the patron logs in to the OPAC and
9463    view their 'your summary' tab.
9464
9465     |image1193|
9466
9467 .. _opacnav-label:
9468
9469 OpacNav
9470 ^^^^^^^^^^^^^^^^^^^^^^
9471
9472 Default: Important links here.
9473
9474 Asks: Show the following HTML on the left hand column of the main page
9475 and patron account on the OPAC (generally navigation links)
9476
9477 |image79|
9478
9479 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
9480
9481 .. _opacnavbottom-label:
9482
9483 OpacNavBottom
9484 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9485
9486 Asks: Show the following HTML on the left hand column of the main page
9487 and patron account on the OPAC, after :ref:`OpacNav`, and before
9488 patron account links if available:
9489
9490 Description:
9491
9492 -  When a patron is logged in to their account they see a
9493    series of tabs to access their account information.
9494    :ref:`OpacNav` appears above this list of tabs and OpacNavBottom
9495    will appear below them. When not on the patron account pages the HTML in
9496    OpacNavBottom will just appear right below :ref:`OpacNav`.
9497
9498 |image80|
9499
9500 .. _opacnoresultsfound-label:
9501
9502 OPACNoResultsFound
9503 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9504
9505 No Default
9506
9507 Asks: Display this HTML when no results are found for a search in the
9508 OPAC
9509
9510 This HTML will display below the existing notice that no results were
9511 found for your search.
9512
9513 |image82|
9514
9515     **Note**
9516
9517     You can insert placeholders {QUERY\_KW} that will be replaced with
9518     the keywords of the query.
9519
9520 .. _opacpublic-label:
9521
9522 OpacPublic
9523 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9524
9525 Default: Enable
9526
9527 Asks: \_\_\_ Koha OPAC as public. Private OPAC requires authentication
9528 before accessing the OPAC.
9529
9530 Values:
9531
9532 -  Don't enable
9533
9534 -  Enable
9535
9536 Description:
9537
9538 -  This preference determines if your OPAC is accessible and searchable
9539    by anyone or only by members of the library. If set to 'Don't enable'
9540    only members who are logged into the OPAC can search. Most libraries
9541    will leave this setting at its default of 'Enable' to allow their
9542    OPAC to be searched by anyone and only require login for access to
9543    personalized content.
9544
9545 .. _opacresultslibrary-label:
9546
9547 OPACResultsLibrary
9548 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9549
9550 Default: home library
9551
9552 Asks: For search results in the OPAC, show the item's \_\_\_. Please
9553 note that this feature is currently available for MARC21 and UNIMARC.
9554
9555 Values:
9556
9557 -  current location
9558
9559 -  home library
9560
9561 .. _opacresultssidebar-label:
9562
9563 OPACResultsSidebar
9564 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9565
9566 Asks: Include the following HTML under the facets in OPAC search results
9567
9568 Description:
9569
9570 -  The HTML entered in this preference will appear on the search results
9571    pages below the list of facets on the left side of the screen.
9572
9573 .. _opacsearchfortitlein-label:
9574
9575 OPACSearchForTitleIn
9576 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9577
9578 Default: <li><a href="http://worldcat.org/search?q={TITLE}"
9579 target="\_blank">Other Libraries (WorldCat)</a></li> <li><a
9580 href="http://www.scholar.google.com/scholar?q={TITLE}"
9581 target="\_blank">Other Databases (Google Scholar)</a></li> <li><a
9582 href="http://www.bookfinder.com/search/?author={AUTHOR}&title={TITLE}&st=xl&ac=qr"
9583 target="\_blank">Online Stores (Bookfinder.com)</a></li>
9584
9585 Asks: Include a "More Searches" box on the detail pages of items on the
9586 OPAC, with the following HTML (leave blank to disable)
9587
9588     **Note**
9589
9590     The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE}, {ISBN},
9591     {ISSN} and {AUTHOR} will be replaced with information from the
9592     displayed record.
9593
9594 .. _opacseparateholdings-and-opacseparateholdingsbranch-label:
9595
9596 OpacSeparateHoldings and OpacSeparateHoldingsBranch
9597 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9598
9599 OpacSeparateHoldings default: Don't separate
9600
9601 OpacSeparateHoldingsBranch default: home library
9602
9603 Asks: \_\_\_ items display into two tabs, where the first tab contains
9604 items whose \_\_\_ is the logged in user's library. The second tab will
9605 contain all other items.
9606
9607 OpacSeparateHoldings values:
9608
9609 -  Don't separate
9610
9611 -  Separate
9612
9613 OpacSeparateHoldingsBranch values:
9614
9615 -  holding library
9616
9617 -  home library
9618
9619 Description:
9620
9621 -  This preference lets you decide if you would like to have the holding
9622    information on the bibliographic detail page in the OPAC split in to
9623    multiple tabs. The default is to show all holdings on one tab.
9624
9625    |image83|
9626
9627 .. _opacshowcheckoutname-label:
9628
9629 OPACShowCheckoutName
9630 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9631
9632 Default: Don't show
9633
9634 Asks: \_\_\_ the name of the patron that has an item checked out on item
9635 detail pages on the OPAC.
9636
9637 Values:
9638
9639 -  Don't show
9640
9641 -  Show
9642
9643 Description:
9644
9645 -  This preference allows all patrons to see who has the item checked
9646    out if it is checked out. In small corporate libraries (where the
9647    OPAC is behind a firewall and not publicly available) this can be
9648    helpful so coworkers can just contact the patron with the book
9649    themselves. In larger public and academic libraries setting this to
9650    'Show' would pose serious privacy issues.
9651
9652 .. _opacshowholdqueuedetails-label:
9653
9654 OPACShowHoldQueueDetails
9655 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9656
9657 Default: Don't show any hold details
9658
9659 Asks: \_\_\_ to patrons in the OPAC.
9660
9661 Values:
9662
9663 -  Don't show any hold details
9664
9665 -  Show holds
9666
9667 -  Show holds and their priority level
9668
9669 -  Show priority level
9670
9671 Description:
9672
9673 -  This preference allows you to choose the type of hold information to
9674    make available to patrons when logged in to their account on the OPAC.  If
9675    you select to include hold priority information the list of holds will
9676    initially be sorted by priority.
9677
9678 .. _opacshowrecentcomments-label:
9679
9680 OpacShowRecentComments
9681 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9682
9683 Default: Don't show
9684
9685 Asks: \_\_\_ a link to recent comments in the OPAC masthead.
9686
9687 Values:
9688
9689 -  Don't show
9690
9691 -  Show
9692
9693 Description:
9694
9695 -  If you have chosen to allow comments in your OPAC by setting
9696    :ref:`reviewson` to 'Allow' you can include a link to the
9697    recent comments under the search box at the top of your OPAC with
9698    this preference.
9699
9700    |image88|
9701
9702 .. _opacshowunusedauthorities-label:
9703
9704 OPACShowUnusedAuthorities
9705 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9706
9707 Default: Show
9708
9709 Asks: \_\_\_ unused authorities in the OPAC authority browser.
9710
9711 Values:
9712
9713 -  Do not show
9714
9715 -  Show
9716
9717    -  **Important**
9718
9719           Requires that the :ref:`OpacAuthorities`
9720           preference is set to 'Allow'
9721
9722 Description:
9723
9724 -  When patrons search your authority file via the OPAC they will see
9725    all authorities in your system even if you don't have them linked to
9726    any bibliographic records. This preference lets you determine what
9727    the default behavior is when searching authorities via the OPAC. If
9728    you choose 'Do not show' it will only show patrons authority records
9729    that are linked to bib records in the search results. Otherwise the
9730    system will show all authority records even if they aren't linked to
9731    records.
9732
9733 .. _opacstarratings-label:
9734
9735 OpacStarRatings
9736 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9737
9738 Default: no
9739
9740 Asks: Show star-ratings on \_\_\_ pages.
9741
9742 Values:
9743
9744 -  no
9745
9746 -  only details
9747
9748    |image89|
9749
9750 -  results and details
9751
9752    |image90|
9753
9754 Description:
9755
9756 -  Star ratings are a way for your patrons to leave ratings without
9757    having to leave a full review. Patrons who are not logged in will
9758    only be able to see the stars, once logged in patrons can click on
9759    the stars on the details page to leave their own rating. Clicking on
9760    the stars on the search results will not submit a rating.
9761
9762 .. _opacsuggestionmanagedby-label:
9763
9764 OpacSuggestionManagedBy
9765 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9766
9767 Default: Show
9768
9769 Asks: \_\_\_ the name of the staff member who managed a suggestion in
9770 OPAC.
9771
9772 Values:
9773
9774 -  Don't show
9775
9776 -  Show
9777
9778 Description:
9779
9780 -  If you're :ref:`allowing patrons to make purchase
9781    suggestions <suggestion-label>` then they will see the 'your purchase
9782    suggestions' tab when logged in. This tab shows the patron the
9783    librarian who approved or rejected the purchase suggestion. This
9784    preference controls if the patron sees the librarian's name or not.
9785
9786 .. _opacthemes-label:
9787
9788 opacthemes
9789 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9790
9791 Default: bootstrap
9792
9793 Asks: Use the \_\_\_ theme on the OPAC.
9794
9795 Values:
9796
9797 -  bootstrap
9798
9799    Bootstrap Theme
9800
9801    This theme is completely responsive
9802
9803 .. _opacurlopeninnewwindow-label:
9804
9805 OPACURLOpenInNewWindow
9806 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9807
9808 Default: don't
9809
9810 Asks: When patrons click on a link to another website from your OPAC
9811 (like Amazon or OCLC), \_\_\_ open the website in a new window.
9812
9813 Values:
9814
9815 -  do
9816
9817 -  don't
9818
9819 Description:
9820
9821 -  This preference determines if URLs in the OPAC will open in a new
9822    window or not. When clicking on a link in the OPAC, a patron does not
9823    need to worry about navigating away from their search results.
9824
9825 .. _opacusercss-label:
9826
9827 OPACUserCSS
9828 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9829
9830 Asks: Include the following CSS on all pages in the OPAC
9831
9832 Description:
9833
9834 -  OPACUserCSS allows the administrator to enter styles that will
9835    overwrite the OPAC's default CSS as defined in 'opaclayoutstylesheet'
9836    or 'opacstylesheet'. Styles may be entered for any of the selectors
9837    found in the default style sheet. The default stylesheet will likely
9838    be found at
9839    http://your\_koha\_address/opac-tmpl/bootstrap/css/opac.css. Unlike
9840    :ref:`OpacAdditionalStylesheet` and
9841    :ref:`opaclayoutstylesheet` this preference will
9842    embed the CSS directly on your OPAC pages.
9843
9844 .. _opacuserjs-label:
9845
9846 OPACUserJS
9847 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9848
9849 Asks: Include the following JavaScript on all pages in the OPAC
9850
9851 |image91|
9852
9853 |image92|
9854
9855 |image93|
9856
9857 Description:
9858
9859 -  This preference allows the administrator to enter JavaScript or
9860    JQuery that will be embedded across all pages of the OPAC.
9861    Administrators may use this preference to customize some of the
9862    interactive sections of Koha, customizing the text for the login
9863    prompts, for example. Sample JQuery scripts used by Koha libraries
9864    can be found on the wiki:
9865    http://wiki.koha-community.org/wiki/JQuery_Library.
9866
9867 .. _opacusersummary-label:
9868
9869 OPACUserSummary
9870 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9871
9872 Default: Show
9873
9874 Asks: \_\_\_ a summary of a logged in user's checkouts, overdues, holds and fines on the mainpage
9875
9876 Description:
9877
9878 -  When activated, this preference system replaces the login form on the OPAC main page by a summary when the user is logged in.
9879
9880 .. _opacxsltdetailsdisplay-label:
9881
9882 OPACXSLTDetailsDisplay
9883 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9884
9885 Default: default
9886
9887 Asks: Display OPAC details using XSLT stylesheet at \_\_\_
9888
9889 Values:
9890
9891 -  leave empty to not use the XSLT stylesheet
9892
9893    -  In previous versions of Koha this was the setting that read
9894       'normally'
9895
9896 -  enter "default" for the default one
9897
9898 -  put a path to define a XSLT file
9899
9900    -  ex: /path/to/koha/and/your/stylesheet.xsl
9901
9902    -  If in a multi-language system you can enter {langcode} in the path
9903       to tell Koha to look in the right language folder
9904
9905       -  ex:
9906          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACDetail.xsl
9907
9908       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9909
9910 -  put an URL for an external specific stylesheet
9911
9912    -  ex: http://mykohaopac.org/stylesheet.xsl
9913
9914 Description:
9915
9916 -  XSLT stylesheets allow for the customization of the details shows on
9917    the screen when viewing a bib record. This preference will allow you
9918    either use the default look that comes with Koha or design your own
9919    stylesheet.
9920
9921 .. _opacxsltlistsdisplay-label:
9922
9923 OPACXSLTListsDisplay
9924 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9925
9926 Default: default
9927
9928 Asks: Display lists in the OPAC using XSLT stylesheet at \_\_\_
9929
9930 Values:
9931
9932 -  leave empty to not use the XSLT stylesheet
9933
9934    -  In previous versions of Koha this was the setting that read
9935       'normally'
9936
9937 -  enter "default" for the default one
9938
9939 -  put a path to define a XSLT file
9940
9941    -  ex: /path/to/koha/and/your/stylesheet.xsl
9942
9943    -  If in a multi-language system you can enter {langcode} in the path
9944       to tell Koha to look in the right language folder
9945
9946       -  ex:
9947          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
9948
9949       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9950
9951 -  put an URL for an external specific stylesheet
9952
9953    -  ex: http://mykohaopac.org/stylesheet.xsl
9954
9955 Description:
9956
9957 -  XSLT stylesheets allow for the customization of the details shows on
9958    the screen when viewing lists. This preference will
9959    allow you either use the default look that comes with Koha or design
9960    your own stylesheet.
9961
9962 .. _opacxsltresultsdisplay-label:
9963
9964 OPACXSLTResultsDisplay
9965 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9966
9967 Default: default
9968
9969 Asks: Display OPAC results using XSLT stylesheet at \_\_\_
9970
9971 Values:
9972
9973 -  leave empty to not use the XSLT stylesheet
9974
9975    -  In previous versions of Koha this was the setting that read
9976       'normally'
9977
9978 -  enter "default" for the default one
9979
9980 -  put a path to define a XSLT file
9981
9982    -  ex: /path/to/koha/and/your/stylesheet.xsl
9983
9984    -  If in a multi-language system you can enter {langcode} in the path
9985       to tell Koha to look in the right language folder
9986
9987       -  ex:
9988          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
9989
9990       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9991
9992 -  put an URL for an external specific stylesheet
9993
9994    -  ex: http://mykohaopac.org/stylesheet.xsl
9995
9996 Description:
9997
9998 -  XSLT stylesheets allow for the customization of the details shows on
9999    the screen when viewing the search results. This preference will
10000    allow you either use the default look that comes with Koha or design
10001    your own stylesheet.
10002
10003 .. _opacfeatures-label:
10004
10005 Features
10006 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10007
10008 .. _numsearchrssresults-label:
10009
10010 numSearchRSSResults
10011 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10012
10013 Default: 50
10014
10015 Asks: Display \_\_\_ search results in the RSS feed.
10016
10017 Description:
10018
10019 -  By default the RSS feed that is automatically generated for every
10020    search results page will list 50 items. This can sometimes be too
10021    much for some RSS feed readers and for some people this isn't enough.
10022    This preference allows you to adjust this number to show the best
10023    number of results for your patrons.
10024
10025 .. _opacacquisitiondetails-label:
10026
10027 OPACAcquisitionDetails
10028 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10029
10030 Default: Don't display
10031
10032 Asks: \_\_\_ the acquisition details on OPAC detail pages.
10033
10034 Values:
10035
10036 -  Display
10037
10038     |image1194|
10039
10040 -  Don't display
10041
10042 Description:
10043
10044 -  This preference shows the patrons how many items are on order in the
10045    Holdings tab if you have the :ref:`AcqCreateItem` set
10046    to 'cataloging the record'
10047
10048 .. _opacauthorities-label:
10049
10050 OpacAuthorities
10051 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10052
10053 Default: Allow
10054
10055 Asks: \_\_\_ patrons to search your authority records.
10056
10057 Description:
10058
10059 -  This preference displays the link on the OPAC for the authority
10060    search. By setting the preference to "Allow" patrons can use this
10061    search link of the OPAC.
10062
10063 Values:
10064
10065 -  Allow
10066
10067    -  A link labeled 'Authority search' will appear at the top of your
10068       OPAC under the search box
10069
10070       |image94|
10071
10072 -  Don't allow
10073
10074 .. _opacbookbag-label:
10075
10076 opacbookbag
10077 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10078
10079 Default: Allow
10080
10081 Asks: \_\_\_ patrons to store items in a temporary "Cart" on the OPAC.
10082
10083 Values:
10084
10085 -  Allow
10086
10087 -  Don't allow
10088
10089 Description:
10090
10091 -  This preference allows the user to temporarily save a list of items
10092    found on the catalog. By using the book bag, or cart, the user can
10093    print out or email a list of items found. The user does not need to
10094    be logged in. This list is temporary and will be emptied, or cleared,
10095    at the end of the session.
10096
10097 .. _opacbrowser-label:
10098
10099 OpacBrowser
10100 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10101
10102     **Important**
10103
10104     This preference only applies to installations using UNIMARC at this time.
10105
10106 Default: Don't allow
10107
10108 Asks: \_\_\_ patrons to browse subject authorities on OPAC
10109
10110 Values:
10111
10112 -  Allow
10113
10114 -  Don't allow
10115
10116     **Important**
10117
10118     run the :ref:`authorities browser cron job <cron-authorities-browser-label>` to
10119     create the browser list
10120
10121 .. _opacbrowseresults-label:
10122
10123 OpacBrowseResults
10124 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10125
10126 Default: enable
10127
10128 Asks: \_\_\_ browsing and paging search results from the OPAC detail
10129 page.
10130
10131 Values:
10132
10133 -  disable
10134
10135 -  enable
10136
10137    |image95|
10138
10139 Description:
10140
10141 -  This preference will control the option to return to your results
10142    and/or browse them from the detail page in the OPAC.
10143
10144 .. _opaccloud-label:
10145
10146 OpacCloud
10147 ^^^^^^^^^^^^^^^^^^^^^^^^^^
10148
10149     **Important**
10150
10151     This preference only applies to French systems at this time.
10152
10153 Default: Don't show
10154
10155 Asks: \_\_\_ a subject cloud on OPAC
10156
10157 Values:
10158
10159 -  Don't show
10160
10161 -  Show
10162
10163     **Important**
10164
10165     run the :ref:`authorities browser cron job <cron-authorities-browser-label>` to
10166     create the browser list
10167
10168 .. _opacfinestab-label:
10169
10170 OPACFinesTab
10171 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10172
10173 Default: Allow
10174
10175 Asks: \_\_\_ patrons to access the Fines tab on the 'your summary' page on
10176 the OPAC.
10177
10178 Values:
10179
10180 -  Allow
10181
10182    -  :ref:`opacuserlogin` needs to be set to 'allow'
10183
10184 -  Don't allow
10185
10186 .. _opacholdnotes-label:
10187
10188 OpacHoldNotes
10189 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10190
10191 Default: Do not allow
10192
10193 Asks: \_\_\_ users to add a note when placing a hold.
10194
10195 Values:
10196
10197 -  Allow
10198
10199    |image96|
10200
10201 -  Do not allow
10202
10203 .. _opacisbd-label:
10204
10205 OPACISBD
10206 ^^^^^^^^^^^^^^^^^^^^^^^^
10207
10208 Default: See `ISBD view configuration
10209 <https://wiki.koha-community.org/wiki/ISBD_view_configuration>` on the wiki.
10210
10211 Asks: Use the following as the OPAC ISBD template:
10212
10213 Description:
10214
10215 -  This determines how the ISBD information will display in the OPAC.
10216    Elements in the list can be reordered to produce a different ISBD
10217    view. ISBD, the International Standard Bibliographic Description, was
10218    first introduced by IFLA (International Federation of Library
10219    Associations) in 1969 in order to provide guidelines for descriptive
10220    cataloging. The purpose of ISBD is to aid the international exchange
10221    of bibliographic records for a variety of materials.
10222
10223 .. _opacitemlocation-label:
10224
10225 OpacItemLocation
10226 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10227
10228 Default: call number only
10229
10230 Asks: Show \_\_\_ for items on the OPAC search results.
10231
10232 Values:
10233
10234 -  call number only
10235
10236 -  collection code
10237
10238 -  location
10239
10240 Description:
10241
10242 -  This setting allows users of the OPAC results XSLT stylesheet to
10243    choose to display collection code or location in addition to call
10244    number.
10245
10246 .. _opacnewslibraryselect-label:
10247
10248 OpacNewsLibrarySelect
10249 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10250
10251 Default: Don't display
10252
10253 Asks: \_\_\_ a branch selection list for news items in the OPAC.
10254
10255 Values:
10256
10257 -  Don't display
10258
10259 -  Display
10260
10261 .. _opacpasswordchange-label:
10262
10263 OpacPasswordChange
10264 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10265
10266 Default: Allow
10267
10268 Asks: \_\_\_ patrons to change their own password on the OPAC.
10269
10270 Values:
10271
10272 -  Allow
10273
10274    -  :ref:`opacuserlogin` needs to be set to 'allow'
10275
10276 -  Don't allow
10277
10278     **Important**
10279
10280     Enabling this will break LDAP authentication.
10281
10282 .. _opacpatrondetails-label:
10283
10284 OPACPatronDetails
10285 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10286
10287 Default: Allow
10288
10289 Asks: \_\_\_ patrons to notify the library of changes to their contact
10290 information from the OPAC.
10291
10292 Values:
10293
10294 -  Allow
10295
10296    -  :ref:`opacuserlogin` needs to be set to 'allow'
10297
10298 -  Don't allow
10299
10300 Description:
10301
10302 -  If patrons are allowed to notify the library of changes to their
10303    account then staff will need to approve the changes via the staff
10304    client. Notification of patron account requests will appear on the
10305    dashaboard below the list of modules with other pending actions.
10306
10307    |image97|
10308
10309    Once you click the notification you will be presented with the
10310    changes the patron would like to make to their account and from there
10311    you can choose how to proceed.
10312
10313    |image98|
10314
10315        **Note**
10316
10317        You can control what fields patrons see and can modify via the
10318        OPAC by setting the
10319        :ref:`PatronSelfRegistrationBorrowerMandatoryField`
10320        :ref:`PatronSelfRegistrationBorrowerUnwantedField`
10321        preferences.
10322
10323 .. _opacpatronimages-label:
10324
10325 OPACpatronimages
10326 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10327
10328 Default: Don't show
10329
10330 Asks: \_\_\_ patron images on the patron information page in the OPAC.
10331
10332 Values:
10333
10334 -  Don't show
10335
10336 -  Show
10337
10338 Description:
10339
10340 -  If :ref:`patronimages` is set to allow the upload of
10341    patron images via the staff client, then setting this preference to
10342    'show' will show the patron what image you have on file for them when
10343    they view their personal information on their account in the OPAC.
10344
10345 .. _opacpopupauthorssearch-label:
10346
10347 OPACPopupAuthorsSearch
10348 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10349
10350 Default: Don't display
10351
10352 Asks: \_\_\_ the list of authors/subjects in a popup for a combined
10353 search on OPAC detail pages.
10354
10355 Values:
10356
10357 -  Display
10358
10359    Subject search pop up
10360
10361    -  **Important**
10362
10363           This will only display the pop up if you are not using an XSLT
10364           stylesheet. Review your
10365           :ref:`OPACXSLTDetailsDisplay` to find
10366           out what stylesheet you're using.
10367
10368 -  Don't display
10369
10370    -  Authors and subjects will display as search links instead of pop
10371       up menus.
10372
10373 Description:
10374
10375 -  If this preference is set to 'Display' then clicking a subject or
10376    author from the details page in the OPAC will present the searcher
10377    with a pop up box. From this box you can check off any of the
10378    subjects or authors listed and search them all at once by clicking
10379    'Search' at the bottom of the pop up. The default behavior is for
10380    Koha to search just the clicked author or subject.
10381
10382 .. _opacresetpassword-label:
10383
10384 OpacResetPassword
10385 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10386
10387 Default: not allowed
10388
10389 Asks: Library users are \_\_\_ to recover their password via e-mail in
10390 the OPAC.
10391
10392 Values:
10393
10394 -  allowed
10395
10396     |image1195|
10397
10398 -  not allowed
10399
10400 Description:
10401
10402 -  This preference controls whether you present users of the public
10403    catalog with a 'Forgot your password' link or not. Learn more in the
10404    :ref:`OPAC section <resetting-your-password-label>` of this manual.
10405
10406 .. _opactopissue-label:
10407
10408 OpacTopissue
10409 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10410
10411 Default: Don't allow
10412
10413 Asks: \_\_\_ patrons to access a list of the most checked out items on
10414 the OPAC.
10415
10416 Values:
10417
10418 -  Allow
10419
10420    -  A link to 'Most Popular' will appear at the top of your OPAC
10421
10422       |image99|
10423
10424 -  Don't allow
10425
10426 Description:
10427
10428 -  This preference allows the administrator to choose to show the "Most
10429    Popular" link at the top of the OPAC under the search box. The "Most
10430    Popular" page shows the top circulated items in the library, as
10431    determined by the number of times a title has been circulated. This
10432    allows users to see what titles are popular in their community. It is
10433    recommended that you leave this preference set to 'Don't allow' until
10434    you have been live on Koha for a couple of months, otherwise the data
10435    that it shows will not be an accurate portrayal of what's popular in
10436    your library.
10437
10438    |image100|
10439
10440 .. _opacuserlogin-label:
10441
10442 opacuserlogin
10443 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10444
10445 Default: Allow
10446
10447 Asks: \_\_\_ patrons to log in to their accounts on the OPAC.
10448
10449 Values:
10450
10451 -  Allow
10452
10453 -  Don't allow
10454
10455    -  The OPAC will still be searchable if patrons can't log in, this
10456       just disables the patron account access via the OPAC
10457
10458 .. _quoteoftheday-label:
10459
10460 QuoteOfTheDay
10461 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10462
10463 Default: Disable
10464
10465 Asks: \_\_\_ Quote of the Day display on OPAC home page
10466
10467 Values:
10468
10469 -  Disable
10470
10471 -  Enable
10472
10473 Description:
10474
10475 -  This feature will allow you to enter a series of quotes that will
10476    then show on the OPAC homepage in random order. To add/edit quotes,
10477    visit the :ref:`Quote of the Day editor <quote-of-the-day-(qotd)-editor-label>` under Tools.
10478
10479 .. _requestonopac-label:
10480
10481 RequestOnOpac
10482 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10483
10484 Default: Allow
10485
10486 Asks: \_\_\_ patrons to place holds on items from the OPAC.
10487
10488 Values:
10489
10490 -  Allow
10491
10492    -  :ref:`opacuserlogin` needs to be set to 'allow'
10493
10494 -  Don't allow
10495
10496 .. _reviewson-label:
10497
10498 reviewson
10499 ^^^^^^^^^^^^^^^^^^^^^^^^^^
10500
10501 Default: Allow
10502
10503 Asks: \_\_\_ patrons to make comments on items on the OPAC.
10504
10505 Values:
10506
10507 -  Allow
10508
10509    -  Patrons comments/reviews all require moderation before they appear
10510       in the OPAC
10511
10512    -  :ref:`opacuserlogin` needs to be set to 'Allow'
10513
10514 -  Don't allow
10515
10516 Description:
10517
10518 -  This button allows the patrons to submit comments on books they have
10519    read via the OPAC. If this preference is set to "Allow" reviews are
10520    first sent to the staff client for staff approval before the review
10521    is displayed in the OPAC. The staff member who reviews and approves
10522    comments may find the pending comments on the
10523    :ref:`Comments` tool. The staff member can then choose to
10524    approve or delete the comments.
10525
10526 .. _showreviewer-label:
10527
10528 ShowReviewer
10529 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10530
10531 Default: full name
10532
10533 Asks: Show \_\_\_ of commenter with comments in OPAC.
10534
10535 Values:
10536
10537 -  first name
10538
10539 -  first name and last initial
10540
10541 -  full name
10542
10543 -  last name
10544
10545 -  no name
10546
10547 -  username
10548
10549 Description:
10550
10551 -  If you would like to protect your patron's privacy in the OPAC you
10552    can choose to hide their names or parts of their names from any of
10553    the comments they leave on bib records in your system.
10554    :ref:`reviewson` needs to be set to 'Allow' for this to
10555    preference to come in to play
10556
10557 .. _showreviewerphoto-label:
10558
10559 ShowReviewerPhoto
10560 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10561
10562 Default: Show
10563
10564 Asks: \_\_\_ reviewer's photo beside comments in OPAC.
10565
10566 Values:
10567
10568 -  Hide
10569
10570 -  Show
10571
10572    -  :ref:`reviewson` needs to be set to 'Allow' and
10573       :ref:`ShowReviewer` needs to be set to 'Show' for
10574       this to preference to come in to play
10575
10576       |image101|
10577
10578 Description:
10579
10580 -  This system preference allows libraries to show avatars next to
10581    patron's comments in the OPAC. These avatars are pulled from the
10582    `Libravatar <https://www.libravatar.org>`__ library, an open source
10583    powered product that allows Internet users to choose a small icon to
10584    display next to their name on various different websites. The library
10585    has no control over the images the patron chooses to display.
10586
10587 .. _socialnetworks-label:
10588
10589 SocialNetworks
10590 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10591
10592 Default: Disable
10593
10594 Asks: \_\_\_ social network links in opac detail pages
10595
10596 Values:
10597
10598 -  Disable
10599
10600 -  Enable
10601
10602    |image102|
10603
10604 Description:
10605
10606 -  This preference will enable a line of social network share buttons
10607    below the right hand column on the detail pages of records in the
10608    OPAC.
10609
10610     **Important**
10611
10612     In order for these share buttons to work when clicked you must have
10613     filled in your :ref:`OPACBaseURL` preference.
10614
10615 .. _suggestion-label:
10616
10617 suggestion
10618 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10619
10620 Default: Allow
10621
10622 Asks: \_\_\_ patrons to make purchase suggestions on the OPAC.
10623
10624 Values:
10625
10626 -  Allow
10627
10628    -  :ref:`opacuserlogin` needs to be set to 'allow'
10629       unless :ref:`AnonSuggestions` is set to 'allow'
10630
10631 -  Don't allow
10632
10633 .. _payments-label:
10634
10635 Payments
10636 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10637
10638 These preferences will allow you control the tools you use to accept
10639 online payments from your patrons via the OPAC.
10640
10641 .. _enablepaypalopacpayments-and-paypalsandboxmode-label:
10642
10643 EnablePayPalOpacPayments and PayPalSandboxMode
10644 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10645
10646 EnablePayPalOpacPayments Default: Don't allow
10647
10648 PayPalSandboxMode Default: Sandbox
10649
10650 Asks: \_\_\_ patrons to make payments from the OPAC via PayPal in \_\_\_
10651 mode.
10652
10653 EnablePayPalOpacPayments values:
10654
10655 -  Allow
10656
10657 -  Don't allow
10658
10659 PayPalSandboxMode values:
10660
10661 -  Production
10662
10663    -  Visit https://developer.paypal.com/ to get information for
10664       accepting payments in production
10665
10666 -  Sandbox
10667
10668    -  Visit https://developer.paypal.com/developer/accounts/ to get
10669       information for your sandbox account
10670
10671 Description:
10672
10673 -  This preference will allow you to accept credit card payments via the
10674    OPAC for fines via PayPal. You will need to set up your PayPal
10675    account and it is recommended that you run tests before using this in
10676    production.
10677
10678     **Important**
10679
10680     PayPayl's terms of service state that you cannot charge your patrons
10681     for the processing fees and so this plugin will not add additional
10682     fees to the charges.
10683
10684 .. _paypalchargedescription-label:
10685
10686 PayPalChargeDescription
10687 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10688
10689 Default: Koha fee payment
10690
10691 Asks: The patron should see the charge description as \_\_\_
10692
10693 Description
10694
10695 -  This preference controls what the patron will see on their PayPal
10696    account/bank account for this charge.
10697
10698 .. _paypalpwd-label:
10699
10700 PayPalPwd
10701 ^^^^^^^^^^^^^^^^^^^^^^^^^^
10702
10703 Asks: The password for the PayPal account to receive payments is \_\_\_
10704
10705 .. _paypalreturnurl-label:
10706
10707 PayPalReturnURL
10708 ^^^^^^^^^^^^^^^^^^^^^^^^^^
10709
10710 Asks: After payment or cancellation, PayPal should return to the \_\_\_
10711
10712 .. _paypalsignature-label:
10713
10714 PayPalSignature
10715 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10716
10717 Asks: The signature for the PayPal account to receive payments is \_\_\_
10718
10719 .. _paypaluser-label:
10720
10721 PayPalUser
10722 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10723
10724 Asks: The email address to receive PayPal payments is \_\_\_
10725
10726 .. _policy-label:
10727
10728 Policy
10729 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10730
10731 .. _allowpurchasesuggestionbranchchoice-label:
10732
10733 AllowPurchaseSuggestionBranchChoice
10734 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10735
10736 Default: Don't allow
10737
10738 Asks: \_\_\_ patrons to select branch when making a purchase suggestion
10739
10740 Values:
10741
10742 -  Allow
10743
10744 -  Don't allow
10745
10746 Description:
10747
10748 -  If your library system lets patrons make purchase suggestions for a
10749    specific branch you can set this preference to 'Allow' to add a
10750    branch selection option to the purchase suggestion form.
10751
10752 .. _blockexpiredpatronopacactions-label:
10753
10754 BlockExpiredPatronOpacActions
10755 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10756
10757 Default: Don't block
10758
10759 Asks: \_\_\_ expired patrons from OPAC actions such as placing a hold or
10760 renewing.
10761
10762 Values:
10763
10764 -  Block
10765
10766 -  Don't block
10767
10768 Description:
10769
10770 -  This preference lets you set a default value for how Koha handles
10771    permissions for patrons who are expired. This preference can be
10772    overwritten by the setting on :ref:`individual patron
10773    categories <patron-categories-label>`.
10774
10775 .. _maxopensuggestions-label:
10776
10777 MaxOpenSuggestions
10778 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10779
10780 Default: blank
10781
10782 Asks: Limit patrons to \_\_\_ open suggestions. Leave empty for no limit.
10783
10784     **Note**
10785
10786     This setting does not affect anonymous suggestions.
10787
10788 .. _opacallowpubliclistcreation-label:
10789
10790 OpacAllowPublicListCreation
10791 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10792
10793 Default: Allow
10794
10795 Asks: \_\_\_ opac users to create public lists.
10796
10797 Values:
10798
10799 -  Allow
10800
10801 -  Don't allow
10802
10803 Description:
10804
10805 -  Public lists are visible to anyone who visits your OPAC. With this
10806    preference you can control whether or now patrons are allowed to
10807    create these public lists. If this is set to "Don't allow" then only
10808    staff will be able to create public lists.
10809
10810     **Important**
10811
10812     This preference will only be taken in to account if you have
10813     :ref:`virtualshelves` set to 'Allow'
10814
10815 .. _opacallowsharingprivatelists-label:
10816
10817 OpacAllowSharingPrivateLists
10818 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10819
10820 Default: Don't allow
10821
10822 Asks: \_\_\_ opac users to share private lists with other patrons.
10823
10824 Values:
10825
10826 -  Allow
10827
10828 -  Don't allow
10829
10830 Description:
10831
10832 -  This feature will add the option for patrons to share their lists
10833    with other patrons. When this is set to 'Allow' patrons will see a
10834    share link at the top of their list. When they click that link it
10835    will ask for the email of the patron they would like to share with.
10836    Koha will then email the patron an invitation to see the list.
10837
10838 .. _opacfinenorenewals-label:
10839
10840 OPACFineNoRenewals
10841 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10842
10843 Default: 99999
10844
10845 Asks: Only allow patrons to renew their own books on the OPAC if they
10846 have less than \_\_\_ USD in fines
10847
10848     **Note**
10849
10850     Leave this field blank to disable
10851
10852     **Important**
10853
10854     To allow renewals in the OPAC, :ref:`opacuserlogin`
10855     needs to be set to 'allow'
10856
10857 .. _opacfinenorenewalsincludecredits-label:
10858
10859 OPACFineNoRenewalsIncludeCredits
10860 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10861
10862 Default: Include
10863
10864 Asks: \_\_\_ outstanding/unapplied credits when applying the OPACFineNoRenewals 
10865 rule to users
10866
10867 Values:
10868
10869 -  Include
10870
10871 -  Don't include
10872
10873 Description:
10874
10875 -  This preference controls whether the :ref:`OPACFineNoRenewals` function uses 
10876    the account balance (which combines outstanding credits and debits) or 
10877    account amount outstanding (which excludes any credits) to make the calculation.
10878
10879     **Note**
10880
10881     Generally you would set this system preference to align with 
10882     the :ref:`AccountAutoReconcile` system preference.  If you have 
10883     AccountAutoReconcile set to â€˜Do’ you should leave this system preference as
10884     â€˜Include’.  If you have AccountAutoReconcile set to â€˜Do not’ it would make 
10885     sense to have this set as â€˜Don’t include’. 
10886     
10887 .. _opachiddenitems-label:
10888
10889 OpacHiddenItems
10890 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10891
10892 Asks: Allows to define custom rules for hiding specific items at opac.
10893
10894     **Note**
10895
10896     See docs/opac/OpacHiddenItems.txt in your Koha install directory for
10897     more information
10898
10899 Description:
10900
10901 -  In this field you can enter criteria for items you would like to hide
10902    from display in the OPAC. This field takes any combination of item
10903    fields (from the items table in the Koha database) for blocking. For
10904    example a value of:
10905
10906    ::
10907
10908        itype: [07, 10]
10909        location: [STAFF, ISO]
10910
10911    Will block items with an itype code of 07 or 10 as well as items that
10912    have a shelving location of STAFF or ISO.
10913
10914    In items my items.itype 07 is defined in Item Types Administration as
10915    Staff Assigned My items.itype 10 in Item Types is Archival Copy The
10916    locations STAFF and ISO are in Authorized Values for category=LOC
10917    STAFF means it's assigned to the staff reading room and ISO means it
10918    is in the isolation room.
10919
10920 .. _opachiddenitemsexceptions-label:
10921
10922 OpacHiddenItemsExceptions
10923 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10924
10925 Default: blank
10926
10927 Asks: List of borrower categories, separated by (pipe) \|, that can see items
10928 otherwise hidden by OpacHiddenItems
10929
10930 Description: Patron category codes listed here separated by a pipe
10931 | will be able to view items on the OPAC that would otherwise be hidden by the
10932 OpacHiddenItems system preference.
10933
10934 .. _opacrenewalallowed-label:
10935
10936 OpacRenewalAllowed
10937 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10938
10939 Default: Don't allow
10940
10941 Asks: \_\_\_ patrons to renew their own books on the OPAC.
10942
10943 Values:
10944
10945 -  Allow
10946
10947    -  :ref:`opacuserlogin` needs to be set to 'allow'
10948
10949 -  Don't allow
10950
10951    -  Staff will still be able to renew items for patrons via the staff
10952       client
10953
10954 Description:
10955
10956 -  This preference allows the administration to choose if patrons can
10957    renew their checked out materials via their checked out history in
10958    the OPAC. It allows patrons to renew their materials without having
10959    to contact the library or having to return to the library.
10960
10961 .. _opacrenewalbranch-label:
10962
10963 OpacRenewalBranch
10964 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10965
10966 Default: the branch the item was checked out from
10967
10968 Asks: Use \_\_\_ as branchcode to store in the statistics table
10969
10970 Values:
10971
10972 -  NULL
10973
10974 -  'OPACRenew'
10975
10976 -  the item's home branch
10977
10978 -  the patron's home branch
10979
10980 -  the branch the item was checked out from
10981
10982 Description:
10983
10984 -  This value is used in the statistics table to help with reporting.
10985    The statistics table in Koha keeps track of all checkouts and
10986    renewals, this preference defines which branch is entered in to the
10987    table when a patron renews an item for themselves via the OPAC.
10988
10989 .. _opacsuggestionmandatoryfields-label:
10990
10991 OPACSuggestionMandatoryFields
10992 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10993
10994 Default: blank
10995
10996 Asks: Fields that should be mandatory for patron purchase suggestions:
10997 \_\_\_ Note: if none of the above options are selected, 'Title' field
10998 would be mandatory anyway, by default.
10999
11000 Values:
11001
11002 -  [Select all]
11003
11004 -  Author
11005
11006 -  Collection title
11007
11008 -  Copyright or publication date
11009
11010 -  ISBN, ISSN or other standard number
11011
11012 -  Item type
11013
11014 -  Library or branch
11015
11016 -  Note
11017
11018 -  Patron reason
11019
11020 -  Publication place
11021
11022 -  Publisher name
11023
11024 -  Title
11025
11026 .. _opacviewotherssuggestions-label:
11027
11028 OPACViewOthersSuggestions
11029 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11030
11031 Default: Don't show
11032
11033 Asks: \_\_\_ purchase suggestions from other patrons on the OPAC.
11034
11035 Values:
11036
11037 -  Don't show
11038
11039 -  Show
11040
11041    -  :ref:`opacuserlogin` needs to be set to 'allow'
11042
11043 .. _searchmylibraryfirst-label:
11044
11045 SearchMyLibraryFirst
11046 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11047
11048 Default: Don't limit
11049
11050 Asks: \_\_\_ patrons' searches to the library they are registered at.
11051
11052 Values:
11053
11054 -  Don't limit
11055
11056    -  Searching the OPAC will show results from all libraries
11057
11058    -  If you're a one branch system, choose 'Don't limit'
11059
11060 -  Limit
11061
11062    -  Patrons will still be able to search other libraries via the
11063       Advanced search page - but will be limited to searches for their
11064       library only from the basic search box
11065
11066    -  :ref:`opacuserlogin` needs to be set to 'allow'
11067
11068 .. _privacy-label:
11069
11070 Privacy
11071 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11072
11073 .. _allowpatrontosetcheckoutsvisibilityforguarantor-label:
11074
11075 AllowPatronToSetCheckoutsVisibilityForGuarantor
11076 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11077
11078 Default: Don't allow
11079
11080 Asks: \_\_\_ patrons to choose their own privacy settings for showing
11081 the patron's checkouts to the patron's guarantor".
11082
11083 Values:
11084
11085 -  Allow
11086
11087 -  Don't allow
11088
11089 Description:
11090
11091 -  By default staff can see checkouts to family members via the staff
11092    client. This preference will allow guarantees (children) to grant
11093    permission to guarantors (guardians) to view their current checkouts
11094    via the public catalog. This preference requires that you allow
11095    patrons to se their own privacy with the
11096    :ref:`OPACPrivacy` preference.
11097
11098 .. _anonsuggestions-label:
11099
11100 AnonSuggestions
11101 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11102
11103 Default: Don't allow
11104
11105 Asks: \_\_\_ patrons that aren't logged in to make purchase suggestions.
11106
11107     **Important**
11108
11109     If set to 'Allow', suggestions are connected to the
11110     :ref:`AnonymousPatron`
11111
11112 Values:
11113
11114 -  Allow
11115
11116 -  Don't allow
11117
11118 .. _anonymouspatron-label:
11119
11120 AnonymousPatron
11121 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11122
11123 Default: 0
11124
11125 Asks: Use borrowernumber \_\_\_ as the Anonymous Patron (for anonymous
11126 suggestions and reading history)
11127
11128     **Note**
11129
11130     Before setting this preference :ref:`create a patron <add-a-new-patron-label>`
11131     to be used for all anonymous suggestions and/or reading history
11132     items. This patron can be any type and should be named something to
11133     make it clear to you that they're anonymous (ex. Anonymous Patron).
11134
11135     **Important**
11136
11137     Remember to use the borrowernumber note the patron's cardnumber for
11138     this value. The borrowernumber can be found on the patron record
11139     under 'Library use' on the right.
11140
11141     |image1196|
11142
11143 .. _enableopacsearchhistory-label:
11144
11145 EnableOpacSearchHistory
11146 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11147
11148 Default: Keep
11149
11150 Asks: \_\_\_ patron search history in the OPAC.
11151
11152 Values:
11153
11154 -  Don't keep
11155
11156 -  Keep
11157
11158 .. _opacprivacy-label:
11159
11160 OPACPrivacy
11161 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11162
11163 Default: Don't allow
11164
11165 Asks: \_\_\_ patrons to choose their own privacy settings for their
11166 reading history.
11167
11168     **Important**
11169
11170     This requires :ref:`opacreadinghistory` set to
11171     'Allow' and :ref:`AnonymousPatron` to be set to your
11172     anonymous patron's borrowernumber.
11173
11174 Values:
11175
11176 -  Allow
11177
11178 -  Don't allow
11179
11180 Description:
11181
11182 -  The default privacy setting for each patron category can be set in
11183    the :ref:`patrons categories <patron-categories-label>` area. If you set this
11184    preference to 'allow' then patrons can change that for themselves via
11185    the OPAC.
11186
11187     **Important**
11188
11189     If patron has chosen to have their reading history anonymized and
11190     you have :ref:`StoreLastBorrower` set to "Don't
11191     store" then as soon as the item is checked in the last borrower will
11192     be anonymized.
11193
11194 .. _opacreadinghistory-label:
11195
11196 opacreadinghistory
11197 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11198
11199 Default: Allow
11200
11201 Asks: \_\_\_ patrons to see what books they have checked out in the
11202 past.
11203
11204     **Important**
11205
11206     Enabling this will make it so that patrons can view their
11207     circulation history in the OPAC unless you have
11208     :ref:`OPACPrivacy` set to 'Allow'.
11209
11210     **Important**
11211
11212     This data is stored in the system regardless of your choice, unless
11213     your patrons have chosen to never have their reading history kept.
11214
11215 .. _storelastborrower-label:
11216
11217 StoreLastBorrower
11218 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11219
11220 Default: Don't store
11221
11222 Asks: \_\_\_ the last patron to return an item.
11223
11224 Values:
11225
11226 -  Don't store
11227
11228 -  Store
11229
11230 Description:
11231
11232 -  This preference allows you to store the last patron to borrow an item
11233    even if the patron has chosen to have their reading history
11234    anonymized.
11235
11236     **Note**
11237
11238     This setting is independent of
11239     :ref:`opacreadinghistory` and/or
11240     :ref:`AnonymousPatron`.
11241
11242 .. _trackclicks-label:
11243
11244 TrackClicks
11245 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11246
11247 Default: Don't track
11248
11249 Asks: \_\_\_ links that patrons click on.
11250
11251 Values:
11252
11253 -  Don't track
11254
11255 -  Track
11256
11257 -  Track anonymously
11258
11259 Description:
11260
11261 -  By setting this preference to one of the track options you will allow
11262    Koha to track every link clicked in Koha. This data will be stored in
11263    a database table so that you can run reports against that data. If
11264    you choose to 'Track' clicks then Koha will record both the link
11265    clicked and the logged in user who clicked the link. If you choose to
11266    'Track anonymously' then the borrowernumber will not be recorded, but
11267    the rest of the data will.
11268
11269        **Note**
11270
11271        Remember to update your local privacy policies and link to them
11272        from the OPAC to notify your users that you are tracking their
11273        information.
11274
11275 .. _restricted-page-label:
11276
11277 Restricted Page
11278 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11279
11280 Using the following preference you can create a page within your Koha
11281 system that is accessible by only specific IP addresses. This can be
11282 used to house links to databases that can only be accessed from with the
11283 library or other licensed content.
11284
11285 .. _restrictedpagecontent-label:
11286
11287 RestrictedPageContent
11288 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11289
11290 Asks: HTML content of your restricted page.
11291
11292 .. _restrictedpagelocalips-label:
11293
11294 RestrictedPageLocalIPs
11295 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11296
11297 Asks: Access from IP addresses beginning with \_\_\_ do not need to be
11298 authenticated
11299
11300 Description:
11301
11302 -  You can enter individual IPs as a comma separated list (ex:
11303    '127.0.0,127.0.1') or just the beginning of the IP range allowed (ex:
11304    '127.0.^)
11305
11306 .. _restrictedpagetitle-label:
11307
11308 RestrictedPageTitle
11309 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11310
11311 Asks: Use \_\_\_ as title of your restricted page
11312
11313 Description:
11314
11315 -  This title will appear in the breadcrumb and on the top of the
11316    restricted page.
11317
11318 .. _self-registration-label:
11319
11320 Self Registration
11321 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11322
11323 .. _patronselfmodificationborrowerunwantedfield-label:
11324
11325 PatronSelfModificationBorrowerUnwantedField
11326 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11327
11328 Default: password
11329
11330 Asks: The following `database
11331 columns <http://schema.koha-community.org/master/tables/borrowers.html>`__ will
11332 not appear on the patron self-modification screen: \_\_\_
11333
11334 Description:
11335
11336 -  This preference allows you to define what fields patrons can edit if
11337    you're allowing them to update their personal information via the
11338    public catalog with the :ref:`OPACPatronDetails`
11339    preference.
11340
11341     **Important**
11342
11343     Separate columns with \|
11344
11345 .. _patronselfregistration-label:
11346
11347 PatronSelfRegistration
11348 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11349
11350 Default: Don't allow
11351
11352 Asks: \_\_\_ library patrons to register an account via the OPAC.
11353
11354 Values:
11355
11356 -  Allow
11357
11358 -  Don't allow
11359
11360 Description:
11361
11362 -  Setting this preference to 'Allow' will provide a link on the OPAC to
11363    register for a new account. Using the other :ref:`self
11364    registration <self-registration-label>` system preferences you
11365    can control how this preference will function.
11366
11367    |image103|
11368
11369     **Important**
11370
11371     Patrons registering via the OPAC will not need to be approved by a
11372     librarian. For this reason it is recommended that you set up a
11373     provisional :ref:`patron category <patron-categories-label>` with no :ref:`circulation
11374     rights <circulation-and-fines-rules-label>`. That way patrons will have to come in to
11375     the library to verify their identity before given circulation rights
11376     at the library. Once the patron confirms their identity the library
11377     staff can change the category to one with permissions to check items
11378     out and place holds.
11379
11380 .. _patronselfregistrationadditionalinstructions-label:
11381
11382 PatronSelfRegistrationAdditionalInstructions
11383 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11384
11385 Asks: Display the following additional instructions for patrons who self
11386 register via the OPAC ( HTML is allowed ):
11387
11388 Description:
11389
11390 -  This preference takes any HTML you'd like to display on the page the
11391    patron sees after successfully registering for their library card.
11392
11393 .. _patronselfregistrationborrowermandatoryfield-label:
11394
11395 PatronSelfRegistrationBorrowerMandatoryField
11396 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11397
11398 Default: surname\|firstname
11399
11400 Asks: The following database columns must be filled in on the patron
11401 entry screen: \_\_\_
11402
11403 Description:
11404
11405 -  This preference allows you to define what fields patrons must fill in
11406    on their self registration form. If any of the required fields are
11407    blank Koha will not let the patron register.
11408
11409     **Important**
11410
11411     Separate columns with \|
11412
11413     **Note**
11414
11415     For help with field names, ask your system administrator or `view
11416     the database
11417     structure <http://schema.koha-community.org/master/tables/borrowers.html>`__
11418     associated with the borrowers table.
11419
11420     **Note**
11421
11422     If you're going to require that patrons verify their accounts via
11423     email with the
11424     :ref:`PatronSelfRegistrationVerifyByEmail`
11425     preference the email field will automatically be marked as required.
11426
11427 .. _patronselfregistrationborrowerunwantedfield-label:
11428
11429 PatronSelfRegistrationBorrowerUnwantedField
11430 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11431
11432 Default: password
11433
11434 Asks: The following database columns will not appear on the patron entry
11435 screen: \_\_\_
11436
11437 Description:
11438
11439 -  Using this preference you can hide fields from the patron registration
11440    and update form in the OPAC.
11441
11442     **Important**
11443
11444     Separate columns with \|
11445
11446     **Note**
11447
11448     For help with field names, ask your system administrator or `view
11449     the database
11450     structure <http://schema.koha-community.org/master/tables/borrowers.html>`__
11451     associated with the borrowers table.
11452
11453 .. _patronselfregistrationdefaultcategory-label:
11454
11455 PatronSelfRegistrationDefaultCategory
11456 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11457
11458 Asks: Use the patron category code \_\_\_ as the default patron category
11459 for patrons registered via the OPAC.
11460
11461 Description:
11462
11463 -  Enter in the patron category code for the category that all new
11464    patrons registered via the OPAC will be put in to.
11465
11466     **Important**
11467
11468     Patrons registering via the OPAC will not need to be approved by a
11469     librarian. For this reason it is recommended that you set up a
11470     provisional :ref:`patron category <patron-categories-label>` with no :ref:`circulation
11471     rights <circulation-and-fines-rules-label>`. That way patrons will have to come in to
11472     the library to verify their identity before given circulation rights
11473     at the library. Once the patron confirms their identiy the library
11474     staff can change the category to one with permissions to check items
11475     out and place holds.
11476
11477     **Important**
11478
11479     If you leave this blank or enter in an invalid code your patrons
11480     will still be able to register but will not be given a username.
11481     There will be no errors on the page to explain this, so be sure to
11482     enter a valid patron category code.
11483
11484 .. _patronselfregistrationemailmustbeunique-label:
11485
11486 PatronSelfRegistrationEmailMustBeUnique
11487 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11488
11489 Default: Do not consider
11490
11491 Asks: \_\_\_ patron's email (borrowers.email) as unique on self registering.
11492 An email won't be accepted if it already exists in the database.
11493
11494 Values:
11495
11496 -  Do not consider
11497
11498 -  Consider
11499
11500 .. _patronselfregistrationexpiretemporaryaccountsdelay-label:
11501
11502 PatronSelfRegistrationExpireTemporaryAccountsDelay
11503 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11504
11505 Default: 0
11506
11507 Asks: Delete patrons registered via the OPAC, but not yet verified after
11508 \_\_\_ days.
11509
11510 Description:
11511
11512 -  This preference links to the :ref:`delete\_expired\_opac\_registrations.pl
11513    cron job <cron-unverified-registrations-label>`. If that cron is set to
11514    run nightly it will clean up any registrations that have not been
11515    verified via email in the number of days entered on this preference.
11516    This is dependent on
11517    :ref:`PatronSelfRegistrationVerifyByEmail`
11518    preference.
11519
11520 .. _patronselfregistrationlibrarylist-label:
11521
11522 PatronSelfRegistrationLibraryList
11523 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11524
11525 Default: blank
11526
11527 Asks: Enable the self registration for the following libraries: \_\_\_
11528 (separate branchcode with \|). If empty, all libraries will be listed.
11529
11530 .. _patronselfregistrationprefillform-label:
11531
11532 PatronSelfRegistrationPrefillForm
11533 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11534
11535 Default: Display and prefill
11536
11537 Asks: \_\_\_ password and login form after a patron has self registered.
11538
11539 Values:
11540
11541 -  Do not display and prefill
11542
11543 -  Display and prefill
11544
11545 .. _patronselfregistrationverifybyemail-label:
11546
11547 PatronSelfRegistrationVerifyByEmail
11548 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11549
11550 Default: Don't require
11551
11552 Asks: \_\_\_ that a self-registering patron verify his or herself via
11553 email.
11554
11555 Values:
11556
11557 -  Don't require
11558
11559 -  Require
11560
11561 Description:
11562
11563 -  If you require patrons to verify their accounts via email they will
11564    not be able to log in to the OPAC until they acknowledge the email
11565    sent by Koha. If you don't require this then patrons will be able to
11566    log in as soon as they fill in the registration form. You can set the
11567    :ref:`PatronSelfRegistrationExpireTemporaryAccountsDelay`
11568    preference to delete the un-verified self registrations after a
11569    certain number of days.
11570
11571     **Note**
11572
11573     If you're going to require that patrons verify their accounts via
11574     email then the email field will automatically be marked as required.
11575
11576 .. _shelf-browser-label:
11577
11578 Shelf Browser
11579 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11580
11581 .. _opacshelfbrowser-label:
11582
11583 OPACShelfBrowser
11584 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11585
11586 Default: Show
11587
11588 Asks: \_\_\_ a shelf browser on item details pages, allowing patrons to
11589 see what's near that item on the shelf.
11590
11591 Values:
11592
11593 -  Don't show
11594
11595 -  Show
11596
11597    |image104|
11598
11599 Description:
11600
11601 -  This preference allows patrons to view what is located on the shelf
11602    near the item they looked up. The shelf browser option appears on the
11603    details page to the right of each items' call number. Clicking the
11604    'Browse Shelf' link allows for a virtual shelf browsing experience
11605    via the OPAC and lets patrons see other books that may relate to
11606    their search and items that sit on the shelf near the item they are
11607    looking at.
11608
11609     **Important**
11610
11611     This uses up a fairly large amount of resources on your server, and
11612     should be avoided if your collection has a large number of items.
11613
11614 .. _shelfbrowserusesccode-label:
11615
11616 ShelfBrowserUsesCcode
11617 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11618
11619 Default: Don't use
11620
11621 Asks: \_\_\_ the item collection code when finding items for the shelf
11622 browser.
11623
11624 Values:
11625
11626 -  Don't use
11627
11628 -  Use
11629
11630 Description:
11631
11632 -  If your library uses collection codes then you might want the shelf
11633    browser to take into consideration what collection the books belong
11634    to when populating the virtual shelf browser.
11635
11636 .. _shelfbrowseruseshomebranch-label:
11637
11638 ShelfBrowserUsesHomeBranch
11639 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11640
11641 Default: Use
11642
11643 Asks: \_\_\_ the item home branch when finding items for the shelf
11644 browser.
11645
11646 Values:
11647
11648 -  Don't use
11649
11650 -  Use
11651
11652 Description:
11653
11654 -  If you have a multiple branch system you may want to make sure that
11655    Koha takes into consideration what branch owns the books when
11656    populating the virtual shelf browser for accuracy.
11657
11658 .. _shelfbrowseruseslocation-label:
11659
11660 ShelfBrowserUsesLocation
11661 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11662
11663 Default: Use
11664
11665 Asks: \_\_\_ the item location when finding items for the shelf browser.
11666
11667 Values:
11668
11669 -  Don't use
11670
11671 -  Use
11672
11673 Description:
11674
11675 -  If your library uses shelving locations then you might want the shelf
11676    browser to take into consideration what shelving location the books
11677    belong to when populating the virtual shelf browser.
11678
11679 .. _patrons-system-preferences-label:
11680
11681 Patrons
11682 --------------------------
11683
11684 *Get there:* More > Administration > Global System Preferences > Patrons
11685
11686 .. _patronsgeneral-label:
11687
11688 General
11689 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11690
11691 .. _allowstafftosetcheckoutsvisibilityforguarantor-label:
11692
11693 AllowStaffToSetCheckoutsVisibilityForGuarantor
11694 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11695
11696 Default: Don't allow
11697
11698 Asks: \_\_\_ staff to set the ability for a patron's checkouts to be
11699 viewed by linked patrons in the OPAC.
11700
11701 Values:
11702
11703 -  Don't allow
11704
11705 -  Allow
11706
11707 .. _autoemailopacuser-label:
11708
11709 AutoEmailOpacUser
11710 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11711
11712 Default: Don't send
11713
11714 Asks: \_\_\_ an email to newly created patrons with their account
11715 details.
11716
11717 Description:
11718
11719 -  AutoEmailOpacUser allows library users to be notified by email of
11720    their account details when a new account is opened at the email
11721    address specified in the
11722    :ref:`AutoEmailPrimaryAddress` preference.
11723    The email contains the username and password given to or chosen by
11724    the patron when signing up for their account and can be customized by
11725    editing the `ACCTDETAILS <#ACCTDETAILS>`__ notice.
11726
11727 Values:
11728
11729 -  Don't send
11730
11731 -  Send
11732
11733 .. _autoemailprimaryaddress-label:
11734
11735 AutoEmailPrimaryAddress
11736 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11737
11738 Default: alternate
11739
11740 Asks: Use \_\_\_ patron email address for sending out emails.
11741
11742 Values:
11743
11744 -  alternate
11745
11746 -  first valid
11747
11748 -  home
11749
11750 -  work
11751
11752 Description:
11753
11754 -  If you choose 'first valid' as the value for AutoEmailPrimaryAddress
11755    the system will check the email fields in this order: home, work,
11756    then alternate. Otherwise the system will use the email address you
11757    specify.
11758
11759 .. _automembernum-label:
11760
11761 autoMemberNum
11762 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11763
11764 Default: Do
11765
11766 Asks: \_\_\_ default the card number field on the patron addition screen
11767 to the next available card number
11768
11769 Values:
11770
11771 -  Do
11772
11773    -  If the largest currently used card number is 26345000012941, then
11774       this field will default to 26345000012942 for the next patron
11775
11776 -  Don't
11777
11778 Description:
11779
11780 -  This preference determines if the patron's barcode is automatically
11781    calculated. This prevents the person setting up the library card
11782    account from having to assign a number to the new card. If set to
11783    'Do' the system will calculate a new patron barcode by adding 1 to
11784    the maximum barcode already present in the database.
11785
11786 .. _borrowermandatoryfield-label:
11787
11788 BorrowerMandatoryField
11789 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11790
11791 Default: surname\|cardnumber\|barcode
11792
11793 Asks: The following database columns must be filled in on the patron
11794 entry screen: \_\_\_
11795
11796 Description:
11797
11798 -  This preference enables the system administrator to choose which
11799    fields your library would like required for patron accounts. Enter
11800    field names separated by \| (bar). This ensures that basic
11801    information is included in each patron record. If a patron leaves one
11802    of the required fields blank an error message will issue and the
11803    account will not be created.
11804
11805     **Important**
11806
11807     Separate columns with \|
11808
11809     **Note**
11810
11811     For help with field names, ask your system administrator or `view
11812     the database
11813     structure <http://schema.koha-community.org/master/tables/borrowers.html>`__
11814     associated with the borrowers table.
11815
11816     **Note**
11817
11818     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
11819     (or both) is set, a button labeled "Quick add new patron" will be displayed
11820     in the "Patrons" toolbar.
11821
11822 .. _borrowerrelationship-label:
11823
11824 borrowerRelationship
11825 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11826
11827 Default: father\|mother
11828
11829 Asks: Guarantors can be the following of those they guarantee \_\_\_
11830
11831 Description:
11832
11833 -  This preference enables the system administrator to define valid
11834    relationships between a guarantor (usually a parent) and a guarantee
11835    (usually a child). Defining values for this field does not make the
11836    guarantor field required when adding a guarantee type patron. This
11837    preference creates a drop down list identifying the relationship of
11838    the guarantor to the guarantee. To disable the ability to add
11839    children types in Koha you can leave this field blank.
11840
11841     **Important**
11842
11843     Input multiple choices separated by \|
11844
11845 .. _borrowerrenewalperiodbase-label:
11846
11847 BorrowerRenewalPeriodBase
11848 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11849
11850 Default: current date
11851
11852 Asks: When renewing borrowers, base the new expiry date on \_\_\_
11853
11854 Values:
11855
11856 -  current date.
11857
11858 -  current membership expiry date.
11859
11860 Description:
11861
11862 -  This preference controls what the patron's new expiration date will
11863    be when you renew their card. Using the 'current date' will add the
11864    subscription period to today's date when calculating the new
11865    expiration date. Using 'current membership expiry date' will add the
11866    subscription period to the old expiration date for the patron when
11867    renewing their account.
11868
11869 .. _borrowerstitles-label:
11870
11871 BorrowersTitles
11872 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11873
11874 Default: Mr\|Mrs\|Miss\|Ms
11875
11876 Asks: Borrowers can have the following titles \_\_\_
11877
11878 Description:
11879
11880 -  This preference allows the staff to choose the titles that can be
11881    assigned to patrons. The choices present as a drop down list when
11882    creating a patron record.
11883
11884     **Important**
11885
11886     Input multiple choices separated by \|
11887
11888 .. _borrowerunwantedfield-label:
11889
11890 BorrowerUnwantedField
11891 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11892
11893 Asks: The following database columns will not appear on the patron entry
11894 screen: \_\_\_
11895
11896 Description:
11897
11898 -  This preference enables the system administrator to choose which
11899    fields your library doesn't need to see on the patron entry form.
11900    Enter field names separated by \| (bar).
11901
11902     **Important**
11903
11904     Separate columns with \|
11905
11906     **Note**
11907
11908     For help with field names, ask your system administrator or `view
11909     the database
11910     structure <http://schema.koha-community.org/master/tables/borrowers.html>`__
11911     associated with the borrowers table.
11912
11913 .. _cardnumberlength-label:
11914
11915 CardnumberLength
11916 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11917
11918 Asks: Card numbers for patrons must be \_\_\_ characters long.
11919
11920 Description:
11921
11922 -  The length can be a single number to specify an exact length, a range
11923    separated by a comma (i.e., 'Min,Max'), or a maximum with no minimum
11924    (i.e., ^,Max'). If 'cardnumber' is included in the
11925    :ref:`BorrowerMandatoryField` list, the
11926    minimum length, if not specified here, defaults to one.
11927
11928 .. _checkprevcheckout-label:
11929
11930 CheckPrevCheckout
11931 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11932
11933 Default: Do not
11934
11935 Asks: \_\_\_ check borrower checkout history to see if the current item has been checked out before.
11936
11937 Values:
11938
11939 -  Do
11940
11941 -  Do not
11942
11943 -  Unless overridden, do
11944
11945 -  Unless overridden, do not
11946
11947 Description:
11948
11949 -  When the value of this system preference is set to 'do', Koha will look at the
11950    patron's circulation history to see if they have checked this item out before.
11951    An alert will show up on the screen indicating that patron has indeed checked
11952    this item out. Staff will be prompted to allow the checkout to occur.
11953
11954    |image1390|
11955
11956 -  If the value is set to 'do not', Koha will not check the patron's circulation
11957    history.
11958
11959 -  When the value is set to 'Unless overridden, do', this will check the
11960    patron's circulation history unless the patron's
11961    :ref:`personal setting <add-a-new-patron-label>` or the :ref:`patron category setting <adding-a-patron-category-label>` specifically say not to.
11962
11963 -  Lastly, if the value is set to 'Unless overridden, do not',
11964    Koha will not check circulation history unless the patron's :ref:`personal
11965    setting <add-a-new-patron-label>` or the
11966    :ref:`patron category setting <adding-a-patron-category-label>` specifically say
11967    to check.
11968
11969      **Note**
11970
11971 This system preference will not work for patrons that have chosen to anonymize
11972 their reading history.
11973
11974 .. _defaultpatronsearchfields-label:
11975
11976 DefaultPatronSearchFields
11977 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11978
11979 Default: surname,firstname,othernames,cardnumber,userid
11980
11981 Asks: \_\_\_ Comma separated list defining the default fields to be used during a patron search
11982
11983     **Important** possible values can be found in the borrowers table of Koha's schema
11984     located at http://schema.koha-community.org/
11985
11986 .. _enableborrowerfiles-label:
11987
11988 EnableBorrowerFiles
11989 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11990
11991 Default: Don't
11992
11993 Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
11994 a borrower record.
11995
11996 Values:
11997
11998 -  Do
11999
12000 -  Don't
12001
12002 Description:
12003
12004 -  When enabled this will add a 'Files' tab to the left of the patron
12005    detail page where you can view and upload files to the patron record.
12006
12007 .. _enhancedmessagingpreferences-label:
12008
12009 EnhancedMessagingPreferences
12010 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12011
12012 Default: Allow
12013
12014 Asks: \_\_\_ staff to manage which notices patrons will receive and when
12015 they will receive them.
12016
12017 Values:
12018
12019 -  Allow
12020
12021 -  Don't allow
12022
12023     **Important**
12024
12025     This only applies to certain kinds of notices, overdue notices will
12026     be sent based on the library's rules, not the patron's choice.
12027
12028     **Note**
12029
12030     To manage if patrons have also access to these settings, use
12031     :ref:`EnhancedMessagingPreferencesOPAC`.
12032
12033 Description:
12034
12035 -  These messages are in addition to the overdue notices that the
12036    library sends. The difference between these notices and overdues is
12037    that the patron can opt-in and out of these. Setting this preference
12038    to 'Allow' will allow staff to choose for patrons to receive any one
12039    of the following messages:
12040
12041    -  Item Checkout : A notice that lists all the of the items the
12042       patron has just checked out and/or renewed, this is an electronic
12043       form of the checkout receipt
12044
12045    -  Item Due : A notice on the day and item is due back at the library
12046
12047    -  Hold Filled : A notice when you have confirmed the hold is waiting
12048       for the patron
12049
12050    -  Item Checkin : A notice that lists all the of the items the patron
12051       has just checked in
12052
12053    -  Advanced Notice : A notice in advance of the patron's items being
12054       due (Staff can choose the number of days in advance)
12055
12056 .. _enhancedmessagingpreferencesopac-label:
12057
12058 EnhancedMessagingPreferencesOPAC
12059 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12060
12061 Default: Show
12062
12063 Asks: \_\_\_ patron messaging setting on the OPAC
12064
12065 Values:
12066
12067 -  Don't show
12068
12069 -  Show
12070
12071     **Important**
12072
12073     :ref:`EnhancedMessagingPreferences`
12074     must be enabled for messaging options to show in the OPAC
12075
12076 Description:
12077
12078 -  These messages are in addition to the overdue notices that the
12079    library sends. The difference between these notices and overdues is
12080    that the patron can opt-in and out of these. Setting this preference
12081    to 'Allow' will allow patrons to choose to receive any one of the
12082    following messages:
12083
12084    -  Item Checkout : A notice that lists all the of the items the
12085       patron has just checked out and/or renewed, this is an electronic
12086       form of the checkout receipt
12087
12088    -  Item Due : A notice on the day and item is due back at the library
12089
12090    -  Hold Filled : A notice when you have confirmed the hold is waiting
12091       for the patron
12092
12093    -  Item Checkin : A notice that lists all the of the items the patron
12094       has just checked in
12095
12096    -  Advanced Notice : A notice in advance of the patron's items being
12097       due (The patron can choose the number of days in advance)
12098
12099 .. _extendedpatronattributes-label:
12100
12101 ExtendedPatronAttributes
12102 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12103
12104 Default: Enable
12105
12106 Asks: \_\_\_ searching, editing and display of custom attributes on
12107 patrons.
12108
12109 Values:
12110
12111 -  Don't enable
12112
12113 -  Enable
12114
12115    -  Define attributes in Koha administration
12116
12117    -  Get there: More > Administration > :ref:`Patron Attribute
12118       Types <patron-attribute-types-label>`
12119
12120 Description:
12121
12122 -  Patron attributes are library-defined custom fields that can be
12123    applied to patron records.
12124
12125     **Note**
12126
12127     Use custom attributes for fields that the default patron record does
12128     not support such as driver's license number or student ID number.
12129
12130 .. _feeonchangepatroncategory-label:
12131
12132 FeeOnChangePatronCategory
12133 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12134
12135 Default: Do
12136
12137 Asks: \_\_\_ charge a fee when a patron changes to a category with an
12138 enrollment fee.
12139
12140 Values:
12141
12142 -  Do
12143
12144 -  Don't
12145
12146 .. _intranetreadinghistory-label:
12147
12148 intranetreadinghistory
12149 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12150
12151 Default: Allow
12152
12153 Asks: \_\_\_ staff to access a patron's checkout and hold history.
12154
12155     **Important**
12156
12157     If you have the :ref:`OPACPrivacy` preference set to
12158     'Allow' and the patron has decided to not have their history kept
12159     staff will only see currently checked out items.
12160
12161 Values:
12162
12163 -  Allow
12164
12165 -  Don't allow
12166
12167     **Important**
12168
12169     Reading history is still stored, regardless of staff being allowed
12170     access or not unless the patron has chosen to have their history
12171     anonymized via their :ref:`privacy page <your-privacy-label>`.
12172
12173 .. _maxfine-label:
12174
12175 MaxFine
12176 ^^^^^^^^^^^^^^^^^^^^^^
12177
12178 Default: 9999
12179
12180 Asks: The late fine for all checkouts will only go up to \_\_\_ USD.
12181
12182 Description:
12183
12184 -  This preference controls the default cap on fines accrued by the
12185    patron. Leaving this preference blank means that there is no cap on
12186    the amount of fines a patron can accrue. If you'd like, single item
12187    caps can be specified in the
12188    :ref:`circulation rules matrix <circulation-and-fines-rules-label>`.
12189
12190 .. _membershipexpirydaysnotice-label:
12191
12192 MembershipExpiryDaysNotice
12193 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12194
12195 Asks: Send an account expiration notice when a patron's card will expire
12196 in \_\_\_ days.
12197
12198 Description:
12199
12200 -  If you would like to notify patrons that their accounts are about to
12201    expire then you can enter a number of days before expiration in this
12202    preference. The notice text can be customized in the :ref:`Notices &
12203    slips <notices-and-slips-label>` tool.
12204
12205     **Important**
12206
12207     You will need to enable the :ref:`membership expiry cron
12208     job <cron-notify-patrons-of-expiration-label>` for this notice to send.
12209
12210 .. _minpasswordlength-label:
12211
12212 minPasswordLength
12213 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12214
12215 Default: 3
12216
12217 Asks: Login passwords for staff and patrons must be at least \_\_\_
12218 characters long.
12219
12220     **Important**
12221
12222     This applies to both the staff login and the patron OPAC login.
12223
12224 .. _notifyborrowerdeparture-label:
12225
12226 NotifyBorrowerDeparture
12227 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12228
12229 Default: 30
12230
12231 Asks: Show a notice that a patron is about to expire \_\_\_ days
12232 beforehand.
12233
12234 Description:
12235
12236 -  When the patron attempts to check out materials, a warning will
12237    appear in the check out window of the Staff Client telling the
12238    librarian that the patrons account is about to expire.
12239
12240     **Important**
12241
12242     This notice will appear on the patron's record in the staff client.
12243
12244 .. _patronimages-label:
12245
12246 patronimages
12247 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12248
12249 Default: Allow
12250
12251 Asks: \_\_\_ images to be uploaded and shown for patrons on the staff
12252 client.
12253
12254 Values:
12255
12256 -  Allow
12257
12258 -  Don't allow
12259
12260 Description:
12261
12262 -  If this preference is set to 'Allow' the staff will be able to upload
12263    images of patrons either :ref:`one by one <add-patron-images-label>` or :ref:`in
12264    bulk <upload-patron-images-label>`. Patrons images will show on the detail
12265    page to the left of the patron information. They can also show in the
12266    OPAC if you set the :ref:`OPACpatronimages` preference
12267    or in the self check out module if you set the
12268    :ref:`ShowPatronImageInWebBasedSelfCheck`
12269    preference.
12270
12271 .. _patronquickaddfields-label:
12272
12273 PatronQuickAddFields
12274 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12275
12276 Default: blank
12277
12278 Asks: \_\_\_ (separate columns with \|) add these fields to the patron
12279 quick add form when entering a new patron. Displays only mandatory fields
12280 and fields specified here. If applicable, the guarantor form will be shown
12281 as well, individual fields in that form will be ignored.
12282
12283     **Note**
12284
12285     See the `database schema (borrowers table) <http://schema.koha-community.org/>`__
12286     to know the field names.
12287
12288     **Note**
12289     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
12290     (or both) is set, a button labeled "Quick add new patron" will be displayed
12291     in the "Patrons" toolbar.
12292
12293     **Note**
12294
12295     It is possible to add custom :ref:`patron attributes <patron-attribute-types-label>`
12296     in the quick add form with the following syntax: patron_attr_N
12297     (for example patron_attr_2). The N refers to the id of the attribute and
12298     requires a bit of guesswork (normally it will be the order in which you
12299     entered them in the :ref:`patron attribute types section of the administration
12300     module <patron-attribute-types-label>`).
12301
12302 .. _patronsperpage-label:
12303
12304 PatronsPerPage
12305 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12306
12307 Default: 20
12308
12309 Asks: By default, show \_\_\_ results per page in the staff client.
12310
12311 Description:
12312
12313 -  This preference will let you define how many patrons to show on
12314    patron search results pages.
12315
12316 ProtectSuperLibrarianPrivileges
12317 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12318
12319 Default: Allow only superlibrarians
12320
12321 Asks: \_\_\_ to access/change superlibrarian privileges. Note: A permitted user
12322       needs to have the 'permissions' flag (if no superlibrarian)
12323
12324 Values:
12325
12326 -  Allow all permitted users
12327
12328 -  Allow only superlibrarians
12329
12330 .. _requirestrongpassword-label:
12331
12332 RequireStrongPassword
12333 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12334
12335 Default: Don't require
12336
12337 Asks: \_\_\_ a strong password for staff and patrons
12338
12339 Values:
12340
12341 -  Don't require
12342
12343 -  Require
12344
12345 Description:
12346
12347 -  If set to 'require' this system preference will require patron and staff passwords to contain at least one digit, one lowercase and one uppercase.
12348
12349 .. _smssenddriver-label:
12350
12351 SMSSendDriver
12352 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12353
12354 Asks: Use the SMS::Send:: \_\_\_ driver to send SMS messages.
12355
12356     **Note**
12357
12358     This may not work with all providers.
12359
12360     **Important**
12361
12362     Please refer to your national laws concerning the sending of bulk
12363     SMS messages before enabling this feature.
12364
12365 Description:
12366
12367 -  There are two options for using SMS in Koha. You can use the Email
12368    protocol for free by entering 'Email' as the SMSSendDriver or you can
12369    pay for a SMS driver. Some examples of values for the driver are:
12370
12371    -  SMS::Send::Us::Ipipi
12372
12373    -  SMS::Send::US::TMobile
12374
12375    -  SMS::Send::US::Verizon
12376
12377    -  SMS::Send::IN::Unicel
12378
12379    Additional values can be found here:
12380    http://search.cpan.org/search?query=sms%3A%3Asend&mode=all
12381
12382        **Important**
12383
12384        Only drivers available as Perl modules will work in this
12385        preference, so make sure a Perl module is available before
12386        choosing an SMS service.
12387
12388    Once a driver is entered in the preference an option will appear in
12389    the staff client and the OPAC on the patron messaging form to choose
12390    to receive messages as SMS
12391
12392    |image105|
12393
12394     **Important**
12395
12396     You must allow
12397     :ref:`EnhancedMessagingPreferences` for
12398     this to work.
12399
12400 .. _smssenduserdetails-label:
12401
12402 SMSSendUsername, SMSSendPassword and EmailSMSSendDriverFromAddress
12403 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12404
12405 Asks: Define a username/login \_\_\_ and a password \_\_\_.  Override
12406 from address with \_\_\_ for emails sent using "Email" send driver.
12407
12408 Description:
12409
12410 -  Some SMS gateway providers require username and password credentials
12411    and these can be entered here.  Additionally, one specific email address
12412    may be required as sender (from address) for all emails sent by the
12413    Email SMS send driver.
12414
12415 .. _statisticsfields-label:
12416
12417 StatisticsFields
12418 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12419
12420 Default: location\|itype\|ccode
12421
12422 Asks: Show the following fields from the items database table as columns
12423 on the statistics tab on the patron record: \_\_\_
12424
12425 |image106|
12426
12427     **Important**
12428
12429     Enter the values separated by bars (\|)
12430
12431 Description:
12432
12433 -  This preference lets you set which fields will show on the patron
12434    record on the Statistics tab.
12435
12436 .. _talkingtechitivaphonenotification-label:
12437
12438 TalkingTechItivaPhoneNotification
12439 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12440
12441 Default: Disable
12442
12443 Asks: \_\_\_ patron phone notifications using Talking Tech i-tiva
12444 (overdues, predues and holds notices currently supported).
12445
12446 Values:
12447
12448 -  Disable
12449
12450 -  Enable
12451
12452 Description:
12453
12454 -  To learn more about setting up this third party product view the
12455    :ref:`Talking Tech <talking-tech-label>` chapter.
12456
12457     **Important**
12458
12459     Requires that you have
12460     :ref:`EnhancedMessagingPreferences` set
12461     to Allow to use.
12462
12463 .. _tracklastpatronactivity-label:
12464
12465 TrackLastPatronActivity
12466 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12467
12468 Default: Don't
12469
12470 Asks: \_\_\_ track last patron activity. Everytime a patron will connect,
12471 the borrowers.lastseen will be updated with the current time.
12472
12473 Values:
12474
12475 -  Don't
12476
12477 -  Do
12478
12479 .. _uppercasesurnames-label:
12480
12481 uppercasesurnames
12482 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12483
12484 Default: Don't
12485
12486 Asks: \_\_\_ store and display surnames (last names) in upper case.
12487
12488 Values:
12489
12490 -  Do
12491
12492 -  Don't
12493
12494 .. _useemailreceipts-label:
12495
12496 UseEmailReceipts
12497 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12498
12499 Default: Don't send
12500
12501 Asks: \_\_\_ email receipts to patrons for payments and writeoffs.
12502
12503 Values:
12504
12505 -  Don't send
12506
12507 -  Send
12508
12509 Description:
12510
12511 -  If set to 'Send', Koha will send emails to the patrons for each
12512    payment or writeoff done in their account.
12513
12514      **Note**
12515
12516      -  The letters used are ACCOUNT\_PAYMENT and ACCOUNT\_WRITEOFF
12517
12518      -  You can edit them in the :ref:`Notices & slips <notices-and-slips-label>` tool.
12519
12520 .. _usedischarge-label:
12521
12522 useDischarge
12523 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12524
12525 Default: Don't allow
12526
12527 Asks: \_\_\_ librarians to discharge borrowers and borrowers to request
12528 a discharge.
12529
12530 Values:
12531
12532 -  Allow
12533
12534 -  Don't allow
12535
12536 Description:
12537
12538 -  A discharge is a certificate that says the patron has no current
12539    checkouts, no holds and owe no money.
12540
12541        **Note**
12542
12543        In France a "quitus" ("discharge") is needed if you want to
12544        register for an account in a library or a university).
12545
12546        **Note**
12547
12548        Academic libraries often require that you have a clear record at
12549        the library before you can graduate.
12550
12551 .. _norwegian-patron-database-label:
12552
12553 Norwegian patron database
12554 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12555
12556 .. _failedloginattempts-label:
12557
12558 FailedLoginAttempts
12559 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12560
12561 Default: blank
12562
12563 Asks: Block a patron's account if it reaches \_\_\_ failed login attempts.
12564
12565 .. _norwegianpatrondbenable-and-norwegianpatrondbendpoint-label:
12566
12567 NorwegianPatronDBEnable and NorwegianPatronDBEndpoint
12568 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12569
12570 NorwegianPatronDBEnable Default: Disable
12571
12572 Asks: \_\_\_ the ability to communicate with the Norwegian national
12573 patron database via the \_\_\_ endpoint.
12574
12575 Values:
12576
12577 -  Disable
12578
12579 -  Enable
12580
12581 .. _norwegianpatrondbsearchnlafterlocalhit-label:
12582
12583 NorwegianPatronDBSearchNLAfterLocalHit
12584 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12585
12586 Default: Don't
12587
12588 Asks: \_\_\_ search the Norwegian national patron database after a local
12589 search result was found.
12590
12591 Values:
12592
12593 -  Do
12594
12595 -  Don't
12596
12597 .. _norwegianpatrondbusername-and-norwegianpatrondbpassword-label:
12598
12599 NorwegianPatronDBUsername and NorwegianPatronDBPassword
12600 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12601
12602 Asks: Communicate with the Norwegian national patron database using the
12603 username \_\_\_ and the password \_\_\_.
12604
12605 Description:
12606
12607 -  You can get these from "Base Bibliotek", which is maintained by the
12608    Norwegian National Library.
12609
12610 .. _patronsprivacy-label:
12611
12612 Privacy
12613 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12614
12615 .. _gdpr-policy-label:
12616
12617 GDPR\_Policy
12618 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12619
12620 Default: Disabled
12621
12622 Asks: Set GDPR policy to \_\_\_ GDPR is the EU General Data Protection
12623 Regulation. When you enforce, patrons need to give consent before using the
12624 OPAC. If you set to permissive, Koha will warn but not enforce. NOTE: If you
12625 enable this you will also have to set the URL of your public privacy policy
12626 with the PrivacyPolicyURL setting.
12627
12628 Values:
12629
12630 - Disabled
12631
12632 - Enforced
12633
12634 - Permissive
12635
12636 Description:
12637
12638 - This system preference enables a GDPR consent form to appear on the OPAC when
12639   a patron attempts to login. If this preference is set as Enforced then when a
12640   patron attempts to log into the OPAC a GDPR consent form be presented to them.
12641   The patron will have to provide consent to the library's GDPR policy before
12642   they can gain access to their account details. If the patron does not consent
12643   to the GDPR policy they will be logged out of their account. If the preference
12644   is set to Permissive then the patron will be presented with the GDPR consent
12645   form but they will not be required to give consent to access their patron
12646   account. If the preference is set to Disabled then no GDPR consent form will
12647   appear when patron logs into the OPAC.
12648
12649 .. _privacy-policy-url-label:
12650
12651 PrivacyPolicyURL
12652 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12653
12654 Default: blank
12655
12656 - Asks: Use the following URL \_\_\_ to refer to your local privacy policy in
12657   messages about privacy and data protection.
12658   (If you enforce GDPR policy, make sure that this page is not blocked.)
12659   NOTE: The URL is only displayed if :ref:`GDPR\_Policy <gdpr-policy-label>` is set.
12660
12661 .. _searchingsystem-preferences-label:
12662
12663 Searching
12664 -------------------------------
12665
12666 *Get there:* More > Administration > Global System Preferences >
12667 Searching
12668
12669 .. _searchingfeatures-label:
12670
12671 Features
12672 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12673
12674 .. _browseresultselection-label:
12675
12676 BrowseResultSelection
12677 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12678
12679 Default: Disable
12680
12681 Asks: \_\_\_ browsing search results fromt the bibliographic record detail page in staff client.
12682
12683 Values:
12684
12685 -  Disable
12686
12687 -  Enable
12688
12689 Description:
12690
12691 -  Enabling this system preference makes a button appear in the intranet search
12692    results page to browse the selected records.
12693
12694 .. _enablesearchhistory-label:
12695
12696 EnableSearchHistory
12697 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12698
12699 Default: Don't keep
12700
12701 Asks: \_\_\_ patron search history in the staff client.
12702
12703 Values:
12704
12705 -  Don't keep
12706
12707 -  Keep
12708
12709     |image1197|
12710
12711 Description:
12712
12713 -  This preference controls whether the staff client keeps search
12714    history for logged in users. Search history will be accessible under
12715    the link to your account in the top right of the staff client.
12716
12717 .. _includeseefrominsearches-label:
12718
12719 IncludeSeeFromInSearches
12720 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12721
12722 Default: Don't include
12723
12724 Asks: \_\_\_ *see from* (non-preferred form) headings in bibliographic
12725 searches.
12726
12727 Values:
12728
12729 -  Don't include
12730
12731 -  Include
12732
12733 Description:
12734
12735 -  When this preference is set to include the search engine indexer will
12736    insert *see from* headings from authority records into bibliographic
12737    records when indexing, so that a search on an obsolete term will turn
12738    up relevant records. For example when you search for cookery (the old
12739    term) you get titles with the heading of cooking (the new term).
12740
12741     **Important**
12742
12743     You will need to reindex your bibliographic database when changing
12744     this preference.
12745
12746 .. _opacgroupresults-label:
12747
12748 OpacGroupResults
12749 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12750
12751 Default: Don't use
12752
12753 Asks: \_\_\_ PazPar2 to group similar results on the OPAC.
12754
12755 Values:
12756
12757 -  Don't use
12758
12759 -  Use
12760
12761     **Important**
12762
12763     This requires that `PazPar2 <http://www.indexdata.com/pazpar2>`__ is
12764     set up and running.
12765
12766 .. _queryautotruncate-label:
12767
12768 QueryAutoTruncate
12769 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12770
12771 Default: automatically
12772
12773 Asks: Perform wildcard searching (where, for example, Har would match
12774 Harry and harp) \_\_\_ (The \* character would be used like so: Har\* or
12775 \*logging.)
12776
12777 Values:
12778
12779 -  automatically
12780
12781 -  only if \* is added
12782
12783 Description:
12784
12785 -  This setting allows for searches to be automatically truncated or for
12786    additional characters to be added to the end of a search string. When
12787    set to "automatically" the search string automatically ends with a
12788    wildcard function. For example, a search for the word "invent" with
12789    auto truncation enabled will also retrieve results for inventor,
12790    invention, inventory, etc. If you don't want this to happen
12791    automatically you can still be perform wildcard searches manually by
12792    adding an asterisk (\*). Typing "invent\*" even with auto truncation
12793    disabled will retrieve the same inventor, invention, inventory
12794    results. Auto truncation bypasses the necessity to type long search
12795    strings in their entirety.
12796
12797 .. _queryfuzzy-label:
12798
12799 QueryFuzzy
12800 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12801
12802 Default: Try
12803
12804 Asks: \_\_\_ to match similarly spelled words in a search (for example,
12805 a search for flang would also match flange and fang)
12806
12807 Values:
12808
12809 -  Don't try
12810
12811 -  Try
12812
12813 Description:
12814
12815 -  This preference enables "fuzzy" searching, in which the search engine
12816    returns results that are similar to, but not exactly matching, the
12817    word or words entered by the user. This preference enables the search
12818    function to compensate for slightly misspelled names or phrases.
12819
12820     **Important**
12821
12822     Requires that :ref:`UseICU` set to 'Not using'
12823
12824 .. _querystemming-label:
12825
12826 QueryStemming
12827 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12828
12829 Default: Try
12830
12831 Asks: \_\_\_ to match words of the same base in a search
12832
12833 Values:
12834
12835 -  Don't try
12836
12837 -  Try
12838
12839    -  A search for enabling would also match enable and enabled
12840
12841 Description:
12842
12843 -  This preference enables word stemming. Stemming allows the search
12844    function to return multiple versions of the same word, as well as
12845    related terms (i.e., both fish and fishing would be returned).
12846
12847 .. _queryweightfields-label:
12848
12849 QueryWeightFields
12850 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12851
12852 Default: Enable
12853
12854 Asks: \_\_\_ ranking of search results by relevance
12855
12856 Values:
12857
12858 -  Disable
12859
12860 -  Enable
12861
12862 .. _tracecompletesubfields-label:
12863
12864 TraceCompleteSubfields
12865 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12866
12867 Default: Force
12868
12869 Asks: \_\_\_ subject tracings in the OPAC and Staff Client to search
12870 only for complete-subfield matches.
12871
12872 Values:
12873
12874 -  Don't force
12875
12876    -  Searches for subject keywords (example:
12877       opac-search.pl?q=su:World%20Wide%20Web)
12878
12879 -  Force
12880
12881    -  Searches for complete subject fields (example:
12882       opac-search.pl?q=su,complete-subfield:World%20Wide%20Web)
12883
12884 Description:
12885
12886 -  When TraceCompleteSubfields is set to "force," clicking on links in
12887    non-authority controlled subject tracings will only find other
12888    records where the entire subfields match. Leaving it at "don't force"
12889    does a keyword search of the subject indexes.
12890
12891     **Important**
12892
12893     This preference assumes that you're using XSLT stylesheets as set in
12894     the :ref:`OPACXSLTDetailsDisplay` preference.
12895
12896 .. _tracesubjectsubdivisions-label:
12897
12898 TraceSubjectSubdivisions
12899 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12900
12901 Default: Include
12902
12903 Asks: \_\_\_ subdivisions for searches generated by clicking on subject
12904 tracings.
12905
12906 Values:
12907
12908 -  Don't include
12909
12910    -  Searches for subject keywords (example:
12911       opac-search.pl?q=su,complete-subfield:%22Web%20sites%22)
12912
12913 -  Include
12914
12915    -  Searches for complete subject fields (example:
12916       opac-search.pl?q=(su,complete-subfield:%22Web%20sites%22)%20and%20(su,complete-subfield:%22Design.%22))
12917
12918 Description:
12919
12920 -  When TraceSubjectSubdivisions is set to "Include," if you click on a
12921    subject with subdivisions (subfields other than 'a') they will be
12922    searched along with the subject heading (subfield 'a'). To have only
12923    the subject heading (subfield 'a') searched, set this preference to
12924    "Don't include."
12925
12926     **Important**
12927
12928     This preference assumes that you're using XSLT stylesheets as set in
12929     the :ref:`OPACXSLTDetailsDisplay` preference.
12930
12931 .. _useicu-label:
12932
12933 UseICU
12934 ^^^^^^^^^^^^^^^^^^^^
12935
12936 Default: Not using
12937
12938 Asks: \_\_\_ ICU Zebra indexing.
12939
12940 Values:
12941
12942 -  Not using
12943
12944 -  Using
12945
12946 Description:
12947
12948 -  ICU is a set of code libraries providing Unicode and Globalization
12949    support for software applications. What this means is ICU Zebra
12950    indexing is only necessary if you use non-roman characters in your
12951    cataloging. If using ICU Zebra indexing you will want to not use
12952    :ref:`QueryFuzzy`.
12953
12954     **Important**
12955
12956     This setting will not affect Zebra indexing, it should only be used
12957     to tell Koha that you have activated ICU indexing if you have
12958     actually done so, since there is no way for Koha to figure this out
12959     on its own.
12960
12961     **Important**
12962
12963     Talk to your system administrator when changing this preference to
12964     make sure that your system is set up properly for this to work.
12965
12966 .. _usequeryparser-label:
12967
12968 UseQueryParser
12969 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12970
12971 Default: Do not try
12972
12973 Asks: \_\_\_ to use the QueryParser module for parsing queries.
12974
12975     **Note**
12976
12977     Enabling this will have no impact if you do not have QueryParser
12978     installed, and everything will continue to work as usual.
12979
12980 Values:
12981
12982 -  Do not try
12983
12984 -  Try
12985
12986 Description:
12987
12988 -  This preference enables an experimental new query parser which opens
12989    the door for a more expressive and more-effective search syntax.
12990
12991 .. _results-display-label:
12992
12993 Results Display
12994 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12995
12996 .. _defaultsortfield-and-defaultsortorder-label:
12997
12998 defaultSortField and defaultSortOrder
12999 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13000
13001 defaultSortField Default: author
13002
13003 defaultSortOrder Default: ascending
13004
13005 Asks: By default, sort search results in the staff client by \_\_\_,
13006 \_\_\_
13007
13008 Description:
13009
13010 -  These preferences set the default sort field and sort order for
13011    searches on the staff side. Regardless of your choice, the other sort
13012    options are still available in the drop down list on the advanced
13013    search page.
13014
13015 defaultSortField Values:
13016
13017 -  author
13018
13019 -  call number
13020
13021 -  date added
13022
13023 -  date of publication
13024
13025 -  relevance
13026
13027 -  title
13028
13029 -  total number of checkouts
13030
13031 defaultSortOrder Values:
13032
13033 -  ascending
13034
13035 -  descending
13036
13037 -  from A to Z
13038
13039 -  from Z to A
13040
13041 .. _displayfacetcount-label:
13042
13043 displayFacetCount
13044 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13045
13046 Default: Don't show
13047
13048 Asks: \_\_\_ facet counts.
13049
13050 Description:
13051
13052 -  This preference lets you decide if you show how many times a facet is
13053    used in your search results in the OPAC and the staff client. The
13054    relevance of these numbers highly depends on the value of the
13055    :ref:`maxRecordsForFacets` preference. Showing
13056    these numbers can potentially effect the performance of your
13057    searching, so test your system with different values for this
13058    preference to see what works best.
13059
13060 Values:
13061
13062 -  Don't show
13063
13064 -  Show
13065
13066    |image107|
13067
13068 .. _displaylibraryfacets-label:
13069
13070 DisplayLibraryFacets
13071 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13072
13073 Default: holding library
13074
13075 Asks: Show facets for \_\_\_
13076
13077 Values:
13078
13079 -  both home and holding library
13080
13081 -  holding library
13082
13083 -  home library
13084
13085 Description:
13086
13087 -  This preferenc controls the libraries facet that displays on search
13088    results in the staff and opac. The value selected here will determine
13089    which library(s) show in the facets when a search is run.
13090
13091 .. _facetlabeltruncationlength-label:
13092
13093 FacetLabelTruncationLength
13094 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13095
13096 Default: 20
13097
13098 Asks: Truncate facets length to \_\_\_ characters, in OPAC/staff
13099 interface.
13100
13101 Description:
13102
13103 -  In the OPAC and the staff client your facets are cut off at 20
13104    characters by default. Depending on your layout this may be too many
13105    or two few letters, this preference lets you decide what number is
13106    best for your library's design.
13107
13108 .. _facetmaxcount-label:
13109
13110 FacetMaxCount
13111 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13112
13113 Default: 20
13114
13115 Asks: Show up \_\_\_ to facets for each category.
13116
13117 Description:
13118
13119 -  This preference allows you to control how many possible limits show
13120    under each heading (Author, Series, Topics, etc) on the facets in the
13121    OPAC.
13122
13123 .. _maxitemsinsearchresults-label:
13124
13125 maxItemsInSearchResults
13126 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13127
13128 Default: 20
13129
13130 Asks: Show up to \_\_\_ items per biblio in the search results
13131
13132 Description:
13133
13134 -  This preference will let you set how many results display by default
13135    when a search is run on the Staff Client.
13136
13137 .. _maxrecordsforfacets-label:
13138
13139 maxRecordsForFacets
13140 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13141
13142 Default: 20
13143
13144 Asks: Build facets based on \_\_\_ records from the search results.
13145
13146 Description:
13147
13148 -  By default Koha only bases facets on the first page of results
13149    (usually 20 results). This preference lets you tell Koha to based the
13150    facet descriptions and numbers on any number of search results
13151    returned. The higher this number the longer it will take for your
13152    search results to return, so test with various different values to
13153    find the best balance for your library.
13154
13155 .. _maxsearchresultsitemsperrecordstatuscheck-label:
13156
13157 MaxSearchResultsItemsPerRecordStatusCheck
13158 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13159
13160 Default: 20
13161
13162 Asks: For records with many items, only check the availability status
13163 for the first \_\_\_ items.
13164
13165 Description:
13166
13167 -  Availability statuses may show incorrectly in search results if a
13168    record has more items than the limit set. Statuses will display
13169    correctly in the record details. Leave empty for no limit.
13170
13171 .. _numsearchresults-label:
13172
13173 numSearchResults
13174 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13175
13176 Default: 20
13177
13178 Asks: By default, show \_\_\_ results per page in the staff client.
13179
13180 .. _opacdefaultsortfield-and-opacdefaultsortorder-label:
13181
13182 OPACdefaultSortField and OPACdefaultSortOrder
13183 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13184
13185 OPACdefaultSortField Default: relevance
13186
13187 OPACdefaultSortOrder Default: ascending
13188
13189 Asks: By default, sort search results in the OPAC by \_\_\_, \_\_\_
13190
13191 Description:
13192
13193 -  These preferences set the default sort field and sort order for
13194    searches on the OPAC. Regardless of your choice, the other sort
13195    options are still available in the drop down list on the advanced
13196    search page.
13197
13198 OPACdefaultSortField Values:
13199
13200 -  author
13201
13202 -  call number
13203
13204 -  date added
13205
13206 -  date of publication
13207
13208 -  relevance
13209
13210 -  title
13211
13212 -  total number of checkouts
13213
13214 OPACdefaultSortOrder Values:
13215
13216 -  ascending
13217
13218 -  descending
13219
13220 -  from A to Z
13221
13222 -  from Z to A
13223
13224 .. _opacitemsresultsdisplay-label:
13225
13226 OPACItemsResultsDisplay
13227 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13228
13229 Default: Don't show
13230
13231 Asks: \_\_\_ an item's library, location and call number in OPAC search results.
13232 results.
13233
13234 Values:
13235
13236 -  Don't show
13237
13238 -  Show
13239
13240 Description:
13241
13242 -  This setting selects the information about an item that will display
13243    in the search results page of the OPAC. The results can display the
13244    status of an item and/or full details including branch, location, and
13245    call number. While the 'Show' option allows for more information to
13246    be displayed on the search results page, the information can be
13247    overwhelming for large collections with multiple branches.
13248
13249 .. _opacnumsearchresults-label:
13250
13251 OPACnumSearchResults
13252 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13253
13254 Default: 20
13255
13256 Asks: By default, show \_\_\_ results per page in the OPAC.
13257
13258 .. _searchwithisbnvariations-label:
13259
13260 SearchWithISBNVariations
13261 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13262
13263 Default: don't search
13264
13265 Asks: When searching on the ISBN index, \_\_\_ on all variations of the
13266 ISBN.
13267
13268 Values:
13269
13270 -  don't search
13271
13272 -  search
13273
13274 Descriptions:
13275
13276 -  With this preference set to search you'll be able to search for ISBNs
13277    even if there are dashes or spaces in the field. So if you search for
13278    9781843345855 but the ISBN was cataloged as 978-1843345855 you'll
13279    still be able to find it if this preference is set to 'search'.
13280
13281     **Important**
13282
13283     This preference has no effect if
13284     :ref:`UseQueryParser` is on
13285
13286 .. _unimarcauthorsfacetsseparator-label:
13287
13288 UNIMARCAuthorsFacetsSeparator
13289 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13290
13291 Default: , (comma)
13292
13293 Asks: Use the following text as separator for UNIMARC authors facets \_\_\_
13294
13295 .. _search-form-label:
13296
13297 Search Form
13298 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13299
13300 .. _advancedsearchlanguages-label:
13301
13302 AdvancedSearchLanguages
13303 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13304
13305 Asks: Limit the languages listed in the advanced search drop-down to the
13306 \_\_\_ ISO 639-2 language codes (separate values with \| or ,).
13307
13308 Description:
13309
13310 -  This preference will allow you to decide what languages show in the
13311    pull down menu on the advanced search page in the OPAC and the staff
13312    client. If this preference is left blank, all languages will show. To
13313    limit the languages that are shown enter their `ISO 639-2 language
13314    codes <http://www.loc.gov/standards/iso639-2/php/code_list.php>`__
13315    separated by comma ( , ) or bar ( \| ). For example to limit listing
13316    to French and Italian, enter ita\|fre.
13317
13318 .. _advancedsearchtypes-label:
13319
13320 AdvancedSearchTypes
13321 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13322
13323 Default: itemtype
13324
13325 Asks: Show tabs in OPAC and staff-side advanced search for limiting
13326 searches on the \_\_\_ fields (separate values with \|).
13327
13328 Description:
13329
13330 -  On the advanced search page you can choose to allow filters on one or
13331    all of the following: Item types (itemtypes), Collection Codes
13332    (ccode) and Shelving Location (loc). If you would like to be able to
13333    limit searches on item type and shelving location for example you
13334    would enter itemtypes\|loc in the preference input box. The order of
13335    these fields will determine the order of the tabs in the OPAC and
13336    staff client advanced search screens. Values within the search type
13337    are OR'ed together, while each different search type is AND'ed
13338    together in the query limits. The current stored values are supported
13339    without any required modification.Each set of advanced search fields
13340    are displayed in tabs in both the OPAC and staff client. The first
13341    value in the AdvancedSearchTypes syspref is the selected tab; if no
13342    values are present, "itemtypes" is used. For non-itemtype values, the
13343    value in AdvancedSearchTypes must match the Authorised Value name,
13344    and must be indexed with 'mc-^ prefixing that name.
13345
13346    |image108|
13347
13348 .. _expandedsearchoption-label:
13349
13350 expandedSearchOption
13351 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13352
13353 Default: don't show
13354
13355 Asks: By default, \_\_\_ "More options" on the OPAC and staff advanced
13356 search pages.
13357
13358 Values:
13359
13360 -  don't show
13361
13362 -  show
13363
13364 .. _intranetnumberspreferphrase-label:
13365
13366 IntranetNumbersPreferPhrase
13367 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13368
13369 Default: don't use
13370
13371 Asks: By default, \_\_\_ the operator "phr" in the callnumber and
13372 standard number staff client searches
13373
13374 Values:
13375
13376 -  don't use
13377
13378 -  use
13379
13380 Description:
13381
13382 -  When searching by call number and standard number (biblionumber) in
13383    Koha Staff Client you can choose to force the search to be a phrase
13384    search by setting this preference to 'use.^ This will allow for more
13385    accurate results over doing a general keyword field search.
13386
13387 .. _loadsearchhistorytothefirstloggeduser-label:
13388
13389 LoadSearchHistoryToTheFirstLoggedUser
13390 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13391
13392 Default: Load
13393
13394 Asks: Load the unlogged history to the next user. \_\_\_ history to the next client.
13395
13396 Values:
13397
13398 -  Don't load
13399
13400 -  Load
13401
13402 .. _opacnumberspreferphrase-label:
13403
13404 OPACNumbersPreferPhrase
13405 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13406
13407 Default: don't use
13408
13409 Asks: By default, \_\_\_ the operator "phr" in the callnumber and
13410 standard number OPAC searches
13411
13412 Values:
13413
13414 -  don't use
13415
13416 -  use
13417
13418 Description:
13419
13420 -  When searching by call number and standard number (biblionumber) in
13421    the Koha OPAC you can choose to force the search to be a phrase
13422    search by setting this preference to 'use.^ This will allow for more
13423    accurate results over doing a general keyword field search.
13424
13425 .. _serials-system-preferences-label:
13426
13427 Serials
13428 ---------------------------
13429
13430 *Get there:* More > Administration > Global System Preferences > Serials
13431
13432 .. _makepreviousserialavailable-label:
13433
13434 makePreviousSerialAvailable
13435 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13436
13437 Default: Do not make
13438
13439 Asks: \_\_\_ previous serial automatically available when receiving a
13440 new serial issue. The previous issue can also be set to another item
13441 type when receiving a new one. Please note that the :ref:`item-level\_itypes <item-level\_itypes-label>`
13442 syspref must be set to specific item.
13443
13444 Values:
13445
13446 -  Do not make
13447
13448 -  Make
13449
13450 .. _opacserialdefaulttab-label:
13451
13452 opacSerialDefaultTab
13453 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13454
13455 Default: Subscriptions tab
13456
13457 Asks: Show \_\_\_ as default tab for serials in OPAC.
13458
13459 Values:
13460
13461 -  Holdings tab
13462
13463 -  Serial Collection tab
13464
13465        **Important**
13466
13467        Please note that the Serial Collection tab is currently available
13468        only for systems using the UNIMARC standard.
13469
13470    |image109|
13471
13472 -  Subscriptions tab
13473
13474    |image110|
13475
13476 .. _opacserialissuedisplaycount-label:
13477
13478 OPACSerialIssueDisplayCount
13479 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13480
13481 Default: 3
13482
13483 Asks: Show the \_\_\_ previous issues of a serial on the OPAC.
13484
13485 Description:
13486
13487 -  This preference allows the administrator to select the number of
13488    recent issues for each serial which appear in the OPAC when the
13489    serial is accessed. This is just the default value, patrons can
13490    always click to see a full list of serials.
13491
13492 .. _renewserialaddssuggestion-label:
13493
13494 RenewSerialAddsSuggestion
13495 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13496
13497 Default: Don't add
13498
13499 Asks: \_\_\_ a suggestion for a biblio when its attached serial is
13500 renewed.
13501
13502 Values:
13503
13504 -  Add
13505
13506 -  Don't add
13507
13508 Description:
13509
13510 -  If set to "Add", this preference will automatically add a serial to
13511    the Acquisitions Purchase Suggestions menu when clicking the 'renew'
13512    option. If you don't use the Acquisitions module to manage serials
13513    purchases it's best to leave this set as 'Don't add.^
13514
13515 .. _routinglistaddreserves-label:
13516
13517 RoutingListAddReserves
13518 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13519
13520 Default: Place
13521
13522 Asks: \_\_\_ received serials on hold if they are on a routing list.
13523
13524 Values:
13525
13526 -  Place
13527
13528 -  Don't place
13529
13530 .. _routinglistnote-label:
13531
13532 RoutingListNote
13533 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13534
13535 Asks: Include following note on all routing lists
13536
13537 Description:
13538
13539 -  Text entered in this box will appear below the routing list
13540    information.
13541
13542 .. _routingserials-label:
13543
13544 RoutingSerials
13545 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13546
13547 Default: Don't add
13548
13549 Asks: \_\_\_ received serials to the routing list.
13550
13551 Description:
13552
13553 -  This preference determines if serials routing lists are enabled or
13554    disabled for the library. When set to "Add", serials routing is
13555    enabled and a serial can be directed through a list of people by
13556    identifying who should receive it next. The list of people can be
13557    established for each serial to be passed using the Serials module.
13558    This preference can be used to ensure each person who needs to see a
13559    serial when it arrives at the library will get it. Learn more in the
13560    :ref:`routing list <create-a-routing-list-label>` section of this manual.
13561
13562 Values:
13563
13564 -  Add
13565
13566 -  Don't add
13567
13568 .. _staffserialissuedisplaycount-label:
13569
13570 StaffSerialIssueDisplayCount
13571 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13572
13573 Default: 3
13574
13575 Asks: Show the \_\_\_ previous issues of a serial on the staff client.
13576
13577 Description:
13578
13579 -  This preference allows the administrator to select the number of
13580    recent issues for each serial which appear in the Staff Client when
13581    the serial is accessed. This is just the default value, staff members
13582    can always click to see a full list of serials.
13583
13584 .. _subscriptionduplicatedroppedinput-label:
13585
13586 SubscriptionDuplicateDroppedInput
13587 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13588
13589 Asks: List of fields which must not be rewritten when a subscription is
13590 duplicated (Separated by pipe \|) \_\_\_
13591
13592 Description:
13593
13594 -  When duplicating a subscription sometimes you don't want all of the
13595    fields duplicated, using this preference you can list the fields that
13596    you don't want to be duplicated. These field names come from the
13597    subscription table in the Koha database. Learn what fields are in
13598    that table on the `Koha DB
13599    Schema <http://schema.koha-community.org/master/tables/subscription.html>`__
13600    site.
13601
13602 .. _subscriptionhistory-label:
13603
13604 SubscriptionHistory
13605 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13606
13607 Default: full history
13608
13609 Asks: When showing the subscription information for a bibliographic
13610 record, preselect \_\_\_ view of serial issues.
13611
13612 Values:
13613
13614 -  brief history
13615
13616    |image111|
13617
13618 -  full history
13619
13620    |image112|
13621
13622 Description:
13623
13624 -  This preference determines what information appears in the OPAC when
13625    the user clicks the More Details option. The 'brief' option displays
13626    a one-line summary of the volume and issue numbers of all issues of
13627    that serial held by the library. The 'full' option displays a more
13628    detailed breakdown of issues per year, including information such as
13629    the issue date and the status of each issue.
13630
13631 .. _staff-client-label:
13632
13633 Staff client
13634 ------------------------------
13635
13636 *Get there:* More > Administration > Global system preferences > Staff
13637 client
13638
13639 .. _staffappearance-label:
13640
13641 Appearance
13642 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13643
13644 .. _display856uasimage-label:
13645
13646 Display856uAsImage
13647 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13648
13649 Default: Neither details or results page
13650
13651 Asks: Display the URI in the 856u field as an image on: \_\_\_
13652
13653 Values:
13654
13655 -  Both results and details pages
13656
13657    -  **Important**
13658
13659           Both :ref:`XSLTDetailsDisplay` and
13660           :ref:`XSLTResultsDisplay` need to
13661           have values in order for this preference to work.
13662
13663    -  **Important**
13664
13665           This is only implemented for MARC21.
13666
13667 -  Detail page only
13668
13669    -  **Important**
13670
13671           :ref:`XSLTDetailsDisplay` needs to
13672           have a value in it for this preference to work.
13673
13674    -  **Important**
13675
13676           This is only implemented for MARC21 and UNIMARC.
13677
13678    |image113|
13679
13680 -  Neither details or results page
13681
13682 -  Results page only
13683
13684    -  **Important**
13685
13686           :ref:`XSLTResultsDisplay` needs to
13687           have a value in it for this preference to work.
13688
13689    -  **Important**
13690
13691           This is only implemented for MARC21 and NORMARC.
13692
13693 Description:
13694
13695 -  In addition to this option being set, the corresponding XSLT option
13696    must be turned on. Also, the corresponding 856q field must have a
13697    valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
13698    starting with "image/"), or the generic indicator "img" entered in
13699    the field. When all of the requirements are met, an image file will
13700    be displayed instead of the standard link text. Clicking on the image
13701    will open it in the same way as clicking on the link text. When you
13702    click on the image it should open to full size, in the current window.
13703
13704    |image114|
13705
13706 .. _displayiconsxslt-label:
13707
13708 DisplayIconsXSLT
13709 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13710
13711 Default: Show
13712
13713 Asks: \_\_\_ the format, audience, and material type icons in XSLT
13714 MARC21 results and detail pages in the staff client.
13715
13716     **Important**
13717
13718     :ref:`XSLTResultsDisplay` and/or
13719     :ref:`XSLTDetailsDisplay` must be set to use an
13720     XSLT stylesheet (default or custom) for these icons to show.
13721
13722 Values:
13723
13724 -  Don't show
13725
13726 -  Show
13727
13728    |image115|
13729
13730     **Note**
13731
13732     See the :ref:`XSLT material type icons <material-type-cataloging-guide-label>`
13733     for more information on these icons.
13734
13735 .. _intranet-includes-label:
13736
13737 intranet\_includes
13738 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13739
13740 Default: includes
13741
13742 Asks: Use include files from the \_\_\_ directory in the template
13743 directory, instead of includes/. (Leave blank to disable)
13744
13745 .. _intranetcirculationhomehtml-label:
13746
13747 IntranetCirculationHomeHTML
13748 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13749
13750 Asks: Show the following HTML in its own div on the bottom of the home
13751 page of the circulation module:
13752
13753     |image1198|
13754
13755 .. _intranetcolorstylesheet-label:
13756
13757 intranetcolorstylesheet
13758 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13759
13760 Asks: Include the additional CSS stylesheet \_\_\_ to override specified
13761 settings from the default stylesheet
13762
13763 Description:
13764
13765 -  This preference is used to set the background color and style of the
13766    staff client. The value is a .css file. The system administrator
13767    should determine which file is appropriate. Enter just a filename, a
13768    full local path or a complete URL starting with http:// (if the file
13769    lives on a remote server). Please note that if you just enter a
13770    filename, the file should be in the css subdirectory for each active
13771    theme and language within the Koha templates directory. A full local
13772    path is expected to start from your HTTP document root.
13773
13774     **Important**
13775
13776     Leave this field blank to disable.
13777
13778 .. _intranetfavicon-label:
13779
13780 IntranetFavicon
13781 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13782
13783 Asks: Use the image at \_\_\_ for the staff client's favicon.
13784
13785     **Important**
13786
13787     This should be a complete URL, starting with http://
13788
13789     **Note**
13790
13791     Turn your logo into a favicon with the `Favicon
13792     Generator <http://antifavicon.com/>`__.
13793
13794 Description:
13795
13796 -  The favicon is the little icon that appears next to the URL in the
13797    address bar in most browsers. The default value for this field (if
13798    left blank) is the small 'K' in the Koha logo.
13799
13800    |image116|
13801
13802 .. _intranetmainuserblock-label:
13803
13804 IntranetmainUserblock
13805 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13806
13807 Asks: Show the following HTML in its own column on the main page of the
13808 staff client
13809
13810 |image117|
13811
13812 |image118|
13813
13814 .. _intranetnav-label:
13815
13816 IntranetNav
13817 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13818
13819 Asks: Show the following HTML in the More menu at the top of each page
13820 on the staff client (should be a list of links or blank)
13821
13822 .. _intranetreportshomehtml-label:
13823
13824 IntranetReportsHomeHTML
13825 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13826
13827 Asks: Show the following HTML in its own div on the bottom of the home
13828 page of the reports module:
13829
13830     |image1199|
13831
13832 .. _intranetslipprinterjs-label:
13833
13834 IntranetSlipPrinterJS
13835 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13836
13837 Asks: Use the following JavaScript for printing slips.
13838
13839 Description:
13840
13841 -  The most logical use of this preference is in conjunction with the
13842    `jsPrintSetup <http://jsprintsetup.mozdev.org/>`__ Firefox add-on.
13843    Learn more about this preference and the add-on setup on the Koha
13844    wiki at
13845    http://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently.
13846
13847 .. _intranetstylesheet-label:
13848
13849 intranetstylesheet
13850 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13851
13852 Asks: Use the CSS stylesheet \_\_\_ on all pages in the staff interface,
13853 instead of the default css (used when leaving this field blank).
13854
13855 Description:
13856
13857 -  The Intranetstylesheet preference is a layout and design feature for
13858    the intranet or staff client. This preference allows a library to
13859    customize the appearance of the Staff Client. Enter just a filename,
13860    a full local path or a complete URL starting with http:// (if the
13861    file lives on a remote server). Please note that if you just enter a
13862    filename, the file should be in the css subdirectory for each active
13863    theme and language within the Koha templates directory. A full local
13864    path is expected to start from your HTTP document root.
13865
13866 .. _intranetusercss-label:
13867
13868 IntranetUserCSS
13869 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13870
13871 Asks: Include the following CSS on all pages in the staff client
13872
13873 .. _intranetuserjs-label:
13874
13875 IntranetUserJS
13876 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13877
13878 Asks: Include the following JavaScript on all pages in the staff
13879 interface
13880
13881 Description:
13882
13883 -  This preference allows the administrator to enter JavaScript or
13884    JQuery that will be embedded across all pages of the staff client.
13885    Administrators may use this preference to customize some of the
13886    interactive sections of Koha, customizing the text for the login
13887    prompts, for example. Sample JQuery scripts used by Koha libraries
13888    can be found on the wiki:
13889    http://wiki.koha-community.org/wiki/JQuery_Library.
13890
13891 .. _slipcss-label:
13892
13893 SlipCSS
13894 ^^^^^^^^^^^^^^^^^^^^^^
13895
13896 Asks: Include the stylesheet at \_\_\_ on Issue and Reserve Slips.
13897
13898     **Important**
13899
13900     This should be a complete URL, starting with http://
13901
13902 Description:
13903
13904 -  If you would like to style your receipts or slips with a consistent
13905    set of fonts and colors you can use this preference to point Koha to
13906    a stylesheet specifically for your slips.
13907
13908 .. _staffclientbaseurl-label:
13909
13910 staffClientBaseURL
13911 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13912
13913 Asks: The staff client is located at \_\_\_
13914
13915     **Important**
13916
13917     This should be a complete URL, starting with http:// or https://.
13918     Do not include a trailing slash in the URL.
13919
13920     **Note**
13921
13922     This must be filled in correctly for CAS, svc, and load_testing to work.
13923
13924 .. _stafflangselectormode-label:
13925
13926 StaffLangSelectorMode
13927 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13928
13929 Default: only footer
13930
13931 Asks: Display language selector on \_\_\_
13932
13933 Values:
13934
13935 -  both top and footer
13936
13937 -  only footer
13938
13939 -  top
13940
13941 .. _stafflogininstructions-label:
13942
13943 StaffLoginInstructions
13944 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13945
13946 Asks: Show the following HTML on the staff client login page
13947
13948 Description:
13949
13950 -  HTML entered in this field will appear above the login form
13951    of your staff client
13952
13953 |image1345|
13954
13955 .. _template-label:
13956
13957 template
13958 ^^^^^^^^^^^^^^^^^^^^^^^^
13959
13960 Default: prog
13961
13962 Asks: Use the \_\_\_ theme on the staff interface.
13963
13964 Values:
13965
13966 -  prog
13967
13968     **Important**
13969
13970     Do not include a trailing slash in the URL this will break links
13971     created using this URL. (example: www.google.com not
13972     www.google.com/)
13973
13974 .. _xsltdetailsdisplay-label:
13975
13976 XSLTDetailsDisplay
13977 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13978
13979 Default: default
13980
13981 Asks: Display details in the staff client using XSLT stylesheet at
13982 \_\_\_
13983
13984 Values:
13985
13986 -  leave empty to not use the XSLT stylesheet
13987
13988    -  In previous versions of Koha this was the setting that read
13989       'normally'
13990
13991       |image119|
13992
13993 -  enter "default" for the default one
13994
13995    |image120|
13996
13997 -  put a path to define a XSLT file
13998
13999    -  ex: /path/to/koha/and/your/stylesheet.xsl
14000
14001    -  If in a multi-language system you can enter {langcode} in the path
14002       to tell Koha to look in the right language folder
14003
14004       -  ex:
14005          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
14006
14007       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
14008
14009 -  put an URL for an external specific stylesheet
14010
14011    -  ex: http://mykoha.org/stylesheet.xsl
14012
14013 Description:
14014
14015 -  XSLT stylesheets allow for the customization of the details shown on
14016    the screen when viewing a bib record. This preference will allow you
14017    either use the default look that comes with Koha or design your own
14018    stylesheet.
14019
14020 .. _xsltlistsdisplay-label:
14021
14022 XSLTListsDisplay
14023 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14024
14025 Default: default
14026
14027 Asks: Display lists in the staff client using XSLT stylesheet at
14028 \_\_\_
14029
14030 Values:
14031
14032 -  leave empty to not use the XSLT stylesheet
14033
14034    -  In previous versions of Koha this was the setting that read
14035       'normally'
14036
14037 -  enter "default" for the default one
14038
14039 -  put a path to define a XSLT file
14040
14041    -  ex: /path/to/koha/and/your/stylesheet.xsl
14042
14043    -  If in a multi-language system you can enter {langcode} in the path
14044       to tell Koha to look in the right language folder
14045
14046       -  ex:
14047          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
14048
14049       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
14050
14051 -  put an URL for an external specific stylesheet
14052
14053    -  ex: http://mykoha.org/stylesheet.xsl
14054
14055 Description:
14056
14057 -  XSLT stylesheets allow for the customization of the details shown on
14058    the screen when viewing a list. This preference will allow you
14059    either use the default look that comes with Koha or design your own
14060    stylesheet.
14061
14062 .. _xsltresultsdisplay-label:
14063
14064 XSLTResultsDisplay
14065 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14066
14067 Default: default
14068
14069 Asks: Display results in the staff client using XSLT stylesheet at
14070 \_\_\_
14071
14072 Values:
14073
14074 -  leave empty to not use the XSLT stylesheet
14075
14076    -  In previous versions of Koha this was the setting that read
14077       'normally'
14078
14079 -  enter "default" for the default one
14080
14081 -  put a path to define a XSLT file
14082
14083    -  ex: /path/to/koha/and/your/stylesheet.xsl
14084
14085    -  If in a multi-language system you can enter {langcode} in the path
14086       to tell Koha to look in the right language folder
14087
14088       -  ex:
14089          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
14090
14091       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
14092
14093 -  put an URL for an external specific stylesheet
14094
14095    -  ex: http://mykoha.org/stylesheet.xsl
14096
14097 Description:
14098
14099 -  XSLT stylesheets allow for the customization of the details shown on
14100    the screen when viewing the search results. This preference will
14101    allow you either use the default look that comes with Koha or design
14102    your own stylesheet.
14103
14104 .. _options-label:
14105
14106 Options
14107 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14108
14109 .. _audioalerts-label:
14110
14111 AudioAlerts
14112 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14113
14114 Default: Don't enable
14115
14116 Asks: \_\_\_ audio alerts for events defined in the audio alerts section
14117 of administration.
14118
14119 Values:
14120
14121 -  Don't enable
14122
14123 -  Enable
14124
14125     **Important**
14126
14127     This feature is not supported by all browsers. Requires an HTML5
14128     compliant browser.
14129
14130 .. _hidepatronname-label:
14131
14132 HidePatronName
14133 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14134
14135 Default: Show
14136
14137 Asks: \_\_\_ the names of patrons that have items checked out or on hold
14138 on detail pages or the "Place Hold" screen.
14139
14140 Values:
14141
14142 -  Don't show
14143
14144 -  Show
14145
14146 .. _intranetbookbag-label:
14147
14148 intranetbookbag
14149 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14150
14151 Default: Show
14152
14153 Asks: \_\_\_ the cart option in the staff client.
14154
14155 Values:
14156
14157 -  Don't show
14158
14159 -  Show
14160
14161 .. _intranetcatalogsearchpulldown-label:
14162
14163 IntranetCatalogSearchPulldown
14164 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14165
14166 Default: Don't show
14167
14168 Asks: \_\_\_ a search field pulldown for 'Search the catalog' boxes.
14169
14170 Values:
14171
14172 -  Don't show
14173
14174 -  Show
14175
14176 .. _showLastPatron-label:
14177
14178 showLastPatron
14179 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14180
14181 Default: Don't Show
14182
14183 Asks: \_\_\_ a link to the last searched patron in the staff client.
14184
14185 Values:
14186
14187 -  Don't show
14188
14189 -  Show
14190
14191 Description
14192
14193 - If this preference is set to 'Show' then a link to the last patron account
14194   you consulted will appear in the right hand corner of the Koha staff client.
14195   This link will be cleared when you log out.
14196
14197   |image1423|
14198
14199 .. _staffdetailitemselection-label:
14200
14201 StaffDetailItemSelection
14202 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14203
14204 Default: Enable
14205
14206 Asks: \_\_\_ item selection in record detail page.
14207
14208 Values:
14209
14210 -  Disable
14211
14212 -  Enable
14213
14214 Description:
14215
14216 -  This preference lets you choose to show (or not show) checkboxes to
14217    the left of every item in the holdings tab on the detail display of a
14218    record in the staff client. Showing these checkboxes allows the staff
14219    members to select multiple items to edit or delete at once.
14220
14221    |image121|
14222
14223 .. _usewysiwyginsystempreferences-label:
14224
14225 UseWYSIWYGinSystemPreferences
14226 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14227
14228 Default: Don't show
14229
14230 Asks: \_\_\_ WYSIWYG editor when editing certain HTML system
14231 preferences.
14232
14233 Values:
14234
14235 -  Don't show
14236
14237 -  Show
14238
14239     |image1200|
14240
14241 Description:
14242
14243 -  This preference allows you to chang system preferences with HTML in
14244    them to WYSIWYG editors instead of plain text boxes.
14245
14246 .. _viewisbd-label:
14247
14248 viewISBD
14249 ^^^^^^^^^^^^^^^^^^^^^^^^
14250
14251 Default: Allow
14252
14253 Asks: \_\_\_ staff to view records in ISBD form on the staff client.
14254
14255 Values:
14256
14257 -  Allow
14258
14259 -  Don't allow
14260
14261 .. _viewlabeledmarc-label:
14262
14263 viewLabeledMARC
14264 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14265
14266 Default: Allow
14267
14268 Asks: \_\_\_ staff to view records in labeled MARC form on the staff
14269 client.
14270
14271 Values:
14272
14273 -  Allow
14274
14275 -  Don't allow
14276
14277 .. _viewmarc-label:
14278
14279 viewMARC
14280 ^^^^^^^^^^^^^^^^^^^^^^^^
14281
14282 Default: Allow
14283
14284 Asks: \_\_\_ staff to view records in plain MARC form on the staff
14285 client.
14286
14287 Values:
14288
14289 -  Allow
14290
14291 -  Don't allow
14292
14293 .. _tools-system-preferences-label:
14294
14295 Tools
14296 -----------------------
14297
14298 *Get there:* More > Administration > Global System Preferences > Tools
14299
14300 .. _barcodes-label:
14301
14302 Barcodes
14303 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14304
14305 .. _barcodeseparators-label:
14306
14307 BarcodeSeparators
14308 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14309
14310 Default: \\s\\r\\n
14311
14312 Asks: Split barcodes on the following separator chars \_\_\_ in batch item 
14313 modification and inventory.
14314
14315 Description:
14316
14317 -  When importing barcode files in the :ref:`inventory tool <inventory-tool-label>` 
14318    or the :ref:`batch item modification tool <batch-item-modification-label>` 
14319    you can decide which character separates each barcode.
14320
14321    **Important**
14322
14323    You must use the regular expression codes for the characters.
14324
14325    -  \\s is used for a whitespace
14326
14327    -  \\r is used for a carriage return
14328
14329    -  \\n is used for a new line
14330
14331    -  \\t is used for a tab
14332
14333    Make sure you escape the other characters you put in there by preceding 
14334    them with a backslash
14335
14336    -  \\. instead of a dot
14337
14338    -  \\\ instead of a backslash
14339
14340    -  \\- instead of a hyphen
14341
14342 .. _batch-item-label:
14343
14344 Batch item
14345 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14346
14347 These preferences are in reference to the :ref:`Batch item
14348 modification <batch-item-modification-label>` and :ref:`Batch item deletion 
14349 <batch-item-deletion-label>` tools.
14350
14351 .. _maxitemstodisplayforbatchdel-label:
14352
14353 MaxItemsToDisplayForBatchDel
14354 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14355
14356 Default: 1000
14357
14358 Asks: Display up to \_\_\_ items in a single item deletion batch.
14359
14360 Description:
14361
14362 -  In the :ref:`batch item delete tool <batch-item-deletion-label>` this will
14363    prevent the display of more than the items you entered in this
14364    preference, but you will be able to delete more than the number you
14365    enter here.
14366
14367 .. _maxitemstodisplayforbatchmod-label:
14368
14369 MaxItemsToDisplayForBatchMod
14370 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14371
14372 Default: 1000
14373
14374 Asks: Display up to \_\_\_ items in a single item modification batch.
14375
14376 Description:
14377
14378 -  In the :ref:`batch item modification tool <batch-item-modification-label>` 
14379    this will prevent the display of more than the items you entered in this
14380    preference, but you will be able to modify more than the number you
14381    enter here (see :ref:`MaxItemsToProcessForBatchMod`).
14382
14383 .. _maxitemsforbatchmod-label:
14384
14385 MaxItemsToProcessForBatchMod
14386 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14387
14388 Default: 1000
14389
14390 Asks: Process up to \_\_\_ items in a single modification batch.
14391
14392 Description:
14393
14394 -  In the :ref:`batch item modification
14395    tool <batch-item-modification-label>` this preference will prevent the editing
14396    of more than the number entered here.
14397
14398 .. _news-system-preferences-label:
14399
14400 News
14401 ~~~~~~~~~~~~~~~~~~~~~~~~~
14402
14403 .. _newsauthordisplay-label:
14404
14405 NewsAuthorDisplay
14406 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14407
14408 Default: not at all
14409
14410 Asks: Show the author for news items: \_\_\_
14411
14412 Values:
14413
14414 -  Both OPAC and staff client
14415
14416 -  Not at all
14417
14418 -  OPAC only
14419
14420 -  Staff client only
14421
14422 .. _patron-cards-label:
14423
14424 Patron Cards
14425 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14426
14427 These preferences are in reference to the :ref:`Patron Card
14428 Creator <patron-card-creator-label>` tool.
14429
14430 .. _imagelimit-label:
14431
14432 ImageLimit
14433 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14434
14435 Asks: Limit the number of creator images stored in the database to
14436 \_\_\_ images.
14437
14438 .. _reports-system-preferences-label:
14439
14440 Reports
14441 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14442
14443 These preferences are in reference to the Reports module.
14444
14445 .. _numsavedreports-label:
14446
14447 NumSavedReports
14448 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14449
14450 Default: 20
14451
14452 Asks: By default, show \_\_\_ reports on the Saved Reports page.
14453
14454 .. _upload-system-preferences-label:
14455
14456 Upload
14457 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14458
14459 .. _uploadpurgetemporaryfilesdays-label:
14460
14461 UploadPurgeTemporaryFilesDays
14462 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14463
14464 Default: blank
14465
14466 Asks: Automatically delete temporary uploads older than \_\_\_ days in
14467 cleanup_database cron job.
14468
14469 .. _web-services-system-preferences-label:
14470
14471 Web services
14472 -----------------------------------
14473
14474 *Get there:* More > Administration > Global system preferences > Web
14475 services
14476
14477 .. _webservices-ils-di-system-preferences-label:
14478
14479 ILS-DI
14480 ~~~~~~~~~~~~~~~~~~~~~~~~
14481
14482 .. _ils-di-system-preference-label:
14483
14484 ILS-DI
14485 ^^^^^^^^^^^^^^^^^^^^
14486
14487 Default: Disable
14488
14489 Asks: \_\_\_ ILS-DI services for OPAC users
14490
14491 Values:
14492
14493 -  Disable
14494
14495 -  Enable
14496
14497 .. _ils-di-authorizedips-label:
14498
14499 ILS-DI:AuthorizedIPs
14500 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14501
14502 Asks: Allow IP addresses \_\_\_ to use the ILS-DI services (when enabled).
14503
14504     **Note**
14505
14506     Separate the IP addresses with commas and without spaces.
14507     For example: 15.78.193.62,197.85.10.1
14508
14509     **Important**
14510
14511     Leave the field blank to allow any IP address.
14512
14513 .. _idref-pref-label:
14514
14515 IdRef
14516 ~~~~~~~~~~~~~~~~~~~~~~~
14517
14518 .. _idref-label:
14519
14520 IdRef
14521 ^^^^^^^^^^^^^^^^^^
14522
14523 Default: Disable
14524
14525 Asks: \_\_\_ the IdRef webservice from the opac detail page. IdRef
14526 allows to request authorities from the Sudoc database.
14527
14528 Values:
14529
14530 -  Disable
14531
14532 -  Enable
14533
14534 Description:
14535
14536 -  IdRef is a French service for Sudoc autorities. Using the `Sudoc
14537    database <http://www.sudoc.abes.fr/>`__, it allows to request /
14538    modify / add authorities. If a record comes from the Sudoc (so 009 is
14539    filled with an integer), at the OPAC you will see "Author: Idref" if
14540    a 7..$3 (unimarc author) if filled with a ppn. On clicking on the
14541    Idref link, a popup will display.
14542
14543     |image1201|
14544
14545    The Idref webservice is requested and all records (by roles) for this
14546    author will be displayed
14547
14548    |image1202|
14549
14550    There is 1 line / record and 2 links at the end. 1 will request Koha
14551    (cgi-bin/koha/opac-search.pl?q=ident:003381862), the other one will
14552    redirect to the sudoc page (http://www.sudoc.fr/003381862).
14553
14554 -  **Important**
14555
14556        Please note that this feature is available only for libraries
14557        using UNIMARC.
14558
14559 -  **Note**
14560
14561        The French Sudoc database should not be confused with the US
14562        Superintendent of Documents (SuDocs) Classification Scheme.
14563
14564 .. _mana-prefs-label:
14565
14566 Mana KB
14567 ~~~~~~~~~~~~~~~~~~~~~~~~
14568
14569 .. _autosharewithmana-label:
14570
14571 AutoShareWithMana
14572 ^^^^^^^^^^^^^^^^^^^^^^^^
14573
14574 Asks: Fields automatically shared with Mana KB \_\_\_
14575
14576 Default: none
14577
14578 Values:
14579
14580 -  [Select all]
14581
14582 -  Subscriptions
14583
14584 Description:
14585
14586 -  This preference reflects the choice made in the :ref:`Mana KB configuration <share-with-mana-kb-label>` in the administration module.
14587
14588 -  Choosing to automatically share content with Mana KB means that every time you
14589    create that type of content, it will be automatically copied in the Mana KB
14590    repository, and it will be instantly available for other libraries to copy.
14591
14592 -  All content shared with Mana KB is shared under the CC0 license, meaning
14593    that there is no (zero) copyright. Anyone using Mana KB can copy, reuse
14594    and change (their copy of) your content. Read more on CC0 on the `Creative
14595    Commons Website <https://creativecommons.org/choose/zero/>`__. This will in
14596    no way change your data in your Koha installation.
14597
14598 .. _mana-pref-label:
14599
14600 Mana
14601 ^^^^^^^^^^^^^^^^^^^^^^^^^^
14602
14603 Asks: \_\_\_ submissions to Mana KB.
14604
14605 Default: No, let me think about it
14606
14607 Values:
14608
14609 -  Disable
14610
14611 -  Enable
14612
14613 -  No, let me think about it
14614
14615 Description:
14616
14617 -  This preference reflects the choice made in the :ref:`Mana KB configuration <share-with-mana-kb-label>` in the administration module.
14618
14619 .. _mana-token-label:
14620
14621 ManaToken
14622 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14623
14624 Asks: Security token used to authenticate on Mana KB: \_\_\_
14625
14626 Default: empty
14627
14628 Description:
14629
14630 -  This preference will be automatically populated with your unique Mana Token when
14631    you register for one on the :ref:`Mana KB configuration <share-with-mana-kb-label>`
14632    in the administration module.
14633
14634 -  The Mana Token is unique and associated with your Koha installation. It is used
14635    by Koha to log onto the Mana KB server and prevents intrusions on said server.
14636
14637 .. _oai-pmh-system-preferences-label:
14638
14639 OAI-PMH
14640 ~~~~~~~~~~~~~~~~~~~~~~~
14641
14642 .. _oai-pmh-pref-label:
14643
14644 OAI-PMH
14645 ^^^^^^^^^^^^^^^^^^^^^^
14646
14647 Default: Disable
14648
14649 Asks: \_\_\_ Koha's OAI-PMH server.
14650
14651 Values:
14652
14653 -  Disable
14654
14655 -  Enable
14656
14657 Description:
14658
14659 -  Once enabled you can visit http://YOURKOHACATALOG/cgi-bin/koha/oai.pl
14660    to see your file. For the Open Archives Initiative-Protocol for
14661    Metadata Harvesting (OAI-PMH) there are two groups of 'participants':
14662    Data Providers and Service Providers. Data Providers (open archives,
14663    repositories) provide free access to metadata, and may, but do not
14664    necessarily, offer free access to full texts or other resources.
14665    OAI-PMH provides an easy to implement, low barrier solution for Data
14666    Providers. Service Providers use the OAI interfaces of the Data
14667    Providers to harvest and store metadata. Note that this means that
14668    there are no live search requests to the Data Providers; rather,
14669    services are based on the harvested data via OAI-PMH. Koha at present
14670    can only act as a Data Provider. It can not harvest from other
14671    repositories. The biggest stumbling block to having Koha harvest from
14672    other repositories is that MARC is the only metadata format that Koha
14673    indexes natively. Visit
14674    http://www.oaforum.org/tutorial/english/page3.htm for diagrams of how
14675    OAI-PMH works.
14676
14677 Learn more about OAI-PMH at: http://www.openarchives.org/pmh/
14678
14679 .. _oai-pmh-archiveid-label:
14680
14681 OAI-PMH:archiveID
14682 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14683
14684 Default: KOHA-OAI-TEST
14685
14686 Asks: Identify records at this site with the prefix \_\_\_ :
14687
14688 .. _oai-pmh-autoupdatesets-label:
14689
14690 OAI-PMH:AutoUpdateSets
14691 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14692
14693 Default: Disable
14694
14695 Asks: \_\_\_ automatic update of OAI-PMH sets when a bibliographic
14696 record is created or updated.
14697
14698 Values:
14699
14700 -  Disable
14701
14702 -  Enable
14703
14704 .. _oai-pmh-conffile-label:
14705
14706 OAI-PMH:ConfFile
14707 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14708
14709 If this preference is left empty, Koha's OAI Server operates in normal
14710 mode, otherwise it operates in extended mode. In extended mode, it's
14711 possible to parameter other formats than marcxml or Dublin Core.
14712 OAI-PMH:ConfFile specify a YAML configuration file which list available
14713 metadata formats and XSL file used to create them from marcxml records.
14714
14715 For more information, see the :ref:`sample conf file <sample-oai-conf-file-label>`
14716 section.
14717
14718 .. _oai-pmh-deletedrecord-label:
14719
14720 OAI-PMH:DeletedRecord
14721 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14722
14723 Default: will never be emptied or truncated (persistent)
14724
14725 Asks: Koha's deletedbiblio table \_\_\_
14726
14727 Values:
14728
14729 -  will never have any data in it (no)
14730
14731 -  will never be emptied or truncated (persistent)
14732
14733 -  might be emptied or truncated at some point (transient)
14734
14735 .. _oai-pmh-maxcount-label:
14736
14737 OAI-PMH:MaxCount
14738 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14739
14740 Default: 50
14741
14742 Asks: Only return \_\_\_ records at a time in response to a ListRecords
14743 or ListIdentifiers query.
14744
14745 Description:
14746
14747 -  This is the maximum number of records that would be returned based on
14748    ListRecord or ListIdentifier queries from harvesters. ListRecords
14749    harvest the entire records while the ListIdentifier is an abbreviated
14750    form of ListRecords, retrieving only headers rather than records.
14751
14752 .. _rest-api-prefs-label:
14753
14754 REST API
14755 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14756
14757 .. _restdefaultpagesize-label:
14758
14759 RESTdefaultPageSize
14760 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14761
14762 Default: 20
14763
14764 Asks: Set the default number of results returned by the REST API endpoints
14765 to \_\_\_ per page.
14766
14767 Description:
14768
14769 -  This preference lets you choose the number of results per page you want
14770
14771 .. _restoauth2clientcredentials-label:
14772
14773 RESTOAuth2ClientCredentials
14774 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14775
14776 Default: Disable
14777
14778 Asks: \_\_\_ the OAuth2 client credentials grant for the REST API.
14779
14780     **Note**
14781
14782     Requires Net::OAuth2::AuthorizationServer installed.
14783
14784     **Important**
14785
14786     This system preference is experimental.
14787
14788 .. _reporting-label:
14789
14790 Reporting
14791 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14792
14793 .. _svcmaxreportrows-label:
14794
14795 SvcMaxReportRows
14796 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14797
14798 Default: 10
14799
14800 Asks: Only return \_\_\_ rows of a report requested via the reports web
14801 service.
14802
14803 Description:
14804
14805 -  This value will be used to limit the number of results returned by
14806    `public reports <#publicreport>`__.