Merge branch 'manual18.05.x' into 'master'
[kohadocs.git] / source / systempreferences.rst
1 .. include:: images.rst
2
3 Global system preferences
4 =========================
5
6 .. _global-system-preferences-label:
7
8 Global system preferences control the way your Koha system works in
9 general. Set these preferences before anything else in Koha.
10
11 -  *Get there:* More > Administration > Global System Preferences
12
13 |image0|
14
15 System preferences can be searched (using any part of the preference
16 name or description) using the search box on the 'Administration' page
17 or the search box at the top of each system preferences page.
18
19 |image1|
20
21 When editing preferences a ^(modified)^ tag will appear next to items
22 you change until you click the 'Save All' button:
23
24 |image2|
25
26 After saving your preferences you'll get a confirmation message telling
27 you what preferences were saved:
28
29 |image3|
30
31 Each section of preferences can be sorted alphabetically by clicking the
32 small down arrow to the right of the word 'Preference' in the header
33 column
34
35 |image4|
36
37 If the preference refers to monetary values (like
38 :ref:`maxoutstanding`) the currency displayed will be the
39 default you set in your :ref:`Currencies and Exchange Rates`
40 administration area. In the examples to
41 follow they will all read USD for U.S. Dollars.
42
43     **Important**
44
45     For libraries systems with unique URLs for each site the system
46     preference can be overridden by editing your koha-http.conf file
47     this has to be done by a system administrator or someone with access
48     to your system files. For example if all libraries but one want to
49     have search terms highlighted in results you set the
50     OpacHighlightedWords preference to 'Highlight' then edit the
51     koha-http.conf for the library that wants this turned off by adding
52     'SetEnv OVERRIDE\_SYSPREF\_OpacHighlightedWords "0"'. After
53     restarting the web server that one library will no longer see
54     highlighted terms. Consult with your system administrator for more
55     information.
56
57 .. _acquisitions-label:
58
59 Acquisitions
60 ----------------------------
61
62 *Get there:* More > Administration > Global system preferences >
63 Acquisitions
64
65 .. _acquisitions-policy-label:
66
67 Policy
68 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69
70 .. _acqcreateitem-label:
71
72 AcqCreateItem
73 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
74
75 Default: placing an order
76
77 Asks: Create an item when \_\_\_.
78
79 Values:
80
81 -  cataloging a record
82
83 -  placing an order
84
85 -  receiving an order
86
87 Description:
88
89 -  This preference lets you decide when you'd like to create an item
90    record in Koha. If you choose to add an item record when 'placing an
91    order' then you will enter item information in as you place records
92    in your basket. If you choose to add the item when 'receiving an
93    order' you will be asked for item record information when you're
94    receiving orders in acquisitions. If you choose to add the item when
95    'cataloging a record' then item records will not be created in
96    acquisitions at all, you will need to go to the cataloging module to
97    add the items.
98
99 .. _acqenablefiles-label:
100
101 AcqEnableFiles
102 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
103
104 Default: Don't
105
106 Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
107 invoices.
108
109 Values:
110
111 -  Do
112
113 -  Don't
114
115 Description:
116
117 -  This preference controls whether or not you allow the uploading of
118    invoice files via the acquisitions module.
119
120 .. _acqitemsetsubfieldswhenreceiptiscancelled-label:
121
122 AcqItemSetSubfieldsWhenReceiptIsCancelled
123 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
124
125 Asks: Upon cancelling a receipt, update the item's subfields if they
126 were created when placing an order (e.g. o=5\|a="bar foo""). \_\_\_
127
128 Description:
129
130 -  This preference is used in conjunction with the
131    :ref:`AcqItemSetSubfieldsWhenReceived`
132    preference. If you have the system set to enter default values when
133    you receive you will want to have those values revert back if reeipt
134    is cancelled. This preference allows you to do that.
135
136 `AcqItemSetSubfieldsWhenReceived`
137 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
138
139 Asks: Upon receiving items, update their subfields if they were created
140 when placing an order (e.g. o=5\|a="foo bar"). \_\_\_
141
142 Description:
143
144 -  This preference allows you to set default values for items that you
145    receive via acquisitions. Enter the data as subfield=value and split
146    your values with a bar ( \| ). For example you can remove the Ordered
147    status on the item automatically when you receive it just by entering
148    7=0 in this preference. That will set the Not for Loan status
149    (subfield 7) to 0 which is available.
150
151 .. _acqviewbaskets-label:
152
153 AcqViewBaskets
154 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
155
156 Default: created by staff member
157
158 Asks: Show baskets \_\_\_
159
160 Values:
161
162 -  created by staff member
163
164 -  from staff member's branch
165
166 -  in system, regardless of owner
167
168 Description:
169
170 -  When in acquisitions this preference allows you to control whose
171    baskets you can see when looking at a vendor. The default value of
172    'created by staff member' makes it so that you only see the baskets
173    you created. Choosing to see baskets 'from staff member's branch'
174    will show you the baskets created by anyone at the branch you're
175    logged in at. Finally, you can choose to set this preference to show
176    you all baskets regardless of who created it ('in system, regardless
177    of owner). Regardless of which value you choose for this preference,
178    superlibrarians can see all baskets created in the system.
179
180 .. _acqwarnonduplicateinvoice-label:
181
182 AcqWarnOnDuplicateInvoice
183 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
184
185 Default: Do not warn
186
187 Asks: \_\_\_ when the librarian tries to create an invoice with a
188 duplicate number.
189
190 Values:
191
192 -  Do not warn
193
194 -  Warn
195
196 .. _basketconfirmations-label:
197
198 BasketConfirmations
199 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
200
201 Default: always ask for confirmation
202
203 Asks: When closing or reopening a basket, \_\_\_.
204
205 Values:
206
207 -  always ask for confirmation
208
209 -  do not ask for confirmation
210
211 Descriptions:
212
213 -  This preference adds the option to skip confirmations on closing and
214    reopening a basket. If you skip the confirmation, you do not create a
215    new basket group.
216
217 .. _claimsbcccopy-label:
218
219 ClaimsBccCopy
220 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
221
222 Default: Don't send
223
224 Asks: \_\_\_ blind copy (BCC) to logged in user when sending serial or
225 acquisitions claims notices.
226
227 Values:
228
229 -  Don't send
230
231 -  Send
232
233 Description:
234
235 -  When filing a claim in the :ref:`Claim Late Serials` or
236    Acquisitions module this preference will allow for
237    the sending of a copy of the email to the librarian.
238
239 .. _currencyformat-label:
240
241 CurrencyFormat
242 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
243
244 Default: 360,000.00 (US)
245
246 Asks: Display currencies using the following format \_\_\_
247
248 Values:
249
250 -  360,000.00 (US)
251
252 -  360 000,00 (FR)
253
254 .. _gist-label:
255
256 gist
257 ^^^^^^^^^^^^^^^^
258
259 Default: 0
260
261 Asks: The default tax rate is \_\_\_
262
263 Description:
264
265 -  This preference will allow the library to define a default Goods and
266    Services Tax rate. The default of value of 0 will disable this
267    preference.
268
269     **Note**
270
271     Enter this value as a number (.06) versus a percent (6%).
272
273 .. _marcfieldstoorder-label:
274
275 MarcFieldsToOrder
276 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
277
278 Asks: Set the mapping values for a new order line created from a MARC
279 record in a staged file.
280
281 Description:
282
283 -  This preference includes MARC fields to check for order information
284    to use when you are trying to :ref:`Order from a staged file` in
285    acquisitions. You can use the following fields: price, quantity,
286    budget\_code, discount, sort1, sort2.
287
288    For example:
289
290    ::
291
292        price: 947$a|947$c
293        quantity: 969$h
294        budget_code: 922$a
295
296 .. _marcitemfieldstoorder-label:
297
298 MarcItemFieldsToOrder
299 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
300
301 Asks: Set the mapping values for new item records created from a MARC record
302 in a staged file.
303
304 Description:
305
306 -  This preference automatically generates items in Koha with populated
307    information based on a 9XX field and subfield. You can use the following
308    fields: homebranch, holdingbranch, itype, nonpublic_note, public_note, loc,
309    ccode, notforloan, uri, copyno, price, replacementprice and itemcallnumber.
310    Special fields: quantity and budget_code
311
312 For example:
313
314 ::
315
316        homebranch: 975$a
317        holdingbranch: 975$b
318        public_note: 975$z
319        loc: 975$c
320
321 .. _purgesuggestionsolderthan-label:
322
323 PurgeSuggestionsOlderThan
324 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
325
326 Asks: Keep accepted or rejected purchase suggestions for a period of \_\_\_ days.
327
328     **Important**
329
330     WARNING - Leave this field empty if you don't want to activate this automatic feature.
331
332 Description:
333
334 -  Enter the number of days after which you want to automatically
335    delete accepted or rejected purchase suggestions.
336
337 -  For example: [30] Sets purgation of suggestions for those older than 30 days.
338
339     **Note**
340
341     This system preference is used when the cronjob purge_suggestions.pl is 
342     active and called without a specific number of days.
343
344
345 .. _uniqueitemfields-label:
346
347 UniqueItemFields
348 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
349
350 Default: barcode
351
352 Asks:\_\_\_ (space-separated list of fields that should be unique for
353 items, must be valid SQL fields of
354 `items <http://schema.koha-community.org/tables/items.html>`__ table)
355
356 Description:
357
358 -  If this preference is left blank when adding items in acquisitions
359    there will be no check for uniqueness. This means that a duplicate
360    barcode can be created in acquisitions which will cause errors later
361    when checking items in and out.
362
363 .. _useacqframeworkforbibliorecords-label:
364
365 UseACQFrameworkForBiblioRecords
366 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
367
368 Default: Don't use
369
370 Asks: \_\_\_ the framework 'ACQ' for bibliographic records fields
371
372 Values:
373
374 -  Don't use
375
376 -  Use
377
378 Description:
379
380 -  This system preference allows you to use the ACQ framework to customize
381    the bibliographic record fields that are shown when ordering from acquisitions
382
383 .. _printing-label:
384
385 Printing
386 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
387
388 .. _orderpdfformat-label:
389
390 OrderPdfFormat
391 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
392
393 Default: pdfformat::layout2pages
394
395 Asks: Use \_\_\_ when printing basket groups.
396
397 .. _administration-label:
398
399 Administration
400 --------------------------------
401
402 These preferences are general settings for your system.
403
404 *Get there:* More > Administration > Global System Preferences >
405 Administration
406
407 .. _cas-authentication-label:
408
409 CAS Authentication
410 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
411
412 The Central Authentication Service (CAS) is a single sign-on protocol
413 for the web. If you don't know what this is, leave these preferences set
414 to their defaults.
415
416 .. _casauthentication-label:
417
418 casAuthentication
419 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
420
421 Default: Don't use
422
423 Asks: \_\_\_ CAS for login authentication.
424
425 .. _caslogout-label:
426
427 casLogout
428 ^^^^^^^^^^^^^^^^^^^^^^^^^^
429
430 Asks: Logout of CAS when logging out of Koha: \_\_\_
431
432 Default: No
433
434 Values:
435
436 -  No
437
438 -  Yes
439
440 Description:
441
442 -  CAS single logout means that a user gets logged out not only from the CAS
443    server but also from all visited CAS client applications when logged out
444    in one of them or after reaching a timeout.
445
446        **Note**
447        
448        The CAS server has to be set up to allow single logout for this to take
449        effect, otherwise the behavior will remain unchanged
450
451 .. _casserverurl-label:
452
453 casServerUrl
454 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
455
456 Asks: The CAS Authentication Server can be found at \_\_\_
457
458 .. _google-openid-connect-label:
459
460 Google OpenID Connect
461 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
462
463 Visit the `Google Developers
464 Console <https://console.developers.google.com/>`__ to obtain OAuth 2.0
465 credentials such as a client ID and client secret that are known to both
466 Google and your application.
467
468    |image1179|
469
470 -  Create a project, and give it some details to help you identify it
471    later
472
473    |image5|
474
475 -  Next search for the Google Identity and Access Management API
476
477    |image6|
478
479 -  Enable the Google Identity and Access Management API
480
481    |image7|
482
483 -  Go to 'Credentials' and set the OAuth cosent screen values
484
485    |image8|
486
487 -  Next choose to 'Create credentials' from the 'Credentials' page
488
489    |image9|
490
491 -  Choose 'Web application' from the 'Application type' menu and fill in
492    the form presented
493
494    |image10|
495
496    -  Set 'Authorized JavaScript origins' to your OPACBaseURL
497
498    -  Change the 'Authorized Redirect URIs' to
499       http://YOUROPAC/cgi-bin/koha/svc/auth/googleopenidconnect
500
501 -  You will be presented with your values for your client ID and your
502    client secret after saving
503
504    |image11|
505
506 .. _googleoauth2clientid-label:
507
508 GoogleOAuth2ClientID
509 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
510
511 Asks: Google OAuth2 Client ID \_\_\_
512
513 .. _googleoauth2clientsecret-label:
514
515 GoogleOAuth2ClientSecret
516 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
517
518 Asks: Google OAuth2 Client Secret \_\_\_
519
520 .. _googleopenidconnect-label:
521
522 GoogleOpenIDConnect
523 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
524
525 Default: No
526
527 Asks: Use Google OpenID Connect login: \_\_\_
528
529     **Important**
530
531     You will need to select OAuth2 when creating an app in the google
532     cloud console, and set the web origin to your\_opac\_url and the
533     redirect url to
534     your\_opac\_url/cgi-bin/koha/svc/auth/googleopenidconnect .
535
536     |image12|
537
538 Values:
539
540 -  No
541
542 -  Yes
543
544 .. _googleopenidconnectautoregister-label:
545
546 GoogleOpenIDConnectAutoRegister
547 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
548
549 Default: Don't Allow
550
551 Asks: \_\_\_ users logging in with Google Open ID to automatically register.
552
553 Values:
554
555 -  Don't Allow
556
557 -  Allow
558
559 .. _googleopenidconnectdefaultbranch-label:
560
561 GoogleOpenIDConnectDefaultBranch
562 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
563
564
565 Asks: \_\_\_ Use this branchcode when automatically registering a Google
566 Open ID patron.
567
568 .. _googleopenidconnectdefaultcategory-label:
569
570 GoogleOpenIDConnectDefaultCategory
571 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
572
573 Asks: \_\_\_ Use this category when automatically registering a Google
574 Open ID patron.
575
576 .. _googleopenidconnectdomain-label:
577
578 GoogleOpenIDConnectDomain
579 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
580
581 Asks: Google OpenID Connect Restrict to domain (or subdomain of this
582 domain) \_\_\_.
583
584     **Note**
585
586     Leave blank for all google domains
587
588 .. _interface-options-label:
589
590 Interface options
591 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
592
593 These preference are related to your Koha interface
594
595 .. _debuglevel-label:
596
597 DebugLevel
598 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
599
600 Default: lots of
601
602 Asks: Show \_\_\_ debugging information in the browser when an internal
603 error occurs.
604
605 Values:
606
607 -  lots of - will show as much information as possible
608
609 -  no - will only show basic error messages
610
611 -  some - will show only some of the information available
612
613 Description:
614
615 -  This preference determines how much information will be sent to the
616    user's screen when the system encounters an error. The most detail
617    will be sent when the value level is set at 2, some detail will be
618    sent when the value is set at 1, and only a basic error message will
619    display when the value is set at 0. This setting is especially
620    important when a system is new and the administration is interested
621    in working out the bugs (errors or problems) quickly. Having detailed
622    error messages makes quick fixes more likely in problem areas.
623
624 .. _defaulttologgedinlibrarycircrules-label:
625
626 DefaultToLoggedInLibraryCircRules
627 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
628
629 Default: all libraries
630
631 Asks: When editing circulation rules show \_\_\_ the rules by default.
632
633 Values:
634
635 -  all libraries
636
637 -  logged in library's
638
639 Description:
640
641 -  This preference controls the default value in the branch pull down
642    found at the top of the :ref:`Circulation and fines rules`.
643
644 .. _defaulttologgedinlibrarynoticesslips-label:
645
646 DefaultToLoggedInLibraryNoticesSlips
647 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
648
649 Default: all libraries
650
651 Asks: When editing notices and slips show the \_\_\_ notices and slips
652 by default.
653
654 Values:
655
656 -  all libraries
657
658 -  logged in library's
659
660 Description:
661
662 -  This preference controls the default value in the branch pull down
663    found at the top of the :ref:`Notices & Slips` tool.
664
665 .. _defaulttologgedinlibraryoverduetriggers-label:
666
667 DefaultToLoggedInLibraryOverdueTriggers
668 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
669
670 Default: all libraries
671
672 Asks: When editing overdue notice/status triggers show the \_\_\_ rules
673 by default.
674
675 Values:
676
677 -  all libraries
678
679 -  logged in library's
680
681 Description:
682
683 -  This preference controls the default value in the branch pull down
684    found at the top of the :ref:`Overdue Notice/Status Triggers`.
685
686 .. _delimiter-label:
687
688 delimiter
689 ^^^^^^^^^^^^^^^^^^^^^^^^^^
690
691 Default: semicolons
692
693 Asks: Separate columns in an exported report file with \_\_\_ by
694 default.
695
696 Values:
697
698 -  #'s
699
700 -  backslashes
701
702 -  commas
703
704 -  semicolons
705
706 -  slashes
707
708 -  tabs
709
710 Description:
711
712 -  This preference determines how reports exported from Koha will
713    separate data. In many cases you will be able to change this option
714    when exporting if you'd like.
715
716 .. _kohaadminemailaddress-label:
717
718 KohaAdminEmailAddress
719 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
720
721 This is the default 'From' address for emails unless there is one for
722 the particular branch, and is referred to when an internal error occurs.
723
724 Asks: Use \_\_\_ as the email address for the administrator of Koha.
725
726 Description:
727
728 -  This preference allows one email address to be used in warning
729    messages set to the OPAC. If no email address is set for the branch
730    this address will receive messages from patrons regarding
731    modification requests, purchase suggestions, and questions or
732    information regarding overdue notices. It is recommended that a email
733    address that can be accessed by multiple staff members be used for
734    this purpose so that if one librarian is out the others can address
735    these requests. This email address can be changed when needed.
736
737 .. _noitemtypeimages-label:
738
739 noItemTypeImages
740 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
741
742 Default: Show
743
744 Asks: \_\_\_ itemtype icons in the catalog.
745
746 Values:
747
748 -  Shows
749
750 -  Don't show
751
752 Description:
753
754 -  This preference allows the system administrator to determine if users
755    will be able to set and see an item type icon in 
756    the catalog on both the OPAC and the Staff Client. The images will
757    display in both the OPAC and the Staff Client/Intranet. If images of
758    item types are disabled, text labels for item types will still appear
759    in the OPAC and Staff Client.
760
761 .. _replytodefault-label:
762
763 ReplytoDefault
764 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
765
766 Asks: Use \_\_\_ as the email address that will be set as the replyto in
767 emails
768
769 Description:
770
771 -  By default replies to notice emails will go to the `library email
772    address <#libraries-groups>`__, if you would like to specify a default
773    email address for all replies to notices you can do that here.
774
775 .. _returnpathdefault-label:
776
777 ReturnpathDefault
778 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
779
780 Asks: Use \_\_\_ as the email address set as the return path, if you
781 leave this empty the KohaAdminEmailAddress will be used.
782
783 Description:
784
785 -  The return path is the email address that bounces will be delivered
786    to. By default bounced notices will go to the `library email
787    address <#libraries-groups>`__, if you would like to specify a default
788    email address for bounces to go to then fill in this preference.
789
790 .. _virtualshelves-label:
791
792 virtualshelves
793 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
794
795 Default: Allow
796
797 Asks: \_\_\_ staff and patrons to create and view saved lists of books.
798
799 Values:
800
801 -  Allow
802
803 -  Don't Allow
804
805 Description:
806
807 -  This preference controls whether the lists functionality will be
808    available in the staff client and OPAC. If this is set to "Don't
809    allow" then no one will be able to save items to public or private
810    lists.
811
812 .. _login-options-label:
813
814 Login options
815 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
816
817 These preferences are related to logging into your Koha system
818
819 .. _autolocation-label:
820
821 AutoLocation
822 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
823
824 Default: Don't require
825
826 Asks: \_\_\_ staff to log in from a computer in the IP address range
827 specified by their library (if any).
828
829 -  Set IP address range in the library administration area
830
831    -  *Get there:* More > Administration > Basic Parameters > :ref:`Libraries <libraries-label>`
832
833 Values:
834
835 -  Don't require
836
837 -  Require
838
839 Description:
840
841 -  This preference protects the system by blocking unauthorized users
842    from accessing the staff client program and settings. Authorized and
843    unauthorized users are determined by their computer's IP addresses.
844    When the preference is set to 'Require', IP authorization is in
845    effect and unauthorized IP addresses will be blocked. This means that
846    staff cannot work from home unless their IP address has been
847    authorized. When set to 'Don't require', anyone with a staff client
848    login will have access no matter which IP address they are using.
849
850 .. _independentbranches-label:
851
852 IndependentBranches
853 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
854
855 Default: Don't prevent
856
857 Asks: \_\_\_ staff (but not superlibrarians) from modifying objects
858 (holds, items, patrons, etc.) belonging to other libraries.
859
860 Values:
861
862 -  Don't prevent
863
864 -  Prevent
865
866 Description:
867
868 -  This preference should only be used by library systems which are
869    sharing a single Koha installation among multiple branches but are
870    considered independent organizations, meaning they do not share
871    material or patrons with other branches and do not plan to change
872    that in the future. If set to 'Prevent' it increases the security
873    between library branches by: prohibiting staff users from logging
874    into another branch from within the staff client, filtering out
875    patrons from patron searches who are not a part of the login branch
876    conducting the search, limiting the location choices to the login
877    branch when adding or modifying an item record, preventing users from
878    other branch locations from placing holds or checking out materials
879    from library branches other than their own, and preventing staff from
880    editing item records which belong to other library branches. All of
881    these security safeguards can be overridden only by the
882    superlibrarian, the highest level of privileges.
883
884     **Important**
885
886     It is important that this value be set before going live and that it
887     NOT be changed
888
889 .. _independentbranchespatronmodifications-label:
890
891 IndependentBranchesPatronModifications
892 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
893
894 Default: No
895
896 Asks: Prevent staff (but not superlibrarians) from viewing and
897 approving/denying patron modification requests for patrons
898 belonging to other libraries. \_\_\_
899
900 Values:
901
902 -  No
903
904 -  Yes
905
906 .. _sessionrestrictionbyip-label:
907
908 SessionRestrictionByIP
909 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
910
911 Default: Enable
912
913 Asks: \_\_\_ check for change in remote IP address for session security.
914 Disable only when remote IP address changes frequently.
915
916 Values:
917
918 -  Disable
919
920 -  Enable
921
922 Description:
923
924 -  When this preference is set to 'Enable' Koha will log you out of the
925    staff client if your IP address changes as a security measure. For
926    some systems the IP address changes frequently so you'll want to set
927    this preference to 'Disable' to prevent Koha from logging you out of
928    the staff client every time that happens.
929
930     **Important**
931
932     This is meant to help those whose IP address changes several times
933     during the day, setting this preference to 'Disable' is not
934     recommended otherwise because it is removing important security
935     features from your staff client.
936
937 .. _sessionstorage-label:
938
939 SessionStorage
940 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
941
942 Default: in the MySQL database
943
944 Asks: Store login session information \_\_\_
945
946 Values:
947
948 -  as temporary files
949
950 -  in the MySQL database
951
952 -  in the PostgreSQL database
953
954    -  **Important**
955
956           PostgreSQL is not yet supported
957
958 Description:
959
960 -  This preference allows administrators to choose what format session
961    data is stored in during web sessions.
962
963 .. _timeout-label:
964
965 timeout
966 ^^^^^^^^^^^^^^^^^^^^^^
967
968 Default: 12000000
969
970 Asks: Automatically log out users after \_\_\_ seconds of inactivity.
971
972 Description:
973
974 -  This preference sets the length of time the Staff Client or OPAC
975    accounts can be left inactive before re-logging in is necessary. The
976    value of this preference is in seconds. At this time, the amount of
977    time before a session times out must be the same for both the Staff
978    Client and the OPAC.
979
980 .. _ssl-client-certificate-authentication-label:
981
982 SSL client certificate authentication
983 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
984
985 .. _allowpkiauth-label:
986
987 AllowPKIAuth
988 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
989
990 Default: no
991
992 Asks: Use \_\_\_ field for SSL client certificate authentication
993
994 Values:
995
996 -  no
997
998 -  the common name
999
1000 -  the email address
1001
1002 .. _search-engine-label:
1003
1004 Search Engine
1005 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1006
1007 .. _searchengine-label:
1008
1009 SearchEngine
1010 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1011
1012 Default: Zebra
1013
1014 Asks: Use following search engine: \_\_\_
1015
1016 Values:
1017
1018 -  Elasticsearch
1019
1020 -  Zebra
1021
1022 .. _share-anonymous-usage-statistics-label:
1023
1024 Share anonymous usage statistics
1025 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1026
1027 As an open source project Koha is used all over the world. These
1028 preference will help us keep more accurate statistics on where Koha is
1029 being used. If you choose to share your information, it will be
1030 published on the `Hea Koha community
1031 website <http://hea.koha-community.org>`__. You will need to enable the
1032 :ref:`Share Usage Stats` cronjob to send this information at regular
1033 intervals to the community.
1034
1035 .. _usagestats-label:
1036
1037 UsageStats
1038 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1039
1040 Default: Don't share
1041
1042 Asks: \_\_\_ anonymous Koha usage data with the Koha community.
1043
1044 Values:
1045
1046 -  Don't share
1047
1048 -  Share
1049
1050 Description:
1051
1052 -  This data is stored to help track usage of Koha around the world. If
1053    you choose to share your information, it will be published on the
1054    `Hea Koha community website <http://hea.koha-community.org>`__. This
1055    information is sent using the :ref:`Share Usage Stats` cronjob.
1056
1057 .. _usagestatscountry-label:
1058
1059 UsageStatsCountry
1060 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1061
1062 Asks: The country where your library is located: \_\_\_
1063
1064 Description:
1065
1066 -  This data is stored to help track usage of Koha around the world. If
1067    you choose to share your information, it will be published on the
1068    `Hea Koha community website <http://hea.koha-community.org>`__. This
1069    information is sent using the :ref:`Share Usage Stats` cronjob.
1070
1071     **Important**
1072
1073     This preference depends on the `UsageStats <#usagestats>`__
1074     preference. Set that to 'Share' to share your information.
1075
1076 .. _usagestatsgeolocation-label:
1077
1078 UsageStatsGeolocation
1079 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1080
1081 Default: blank
1082
1083 Asks: Geolocation of the main library: \_\_\_ Note that this value has no effect
1084 if the :ref:`UsageStats` systemp preference is set to "Don't share"
1085
1086 .. _usagestatslibrariesinfo-label:
1087
1088 UsageStatsLibrariesInfo
1089 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1090
1091 Default: Do not Share
1092
1093 Asks: \_\_\_ libraries information (name, url, country) Note that this value
1094 has no effect if the :ref:`UsageStats` system preference is set to
1095 "Don't share"
1096
1097 Values:
1098
1099 -  Do not Share
1100
1101 -  Share
1102
1103 .. _usagestatslibraryname-label:
1104
1105 UsageStatsLibraryName
1106 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1107
1108 Asks: The library name \_\_\_ will be shown on the `Hea Koha community
1109 website <http://hea.koha-community.org>`__.
1110
1111 Description:
1112
1113 -  This data is stored to help track usage of Koha around the world. If
1114    you choose to share your information, it will be published on the
1115    `Hea Koha community website <http://hea.koha-community.org>`__. This
1116    information is sent using the :ref:`Share Usage Stats` cron job.
1117
1118     **Important**
1119
1120     This preference depends on the `UsageStats <#usagestats>`__
1121     preference. Set that to 'Share' to share your information. If this
1122     field is empty data will be sent anonymously if you choose 'Share'
1123     for the `UsageStats <#usagestats>`__ preference.
1124
1125 .. _usagestatslibrarytype-label:
1126
1127 UsageStatsLibraryType
1128 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1129
1130 Default: public
1131
1132 Asks: The library type \_\_\_ will be shown on the `Hea Koha community
1133 website <http://hea.koha-community.org>`__.
1134
1135 Values:
1136
1137 -  academic
1138
1139 -  corporate
1140
1141 -  government
1142
1143 -  private
1144
1145 -  public
1146
1147 -  religious organization
1148
1149 -  research
1150
1151 -  school
1152
1153 -  society or association
1154
1155 -  subscription
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 .. _usagestatslibraryurl-label:
1170
1171 UsageStatsLibraryUrl
1172 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1173
1174 Asks: The library URL \_\_\_ will be shown on the `Hea Koha community
1175 website <http://hea.koha-community.org>`__.
1176
1177 Description:
1178
1179 -  This data is stored to help track usage of Koha around the world. If
1180    you choose to share your information, it will be published on the
1181    `Hea Koha community website <http://hea.koha-community.org>`__. This
1182    information is sent using the :ref:`Share Usage Stats` cronjob.
1183
1184     **Important**
1185
1186     This preference depends on the `UsageStats <#usagestats>`__
1187     preference. Set that to 'Share' to share your information.
1188
1189 .. _authorities-label:
1190
1191 Authorities
1192 ----------------------------
1193
1194 *Get there:* More > Administration > Global System Preferences >
1195 Authorities
1196
1197 .. _general-label:
1198
1199 General
1200 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1201
1202 .. _authdisplayhierarchy-label:
1203
1204 AuthDisplayHierarchy
1205 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1206
1207 Default: Don't display
1208
1209 Asks: \_\_\_ broader term/narrower term hierarchies when viewing
1210 authorities.
1211
1212 Values:
1213
1214 -  Display
1215
1216    |image14|
1217
1218 -  Don't display
1219
1220 Description:
1221
1222 -  If your authority records includes 5xx fields with linked references
1223    to broader and/or narrower see also references this preference will
1224    turn on a display of those authorities at the top of the record.
1225
1226 .. _authoritycontrolledindicators-label:
1227
1228 AuthorityControlledIndicators
1229 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1230
1231 Asks: Use the following text to edit how authority records control indicators
1232 of attached biblio fields (and possibly subfield $2). Lines starting with a
1233 comment symbol (#) are skipped. Each line should be of the form: (marc21|unimarc),
1234 tag, ind1:(auth1|auth2|some_value), ind2:(auth1|auth2|thesaurus|some_value).
1235 Here auth1 and auth2 refer to the indicators of the authority record, tag is a
1236 biblio field number or an asterisk (*), and some_value is a fixed value
1237 (one character). The MARC21 option thesaurus refers to indicators controlled by
1238 authority field 008/11 and 040$f.
1239
1240 Description:
1241
1242 -  Used when merging authorities.
1243
1244 -  Controls how the indicators of linked authority records affect the
1245    corresponding biblio indicators. Currently, the default value is fine-tuned
1246    for MARC21 and copies the authority indicators for UNIMARC.
1247
1248 -  For example, a MARC21 field 100 in a biblio record should pick its first
1249    indicator from the linked authority record. The second indicator is not
1250    controlled by the authority. This report supports such MARC conventions.
1251
1252 .. _authoritymergelimit-label:
1253
1254 AuthorityMergeLimit
1255 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1256
1257 Default: 50
1258
1259 Asks: When modifying an authority record, do not update attached biblio
1260 records if the number exceeds \_\_\_ records. (Above this limit, the merge_authority
1261 cron job will merge them.)
1262
1263 .. _authoritymergemode-label:
1264
1265 AuthorityMergeMode
1266 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1267
1268 Default: loose
1269
1270 Asks: When updating biblio records from an attached authority record ("merging"),
1271 handle subfields of relevant biblio record fields in \_\_\_ mode. In strict mode
1272 subfields that are not found in the authority record, are deleted. Loose mode
1273 will keep them. Loose mode is the historical behavior and still the default.
1274
1275 Values:
1276
1277 -  loose
1278
1279 -  strict
1280
1281 .. _autocreateauthorities-label:
1282
1283 AutoCreateAuthorities
1284 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1285
1286 Default: do not generate
1287
1288 Asks: When editing records, \_\_\_ authority records that are missing.
1289
1290 Values:
1291
1292 -  do not generate
1293
1294 -  generate
1295
1296     **Important**
1297
1298     `BiblioAddsAuthorities <#biblioaddsauthorities>`__ must be set to
1299     "allow" for this to have any effect
1300
1301 Description:
1302
1303 -  When this and `BiblioAddsAuthorities <#biblioaddsauthorities>`__ are
1304    both turned on, automatically create authority records for headings
1305    that don't have any authority link when cataloging. When
1306    BiblioAddsAuthorities is on and AutoCreateAuthorities is turned off,
1307    do not automatically generate authority records, but allow the user
1308    to enter headings that don't match an existing authority. When
1309    BiblioAddsAuthorities is off, this has no effect.
1310
1311 .. _biblioaddsauthorities-label:
1312
1313 BiblioAddsAuthorities
1314 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1315
1316 Default: allow
1317
1318 Asks: When editing records, \_\_\_ them to automatically create new
1319 authority records if needed, rather than having to reference existing
1320 authorities.
1321
1322 Values:
1323
1324 -  allow
1325
1326    -  This setting allows you to type values in the fields controlled by
1327       authorities and then adds a new authority if one does not exist
1328
1329 -  don't allow
1330
1331    -  This setting will lock the authority controlled fields, forcing
1332       you to search for an authority versus allowing you to type the
1333       information in yourself.
1334
1335 .. _marcauthoritycontrolfield008-label:
1336
1337 MARCAuthorityControlField008
1338 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1339
1340 Default: \|\| aca\|\|aabn \| a\|a d
1341
1342 Asks: Use the following text for the contents of MARC21 authority
1343 control field 008 position 06-39 (fixed length data elements).
1344
1345     **Important**
1346
1347     Do not include the date (position 00-05) in this preference, Koha
1348     will calculate automatically and put that in before the values in
1349     this preference.
1350
1351 Description:
1352
1353 -  This preference controls the default value in the 008 field on
1354    Authority records. It does not effect bibliographic records.
1355
1356 .. _unimarcauthorityfield100-label:
1357
1358 UNIMARCAuthorityField100
1359 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1360
1361 Default: afrey50 ba0
1362
1363 Asks: Use the following text for the contents of UNIMARC authority field
1364 100 position (fixed length data elements).
1365
1366     **Important**
1367
1368     Do not include the date (position 00-07) in this preference, Koha
1369     will calculate automatically and put that in before the values in
1370     this preference.
1371
1372 Description:
1373
1374 -  This preference controls the default value in the 100 field on
1375    Authority records cataloged in UNIMARC. It does not effect
1376    bibliographic records.
1377
1378 .. _useauthoritiesfortracings-label:
1379
1380 UseAuthoritiesForTracings
1381 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1382
1383 Default: Don't use
1384
1385 Asks: \_\_\_ authority record numbers instead of text strings for
1386 searches from subject tracings.
1387
1388 Values:
1389
1390 -  Don't use
1391
1392    -  Search links look for subject/author keywords (example:
1393       opac-search.pl?q=su:Business%20networks)
1394
1395 -  Use
1396
1397    -  Search links look for an authority record (example:
1398       opac-search.pl?q=an:354)
1399
1400 Description:
1401
1402 -  For libraries that have authority files, they may want to make it so
1403    that when a link to an authorized subject or author is clicked on the
1404    OPAC or staff client it takes the searcher only to a list of results
1405    with that authority record. Most libraries do not have complete
1406    authority files and so setting this preference to 'Don't use' will
1407    allow searchers to click on links to authors and subject headings and
1408    perform a keyword search against those fields, finding all possible
1409    relevant results instead.
1410
1411 .. _linker-label:
1412
1413 Linker
1414 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1415
1416 These preferences will control how Koha links bibliographic records to
1417 authority records. All bibliographic records added to Koha after these
1418 preferences are set will link automatically to authority records, for
1419 records added before these preferences are set there is a script
1420 (misc/link\_bibs\_to\_authorities.pl) that your system administrator can
1421 run to link records together.
1422
1423 .. _catalogmodulerelink-label:
1424
1425 CatalogModuleRelink
1426 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1427
1428 Default: Do not
1429
1430 Asks: \_\_\_ automatically relink headings that have previously been
1431 linked when saving records in the cataloging module.
1432
1433 Values:
1434
1435 -  Do
1436
1437 -  Do not
1438
1439 Description:
1440
1441 -  Longtime users of Koha don't expect the authority and bib records to
1442    link consistently. This preference makes it possible to disable
1443    authority relinking in the cataloging module only (i.e. relinking is
1444    still possible if link\_bibs\_to\_authorities.pl is run). Note that
1445    though the default behavior matches the previous behavior of Koha
1446    (retaining links to outdated authority records), it does not match
1447    the intended behavior (updating biblio/authority link after
1448    bibliographic record is edited). Libraries that want the intended
1449    behavior of authority control rather than the way Koha used to handle
1450    linking should set CatalogModuleRelink to 'Do'. Once setting this to
1451    'Do' the following preferences can also be set.
1452
1453 .. _linkerkeepstale-label:
1454
1455 LinkerKeepStale
1456 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1457
1458 Default: Do not
1459
1460 Asks: \_\_\_ keep existing links to authority records for headings where
1461 the linker is unable to find a match.
1462
1463 Values:
1464
1465 -  Do
1466
1467 -  Do not
1468
1469 Description:
1470
1471 -  When set to 'Do', the linker will never remove a link to an authority
1472    record, though, depending on the value of
1473    :ref:`LinkerRelink`, it may change the link.
1474
1475 .. _linkermodule-label:
1476
1477 LinkerModule
1478 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1479
1480 Default: Default
1481
1482 Asks: Use the \_\_\_ linker module for matching headings to authority
1483 records.
1484
1485 Values:
1486
1487 -  Default
1488
1489    -  Retains Koha's previous behavior of only creating links when there
1490       is an exact match to one and only one authority record; if the
1491       :ref:`LinkerOptions` preference is set to
1492       'broader\_headings', it will try to link headings to authority
1493       records for broader headings by removing subfields from the end of
1494       the heading
1495
1496 -  First match
1497
1498    -  Creates a link to the first authority record that matches a given
1499       heading, even if there is more than one authority record that
1500       matches
1501
1502 -  Last match
1503
1504    -  Creates a link to the last authority record that matches a given
1505       heading, even if there is more than one record that matches
1506
1507 Description:
1508
1509 -  This preference tells Koha which match to use when searching for
1510    authority matches when saving a record.
1511
1512 .. _linkeroptions-label:
1513
1514 LinkerOptions
1515 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1516
1517 Asks: Set the following options for the authority linker \_\_\_
1518
1519     **Important**
1520
1521     This feature is experimental and shouldn't be used in a production
1522     environment until further expanded upon.
1523
1524 Description:
1525
1526 -  This is a pipe separated (\|) list of options. At the moment, the
1527    only option available is "broader\_headings." With this option set to
1528    "broader\_headings", the linker will try to match the following
1529    heading as follows:
1530
1531    ::
1532
1533        =600 10$aCamins-Esakov, Jared$xCoin collections$vCatalogs$vEarly works to 1800.
1534
1535    First: Camins-Esakov, Jared--Coin collections--Catalogs--Early works
1536    to 1800
1537
1538    Next: Camins-Esakov, Jared--Coin collections--Catalogs
1539
1540    Next: Camins-Esakov, Jared--Coin collections
1541
1542    Next: Camins-Esakov, Jared (matches! if a previous attempt had
1543    matched, it would not have tried this)
1544
1545 .. _linkerrelink-label:
1546
1547 LinkerRelink
1548 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1549
1550 Default: Do
1551
1552 Asks: \_\_\_ relink headings that have previously been linked to
1553 authority records.
1554
1555 Values:
1556
1557 -  Do
1558
1559 -  Do not
1560
1561 Description:
1562
1563 -  When set to 'Do', the linker will confirm the links for headings that
1564    have previously been linked to an authority record when it runs,
1565    correcting any incorrect links it may find. When set to 'Do not', any
1566    heading with an existing link will be ignored, even if the existing
1567    link is invalid or incorrect.
1568
1569 .. _cataloging-label:
1570
1571 Cataloging
1572 --------------------------
1573
1574 *Get there:* More > Administration > Global System Preferences >
1575 Cataloging
1576
1577 .. _display-label:
1578
1579 Display
1580 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1581
1582 .. _acquisitiondetails-label:
1583
1584 AcquisitionDetails
1585 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1586
1587 Default: Display
1588
1589 Asks: \_\_\_ acquisition details on the biblio detail page.
1590
1591 Values:
1592
1593 -  Display
1594
1595 -  Don't display
1596
1597 Description:
1598
1599 -  This preference controls whether a tab will show on the detail page
1600    in the staff client that includes detailed acquisitions information
1601    for the title. This tab will include links to order information
1602    stored in the acquisitions module.
1603
1604    |image1180|
1605
1606 .. _authorityseparator-label:
1607
1608 AuthoritySeparator
1609 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1610
1611 Default: --
1612
1613 Asks: Separate multiple displayed authors, series or subjects with
1614 \_\_\_.
1615
1616 .. _hide\_marc-label:
1617
1618 hide\_marc
1619 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1620
1621 Default: Display
1622
1623 Asks: \_\_\_ MARC tag numbers, subfield codes and indicators in MARC
1624 views.
1625
1626 Values:
1627
1628 -  Display -- shows the tag numbers on the cataloging interface
1629
1630    |image15|
1631
1632 -  Don't display -- shows just descriptive text when cataloging
1633
1634    |image16|
1635
1636 .. _intranetbibliodefaultview-label:
1637
1638 IntranetBiblioDefaultView
1639 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1640
1641 Default: ISBD form
1642
1643 Asks: By default, display biblio records in \_\_\_
1644
1645 Values:
1646
1647 -  ISBD form -- displays records in the staff client in the old card
1648    catalog format
1649
1650    -  See :ref:`ISBD` preference for more information
1651
1652 -  Labelled MARC form -- displays records in the staff client in MARC
1653    with text labels to explain the different fields
1654
1655 -  MARC form -- displays records in the staff client in MARC
1656
1657 -  normal form -- visual display in the staff client (for the average
1658    person)
1659
1660 Description:
1661
1662 -  This setting determines the bibliographic record display when
1663    searching the catalog on the staff client. This setting does not
1664    affect the display in the OPAC which is changed using the
1665    :ref:`BiblioDefaultView` preference under the OPAC
1666    preference tab. This setting changes the look of the record when
1667    first displayed. The MARC and ISBD views can still be seen by
1668    clicking in the sidebar.
1669
1670 .. _isbd-label:
1671
1672 ISBD
1673 ^^^^^^^^^^^^^^^^^^^^
1674
1675 Default: See `ISBD view configuration
1676 <https://wiki.koha-community.org/wiki/ISBD_view_configuration>` on the wiki.
1677
1678 Asks: Use the following as the ISBD template:
1679
1680 Description:
1681
1682 -  This determines how the ISBD information will display in the staff
1683    client. Elements in the list can be reordered to produce a different
1684    ISBD view. ISBD, the International Standard Bibliographic
1685    Description, was first introduced by IFLA (International Federation
1686    of Library Associations) in 1969 in order to provide guidelines for
1687    descriptive cataloging. The purpose of ISBD is to aid the
1688    international exchange of bibliographic records for a variety of
1689    materials.
1690
1691 .. _labelmarcview-label:
1692
1693 LabelMARCView
1694 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1695
1696 Default: Don't
1697
1698 Asks: \_\_\_ collapse repeated tags of the same type into one tag entry.
1699
1700 Values:
1701
1702 -  Do -- will combine all identical tag numbers under one heading in the
1703    MARC view in the OPAC and Staff Client
1704
1705    |image17|
1706
1707 -  Don't -- will list all of the tags individually in the MARC view in
1708    the OPAC and Staff Client
1709
1710    |image18|
1711
1712 .. _marcfielddocurl-label:
1713
1714 MARCFieldDocURL
1715 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1716
1717 Default: blank
1718
1719 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}
1720
1721 Description:
1722
1723 -  This preference lets you choose the source of the MARC documentation available through the "?" next to MARC fields.
1724
1725 .. _mergereportfields-label:
1726
1727 MergeReportFields
1728 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1729
1730 Asks: \_\_\_ fields to display for deleted records after merge
1731
1732 Description:
1733
1734 -  When merging records together you can receive a report of the merge
1735    process once it's done, this preference lets you set the default
1736    values for this report.
1737
1738 Example: '001,245ab,600' displays:
1739
1740 -  value of 001
1741
1742 -  subfields a and b of fields 245
1743
1744 -  all subfields of fields 600
1745
1746 .. _notesblacklist-label:
1747
1748 NotesBlacklist
1749 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1750
1751 Asks: Don't show these \_\_\_ note fields in title notes separator (OPAC
1752 record details) and in the description separator (Staff client record
1753 details).
1754
1755 Description:
1756
1757 -  This preference lets you define which of your note fields are hidden
1758    from the title notes (OPAC) and descriptions (Staff) tabs. Enter the
1759    values as a comma separated list. For example to hide the local note
1760    and the bibliography note in MARC21 enter 504, 590.
1761
1762 .. _opacsuppression,-opacsuppressionbyiprange,-opacsuppressionredirect,-and-opacsuppressionmessage-label:
1763
1764 OpacSuppression, OpacSuppressionByIPRange, OpacSuppressionRedirect, and OpacSuppressionMessage
1765 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1766
1767 OpacSuppression Default: Don't hide
1768
1769 Asks: \_\_\_ items marked as suppressed from OPAC search results.
1770 Restrict the suppression to IP addressesoutside of the IP range \_\_\_
1771 (Leave blank if not used. Define a range like 192.168..) Redirect the opac detail
1772 page for suppressed records to \_\_\_ Display the following message on
1773 the redirect page for suppressed biblios \_\_\_.
1774
1775 OpacSuppression Values:
1776
1777 -  Don't hide
1778
1779    -  Will show records in OPAC search results if they are marked
1780       suppressed
1781
1782 -  Hide
1783
1784    -  Will not show records in OPAC search results if they're marked as
1785       suppressed
1786
1787 OpacSuppressionRedirect Values:
1788
1789 -  an explanatory page ('This record is blocked').
1790
1791 -  the 404 error page ('Not found').
1792
1793 Description:
1794
1795 -  These preferences control hiding of bibliographic records from
1796    display in the OPAC. Each bibliographic record you want to hide from
1797    the OPAC simply needs to have the value "1" in the field mapped with
1798    Suppress index (942$n field in MARC21, no official field in UNIMARC).
1799    The indexer then hides it from display in OPAC but will still display
1800    it in the Staff Client. If you want to further control suppression
1801    you can set an IP address range to still show suppressed items to.
1802    Define a range like 192.168.. If you don't want to limit suppression
1803    in this way, leave the IP field blank. You can also decide what the
1804    patrons will see in the OPAC when a title is suppressed by setting
1805    the OpacSuppressionRedirect and OpacSuppressionMessage preferences.
1806    You can either show the patron a 404 page if they try to see a
1807    suppressed record or you can create a custom page by entering the
1808    HTML in the OpacSuppressionMessage part of this preference.
1809
1810        **Note**
1811
1812        An :ref:`authorized value <authorized-values-label>` for the MARC21 942$n
1813        field (or the equivalent UNIMARC field) should be set to
1814        eliminate errors. One example would be to create an authorized
1815        value titled SUPPRESS with a value of 0 for don't suppress and 1
1816        for suppress.
1817
1818     **Important**
1819
1820     If this preference is set to 'hide' and you have the 942n field set
1821     to 1, it will hide the entire bib record - not just an individual
1822     item.
1823
1824     **Note**
1825
1826     Suppressed records will show a note in the staff client indicating
1827     that they are suppressed from view in the OPAC.
1828
1829     |image1181|
1830
1831     This note can be styled by using the
1832     :ref:`IntranetUserCSS` preference to stand out more
1833     if you'd like.
1834
1835     |image1182|
1836
1837 .. _separateholdings-&-separateholdingsbranch-label:
1838
1839 SeparateHoldings & SeparateHoldingsBranch
1840 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1841
1842 SeparateHoldings default: Don't separate
1843
1844 SeparateHoldingsBranch default: home library
1845
1846 Asks: \_\_\_ items display into two tabs, where the first tab contains
1847 items whose \_\_\_ is the logged in user's library. The second tab will
1848 contain all other items.
1849
1850 SeparateHoldings values:
1851
1852 -  Don't separate
1853
1854 -  Separate
1855
1856 SeparateHoldingsBranch values:
1857
1858 -  holding library
1859
1860 -  home library
1861
1862 Description:
1863
1864 -  This preference lets you decide if you would like to have the holding
1865    information on the bibliographic detail page in the staff client
1866    split in to multiple tabs. The default is to show all holdings on one
1867    tab.
1868
1869    |image19|
1870
1871 .. _urllinktext-label:
1872
1873 URLLinkText
1874 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1875
1876 Default: Online Resource
1877
1878 Asks: Show \_\_\_ as the text of links embedded in MARC records.
1879
1880 Description:
1881
1882 -  If the 856 field does not have a subfield 3 or y defined, the OPAC
1883    will say 'Click here to access online.^ If you would like the field
1884    to say something else enter that in this field.
1885
1886 .. _usecontrolnumber-label:
1887
1888 UseControlNumber
1889 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1890
1891 Default: Don't use
1892
1893 Asks: \_\_\_ record control number ($w subfields) and control number
1894 (001) for linking of bibliographic records.
1895
1896 Values:
1897
1898 -  Don't use
1899
1900    -  When clicking on links to titles that appear next to 'Continues'
1901       and 'Continued by' in the detail display Koha will perform a title
1902       search
1903
1904 -  Use
1905
1906    -  When clicking on links to titles that appear next to 'Continues'
1907       and 'Continued by' in the detail display Koha will perform a
1908       control number (MARC field 001) search
1909
1910     **Important**
1911
1912     Unless you are going in and manually changing 773$w to match your
1913     rigorously-defined bibliographic relationships, you should set this
1914     preference to "Don't use" and instead set
1915     :ref:`EasyAnalyticalRecords` to "Display"
1916
1917 Description:
1918
1919 -  If you have a serial called "Journal of Interesting Things" which has
1920    a separate record from when it was called "Transactions of the
1921    Interesting Stuff Society," you could add linking fields to indicate
1922    the relationship between the two records. UseControlNumber allows you
1923    to use your local accession numbers for those links. In MARC21, the
1924    relevant sections of the two records might look like this:
1925
1926    ::
1927
1928            =001    12345
1929            =110  2_$aInteresting Stuff Society.
1930            =245  10$aTransactions of the Interesting Stuff Society.
1931            =785  00$aInteresting Stuff Society$tJournal of Interesting Things.$w12346
1932
1933            =001    12346
1934            =110  2_$aInteresting Stuff Society.
1935            =245  10$aJournal of Interesting Things.
1936            =780  00$aInteresting Stuff Society$tTransactions of the Interesting Stuff Society.$w12345
1937
1938    With UseControlNumber set to 'Use', the 78x links will use the
1939    Control Numbers is subfield $w, instead of doing a title search on
1940    "Journal of Interesting Things" and "Transactions of the Interesting
1941    Stuff Society" respectively.
1942
1943 .. _exporting-label:
1944
1945 Exporting
1946 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1947
1948 .. _bibtexexportadditionalfields-label:
1949
1950 BibtexExportAdditionalFields
1951 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1952
1953 Asks: Include following fields when exporting BibTeX
1954
1955 Description:
1956
1957 -  Use one line per tag in the format BT\_TAG: TAG$SUBFIELD ( e.g. lccn:
1958    010$a )
1959
1960 -  To specify multiple marc tags/subfields as targets for a repeating
1961    BibTex tag, use the following format: BT\_TAG: [TAG2$SUBFIELD1,
1962    TAG2$SUBFIELD2] ( e.g. notes: [501$a, 505$g] )
1963
1964 -  All values of repeating tags and subfields will be printed with the
1965    given BibTeX tag.
1966
1967 -  Use ^@^ ( with quotes ) as the BT\_TAG to replace the bibtex record
1968    type with a field value of your choosing.
1969
1970 .. _risexportadditionalfields-label:
1971
1972 RisExportAdditionalFields
1973 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1974
1975 Asks: Include following fields when exporting RIS
1976
1977 Description:
1978
1979 -  Use one line per tag in the format RIS\_TAG: TAG$SUBFIELD ( e.g. LC:
1980    010$a )
1981
1982 -  To specificy multiple marc tags/subfields as targets for a repeating
1983    RIS tag, use the following format: RIS\_TAG: [TAG2$SUBFIELD1,
1984    TAG2$SUBFIELD2] ( e.g. NT: [501$a, 505$g] )
1985
1986 -  All values of repeating tags and subfields will be printed with the
1987    given RIS tag.
1988
1989 -  Use of TY ( record type ) as a key will *replace* the default TY with
1990    the field value of your choosing.
1991
1992 .. _importing-label:
1993
1994 Importing
1995 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1996
1997 .. _aggressivematchonisbn-label:
1998
1999 AggressiveMatchOnISBN
2000 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2001
2002 Default: don't
2003
2004 Asks: When matching on ISBN with the record import tool, \_\_\_ attempt
2005 to match aggressively by trying all variations of the ISBNs in the
2006 imported record as a phrase in the ISBN fields of already cataloged
2007 records.
2008
2009 Values:
2010
2011 -  do
2012
2013 -  don't
2014
2015 Description:
2016
2017 -  This preference allows you to choose to alter the ISBN matching rule
2018    used when staging records for import to be more aggressive. This
2019    means that all text will be stripped from the ISBN field so that a
2020    pure number match is possible. If this preference is set to "Don't"
2021    then Koha will find a match only if the ISBN fields are identical.
2022
2023     **Important**
2024
2025     Note that this preference has no effect if
2026     :ref:`UseQueryParser` is on.
2027
2028 .. _aggressivematchonissn-label:
2029
2030 AggressiveMatchOnISSN
2031 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2032
2033 Default: don't
2034
2035 Asks: When matching on ISSN with the record import tool, \_\_\_ attempt
2036 to match aggressively by trying all variations of the ISSNs in the imported
2037 record as a phrase in the ISSN fields of already cataloged records. Note that
2038 this preference has no effect if :ref:`UseQueryParser` is on.
2039
2040 .. _interface-label:
2041
2042 Interface
2043 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2044
2045 .. _advancedmarceditor-label:
2046
2047 advancedMARCeditor
2048 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2049
2050 Default: Don't display
2051
2052 Asks: \_\_\_ descriptions of fields and subfields in the MARC editor.
2053
2054 Description:
2055
2056 -  This preference determines whether or not MARC field names will be
2057    present when editing or creating MARC records.
2058
2059 Values:
2060
2061 -  Display
2062
2063    |image20|
2064
2065 -  Don't display
2066
2067    |image21|
2068
2069 .. _defaultclassificationsource-label:
2070
2071 DefaultClassificationSource
2072 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2073
2074 Default: Dewey Decimal System
2075
2076 Asks: Use \_\_\_ as the default classification source.
2077
2078 Values:
2079
2080 -  ANSCR (Sound Recordings)
2081
2082 -  Dewey Decimal Classification
2083
2084 -  Library of Congress Classification
2085
2086 -  Other/Generic Classification Scheme
2087
2088 -  SuDoc Classification (U.S. GPO)
2089
2090 -  Universal Decimal Classification
2091
2092     **Note**
2093
2094     Adding another classification under Administration > Classification Sources
2095     will make it show up in this list as well.
2096
2097 .. _easyanalyticalrecords-label:
2098
2099 EasyAnalyticalRecords
2100 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2101
2102 Default: Don't Display
2103
2104 Asks: \_\_\_ easy ways to create analytical record relationships
2105
2106 Values:
2107
2108 -  Display
2109
2110 -  Don't Display
2111
2112     **Important**
2113
2114     If you decide to use this feature you'll want to make sure that your
2115     :ref:`UseControlNumber` preference is set to "Don't
2116     use" or else the "Show analytics" links in the staff client and the
2117     OPAC will be broken.
2118
2119 Description:
2120
2121 -  An analytic entry in a catalog is one that describes a part of a
2122    larger work that is also described in the catalog. In bibliographic
2123    cataloging, analytic entries may be made for chapters in books or
2124    special issues of articles in periodicals. In archival cataloging,
2125    analytic entries may be made for series or items within a collection.
2126    This feature in Koha allows for an easy way of linking analytic
2127    entries to the host records, and this system preference adds several
2128    new menu options to the staff cataloging detail pages to allow that
2129    to happen.
2130
2131 .. _enableadvancedcatalogingeditor-label:
2132
2133 EnableAdvancedCatalogingEditor
2134 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2135
2136 Default: Don't enable
2137
2138 Asks: \_\_\_ the advanced cataloging editor.
2139
2140 Description:
2141
2142 -  This preference will allow you to choose between a basic editor and a
2143    advanced editor for cataloging.
2144
2145     **Note**
2146
2147     This feature does not currently include any support for
2148     UNIMARC or NORMARC fixed fields.
2149
2150 .. _record-structure-label:
2151
2152 Record Structure
2153 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2154
2155 .. _alternateholdingsfield-&-alternateholdingsseparator-label:
2156
2157 AlternateHoldingsField & AlternateHoldingsSeparator
2158 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2159
2160 Asks: Display MARC subfield \_\_\_ as holdings information for records
2161 that do not have items, with the subfields separated by \_\_\_.
2162
2163 Description:
2164
2165 -  Sometimes libraries migrate to Koha with their holding info in the
2166    852 field (OCLC holdings information field) and choose not to
2167    transfer that information into the 952 (Koha holdings information
2168    field) because they don't plan on circulating those items. For those
2169    libraries or other libraries that have data in the 852 fields of
2170    their records that they want to display, these preferences let you
2171    choose to display holdings info from a field other than the 952
2172    field. The AlternateHoldingsField preference can contain multiple
2173    subfields to look in; for instance 852abhi would look in 852
2174    subfields a, b, h, and i.
2175
2176 -  With AlternateHoldingsField set to 852abhi and
2177    AlternateHoldingsSeparator set to a space the holdings would look
2178    like the following:
2179
2180    |image22|
2181
2182 .. _autobarcode-label:
2183
2184 autoBarcode
2185 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2186
2187 Default: generated in the form <branchcode>yymm0001
2188
2189 Asks: Barcodes are \_\_\_
2190
2191 Values:
2192
2193 -  generated in the form <branchcode>yymm0001
2194
2195 -  generated in the form <year>-0001, <year>-0002
2196
2197 -  generated in the form 1, 2, 3
2198
2199 -  incremental EAN-13 barcodes
2200
2201 -  not generated automatically
2202
2203 Description:
2204
2205 -  This setting is for libraries wishing to generate barcodes from
2206    within Koha (as opposed to scanning in pre-printed barcodes or
2207    manually assigning them). The default behavior makes it so that when
2208    you click in the barcode field (952$p in MARC21) it will populate
2209    with the automatic barcode you have chosen. If you would rather it
2210    only enter an automatic barcode when you click on the plugin (the ...
2211    to the right of the field) you can change the plugin used for that
2212    field in the framework. Set the plugin for 952$p (if using MARC21 or
2213    equivalent field mapped to items.barcode in your local MARC format)
2214    for your frameworks to barcode\_manual.pl instead of barcode.pl.
2215    Learn more about editing frameworks under the :ref:`MARC Bibliographic
2216    Frameworks <marc-bibliographic-frameworks-label>` section of this manual.
2217
2218 .. _defaultcountryfield008-label:
2219
2220 DefaultCountryField008
2221 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2222
2223 Default: Empty defaults to xxu for United States
2224
2225 Asks: Fill in the default country code for field 008 Range 15-17 of MARC21 -
2226 Place of publication, production, or execution. \_\_\_.
2227
2228 Description:
2229
2230 -  This preference will allow you to set the country code for your MARC21
2231    008 field by default. If this is left empty it will default to
2232    United States (xxu). See the `MARC Code List for
2233    Countries <http://www.loc.gov/marc/countries/countries_code.html>`__
2234    for additional values for this preference.
2235
2236     **Note**
2237
2238     This preference won't have any effect if your records are in
2239     UNIMARC.
2240
2241 .. _defaultlanguagefield008-label:
2242
2243 DefaultLanguageField008
2244 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2245
2246 Default: Empty defaults to eng
2247
2248 Asks: Fill in the default language for field 008 Range 35-37 of MARC21
2249 records \_\_\_.
2250
2251 Description:
2252
2253 -  This preference will allow you to set the language for your MARC21
2254    008 field by default. If this is left empty it will default to
2255    English (eng). See the `MARC Code List for
2256    Languages <http://www.loc.gov/marc/languages/language_code.html>`__
2257    for additional values for this preference.
2258
2259     **Note**
2260
2261     This preference won't have any effect if your records are in
2262     UNIMARC.
2263
2264 .. _item-level\_itypes-label:
2265
2266 item-level\_itypes
2267 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2268
2269 Default: specific item
2270
2271 Asks: Use the item type of the \_\_\_ as the authoritative item type
2272 (for determining circulation and fines rules, etc).
2273
2274 Values:
2275
2276 -  biblio record
2277
2278 -  specific item
2279
2280 Description:
2281
2282 -  This preference determines whether the item type Koha uses for
2283    issuing rules will be an attribute of the bibliographic record or the
2284    item record. Most libraries refer to the item record for item types.
2285    It also determines if the item type icon appears on the OPAC search
2286    results. If you have the preference set to 'biblio record' then Koha
2287    displays the item type icon on the search results to the left of the
2288    result info.
2289
2290    |image23|
2291
2292 .. _itemcallnumber-label:
2293
2294 itemcallnumber
2295 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2296
2297 Default: 082ab
2298
2299 Asks: Map the MARC subfield to an item's callnumber.
2300
2301     **Note**
2302
2303     This can contain multiple subfields to look in; for instance 082ab
2304     would look in 082 subfields a and b.
2305
2306 Description:
2307
2308 -  This setting determines which MARC field will be used to determine
2309    the call number that will be entered into item records automatically
2310    (952$o). The value is set by providing the MARC field code (050, 082,
2311    090, 852 are all common in MARC21) and the subfield codes without the
2312    delimiters ($a, $b would be ab).
2313
2314 Examples:
2315
2316 -  Dewey: 082ab or 092ab; LOC: 050ab or 090ab; from the item record:
2317    852hi
2318
2319 .. _marcflavour-label:
2320
2321 marcflavour
2322 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2323
2324 Default: MARC21
2325
2326 Asks: Interpret and store MARC records in the \_\_\_ format.
2327
2328 Values:
2329
2330 -  MARC21
2331
2332    -  The standard style for the US, Canada, Australia, New Zealand,
2333       United Kingdom, Germany and other countries
2334
2335 -  UNIMARC
2336
2337    -  The standard style used in France, Italy, Portugal, Russia, and
2338       other countries
2339
2340 -  NORMARC
2341
2342    -  The standard style for Norway
2343
2344 Description:
2345
2346 -  This preference defines global MARC style (MARC21, UNIMARC or
2347    NORMARC) used for encoding.
2348
2349     **Important**
2350
2351     Changing the value of this preference will not convert your records
2352     from one MARC style to an other.
2353
2354 .. _marcorgcode-label:
2355
2356 MARCOrgCode
2357 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2358
2359 Default: OSt
2360
2361 Asks: Fill in the MARC organization code \_\_\_ by default in new MARC21
2362 records (leave blank to disable).
2363
2364 Description:
2365
2366 -  The MARC Organization Code is used to identify libraries with
2367    holdings of titles and more.
2368
2369 Learn more and find your library's MARC21 code on the `MARC Code list
2370 for
2371 Organizations <http://www.loc.gov/marc/organizations/orgshome.html>`__
2372 or in Canada on the `Canadian Symbols
2373 Directory <http://www.collectionscanada.gc.ca/illcandir-bin/illsear/l=0/c=1>`__.
2374
2375     **Note**
2376
2377     This preference won't have any effect if your records are in
2378     UNIMARC.
2379
2380 .. _newitemsdefaultlocation-label:
2381
2382 NewItemsDefaultLocation
2383 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2384
2385 Asks: When items are created, give them the temporary location of \_\_\_
2386 (should be a location code, or blank to disable).
2387
2388 .. _prefillitem-label:
2389
2390 PrefillItem
2391 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2392
2393 Default: the new item is not prefilled with last created item values.
2394
2395 Asks: When a new item is added \_\_\_
2396
2397 Values:
2398
2399 -  the new item is not prefilled with last created item values.
2400
2401 -  the new item is prefilled with last created item values.
2402
2403 Description:
2404
2405 -  This preference controls the behavior used when adding new items.
2406    Using the options here you can choose to have your next new item
2407    prefill with the values used in the last item was added to save time
2408    typing values or to have the item form appear completely blank. Using
2409    :ref:`SubfieldsToUseWhenPrefill` you can
2410    control specifically which fields are prefilled.
2411
2412 .. _subfieldstoallowforrestrictedbatchmod-label:
2413
2414 SubfieldsToAllowForRestrictedBatchmod
2415 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2416
2417 Asks: Define a list of subfields for which editing is authorized when
2418 `items\_batchmod\_restricted <#items_batchmod_restricted>`__ permission
2419 is enabled, separated by spaces. \_\_\_
2420
2421 Examples:
2422
2423 -  UNIMARC: "995$f 995$h 995$j"
2424
2425 -  MARC21: "952$a 952$b 952$c"
2426
2427 Description:
2428
2429 -  This preference lets you define what fields can be edited via the
2430    :ref:`batch item modification tool <batch-item-modification-label>` if the
2431    items\_batchmod\_restricted permission is enabled.
2432
2433        **Note**
2434
2435        The FA framework is excluded from the permission. If the pref is
2436        empty, no fields are restricted.
2437
2438 .. _subfieldstoallowforrestrictedediting-label:
2439
2440 SubfieldsToAllowForRestrictedEditing
2441 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2442
2443 Asks: Define a list of subfields for which editing is authorized when
2444 edit\_items\_restricted permission is enabled, separated by spaces.
2445 \_\_\_
2446
2447 Examples:
2448
2449 -  UNIMARC: "995$f 995$h 995$j"
2450
2451 -  MARC21: "952$a 952$b 952$c"
2452
2453 Description:
2454
2455 -  This preference lets you define what fields can be edited via
2456    cataloging if the
2457    `edit\_items\_restricted <#edit_items_restricted>`__ permission is
2458    enabled
2459
2460        **Note**
2461
2462        The Fast Add (FA) framework is excluded from the permission. If
2463        the pref is empty, no fields are restricted.
2464
2465 .. _subfieldstousewhenprefill-label:
2466
2467 SubfieldsToUseWhenPrefill
2468 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2469
2470 Asks: Define a list of subfields to use when prefilling items \_\_\_
2471
2472     **Important**
2473
2474     Separate values with a space.
2475
2476 Description:
2477
2478 -  When the :ref:`PrefillItem` preference is set to prefill
2479    item values with those from the last added item, this preference can
2480    control which fields are prefilled (and which are not). Enter a space
2481    separated list of fields that you would like to prefill when adding a
2482    new item.
2483
2484 .. _unimarcfield100language-label:
2485
2486 UNIMARCField100Language
2487 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2488
2489 Default: fre
2490
2491 Asks: Use the language (ISO 690-2) \_\_\_ as default language in the
2492 UNIMARC field 100 when creating a new record or in the field plugin.
2493
2494 .. _z3950normalizeauthor-&-z3950authorauthfields-label:
2495
2496 z3950NormalizeAuthor & z3950AuthorAuthFields
2497 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2498
2499 Defaults: Don't copy & 701,702,700
2500
2501 Asks: \_\_\_ authors from the UNIMARC \_\_\_ tags (separated by commas)
2502 to the correct author tags when importing a record using Z39.50.
2503
2504 Description for z3950NormalizeAuthor:
2505
2506 -  This preference allows for 'Personal Name Authorities' to replace
2507    authors as the bibliographic authority. This preference should only
2508    be considered by libraries using UNIMARC.
2509
2510 Values for z3950NormalizeAuthor:
2511
2512 -  Copy
2513
2514 -  Don't copy
2515
2516 Description for z3950AuthorAuthFields:
2517
2518 -  This preference defines which MARC fields will be used for 'Personal
2519    Name Authorities' to replace authors as the bibliographic
2520    authorities. This preference only applies to those using UNIMARC
2521    encoding. The MARC fields selected here will only be used if
2522    'z3950NormalizeAuthor' is set to "Copy". The default field are 700,
2523    701, and 702.
2524
2525 .. _spine-labels-label:
2526
2527 Spine Labels
2528 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2529
2530 .. _spinelabelautoprint-label:
2531
2532 SpineLabelAutoPrint
2533 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2534
2535 Default: don't
2536
2537 Asks: When using the quick spine label printer, \_\_\_ automatically pop
2538 up a print dialog.
2539
2540 Values:
2541
2542 -  do
2543
2544 -  don't
2545
2546 .. _spinelabelformat-label:
2547
2548 SpineLabelFormat
2549 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2550
2551 Default: <itemcallnumber><copynumber>
2552
2553 Asks: Include the following fields on a quick-printed spine label:
2554 (Enter in columns from the biblio, biblioitems or items tables,
2555 surrounded by < and >.)
2556
2557 .. _spinelabelshowprintonbibdetails-label:
2558
2559 SpineLabelShowPrintOnBibDetails
2560 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2561
2562 Default: Don't display
2563
2564 Asks: \_\_\_ buttons on the bib details page to print item spine labels.
2565
2566 Values:
2567
2568 -  Display
2569
2570    |image24|
2571
2572 -  Don't display
2573
2574 .. _circulation-label:
2575
2576 Circulation
2577 ----------------------------
2578
2579 *Get there:* More > Administration > Global System Preferences >
2580 Circulation
2581
2582
2583
2584
2585 .. _article-requests-label:
2586
2587 Article Requests
2588 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2589
2590 .. _articlerequests-label:
2591
2592 ArticleRequests
2593 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2594
2595 Default: Don't enable
2596
2597 Asks: \_\_\_ patrons to place article requests.
2598
2599 Values:
2600
2601 -  Enable
2602
2603 -  Don't enable
2604
2605 Description:
2606
2607 -  This preference controls whether or not article requests are allowed to be placed by patrons in the OPAC.
2608
2609 .. _articlerequestslinkcontrol-label:
2610
2611 ArticleRequestsLinkControl 
2612 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2613
2614 Default: Use algorithm to show or hide
2615
2616 Asks: \_\_\_ article request link on search results.
2617
2618 Values:
2619
2620 -  Always show
2621
2622 -  Use algorithm to show or hide
2623    
2624 Description:
2625
2626 -  On the OPAC results page, either always show the 'Request article' link 
2627    or check the branch, patron and item type combination to determine 
2628    whether or not an article can be requested from this particular record 
2629    before displaying the link. 
2630
2631 .. _articlerequestsmandatoryfields-label:
2632
2633 ArticleRequestsMandatoryFields
2634 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2635
2636 Default: None selected
2637
2638 Asks: For records that are record level or item level requestable, make the following fields mandatory \_\_\_
2639
2640 Values:
2641
2642 -  [Select all]
2643
2644 -  Author
2645
2646 -  Chapters
2647
2648 -  Date
2649
2650 -  Issue
2651
2652 -  Pages
2653
2654 -  Title
2655
2656 -  Volume
2657
2658 Description:
2659
2660 -  This preference controls what fields must be filled in before an article request can be placed
2661    for either a record level or item level request. Choosing [Select all] indicates that all fields
2662    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2663    request can be placed.
2664
2665 .. _articlerequestsmandatoryfieldsitemsonly-label:
2666
2667 ArticleRequestsMandatoryFieldsItemsOnly
2668 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2669
2670 Default: None selected
2671
2672 Asks: For records that are only item level requestable, make the following fields mandatory \_\_\_
2673
2674 Values:
2675
2676 -  [Select all]
2677
2678 -  Author
2679
2680 -  Chapters
2681
2682 -  Date
2683
2684 -  Issue
2685
2686 -  Pages
2687
2688 -  Title
2689
2690 -  Volume
2691
2692 Description:
2693
2694 -  This preference controls what fields must be filled in before an article request can be placed
2695    for an item level request only. Choosing [Select all] indicates that all fields
2696    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2697    request can be placed.
2698
2699 .. _articlerequestsmandatoryfieldsrecordonly-label:
2700
2701 ArticleRequestsMandatoryFieldsRecordOnly
2702 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2703
2704 Default: None selected
2705
2706 Asks: For records that are only record level requestable, make the following fields mandatory \_\_\_
2707
2708 Values:
2709
2710 -  [Select all]
2711
2712 -  Author
2713
2714 -  Chapters
2715
2716 -  Date
2717
2718 -  Issue
2719
2720 -  Pages
2721
2722 -  Title
2723
2724 -  Volume
2725
2726 Description:
2727
2728 -  This preference controls what fields must be filled in before an article request can be placed
2729    for a record level request only. Choosing [Select all] indicates that all fields
2730    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2731    request can be placed.
2732
2733
2734 .. _batch-checkout-label:
2735
2736 Batch Checkout
2737 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2738
2739 .. _batchcheckouts-label:
2740
2741 BatchCheckouts
2742 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2743
2744 Default: Don't allow
2745
2746 Asks: \_\_\_ batch checkouts
2747
2748 Values:
2749
2750 -  Allow
2751
2752 -  Don't allow
2753
2754 .. _batchcheckoutsvalidcategories-label:
2755
2756 BatchCheckoutsValidCategories
2757 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2758
2759 Asks: Patron categories allowed to checkout in a batch \_\_\_ (list of
2760 patron categories separated with a pipe ^\|^)
2761
2762 .. _checkin-policy-label:
2763
2764 Checkin Policy
2765 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2766
2767 .. _blockreturnoflostitems-label:
2768
2769 BlockReturnOfLostItems
2770 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2771
2772 Default: Don't block
2773
2774 Asks: \_\_\_ returning of items that have been lost.
2775
2776 Values:
2777
2778 -  Block
2779
2780 -  Don't block
2781
2782 Description:
2783
2784 -  This preference controls whether and item with a lost status
2785    (952$1 in MARC21) can be checked in or not.
2786
2787 .. _blockreturnofwithdrawnitems-label:
2788
2789 BlockReturnOfWithdrawnItems
2790 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2791
2792 Default: Block
2793
2794 Asks: \_\_\_ returning of items that have been withdrawn.
2795
2796 Values:
2797
2798 -  Block
2799
2800 -  Don't block
2801
2802 Description:
2803
2804 -  This preference controls whether and item with a withdrawn status
2805    (952$0 in MARC21) can be checked in or not.
2806
2807 .. _calculatefinesonreturn-label:
2808
2809 CalculateFinesOnReturn
2810 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2811
2812 Default: Do
2813
2814 Asks: \_\_\_ calculate and update overdue charges when an item is
2815 returned.
2816
2817 Values:
2818
2819 -  Do
2820
2821 -  Don't
2822
2823 Description:
2824
2825 -  If this preference is set to "Do" and the :ref:`fines cron
2826    job <fines-label>` is off then Koha will calculate fines only
2827    when items are returned. If you have the fines cron job on and this
2828    preference set to "Do" then this preference will calculate fines
2829    based on the cron (usually run nightly) and then again when you check
2830    the item in. This option is best for those who are doing hourly
2831    loans. If this preference is set to "Don't" then fines will only be
2832    accrued if the fines cron job is running.
2833
2834     **Important**
2835
2836     If you are doing hourly loans then you should have this set to 'Do'.
2837
2838 .. _cumulativerestrictionperiods-label:
2839
2840 CumulativeRestrictionPeriods
2841 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2842
2843 Default: Don't cumulate
2844
2845 Asks: \_\_\_ the restriction periods.
2846
2847 Values:
2848
2849 -  Don't cumulate
2850
2851 -  Cumulate
2852
2853 .. _hidepersonalpatrondetailoncirculation-label:
2854
2855 HidePersonalPatronDetailOnCirculation
2856 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2857
2858 Default: Don't
2859
2860 Asks: \_\_\_ hide patrons phone number, email address, street address 
2861 and city in the circulation page 
2862
2863 Values:
2864
2865 -  Don't
2866
2867 -  Do
2868
2869 Description:
2870
2871 -  This preference controls the display of the patron's phone number, 
2872    email address, and physical address from the left side of the screen 
2873    (under their picture, if they have one). 
2874
2875 -  Set to 'Do' these informations will only be visible on the patron's 
2876    detail page.
2877
2878 .. _holdsautofill-label:
2879
2880 HoldsAutoFill
2881 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2882
2883 Default: Don't
2884
2885 Asks: \_\_\_ automatically fill holds instead of asking the librarian.
2886
2887 Values:
2888
2889 -  Do
2890    
2891 -  Don't
2892    
2893 Description:
2894
2895 -  If set to 'Do', the holds confirmation pop-up will not appear upon checking 
2896    in a reserved item.
2897
2898 .. _holdsautofillprintslip-label:
2899
2900 HoldsAutoFillPrintSlip 
2901 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2902
2903 Default: Don't
2904
2905 Asks: \_\_\_ automatically display the holds slip dialog for auto-filled holds.
2906
2907 Values:
2908
2909 -  Do
2910
2911 -  Don't
2912    
2913 Description:
2914
2915 -  If set to 'Do', the holds slip print pop-up will appear automatically 
2916    upon checking in a reserved item.
2917
2918 -  :ref:`HoldsAutoFill` must be set to 'do' for this preference to have any 
2919    effect. 
2920
2921 .. _updatenotforloanstatusoncheckin-label:
2922
2923 UpdateNotForLoanStatusOnCheckin
2924 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2925
2926 Asks: This is a list of value pairs. When an item is checked in, if the
2927 not for loan value on the left matches the items not for loan value it
2928 will be updated to the right-hand value. E.g. ^-1: 0' will cause an item
2929 that was set to 'Ordered' to now be available for loan. Each pair of
2930 values should be on a separate line.
2931
2932 .. _checkout-policy-label:
2933
2934 Checkout Policy
2935 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2936
2937 .. _agerestrictionmarker-label:
2938
2939 AgeRestrictionMarker
2940 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2941
2942 Asks: Restrict patrons with the following target audience values from
2943 checking out inappropriate materials: \_\_\_
2944
2945 Description:
2946
2947 -  This preference defines certain keywords that will trigger Koha to
2948    restrict checkout based on age. These restrictions can be overridden
2949    by the :ref:`AgeRestrictionOverride`
2950    preference. Enter in this field a series of keywords separated by bar
2951    (\|) with no spaces. For example PG\|R\|E\|EC\|Age\| will look for PG
2952    followed by an age number, R folllowed by an age number, Age followed
2953    by an age number, and so on. These values can appear in any MARC
2954    field, but Library of Congress recommends the 521$a (Target Audience
2955    Note). Whatever field you decide to use you must map the word
2956    agerestriction in the biblioitems table to that field in the :ref:`Koha to
2957    MARC Mapping <koha-to-marc-mapping-label>`. When cataloging you can enter
2958    values like PG 13 or E 10 in the 521$a and Koha will then notify
2959    circulation librarians that the material may not be recommended for
2960    the patron based on their age.
2961
2962        **Important**
2963
2964        You must map the word agerestriction in the biblioitems table to
2965        the MARC field where this information will appear via the :ref:`Koha
2966        to MARC Mapping <koha-to-marc-mapping-label>` administration area.
2967
2968 .. _agerestrictionoverride-label:
2969
2970 AgeRestrictionOverride
2971 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2972
2973 Default: Don't allow
2974
2975 Asks: \_\_\_ staff to check out an item with age restriction.
2976
2977 Values:
2978
2979 -  Allow
2980
2981    |image25|
2982
2983 -  Don't allow
2984
2985    |image26|
2986
2987 Description:
2988
2989 -  When the :ref:`AgeRestrictionMarker` preference
2990    is set, Koha will try to warn circulation librarians before checking
2991    out an item that might have an age restriction listed in the MARC
2992    record. This preference asks if you would like the staff to be able
2993    to still check out these items to patrons under the age limit.
2994
2995 .. _allfinesneedoverride-label:
2996
2997 AllFinesNeedOverride
2998 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2999
3000 Default: Require
3001
3002 Asks: \_\_\_ staff to manually override all fines, even fines less than
3003 :ref:`noissuescharge`.
3004
3005 Values:
3006
3007 -  Don't require
3008
3009 -  Require
3010
3011 Description:
3012
3013 -  This preference let's you decide if you want to always be warned that
3014    the patron has fines when checking out. If you have it set to
3015    'Require' then no matter how much money the patron owes a message
3016    will pop up warning you that the patron owes money.
3017
3018 .. _allowfineoverride-label:
3019
3020 AllowFineOverride
3021 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3022
3023 Default: Don't allow
3024
3025 Asks: \_\_\_ staff to manually override and check out items to patrons
3026 who have more than :ref:`noissuescharge` in fines.
3027
3028 Values:
3029
3030 -  Allow
3031
3032 -  Don't allow
3033
3034 Description:
3035
3036 -  This preference lets you decide if you staff can check out to patrons
3037    who owe more money than you usually let them carry on their account.
3038    If set to 'Allow' staff will be warned that the patrons owes money,
3039    but it won't stop the staff from checking out to the patron.
3040
3041 .. _allowitemsonholdcheckout-label:
3042
3043 AllowItemsOnHoldCheckout
3044 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3045
3046 Default: Don't allow
3047
3048 Asks: \_\_\_ checkouts of items reserved to someone else. If allowed do
3049 not generate RESERVE\_WAITING and RESERVED warning. This allows self
3050 checkouts for those items.
3051
3052 Values:
3053
3054 -  Allow
3055
3056 -  Don't allow
3057
3058     **Important**
3059
3060     This system preference relates only to SIP based self checkout, not
3061     Koha's web based self checkout.
3062
3063 Description:
3064
3065 -  When this preference is set to 'Allow' patrons will be able to use
3066    your external self check machine to check out a book to themselves
3067    even if it's on hold for someone else. If you would like Koha to
3068    prevent people from checking out books that are on hold for someone
3069    else set this preference to "Don't allow."
3070
3071 .. _allowitemsonholdcheckoutsco-label:
3072
3073 AllowItemsOnHoldCheckoutSCO
3074 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3075
3076 Default: Don't allow
3077
3078 Asks: \_\_\_ checkouts of items reserved to someone else in the SCO module.
3079 If allowed do not generate RESERVE_WAITING and RESERVED warning. This
3080 allows self checkouts for those items.
3081
3082 Values:
3083
3084 -  Allow
3085
3086 -  Don't allow
3087
3088     **Important**
3089
3090     This system preference relates only to Koha's web based self checkout.
3091
3092 Description:
3093
3094 -  When this preference is set to 'Allow' patrons will be able to use
3095    Koha's web based self checkout to check out a book to themselves
3096    even if it's on hold for someone else. If you would like Koha to
3097    prevent people from checking out books that are on hold for someone
3098    else set this preference to "Don't allow".
3099
3100 .. _allowmultipleissuesonabiblio-label:
3101
3102 AllowMultipleIssuesOnABiblio
3103 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3104
3105 Default: Allow
3106
3107 Asks: \_\_\_ patrons to check out multiple items from the same record.
3108
3109 Values:
3110
3111 -  Allow
3112
3113 -  Don't allow
3114
3115 Description:
3116
3117 -  If this preference is set to 'Allow' then patrons will be able to
3118    check out multiple copies of the same title at the same time. If it's
3119    set to "Don't allow" then patrons will only be allowed to check out
3120    one item attached to a record at a time. Regardless of the option
3121    chosen in this preference records with subscriptions attached will
3122    allow multiple check outs.
3123
3124        **Important**
3125
3126        This will only effect records without a subscription attached.
3127
3128 .. _allownotforloanoverride-label:
3129
3130 AllowNotForLoanOverride
3131 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3132
3133 Default: Allow
3134
3135 Asks: \_\_\_ staff to override and check out items that are marked as
3136 not for loan.
3137
3138 Values:
3139
3140 -  Allow
3141
3142 -  Don't allow
3143
3144 Description:
3145
3146 -  This parameter is a binary setting which controls the ability of
3147    staff (patrons will always be prevented from checking these items
3148    out) to check out items that are marked as "not for loan". Setting it
3149    to "Allow" would allow such items to be checked out, setting it to
3150    "Don't allow" would prevent this. This setting determines whether
3151    items meant to stay in the library, such as reference materials, and
3152    other library resources can be checked out by patrons.
3153
3154 .. _allowrenewallimitoverride-label:
3155
3156 AllowRenewalLimitOverride
3157 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3158
3159 Default: Allow
3160
3161 Asks: \_\_\_ staff to manually override the renewal limit and renew a
3162 checkout when it would go over the renewal limit.
3163
3164 Values:
3165
3166 -  Allow
3167
3168 -  Don't allow
3169
3170 Description:
3171
3172 -  This preference is a binary setting which controls the ability of
3173    staff to override the limits placed on the number of times an item
3174    can be renewed. Setting it to "Allow" would allow such limits to be
3175    overridden, setting it to "Don't allow" would prevent this. This is a
3176    preference in which if it is set to "allow" it would allow the
3177    library staff to use their judgment for overriding the renew limit
3178    for special cases, setting it to "Don't allow" prevents an
3179    opportunity for abuse by the library staff.
3180
3181 .. _allowreturntobranch-label:
3182
3183 AllowReturnToBranch
3184 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3185
3186 Default: to any library
3187
3188 Asks: Allow materials to be returned to \_\_\_
3189
3190 Values:
3191
3192 -  either the library the item is from or the library it was checked out
3193    from.
3194
3195 -  only the library the item is from.
3196
3197 -  only the library the item was checked out from.
3198
3199 -  to any library.
3200
3201 Description:
3202
3203 -  This preference lets the library system decide how they will accept
3204    returns. Some systems allow for items to be returned to any library
3205    in the system (the default value of this preference) others want to
3206    limit item returns to only specific branches. This preference will
3207    allow you to limit item returns (checkins) to the branch(es) set in
3208    the value.
3209
3210 .. _allowtoomanyoverride-label:
3211
3212 AllowTooManyOverride
3213 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3214
3215 Default: Allow
3216
3217 Asks: \_\_\_ staff to override and check out items when the patron has
3218 reached the maximum number of allowed checkouts.
3219
3220 Values:
3221
3222 -  Allow
3223
3224    |image27|
3225
3226 -  Don't allow
3227
3228    |image28|
3229
3230 Description:
3231
3232 -  If this preference is set to "Allow" then staff all will be presented
3233    with an option to checkout more items to a patron than are normally
3234    allowed in the :ref:`Circulation and fines rules`. If
3235    this preference is set to "Don't allow" then no staff member will be
3236    able to check out more than the circulation limit.
3237
3238 .. _automaticitemreturn-label:
3239
3240 AutomaticItemReturn
3241 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3242
3243 Default: Do
3244
3245 Asks: \_\_\_ automatically transfer items to their home branch when they
3246 are returned.
3247
3248 Values:
3249
3250 -  Do
3251
3252 -  Don't
3253
3254 Description:
3255
3256 -  This preference is a binary setting which determines whether an item
3257    is returned to its home branch automatically or not. If set to
3258    "Don't", the staff member checking an item in at a location other
3259    than the item's home branch will be asked whether the item will
3260    remain at the non-home branch (in which case the new location will be
3261    marked as a holding location) or returned. Setting it to "Do" will
3262    ensure that items checked in at a branch other than their home branch
3263    will be sent to that home branch.
3264
3265 .. _autoremoveoverduesrestrictions-label:
3266
3267 AutoRemoveOverduesRestrictions
3268 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3269
3270 Default: Do not
3271
3272 Asks: \_\_\_ allow OVERDUES restrictions triggered by sent notices to be
3273 cleared automatically when all overdue items are returned by a patron.
3274
3275 Values:
3276
3277 -  Do
3278
3279 -  Do not
3280
3281 Description:
3282
3283 -  Using the :ref:`Overdue Notice/Status Triggers` you
3284    can restrict patrons after they receive an overdue notice. This
3285    preference lets you define whether Koha will automatically remove
3286    that restriction once the overdue items in question are returned or
3287    not.
3288
3289 .. _circcontrol-label:
3290
3291 CircControl
3292 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3293
3294 Default: the library the item is from
3295
3296 Asks: Use the checkout and fines rules of \_\_\_
3297
3298 Values:
3299
3300 -  the library the item is from
3301
3302    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3303       determined by the item's library where
3304       :ref:`HomeOrHoldingBranch` chooses if item's
3305       home library is used or holding library is used.
3306
3307 -  the library the patron is from
3308
3309    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3310       determined the patron's home library
3311
3312 -  the library you are logged in at
3313
3314    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3315       determined by the library that checked the item out to the patron
3316
3317 .. _consideronsitecheckoutsasnormalcheckouts-label:
3318
3319 ConsiderOnSiteCheckoutsAsNormalCheckouts
3320 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3321
3322 Default: Consider
3323
3324 Asks: \_\_\_ on-site checkouts as normal checkouts. If enabled, the
3325 number of checkouts allowed will be normal checkouts + on-site
3326 checkouts. If disabled, both values will be checked separately.
3327
3328 Values:
3329
3330 -  Consider
3331
3332 -  Don't consider
3333
3334 Description:
3335
3336 -  This preference allows you to decide if checkouts that are
3337    :ref:`OnSiteCheckouts` are counted toward the total
3338    checkouts a patron can have. You can also set your :ref:`circulation and
3339    fine rules <circulation-and-fine-rules-label>` to allow only a certain number of
3340    normal and OnSite checkouts.
3341
3342 .. _defaultlongoverduechargevalue-label:
3343
3344 DefaultLongOverdueChargeValue
3345 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3346
3347 Asks: Charge a lost item to the borrower's account when the LOST value
3348 of the item changes to \_\_\_
3349
3350 Description:
3351
3352 -  Leave this field empty if you don't want to charge the user for lost
3353    items. If you want the user to be charged enter the `LOST authorized
3354    value <#lost>`__ you are using in the
3355    :ref:`DefaultLongOverdueLostValue <defaultlongoverduelostvalue-&-defaultlongoverduedays-label>`
3356    preference. This preference is used when the :ref:`longoverdue cron
3357    job <long-overdues-label>` is called without the --charge parameter.
3358
3359 .. _defaultlongoverduelostvalue-&-defaultlongoverduedays-label:
3360
3361 DefaultLongOverdueLostValue & DefaultLongOverdueDays
3362 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3363
3364 Asks: By default, set the LOST value of an item to \_\_\_ when the item
3365 has been overdue for more than \_\_\_ days.
3366
3367 Description:
3368
3369 -  These preferences are used when the :ref:`longoverdue cron
3370    job <long-overdues-label>` is called without the --lost parameter. It
3371    allows users to set the values of the :ref:`longoverdue
3372    cron <long-overdues-label>` without having to edit the crontab.
3373    Setting the values to 1 and 30 for example will mark the item with
3374    the `LOST authorized value <#lost>`__ of 1 after the item is 30 days
3375    overdue.
3376
3377 .. _holdsinnoissuescharge-label:
3378
3379 HoldsInNoissuesCharge
3380 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3381
3382 Default: Don't include
3383
3384 Asks: \_\_\_ hold charges when summing up charges for noissuescharge.
3385
3386 Values:
3387
3388 -  Don't include
3389
3390 -  Include
3391
3392 .. _homeorholdingbranch-label:
3393
3394 HomeOrHoldingBranch
3395 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3396
3397 Default: the library the item was checked out from
3398
3399 Asks: Use the checkout and fines rules of \_\_\_
3400
3401 Values:
3402
3403 -  the library the item is from
3404
3405    -  This is equivalent to 'home library'
3406
3407 -  the library the item was checked out from
3408
3409    -  This is equivalent to 'holding library'
3410
3411 Description:
3412
3413 -  This preference does several things.
3414
3415    -  If :ref:`CircControl` is set to 'the library the item
3416       is from' then the :ref:`circulation and fines
3417       policies <circulation-and-fine-rules-label>` will be determined by the item's
3418       library where HomeOrHoldingBranch chooses if item's home library
3419       is used or holding library is used.
3420
3421    -  If :ref:`IndependentBranches` is set to
3422       'Prevent' then the value of this preference is used in figuring
3423       out if the item can be checked out. If the item's home library
3424       does not match the logged in library, the item cannot be checked
3425       out unless you are a :ref:`superlibrarian <patron-permissions-defined-label>`.
3426
3427     **Important**
3428
3429     It is not recommend that this setting be changed after initial setup
3430     of Koha because it will change the behavior of items already checked
3431     out.
3432
3433 .. _inprocessingtoshelvingcart-label:
3434
3435 InProcessingToShelvingCart
3436 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3437
3438 Default: Don't move
3439
3440 Asks: \_\_\_ items that have the location PROC to the location CART when
3441 they are checked in.
3442
3443 Values:
3444
3445 -  Don't move
3446
3447 -  Move
3448
3449 Description:
3450
3451 -  This preference is used to manage automatically changing item
3452    locations from processing (PROC) to the book cart (CART). A :ref:`cron
3453    job <in-processing/book-cart-label>` needs to be set to run at specified intervals
3454    to age items from CART to the permanent shelving location. (For
3455    example, an hourly cron entry of cart\_to\_shelf.pl --hours 3 where
3456    --hours is the amount of time an item should spend on the cart before
3457    aging to its permanent location.) More information can be found in
3458    the :ref:`related chapter <in-processing-/-book-cart-locations-label>` in this manual.
3459
3460    -  **Note**
3461
3462           If the :ref:`ReturnToShelvingCart` system
3463           preference is turned on, any newly checked-in item is also
3464           automatically put into the shelving cart, to be covered by the
3465           same script run.
3466
3467    -  **Important**
3468
3469           Checkins with confirmed holds will not go into the shelving
3470           cart. If items on the shelving cart are checked out, the cart
3471           location will be cleared.
3472
3473 .. _issuelostitem-label:
3474
3475 IssueLostItem
3476 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3477
3478 Default: display a message
3479
3480 Asks: When issuing an item that has been marked as lost, \_\_\_.
3481
3482 Values:
3483
3484 -  display a message
3485
3486    |image29|
3487
3488 -  do nothing
3489
3490    -  This option will just check the item out without notifying you
3491       that the item was marked lost.
3492
3493 -  require confirmation
3494
3495    |image30|
3496
3497 Description:
3498
3499 -  This preference lets you define how library staff are notified that
3500    an item with a lost status is being checked out. This will help staff
3501    mark items as 'available' if you choose to 'display a message' or
3502    'require confirmation.^ If you choose to 'do nothing,^ there will be
3503    no notification that the item being checked out is marked as 'lost.^
3504
3505 .. _issuinginprocess-label:
3506
3507 IssuingInProcess
3508 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3509
3510 Default: Don't prevent
3511
3512 Asks: \_\_\_ patrons from checking out an item whose rental charge would
3513 take them over the limit.
3514
3515 Values:
3516
3517 -  Don't prevent
3518
3519 -  Prevent
3520
3521 Description:
3522
3523 -  This preference determines if a patron can check items out if there
3524    is an overdue fine on the account and any of the materials the patron
3525    wishes to check out will potentially tip the account balance over the
3526    maximum fines policy the library has in place.
3527
3528 Example: Your library has a $5 limit set for 'fines' (ie, after
3529 incurring $5 in fines, a patron can no longer check out items). A patron
3530 comes to the desk with 5 items to check out (4 books and a video) The
3531 patron has $4 in charges already on their account. One of the videos has
3532 a rental charge of $1, therefore making the total fines on the patron's
3533 account suddenly $5 (the limit).
3534
3535 .. _maninvinnoissuescharge-label:
3536
3537 ManInvInNoissuesCharge
3538 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3539
3540 Default: Include
3541
3542 Asks: \_\_\_ MANUAL\_INV charges when summing up charges for
3543 noissuescharge.
3544
3545 Values:
3546
3547 -  Don't include
3548
3549 -  Include
3550
3551 Description:
3552
3553 -  This preference lets you decide if charges entered as manual invoices
3554    are included when calculating the
3555    :ref:`noissuescharge`. If this is set to include then
3556    Koha will include all manual invoices when deciding if the patron
3557    owes too much money to check anything else out of the library. If
3558    it's set to Don't include then Koha will ignore all manual invoice
3559    charges when figuring out if the patron owes too much money to
3560    checkout additional materials.
3561
3562 .. _marklostitemsasreturned-label:
3563
3564 MarkLostItemsAsReturned
3565 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3566
3567 Default: Mark
3568
3569 Asks: \_\_\_ items as returned when flagged as lost.
3570
3571 Values:
3572
3573 -  Do not mark
3574
3575 -  Mark
3576
3577 Description:
3578
3579 -  This preference lets you decide if an item marked as lost is automatically returned from the user's file or not.
3580
3581 .. _maxoutstanding-label:
3582
3583 maxoutstanding
3584 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3585
3586 Default: 5
3587
3588 Asks: Prevent patrons from making holds on the OPAC if they owe more
3589 than \_\_\_ USD in fines.
3590
3591 .. _noissuescharge-label:
3592
3593 noissuescharge
3594 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3595
3596 Default: 5
3597
3598 Asks: Prevent patrons from checking out books if they have more than
3599 \_\_\_ USD in fines.
3600
3601 Description:
3602
3603 -  This preference is the maximum amount of money owed to the library
3604    before the user is banned from borrowing more items. Using the
3605    :ref:`ManInvInNoissuesCharge` and
3606    :ref:`RentalsInNoissuesCharge` preferences
3607    you can control which types of charges are considered in this total.
3608    This also coincides with :ref:`maxoutstanding` that
3609    limits patrons from placing holds when the maximum amount is owed to
3610    the library.
3611
3612 .. _noissueschargeguarantees-label:
3613
3614 NoIssuesChargeGuarantees
3615 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3616
3617 Asks: Prevent a patron from checking out if the patron has guarantees
3618 owing in total more than \_\_\_ USD in fines.
3619
3620 Description:
3621
3622 -  Allows a library to prevent patrons from checking out items if his or
3623    her guarantees owe too much in fines.
3624
3625 .. _norenewalbeforeprecision-label:
3626
3627 NoRenewalBeforePrecision
3628 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3629
3630 Default: date
3631
3632 Asks: Calculate "No renewal before" based on \_\_\_.
3633
3634 Values:
3635
3636 -  date
3637
3638 -  exact time
3639
3640     **Note**
3641
3642     Only relevant for loans calculated in days, hourly loans are not
3643     affected.
3644
3645 Description:
3646
3647 -  This preference allows you to control how the 'No renewal before"
3648    option in the :ref:`Circulation and fines rules`
3649    administration area.
3650
3651 .. _noticebcc-label:
3652
3653 NoticeBcc
3654 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3655
3656 Asks: Send all notices as a BCC to this email address \_\_\_
3657
3658 This preference makes it so that a librarian can get a copy of every
3659 notice sent out to patrons.
3660
3661     **Note**
3662
3663     If you'd like more than one person to receive the blind copy you can
3664     simply enter in multiple email addresses separated by commas.
3665
3666 .. _onsitecheckouts-label:
3667
3668 OnSiteCheckouts
3669 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3670
3671 Default: Disable
3672
3673 Asks: \_\_\_ the on-site checkouts feature.
3674
3675 Values:
3676
3677 -  Disable
3678
3679 -  Enable
3680
3681    |image1184|
3682
3683 Description:
3684
3685 -  This preference lets you check out items that are 'not for loan' to
3686    patrons. A checkbox is added to the checkout screen when this
3687    preference is set to 'Enable' labeled 'On-site checkout'. This allows
3688    you to track who's using items that are normally not for loan or are
3689    in a closed stack setting.
3690
3691 .. _onsitecheckoutsforce-label:
3692
3693 OnSiteCheckoutsForce
3694 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3695
3696 Default: Disable
3697
3698 Asks: \_\_\_ the on-site for all cases (Even if a user is debarred,
3699 etc.).
3700
3701 Values:
3702
3703 -  Disable
3704
3705 -  Enable
3706
3707    |image31|
3708
3709 Description:
3710
3711 -  This preference lets the staff override any restrictions a patron
3712    might have and check out items for use within the library. The
3713    :ref:`OnSiteCheckouts` preference must first be set
3714    to 'Enable' for this preference to be considered.
3715
3716 .. _opacfinenorenewalsblockautorenew-label:
3717
3718 OPACFineNoRenewalsBlockAutoRenew
3719 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3720
3721 Default: Allow
3722
3723 Asks: If a patron owes more than the value of :ref:`OPACFineNoRenewals`,
3724 \_\_\_ his/her auto renewals.
3725
3726 Values:
3727
3728 -  Allow
3729
3730 -  Block
3731
3732 .. _overduenoticecalendar-label:
3733
3734 OverdueNoticeCalendar
3735 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3736
3737 Default: Ignore calendar
3738
3739 Asks: \_\_\_ when working out the period for overdue notices
3740
3741 Values:
3742
3743 -  Ignore calendar
3744
3745    -  Notices do not take holidays into account, so they will be sent
3746       even if holidays have meant the item is not actually overdue yet
3747
3748 -  Use calendar
3749
3750    -  Notices take holidays into account, so they will not be sent if
3751       holidays mean the item is not actually overdue yet
3752
3753 .. _overduesblockcirc-label:
3754
3755 OverduesBlockCirc
3756 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3757
3758 Default: Ask for confirmation
3759
3760 Asks: \_\_\_ when checking out to a borrower that has overdues
3761 outstanding
3762
3763 Values:
3764
3765 -  Ask for confirmation
3766
3767    -  Will not let you check an item out to patrons with overdues until
3768       a librarian confirms that it is okay
3769
3770 -  Block
3771
3772    -  Block all patrons with overdue items from being able to check out
3773
3774 -  Don't block
3775
3776    -  Allow all patrons with overdue items to continue to check out
3777
3778 .. _overduesblockrenewing-label:
3779
3780 OverduesBlockRenewing
3781 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3782
3783 Default: allow renewing
3784
3785 Asks: When a patron's checked out item is overdue, \_\_\_
3786
3787 Values:
3788
3789 -  allow renewing
3790
3791 -  block renewing for all the patron's items
3792
3793 -  block renewing for only this item
3794
3795 .. _printnoticesmaxlines-label:
3796
3797 PrintNoticesMaxLines
3798 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3799
3800 Asks: Include up to \_\_\_ item lines in a printed overdue notice.
3801
3802     **Note**
3803
3804     If the number of items is greater than this number, the notice will
3805     end with a warning asking the borrower to check their online account
3806     for a full list of overdue items.
3807
3808     **Note**
3809
3810     Set to 0 to include all overdue items in the notice, no matter how
3811     many there are.
3812
3813     **Important**
3814
3815     This preference only refers to the print notices, not those sent via
3816     email.
3817
3818 .. _renewalperiodbase-label:
3819
3820 RenewalPeriodBase
3821 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3822
3823 Default: the old due date of the checkout
3824
3825 Asks: When renewing checkouts, base the new due date on \_\_\_
3826
3827 Values:
3828
3829 -  the old due date of the checkout
3830
3831 -  the current date
3832
3833 .. _renewalsendnotice-label:
3834
3835 RenewalSendNotice
3836 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3837
3838 Default: Don't send
3839
3840 Asks: \_\_\_\_ a renewal notice according to patron checkout alert
3841 preferences.
3842
3843 Values:
3844
3845 -  Don't send
3846
3847 -  Send
3848
3849 Description:
3850
3851 -  If a patron has chosen to receive a check out notice in their
3852    messaging preferences and this preference is set to 'Send' then those
3853    patrons will also receive a notice when they renew materials. You
3854    will want to set up a :ref:`new notice <adding-notices-&-slips-label>` with the code of
3855    RENEWAL (if you don't already have it) with custom text for renewing
3856    items.
3857
3858        **Important**
3859
3860        This preference requires that you have
3861        :ref:`EnhancedMessagingPreferences`
3862        set to 'Allow'
3863
3864 .. _rentalfeescheckoutconfirmation-label:
3865
3866 RentalFeesCheckoutConfirmation
3867 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3868
3869 Default: do not ask
3870
3871 Asks: When checking out an item with rental fees, \_\_\_ for
3872 confirmation.
3873
3874 Values:
3875
3876 -  ask
3877
3878   |image1183|
3879
3880 -  do not ask
3881
3882 Description:
3883
3884 -  If you are charging rental fees for items this preference will make
3885    it so that you can show (or not show) a confirmation before checking
3886    out an item that will incur a rental charge.
3887
3888 .. _rentalsinnoissuescharge-label:
3889
3890 RentalsInNoissuesCharge
3891 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3892
3893 Default: Include
3894
3895 Asks: \_\_\_ rental charges when summing up charges for noissuescharge.
3896
3897 Values:
3898
3899 -  Don't include
3900
3901 -  Include
3902
3903 Description:
3904
3905 -  This preference lets you decide if rental charges are included when
3906    calculating the :ref:`noissuescharge`. If this is set
3907    to include then Koha will include all rental charges when deciding if
3908    the patron owes too much money to check anything else out of the
3909    library. If it's set to Don't include then Koha will ignore all
3910    rental charges when figuring out if the patron owes too much money to
3911    checkout additional materials.
3912
3913 .. _restrictionblockrenewing-label:
3914
3915 RestrictionBlockRenewing
3916 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3917
3918 Default: Allow
3919
3920 Asks: If patron is restricted, \_\_\_ renewing of items.
3921
3922 Values:
3923
3924 -  Allow
3925
3926 -  Block
3927
3928 .. _returnbeforeexpiry-label:
3929
3930 ReturnBeforeExpiry
3931 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3932
3933 Default: Don't require
3934
3935 Asks: \_\_\_ patrons to return books before their accounts expire (by
3936 restricting due dates to before the patron's expiration date).
3937
3938 Values:
3939
3940 -  Don't require
3941
3942 -  Require
3943
3944 Description:
3945
3946 -  This is preference may prevent a patron from having items checked out
3947    after their library card has expired. If this is set to "Require",
3948    then a due date of any checked out item can not be set for a date
3949    which falls after the patron's card expiration. If the setting is
3950    left "Don't require" then item check out dates may exceed the
3951    expiration date for the patron's library card.
3952
3953 .. _returntoshelvingcart-label:
3954
3955 ReturnToShelvingCart
3956 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3957
3958 Default: Don't move
3959
3960 Asks: \_\_\_ all items to the location CART when they are checked in.
3961
3962 Values:
3963
3964 -  Don't move
3965
3966 -  Move
3967
3968 Description:
3969
3970 -  More information can be found in the :ref:`related
3971    chapter <in-processing-/-book-cart-locations-label>` in this manual.
3972
3973 .. _staffsearchresultsdisplaybranch-label:
3974
3975 StaffSearchResultsDisplayBranch
3976 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3977
3978 Default: the library the item is held by
3979
3980 Asks: For search results in the staff client, display the branch of
3981 \_\_\_
3982
3983 Values:
3984
3985 -  the library the item is from
3986
3987 -  the library the items is held by
3988
3989 .. _switchonsitecheckouts-label:
3990
3991 SwitchOnSiteCheckouts
3992 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3993
3994 Default: Don't switch
3995
3996 Asks: \_\_\_ on-site checkouts to normal checkouts when checked out.
3997
3998 Values:
3999
4000 -  Don't switch
4001
4002 -  Switch
4003
4004 .. _transfersmaxdayswarning-label:
4005
4006 TransfersMaxDaysWarning
4007 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4008
4009 Default: 3
4010
4011 Asks: Show a warning on the "Transfers to Receive" screen if the
4012 transfer has not been received \_\_\_ days after it is sent.
4013
4014 Description:
4015
4016 -  The TransferMaxDaysWarning preference is set at a default number of
4017    days. This preference allows for a warning to appear after a set
4018    amount of time if an item being transferred between library branches
4019    has not been received. The warning will appear in the :ref:`Transfers to
4020    Receive <transfers-to-receive-label>` report.
4021
4022 .. _usebranchtransferlimits-&-branchtransferlimitstype-label:
4023
4024 UseBranchTransferLimits & BranchTransferLimitsType
4025 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4026
4027 Defaults: Don't enforce & collection code
4028
4029 Asks: \_\_\_ branch transfer limits based on \_\_\_
4030
4031 UseBranchTransferLimits Values:
4032
4033 -  Don't enforce
4034
4035 -  Enforce
4036
4037 BranchTransferLimitsType Values:
4038
4039 -  collection code
4040
4041 -  item type
4042
4043 BranchTransferLimitsType Description:
4044
4045 -  This parameter is a binary setting which determines whether items are
4046    transferred according to item type or collection code. This value
4047    determines how the library manager is able to restrict what items can
4048    be transferred between the branches.
4049
4050 .. _usedaysmode-label:
4051
4052 useDaysMode
4053 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4054
4055 Default: Don't include
4056
4057 Asks: Calculate the due date using \_\_\_.
4058
4059 Values:
4060
4061 -  circulation rules only.
4062
4063 -  the calendar to push the due date to the next open day.
4064
4065 -  the calendar to skip all days the library is closed.
4066
4067 Description:
4068
4069 -  This preference controls how scheduled library closures affect the
4070    due date of a material. The 'the calendar to skip all days the
4071    library is closed' setting allows for a scheduled closure not to
4072    count as a day in the loan period, the 'circulation rules only'
4073    setting would not consider the scheduled closure at all, and 'the
4074    calendar to push the due date to the next open day' would only effect
4075    the due date if the day the item is due would fall specifically on
4076    the day of closure.
4077
4078 Example:
4079
4080 -  The library has put December 24th and 25th in as closures on the
4081    calendar. A book checked out by a patron has a due date of December
4082    25th according to the circulation and fine rules. If this preference
4083    is set to 'circulation rules only' then the item will remain due on
4084    the 25th. If the preference is set to 'the calendar to push the due
4085    date to the next open day' then the due date will be December 26th.
4086    If the preference is set to 'the calendar to skip all days the
4087    library is closed' then the due date will be pushed to the 27th of
4088    December to accommodate for the two closed days.
4089
4090 The calendar is defined on a branch by branch basis. To learn more about
4091 the calendar, check out the ^:ref:`Calendar & Holidays <calendar-label>`^
4092 section of this manual.
4093
4094 .. _usetransportcostmatrix-label:
4095
4096 UseTransportCostMatrix
4097 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4098
4099 Default: Don't use
4100
4101 Asks: \_\_\_ Transport Cost Matrix for calculating optimal holds filling
4102 between branches.
4103
4104 Values:
4105
4106 -  Don't use
4107
4108 -  Use
4109
4110 Description:
4111
4112 -  If the system is configured to use the :ref:`Transport cost
4113    matrix <transport-cost-matrix-label>` for filling holds, then when
4114    attempting to fill a hold, the system will search for the lowest cost
4115    branch, and attempt to fill the hold with an item from that branch
4116    first. Branches of equal cost will be selected from randomly. The
4117    branch or branches of the next highest cost shall be selected from
4118    only if all the branches in the previous group are unable to fill the
4119    hold.
4120
4121    The system will use the item's current holding branch when
4122    determining whether the item can fulfill a hold using the Transport
4123    Cost Matrix.
4124
4125 .. _course-reserves-label:
4126
4127 Course Reserves
4128 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4129
4130 .. _usecoursereserves-label:
4131
4132 UseCourseReserves
4133 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4134
4135 Default: Don't use
4136
4137 Asks: \_\_\_ course reserves
4138
4139 Values:
4140
4141 -  Don't use
4142
4143 -  Use
4144
4145 Description:
4146
4147 -  The `Course Reserves <#coursereserves>`__ module in Koha allows you
4148    to temporarily move items to 'reserve' and assign different
4149    circulation rules to these items while they are being used for a
4150    specific course.
4151
4152 .. _fines-policy-label:
4153
4154 Fines Policy
4155 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4156
4157 .. _finescalendar-label:
4158
4159 finesCalendar
4160 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4161
4162 Default: not including the days the library is closed
4163
4164 Asks: Calculate fines based on days overdue \_\_\_
4165
4166 Values:
4167
4168 -  directly
4169
4170 -  not including the days the library is closed
4171
4172 Description:
4173
4174 -  This preference will determine whether or not fines will be accrued
4175    during instances when the library is closed. Examples include
4176    holidays, library in-service days, etc. Choosing "not including the
4177    days the library is closed" setting will enable Koha to access its
4178    :ref:`Calendar` module and be considerate of dates when
4179    the library is closed. To make use of this setting the administrator
4180    must first access Koha's calendar and mark certain days as "holidays"
4181    ahead of time.
4182
4183 The calendar is defined on a branch by branch basis. To learn more about
4184 the calendar, check out the ^:ref:`Calendar & Holidays <calendar-label>`
4185 section of this manual.
4186
4187 .. _finesincludegraceperiod-label:
4188
4189 FinesIncludeGracePeriod
4190 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4191
4192 Default: Include
4193
4194 Asks: \_\_\_ the grace period when calculating the fine for an overdue
4195 item.
4196
4197 Values:
4198
4199 -  Don't include
4200
4201 -  Include
4202
4203 Description:
4204
4205 -  This preference lets you control how Koha calculates fines when there
4206    is a grace period. If you choose to include the grace period when
4207    calculating fines then Koha will charge for the days in the grace
4208    period should the item be overdue more than those days. If you choose
4209    not to include the grace period then Koha will only charge for the
4210    days overdue after the grace period.
4211
4212 .. _finesmode-label:
4213
4214 finesMode
4215 ^^^^^^^^^^^^^^^^^^^^^^^^^^
4216
4217 Default: Calculate (but only for mailing to the admin)
4218
4219 Asks: \_\_\_ fines
4220
4221 Values:
4222
4223 -  Calculate (but only for mailing to the admin)
4224
4225 -  Calculate and charge
4226
4227 -  Don't calculate
4228
4229     **Important**
4230
4231     Requires that you have the fines cron job running
4232     (misc/cronjobs/fines.pl)
4233
4234 .. _holdfeemode-label:
4235
4236 HoldFeeMode
4237 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4238
4239 Default: only if all items are checked out and the record has at least one hold already.
4240
4241 Asks: Charge a hold fee \_\_\_
4242
4243 Values:
4244
4245 -  any time a hold is collected.
4246
4247 -  any time a hold is placed.
4248
4249 -  only if all items are checked out and the record has at least one hold already.
4250
4251 .. _processingfeenote-label:
4252
4253 ProcessingFeeNote
4254 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4255
4256 Asks: Set the text to be recorded in the column 'note', table 'accountlines' when the processing fee (defined in item type) is applied.
4257
4258 .. _refundlostonreturncontrol-label:
4259
4260 RefundLostOnReturnControl
4261 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4262
4263 Default: check-in library.
4264
4265 Asks: If a lost item is returned, apply the refunding rules defined
4266 in the \_\_\_
4267
4268 Values:
4269
4270 -  check-in library.
4271
4272 -  item holding branch.
4273
4274 -  item home branch.
4275
4276 .. _usedefaultreplacementcost-label:
4277
4278 useDefaultReplacementCost
4279 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4280
4281 Default: Don't use
4282
4283 Asks: \_\_\_ the default replacement cost defined in item type.
4284
4285 Values:
4286
4287 -  Don't use
4288
4289 -  Use
4290
4291 Description:
4292
4293 -  This preference enables the use of the replacement cost set on the item type level
4294
4295 .. _whenlostchargereplacementfee-label:
4296
4297 WhenLostChargeReplacementFee
4298 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4299
4300 Default: Charge
4301
4302 Asks: \_\_\_ the replacement price when a patron loses an item.
4303
4304 Values:
4305
4306 -  Charge
4307
4308 -  Don't charge
4309
4310 Description:
4311
4312 -  This preference lets you tell Koha what to do with an item is marked
4313    lost. If you want Koha can 'Charge' the patron the replacement fee
4314    listed on the item they lost or it can do nothing in reference to the
4315    patron and just mark the item lost in the catalog.
4316
4317 .. _whenlostforgivefine-label:
4318
4319 WhenLostForgiveFine
4320 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4321
4322 Default: Don't forgive
4323
4324 Asks: \_\_\_ the fines on an item when it is lost.
4325
4326 Values:
4327
4328 -  Don't forgive
4329
4330 -  Forgive
4331
4332 Description:
4333
4334 -  This preference allows the library to decide if fines are charged in
4335    addition to the replacement fee when an item is marked as lost. If
4336    this preference is set to 'Forgive' then the patron won't be charged
4337    fines in addition to the replacement fee.
4338
4339 .. _holds-policy-label:
4340
4341 Holds Policy
4342 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4343
4344 .. _allowholddateinfuture-label:
4345
4346 AllowHoldDateInFuture
4347 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4348
4349 Default: Allow
4350
4351 Asks: \_\_\_ hold requests to be placed that do not enter the waiting
4352 list until a certain future date.
4353
4354 Values:
4355
4356 -  Allow
4357
4358 -  Don't allow
4359
4360 .. _allowholditemtypeselection-label:
4361
4362 AllowHoldItemTypeSelection
4363 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4364
4365 Default: Don't allow
4366
4367 Asks: \_\_\_ hold fulfillment to be limited by itemtype.
4368
4369 Values:
4370
4371 -  Allow
4372
4373 -  Don't allow
4374
4375 .. _allowholdpolicyoverride-label:
4376
4377 AllowHoldPolicyOverride
4378 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4379
4380 Default: Allow
4381
4382 Asks: \_\_\_ staff to override hold policies when placing holds.
4383
4384 Values:
4385
4386 -  Allow
4387
4388 -  Don't allow
4389
4390 Description:
4391
4392 -  This preference is a binary setting which controls whether or not the
4393    library staff can override the circulation and fines rules as they
4394    pertain to the placement of holds. Setting this value to "Don't
4395    allow" will prevent anyone from overriding, setting it to "Allow"
4396    will allow it. This setting is important because it determines how
4397    strict the libraries rules for placing holds are. If this is set to
4398    "Allow", exceptions can be made for patrons who are otherwise
4399    normally in good standing with the library, but there is opportunity
4400    for the staff to abuse this function. If it is set to "Don't allow",
4401    no abuse of the system is possible, but it makes the system entirely
4402    inflexible in respect to holds.
4403
4404 .. _allowholdsondamageditems-label:
4405
4406 AllowHoldsOnDamagedItems
4407 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4408
4409 Default: Allow
4410
4411 Asks: \_\_\_ hold requests to be placed on damaged items.
4412
4413 Values:
4414
4415 -  Allow
4416
4417 -  Don't allow
4418
4419 Description:
4420
4421 -  This parameter is a binary setting which controls whether or not hold
4422    requests can be placed on items that are marked as "damaged" (items
4423    are marked as damaged by editing subfield 4 on the item record).
4424    Setting this value to "Don't allow" will prevent anyone from placing
4425    a hold on such items, setting it to "Allow" will allow it. This
4426    preference is important because it determines whether or not a patron
4427    can place a request for an item that might be in the process of being
4428    repaired or not in good condition. The library may wish to set this
4429    to "Don't allow" if they were concerned about their patrons not
4430    receiving the item in a timely manner or at all (if it is determined
4431    that the item is beyond repair). Setting it to "Allow" would allow a
4432    patron to place a hold on an item and therefore receive it as soon as
4433    it becomes available.
4434
4435 .. _allowholdsonpatronspossessions-label:
4436
4437 AllowHoldsOnPatronsPossessions
4438 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4439
4440 Default: Allow
4441
4442 Asks: \_\_\_\_ a patron to place a hold on a record where the patron
4443 already has one or more items attached to that record checked out.
4444
4445 Values:
4446
4447 -  Allow
4448
4449 -  Don't allow
4450
4451 Description:
4452
4453 -  By setting to "Don't allow," you can prevent patrons from placing
4454    holds on items they already have out, thus preventing them from
4455    blocking anyone else from getting an item.
4456
4457 .. _allowrenewalifotheritemsavailable-label:
4458
4459 AllowRenewalIfOtherItemsAvailable
4460 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4461
4462 Default: Don't allow
4463
4464 Asks: \_\_\_ a patron to renew an item with unfilled holds if other
4465 available items can fill that hold.
4466
4467 Values:
4468
4469 -  Allow
4470
4471 -  Don't allow
4472
4473 .. _autoresumesuspendedholds-label:
4474
4475 AutoResumeSuspendedHolds
4476 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4477
4478 Default: Allow
4479
4480 Asks: \_\_\_ suspended holds to be automatically resumed by a set date.
4481
4482 Values:
4483
4484 -  Allow
4485
4486 -  Don't allow
4487
4488 Description:
4489
4490 -  If this preference is set to 'Allow' then all suspended holds will be
4491    able to have a date at after which they automatically become
4492    unsuspended. If you have this preference set to 'Allow' you will also
4493    need the :ref:`Unsuspend Holds` cron job running.
4494
4495     **Important**
4496
4497     The holds will become unsuspended the date after that entered by the
4498     patron.
4499
4500 .. _canmarkholdstopullaslost-label:
4501
4502 CanMarkHoldsToPullAsLost
4503 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4504
4505 Default: Do not allow to mark items as lost
4506
4507 Asks: \_\_\_ from the 'Holds to pull' screen
4508
4509 Values:
4510
4511 -  Allow to mark items as lost
4512
4513 -  Allow to mark items as lost and notify the patron
4514
4515 -  Do not allow to mark items as lot
4516
4517 Description:
4518
4519 -  This preference lets you choose whether the staff can mark items
4520    as lost directly from the 'Holds to pull' list if they can't
4521    find the item on the shelf.
4522
4523 .. _canreservefromotherbranches-label:
4524
4525 canreservefromotherbranches
4526 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4527
4528 Default: Allow
4529
4530 Asks: \_\_\_ a user from one library to place a hold on an item from
4531 another library
4532
4533 Description:
4534
4535 -  This preference is a binary setting which determines whether patrons
4536    can place holds on items from other branches. If the preference is
4537    set to "Allow" patrons can place such holds, if it is set to "Don't
4538    allow" they cannot. This is an important setting because it
4539    determines if users can use Koha to request items from another
4540    branch. If the library is sharing an installation of Koha with other
4541    independent libraries which do not wish to allow interlibrary
4542    borrowing it is recommended that this parameter be set to "Don't
4543    allow".
4544
4545 Values:
4546
4547 -  Allow
4548
4549 -  Don't allow (with :ref:`independent branches <independentbranches-label>`)
4550
4551 .. _confirmfutureholds-label:
4552
4553 ConfirmFutureHolds
4554 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4555
4556 Default: 0
4557
4558 Asks: Confirm future hold requests (starting no later than \_\_\_ days
4559 from now) at checkin time.
4560
4561 Description:
4562
4563 -  When confirming a hold at checkin time, the number of days in this
4564    preference is taken into account when deciding which holds to show
4565    alerts for. This preference does not interfere with renewing,
4566    checking out or transferring a book.
4567
4568     **Note**
4569
4570     This number of days will be used too in calculating the default end
4571     date for the Holds to pull-report. But it does not interfere with
4572     issuing, renewing or transferring books.
4573
4574     **Important**
4575
4576     This preference is only looked at if you're allowing hold dates in
4577     the future with :ref:`AllowHoldDateInFuture`
4578     or :ref:`OPACAllowHoldDateInFuture`
4579
4580 .. _decreaseloanhighholds,-decreaseloanhighholdsduration,-decreaseloanhighholdsvalue,-decreaseloanhighholdscontrol,-and-decreaseloanhighholdsignorestatuses-label:
4581
4582 decreaseLoanHighHolds, decreaseLoanHighHoldsDuration, decreaseLoanHighHoldsValue, decreaseLoanHighHoldsControl, and decreaseLoanHighHoldsIgnoreStatuses
4583 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4584
4585 Asks: \_\_\_ the reduction of loan period \_\_\_ to days for items with
4586 more than \_\_\_ holds \_\_\_ . Ignore items with the following statuses
4587 when counting items \_\_\_
4588
4589 decreaseLoanHighHolds default: Don't enable
4590
4591 decreaseLoanHighHoldsControl default: on the record
4592
4593 decreaseLoanHighHolds values:
4594
4595 -  Enable
4596
4597 decreaseLoanHighHoldsControl values:
4598
4599 -  over the number of holdable items on the records
4600
4601 -  on the record
4602
4603 decreaseLoanHighHoldsIgnoreStatuses values:
4604
4605 -  [Select All]
4606
4607 -  Damages
4608
4609 -  Lost
4610
4611 -  Not for loan
4612
4613 -  Withdrawn
4614
4615 Description:
4616
4617 -  These preferences let you change the loan length for items that have
4618    many holds on them. This will not effect items that are already
4619    checked out, but items that are checked out after the
4620    decreaseLoanHighHoldsValue is met will only be checked out for the
4621    number of days entered in the decreaseLoanHighHoldsDuration
4622    preference.
4623
4624    |image32|
4625
4626 .. _displaymultiplacehold-label:
4627
4628 DisplayMultiPlaceHold
4629 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4630
4631 Default: Don't enable
4632
4633 Asks: \_\_\_ the ability to place holds on multiple biblio from the
4634 search results
4635
4636 Values:
4637
4638 -  Don't enable
4639
4640 -  Enable
4641
4642 .. _emaillibrarianwhenholdisplaced-label:
4643
4644 emailLibrarianWhenHoldIsPlaced
4645 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4646
4647 Default: Don't enable
4648
4649 Asks: \_\_\_ sending an email to the Koha administrator email address
4650 whenever a hold request is placed.
4651
4652 Values:
4653
4654 -  Don't enable
4655
4656 -  Enable
4657
4658 Description:
4659
4660 -  This preference enables Koha to email the library staff whenever a
4661    patron requests an item to be held. While this function will
4662    immediately alert the librarian to the patron's need, it is extremely
4663    impractical in most library settings. In most libraries the hold
4664    lists are monitored and maintained from a separate interface. That
4665    said, many libraries that allow on shelf holds prefer to have this
4666    preference turned on so that they are alerted to pull an item from
4667    the shelf.
4668
4669     **Important**
4670
4671     In order for this email to send you must have a
4672     :ref:`notice <notices-&-slips-label>` template with the code of HOLDPLACED
4673
4674     **Important**
4675
4676     This notice will only be sent if the :ref:`process\_message\_queue.pl
4677     cronjob <message-queue-label>` being run periodically to send the
4678     messages.
4679
4680 .. _excludeholidaysfrommaxpickupdelay-label:
4681
4682 ExcludeHolidaysFromMaxPickUpDelay
4683 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4684
4685 Default: Don't allow
4686
4687 Asks: \_\_\_ Closed days to be taken into account in reserves max pickup delay.
4688
4689 Values:
4690
4691 -  Don't allow
4692
4693 -  Allow
4694
4695 .. _expirereservesmaxpickupdelay-label:
4696
4697 ExpireReservesMaxPickUpDelay
4698 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4699
4700 Default: Don't allow
4701
4702 Asks: \_\_\_ holds to expire automatically if they have not been picked
4703 by within the time period specified in
4704 :ref:`ReservesMaxPickUpDelay`
4705
4706 Values:
4707
4708 -  Allow
4709
4710 -  Don't allow
4711
4712 Description:
4713
4714 -  If set to 'allow' this will cancel holds that have been waiting for
4715    longer than the number of days specified in the
4716    :ref:`ReservesMaxPickUpDelay` system
4717    preference. Holds will only be cancelled if the :ref:`Expire Holds cron
4718    job <expired-holds-label>` is runnning.
4719
4720 .. _expirereservesmaxpickupdelaycharge-label:
4721
4722 ExpireReservesMaxPickUpDelayCharge
4723 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4724
4725 Default: 0
4726
4727 Asks: If using
4728 :ref:`ExpireReservesMaxPickUpDelay`, charge
4729 a borrower who allows his or her waiting hold to expire a fee of \_\_\_
4730 USD
4731
4732 Description:
4733
4734 -  If you are expiring holds that have been waiting too long you can use
4735    this preference to charge the patron for not picking up their hold.
4736    If you don't charge patrons for items that aren't picked up you can
4737    leave this set to the default which is 0. Holds will only be
4738    cancelled and charged if the :ref:`Expire Holds cron
4739    job <expired-holds-label>` is running.
4740
4741 .. _expirereservesonholidays-label:
4742
4743 ExpireReservesOnHolidays
4744 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4745
4746 Default: Allow
4747
4748 Asks: \_\_\_ expired holds to be cancelled on days the library is
4749 closed.
4750
4751 Values:
4752
4753 -  Allow
4754
4755 -  Don't allow
4756    
4757 .. _holdssplitqueue-label:
4758
4759 HoldsSplitQueue
4760 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4761
4762 Default: nothing
4763
4764 Asks: In the staff client, split the holds queue into separate tables by \_\_\_
4765
4766 Values:
4767
4768 -  pickup library
4769    
4770 -  pickup library & itemtype
4771    
4772 -  hold itemtype
4773    
4774 -  nothing
4775    
4776 Description: 
4777
4778 -  This feature allows to separate holds by pickup library or itemtype in the 
4779    holds page of a record (not in the global holds queue found on the circuation 
4780    page).
4781
4782 -  When using the up and down arrows, the priorities will be changed only in 
4783    in the group the holds belongs to.
4784
4785 .. _holdssplitqueuenumbering-label:
4786
4787 HoldsSplitQueueNumbering
4788 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4789
4790 Default: the actual priority, which may be out of order
4791
4792 Asks: If the holds queue is split, show librarians \_\_\_
4793
4794 Values:
4795
4796 -  the actual priority, which may be out of order
4797
4798 -  'virtual' priorities, where each group is numbered separately
4799    
4800 Description:
4801
4802 -  This system preference is only effective if :ref:`HoldsSplitQueue` is set to 
4803    any value except 'nothing'.
4804
4805 -  This system preference controls the priority numbering on the holds page 
4806    of a record (not in the global holds queue found on the circulation page). 
4807
4808 .. _localholdspriority,-localholdsprioritypatroncontrol,-localholdspriorityitemcontrol-label:
4809
4810 LocalHoldsPriority, LocalHoldsPriorityPatronControl, LocalHoldsPriorityItemControl
4811 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4812
4813 Asks: \_\_\_ priority for filling holds to patrons whose \_\_\_ matches
4814 the item's \_\_\_
4815
4816 LocalHoldsPriority Values:
4817
4818 -  Don't give
4819
4820 -  Give
4821
4822 LocalHoldsPriorityPatronControl Values:
4823
4824 -  home library
4825
4826 -  pickup library
4827
4828 LocalHoldsPriorityItemControl Values:
4829
4830 -  holding library
4831
4832 -  home library
4833
4834 Description:
4835
4836 -  This feature will allow libraries to specify that, when an item is
4837    returned, a local hold may be given priority for fulfillment even
4838    though it is of lower priority in the list of unfilled holds.
4839
4840 .. _maxreserves-label:
4841
4842 maxreserves
4843 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4844
4845 Default: 50
4846
4847 Asks: Patrons can only have \_\_\_ holds at once.
4848
4849 .. _opacallowholddateinfuture-label:
4850
4851 OPACAllowHoldDateInFuture
4852 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4853
4854 Default: Allow
4855
4856 Asks: \_\_\_ patrons to place holds that don't enter the waiting list
4857 until a certain future date.
4858
4859 Values:
4860
4861 -  Allow
4862
4863    -  :ref:`AllowHoldDateInFuture` must also be
4864       enabled for this to work
4865
4866 -  Don't allow
4867
4868 .. _opacallowusertochoosebranch-label:
4869
4870 OPACAllowUserToChooseBranch
4871 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4872
4873 Default: Allow
4874
4875 Asks: \_\_\_ a user to choose the branch to pick up a hold from.
4876
4877 Values:
4878
4879 -  Allow
4880
4881 -  Don't allow
4882
4883 Description:
4884
4885 -  Changing this preference will not prevent staff from being able to
4886    transfer titles from one branch to another to fill a hold, it will
4887    only prevent patrons from saying they plan on picking a book up at a
4888    branch other than their home branch.
4889
4890 .. _opacholdsifavailableatpickup-label:
4891
4892 OPACHoldsIfAvailableAtPickup
4893 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4894
4895 Default: Allow
4896
4897 Asks: \_\_\_ to pickup holds at libraries where the item is available.
4898
4899 Values:
4900
4901 -  Don't allow
4902
4903 -  Allow
4904
4905 Description:
4906
4907 -  Prevents borrowers from requesting items that are on the shelf
4908    at the same branch at which they wish to pick up those items.
4909
4910 .. _opacholdsifavailableatpickupexceptions-label:
4911
4912 OPACHoldsIfAvailableAtPickupExceptions
4913 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4914
4915 Default: blank
4916
4917 Asks: Patron categories not affected by :ref:`OPACHoldsIfAvailableAtPickup`
4918 \_\_\_ (list of patron categories separated with a pipe ^|^)
4919
4920 Description:
4921
4922 -  Patron category codes listed here separated by a pipe ^|^ are unaffected by
4923    :ref:`OPACHoldsIfAvailableAtPickup`.
4924
4925 .. _reservescontrolbranch-label:
4926
4927 ReservesControlBranch
4928 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4929
4930 Default: item's home library
4931
4932 Asks: Check the \_\_\_ to see if the patron can place a hold on the
4933 item.
4934
4935 Values:
4936
4937 -  item's home library.
4938
4939 -  patron's home library.
4940
4941 .. _reservesmaxpickupdelay-label:
4942
4943 ReservesMaxPickUpDelay
4944 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4945
4946 Default: 7
4947
4948 Asks: Mark a hold as problematic if it has been waiting for more than
4949 \_\_\_ days.
4950
4951 Description:
4952
4953 -  This preference (based on calendar days, not the :ref:`Koha holiday
4954    calendar <calendar-label>`) puts an expiration date on an item a
4955    patron has on hold. After this expiration date the staff will have
4956    the option to release the unclaimed hold which then may be returned
4957    to the library shelf or issued to the next patron on the item's hold
4958    list. Items that are 'expired' by this preference are moved to the
4959    'Holds Over' tab on the ^:ref:`Holds Awaiting Pickup <holds-awaiting-pickup-label>`^
4960    report.
4961
4962 .. _reservesneedreturns-label:
4963
4964 ReservesNeedReturns
4965 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4966
4967 Default: Don't automatically
4968
4969 Asks: \_\_\_ mark holds as found and waiting when a hold is placed
4970 specifically on them and they are already checked in.
4971
4972 Values:
4973
4974 -  Automatically
4975
4976 -  Don't automatically
4977
4978 Description:
4979
4980 -  This preference refers to 'item specific' holds where the item is
4981    currently on the library shelf. This preference allows a library to
4982    decide whether an 'item specific' hold is marked as "Waiting" at the
4983    time the hold is placed or if the item will be marked as "Waiting"
4984    after the item is checked in. This preference will tell the patron
4985    that their item is 'Waiting' for them at their library and ready for
4986    check out.
4987
4988 .. _staticholdsqueueweight,-holdsqueueskipclosed-&-randomizeholdsqueueweight-label:
4989
4990 StaticHoldsQueueWeight, HoldsQueueSkipClosed & RandomizeHoldsQueueWeight
4991 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4992
4993 StaticHoldsQueueWeight Default: 0
4994
4995 HoldsQueueSkipClosed Default: open or closed
4996
4997 RandomizeHoldsQueueWeight Default: in that order
4998
4999 Asks: Satisfy holds using items from the libraries \_\_\_ (as
5000 branchcodes, separated by commas; if empty, uses all libraries) when
5001 they are \_\_\_ \_\_\_.
5002
5003 HoldsQueueSkipClosed Values:
5004
5005 -  open or closed
5006
5007 -  open
5008
5009 RandomizeHoldsQueueWeight Values:
5010
5011 -  in random order
5012
5013    -  If StaticHoldsQueueWeight is left at the default Koha will
5014       randomize all libraries, otherwise it will randomize the libraries
5015       listed.
5016
5017 -  in that order
5018
5019    -  If StaticHoldsQueueWeight is left at the default then this will
5020       use all of your branches in alphabetical order, otherwise it will
5021       use the branches in the order that you entered them in the
5022       StaticHoldsQueueWeight preference.
5023
5024 Descriptions:
5025
5026 -  These preferences control how the :ref:`Holds Queue
5027    report <holds-queue-label>` is generated using :ref:`a cron
5028    job <holds-queue-label>`.
5029
5030    If you do not want all of your libraries to participate in the
5031    on-shelf holds fulfillment process, you should list the the libraries
5032    that \*do\* participate in the process here by inputting all the
5033    participating library's branchcodes, separated by commas ( e.g.
5034    "MPL,CPL,SPL,BML" etc. ).
5035
5036    By default, the holds queue will be generated such that the system
5037    will first attempt to hold fulfillment using items already at the
5038    pickup library if possible. If there are no items available at the
5039    pickup library to fill a hold, build\_holds\_queue.pl will then use
5040    the list of libraries defined in StaticHoldsQueueWeight. If
5041    RandomizeHoldsQueueWeight is disabled ( which it is by default ), the
5042    script will assign fulfillment requests in the order the branches are
5043    placed in the StaticHoldsQueueWeight system preference.
5044
5045    For example, if your system has three libraries, of varying sizes (
5046    small, medium and large ) and you want the burden of holds
5047    fulfillment to be on larger libraries before smaller libraries, you
5048    would want StaticHoldsQueueWeight to look something like
5049    "LRG,MED,SML".
5050
5051    If you want the burden of holds fulfillment to be spread out equally
5052    throughout your library system, simply enable
5053    RandomizeHoldsQueueWeight. When this system preference is enabled,
5054    the order in which libraries will be requested to fulfill an on-shelf
5055    hold will be randomized each time the list is regenerated.
5056
5057    Leaving StaticHoldsQueueWeight empty is contraindicated at this time.
5058    Doing so will cause the build\_holds\_queue script to ignore
5059    RandomizeHoldsQueueWeight, causing the script to request hold
5060    fulfillment not randomly, but by alphabetical order.
5061
5062     **Important**
5063
5064     The :ref:`Transport Cost Matrix <transport-cost-matrix-label>` takes
5065     precedence in controlling where holds are filled from, if the matrix
5066     is not used then Koha checks the StaticHoldsQueueWeight. To use the
5067     Transport Cost Matrix simply set your
5068     :ref:`UseTransportCostMatrix` preference to
5069     'Use'
5070
5071 .. _suspendholdsintranet-label:
5072
5073 SuspendHoldsIntranet
5074 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5075
5076 Default: Allow
5077
5078 Asks: \_\_\_ holds to be suspended from the intranet.
5079
5080 Values:
5081
5082 -  Allow
5083
5084 -  Don't allow
5085
5086 Description:
5087
5088 -  The holds suspension feature can be turned on and off in the staff
5089    client by altering this system preference. If this is set to 'allow'
5090    you will want to set the
5091    :ref:`AutoResumeSuspendedHolds` system
5092    preference.
5093
5094 .. _suspendholdsopac-label:
5095
5096 SuspendHoldsOpac
5097 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5098
5099 Default: Allow
5100
5101 Asks: \_\_\_ holds to be suspended from the OPAC.
5102
5103 Values:
5104
5105 -  Allow
5106
5107 -  Don't allow
5108
5109 Description:
5110
5111 -  The holds suspension feature can be turned on and off in the OPAC by
5112    altering this system preference. If this is set to 'allow' you will
5113    want to set the
5114    :ref:`AutoResumeSuspendedHolds` system
5115    preference.
5116
5117 .. _transferwhencancelallwaitingholds-label:
5118
5119 TransferWhenCancelAllWaitingHolds
5120 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5121
5122 Default: Don't transfer
5123
5124 Asks: \_\_\_ items when cancelling all waiting holds.
5125
5126 Values:
5127
5128 -  Don't transfer
5129
5130 -  Transfer
5131
5132 Description:
5133
5134 -  When TransferWhenCancelAllWaitingHolds is set to "Don't transfer", no
5135    branch transfer records are created. Koha will not allow the holds to
5136    be transferred, because that would orphan the items at the library
5137    where the holds were awaiting pickup, without any further instruction
5138    to staff as to what items are at the library or where they need to
5139    go. When that system preference set to "Transfer", branch transfers
5140    are created, so the holds may be cancelled.
5141
5142 .. _updateitemwhenlostfromholdlist-label:
5143
5144 UpdateItemWhenLostFromHoldList
5145 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5146
5147 Asks: Update item's values when marked as lost from the hold to pull screen. 
5148
5149 Description:
5150
5151 -  This is a list of values to update an item when it is marked as lost from 
5152    the holds to pull screen. For example, write "itemlost: 1" to set the items.
5153    itemlost value to 1 when the item is marked as lost. This will use the authorized
5154    value 1 from the LOST authorized value list. 
5155
5156 .. _housebound-module-label:
5157
5158 Housebound module
5159 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5160
5161 .. _houseboundmodule-label:
5162
5163 HouseboundModule
5164 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5165
5166 Default: Disable
5167
5168 Asks: \_\_\_ housebound module
5169
5170 Values:
5171
5172 -  Disable
5173
5174 -  Enable
5175
5176 Description:
5177
5178 -  This preference enables or disables the Housebound module which
5179    handles management of circulation to Housebound readers.
5180
5181 .. _housebound-interface-label:
5182
5183 Interface
5184 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5185
5186 .. _allowallmessagedeletion-label:
5187
5188 AllowAllMessageDeletion
5189 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5190
5191 Default: Don't allow
5192
5193 Asks: \_\_\_ staff to delete messages added from other libraries.
5194
5195 Values:
5196
5197 -  Allow
5198
5199 -  Don't allow
5200
5201 .. _allowcheckoutnotes-label:
5202
5203 AllowCheckoutNotes
5204 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5205
5206 Default: Don't allow
5207
5208 Asks: \_\_\_ patrons to submit notes about checked out items.
5209
5210 Values:
5211
5212 -  Don't allow
5213
5214 -  Allow
5215
5216 This preference if set to allow will give your patrons the option to add
5217 a note to an item they have checked out on the OPAC side.  This note will be
5218 seen on the staff side when the item is checked in.
5219
5220 .. _allowofflinecirculation-label:
5221
5222 AllowOfflineCirculation
5223 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5224
5225 Default: Do not enable
5226
5227 Asks: \_\_\_ offline circulation on regular circulation computers.
5228
5229 Values:
5230
5231 -  Do not enable
5232
5233 -  Enable
5234
5235 Description:
5236
5237 -  Setting this preference to 'Enable' allows you to use the Koha
5238    interface for :ref:`offline circulation <offline-circulation-utilities-label>`. This system
5239    preference does not affect the :ref:`Firefox
5240    plugin <firefox-plugin-label>` or the :ref:`desktop
5241    application <offline-circ-tool-for-windows-label>`, any of these three options can
5242    be used for offline circulation without effecting the other.
5243
5244 .. _autoswitchpatron-label:
5245
5246 AutoSwitchPatron
5247 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5248
5249 Default: Don't enable
5250
5251 Asks: \_\_\_ the automatic redirection to another patron when a patron
5252 barcode is scanned instead of a book. This should not be enabled if you
5253 have overlapping patron and book barcodes.
5254
5255 Values:
5256
5257 -  Don't enable
5258
5259 -  Enable
5260
5261 Description:
5262
5263 -  Enabling this system preference allows staff to scan a patron barcode instead
5264    of an item barcode in the checkout box to switch patron records.
5265
5266 .. _circautocompl-label:
5267
5268 CircAutocompl
5269 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5270
5271 Default: Try
5272
5273 Asks: \_\_\_ to automatically fill in the member when entering a patron
5274 search on the circulation screen.
5275
5276 Description:
5277
5278 -  This preference is a binary setting which determines whether
5279    auto-completion of fields is enabled or disabled for the circulation
5280    input field. Setting it to "Try" would enable a staff member to begin
5281    typing a name or other value into the field and have a menu pop up
5282    with suggestions for completing it. Setting it to "Don't try" would
5283    disable this feature. This preference can make staff members' jobs
5284    easier or it could potentially slow down the page loading process.
5285
5286 Values:
5287
5288 -  Don't try
5289
5290 -  Try
5291
5292    |image33|
5293
5294 .. _circautoprintquickslip-label:
5295
5296 CircAutoPrintQuickSlip
5297 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5298
5299 Default: open a print quick slip window
5300
5301 Asks: When an empty barcode field is submitted in circulation \_\_\_
5302
5303 Values:
5304
5305 -  clear the screen
5306
5307 -  open a print quick slip window
5308
5309 -  open a print slip window
5310
5311 Description:
5312
5313 -  If this preference is set to open a quick slip
5314    (:ref:`ISSUEQSLIP <existing-notices-&-slips-label>`) or open a slip
5315    (:ref:`ISSUESLIP <existing-notices-&-slips-label>`) for printing it will eliminate the
5316    need for the librarian to click the print button to generate a
5317    checkout receipt for the patron they're checking out to. If the
5318    preference is set to clear the screen then "checking out" an empty
5319    barcode will clear the screen of the patron you were last working
5320    with.
5321
5322 .. _circsidebar-label:
5323
5324 CircSidebar
5325 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5326
5327 Default: Deactivate
5328
5329 Asks: \_\_\_ the navigation sidebar on all Circulation pages.
5330
5331 Values:
5332
5333 -  Deactivate
5334
5335 -  Activate
5336
5337 .. _displayclearscreenbutton-label:
5338
5339 DisplayClearScreenButton
5340 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5341
5342 Default: Show
5343
5344 Asks: \_\_\_ a button to clear the current patron from the screen on the
5345 circulation screen.
5346
5347 Values:
5348
5349 -  Don't show
5350
5351    |image36|
5352
5353 -  Show
5354
5355    |image37|
5356
5357 .. _exportcirchistory-label:
5358
5359 ExportCircHistory
5360 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5361
5362 Default: Don't show
5363
5364 Asks: \_\_\_ the export patron checkout history options.
5365
5366 Values:
5367
5368 -  Don't show
5369
5370 -  Show
5371
5372 .. _exportremovefields-label:
5373
5374 ExportRemoveFields
5375 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5376
5377 Asks: The following fields should be excluded from the patron checkout
5378 history CSV or iso2709 export \_\_\_
5379
5380 Description:
5381
5382 -  This space separated list of fields (e.g. 100a 245b) will
5383    automatically be excluded when exporting the patron's current
5384    checkout history.
5385
5386    |image38|
5387
5388 .. _filterbeforeoverduereport-label:
5389
5390 FilterBeforeOverdueReport
5391 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5392
5393 Default: Don't require
5394
5395 Asks: \_\_\_ staff to choose which checkouts to show before running the
5396 overdues report.
5397
5398 Description:
5399
5400 -  Koha's overdue report shows you all of the overdue items in your
5401    library system. If you have a large library system you'll want to set
5402    this preference to 'Require' to force those running the report to
5403    first limit the data generated to a branch, date range, patron
5404    category or other such filter. Requiring that the report be filtered
5405    before it's run prevents your staff from running a system heavy
5406    report and slowing down other operations in the system.
5407
5408    |image34|
5409
5410 Values:
5411
5412 -  Don't require
5413
5414 -  Require
5415
5416 .. _finenotifyatcheckin-label:
5417
5418 FineNotifyAtCheckin
5419 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5420
5421 Default: Don't notify
5422
5423 Asks: \_\_\_ librarians of overdue fines on the items they are checking
5424 in.
5425
5426 Values:
5427
5428 -  Don't notify
5429
5430 -  Notify
5431
5432 Description:
5433
5434 -  With this preference set to 'Notify' all books that have overdue
5435    fines owed on them will pop up a warning when checking them in. This
5436    warning will need to acknowledged before you can continue checking
5437    items in. With this preference set to 'Don't notify,^ you will still
5438    see fines owed on the patron record, you just won't have an
5439    additional notification at check in.
5440
5441    |image35|
5442
5443 .. _holdstopullstartdate-label:
5444
5445 HoldsToPullStartDate
5446 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5447
5448 Default: 2
5449
5450 Asks: Set the default start date for the Holds to pull list to \_\_\_
5451 day(s) ago.
5452
5453 Description:
5454
5455 -  The :ref:`Holds to Pull <holds-to-pull-label>` report in circulation defaults to
5456    filtering holds placed 2 days ago. This preference allows you to set
5457    this default filter to any number of days.
5458
5459 .. _itembarcodefallbacksearch-label:
5460
5461 itemBarcodeFallbackSearch
5462 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5463
5464 Default: Don't enable
5465
5466 Asks: \_\_\_ the automatic use of a keyword catalog search if the phrase
5467 entered as a barcode on the checkout page does not turn up any results
5468 during an item barcode search.
5469
5470 Values:
5471
5472 -  Don't enable
5473
5474 -  Enable
5475
5476    |image40|
5477
5478 Description:
5479
5480 -  Sometimes libraries want to checkout using something other than the
5481    barcode. Enabling this preference will do a keyword search of Koha to
5482    find the item you're trying to check out. You can use the call
5483    number, barcode, part of the title or anything you'd enter in the
5484    keyword search when this preference is enabled and Koha will ask you
5485    which item you're trying to check out.
5486
5487     **Important**
5488
5489     While you're not searching by barcode a barcode is required on every
5490     title you check out. Only titles with barcodes will appear in the
5491     search results.
5492
5493 .. _itembarcodeinputfilter-label:
5494
5495 itemBarcodeInputFilter
5496 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5497
5498 Default: Don't filter
5499
5500 Asks: \_\_\_ scanned item barcodes.
5501
5502 Values:
5503
5504 -  Convert from CueCat format
5505
5506 -  Convert from Libsuite8 form
5507
5508 -  Don't filter
5509
5510 -  EAN-13 or zero-padded UPC-A from
5511
5512 -  Remove spaces from
5513
5514 -  Remove the first number from T-prefix style
5515
5516    -  This format is common among those libraries migrating from Follett
5517       systems
5518
5519 .. _noticecss-label:
5520
5521 NoticeCSS
5522 ^^^^^^^^^^^^^^^^^^^^^^^^^^
5523
5524 Asks: Include the stylesheet at \_\_\_ on Notices.
5525
5526     **Important**
5527
5528     This should be a complete URL, starting with http://
5529
5530 Description:
5531
5532 -  If you would like to style your notices with a consistent set of
5533    fonts and colors you can use this preference to point Koha to a
5534    stylesheet specifically for your notices.
5535
5536 .. _numreturneditemstoshow-label:
5537
5538 numReturnedItemsToShow
5539 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5540
5541 Default: 20
5542
5543 Asks : Show the \_\_\_ last returned items on the checkin screen.
5544
5545 .. _previousissuesdefaultsortorder-label:
5546
5547 previousIssuesDefaultSortOrder
5548 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5549
5550 Default: earliest to latest
5551
5552 Asks: Sort previous checkouts on the circulation page from \_\_\_ due
5553 date.
5554
5555 Values:
5556
5557 -  earliest to latest
5558
5559 -  latest to earliest
5560
5561 .. _recordlocaluseonreturn-label:
5562
5563 RecordLocalUseOnReturn
5564 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5565
5566 Default: Don't record
5567
5568 Asks: \_\_\_ local use when an unissued item is checked in.
5569
5570 Values:
5571
5572 -  Don't record
5573
5574 -  Record
5575
5576 Description:
5577
5578 -  When this preference is set to "Don't record" you can record local
5579    use of items by checking items out to the statistical patron. With
5580    this preference set to "Record" you can record local use by checking
5581    out to the statistical patron and/or by checking in a book that is
5582    not currently checked out.
5583
5584 .. _showallcheckins-label:
5585
5586 ShowAllCheckins
5587 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5588
5589 Default: Do not show
5590
5591 Asks: \_\_\_ all items in the "Checked-in items" list, even items that
5592 were not checked out.
5593
5594 Values:
5595
5596 -  Do not show
5597
5598 -  Show
5599
5600 Description:
5601
5602 -  When items that are not currently checked out are checked in they
5603    don't show on the list of checked in items. This preference allows
5604    you to choose how you'd like the log of checked in items displays.
5605
5606 .. _specifyduedate-label:
5607
5608 SpecifyDueDate
5609 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5610
5611 Default: Allow
5612
5613 Asks: \_\_\_ staff to specify a due date for a checkout.
5614
5615 Due dates are calculated using your circulation and fines rules, but
5616 staff can override that if you allow them to specify a due date at
5617 checkout.
5618
5619 Description:
5620
5621 -  This preference allows for circulation staff to change a due date
5622    from the automatic due date to another calendar date. This option
5623    would be used for circumstances in which the due date may need to be
5624    decreased or extended in a specific circumstance. The "Allow" setting
5625    would allow for this option to be utilized by staff, the "Don't
5626    allow" setting would bar staff from changing the due date on
5627    materials.
5628
5629 Values:
5630
5631 -  Allow
5632
5633    |image41|
5634
5635 -  Don't allow
5636
5637    |image42|
5638
5639 .. _specifyreturndate-label:
5640
5641 SpecifyReturnDate
5642 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5643
5644 Default: Don't allow
5645
5646 Asks: \_\_\_ staff to specify a return date for a check in.
5647
5648 Values:
5649
5650 -  Allow
5651
5652   |image1185|
5653
5654 -  Don't allow
5655
5656   |image1186|
5657
5658 Description:
5659
5660 -  This preference lets you decide if staff can specify an arbitrary
5661    return date when checking in items. If an arbitrary return date is
5662    specified then fines are recalculated accordingly.
5663
5664 .. _todaysissuesdefaultsortorder-label:
5665
5666 todaysIssuesDefaultSortOrder
5667 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5668
5669 Default: latest to earliest
5670
5671 Asks: Sort today's checkouts on the circulation page from \_\_\_ due
5672 date.
5673
5674 Values:
5675
5676 -  earliest to latest
5677
5678 -  latest to earliest
5679
5680 .. _updatetotalissuesoncirc-label:
5681
5682 UpdateTotalIssuesOnCirc
5683 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5684
5685 Default: Do not
5686
5687 Asks: \_\_\_ update a bibliographic record's total issues count whenever
5688 an item is issued
5689
5690 Values:
5691
5692 -  Do
5693
5694        **Important**
5695
5696        This increases server load significantly; if performance is a
5697        concern, use the :ref:`cron job <track-total-checkouts-label>` to update the
5698        total issues count instead.
5699
5700 -  Do not
5701
5702 Description:
5703
5704 -  Koha can track the number of times and item is checked out and store
5705    that on the item record in the database. This information is not
5706    stored by default. Setting this preference to 'Do' will tell Koha to
5707    track that info everytime the item is checked out in real time.
5708    Otherwise you could use the :ref:`cron job <track-total-checkouts-label>` to have
5709    Koha update that field nightly.
5710
5711 .. _waitingnotifyatcheckin-label:
5712
5713 WaitingNotifyAtCheckin
5714 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5715
5716 Default: Don't notify
5717
5718 Asks: \_\_\_ librarians of waiting holds for the patron whose items they
5719 are checking in.
5720
5721 Values:
5722
5723 -  Don't notify
5724
5725 -  Notify
5726
5727    |image43|
5728
5729 Description:
5730
5731 -  When checking in books you can choose whether or not to have a notice
5732    pop up if the patron who returned the book has a hold waiting for
5733    pick up. If you choose 'Notify' for WaitingNotifyAtCheckin then every
5734    time a hold is found for the patron who had the book out last a
5735    message will appear on your check in screen.
5736
5737 .. _interlibrary-loans-label:
5738
5739 Interlibrary Loans
5740 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5741
5742 .. _illmodule-label:
5743
5744 ILLModule
5745 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5746
5747 Default: Disable
5748
5749 Asks: \_\_\_ the interlibrary loans module (master switch).
5750
5751 Values:
5752
5753 -  Disable
5754
5755 -  Enable
5756
5757 Description:
5758
5759 -  This preference is used to enable Koha's ILL module which is used to manage ILL requests.
5760
5761 .. _illmodule-label:
5762
5763 ILLModuleCopyrightClearance
5764 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5765
5766 Asks: Adding text will enable the copyright clearance stage in request creation.
5767 The text you enter will be the text displayed.
5768
5769
5770 Self Checkout
5771 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5772
5773 .. _allowselfcheckreturns-label:
5774
5775 AllowSelfCheckReturns
5776 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5777
5778 Default: Don't allow
5779
5780 Asks: \_\_\_ patrons to return items through web-based self checkout
5781 system.
5782
5783 Values:
5784
5785 -  Allow
5786
5787 -  Don't allow
5788
5789 Description:
5790
5791 -  This preference is used to determine if you want patrons to be
5792    allowed to return items through your self check machines. By default
5793    Koha's self check interface is simply for checking items out.
5794
5795 .. _autoselfcheckallowed-autoselfcheckid-&-autoselfcheckpass-label:
5796
5797 AutoSelfCheckAllowed, AutoSelfCheckID & AutoSelfCheckPass
5798 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5799
5800     **Important**
5801
5802     Most libraries will want to leave this set to 'Don't allow.^ This
5803     preference turns off the requirement to log into the self checkout
5804     machine with a staff username and password by storing the username
5805     and password for automatic login.
5806
5807 AutoSelfCheckAllowed Default: Don't allow
5808
5809 Asks: \_\_\_ the web-based self checkout system to automatically login
5810 with this staff login \_\_\_ and this password \_\_\_ .
5811
5812 AutoSelfCheckAllowed Values:
5813
5814 -  Allow
5815
5816 -  Don't allow
5817
5818 AutoSelfCheckID Value:
5819
5820 -  The username of a staff patron with 'circulate'
5821    :ref:`permissions <patron-permissions-label>`.
5822
5823 AutoSelfCheckPass Value:
5824
5825 -  The password of a staff patron with 'circulate'
5826    :ref:`permissions <patron-permissions-label>`.
5827
5828 .. _scomainuserblock-label:
5829
5830 SCOMainUserBlock
5831 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5832
5833 Asks: Include the following HTML on the web-based self checkout screen:
5834
5835 Description:
5836
5837 -  The HTML entered in this preference will be used on the self chekcout screen.
5838
5839 .. _scousercss-label:
5840
5841 SCOUserCSS
5842 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5843
5844 Asks: Include the following CSS on all pages in the web-based self
5845 checkout
5846
5847 Description:
5848
5849 -  The CSS entered in this preference will be used on all of your Koha
5850    self checkout screens.
5851
5852 .. _scouserjs-label:
5853
5854 SCOUserJS
5855 ^^^^^^^^^^^^^^^^^^^^^^^^^^
5856
5857 Asks: Include the following JavaScript on all pages in the web-based
5858 self checkout
5859
5860 Description:
5861
5862 -  The JavaScript entered in this preference will effect all of your
5863    Koha self checkout screens.
5864
5865 .. _selfcheckhelpmessage-label:
5866
5867 SelfCheckHelpMessage
5868 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5869
5870 Asks: Include the following HTML in the Help page of the web-based self
5871 checkout system
5872
5873 Description:
5874
5875 -  Clicking the 'Help' link in the top right of the self checkout
5876    interface opens up a three step process for using the self check
5877    interface. Adding HTML to this system preference will print that
5878    additional help text above what's already included.
5879
5880 .. _selfcheckoutbylogin-label:
5881
5882 SelfCheckoutByLogin
5883 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5884
5885 Default: Cardnumber
5886
5887 Asks: Have patrons login into the web-based self checkout system with
5888 their \_\_\_
5889
5890 Values:
5891
5892 -  Cardnumber
5893
5894    |image44|
5895
5896 -  Username and password
5897
5898    |image45|
5899
5900 Description:
5901
5902 -  This preference lets you decide how your patrons will log in to the
5903    self checkout machine. Barcode is the patron's card number and their
5904    username and password is set using the opac/staff username and
5905    password fields on the patron record.
5906
5907 .. _selfcheckreceiptprompt-label:
5908
5909 SelfCheckReceiptPrompt
5910 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5911
5912 Default: Show
5913
5914 Asks: \_\_\_ the print receipt popup dialog when self checkout is
5915 finished.
5916
5917 Values:
5918
5919 -  Don't show
5920
5921 -  Show
5922
5923 Description:
5924
5925 -  This preference controls whether a prompt shows up on the web based
5926    self check out when the patron clicks the 'Finish' button.
5927
5928 .. _selfchecktimeout-label:
5929
5930 SelfCheckTimeout
5931 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5932
5933 Default: 120
5934
5935 Asks: Time out the current patron's web-based self checkout system login
5936 after \_\_\_ seconds.
5937
5938 Description:
5939
5940 -  After the machine is idle for the time entered in this preference the
5941    self check out system will log out the current patron and return to
5942    the starting screen.
5943
5944 .. _showpatronimageinwebbasedselfcheck-label:
5945
5946 ShowPatronImageInWebBasedSelfCheck
5947 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5948
5949 Default: Don't show
5950
5951 Asks: \_\_\_ the patron's picture (if one has been added) when they use
5952 the web-based self checkout.
5953
5954 Values:
5955
5956 -  Don't show
5957
5958 -  Show
5959
5960 .. _webbasedselfcheck-label:
5961
5962 WebBasedSelfCheck
5963 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5964
5965 Default: Don't enable
5966
5967 Asks: \_\_\_ the web-based self checkout system.
5968
5969 Values:
5970
5971 -  Don't enable
5972
5973 -  Enable
5974
5975 Enabling this preference will allow access to the :ref:`self
5976 checkout <self-checkout-label>` module in Koha.
5977
5978 Self Checkin
5979 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5980
5981 .. _selfcheckinmainuserblock-label:
5982
5983 SelfCheckInMainUserBlock 
5984 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5985
5986 Asks: Include the following HTML on the self check-in screen
5987
5988 Description:
5989
5990 -  HTML entered in this field will appear in the center of the main page
5991    of your self checkin screen
5992
5993 .. _selfscheckinmodule-label:
5994
5995 SelfCheckInModule 
5996 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5997
5998 Default: Don't enable
5999
6000 Asks: \_\_\_ the standalone self check-in module (available at:
6001 /cgi-bin/koha/sci/sci-main.pl
6002
6003 Values:
6004
6005 -  Don't enable
6006
6007 -  Enable
6008
6009 Description:
6010
6011 -  This system preference will activate (or deactivate) the self check-
6012    in module
6013
6014 .. _selfcheckintimeout-label:
6015
6016 SelfCheckInTimeout
6017 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6018
6019 Default: 120
6020
6021 Asks: Reset the current self check-in screen after \_\_\_ seconds
6022
6023 Description:
6024
6025 -  Enter the number of seconds after which you want the self check-in 
6026    screen to refresh and go back to the main page (for example, if a
6027    patron forgot to log out).
6028
6029 .. _selfcheckinusercss-label:
6030
6031 SelfCheckInUserCSS
6032 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6033
6034 Asks: Include the following CSS on all the self check-in screens
6035
6036 Description:
6037
6038 -  The CSS code entered here will override any CSS on the self check-in
6039    screens
6040
6041 .. _selfcheckinuserjs-label:
6042
6043 SelfCheckInUserJS
6044 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6045
6046 Asks: Include the following JavaScript on all the self check-in screens
6047
6048 Description: 
6049
6050 -  The JavaScript entered here will override any other JavaScript on
6051    the self check-in screens
6052
6053
6054 .. _enhanced-content-label:
6055
6056 Enhanced Content
6057 ---------------------------------------
6058
6059 *Get there:* More > Administration > Global System Preferences >
6060 Enhanced Content
6061
6062     **Important**
6063
6064     Always read the terms of service associated with external data
6065     sources to be sure that you are using the products within the
6066     allowed limits.
6067
6068     **Note**
6069
6070     You cannot have more than one service for cover images (including
6071     local cover images) set up. If you set up more than one you will get
6072     multiple cover images. Instead choose only one source for cover
6073     images.
6074
6075 .. _all-label:
6076
6077 All
6078 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6079
6080 .. _frbrizeeditions-label:
6081
6082 FRBRizeEditions
6083 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6084
6085 Default: Don't show
6086
6087 Asks: \_\_\_ other editions of an item on the staff client
6088
6089 Values:
6090
6091 -  Don't show
6092
6093 -  Show
6094
6095    |image46|
6096
6097 Description:
6098
6099 -  Using the rules set forth in the Functional Requirements for
6100    Bibliographic records, this option, when enabled, pulls all editions
6101    of the same title available in your collection regardless of material
6102    type. Items will appear under an 'Editions' tab on the detail page
6103    for the title in question.. According to *Libraries Unlimited's
6104    Online Dictionary for Library and Information Science*
6105    (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
6106    records of similar materials. FRBRization brings together entities
6107    (sets of Works, Expressions, or Manifestations), rather than just
6108    sets of Items. It can aid patrons in selecting related items,
6109    expressions, and manifestations that will serve their needs. When it
6110    is set to "Show", the OPAC will query one or more ISBN web services
6111    for associated ISBNs and display an Editions tab on the details
6112    pages. Once this preference is enabled, the library must select one
6113    of the ISBN options (:ref:`ThingISBN` and/or
6114    :ref:`XISBN`). This option is only for the Staff Client; the
6115    :ref:`OPACFRBRizeEditions` option must be enabled
6116    to have the Editions tab appear on the OPAC.
6117
6118     **Important**
6119
6120     Requires that you turn on one or more of the ISBN services
6121     (:ref:`ThingISBN` and/or :ref:`XISBN`)
6122
6123 .. _opacfrbrizeeditions-label:
6124
6125 OPACFRBRizeEditions
6126 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6127
6128 Default: Don't show
6129
6130 Asks: \_\_\_ other editions of an item on the OPAC.
6131
6132 Description:
6133
6134 -  Using the rules set forth in the Functional Requirements for
6135    Bibliographic records, this option, when enabled, pulls all editions
6136    of the same title available in your collection regardless of material
6137    type. Items will appear under an 'Editions' tab on the detail page
6138    for the title in question.. According to *Libraries Unlimited's
6139    Online Dictionary for Library and Information Science*
6140    (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
6141    records of similar materials. FRBRization brings together entities
6142    (sets of Works, Expressions, or Manifestations), rather than just
6143    sets of Items. It can aid patrons in selecting related items,
6144    expressions, and manifestations that will serve their needs. When it
6145    is set to "Show", the OPAC will query one or more ISBN web services
6146    for associated ISBNs and display an Editions tab on the details
6147    pages. Once this preference is enabled, the library must select one
6148    of the ISBN options (:ref:`ThingISBN` and/or
6149    :ref:`XISBN`). This option is only for the OPAC; the
6150    :ref:`FRBRizeEditions` option must be turned "On" to
6151    have the Editions tab appear on the Staff Client.
6152
6153 Values:
6154
6155 -  Don't show
6156
6157 -  Show
6158
6159    |image47|
6160
6161 This preference pulls all editions of the same title available in your
6162 collection regardless of material type. Items will appear under an
6163 'Editions' tab on the detail page for the title in question.
6164
6165     **Important**
6166
6167     Requires that you turn on one or more of the ISBN services
6168     (:ref:`ThingISBN` and/or :ref:`XISBN`)
6169
6170 .. _amazon-label:
6171
6172 Amazon
6173 ~~~~~~~~~~~~~~~~~~~~~~~~~
6174
6175 .. _amazonassoctag-label:
6176
6177 AmazonAssocTag
6178 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6179
6180 Asks: Put the associate tag \_\_\_ on links to Amazon.
6181
6182     **Note**
6183
6184     This can net your library referral fees if a patron decides to buy
6185     an item after clicking through to Amazon from your site.
6186
6187 Description:
6188
6189 -  An Amazon Associates Tag allows a library to earn a percentage of all
6190    purchases made on Amazon when a patron accesses Amazon's site via
6191    links on the library's website. More information about the Amazon
6192    Associates program is available at Amazon's Affiliate Program's
6193    website, https://affiliate-program.amazon.com/. Before a tag can be
6194    obtained, however, the library must first apply for an Amazon Web
6195    Services (AWS) account. Applications are free of charge and can be
6196    made at http://aws.amazon.com. Once an AWS account has been
6197    established, the library can then obtain the Amazon Associates Tag.
6198
6199 Sign up at: https://affiliate-program.amazon.com/
6200
6201 .. _amazoncoverimages-label:
6202
6203 AmazonCoverImages
6204 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6205
6206 Default: Don't show
6207
6208 Asks: \_\_\_ cover images from Amazon on search results and item detail
6209 pages on the staff interface.
6210
6211 Values:
6212
6213 -  Don't show
6214
6215 -  Show
6216
6217 Description:
6218
6219 -  This preference makes it possible to either allow or prevent Amazon
6220    cover images from being displayed in the Staff Client. Cover images
6221    are retrieved by Amazon, which pulls the content based on the first
6222    ISBN number in the item's MARC record. Amazon offers this service
6223    free of charge. If the value for this preference is set to "Show",
6224    the cover images will appear in the Staff Client, and if it is set to
6225    "Don't show", the images will not appear. Finally, if you're using
6226    Amazon cover images, all other cover image services must be disabled.
6227    If they are not disabled, they will prevent AmazonCoverImages from
6228    functioning properly.
6229
6230 .. _amazonlocale-label:
6231
6232 AmazonLocale
6233 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6234
6235 Default: American
6236
6237 Asks: Use Amazon data from its \_\_\_ website.
6238
6239 Value:
6240
6241 -  American
6242
6243 -  British
6244
6245 -  Canadian
6246
6247 -  French
6248
6249 -  German
6250
6251 -  Japanese
6252
6253 .. _opacamazoncoverimages-label:
6254
6255 OPACAmazonCoverImages
6256 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6257
6258 Default: Don't show
6259
6260 Asks: \_\_\_ cover images from Amazon on search results and item detail
6261 pages on the OPAC.
6262
6263 Values:
6264
6265 -  Don't show
6266
6267 -  Show
6268
6269 Description:
6270
6271 -  This preference makes it possible to either allow or prevent Amazon
6272    cover images from being displayed in the OPAC. Cover images are
6273    retrieved by Amazon, which pulls the content based on the first ISBN
6274    number in the item's MARC record. Amazon offers this service free of
6275    charge. If the value for this preference is set to "Show", the cover
6276    images will appear in the OPAC, and if it is set to "Don't show", the
6277    images will not appear. Finally, if you're using Amazon cover images,
6278    all other cover image services must be disabled. If they are not
6279    disabled, they will prevent AmazonCoverImages from functioning
6280    properly.
6281
6282
6283 Babelthèque
6284 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6285
6286 .. _babeltheque-label:
6287
6288 Babelthèque
6289 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6290
6291 Default: Don't
6292
6293 Asks: \_\_\_ include information (such as reviews and citations) from
6294 Babelthèque in item detail pages on the OPAC.
6295
6296 Description:
6297
6298 -  This preference makes it possible to display a Babelthèque tab in the
6299    OPAC, allowing patrons to access tags, reviews, and additional title
6300    information provided by Babelthèque. The information which
6301    Babelthèque supplies is drawn from the French language-based
6302    `Babelio.com <http://www.babelio.com/>`__, a French service similar
6303    to LibraryThing for Libraries. More information about Babelthèque is
6304    available through its website,
6305    `http://www.babeltheque.com <http://www.babeltheque.com/>`__.
6306    Libraries that wish to allow access to this information must first
6307    register for the service at http://www.babeltheque.com. Please note
6308    that this information is only provided in French.
6309
6310 Values:
6311
6312 -  Do
6313
6314    |image48|
6315
6316 -  Don't
6317
6318 .. _babeltheque\_url\_js-label:
6319
6320 Babeltheque\_url\_js
6321 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6322
6323 Asks: \_\_\_ Defined the url for the Babelthèque javascript file (eg.
6324 http://www.babeltheque.com/bw\_XX.js)
6325
6326 .. _babeltheque\_url\_update-label:
6327
6328 Babeltheque\_url\_update
6329 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6330
6331 Asks: \_\_\_ Defined the url for the Babelthèque update periodically
6332 (eq. http://www.babeltheque.com/.../file.csv.bz2).
6333
6334 .. _baker-&-taylor-label:
6335
6336 Baker & Taylor
6337 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6338
6339     **Important**
6340
6341     This is a pay service, you must contact Baker & Taylor to subscribe
6342     to this service before setting these options.
6343
6344 .. _bakertaylorbookstoreurl-label:
6345
6346 BakerTaylorBookstoreURL
6347 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6348
6349 Asks: Baker and Taylor "My Library Bookstore" links should be accessed
6350 at https:// \_\_\_ isbn
6351
6352 Description:
6353
6354 -  Some libraries generate additional funding for the library by selling
6355    books and other materials that are purchased from or have been
6356    previously leased from Baker & Taylor. These materials can be
6357    accessed via a link on the library's website. This service is often
6358    referred to as "My Library Bookstore." In order to participate in
6359    this program, the library must first register and pay for the service
6360    with Baker & Taylor. Additional information about this and other
6361    services provided by Baker & Taylor is available at the Baker &
6362    Taylor website, http://www.btol.com. The BakerTaylorBookstoreURL
6363    preference establishes the URL in order to link to the library's
6364    Baker & Taylor-backed online bookstore, if such a bookstore has been
6365    established. The default for this field is left blank; if no value is
6366    entered, the links to My Library Bookstore will remain inactive. If
6367    enabling this preference, enter the library's Hostname and Parent
6368    Number in the appropriate location within the URL. The "key" value
6369    (key=) should be appended to the URL, and https:// should be
6370    prepended.
6371
6372 This should be filled in with something like
6373 koha.mylibrarybookstore.com/MLB/actions/searchHandler.do?nextPage=bookDetails&parentNum=10923&key=
6374
6375     **Note**
6376
6377     Leave it blank to disable these links.
6378
6379     **Important**
6380
6381     Be sure to get this information from Baker & Taylor when
6382     subscribing.
6383
6384 .. _bakertaylorenabled-label:
6385
6386 BakerTaylorEnabled
6387 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6388
6389 Default: Don't add
6390
6391 Asks: \_\_\_ Baker and Taylor links and cover images to the OPAC and
6392 staff client. This requires that you have entered in a username and
6393 password (which can be seen in image links).
6394
6395 Values:
6396
6397 -  Add
6398
6399 -  Don't add
6400
6401 Description:
6402
6403 -  This preference makes it possible to display Baker & Taylor content
6404    (book reviews, descriptions, cover images, etc.) in both the Staff
6405    Client and the OPAC. Libraries that wish to display Baker & Taylor
6406    content must first register and pay for this service with Baker &
6407    Taylor (http://www.btol.com). If Baker & Taylor content is enabled be
6408    sure to turn off other cover and review services to prevent
6409    interference.
6410
6411     **Important**
6412
6413     To use this you will need to also set the :ref:`BakerTaylorUsername &
6414     BakerTaylorPassword <bakertaylorusername-&-bakertaylorpassword-label>` system preferences
6415
6416 .. _bakertaylorusername-&-bakertaylorpassword-label:
6417
6418 BakerTaylorUsername & BakerTaylorPassword
6419 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6420
6421 Asks: Access Baker and Taylor using username \_\_\_ and password \_\_\_
6422
6423 Descriptions:
6424
6425 -  This setting in only applicable if the library has a paid
6426    subscription to the external Content Café service from Baker &
6427    Taylor. Use the box provided to enter in the library's Content Café
6428    username and password. Also, ensure that the
6429    :ref:`BakerTaylorBookstoreURL` and
6430    :ref:`BakerTaylorEnabled` settings are properly
6431    set. The Content Café service is a feed of enhanced content such as
6432    cover art, professional reviews, and summaries that is displayed
6433    along with Staff Client/OPAC search results. For more information on
6434    this service please see the Baker & Taylor website:
6435    http://www.btol.com
6436
6437     **Important**
6438
6439     Be sure to get this information from Baker & Taylor when
6440     subscribing.
6441
6442 .. _coce-cover-images-cache-label:
6443
6444 Coce Cover images cache
6445 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6446
6447 Coce is a remote image URL cache. With this option, cover images are not
6448 fetched directly from Amazon, Google, and so on. Their URLs are
6449 requested via a web service to Coce which manages a cache of URLs.
6450
6451 .. _coce-label:
6452
6453 Coce
6454 ^^^^^^^^^^^^^^^^
6455
6456 Default: Don't enable
6457
6458 Asks: \_\_\_ a Coce image cache service.
6459
6460 Values:
6461
6462 -  Don't enable
6463
6464 -  Enable
6465
6466 Description:
6467
6468 -  Coce has many benefits when it comes to choosing and displaying cover
6469    images in Koha:
6470
6471    -  If a book cover is not available from a provider, but is available
6472       from another one, Koha will be able to display a book cover, which
6473       isn't the case now
6474
6475    -  Since URLs are cached, it isn't necessary for each book cover to
6476       request, again and again, the provider, and several of them if
6477       necessary.
6478
6479    -  Amazon book covers are retrieved with Amazon Product Advertising
6480       API, which means that more covers are retrieved (ISBN13).
6481
6482        **Important**
6483
6484        Coce does not come bundled with Koha. Your Koha install will not
6485        already have a Coce server set up. Before enabling this
6486        functionality you will want to be sure to have a Coce server set
6487        up. Instructions on installing and setting up Coce can be found
6488        on the official github page at https://github.com/fredericd/coce.
6489
6490 .. _cocehost-label:
6491
6492 CoceHost
6493 ^^^^^^^^^^^^^^^^^^^^^^^^
6494
6495 Asks: Coce server URL \_\_\_
6496
6497 Description:
6498
6499 -  This will be the full URL (starting with http://) to your Coce
6500    server.
6501
6502 .. _coceproviders-label:
6503
6504 CoceProviders
6505 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6506
6507 Asks: Use the following providers to fetch the covers \_\_\_
6508
6509 Values:
6510
6511 -  [Select all]
6512
6513 -  Amazon Web Services
6514
6515 -  Google Books
6516
6517 -  Open Library
6518
6519 Description:
6520
6521 -  The providers chosen here will be used to gather cover images for
6522    display in your Koha catalog.
6523
6524 .. _google-label:
6525
6526 Google
6527 ~~~~~~~~~~~~~~~~~~~~~~~~~
6528
6529 .. _googlejackets-label:
6530
6531 GoogleJackets
6532 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6533
6534 Default: Don't add
6535
6536 Asks: \_\_\_ cover images from Google Books to search results and item
6537 detail pages on the OPAC.
6538
6539 Values:
6540
6541 -  Add
6542
6543 -  Don't add
6544
6545 Description:
6546
6547 -  This setting controls the display of applicable cover art from the
6548    free Google Books database, via the Google Books API. Please note
6549    that to use this feature, all other cover services should be turned
6550    off.
6551
6552 .. _html5-media-label:
6553
6554 HTML5 Media
6555 ~~~~~~~~~~~~~~~~~~~~~~~~
6556
6557 .. _html5mediaenabled-label:
6558
6559 HTML5MediaEnabled
6560 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6561
6562 Default: not at all
6563
6564 Asks: Show a tab with a HTML5 media player for files catalogued in field
6565 856 \_\_\_
6566
6567 Values:
6568
6569 -  in OPAC and staff client
6570
6571 -  in the OPAC
6572
6573    |image49|
6574
6575 -  in the staff client
6576
6577    |image50|
6578
6579 -  not at all
6580
6581 Description:
6582
6583 -  If you have media elements in the 856 of your MARC record this
6584    preference can run/show those media files in a separate tab using
6585    HTML5.
6586
6587 .. _html5mediaextensions-label:
6588
6589 HTML5MediaExtensions
6590 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6591
6592 Default: webm\|ogg\|ogv\|oga\|vtt
6593
6594 Asks: Media file extensions \_\_\_
6595
6596 Description:
6597
6598 -  Enter in file extensions separated with bar (\|)
6599
6600 .. _html5mediayoutube-label:
6601
6602 HTML5MediaYouTube
6603 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6604
6605 Default: Don't embed
6606
6607     **Important**
6608
6609     To turn this on first enable
6610     :ref:`HTML5MediaEnabled`
6611
6612 Asks: \_\_\_ YouTube links as videos.
6613
6614 Values:
6615
6616 -  Don't embed
6617
6618 -  Embed
6619
6620 Description:
6621
6622 -  This preference will allow MARC21 856$u that points to YouTube to
6623    appear as a playable video on the pages defined in
6624    :ref:`HTML5MediaEnabled`.
6625
6626 .. _idreamlibraries-label:
6627
6628 IDreamLibraries
6629 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6630
6631 `IDreamBooks.com <http://idreambooks.com/>`__ aggregates book reviews by
6632 critics to help you discover the very best of what's coming out each
6633 week. These preferences let you integrated content from
6634 `IDreamBooks.com <http://IDreamBooks.com>`__ in to your Koha OPAC.
6635
6636     **Note**
6637
6638     This is a new website and has limited content, so you may only see
6639     these features on new popular titles until the database grows some
6640     more.
6641
6642 .. _idreambooksreadometer-label:
6643
6644 IDreamBooksReadometer
6645 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6646
6647 Default: Don't add
6648
6649 Asks: \_\_\_ a "Readometer" that summarizes the reviews gathered by
6650 IDreamBooks.com to the OPAC details page.
6651
6652 Values:
6653
6654 -  Add
6655
6656    |image51|
6657
6658 -  Don't add
6659
6660 .. _idreambooksresults-label:
6661
6662 IDreamBooksResults
6663 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6664
6665 Default: Don't add
6666
6667 Asks: \_\_\_ the rating from IDreamBooks.com to OPAC search results.
6668
6669 Values:
6670
6671 -  Add
6672
6673    |image52|
6674
6675 -  Don't add
6676
6677 .. _idreambooksreviews-label:
6678
6679 IDreamBooksReviews
6680 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6681
6682 Default: Don't add
6683
6684 Asks: \_\_\_ a tab on the OPAC details with book reviews from critics
6685 aggregated by IDreamBooks.com.
6686
6687 Values:
6688
6689 -  Add
6690
6691    |image53|
6692
6693 -  Don't add
6694
6695 .. _librarything-label:
6696
6697 LibraryThing
6698 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6699
6700 LibraryThing for Libraries is a pay service. You must first contact
6701 LibraryThing directly for pricing and subscription information. Learn
6702 more at http://www.librarything.com/forlibraries. Also, for further
6703 configuration instructions please see the LibraryThing Wiki:
6704 http://www.librarything.com/wiki/index.php/Koha
6705
6706 .. _librarythingforlibrariesenabled-label:
6707
6708 LibraryThingForLibrariesEnabled
6709 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6710
6711 Default: Don't show
6712
6713 Asks: \_\_\_ reviews, similar items, and tags from Library Thing for
6714 Libraries on item detail pages on the OPAC.
6715
6716 Values:
6717
6718 -  Don't show
6719
6720 -  Show
6721
6722 Description:
6723
6724 -  This setting is only applicable if the library has a paid
6725    subscription to the external LibraryThing for Libraries service. This
6726    service can provide patrons with the display of expanded information
6727    on catalog items such as book recommendations. It also can offer
6728    advanced features like tagged browsing, patron written reviews, and a
6729    virtual library display accessed from the details tab.
6730
6731     **Important**
6732
6733     If this is set to 'show' you will need to enter a value in the
6734     ^:ref:`LibraryThingForLibrariesID`^
6735     system preference.
6736
6737 .. _librarythingforlibrariesid-label:
6738
6739 LibraryThingForLibrariesID
6740 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6741
6742 Asks: Access Library Thing for Libraries using the customer ID \_\_\_
6743
6744 Description:
6745
6746 -  This setting is only applicable if the library has a paid
6747    subscription to the external LibraryThing for Libraries service. Use
6748    the box provided to enter in the library's LibraryThing for Libraries
6749    ID as provided to the library by LibraryThing. The ID number is a
6750    series of numbers in the form ###-#########, and can be found on the
6751    library's account page at LibraryThing for Libraries. This service
6752    can provide patrons with the display of expanded information on
6753    catalog items such as book recommendations and cover art. It also can
6754    offer advanced features like tagged browsing, patron written reviews,
6755    and a virtual library display accessed from the details tab.
6756
6757 .. _librarythingforlibrariestabbedview-label:
6758
6759 LibraryThingForLibrariesTabbedView
6760 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6761
6762 Default: in line with bibliographic information
6763
6764 Asks: Show Library Thing for Libraries content \_\_\_
6765
6766 Values:
6767
6768 -  in line with bibliographic information
6769
6770 -  in tabs
6771
6772 Description:
6773
6774 -  This setting is only applicable if the library has a paid
6775    subscription to the external LibraryThing for Libraries service. This
6776    service can provide patrons with the display of expanded information
6777    on catalog items such as book recommendations and cover art. It also
6778    can offer advanced features like tagged browsing, patron written
6779    reviews, and a virtual library display accessed from the details tab.
6780
6781 .. _thingisbn-label:
6782
6783 ThingISBN
6784 ^^^^^^^^^^^^^^^^^^^^^^^^^^
6785
6786 Default: Don't use
6787
6788 Asks: \_\_\_ the ThingISBN service to show other editions of a title
6789
6790 Values:
6791
6792 -  Don't use
6793
6794 -  Use
6795
6796 Description:
6797
6798 -  Set to 'Use' to display an "Editions" tab on the item's detail page.
6799    Editions are listed, complete with cover art (if you have one of the
6800    cover services enabled) and bibliographic information. The feed comes
6801    from LibraryThing's ThingISBN web service. This is a free service to
6802    non-commercial sites with fewer than 1,000 requests per day.
6803
6804     **Important**
6805
6806     Requires :ref:`FRBRizeEditions` and/or
6807     :ref:`OPACFRBRizeEditions` set to 'show'
6808
6809     **Important**
6810
6811     This is separate from Library Thing for Libraries and does not have
6812     a cost associated with it.
6813
6814 .. _local-cover-images-label:
6815
6816 Local Cover Images
6817 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6818
6819 .. _allowmultiplecovers-label:
6820
6821 AllowMultipleCovers
6822 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6823
6824 Default: Don't allow
6825
6826 Asks: \_\_\_ multiple images to be attached to each bibliographic
6827 record.
6828
6829 Values:
6830
6831 -  Allow
6832
6833 -  Don't allow
6834
6835 Description:
6836
6837 -  If this preference is set to 'Allow' then you can upload multiple
6838    images that will appear in the images tab on the bib record in the
6839    OPAC and the staff client. This preference requires that either one
6840    or both :ref:`LocalCoverImages` and
6841    :ref:`OPACLocalCoverImages` are set to
6842    'Display.^
6843
6844    |image54|
6845
6846 .. _localcoverimages-label:
6847
6848 LocalCoverImages
6849 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6850
6851 Default: Don't display
6852
6853 Asks: \_\_\_ local cover images on intranet search and details pages.
6854
6855 Values:
6856
6857 -  Display
6858
6859 -  Don't display
6860
6861 Description:
6862
6863 -  Setting this preference to 'Display' allows you to upload your own
6864    cover images to bib records and display them on the detail page in
6865    the staff client. At this time the cover will only show under the
6866    'Images' tab on the holdings table on the detail display, not next to
6867    the title at the top left or on the search results.
6868
6869 .. _opaclocalcoverimages-label:
6870
6871 OPACLocalCoverImages
6872 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6873
6874 Default: Don't display
6875
6876 Asks: \_\_\_ local cover images on OPAC search and details pages.
6877
6878 Values:
6879
6880 -  Display
6881
6882 -  Don't display
6883
6884 Description:
6885
6886 -  Setting this preference to 'Display' allows you to upload your own
6887    cover images to bib records and display them on the detail page and
6888    search results in the OPAC.
6889
6890 .. _manual-sysprefs-label:
6891
6892 Manual 
6893 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6894
6895 .. _kohamanualbaseurl-label:
6896
6897 KohaManualBaseURL
6898 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6899
6900 Default: https://koha-community.org/manual/
6901
6902 Asks: Location of the Koha manual \_\_\_
6903
6904 Description:
6905
6906 -  You can specify the location of the Koha manual to use. This is the 
6907    URL that will be used for the help pages when you click 'Help' at 
6908    the top right corner of the page.
6909
6910 -  By default, the Koha manual is used, but you can use this system 
6911    preference to substitute for your own help pages.
6912
6913 -  If the URL starts with '/', the value of :ref:`staffClientBaseURL` 
6914    will be used as a prefix. 
6915
6916 -  Note that it will be suffixed by the version / the language / the 
6917    format (/17.11/en/html) 
6918
6919 .. _kohamanuallanguage-label:
6920
6921 KohaManualLanguage
6922 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6923
6924 Default: English
6925
6926 Asks: Language of the online manual \ad\_\_\_
6927
6928 Description: 
6929
6930 -  By default, the language of the Koha interface will be used 
6931    as the manual language. However, if the manual is not translated 
6932    in that language, this system preference specifies the fallback 
6933    language.
6934
6935
6936 .. _novelist-select-label:
6937
6938 Novelist Select
6939 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6940
6941 Novelist Select is not a free service. Contact your Ebsco representative
6942 to get your log in information to embed this content in the OPAC.
6943
6944     **Important**
6945
6946     Novelist Select does not include cover images for the search results
6947     and bibliographic detail pages. You can choose any other cover image
6948     service for this content or you can contract with Ebsco to get
6949     access to the :ref:`Baker & Taylor Content Cafe <baker-&-taylor-label>` for
6950     an added fee.
6951
6952 .. _novelistselectenabled-label:
6953
6954 NovelistSelectEnabled
6955 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6956
6957 Default: Don't add
6958
6959 Asks: \_\_\_ Novelist Select content to the OPAC.
6960
6961 Values:
6962
6963 -  Add
6964
6965 -  Don't add
6966
6967     **Important**
6968
6969     Enabling this requires that you have entered in a user profile and
6970     password in the :ref:`NovelistSelectProfile &
6971     NovelistSelectPassword <novelistselectprofile-&-novelistselectpassword-label>` preferences
6972
6973 Description:
6974
6975 -  Novelist Select from Ebsco is a subscription service that can provide
6976    additional content in the OPAC.
6977
6978 .. _novelistselectprofile-&-novelistselectpassword-label:
6979
6980 NovelistSelectProfile & NovelistSelectPassword
6981 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6982
6983 Asks: Access Novelist Select using user profile \_\_\_ and password
6984 \_\_\_.
6985
6986     **Important**
6987
6988     This information will be visible if someone views the source code on
6989     your OPAC.
6990
6991 Description:
6992
6993 -  Novelist Select from Ebsco is a subscription service that can provide
6994    additional content in the OPAC.
6995
6996 .. _novelistselectstaffenabled-label:
6997
6998 NovelistSelectStaffEnabled
6999 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7000
7001 Default: Don't add
7002
7003 Asks: \_\_\_ Novelist Select content to the Staff client (requires that
7004 you have entered in a user profile and password, which can be seen in
7005 image links).
7006
7007 Values:
7008
7009 -  Don't add
7010
7011 -  Add
7012
7013 .. _novelistselectstaffprofile-label:
7014
7015 NovelistSelectStaffProfile
7016 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7017
7018 Asks: Access Novelist Select using user profile \_\_\_ on the staff client
7019
7020 Description:
7021
7022 -  Without this value being set, Novelist features will be disabled on the staff
7023    client until a correct profile is obtained from Novelist and entered into
7024    the field.
7025    
7026       **Note**
7027       
7028       This value must be set independently of the OPAC profile for Novelist
7029
7030 .. _novelistselectstaffview-label:
7031
7032 NovelistSelectStaffView
7033 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7034
7035 Default: in a tab
7036
7037 Asks: Display Novelist Select staff content \_\_\_.
7038
7039 Values:
7040
7041 -  above the holdings table
7042
7043 -  below the holdings table
7044
7045 -  in a tab
7046
7047 .. _novelistselectview-label:
7048
7049 NovelistSelectView
7050 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7051
7052 Default: in an OPAC tab
7053
7054 Asks: Display Novelist Select content \_\_\_
7055
7056 Description:
7057
7058 -  Novelist Select provides a lot of content, for that reason you have
7059    four choices of where to display this content. The default view is in
7060    a tab in the holdings table.
7061
7062    |image55|
7063
7064    The content is the same if you choose to show it above the holdings
7065    table or below it. If shown in the right column of the page it's the
7066    same content, but displays a bit differently since space is limited.
7067
7068    |image56|
7069
7070 Values:
7071
7072 -  above the holdings table
7073
7074 -  below the holdings table
7075
7076 -  in an OPAC tab
7077
7078 -  under the Save Record dropdown on the right
7079
7080 .. _oclc-label:
7081
7082 OCLC
7083 ~~~~~~~~~~~~~~~~~~~~~
7084
7085 .. _oclcaffiliateid-label:
7086
7087 OCLCAffiliateID
7088 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7089
7090 Asks: Use the OCLC affiliate ID \_\_\_ to access the xISBN service.
7091
7092 Description:
7093
7094 -  This setting is only applicable if the library has an OCLC Affiliate
7095    ID. This allows WorldCat searching in the OPAC via the XISBN
7096    programming interface. Simply enter the library's OCLC Affiliate ID
7097    in the box provided. Please note that using this data is only
7098    necessary if :ref:`FRBRizeEditions` and/or
7099    :ref:`OPACFRBRizeEditions` and :ref:`XISBN`
7100    settings are enabled. For more information on this service please
7101    visit the OCLC website:
7102    http://www.worldcat.org/affiliate/default.jsp.
7103
7104     **Important**
7105
7106     Unless you have signed up for an ID with OCLC, you are limited to
7107     1000 requests per day. Available at:
7108     http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
7109
7110 .. _xisbn-label:
7111
7112 XISBN
7113 ^^^^^^^^^^^^^^^^^^
7114
7115 Default: Don't use
7116
7117 Asks: \_\_\_ the OCLC xISBN service to show other editions of a title
7118
7119 Description:
7120
7121 -  Set to 'Use' to display an "Editions" tab on the item's detail page.
7122    Editions are listed, complete with cover art and bibliographic
7123    information. The feed comes from OCLC's xISBN web service. The feed
7124    limit for non-commercial sites is 1000 requests per day.
7125
7126 Values:
7127
7128 -  Don't use
7129
7130 -  Use
7131
7132     **Important**
7133
7134     Requires :ref:`FRBRizeEditions` and/or
7135     :ref:`OPACFRBRizeEditions` set to 'show'
7136
7137 .. _xisbndailylimit-label:
7138
7139 XISBNDailyLimit
7140 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7141
7142 Default: 999
7143
7144 Asks: Only use the xISBN service \_\_\_ times a day.
7145
7146     **Important**
7147
7148     Unless you have signed up for an ID with OCLC, you are limited to
7149     1000 requests per day. Available at:
7150     http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
7151
7152 .. _open-library-label:
7153
7154 Open Library
7155 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7156
7157 .. _openlibrarycovers-label:
7158
7159 OpenLibraryCovers
7160 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7161
7162 Default: Don't add
7163
7164 Asks: \_\_\_ cover images from Open Library to search results and item
7165 detail pages on the OPAC.
7166
7167 Values:
7168
7169 -  Add
7170
7171 -  Don't add
7172
7173 Description:
7174
7175 -  This setting controls the display of applicable cover art from the
7176    free Open Library database, via the Open Library API. Please note
7177    that to use this feature, all other cover services should be turned
7178    off.
7179
7180 .. _openlibrarysearch-label:
7181
7182 OpenLibrarySearch
7183 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7184
7185 Default: Don't show
7186
7187 Asks: \_\_\_ search results from Open Library on the OPAC.
7188
7189 Values:
7190
7191 -  Don't show
7192
7193 -  Show
7194
7195   |image1187|
7196
7197 .. _overdrive-label:
7198
7199 Overdrive
7200 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7201
7202 OverDrive is an pay service. You must first contact OverDrive directly
7203 for pricing and subscription information. Enabling this service will
7204 integrate Overdrive results in to your OPAC searches. You will have to
7205 apply for these 3 pieces of information through an application as an API
7206 developer. Overdrive API applications are evaluated once a week so you
7207 may not be able to use this feature immediately after signing up. To
7208 learn more please contact your OverDrive representative.
7209
7210 |image57|
7211
7212 .. _overdrivecirculation-label:
7213
7214 OverDriveCirculation
7215 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7216
7217 Default: Don't enable
7218
7219 Asks: \_\_\_ users to access their OverDrive circulation history, and circulate
7220 items. If you enable access, you must register auth return url of
7221 http(s)://my.opac.hostname/cgi-bin/koha/external/overdrive/auth.pl with OverDrive.
7222
7223 Values:
7224
7225 -  Don't enable
7226
7227 -  Enable
7228
7229 .. _overdriveclientkey-and-overdriveclientsecret-label:
7230
7231 OverDriveClientKey and OverDriveClientSecret
7232 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7233
7234 Asks: Include OverDrive availability information with the client key
7235 \_\_ and client secret \_\_\_
7236
7237 Description:
7238
7239 -  OverDrive customers can get this information by visiting the
7240    `OverDrive Developer
7241    Portal <https://developer.overdrive.com/docs/getting-started>`__ and
7242    following the instructions found there to apply as an API developer.
7243    Once this data and the :ref:`OverDriveLibraryID`
7244    are populated you will see OverDrive results on your OPAC searches.
7245
7246 .. _overdrivelibraryid-label:
7247
7248 OverDriveLibraryID
7249 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7250
7251 Asks: Show items from the OverDrive catalog of library # \_\_\_
7252
7253 Description:
7254
7255 -  OverDrive customers can get this information by visiting the
7256    `OverDrive Developer
7257    Portal <https://developer.overdrive.com/docs/getting-started>`__ and
7258    following the instructions found there to apply as an API developer.
7259    Once this data and the :ref:`OverDriveClientKey and
7260    OverDriveClientSecret <overdriveclientkey-and-overdriveclientsecret-label>` are populated you will
7261    see OverDrive results on your OPAC searches.
7262
7263 .. _plugins-label:
7264
7265 Plugins
7266 ~~~~~~~~~~~~~~~~~~~~~~~~~~
7267
7268 .. _usekohaplugins-label:
7269
7270 UseKohaPlugins
7271 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7272
7273 Default: Don't enable
7274
7275 Asks: \_\_\_ the ability to use Koha Plugins.
7276
7277 Values:
7278
7279 -  Don't enable
7280
7281 -  Enable
7282
7283     **Note**
7284
7285     The plugin system must also be enabled in the Koha configuration
7286     file to be fully enabled. Learn more in the `Plugins
7287     chapter <#pluginsystem>`__.
7288
7289 .. _syndetics-label:
7290
7291 Syndetics
7292 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7293
7294 Syndetics is a pay service. You must first contact Syndetics directly
7295 for pricing and subscription information.
7296
7297 .. _syndeticsauthornotes-label:
7298
7299 SyndeticsAuthorNotes
7300 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7301
7302 Default: Don't show
7303
7304 Asks: \_\_\_ notes about the author of a title from Syndetics on item
7305 detail pages on the OPAC.
7306
7307 Values:
7308
7309 -  Don't show
7310
7311 -  Show
7312
7313 Description:
7314
7315 -  When this option is set to "Show", Syndetics provides notes and short
7316    author biographies for more that 300,000 authors, in both fiction and
7317    nonfiction. With this option enabled the library can display
7318    Syndetics Author Notes on the OPAC. According to the Syndetics
7319    Solutions website (http://www.bowker.com/syndetics/), Author Notes
7320    include lists of contributors for many multi-author texts and
7321    compilations. The :ref:`SyndeticsClientCode` must
7322    be entered and the :ref:`SyndeticsEnabled` option
7323    must be activated before this service can be used.
7324
7325 .. _syndeticsawards-label:
7326
7327 SyndeticsAwards
7328 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7329
7330 Default: Don't show
7331
7332 Asks: \_\_\_ information from Syndetics about the awards a title has won
7333 on item detail pages on the OPAC.
7334
7335 Values:
7336
7337 -  Don't show
7338
7339 -  Show
7340
7341 Description:
7342
7343 -  When this option is set to "Show", Syndetics provides its clients
7344    with a list of awards that any title has won. With this service
7345    enabled the library can display those awards for each book on its
7346    website. For each book or item that comes up during a user search,
7347    the list of awards for that title will be displayed. When a user
7348    clicks on a given award, information about that award is presented
7349    along with a list of the other titles that have won that award. If
7350    the user clicks on any title in the list, they will see holdings
7351    information about that title in their region. This option is a paid
7352    subscription service. The
7353    :ref:`SyndeticsClientCode` must be entered and
7354    the :ref:`SyndeticsEnabled` option must be activated
7355    before this service can be used.
7356
7357 .. _syndeticsclientcode-label:
7358
7359 SyndeticsClientCode
7360 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7361
7362 Asks: Use the client code \_\_\_ to access Syndetics.
7363
7364 Description:
7365
7366 -  Once the library signs up for Syndetics' services, Syndetics will
7367    provide the library with an access code. (Visit the Syndetics
7368    homepage at http://www.bowker.com/syndetics/ for more information.)
7369    This is the code that must be entered to access Syndetics'
7370    subscription services. Syndetics is a paid subscription service. This
7371    value must be entered before
7372    :ref:`SyndeticsEditions` can be enabled. If the
7373    code is lost, corrupted, or forgotten, a new one can be obtained from
7374    http://www.bowker.com/syndetics/.
7375
7376     **Important**
7377
7378     You will need to get your client code directly from Syndetics.
7379
7380 .. _syndeticscoverimages-&-syndeticscoverimagesize-label:
7381
7382 SyndeticsCoverImages & SyndeticsCoverImageSize
7383 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7384
7385 SyndeticsCoverImages Default: Don't show
7386
7387 SyndeticsCoverImageSize Default: medium
7388
7389 Asks: \_\_\_ cover images from Syndetics on search results and item
7390 detail pages on the OPAC in a \_\_\_ size.
7391
7392 Descriptions:
7393
7394 -  When enabled, SyndeticsCoverImages, allows libraries to display
7395    Syndetics' collection of full-color cover images for books, videos,
7396    DVDs and CDs on their OPAC. For each book or item that comes up
7397    during a user search, the cover image for that title will be
7398    displayed. Since these cover images come in three sizes, the optimum
7399    size must be selected using the SyndeticsCoverImageSize preference
7400    after SyndeticsCoverImages are enabled. Syndetics cover images come
7401    in two sizes: mid-size (187 x 187 pixels), and large (400 x 400
7402    pixels). Syndetics is a paid subscription service. The
7403    :ref:`SyndeticsClientCode` must be entered and
7404    the :ref:`SyndeticsEnabled` option must be activated
7405    before this service can be used. Other cover image preferences should
7406    also be disabled to avoid interference.
7407
7408 SyndeticsCoverImages Values:
7409
7410 -  Don't show
7411
7412 -  Show
7413
7414 SyndeticsCoverImageSize Values:
7415
7416 -  medium
7417
7418 -  large
7419
7420 .. _syndeticseditions-label:
7421
7422 SyndeticsEditions
7423 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7424
7425 Default: Don't show
7426
7427 Asks: \_\_\_ information about other editions of a title from Syndetics
7428 on item detail pages on the OPAC
7429
7430 Description:
7431
7432 -  When enabled this option shows information on other editions of a
7433    title from Syndetics on the item detail pages of the OPAC. Syndetics
7434    is a paid subscription service. The
7435    :ref:`SyndeticsClientCode` must be entered and
7436    the :ref:`SyndeticsEnabled` option must be activated
7437    before this service can be used.
7438
7439 Values:
7440
7441 -  Don't show
7442
7443 -  Show
7444
7445     **Important**
7446
7447     Requires :ref:`OPACFRBRizeEditions` set to
7448     'show'
7449
7450 .. _syndeticsenabled-label:
7451
7452 SyndeticsEnabled
7453 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7454
7455 Default: Don't use
7456
7457 Asks: \_\_\_ content from Syndetics.
7458
7459 Values:
7460
7461 -  Don't use
7462
7463 -  Use
7464
7465 Description:
7466
7467 -  When this option is enabled any of the Syndetics options can be used.
7468
7469     **Important**
7470
7471     Requires that you enter your
7472     :ref:`SyndeticsClientCode` before this content
7473     will appear.
7474
7475 .. _syndeticsexcerpt-label:
7476
7477 SyndeticsExcerpt
7478 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7479
7480 Default: Don't show
7481
7482 Asks: \_\_\_ excerpts from of a title from Syndetics on item detail
7483 pages on the OPAC.
7484
7485 Values:
7486
7487 -  Don't show
7488
7489 -  Show
7490
7491 Description:
7492
7493 -  This preference allows Syndetics to display excerpts given to them
7494    from selected publishers. The excerpts are available from prominently
7495    reviewed new titles, both fiction and non-fiction. The excerpts
7496    include poems, essays, recipes, forwards and prefaces. Automatic
7497    links provided by the ISBNs within local MARC records are required to
7498    integrate Syndetics secured, high-speed Internet servers to the
7499    library OPACs. For more information see
7500    (http://www.bowker.com/syndetics/).
7501
7502 .. _syndeticsreviews-label:
7503
7504 SyndeticsReviews
7505 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7506
7507 Default: Don't show
7508
7509 Asks: \_\_\_ reviews of a title from Syndetics on item detail pages on
7510 the OPAC.
7511
7512 Values:
7513
7514 -  Don't show
7515
7516 -  Show
7517
7518 Description:
7519
7520 -  Syndetics Reviews is an accumulation of book reviews available from a
7521    variety of journals and serials. The reviews page displays colored
7522    images of reviewed books dust jackets, partnered with the names of
7523    the journal or serial providing the review. Clicking on an icon opens
7524    a window revealing the book title, author's name, book cover icon and
7525    the critic's opinion of the book. Automatic links provided by the
7526    ISBNs within local MARC records are required to integrate Syndetics
7527    secured, high-speed Internet servers to the library OPACs. For more
7528    information see (http://www.bowker.com/syndetics/).
7529
7530 .. _syndeticsseries-label:
7531
7532 SyndeticsSeries
7533 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7534
7535 Default: Don't show
7536
7537 Asks: \_\_\_ information on other books in a title's series from
7538 Syndetics on item detail pages on the OPAC.
7539
7540 Values:
7541
7542 -  Don't show
7543
7544 -  Show
7545
7546 Description:
7547
7548 -  Each fiction title within a series is linked to the complete series
7549    record. The record displays each title in reading order and also
7550    displays the publication order, if different. Alternate series titles
7551    are also displayed. Automatic links provided by the ISBNs within
7552    local MARC records are required to integrate Syndetics secured, high-
7553    speed Internet servers to the library OPACs. For more information see
7554    (http://www.bowker.com/syndetics/).
7555
7556 .. _syndeticssummary-label:
7557
7558 SyndeticsSummary
7559 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7560
7561 Default: Don't show
7562
7563 Asks: \_\_\_ a summary of a title from Syndetics on item detail pages on
7564 the OPAC.
7565
7566 Values:
7567
7568 -  Don't show
7569
7570 -  Show
7571
7572 Description:
7573
7574 -  Providing more than 5.6 million summaries and annotations derived
7575    from book jackets, edited publisher copy, or independently written
7576    annotations from Book News, Inc. Covering fiction and non-fiction,
7577    this summaries option provides annotations on both trade and
7578    scholarly titles. For more information see
7579    (http://www.bowker.com/syndetics/).
7580
7581 .. _syndeticstoc-label:
7582
7583 SyndeticsTOC
7584 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7585
7586 Default: Don't show
7587
7588 Asks: \_\_\_ the table of contents of a title from Syndetics on item
7589 detail pages on the OPAC.
7590
7591 Values:
7592
7593 -  Don't show
7594
7595 -  Show
7596
7597 Description:
7598
7599 -  This preference allows staff and patrons to review the Table of
7600    Contents from a wide variety of publications from popular self-help
7601    books to conference proceedings. Specific Information access is the
7602    main purpose for this option, allowing patrons guidance to their
7603    preferred section of the book. Special arrangements with selected
7604    book services is used to obtain the table of contents for new
7605    publications each year. Automatic links provided by the ISBNs within
7606    local MARC records are required to integrate Syndetics secured,
7607    high-speed Internet servers to the library OPACs. For more
7608    information see (http://www.bowker.com/syndetics/).
7609
7610 .. _tagging-label:
7611
7612 Tagging
7613 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
7614
7615 .. _tagsenabled-label:
7616
7617 TagsEnabled
7618 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7619
7620 Default: Allow
7621
7622 Asks: \_\_\_ patrons and staff to put tags on items.
7623
7624 Values:
7625
7626 -  Allow
7627
7628 -  Don't allow
7629
7630 Description:
7631
7632 -  Set to 'Allow' enable tagging. A tag is metadata, a word added to
7633    identify an item. Tags allow patrons to classify materials on their
7634    own. TagsEnabled is the main switch that permits the tagging
7635    features. TagsEnable must be set to 'Allow' to allow for other
7636    tagging features.
7637
7638 .. _tagsexternaldictionary-label:
7639
7640 TagsExternalDictionary
7641 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7642
7643 Asks: Allow tags in the dictionary of the ispell executable \_\_\_ on
7644 the server to be approved without moderation.
7645
7646 Description:
7647
7648 -  The dictionary includes a list of accepted and rejected tags. The
7649    accepted list includes all the tags that have been pre-allowed. The
7650    rejected list includes tags that are not allowed. This preference
7651    identifies the "accepted" dictionary used. Ispell is an open source
7652    dictionary which can be used as a list of accepted terms. Since the
7653    dictionary allows for accurately spelled obscenities, the libraries
7654    policy may dictate that modifications are made to the Ispell
7655    dictionary if this preference is use. For more information about
7656    Ispell http://www.gnu.org/software/ispell/ispell.html. Enter the path
7657    on your server to a local ispell executable, used to set
7658    $Lingua::Ispell::path.
7659
7660 .. _tagsinputondetail-label:
7661
7662 TagsInputOnDetail
7663 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7664
7665 Default: Allow
7666
7667 Asks: \_\_\_ patrons to input tags on item detail pages on the OPAC.
7668
7669 Values:
7670
7671 -  Allow
7672
7673    |image59|
7674
7675 -  Don't allow
7676
7677 .. _tagsinputonlist-label:
7678
7679 TagsInputOnList
7680 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7681
7682 Default: Allow
7683
7684 Asks: \_\_\_ patrons to input tags on search results on the OPAC.
7685
7686 Values:
7687
7688 -  Allow
7689
7690    |image58|
7691
7692 -  Don't allow
7693
7694 .. _tagsmoderation-label:
7695
7696 TagsModeration
7697 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7698
7699 Default: Don't require
7700
7701 Asks: \_\_\_ that tags submitted by patrons be reviewed by a staff
7702 member before being shown.
7703
7704 Values:
7705
7706 -  Don't require
7707
7708 -  Require
7709
7710 Description:
7711
7712 -  When set to 'Require,^ all tags to be first filtered by the tag
7713    moderator. Only approved tags will be visible to patrons. When set to
7714    'Don't require' tags will bypass the tag moderator and patrons' tags
7715    to be immediately visible. When this preference is enabled the
7716    moderator, a staff member, would approve the tag in the Staff Client.
7717    The moderator will have the option to approve or reject each pending
7718    tag suggestion.
7719
7720 When moderation is required all tags go through the tag moderation tool
7721 before becoming visible.
7722
7723 -  *Get there:* More > Tools > :ref:`Tags <tag-moderation-label>`
7724
7725 .. _tagsshowondetail-label:
7726
7727 TagsShowOnDetail
7728 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7729
7730 Default: 10
7731
7732 Asks: Show \_\_\_ tags on item detail pages on the OPAC.
7733
7734     **Note**
7735
7736     Set the value to 0 (zero) to turn this feature off.
7737
7738 .. _tagsshowonlist-label:
7739
7740 TagsShowOnList
7741 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7742
7743 Default: 6
7744
7745 Asks: Show \_\_\_ tags on search results on the OPAC.
7746
7747     **Note**
7748
7749     Set the value to 0 (zero) to turn this feature off.
7750
7751 .. _i18n/l10n-label:
7752
7753 I18N/L10N
7754 --------------------------
7755
7756 These preferences control your Internationalization and Localization
7757 settings.
7758
7759 *Get there:* More > Administration > Global System Preferences >
7760 I18N/L10N
7761
7762 .. _addressformat-label:
7763
7764 AddressFormat
7765 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7766
7767 Default: US style ([Street number], [Address] - [City], [Zip/Postal
7768 Code], [Country])
7769
7770 Asks: Format postal addresses using \_\_\_
7771
7772 Values:
7773
7774 -  German style ([Address] [Street number] - [Zip/Postal Code] [City] -
7775    [Country])
7776
7777 -  French style ([Street number] [Address] - [ZIP/Postal Code] [City] -
7778    [Country])
7779
7780 -  US style ([Street number], [Address] - [City], [Zip/Postal Code],
7781    [Country])
7782
7783 Description:
7784
7785 -  This preference will let you control how Koha displays patron
7786    addresses given the information entered in the various fields on
7787    their record.
7788
7789 .. _alphabet-label:
7790
7791 alphabet
7792 ~~~~~~~~~~~~~~~~~~~~~~~~
7793
7794 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
7795
7796 Asks: Use the alphabet \_\_\_ for lists of browsable letters. This
7797 should be a space separated list of uppercase letters.
7798
7799 Description:
7800
7801 -  This preference allows you define your own alphabet for browsing
7802    patrons in Koha.
7803
7804    |image60|
7805
7806 .. _calendarfirstdayofweek-label:
7807
7808 CalendarFirstDayOfWeek
7809 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7810
7811 Default: Sunday
7812
7813 Asks: Use \_\_\_ as the first day of week in the calendar.
7814
7815 Values:
7816
7817 -  Sunday
7818
7819 -  Monday
7820
7821 -  Tuesday
7822
7823 -  Wednesday
7824
7825 -  Thursday
7826
7827 -  Friday
7828
7829 -  Saturday
7830
7831 Description:
7832
7833 -  Using this preference you can control what day shows as the first day
7834    of the week in the calendar pop ups throughout Koha and on the
7835    Calendar tool. If you change this preference and don't see a change
7836    in your browser try clearing your cache since it makes changes to the
7837    Javascript on these pages.
7838
7839 .. _dateformat-label:
7840
7841 dateformat
7842 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7843
7844 Default: mm/dd/yyyy
7845
7846 Asks: Format dates like \_\_\_
7847
7848 Values:
7849
7850 -  dd.mm.yyyy
7851
7852 -  dd/mm/yyyy
7853
7854 -  mm/dd/yyyy
7855
7856 -  yyyy/mm/dd
7857
7858 Description:
7859
7860 -  This preference controls how the date is displayed. The options are
7861    the United States method, mm/dd/yyyy (04/24/2010), the metric method,
7862    dd/mm/yyyy (24/04/2010) or ISO, which is the International Standard
7863    of Organization, yyyy/mm/dd (2010/04/24). The International Standard
7864    of Organization would primarily be used by libraries with locations
7865    in multiple nations that may use different date formats, to have a
7866    single display type, or if the library would be in a region that does
7867    not use the United States or metric method. More information
7868    regarding the ISO date format can be found at
7869    http://www.iso.org/iso/iso_catalogue.htm.
7870
7871 .. _language-label:
7872
7873 language
7874 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7875
7876 Default: English
7877
7878 Asks: Enable the following languages on the staff interface
7879
7880 Values:
7881
7882 -  English
7883
7884 To install additional languages please refer to
7885 http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client
7886
7887 .. _opaclanguages-label:
7888
7889 opaclanguages
7890 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7891
7892 Default: English
7893
7894 Asks: Enable the following languages on the OPAC
7895
7896 Values:
7897
7898 -  English
7899
7900     **Note**
7901
7902     To install additional languages you need to run
7903     misc/translation/install-code.pl. For example, to install French you
7904     would run the following command install-code.pl fr-FR to make the
7905     templates, once they exist and are in the right place then they will
7906     show up as an option in this preference.
7907
7908 .. _opaclanguagesdisplay-label:
7909
7910 opaclanguagesdisplay
7911 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7912
7913 Default: Don't allow
7914
7915 Asks: \_\_\_ patrons to change the language they see on the OPAC.
7916
7917 Values:
7918
7919 -  Allow
7920
7921    -  Patrons can choose their language from a list at the bottom of the
7922       public catalog
7923
7924       |image61|
7925
7926 -  Don't allow
7927
7928    -  The public catalog will not give an option to choose a language
7929
7930 Description:
7931
7932 -  Using the :ref:`OpacLangSelectorMode` preference
7933    you can decide where these language options will appear in the public
7934    catalog.
7935
7936 .. _timeformat-label:
7937
7938 TimeFormat
7939 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7940
7941 Default: 24 hour format
7942
7943 Asks: Format times in \_\_\_
7944
7945 Values:
7946
7947 -  12 hour format (eg 02:18PM)
7948
7949 -  24 hour format (eg 14:18)
7950
7951 .. _translatenotices-label:
7952
7953 TranslateNotices
7954 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7955
7956 Default: Don't allow
7957
7958 Asks: \_\_\_ notices to be translated. If set, notices will be translatable from
7959 the "Notices and Slips" interface. The language used to send a notice to a patron
7960 will be the one defined for the patron.
7961
7962 Values:
7963
7964 -  Don't allow
7965
7966 -  Allow
7967
7968 .. _local-use-label:
7969
7970 Local Use
7971 ---------------------------
7972
7973 These preferences are defined locally.
7974
7975 *Get there:* More > Administration > Global System Preferences > Local
7976 Use
7977
7978     **Note**
7979
7980     Sometimes preferences which are either new or outdated will appear
7981     in this tab, if you didn't add any preferences to this tab then it's
7982     best to ignore preferences listed here.
7983
7984 .. _intradidyoumean-label:
7985
7986 INTRAdidyoumean
7987 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7988
7989 Default: blank
7990
7991 Asks: Did you mean? configuration for the Intranet. Do not change, as this is
7992 controlled by /cgi-bin/koha/admin/didyoumean.pl.
7993
7994 .. _opacdidyoumean-label:
7995
7996 OPACdidyoumean
7997 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7998
7999 Default: blank
8000
8001 Asks: Did you mean? configuration for the OPAC. Do not change, as this is
8002 controlled by /cgi-bin/koha/admin/didyoumean.pl.
8003
8004 .. _printcirculationships-label:
8005
8006 printcirculationships
8007 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8008
8009 Default: ON
8010
8011 Asks: If ON, enable printing circulation receipts
8012
8013 Values:
8014
8015 -  ON
8016
8017 -  OFF
8018
8019 .. _usagestatsid-label:
8020
8021 UsageStatsID
8022 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8023
8024 Default: blank
8025
8026 Asks: This preference is part of Koha but it should not be deleted or
8027 updated manually.
8028
8029 .. _usagestatslastupdatetime-label:
8030
8031 UsageStatsLastUpdateTime
8032 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8033
8034 Default: blank
8035
8036 Asks: This preference is part of Koha but it should not be deleted or
8037 updated manually.
8038
8039 .. _usagestatspublicid-label:
8040
8041 UsageStatsPublicID
8042 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8043
8044 Default: blank
8045
8046 Asks: Public ID for Hea website
8047
8048 .. _version-label:
8049
8050 Version
8051 ~~~~~~~~~~~~~~~~~~~~~~
8052
8053 Default: automatically generated
8054
8055 Asks: The Koha database version. WARNING: Do not change this value
8056 manually. It is maintained by the webinstaller
8057
8058 .. _logs-label:
8059
8060 Logs
8061 ----------------
8062
8063 Logs keep track of transaction on the system. You can decide which
8064 actions you want to log and which you don't using these preferences.
8065 Logs can then be viewed in the :ref:`Log Viewer` under Tools.
8066
8067 *Get there:* More > Administration > Global System Preferences > Logs
8068
8069 .. _debugging-label:
8070
8071 Debugging
8072 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8073
8074 .. _dumptemplatevarsintranet-label:
8075
8076 DumpTemplateVarsIntranet
8077 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8078
8079 Default: Don't
8080
8081 Asks: \_\_\_ dump all Template Toolkit variable to a comment in the HTML
8082 source for the staff intranet.
8083
8084 Value:
8085
8086 -  Don't
8087
8088 -  Do
8089
8090 .. _dumptemplatevarsopac-label:
8091
8092 DumpTemplateVarsOpac
8093 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8094
8095 Default: Don't
8096
8097 Asks: \_\_\_ dump all Template Toolkit variable to a comment in the HTML
8098 source for the OPAC.
8099
8100 Value:
8101
8102 -  Don't
8103
8104 -  Do
8105
8106 .. _logging-label:
8107
8108 Logging
8109 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
8110
8111 .. _authoritieslog-label:
8112
8113 AuthoritiesLog
8114 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8115
8116 Default: Don't log
8117
8118 Asks: \_\_\_ changes to authority records.
8119
8120 Values:
8121
8122 -  Don't log
8123
8124 -  Log
8125
8126 .. _borrowerslog-label:
8127
8128 BorrowersLog
8129 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8130
8131 Default: Log
8132
8133 Asks: \_\_\_ changes to patron records.
8134
8135 Values:
8136
8137 -  Don't log
8138
8139 -  Log
8140
8141        **Note**
8142        
8143        Enabling this preference allows the tracking of cardnumber changes for patrons 
8144
8145 .. _cataloguinglog-label:
8146
8147 CataloguingLog
8148 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8149
8150 Default: Don't log
8151
8152 Asks: \_\_\_ any changes to bibliographic or item records.
8153
8154 Values:
8155
8156 -  Don't log
8157
8158 -  Log
8159
8160     **Important**
8161
8162     Since this occurs whenever a book is cataloged, edited, or checked
8163     in or out it can be very resource intensive - slowing down your
8164     system.
8165
8166 .. _cronjoblog-label:
8167
8168 CronjobLog
8169 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8170
8171 Default: Don't log
8172
8173 Asks: \_\_\_ information from cron jobs.
8174
8175 Values:
8176
8177 -  Don't log
8178
8179 -  Log
8180
8181 .. _fineslog-label:
8182
8183 FinesLog
8184 ^^^^^^^^^^^^^^^^^^^^^^^^
8185
8186 Default: Log
8187
8188 Asks: \_\_\_ when overdue fines are charged or automatically forgiven.
8189
8190 Values:
8191
8192 -  Don't log
8193
8194 -  Log
8195
8196 .. _holdslog-label:
8197
8198 HoldsLog
8199 ^^^^^^^^^^^^^^^^^^^^^^^^
8200
8201 Default: Don't log
8202
8203 Asks: \_\_\_ any actions on holds (create, cancel, suspend, resume, etc.).
8204
8205 Values:
8206
8207 -  Don't log
8208
8209 -  Log
8210
8211 .. _issuelog-label:
8212
8213 IssueLog
8214 ^^^^^^^^^^^^^^^^^^^^^^^^
8215
8216 Default: Log
8217
8218 Asks: \_\_\_ when items are checked out.
8219
8220 Values:
8221
8222 -  Don't log
8223
8224 -  Log
8225
8226 .. _letterlog-label:
8227
8228 LetterLog
8229 ^^^^^^^^^^^^^^^^^^^^^^^^^^
8230
8231 Default: Log
8232
8233 Asks: \_\_\_ when an automatic claim notice is sent.
8234
8235 Values:
8236
8237 -  Don't log
8238
8239 -  Log
8240
8241     **Note**
8242
8243     This log tracks all notices that go to patrons including the overdue
8244     notices.
8245
8246 .. _renewallog-label:
8247
8248 RenewalLog
8249 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8250
8251 Default:  Don't log
8252
8253 Asks: \_\_\_ when items are renewed.
8254
8255 Values:
8256
8257 - Don't log
8258
8259 - Log
8260
8261 .. _reportslog-label:
8262
8263 ReportsLog
8264 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8265
8266 Default: Don't log
8267
8268 Asks: \_\_\_ when reports are added, deleted or changed.
8269
8270 Values:
8271
8272 -  Don't log
8273
8274 -  Log
8275
8276 .. _returnlog-label:
8277
8278 ReturnLog
8279 ^^^^^^^^^^^^^^^^^^^^^^^^^^
8280
8281 Default: Log
8282
8283 Asks: \_\_\_ when items are returned.
8284
8285 Values:
8286
8287 -  Don't log
8288
8289 -  Log
8290
8291 .. _subscriptionlog-label:
8292
8293 SubscriptionLog
8294 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8295
8296 Default: Log
8297
8298 Asks: \_\_\_ when serials are added, deleted or changed.
8299
8300 Values:
8301
8302 -  Don't log
8303
8304 -  Log
8305
8306 .. _opac-label:
8307
8308 OPAC
8309 ---------------------
8310
8311 *Get there:* More > Administration > Global system preferences > OPAC
8312
8313 .. _advanced-search-options-label:
8314
8315 Advanced search options
8316 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8317
8318 .. _opacadvsearchmoreoptions-label:
8319
8320 OpacAdvSearchMoreOptions
8321 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8322
8323 Default: Select all
8324
8325 Asks: Show search options for the expanded view \_\_\_
8326
8327 Values:
8328
8329 -  [Select all]
8330
8331 -  Item types
8332
8333 -  Language
8334
8335 -  Location and availability
8336
8337 -  Publication date
8338
8339 -  Sorting
8340
8341 -  Subtypes
8342
8343 Description:
8344
8345 -  The settings in this preference will determine which search fields
8346    will show when the patron is using the 'More options' mode on the
8347    advanced search page.
8348
8349 .. _opacadvsearchoptions-label:
8350
8351 OpacAdvSearchOptions
8352 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8353
8354 Default: Item types, Language, Location and availability, Publication
8355 date, Sorting
8356
8357 Asks: Show search options \_\_\_
8358
8359 Values:
8360
8361 -  [Select all]
8362
8363 -  Item types
8364
8365 -  Language
8366
8367 -  Location and availability
8368
8369 -  Publication date
8370
8371 -  Sorting
8372
8373 -  Subtypes
8374
8375 Description:
8376
8377 -  The settings in this preference will determine which search fields
8378    will show when the patron is using the 'Fewer options' mode on the
8379    advanced search page.
8380
8381 .. _appearance-label:
8382
8383 Appearance
8384 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8385
8386 These preferences control how things appear in the OPAC.
8387
8388 .. _authorisedvalueimages-label:
8389
8390 AuthorisedValueImages
8391 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8392
8393 Default: Don't show
8394
8395 Asks: \_\_\_ images for authorized values (such as lost statuses and
8396 locations) in search results and item detail pages on the OPAC.
8397
8398 Values:
8399
8400 -  Don't show
8401
8402 -  Show
8403
8404 *Get there:* More > Administration > :ref:`Authorized
8405 values <authorized-values-label>`
8406
8407 .. _bibliodefaultview-label:
8408
8409 BiblioDefaultView
8410 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8411
8412 Default: in simple form
8413
8414 Asks: By default, show bib records \_\_\_
8415
8416 Values:
8417
8418 -  as specified in the ISBD template.
8419
8420    -  See :ref:`ISBD` preference for more information
8421
8422 -  in simple form.
8423
8424 -  in their MARC format.
8425
8426 Description:
8427
8428 -  This preference determines the level of bibliographic detail that the
8429    patron will see on the OPAC detail page. The simple form displays the
8430    graphical interface; MARC format displays the MARC21 cataloging view;
8431    ISBD displays the ISBD (International Standard Bibliographic
8432    Description, AACR2) view.
8433
8434 .. _coinsinopacresults-label:
8435
8436 COinSinOPACResults
8437 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8438
8439 Default: Include
8440
8441 Asks: \_\_\_ COinS / OpenURL / Z39.88 in OPAC search results.
8442
8443 Values:
8444
8445 -  Don't include
8446
8447    -  If you choose not to include COinS on the search results, it will
8448       still be loaded on the individual bibliographic records.
8449
8450 -  Include
8451
8452    -  Enabling this feature will slow OPAC search response times.
8453
8454 Description:
8455
8456 -  COinS stands for ContextObjects in Spans. COinS is a method to embed
8457    bibliographic metadata in the HTML code of web pages. This allows
8458    bibliographic software to publish machine-readable bibliographic
8459    items and client reference management software (such as Zotero) to
8460    retrieve bibliographic metadata. The metadata can also be sent to an
8461    OpenURL resolver. This allows, for instance, searching for a copy of
8462    a book in one's own library.
8463
8464 .. _displayopaciconsxslt-label:
8465
8466 DisplayOPACiconsXSLT
8467 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8468
8469 Default: Don't show
8470
8471 Asks: On pages displayed with XSLT stylesheets on the OPAC, \_\_\_ icons
8472 for itemtype and authorized values.
8473
8474     **Important**
8475
8476     :ref:`OPACXSLTResultsDisplay` and/or
8477     :ref:`OPACXSLTDetailsDisplay` must be set to
8478     use an XSLT stylesheet for this to show (default or custom)
8479
8480 Values:
8481
8482 -  Don't show
8483
8484 -  Show
8485
8486    |image62|
8487
8488     **Note**
8489
8490     See the :ref:`XSLT material type icons <material-type-cataloging-guide-label>`
8491     for more information on these icons.
8492
8493 .. _googleindictransliteration-label:
8494
8495 GoogleIndicTransliteration
8496 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8497
8498 Default: Don't show
8499
8500 Asks: \_\_\_ GoogleIndicTransliteration on the OPAC.
8501
8502 Values:
8503
8504 -  Don't show
8505
8506 -  Show
8507
8508   |image1188|
8509
8510 .. _hidelostitems-label:
8511
8512 hidelostitems
8513 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8514
8515 Default: Don't show
8516
8517 Asks: \_\_\_ lost items on search and detail pages.
8518
8519 Description:
8520
8521 -  Items that are marked lost by the library can either be shown or not
8522    shown on the OPAC. By setting the value to "Don't show," the lost
8523    item is not shown on the OPAC. By setting the value "Show," the lost
8524    item is shown on the OPAC for patrons to view with a status of
8525    'lost.^
8526
8527 Values:
8528
8529 -  Don't show
8530
8531 -  Show
8532
8533    |image63|
8534
8535 .. _highlightownitemsonopac-&-highlightownitemsonopacwhich-label:
8536
8537 HighlightOwnItemsOnOPAC & HighlightOwnItemsOnOPACWhich
8538 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8539
8540 HighlightOwnItemsOnOPAC Default: Don't emphasize
8541
8542 HighlightOwnItemsOnOPACWhich Default: patron's home library
8543
8544 Asks: \_\_\_ results from the \_\_\_ by moving the results to the front
8545 and increasing the size or highlighting the rows for those results.
8546
8547 HighlightOwnItemsOnOPAC Values:
8548
8549 -  Don't emphasize
8550
8551 -  Emphasize
8552
8553 HighlightOwnItemsOnOPACWhich Values:
8554
8555 -  OPAC's branch based via the URL
8556
8557    -  The library is chosen based on the Apache environment variable
8558       BRANCHCODE. For example, this could be added to the OPAC section
8559       of koha-httpd.conf: SetEnv BRANCHCODE "CPL"
8560
8561 -  patron's home library
8562
8563    -  The items emphasized will be those of the same library as the
8564       patron's library. If no one is logged into the OPAC, no items will
8565       be highlighted.
8566
8567     **Important**
8568
8569     This preference will only effect sites that are not using an XSLT
8570     stylesheet. XSLT stylesheets are defined in the
8571     :ref:`OPACXSLTResultsDisplay` and
8572     :ref:`OPACXSLTDetailsDisplay` preferences.
8573
8574 .. _libraryname-label:
8575
8576 LibraryName
8577 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8578
8579 Asks: Show \_\_\_ as the name of the library on the OPAC.
8580
8581     **Note**
8582
8583     This value will appear in the title bar of the browser
8584
8585     **Note**
8586
8587     Edit :ref:`opacheader` if you'd like to add a library
8588     name above your search box on the OPAC
8589
8590 |image64|
8591
8592 .. _opacadditionalstylesheet-label:
8593
8594 OpacAdditionalStylesheet
8595 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8596
8597 Asks: Include the additional CSS stylesheet \_\_\_ to override specified
8598 settings from the default stylesheet.
8599
8600 Description:
8601
8602 -  The preference can look for stylesheets in the template directory for
8603    your OPAC language, for instance: /koha-tmpl/opac-tmpl/prog/en/css.
8604    If you upload a custom file, opac-mystyles.css to this directory, you
8605    can specify it by entering opac-mystyles.css in your
8606    opaccolorstylesheet system preference. This adds your custom
8607    stylesheet as a linked stylesheet alongside the OPAC's default CSS
8608    files. This method is preferable because linked stylesheets are
8609    cached by the user's browser, meaning upon repeat visits to your site
8610    the user's browser will not have to re-download the stylesheet,
8611    instead using the copy in the browser's cache.
8612
8613 -  If you would rather, you can upload your CSS to another server and
8614    enter the full URL pointing to it's location remember to begin the
8615    URL with http://
8616
8617     **Note**
8618
8619     Leave this field blank to disable it
8620
8621     **Note**
8622
8623     This file will add a linked CSS, not replace the existing default
8624     CSS.
8625
8626 .. _opacaddmastheadlibrarypulldown-label:
8627
8628 OpacAddMastheadLibraryPulldown
8629 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8630
8631 Default: Don't add
8632
8633 Asks: \_\_\_ a library select pulldown menu on the OPAC masthead.
8634
8635 Values:
8636
8637 -  Add
8638
8639    |image65|
8640
8641 -  Don't Add
8642
8643    |image66|
8644
8645 .. _opacbaseurl-label:
8646
8647 OPACBaseURL
8648 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8649
8650 Asks: The OPAC is located at \_\_\_
8651
8652 Description:
8653
8654 -  This preference is looking for the URL of your public catalog (OPAC)
8655    with the http:// in front of it (enter http://www.mycatalog.com
8656    instead of www.mycatalog.com). Once it is filled in Koha will use it
8657    to generate permanent links in your RSS feeds, for your social
8658    network share buttons and in your staff client when generating links
8659    to bib records in the OPAC.
8660
8661     **Important**
8662
8663     Do not include a trailing slash in the URL this will break links
8664     created using this URL. (example: http://www.google.com not
8665     http://www.google.com/)
8666
8667     **Important**
8668
8669     This must be filled in with the URL of your public catalog for RSS,
8670     unAPI, and search plugins to work.
8671
8672     **Important**
8673
8674     This must be filled in with the URL of your public catalog to show
8675     'OPAC View' links from bib records in the staff client:
8676
8677 |image67|
8678
8679 .. _opaccredits-label:
8680
8681 opaccredits
8682 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8683
8684 Asks: Include the following HTML in the footer of all pages in the OPAC:
8685
8686     **Note**
8687
8688     Click the 'Click to edit; link to enter HTML to appear at the bottom
8689     of every page in the OPAC
8690
8691 |image68|
8692
8693 |image69|
8694
8695 Description:
8696
8697 -  This setting is for credits that will appear at the bottom of your
8698    OPAC pages. Credits traditionally encompass copyright information,
8699    last date updated, hyperlinks or other information represented in an
8700    HTML format. This is static information and any updates must be
8701    entered manually.
8702
8703 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
8704
8705 .. _opaccustomsearch-label:
8706
8707 OpacCustomSearch
8708 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8709
8710 Asks: Replace the search box at the top of OPAC pages with the following
8711 HTML
8712
8713 Description:
8714
8715 -  This preference allows you to replace the default search box at the
8716    top of the OPAC :
8717
8718     |image1190|
8719
8720    with any HTML you would like :
8721
8722     |image1191|
8723
8724 .. _opacdisplay856uasimage-label:
8725
8726 OPACDisplay856uAsImage
8727 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8728
8729 Default: Neither details or results page
8730
8731 Asks: Display the URI in the 856u field as an image on: \_\_\_
8732
8733 Values:
8734
8735 -  Both results and details pages
8736
8737    -  **Important**
8738
8739           Both :ref:`OPACXSLTDetailsDisplay` and 
8740           :ref:`OPACXSLTResultsDisplay` need to
8741           have values in order for this preference to work.
8742
8743    -  **Important**
8744
8745           This is only implemented for MARC21 and NORMARC.
8746
8747 -  Detail page only
8748
8749    -  **Important**
8750
8751           :ref:`OPACXSLTDetailsDisplay` needs to
8752           have a value in it for this preference to work.
8753
8754    -  **Important**
8755
8756           This is only implemented for MARC21 and NORMARC.
8757
8758    |image70|
8759
8760 -  Neither details or results page
8761
8762 -  Results page only
8763
8764    -  **Important**
8765
8766           :ref:`OPACXSLTResultsDisplay` needs to
8767           have a value in it for this preference to work.
8768
8769    -  **Important**
8770
8771           This is only implemented for MARC21 and NORMARC.
8772
8773 Description:
8774
8775 -  In addition to this option being set, the corresponding XSLT option
8776    must be turned on. Also, the corresponding 856q field must have a
8777    valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
8778    starting with "image/"), or the generic indicator "img" entered in
8779    the field. When all of the requirements are met, an image file will
8780    be displayed instead of the standard link text. Clicking on the image
8781    will open it in the same way as clicking on the link text. When you
8782    click on the image it should open to full size, in the current window
8783    or in a new window depending on the value in the system pref
8784    :ref:`OPACURLOpenInNewWindow`.
8785
8786    |image71|
8787
8788 .. _opacexportoptions-label:
8789
8790 OpacExportOptions
8791 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8792
8793 Default:
8794
8795     |image1192|
8796
8797 Asks: Select export options that should be available from OPAC detail 
8798 page: \_\_\_
8799
8800 Description:
8801
8802 -  In the OPAC on the right of each bib record there is a menu that
8803    allows for saving the record in various formats. This patch will
8804    allow you to define which options are in the pull down menu.
8805    Available options are: BIBTEX (bibtex), Dublin Core (dc), MARCXML
8806    (marcxml), MARC-8 encoded MARC (marc8), Unicode/UTF-8 encoded MARC
8807    (utf8), Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9-
8808    fields and subfields (marcstd), MODS (mods), and RIS (ris).
8809
8810 .. _opacfallback-label:
8811
8812 OPACFallback
8813 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8814
8815 Default: bootstrap
8816
8817 Asks: Use the \_\_\_ theme as the fallback theme on the OPAC.
8818
8819 Description:
8820
8821 -  The purpose of this preference is to provide a way to choose to what
8822    theme to fallback on when you have a partial theme in place.
8823
8824 .. _opacfavicon-label:
8825
8826 OpacFavicon
8827 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8828
8829 Asks: Use the image at \_\_\_ for the OPAC's favicon.
8830
8831     **Important**
8832
8833     This should be a complete URL, starting with http://
8834
8835     **Note**
8836
8837     Turn your logo into a favicon with the `Favicon
8838     Generator <http://antifavicon.com/>`__.
8839
8840 Description:
8841
8842 -  The favicon is the little icon that appears next to the URL in the
8843    address bar in most browsers. The default value for this field (if
8844    left blank) is the small 'K' in the Koha logo.
8845
8846    |image72|
8847
8848 .. _opacheader-label:
8849
8850 opacheader
8851 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8852
8853 Asks: Include the following HTML in the header of all pages in the OPAC
8854
8855 |image73|
8856
8857     **Note**
8858
8859     This value will appear above the main content of your page
8860
8861 |image74|
8862
8863     **Note**
8864
8865     Edit ^:ref:`LibraryName`^ if you'd like to edit the
8866     contents of the <title> tag
8867
8868 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
8869
8870 .. _opachighlightedwords-&-nothighlightedwords-label:
8871
8872 OpacHighlightedWords & NotHighlightedWords
8873 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8874
8875 OpacHighlightedWords Default: Don't highlight
8876
8877 NotHighlightedWords Default: and\|or\|not
8878
8879 Asks: \_\_\_ words the patron searched for in their search results and
8880 detail pages; To prevent certain words from ever being highlighted,
8881 enter a list of stopwords here \_\_\_ (separate columns with \|)
8882
8883 OpacHighlightedWords Values:
8884
8885 -  Don't highlight
8886
8887 -  Highlight
8888
8889 .. _opacholdingsdefaultsortfield-label:
8890
8891 OPACHoldingsDefaultSortField
8892 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8893
8894 Default: First column of the table
8895
8896 Asks: \_\_\_ is the default sort field for the holdings table
8897
8898 Values:
8899
8900 -  First column of the table
8901
8902 -  Holding library
8903
8904 -  Home library
8905
8906 .. _opackohaurl-label:
8907
8908 OpacKohaUrl
8909 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8910
8911 Default: Don't show
8912
8913 Values:
8914
8915 -  Don't show
8916
8917 -  Show
8918
8919 Description:
8920
8921 -  When this preference is set to 'Show' text will appear in the bottom
8922    right of the OPAC footer stating 'Powered by Koha' and linking to the
8923    official Koha website.
8924
8925    |image75|
8926
8927 .. _opaclangselectormode-label:
8928
8929 OpacLangSelectorMode
8930 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8931
8932 Default: only footer
8933
8934 Asks: Display language selector on \_\_\_.
8935
8936 Values:
8937
8938 -  both top and footer
8939
8940 -  only footer
8941
8942 -  top
8943
8944 Description:
8945
8946 -  If you have the :ref:`opaclanguagesdisplay`
8947    preference set to display language options in the public catlaog,
8948    then this preference will allow you to control where the language
8949    selector shows. You can choose to show it only on the top or bottom
8950    or in both places.
8951
8952 .. _opaclayoutstylesheet-label:
8953
8954 opaclayoutstylesheet
8955 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8956
8957 Default: opac.css
8958
8959 Asks: Use the CSS stylesheet /css/ \_\_\_ on all pages in the OPAC,
8960 instead of the default
8961
8962 Description:
8963
8964 -  This setting's function is to point to the \*.css file used to define
8965    the OPAC layout. A \*.css file is a cascading stylesheet which is
8966    used in conjunction with HTML to set how the HTML page is formatted
8967    and will look on the OPAC. There are two stylesheets that come with
8968    the system; opac.css and opac2.css. A custom stylesheet may also be
8969    used. The stylesheets listed in the opaclayoutstylesheet preference
8970    are held on the Koha server.
8971
8972     **Note**
8973
8974     Leave this field blank to disable it and let Koha use the default
8975     file instead
8976
8977     **Important**
8978
8979     Using a custom value in this preference causes Koha to completely
8980     ignore the default layout stylesheet.
8981
8982 .. _opaclocationbranchtodisplay-label:
8983
8984 OpacLocationBranchToDisplay
8985 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8986
8987 Default: holding library
8988
8989 Asks: Display the \_\_\_ for items on the OPAC record details page.
8990
8991 Values:
8992
8993 -  holding library
8994
8995 -  home and holding library
8996
8997 -  home library
8998
8999 Description:
9000
9001 -  Defines whether to display the holding library, the home library, or
9002    both for the opac details page.
9003
9004 .. _opaclocationondetail-label:
9005
9006 OpacLocationOnDetail
9007 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9008
9009 Default: below the holding library
9010
9011 Asks: Display the shelving location \_\_\_ for items on the
9012 OPAC record details page.
9013
9014 Values:
9015
9016 -  below both home and holding libraries
9017
9018 -  on a separate column
9019
9020 -  below the holding library
9021
9022 -  below the home library
9023
9024 Description:
9025
9026 -  Defines where the shelving location should be displayed, under the
9027    home library, the holding library, or both, or in a separate column.
9028
9029 .. _opaclogininstructions-label:
9030
9031 OpacLoginInstructions
9032 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9033
9034 Asks: Show the following HTML on the OPAC login form when a patron is not logged in:
9035
9036 Description:
9037
9038 -  HTML entered in this field will appear under the login form on the main page
9039    of your OPAC, when the user is not logged in
9040
9041 |image1344|
9042
9043 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
9044
9045
9046 .. _opacmaintenance-label:
9047
9048 OpacMaintenance
9049 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9050
9051 Default: Don't show
9052
9053 Asks: \_\_\_ a warning that the OPAC is under maintenance, instead of
9054 the OPAC itself.
9055
9056     **Note**
9057
9058     this shows the same warning as when the database needs to be
9059     upgraded, but unconditionally.
9060
9061 Description:
9062
9063 -  This preference allows the system administrator to turn off the OPAC
9064    during maintenance and display a message to users. When this
9065    preference is switched to "Show" the OPAC is not usable. The text of
9066    this message is not editable at this time.
9067
9068 Values:
9069
9070 -  Don't show
9071
9072 -  Show
9073
9074    -  When this preference is set to show the maintenance message the
9075       ability to search the OPAC is disabled and a message appears. The
9076       default message can be altered by using the
9077       :ref:`OpacMaintenanceNotice` preference.
9078
9079       |image76|
9080
9081 .. _opacmaintenancenotice-label:
9082
9083 OpacMaintenanceNotice
9084 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9085
9086 Asks: Show the following HTML when OpacMaintenance is enabled
9087
9088 Descritpion:
9089
9090 -  This preference will allow you to set the text the OPAC displays when
9091    the :ref:`OpacMaintenance` preference is set to
9092    'Show.^
9093
9094 .. _opacmainuserblock-label:
9095
9096 OpacMainUserBlock
9097 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9098
9099 Default: Welcome to Koha... <hr>
9100
9101 Asks: Show the following HTML in its own column on the main page of the
9102 OPAC
9103
9104 Description:
9105
9106 -  HTML entered in this field will appear in the center of the main page
9107    of your OPAC
9108
9109 |image77|
9110
9111 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
9112
9113 .. _opacmaxitemstodisplay-label:
9114
9115 OpacMaxItemsToDisplay
9116 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9117
9118 Default: 50
9119
9120 Asks: Display up to \_\_\_ items on the biblio detail page
9121
9122 Description:
9123
9124 -  This preference will help with slow load times on the bibliographic
9125    detail pages by limiting the number of items to display by default.
9126    If the biblio has more items than this, a link is displayed instead
9127    that allows the user to choose to display all items.
9128
9129 .. _opacmysummaryhtml-label:
9130
9131 OPACMySummaryHTML
9132 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9133
9134 Asks: Include a "Links" column on the "my summary" tab when a user is
9135 logged in to the OPAC, with the following HTML (leave blank to disable).
9136
9137 Description:
9138
9139 -  In this preference you can enter HTML that will appear on the
9140    'Checked Out' tab on the 'My Summary' section when logged in to the
9141    OPAC. The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR}
9142    will be replaced with information from the displayed record. This can
9143    be used to enter in 'share' links for social networks or generate
9144    searches against other library catalogs.
9145
9146    |image78|
9147
9148 Sample Data:
9149
9150 ::
9151
9152     <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>
9153     <br />TITLE: {TITLE}
9154     <br />AUTHOR: {AUTHOR}
9155     <br />ISBN: {ISBN}
9156     <br />BIBLIONUMBER: {BIBLIONUMBER}</p>
9157
9158 .. _opacmysummarynote-label:
9159
9160 OPACMySummaryNote
9161 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9162
9163 Asks: Note to display on the patron summary page.
9164
9165 Description:
9166
9167 -  This preference will display text above the patron's summary and
9168    below the welcome message when the patron logs in to the OPAC and
9169    view their 'my summary' tab.
9170
9171     |image1193|
9172
9173 .. _opacnav-label:
9174
9175 OpacNav
9176 ^^^^^^^^^^^^^^^^^^^^^^
9177
9178 Default: Important links here.
9179
9180 Asks: Show the following HTML on the left hand column of the main page
9181 and patron account on the OPAC (generally navigation links)
9182
9183 |image79|
9184
9185 Learn more in the :ref:`OPAC editable regions <editable-opac-regions-label>` section.
9186
9187 .. _opacnavbottom-label:
9188
9189 OpacNavBottom
9190 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9191
9192 Asks: Show the following HTML on the left hand column of the main page
9193 and patron account on the OPAC, after :ref:`OpacNav`, and before
9194 patron account links if available:
9195
9196 Description: 
9197
9198 -  When a patron is logged in to their account they see a
9199    series of tabs to access their account information.
9200    :ref:`OpacNav` appears above this list of tabs and OpacNavBottom
9201    will appear below them. When not on the patron account pages the HTML in
9202    OpacNavBottom will just appear right below :ref:`OpacNav`.
9203
9204 |image80|
9205
9206 .. _opacnavright-label:
9207
9208 OpacNavRight
9209 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9210
9211 Asks: Show the following HTML in the right hand column of the main page
9212 under the main login form.
9213
9214 Description: 
9215
9216 -  HTML entered in this preference will appear on the right
9217    hand side of the OPAC under the log in form. If the log in form is not
9218    visible this content will move up on the right column.
9219
9220 |image81|
9221
9222 .. _opacnoresultsfound-label:
9223
9224 OPACNoResultsFound
9225 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9226
9227 No Default
9228
9229 Asks: Display this HTML when no results are found for a search in the
9230 OPAC
9231
9232 This HTML will display below the existing notice that no results were
9233 found for your search.
9234
9235 |image82|
9236
9237     **Note**
9238
9239     You can insert placeholders {QUERY\_KW} that will be replaced with
9240     the keywords of the query.
9241
9242 .. _opacpublic-label:
9243
9244 OpacPublic
9245 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9246
9247 Default: Enable
9248
9249 Asks: \_\_\_ Koha OPAC as public. Private OPAC requires authentication
9250 before accessing the OPAC.
9251
9252 Values:
9253
9254 -  Don't enable
9255
9256 -  Enable
9257
9258 Description:
9259
9260 -  This preference determines if your OPAC is accessible and searchable
9261    by anyone or only by members of the library. If set to 'Don't enable'
9262    only members who are logged into the OPAC can search. Most libraries
9263    will leave this setting at its default of 'Enable' to allow their
9264    OPAC to be searched by anyone and only require login for access to
9265    personalized content.
9266
9267 .. _opacresultslibrary-label:
9268
9269 OPACResultsLibrary
9270 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9271
9272 Default: home library
9273
9274 Asks: For search results in the OPAC, show the item's \_\_\_. Please
9275 note that this feature is currently available for MARC21 and UNIMARC.
9276
9277 Values:
9278
9279 -  current location
9280
9281 -  home library
9282
9283 .. _opacresultssidebar-label:
9284
9285 OPACResultsSidebar
9286 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9287
9288 Asks: Include the following HTML under the facets in OPAC search results
9289
9290 Description:
9291
9292 -  The HTML entered in this preference will appear on the search results
9293    pages below the list of facets on the left side of the screen.
9294
9295 .. _opacsearchfortitlein-label:
9296
9297 OPACSearchForTitleIn
9298 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9299
9300 Default: <li><a href="http://worldcat.org/search?q={TITLE}"
9301 target="\_blank">Other Libraries (WorldCat)</a></li> <li><a
9302 href="http://www.scholar.google.com/scholar?q={TITLE}"
9303 target="\_blank">Other Databases (Google Scholar)</a></li> <li><a
9304 href="http://www.bookfinder.com/search/?author={AUTHOR}&title={TITLE}&st=xl&ac=qr"
9305 target="\_blank">Online Stores (Bookfinder.com)</a></li>
9306
9307 Asks: Include a "More Searches" box on the detail pages of items on the
9308 OPAC, with the following HTML (leave blank to disable)
9309
9310     **Note**
9311
9312     The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE}, {ISBN},
9313     {ISSN} and {AUTHOR} will be replaced with information from the
9314     displayed record.
9315
9316 .. _opacseparateholdings-&-opacseparateholdingsbranch-label:
9317
9318 OpacSeparateHoldings & OpacSeparateHoldingsBranch
9319 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9320
9321 OpacSeparateHoldings default: Don't separate
9322
9323 OpacSeparateHoldingsBranch default: home library
9324
9325 Asks: \_\_\_ items display into two tabs, where the first tab contains
9326 items whose \_\_\_ is the logged in user's library. The second tab will
9327 contain all other items.
9328
9329 OpacSeparateHoldings values:
9330
9331 -  Don't separate
9332
9333 -  Separate
9334
9335 OpacSeparateHoldingsBranch values:
9336
9337 -  holding library
9338
9339 -  home library
9340
9341 Description:
9342
9343 -  This preference lets you decide if you would like to have the holding
9344    information on the bibliographic detail page in the OPAC split in to
9345    multiple tabs. The default is to show all holdings on one tab.
9346
9347    |image83|
9348
9349 .. _opacshowcheckoutname-label:
9350
9351 OPACShowCheckoutName
9352 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9353
9354 Default: Don't show
9355
9356 Asks: \_\_\_ the name of the patron that has an item checked out on item
9357 detail pages on the OPAC.
9358
9359 Values:
9360
9361 -  Don't show
9362
9363 -  Show
9364
9365 Description:
9366
9367 -  This preference allows all patrons to see who has the item checked
9368    out if it is checked out. In small corporate libraries (where the
9369    OPAC is behind a firewall and not publicly available) this can be
9370    helpful so coworkers can just contact the patron with the book
9371    themselves. In larger public and academic libraries setting this to
9372    'Show' would pose serious privacy issues.
9373
9374 .. _opacshowholdqueuedetails-label:
9375
9376 OPACShowHoldQueueDetails
9377 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9378
9379 Default: Don't show any hold details
9380
9381 Asks: \_\_\_ to patrons in the OPAC.
9382
9383 Values:
9384
9385 -  Don't show any hold details
9386
9387 -  Show holds
9388
9389    |image86|
9390
9391 -  Show holds and priority level
9392
9393 -  Show priority level
9394
9395    |image87|
9396
9397    -  :ref:`opacuserlogin` needs to be set to 'allow'
9398
9399 .. _opacshowrecentcomments-label:
9400
9401 OpacShowRecentComments
9402 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9403
9404 Default: Don't show
9405
9406 Asks: \_\_\_ a link to recent comments in the OPAC masthead.
9407
9408 Values:
9409
9410 -  Don't show
9411
9412 -  Show
9413
9414 Description:
9415
9416 -  If you have chosen to allow comments in your OPAC by setting
9417    :ref:`reviewson` to 'Allow' you can include a link to the
9418    recent comments under the search box at the top of your OPAC with
9419    this preference.
9420
9421    |image88|
9422
9423 .. _opacshowunusedauthorities-label:
9424
9425 OPACShowUnusedAuthorities
9426 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9427
9428 Default: Show
9429
9430 Asks: \_\_\_ unused authorities in the OPAC authority browser.
9431
9432 Values:
9433
9434 -  Do not show
9435
9436 -  Show
9437
9438    -  **Important**
9439
9440           Requires that the :ref:`OpacAuthorities`
9441           preference is set to 'Allow'
9442
9443 Description:
9444
9445 -  When patrons search your authority file via the OPAC they will see
9446    all authorities in your system even if you don't have them linked to
9447    any bibliographic records. This preference lets you determine what
9448    the default behavior is when searching authorities via the OPAC. If
9449    you choose 'Do not show' it will only show patrons authority records
9450    that are linked to bib records in the search results. Otherwise the
9451    system will show all authority records even if they aren't linked to
9452    records.
9453
9454 .. _opacstarratings-label:
9455
9456 OpacStarRatings
9457 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9458
9459 Default: no
9460
9461 Asks: Show star-ratings on \_\_\_ pages.
9462
9463 Values:
9464
9465 -  no
9466
9467 -  only details
9468
9469    |image89|
9470
9471 -  results and details
9472
9473    |image90|
9474
9475 Description:
9476
9477 -  Star ratings are a way for your patrons to leave ratings without
9478    having to leave a full review. Patrons who are not logged in will
9479    only be able to see the stars, once logged in patrons can click on
9480    the stars on the details page to leave their own rating. Clicking on
9481    the stars on the search results will not submit a rating.
9482
9483 .. _opacsuggestionmanagedby-label:
9484
9485 OpacSuggestionManagedBy
9486 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9487
9488 Default: Show
9489
9490 Asks: \_\_\_ the name of the staff member who managed a suggestion in
9491 OPAC.
9492
9493 Values:
9494
9495 -  Don't show
9496
9497 -  Show
9498
9499 Description:
9500
9501 -  If you're :ref:`allowing patrons to make purchase
9502    suggestions <suggestion-label>` then they will see the 'my
9503    suggestions' tab when logged in. This tab shows the patron the
9504    librarian who approved or rejected the purchase suggestion. This
9505    preference controls if the patron sees the librarian's name or not.
9506
9507 .. _opacthemes-label:
9508
9509 opacthemes
9510 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9511
9512 Default: bootstrap
9513
9514 Asks: Use the \_\_\_ theme on the OPAC.
9515
9516 Values:
9517
9518 -  bootstrap
9519
9520    Bootstrap Theme
9521
9522    This theme is completely responsive
9523
9524 .. _opacurlopeninnewwindow-label:
9525
9526 OPACURLOpenInNewWindow
9527 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9528
9529 Default: don't
9530
9531 Asks: When patrons click on a link to another website from your OPAC
9532 (like Amazon or OCLC), \_\_\_ open the website in a new window.
9533
9534 Values:
9535
9536 -  do
9537
9538 -  don't
9539
9540 Description:
9541
9542 -  This preference determines if URLs in the OPAC will open in a new
9543    window or not. When clicking on a link in the OPAC, a patron does not
9544    need to worry about navigating away from their search results.
9545
9546 .. _opacusercss-label:
9547
9548 OPACUserCSS
9549 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9550
9551 Asks: Include the following CSS on all pages in the OPAC
9552
9553 Description:
9554
9555 -  OPACUserCSS allows the administrator to enter styles that will
9556    overwrite the OPAC's default CSS as defined in 'opaclayoutstylesheet'
9557    or 'opacstylesheet'. Styles may be entered for any of the selectors
9558    found in the default style sheet. The default stylesheet will likely
9559    be found at
9560    http://your\_koha\_address/opac-tmpl/bootstrap/css/opac.css. Unlike
9561    :ref:`OpacAdditionalStylesheet` and
9562    :ref:`opaclayoutstylesheet` this preference will
9563    embed the CSS directly on your OPAC pages.
9564
9565 .. _opacuserjs-label:
9566
9567 OPACUserJS
9568 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9569
9570 Asks: Include the following JavaScript on all pages in the OPAC
9571
9572 |image91|
9573
9574 |image92|
9575
9576 |image93|
9577
9578 Description:
9579
9580 -  This preference allows the administrator to enter JavaScript or
9581    JQuery that will be embedded across all pages of the OPAC.
9582    Administrators may use this preference to customize some of the
9583    interactive sections of Koha, customizing the text for the login
9584    prompts, for example. Sample JQuery scripts used by Koha libraries
9585    can be found on the wiki:
9586    http://wiki.koha-community.org/wiki/JQuery_Library.
9587
9588 .. _opacusersummary-label:
9589
9590 OPACUserSummary
9591 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9592
9593 Default: Show
9594
9595 Asks: \_\_\_ a summary of a logged in user's checkouts, overdues, holds and fines on the mainpage
9596
9597 Description:
9598
9599 -  When activated, this preference system replaces the login form on the OPAC main page by a summary when the user is logged in.
9600
9601 .. _opacxsltdetailsdisplay-label:
9602
9603 OPACXSLTDetailsDisplay
9604 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9605
9606 Default: default
9607
9608 Asks: Display OPAC details using XSLT stylesheet at \_\_\_
9609
9610 Values:
9611
9612 -  leave empty to not use the XSLT stylesheet
9613
9614    -  In previous versions of Koha this was the setting that read
9615       'normally'
9616
9617 -  enter "default" for the default one
9618
9619 -  put a path to define a XSLT file
9620
9621    -  ex: /path/to/koha/and/your/stylesheet.xsl
9622
9623    -  If in a multi-language system you can enter {langcode} in the path
9624       to tell Koha to look in the right language folder
9625
9626       -  ex:
9627          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACDetail.xsl
9628
9629       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9630
9631 -  put an URL for an external specific stylesheet
9632
9633    -  ex: http://mykohaopac.org/stylesheet.xsl
9634
9635 Description:
9636
9637 -  XSLT stylesheets allow for the customization of the details shows on
9638    the screen when viewing a bib record. This preference will allow you
9639    either use the default look that comes with Koha or design your own
9640    stylesheet.
9641
9642 .. _opacxsltlistsdisplay-label:
9643
9644 OPACXSLTListsDisplay
9645 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9646
9647 Default: default
9648
9649 Asks: Display lists in the OPAC using XSLT stylesheet at \_\_\_
9650
9651 Values:
9652
9653 -  leave empty to not use the XSLT stylesheet
9654
9655    -  In previous versions of Koha this was the setting that read
9656       'normally'
9657
9658 -  enter "default" for the default one
9659
9660 -  put a path to define a XSLT file
9661
9662    -  ex: /path/to/koha/and/your/stylesheet.xsl
9663
9664    -  If in a multi-language system you can enter {langcode} in the path
9665       to tell Koha to look in the right language folder
9666
9667       -  ex:
9668          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
9669
9670       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9671
9672 -  put an URL for an external specific stylesheet
9673
9674    -  ex: http://mykohaopac.org/stylesheet.xsl
9675
9676 Description:
9677
9678 -  XSLT stylesheets allow for the customization of the details shows on
9679    the screen when viewing lists. This preference will
9680    allow you either use the default look that comes with Koha or design
9681    your own stylesheet.
9682
9683 .. _opacxsltresultsdisplay-label:
9684
9685 OPACXSLTResultsDisplay
9686 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9687
9688 Default: default
9689
9690 Asks: Display OPAC results using XSLT stylesheet at \_\_\_
9691
9692 Values:
9693
9694 -  leave empty to not use the XSLT stylesheet
9695
9696    -  In previous versions of Koha this was the setting that read
9697       'normally'
9698
9699 -  enter "default" for the default one
9700
9701 -  put a path to define a XSLT file
9702
9703    -  ex: /path/to/koha/and/your/stylesheet.xsl
9704
9705    -  If in a multi-language system you can enter {langcode} in the path
9706       to tell Koha to look in the right language folder
9707
9708       -  ex:
9709          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
9710
9711       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9712
9713 -  put an URL for an external specific stylesheet
9714
9715    -  ex: http://mykohaopac.org/stylesheet.xsl
9716
9717 Description:
9718
9719 -  XSLT stylesheets allow for the customization of the details shows on
9720    the screen when viewing the search results. This preference will
9721    allow you either use the default look that comes with Koha or design
9722    your own stylesheet.
9723
9724 .. _opacfeatures-label:
9725
9726 Features
9727 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9728
9729 .. _numsearchrssresults-label:
9730
9731 numSearchRSSResults
9732 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9733
9734 Default: 50
9735
9736 Asks: Display \_\_\_ search results in the RSS feed.
9737
9738 Description:
9739
9740 -  By default the RSS feed that is automatically generated for every
9741    search results page will list 50 items. This can sometimes be too
9742    much for some RSS feed readers and for some people this isn't enough.
9743    This preference allows you to adjust this number to show the best
9744    number of results for your patrons.
9745
9746 .. _opacacquisitiondetails-label:
9747
9748 OPACAcquisitionDetails
9749 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9750
9751 Default: Don't display
9752
9753 Asks: \_\_\_ the acquisition details on OPAC detail pages.
9754
9755 Values:
9756
9757 -  Display
9758
9759     |image1194|
9760
9761 -  Don't display
9762
9763 Description:
9764
9765 -  This preference shows the patrons how many items are on order in the
9766    Holdings tab if you have the :ref:`AcqCreateItem` set
9767    to 'cataloging the record'
9768
9769 .. _opacauthorities-label:
9770
9771 OpacAuthorities
9772 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9773
9774 Default: Allow
9775
9776 Asks: \_\_\_ patrons to search your authority records.
9777
9778 Description:
9779
9780 -  This preference displays the link on the OPAC for the authority
9781    search. By setting the preference to "Allow" patrons can use this
9782    search link of the OPAC.
9783
9784 Values:
9785
9786 -  Allow
9787
9788    -  A link labeled 'Authority search' will appear at the top of your
9789       OPAC under the search box
9790
9791       |image94|
9792
9793 -  Don't allow
9794
9795 .. _opacbookbag-label:
9796
9797 opacbookbag
9798 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9799
9800 Default: Allow
9801
9802 Asks: \_\_\_ patrons to store items in a temporary "Cart" on the OPAC.
9803
9804 Values:
9805
9806 -  Allow
9807
9808 -  Don't allow
9809
9810 Description:
9811
9812 -  This preference allows the user to temporarily save a list of items
9813    found on the catalog. By using the book bag, or cart, the user can
9814    print out or email a list of items found. The user does not need to
9815    be logged in. This list is temporary and will be emptied, or cleared,
9816    at the end of the session.
9817
9818 .. _opacbrowser-label:
9819
9820 OpacBrowser
9821 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9822
9823     **Important**
9824
9825     This preference only applies to installations using UNIMARC at this time.
9826
9827 Default: Don't allow
9828
9829 Asks: \_\_\_ patrons to browse subject authorities on OPAC
9830
9831 Values:
9832
9833 -  Allow
9834
9835 -  Don't allow
9836
9837     **Important**
9838
9839     run the :ref:`authorities browser cron job <authorities-browser-label>` to
9840     create the browser list
9841
9842 .. _opacbrowseresults-label:
9843
9844 OpacBrowseResults
9845 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9846
9847 Default: enable
9848
9849 Asks: \_\_\_ browsing and paging search results from the OPAC detail
9850 page.
9851
9852 Values:
9853
9854 -  disable
9855
9856 -  enable
9857
9858    |image95|
9859
9860 Description:
9861
9862 -  This preference will control the option to return to your results
9863    and/or browse them from the detail page in the OPAC.
9864
9865 .. _opaccloud-label:
9866
9867 OpacCloud
9868 ^^^^^^^^^^^^^^^^^^^^^^^^^^
9869
9870     **Important**
9871
9872     This preference only applies to French systems at this time.
9873
9874 Default: Don't show
9875
9876 Asks: \_\_\_ a subject cloud on OPAC
9877
9878 Values:
9879
9880 -  Don't show
9881
9882 -  Show
9883
9884     **Important**
9885
9886     run the :ref:`authorities browser cron job <authorities-browser-label>` to
9887     create the browser list
9888
9889 .. _opacfinestab-label:
9890
9891 OPACFinesTab
9892 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9893
9894 Default: Allow
9895
9896 Asks: \_\_\_ patrons to access the Fines tab on the My Account page on
9897 the OPAC.
9898
9899 Values:
9900
9901 -  Allow
9902
9903    -  :ref:`opacuserlogin` needs to be set to 'allow'
9904
9905 -  Don't allow
9906
9907 .. _opacholdnotes-label:
9908
9909 OpacHoldNotes
9910 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9911
9912 Default: Do not allow
9913
9914 Asks: \_\_\_ users to add a note when placing a hold.
9915
9916 Values:
9917
9918 -  Allow
9919
9920    |image96|
9921
9922 -  Do not allow
9923
9924 .. _opacisbd-label:
9925
9926 OPACISBD
9927 ^^^^^^^^^^^^^^^^^^^^^^^^
9928
9929 Default: See `ISBD view configuration
9930 <https://wiki.koha-community.org/wiki/ISBD_view_configuration>` on the wiki.
9931
9932 Asks: Use the following as the OPAC ISBD template:
9933
9934 Description:
9935
9936 -  This determines how the ISBD information will display in the OPAC.
9937    Elements in the list can be reordered to produce a different ISBD
9938    view. ISBD, the International Standard Bibliographic Description, was
9939    first introduced by IFLA (International Federation of Library
9940    Associations) in 1969 in order to provide guidelines for descriptive
9941    cataloging. The purpose of ISBD is to aid the international exchange
9942    of bibliographic records for a variety of materials.
9943
9944 .. _opacitemlocation-label:
9945
9946 OpacItemLocation
9947 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9948
9949 Default: call number only
9950
9951 Asks: Show \_\_\_ for items on the OPAC search results.
9952
9953 Values:
9954
9955 -  call number only
9956
9957 -  collection code
9958
9959 -  location
9960
9961 Description:
9962
9963 -  This setting allows users of the OPAC results XSLT stylesheet to
9964    choose to display collection code or location in addition to call
9965    number.
9966
9967 .. _opacnewslibraryselect-label:
9968
9969 OpacNewsLibrarySelect
9970 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9971
9972 Default: Don't display
9973
9974 Asks: \_\_\_ a branch selection list for news items in the OPAC.
9975
9976 Values:
9977
9978 -  Don't display
9979
9980 -  Display
9981
9982 .. _opacpasswordchange-label:
9983
9984 OpacPasswordChange
9985 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9986
9987 Default: Allow
9988
9989 Asks: \_\_\_ patrons to change their own password on the OPAC.
9990
9991 Values:
9992
9993 -  Allow
9994
9995    -  :ref:`opacuserlogin` needs to be set to 'allow'
9996
9997 -  Don't allow
9998
9999     **Important**
10000
10001     Enabling this will break LDAP authentication.
10002
10003 .. _opacpatrondetails-label:
10004
10005 OPACPatronDetails
10006 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10007
10008 Default: Allow
10009
10010 Asks: \_\_\_ patrons to notify the library of changes to their contact
10011 information from the OPAC.
10012
10013 Values:
10014
10015 -  Allow
10016
10017    -  :ref:`opacuserlogin` needs to be set to 'allow'
10018
10019 -  Don't allow
10020
10021 Description:
10022
10023 -  If patrons are allowed to notify the library of changes to their
10024    account then staff will need to approve the changes via the staff
10025    client. Notification of patron account requests will appear on the
10026    dashaboard below the list of modules with other pending actions.
10027
10028    |image97|
10029
10030    Once you click the notification you will be presented with the
10031    changes the patron would like to make to their account and from there
10032    you can choose how to proceed.
10033
10034    |image98|
10035
10036        **Note**
10037
10038        You can control what fields patrons see and can modify via the
10039        OPAC by setting the
10040        :ref:`PatronSelfRegistrationBorrowerMandatoryField`
10041        :ref:`PatronSelfRegistrationBorrowerUnwantedField`
10042        preferences.
10043
10044 .. _opacpatronimages-label:
10045
10046 OPACpatronimages
10047 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10048
10049 Default: Don't show
10050
10051 Asks: \_\_\_ patron images on the patron information page in the OPAC.
10052
10053 Values:
10054
10055 -  Don't show
10056
10057 -  Show
10058
10059 Description:
10060
10061 -  If :ref:`patronimages` is set to allow the upload of
10062    patron images via the staff client, then setting this preference to
10063    'show' will show the patron what image you have on file for them when
10064    they view their personal information on their account in the OPAC.
10065
10066 .. _opacpopupauthorssearch-label:
10067
10068 OPACPopupAuthorsSearch
10069 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10070
10071 Default: Don't display
10072
10073 Asks: \_\_\_ the list of authors/subjects in a popup for a combined
10074 search on OPAC detail pages.
10075
10076 Values:
10077
10078 -  Display
10079
10080    Subject search pop up
10081
10082    -  **Important**
10083
10084           This will only display the pop up if you are not using an XSLT
10085           stylesheet. Review your
10086           :ref:`OPACXSLTDetailsDisplay` to find
10087           out what stylesheet you're using.
10088
10089 -  Don't display
10090
10091    -  Authors and subjects will display as search links instead of pop
10092       up menus.
10093
10094 Description:
10095
10096 -  If this preference is set to 'Display' then clicking a subject or
10097    author from the details page in the OPAC will present the searcher
10098    with a pop up box. From this box you can check off any of the
10099    subjects or authors listed and search them all at once by clicking
10100    'Search' at the bottom of the pop up. The default behavior is for
10101    Koha to search just the clicked author or subject.
10102
10103 .. _opacresetpassword-label:
10104
10105 OpacResetPassword
10106 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10107
10108 Default: not allowed
10109
10110 Asks: Library users are \_\_\_ to recover their password via e-mail in
10111 the OPAC.
10112
10113 Values:
10114
10115 -  allowed
10116
10117     |image1195|
10118
10119 -  not allowed
10120
10121 Description:
10122
10123 -  This preference controls whether you present users of the public
10124    catalog with a 'Forgot your password' link or not. Learn more in the
10125    :ref:`OPAC section <resetting-your-password-label>` of this manual.
10126
10127 .. _opactopissue-label:
10128
10129 OpacTopissue
10130 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10131
10132 Default: Don't allow
10133
10134 Asks: \_\_\_ patrons to access a list of the most checked out items on
10135 the OPAC.
10136
10137 Values:
10138
10139 -  Allow
10140
10141    -  A link to 'Most Popular' will appear at the top of your OPAC
10142
10143       |image99|
10144
10145 -  Don't allow
10146
10147 Description:
10148
10149 -  This preference allows the administrator to choose to show the "Most
10150    Popular" link at the top of the OPAC under the search box. The "Most
10151    Popular" page shows the top circulated items in the library, as
10152    determined by the number of times a title has been circulated. This
10153    allows users to see what titles are popular in their community. It is
10154    recommended that you leave this preference set to 'Don't allow' until
10155    you have been live on Koha for a couple of months, otherwise the data
10156    that it shows will not be an accurate portrayal of what's popular in
10157    your library.
10158
10159    |image100|
10160
10161 .. _opacuserlogin-label:
10162
10163 opacuserlogin
10164 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10165
10166 Default: Allow
10167
10168 Asks: \_\_\_ patrons to log in to their accounts on the OPAC.
10169
10170 Values:
10171
10172 -  Allow
10173
10174 -  Don't allow
10175
10176    -  The OPAC will still be searchable if patrons can't log in, this
10177       just disables the patron account access via the OPAC
10178
10179 .. _quoteoftheday-label:
10180
10181 QuoteOfTheDay
10182 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10183
10184 Default: Disable
10185
10186 Asks: \_\_\_ Quote of the Day display on OPAC home page
10187
10188 Values:
10189
10190 -  Disable
10191
10192 -  Enable
10193
10194 Description:
10195
10196 -  This feature will allow you to enter a series of quotes that will
10197    then show on the OPAC homepage in random order. To add/edit quotes,
10198    visit the :ref:`Quote of the Day editor <quote-of-the-day-(qotd)-editor-label>` under Tools.
10199
10200 .. _requestonopac-label:
10201
10202 RequestOnOpac
10203 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10204
10205 Default: Allow
10206
10207 Asks: \_\_\_ patrons to place holds on items from the OPAC.
10208
10209 Values:
10210
10211 -  Allow
10212
10213    -  :ref:`opacuserlogin` needs to be set to 'allow'
10214
10215 -  Don't allow
10216
10217 .. _reviewson-label:
10218
10219 reviewson
10220 ^^^^^^^^^^^^^^^^^^^^^^^^^^
10221
10222 Default: Allow
10223
10224 Asks: \_\_\_ patrons to make comments on items on the OPAC.
10225
10226 Values:
10227
10228 -  Allow
10229
10230    -  Patrons comments/reviews all require moderation before they appear
10231       in the OPAC
10232
10233    -  :ref:`opacuserlogin` needs to be set to 'Allow'
10234
10235 -  Don't allow
10236
10237 Description:
10238
10239 -  This button allows the patrons to submit comments on books they have
10240    read via the OPAC. If this preference is set to "Allow" reviews are
10241    first sent to the staff client for staff approval before the review
10242    is displayed in the OPAC. The staff member who reviews and approves
10243    comments may find the pending comments on the
10244    :ref:`Comments` tool. The staff member can then choose to
10245    approve or delete the comments.
10246
10247 .. _showreviewer-label:
10248
10249 ShowReviewer
10250 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10251
10252 Default: full name
10253
10254 Asks: Show \_\_\_ of commenter with comments in OPAC.
10255
10256 Values:
10257
10258 -  first name
10259
10260 -  first name and last initial
10261
10262 -  full name
10263
10264 -  last name
10265
10266 -  no name
10267
10268 -  username
10269
10270 Description:
10271
10272 -  If you would like to protect your patron's privacy in the OPAC you
10273    can choose to hide their names or parts of their names from any of
10274    the comments they leave on bib records in your system.
10275    :ref:`reviewson` needs to be set to 'Allow' for this to
10276    preference to come in to play
10277
10278 .. _showreviewerphoto-label:
10279
10280 ShowReviewerPhoto
10281 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10282
10283 Default: Show
10284
10285 Asks: \_\_\_ reviewer's photo beside comments in OPAC.
10286
10287 Values:
10288
10289 -  Hide
10290
10291 -  Show
10292
10293    -  :ref:`reviewson` needs to be set to 'Allow' and
10294       :ref:`ShowReviewer` needs to be set to 'Show' for
10295       this to preference to come in to play
10296
10297       |image101|
10298
10299 Description:
10300
10301 -  This system preference allows libraries to show avatars next to
10302    patron's comments in the OPAC. These avatars are pulled from the
10303    `Libravatar <https://www.libravatar.org>`__ library, an open source
10304    powered product that allows Internet users to choose a small icon to
10305    display next to their name on various different websites. The library
10306    has no control over the images the patron chooses to display.
10307
10308 .. _socialnetworks-label:
10309
10310 SocialNetworks
10311 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10312
10313 Default: Disable
10314
10315 Asks: \_\_\_ social network links in opac detail pages
10316
10317 Values:
10318
10319 -  Disable
10320
10321 -  Enable
10322
10323    |image102|
10324
10325 Description:
10326
10327 -  This preference will enable a line of social network share buttons
10328    below the right hand column on the detail pages of records in the
10329    OPAC.
10330
10331     **Important**
10332
10333     In order for these share buttons to work when clicked you must have
10334     filled in your :ref:`OPACBaseURL` preference.
10335
10336 .. _suggestion-label:
10337
10338 suggestion
10339 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10340
10341 Default: Allow
10342
10343 Asks: \_\_\_ patrons to make purchase suggestions on the OPAC.
10344
10345 Values:
10346
10347 -  Allow
10348
10349    -  :ref:`opacuserlogin` needs to be set to 'allow'
10350       unless :ref:`AnonSuggestions` is set to 'allow'
10351
10352 -  Don't allow
10353
10354 .. _payments-label:
10355
10356 Payments
10357 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10358
10359 These preferences will allow you control the tools you use to accept
10360 online payments from your patrons via the OPAC.
10361
10362 .. _enablepaypalopacpayments-&-paypalsandboxmode-label:
10363
10364 EnablePayPalOpacPayments & PayPalSandboxMode
10365 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10366
10367 EnablePayPalOpacPayments Default: Don't allow
10368
10369 PayPalSandboxMode Default: Sandbox
10370
10371 Asks: \_\_\_ patrons to make payments from the OPAC via PayPal in \_\_\_
10372 mode.
10373
10374 EnablePayPalOpacPayments values:
10375
10376 -  Allow
10377
10378 -  Don't allow
10379
10380 PayPalSandboxMode values:
10381
10382 -  Production
10383
10384    -  Visit https://developer.paypal.com/ to get information for
10385       accepting payments in production
10386
10387 -  Sandbox
10388
10389    -  Visit https://developer.paypal.com/developer/accounts/ to get
10390       information for your sandbox account
10391
10392 Description:
10393
10394 -  This preference will allow you to accept credit card payments via the
10395    OPAC for fines via PayPal. You will need to set up your PayPal
10396    account and it is recommended that you run tests before using this in
10397    production.
10398
10399     **Important**
10400
10401     PayPayl's terms of service state that you cannot charge your patrons
10402     for the processing fees and so this plugin will not add additional
10403     fees to the charges.
10404
10405 .. _paypalchargedescription-label:
10406
10407 PayPalChargeDescription
10408 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10409
10410 Default: Koha fee payment
10411
10412 Asks: The patron should see the charge description as \_\_\_
10413
10414 Description
10415
10416 -  This preference controls what the patron will see on their PayPal
10417    account/bank account for this charge.
10418
10419 .. _paypalpwd-label:
10420
10421 PayPalPwd
10422 ^^^^^^^^^^^^^^^^^^^^^^^^^^
10423
10424 Asks: The password for the PayPal account to receive payments is \_\_\_
10425
10426 .. _paypalsignature-label:
10427
10428 PayPalSignature
10429 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10430
10431 Asks: The signature for the PayPal account to receive payments is \_\_\_
10432
10433 .. _paypaluser-label:
10434
10435 PayPalUser
10436 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10437
10438 Asks: The email address to receive PayPal payments is \_\_\_
10439
10440 .. _policy-label:
10441
10442 Policy
10443 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10444
10445 .. _allowpurchasesuggestionbranchchoice-label:
10446
10447 AllowPurchaseSuggestionBranchChoice
10448 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10449
10450 Default: Don't allow
10451
10452 Asks: \_\_\_ patrons to select branch when making a purchase suggestion
10453
10454 Values:
10455
10456 -  Allow
10457
10458 -  Don't allow
10459
10460 Description:
10461
10462 -  If your library system lets patrons make purchase suggestions for a
10463    specific branch you can set this preference to 'Allow' to add a
10464    branch selection option to the purchase suggestion form.
10465
10466 .. _blockexpiredpatronopacactions-label:
10467
10468 BlockExpiredPatronOpacActions
10469 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10470
10471 Default: Don't block
10472
10473 Asks: \_\_\_ expired patrons from OPAC actions such as placing a hold or
10474 renewing.
10475
10476 Values:
10477
10478 -  Block
10479
10480 -  Don't block
10481
10482 Description:
10483
10484 -  This preference lets you set a default value for how Koha handles
10485    permissions for patrons who are expired. This preference can be
10486    overwritten by the setting on :ref:`individual patron
10487    categories <patron-categories-label>`.
10488
10489 .. _maxopensuggestions-label:
10490
10491 MaxOpenSuggestions
10492 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10493
10494 Default: blank
10495
10496 Asks: Limit patrons to \_\_\_ open suggestions. Leave empty for no limit.
10497
10498     **Note**
10499
10500     This setting does not affect anonymous suggestions.
10501
10502 .. _opacallowpubliclistcreation-label:
10503
10504 OpacAllowPublicListCreation
10505 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10506
10507 Default: Allow
10508
10509 Asks: \_\_\_ opac users to create public lists.
10510
10511 Values:
10512
10513 -  Allow
10514
10515 -  Don't allow
10516
10517 Description:
10518
10519 -  Public lists are visible to anyone who visits your OPAC. With this
10520    preference you can control whether or now patrons are allowed to
10521    create these public lists. If this is set to "Don't allow" then only
10522    staff will be able to create public lists.
10523
10524     **Important**
10525
10526     This preference will only be taken in to account if you have
10527     :ref:`virtualshelves` set to 'Allow'
10528
10529 .. _opacallowsharingprivatelists-label:
10530
10531 OpacAllowSharingPrivateLists
10532 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10533
10534 Default: Don't allow
10535
10536 Asks: \_\_\_ opac users to share private lists with other patrons.
10537
10538 Values:
10539
10540 -  Allow
10541
10542 -  Don't allow
10543
10544 Description:
10545
10546 -  This feature will add the option for patrons to share their lists
10547    with other patrons. When this is set to 'Allow' patrons will see a
10548    share link at the top of their list. When they click that link it
10549    will ask for the email of the patron they would like to share with.
10550    Koha will then email the patron an invitation to see the list.
10551
10552 .. _opacfinenorenewals-label:
10553
10554 OPACFineNoRenewals
10555 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10556
10557 Default: 99999
10558
10559 Asks: Only allow patrons to renew their own books on the OPAC if they
10560 have less than \_\_\_ USD in fines
10561
10562     **Note**
10563
10564     Leave this field blank to disable
10565
10566     **Important**
10567
10568     To allow renewals in the OPAC, :ref:`opacuserlogin`
10569     needs to be set to 'allow'
10570
10571 .. _opachiddenitems-label:
10572
10573 OpacHiddenItems
10574 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10575
10576 Asks: Allows to define custom rules for hiding specific items at opac.
10577
10578     **Note**
10579
10580     See docs/opac/OpacHiddenItems.txt in your Koha install directory for
10581     more information
10582
10583 Description:
10584
10585 -  In this field you can enter criteria for items you would like to hide
10586    from display in the OPAC. This field takes any combination of item
10587    fields (from the items table in the Koha database) for blocking. For
10588    example a value of:
10589
10590    ::
10591
10592        itype: [07, 10]
10593        location: [STAFF, ISO]
10594
10595    Will block items with an itype code of 07 or 10 as well as items that
10596    have a shelving location of STAFF or ISO.
10597
10598    In items my items.itype 07 is defined in Item Types Administration as
10599    Staff Assigned My items.itype 10 in Item Types is Archival Copy The
10600    locations STAFF and ISO are in Authorized Values for category=LOC
10601    STAFF means it's assigned to the staff reading room and ISO means it
10602    is in the isolation room.
10603
10604 .. _opacrenewalallowed-label:
10605
10606 OpacRenewalAllowed
10607 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10608
10609 Default: Don't allow
10610
10611 Asks: \_\_\_ patrons to renew their own books on the OPAC.
10612
10613 Values:
10614
10615 -  Allow
10616
10617    -  :ref:`opacuserlogin` needs to be set to 'allow'
10618
10619 -  Don't allow
10620
10621    -  Staff will still be able to renew items for patrons via the staff
10622       client
10623
10624 Description:
10625
10626 -  This preference allows the administration to choose if patrons can
10627    renew their checked out materials via their checked out history in
10628    the OPAC. It allows patrons to renew their materials without having
10629    to contact the library or having to return to the library.
10630
10631 .. _opacrenewalbranch-label:
10632
10633 OpacRenewalBranch
10634 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10635
10636 Default: the branch the item was checked out from
10637
10638 Asks: Use \_\_\_ as branchcode to store in the statistics table
10639
10640 Values:
10641
10642 -  NULL
10643
10644 -  'OPACRenew'
10645
10646 -  the item's home branch
10647
10648 -  the patron's home branch
10649
10650 -  the branch the item was checked out from
10651
10652 Description:
10653
10654 -  This value is used in the statistics table to help with reporting.
10655    The statistics table in Koha keeps track of all checkouts and
10656    renewals, this preference defines which branch is entered in to the
10657    table when a patron renews an item for themselves via the OPAC.
10658
10659 .. _opacsuggestionmandatoryfields-label:
10660
10661 OPACSuggestionMandatoryFields
10662 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10663
10664 Default: blank
10665
10666 Asks: Fields that should be mandatory for patron purchase suggestions:
10667 \_\_\_ Note: if none of the above options are selected, 'Title' field
10668 would be mandatory anyway, by default.
10669
10670 Values:
10671
10672 -  [Select all]
10673
10674 -  Author
10675
10676 -  Collection title
10677
10678 -  Copyright or publication date
10679
10680 -  ISBN, ISSN or other standard number
10681
10682 -  Item type
10683
10684 -  Library or branch
10685
10686 -  Note
10687
10688 -  Patron reason
10689
10690 -  Publication place
10691
10692 -  Publisher name
10693
10694 -  Title
10695
10696 .. _opacviewotherssuggestions-label:
10697
10698 OPACViewOthersSuggestions
10699 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10700
10701 Default: Don't show
10702
10703 Asks: \_\_\_ purchase suggestions from other patrons on the OPAC.
10704
10705 Values:
10706
10707 -  Don't show
10708
10709 -  Show
10710
10711    -  :ref:`opacuserlogin` needs to be set to 'allow'
10712
10713 .. _searchmylibraryfirst-label:
10714
10715 SearchMyLibraryFirst
10716 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10717
10718 Default: Don't limit
10719
10720 Asks: \_\_\_ patrons' searches to the library they are registered at.
10721
10722 Values:
10723
10724 -  Don't limit
10725
10726    -  Searching the OPAC will show results from all libraries
10727
10728    -  If you're a one branch system, choose 'Don't limit'
10729
10730 -  Limit
10731
10732    -  Patrons will still be able to search other libraries via the
10733       Advanced search page - but will be limited to searches for their
10734       library only from the basic search box
10735
10736    -  :ref:`opacuserlogin` needs to be set to 'allow'
10737
10738 .. _privacy-label:
10739
10740 Privacy
10741 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10742
10743 .. _allowpatrontosetcheckoutsvisibilityforguarantor-label:
10744
10745 AllowPatronToSetCheckoutsVisibilityForGuarantor
10746 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10747
10748 Default: Don't allow
10749
10750 Asks: \_\_\_ patrons to choose their own privacy settings for showing
10751 the patron's checkouts to the patron's guarantor".
10752
10753 Values:
10754
10755 -  Allow
10756
10757 -  Don't allow
10758
10759 Description:
10760
10761 -  By default staff can see checkouts to family members via the staff
10762    client. This preference will allow guarantees (children) to grant
10763    permission to guarantors (guardians) to view their current checkouts
10764    via the public catalog. This preference requires that you allow
10765    patrons to se their own privacy with the
10766    :ref:`OPACPrivacy` preference.
10767
10768 .. _anonsuggestions-label:
10769
10770 AnonSuggestions
10771 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10772
10773 Default: Don't allow
10774
10775 Asks: \_\_\_ patrons that aren't logged in to make purchase suggestions.
10776
10777     **Important**
10778
10779     If set to 'Allow', suggestions are connected to the
10780     :ref:`AnonymousPatron`
10781
10782 Values:
10783
10784 -  Allow
10785
10786 -  Don't allow
10787
10788 .. _anonymouspatron-label:
10789
10790 AnonymousPatron
10791 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10792
10793 Default: 0
10794
10795 Asks: Use borrowernumber \_\_\_ as the Anonymous Patron (for anonymous
10796 suggestions and reading history)
10797
10798     **Note**
10799
10800     Before setting this preference :ref:`create a patron <add-a-new-patron-label>`
10801     to be used for all anonymous suggestions and/or reading history
10802     items. This patron can be any type and should be named something to
10803     make it clear to you that they're anonymous (ex. Anonymous Patron).
10804
10805     **Important**
10806
10807     Remember to use the borrowernumber note the patron's cardnumber for
10808     this value. The borrowernumber can be found on the patron record
10809     under 'Library use' on the right.
10810
10811     |image1196|
10812
10813 .. _enableopacsearchhistory-label:
10814
10815 EnableOpacSearchHistory
10816 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10817
10818 Default: Keep
10819
10820 Asks: \_\_\_ patron search history in the OPAC.
10821
10822 Values:
10823
10824 -  Don't keep
10825
10826 -  Keep
10827
10828 .. _opacprivacy-label:
10829
10830 OPACPrivacy
10831 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10832
10833 Default: Don't allow
10834
10835 Asks: \_\_\_ patrons to choose their own privacy settings for their
10836 reading history.
10837
10838     **Important**
10839
10840     This requires :ref:`opacreadinghistory` set to
10841     'Allow' and :ref:`AnonymousPatron` to be set to your
10842     anonymous patron's borrowernumber.
10843
10844 Values:
10845
10846 -  Allow
10847
10848 -  Don't allow
10849
10850 Description:
10851
10852 -  The default privacy setting for each patron category can be set in
10853    the :ref:`patrons categories <patron-categories-label>` area. If you set this
10854    preference to 'allow' then patrons can change that for themselves via
10855    the OPAC.
10856
10857     **Important**
10858
10859     If patron has chosen to have their reading history anonymized and
10860     you have :ref:`StoreLastBorrower` set to "Don't
10861     store" then as soon as the item is checked in the last borrower will
10862     be anonymized.
10863
10864 .. _opacreadinghistory-label:
10865
10866 opacreadinghistory
10867 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10868
10869 Default: Allow
10870
10871 Asks: \_\_\_ patrons to see what books they have checked out in the
10872 past.
10873
10874     **Important**
10875
10876     Enabling this will make it so that patrons can view their
10877     circulation history in the OPAC unless you have
10878     :ref:`OPACPrivacy` set to 'Allow'.
10879
10880     **Important**
10881
10882     This data is stored in the system regardless of your choice, unless
10883     your patrons have chosen to never have their reading history kept.
10884
10885 .. _storelastborrower-label:
10886
10887 StoreLastBorrower
10888 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10889
10890 Default: Don't store
10891
10892 Asks: \_\_\_ the last patron to return an item.
10893
10894 Values:
10895
10896 -  Don't store
10897
10898 -  Store
10899
10900 Description:
10901
10902 -  This preference allows you to store the last patron to borrow an item
10903    even if the patron has chosen to have their reading history
10904    anonymized.
10905
10906     **Note**
10907
10908     This setting is independent of
10909     :ref:`opacreadinghistory` and/or
10910     :ref:`AnonymousPatron`.
10911
10912 .. _trackclicks-label:
10913
10914 TrackClicks
10915 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10916
10917 Default: Don't track
10918
10919 Asks: \_\_\_ links that patrons click on.
10920
10921 Values:
10922
10923 -  Don't track
10924
10925 -  Track
10926
10927 -  Track anonymously
10928
10929 Description:
10930
10931 -  By setting this preference to one of the track options you will allow
10932    Koha to track every link clicked in Koha. This data will be stored in
10933    a database table so that you can run reports against that data. If
10934    you choose to 'Track' clicks then Koha will record both the link
10935    clicked and the logged in user who clicked the link. If you choose to
10936    'Track anonymously' then the borrowernumber will not be recorded, but
10937    the rest of the data will.
10938
10939        **Note**
10940
10941        Remember to update your local privacy policies and link to them
10942        from the OPAC to notify your users that you are tracking their
10943        information.
10944
10945 .. _restricted-page-label:
10946
10947 Restricted Page
10948 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10949
10950 Using the following preference you can create a page within your Koha
10951 system that is accessible by only specific IP addresses. This can be
10952 used to house links to databases that can only be accessed from with the
10953 library or other licensed content.
10954
10955 .. _restrictedpagecontent-label:
10956
10957 RestrictedPageContent
10958 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10959
10960 Asks: HTML content of your restricted page.
10961
10962 .. _restrictedpagelocalips-label:
10963
10964 RestrictedPageLocalIPs
10965 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10966
10967 Asks: Access from IP addresses beginning with \_\_\_ do not need to be
10968 authenticated
10969
10970 Description:
10971
10972 -  You can enter individual IPs as a comma separated list (ex:
10973    '127.0.0,127.0.1') or just the beginning of the IP range allowed (ex:
10974    '127.0.^)
10975
10976 .. _restrictedpagetitle-label:
10977
10978 RestrictedPageTitle
10979 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10980
10981 Asks: Use \_\_\_ as title of your restricted page
10982
10983 Description:
10984
10985 -  This title will appear in the breadcrumb and on the top of the
10986    restricted page.
10987
10988 .. _self-registration-label:
10989
10990 Self Registration
10991 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10992
10993 .. _patronselfmodificationborrowerunwantedfield-label:
10994
10995 PatronSelfModificationBorrowerUnwantedField
10996 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10997
10998 Default: password
10999
11000 Asks: The following `database
11001 columns <http://schema.koha-community.org/tables/borrowers.html>`__ will
11002 not appear on the patron self-modification screen: \_\_\_
11003
11004 Description:
11005
11006 -  This preference allows you to define what fields patrons can edit if
11007    you're allowing them to update their personal information via the
11008    public catalog with the :ref:`OPACPatronDetails`
11009    preference.
11010
11011     **Important**
11012
11013     Separate columns with \|
11014
11015 .. _patronselfregistration-label:
11016
11017 PatronSelfRegistration
11018 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11019
11020 Default: Don't allow
11021
11022 Asks: \_\_\_ library patrons to register an account via the OPAC.
11023
11024 Values:
11025
11026 -  Allow
11027
11028 -  Don't allow
11029
11030 Description:
11031
11032 -  Setting this preference to 'Allow' will provide a link on the OPAC to
11033    register for a new account. Using the other :ref:`self
11034    registration <self-registration-label>` system preferences you
11035    can control how this preference will function.
11036
11037    |image103|
11038
11039     **Important**
11040
11041     Patrons registering via the OPAC will not need to be approved by a
11042     librarian. For this reason it is recommended that you set up a
11043     provisional :ref:`patron category <patron-categories-label>` with no :ref:`circulation
11044     rights <circulation-and-fine-rules-label>`. That way patrons will have to come in to
11045     the library to verify their identity before given circulation rights
11046     at the library. Once the patron confirms their identity the library
11047     staff can change the category to one with permissions to check items
11048     out and place holds.
11049
11050 .. _patronselfregistrationadditionalinstructions-label:
11051
11052 PatronSelfRegistrationAdditionalInstructions
11053 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11054
11055 Asks: Display the following additional instructions for patrons who self
11056 register via the OPAC ( HTML is allowed ):
11057
11058 Description:
11059
11060 -  This preference takes any HTML you'd like to display on the page the
11061    patron sees after successfully registering for their library card.
11062
11063 .. _patronselfregistrationborrowermandatoryfield-label:
11064
11065 PatronSelfRegistrationBorrowerMandatoryField
11066 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11067
11068 Default: surname\|firstname
11069
11070 Asks: The following database columns must be filled in on the patron
11071 entry screen: \_\_\_
11072
11073 Description:
11074
11075 -  This preference allows you to define what fields patrons must fill in
11076    on their self registration form. If any of the required fields are
11077    blank Koha will not let the patron register.
11078
11079     **Important**
11080
11081     Separate columns with \|
11082
11083     **Note**
11084
11085     For help with field names, ask your system administrator or `view
11086     the database
11087     structure <http://schema.koha-community.org/tables/borrowers.html>`__
11088     associated with the borrowers table.
11089
11090     **Note**
11091
11092     If you're going to require that patrons verify their accounts via
11093     email with the
11094     :ref:`PatronSelfRegistrationVerifyByEmail`
11095     preference the email field will automatically be marked as required.
11096
11097 .. _patronselfregistrationborrowerunwantedfield-label:
11098
11099 PatronSelfRegistrationBorrowerUnwantedField
11100 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11101
11102 Default: password
11103
11104 Asks: The following database columns will not appear on the patron entry
11105 screen: \_\_\_
11106
11107 Description:
11108
11109 -  Using this preference you can hide fields from the patron registration
11110    and update form in the OPAC.
11111
11112     **Important**
11113
11114     Separate columns with \|
11115
11116     **Note**
11117
11118     For help with field names, ask your system administrator or `view
11119     the database
11120     structure <http://schema.koha-community.org/tables/borrowers.html>`__
11121     associated with the borrowers table.
11122
11123 .. _patronselfregistrationdefaultcategory-label:
11124
11125 PatronSelfRegistrationDefaultCategory
11126 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11127
11128 Asks: Use the patron category code \_\_\_ as the default patron category
11129 for patrons registered via the OPAC.
11130
11131 Description:
11132
11133 -  Enter in the patron category code for the category that all new
11134    patrons registered via the OPAC will be put in to.
11135
11136     **Important**
11137
11138     Patrons registering via the OPAC will not need to be approved by a
11139     librarian. For this reason it is recommended that you set up a
11140     provisional :ref:`patron category <patron-categories-label>` with no :ref:`circulation
11141     rights <circulation-and-fine-rules-label>`. That way patrons will have to come in to
11142     the library to verify their identity before given circulation rights
11143     at the library. Once the patron confirms their identiy the library
11144     staff can change the category to one with permissions to check items
11145     out and place holds.
11146
11147     **Important**
11148
11149     If you leave this blank or enter in an invalid code your patrons
11150     will still be able to register but will not be given a username.
11151     There will be no errors on the page to explain this, so be sure to
11152     enter a valid patron category code.
11153
11154 .. _patronselfregistrationemailmustbeunique-label:
11155
11156 PatronSelfRegistrationEmailMustBeUnique
11157 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11158
11159 Default: Do not consider
11160
11161 Asks: \_\_\_ patron's email (borrowers.email) as unique on self registering.
11162 An email won't be accepted if it already exists in the database.
11163
11164 Values:
11165
11166 -  Do not consider
11167
11168 -  Consider
11169
11170 .. _patronselfregistrationexpiretemporaryaccountsdelay-label:
11171
11172 PatronSelfRegistrationExpireTemporaryAccountsDelay
11173 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11174
11175 Default: 0
11176
11177 Asks: Delete patrons registered via the OPAC, but not yet verified after
11178 \_\_\_ days.
11179
11180 Description:
11181
11182 -  This preference links to the :ref:`delete\_expired\_opac\_registrations.pl
11183    cron job <unverified-registrations-label>`. If that cron is set to
11184    run nightly it will clean up any registrations that have not been
11185    verified via email in the number of days entered on this preference.
11186    This is dependent on
11187    :ref:`PatronSelfRegistrationVerifyByEmail`
11188    preference.
11189
11190 .. _patronselfregistrationlibrarylist-label:
11191
11192 PatronSelfRegistrationLibraryList
11193 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11194
11195 Default: blank
11196
11197 Asks: Enable the self registration for the following libraries: \_\_\_
11198 (separate branchcode with \|). If empty, all libraries will be listed.
11199
11200 .. _patronselfregistrationprefillform-label:
11201
11202 PatronSelfRegistrationPrefillForm
11203 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11204
11205 Default: Display and prefill
11206
11207 Asks: \_\_\_ password and login form after a patron has self registered.
11208
11209 Values:
11210
11211 -  Do not display and prefill
11212
11213 -  Display and prefill
11214
11215 .. _patronselfregistrationverifybyemail-label:
11216
11217 PatronSelfRegistrationVerifyByEmail
11218 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11219
11220 Default: Don't require
11221
11222 Asks: \_\_\_ that a self-registering patron verify his or herself via
11223 email.
11224
11225 Values:
11226
11227 -  Don't require
11228
11229 -  Require
11230
11231 Description:
11232
11233 -  If you require patrons to verify their accounts via email they will
11234    not be able to log in to the OPAC until they acknowledge the email
11235    sent by Koha. If you don't require this then patrons will be able to
11236    log in as soon as they fill in the registration form. You can set the
11237    :ref:`PatronSelfRegistrationExpireTemporaryAccountsDelay`
11238    preference to delete the un-verified self registrations after a
11239    certain number of days.
11240
11241     **Note**
11242
11243     If you're going to require that patrons verify their accounts via
11244     email then the email field will automatically be marked as required.
11245
11246 .. _shelf-browser-label:
11247
11248 Shelf Browser
11249 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11250
11251 .. _opacshelfbrowser-label:
11252
11253 OPACShelfBrowser
11254 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11255
11256 Default: Show
11257
11258 Asks: \_\_\_ a shelf browser on item details pages, allowing patrons to
11259 see what's near that item on the shelf.
11260
11261 Values:
11262
11263 -  Don't show
11264
11265 -  Show
11266
11267    |image104|
11268
11269 Description:
11270
11271 -  This preference allows patrons to view what is located on the shelf
11272    near the item they looked up. The shelf browser option appears on the
11273    details page to the right of each items' call number. Clicking the
11274    'Browse Shelf' link allows for a virtual shelf browsing experience
11275    via the OPAC and lets patrons see other books that may relate to
11276    their search and items that sit on the shelf near the item they are
11277    looking at.
11278
11279     **Important**
11280
11281     This uses up a fairly large amount of resources on your server, and
11282     should be avoided if your collection has a large number of items.
11283
11284 .. _shelfbrowserusesccode-label:
11285
11286 ShelfBrowserUsesCcode
11287 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11288
11289 Default: Don't use
11290
11291 Asks: \_\_\_ the item collection code when finding items for the shelf
11292 browser.
11293
11294 Values:
11295
11296 -  Don't use
11297
11298 -  Use
11299
11300 Description:
11301
11302 -  If your library uses collection codes then you might want the shelf
11303    browser to take into consideration what collection the books belong
11304    to when populating the virtual shelf browser.
11305
11306 .. _shelfbrowseruseshomebranch-label:
11307
11308 ShelfBrowserUsesHomeBranch
11309 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11310
11311 Default: Use
11312
11313 Asks: \_\_\_ the item home branch when finding items for the shelf
11314 browser.
11315
11316 Values:
11317
11318 -  Don't use
11319
11320 -  Use
11321
11322 Description:
11323
11324 -  If you have a multiple branch system you may want to make sure that
11325    Koha takes into consideration what branch owns the books when
11326    populating the virtual shelf browser for accuracy.
11327
11328 .. _shelfbrowseruseslocation-label:
11329
11330 ShelfBrowserUsesLocation
11331 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11332
11333 Default: Use
11334
11335 Asks: \_\_\_ the item location when finding items for the shelf browser.
11336
11337 Values:
11338
11339 -  Don't use
11340
11341 -  Use
11342
11343 Description:
11344
11345 -  If your library uses shelving locations then you might want the shelf
11346    browser to take into consideration what shelving location the books
11347    belong to when populating the virtual shelf browser.
11348
11349 .. _patrons-label:
11350
11351 Patrons
11352 --------------------------
11353
11354 *Get there:* More > Administration > Global System Preferences > Patrons
11355
11356 .. _patronsgeneral-label:
11357
11358 General
11359 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11360
11361 .. _allowstafftosetcheckoutsvisibilityforguarantor-label:
11362
11363 AllowStaffToSetCheckoutsVisibilityForGuarantor
11364 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11365
11366 Default: Don't allow
11367
11368 Asks: \_\_\_ staff to set the ability for a patron's checkouts to be
11369 viewed by linked patrons in the OPAC.
11370
11371 Values:
11372
11373 -  Don't allow
11374
11375 -  Allow
11376
11377 .. _autoemailopacuser-label:
11378
11379 AutoEmailOpacUser
11380 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11381
11382 Default: Don't send
11383
11384 Asks: \_\_\_ an email to newly created patrons with their account
11385 details.
11386
11387 Description:
11388
11389 -  AutoEmailOpacUser allows library users to be notified by email of
11390    their account details when a new account is opened at the email
11391    address specified in the
11392    :ref:`AutoEmailPrimaryAddress` preference.
11393    The email contains the username and password given to or chosen by
11394    the patron when signing up for their account and can be customized by
11395    editing the `ACCTDETAILS <#ACCTDETAILS>`__ notice.
11396
11397 Values:
11398
11399 -  Don't send
11400
11401 -  Send
11402
11403 .. _autoemailprimaryaddress-label:
11404
11405 AutoEmailPrimaryAddress
11406 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11407
11408 Default: alternate
11409
11410 Asks: Use \_\_\_ patron email address for sending out emails.
11411
11412 Values:
11413
11414 -  alternate
11415
11416 -  first valid
11417
11418 -  home
11419
11420 -  work
11421
11422 Description:
11423
11424 -  If you choose 'first valid' as the value for AutoEmailPrimaryAddress
11425    the system will check the email fields in this order: home, work,
11426    then alternate. Otherwise the system will use the email address you
11427    specify.
11428
11429 .. _automembernum-label:
11430
11431 autoMemberNum
11432 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11433
11434 Default: Do
11435
11436 Asks: \_\_\_ default the card number field on the patron addition screen
11437 to the next available card number
11438
11439 Values:
11440
11441 -  Do
11442
11443    -  If the largest currently used card number is 26345000012941, then
11444       this field will default to 26345000012942 for the next patron
11445
11446 -  Don't
11447
11448 Description:
11449
11450 -  This preference determines if the patron's barcode is automatically
11451    calculated. This prevents the person setting up the library card
11452    account from having to assign a number to the new card. If set to
11453    'Do' the system will calculate a new patron barcode by adding 1 to
11454    the maximum barcode already present in the database.
11455
11456 .. _borrowermandatoryfield-label:
11457
11458 BorrowerMandatoryField
11459 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11460
11461 Default: surname\|cardnumber\|barcode
11462
11463 Asks: The following database columns must be filled in on the patron
11464 entry screen: \_\_\_
11465
11466 Description:
11467
11468 -  This preference enables the system administrator to choose which
11469    fields your library would like required for patron accounts. Enter
11470    field names separated by \| (bar). This ensures that basic
11471    information is included in each patron record. If a patron leaves one
11472    of the required fields blank an error message will issue and the
11473    account will not be created.
11474
11475     **Important**
11476
11477     Separate columns with \|
11478
11479     **Note**
11480
11481     For help with field names, ask your system administrator or `view
11482     the database
11483     structure <http://schema.koha-community.org/tables/borrowers.html>`__
11484     associated with the borrowers table.
11485     
11486     **Note**
11487     
11488     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
11489     (or both) is set, a button labeled "Quick add new patron" will be displayed
11490     in the "Patrons" toolbar.
11491
11492 .. _borrowerrelationship-label:
11493
11494 borrowerRelationship
11495 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11496
11497 Default: father\|mother
11498
11499 Asks: Guarantors can be the following of those they guarantee \_\_\_
11500
11501 Description:
11502
11503 -  This preference enables the system administrator to define valid
11504    relationships between a guarantor (usually a parent) & a guarantee
11505    (usually a child). Defining values for this field does not make the
11506    guarantor field required when adding a guarantee type patron. This
11507    preference creates a drop down list identifying the relationship of
11508    the guarantor to the guarantee. To disable the ability to add
11509    children types in Koha you can leave this field blank.
11510
11511     **Important**
11512
11513     Input multiple choices separated by \|
11514
11515 .. _borrowerrenewalperiodbase-label:
11516
11517 BorrowerRenewalPeriodBase
11518 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11519
11520 Default: current date
11521
11522 Asks: When renewing borrowers, base the new expiry date on \_\_\_
11523
11524 Values:
11525
11526 -  current date.
11527
11528 -  current membership expiry date.
11529
11530 Description:
11531
11532 -  This preference controls what the patron's new expiration date will
11533    be when you renew their card. Using the 'current date' will add the
11534    subscription period to today's date when calculating the new
11535    expiration date. Using 'current membership expiry date' will add the
11536    subscription period to the old expiration date for the patron when
11537    renewing their account.
11538
11539 .. _borrowerstitles-label:
11540
11541 BorrowersTitles
11542 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11543
11544 Default: Mr\|Mrs\|Miss\|Ms
11545
11546 Asks: Borrowers can have the following titles \_\_\_
11547
11548 Description:
11549
11550 -  This preference allows the staff to choose the titles that can be
11551    assigned to patrons. The choices present as a drop down list when
11552    creating a patron record.
11553
11554     **Important**
11555
11556     Input multiple choices separated by \|
11557
11558 .. _borrowerunwantedfield-label:
11559
11560 BorrowerUnwantedField
11561 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11562
11563 Asks: The following database columns will not appear on the patron entry
11564 screen: \_\_\_
11565
11566 Description:
11567
11568 -  This preference enables the system administrator to choose which
11569    fields your library doesn't need to see on the patron entry form.
11570    Enter field names separated by \| (bar).
11571
11572     **Important**
11573
11574     Separate columns with \|
11575
11576     **Note**
11577
11578     For help with field names, ask your system administrator or `view
11579     the database
11580     structure <http://schema.koha-community.org/tables/borrowers.html>`__
11581     associated with the borrowers table.
11582
11583 .. _cardnumberlength-label:
11584
11585 CardnumberLength
11586 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11587
11588 Asks: Card numbers for patrons must be \_\_\_ characters long.
11589
11590 Description:
11591
11592 -  The length can be a single number to specify an exact length, a range
11593    separated by a comma (i.e., 'Min,Max'), or a maximum with no minimum
11594    (i.e., ^,Max'). If 'cardnumber' is included in the
11595    :ref:`BorrowerMandatoryField` list, the
11596    minimum length, if not specified here, defaults to one.
11597
11598 .. _checkprevcheckout-label:
11599
11600 CheckPrevCheckout
11601 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11602
11603 Default: Do not
11604
11605 Asks: \_\_\_ check borrower checkout history to see if the current item has been checked out before.
11606
11607 Values:
11608
11609 -  Do
11610
11611 -  Do not
11612
11613 -  Unless overridden, do
11614
11615 -  Unless overridden, do not
11616
11617 Description:
11618
11619 -  When the value of this system preference is set to 'do', Koha will look at the
11620    patron's circulation history to see if they have checked this item out before.
11621    An alert will show up on the screen indicating that patron has indeed checked
11622    this item out. Staff will be prompted to allow the checkout to occur.
11623
11624    |image1390|
11625
11626 -  If the value is set to 'do not', Koha will not check the patron's circulation
11627    history.
11628
11629 -  When the value is set to 'Unless overridden, do', this will check the
11630    patron's circulation history unless the patron's :ref:`personal setting 
11631    <add-a-new-patron>` or the :ref:`patron category setting <adding-a-patron-category>` 
11632    specifically say not to.
11633    
11634 -  Lastly, if the value is set to 'Unless overridden, do not',
11635    Koha will not check circulation history unless the patron's :ref:`personal 
11636    setting <add-a-new-patron>` or the :ref:`patron category setting <adding-a-
11637    patron-category>` specifically say to check.
11638
11639      **Note**
11640
11641 This system preference will not work for patrons that have chosen to anonymize
11642 their reading history.
11643
11644 .. _defaultpatronsearchfields-label:
11645
11646 DefaultPatronSearchFields
11647 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11648
11649 Default: surname,firstname,othernames,cardnumber,userid
11650
11651 Asks: \_\_\_ Comma separated list defining the default fields to be used during a patron search
11652
11653     **Important** possible values can be found in the borrowers table of Koha's schema
11654     located at http://schema.koha-community.org/
11655
11656 .. _enableborrowerfiles-label:
11657
11658 EnableBorrowerFiles
11659 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11660
11661 Default: Don't
11662
11663 Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
11664 a borrower record.
11665
11666 Values:
11667
11668 -  Do
11669
11670 -  Don't
11671
11672 Description:
11673
11674 -  When enabled this will add a 'Files' tab to the left of the patron
11675    detail page where you can view and upload files to the patron record.
11676
11677 .. _enhancedmessagingpreferences-label:
11678
11679 EnhancedMessagingPreferences
11680 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11681
11682 Default: Allow
11683
11684 Asks: \_\_\_ staff to manage which notices patrons will receive and when
11685 they will receive them.
11686
11687 Values:
11688
11689 -  Allow
11690
11691 -  Don't allow
11692
11693     **Important**
11694
11695     This only applies to certain kinds of notices, overdue notices will
11696     be sent based on the library's rules, not the patron's choice.
11697
11698     **Note**
11699
11700     To manage if patrons have also access to these settings, use
11701     :ref:`EnhancedMessagingPreferencesOPAC`.
11702
11703 Description:
11704
11705 -  These messages are in addition to the overdue notices that the
11706    library sends. The difference between these notices and overdues is
11707    that the patron can opt-in and out of these. Setting this preference
11708    to 'Allow' will allow staff to choose for patrons to receive any one
11709    of the following messages:
11710
11711    -  Item Checkout : A notice that lists all the of the items the
11712       patron has just checked out and/or renewed, this is an electronic
11713       form of the checkout receipt
11714
11715    -  Item Due : A notice on the day and item is due back at the library
11716
11717    -  Hold Filled : A notice when you have confirmed the hold is waiting
11718       for the patron
11719
11720    -  Item Checkin : A notice that lists all the of the items the patron
11721       has just checked in
11722
11723    -  Advanced Notice : A notice in advance of the patron's items being
11724       due (Staff can choose the number of days in advance)
11725
11726 .. _enhancedmessagingpreferencesopac-label:
11727
11728 EnhancedMessagingPreferencesOPAC
11729 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11730
11731 Default: Show
11732
11733 Asks: \_\_\_ patron messaging setting on the OPAC
11734
11735 Values:
11736
11737 -  Don't show
11738
11739 -  Show
11740
11741     **Important**
11742
11743     :ref:`EnhancedMessagingPreferences`
11744     must be enabled for messaging options to show in the OPAC
11745
11746 Description:
11747
11748 -  These messages are in addition to the overdue notices that the
11749    library sends. The difference between these notices and overdues is
11750    that the patron can opt-in and out of these. Setting this preference
11751    to 'Allow' will allow patrons to choose to receive any one of the
11752    following messages:
11753
11754    -  Item Checkout : A notice that lists all the of the items the
11755       patron has just checked out and/or renewed, this is an electronic
11756       form of the checkout receipt
11757
11758    -  Item Due : A notice on the day and item is due back at the library
11759
11760    -  Hold Filled : A notice when you have confirmed the hold is waiting
11761       for the patron
11762
11763    -  Item Checkin : A notice that lists all the of the items the patron
11764       has just checked in
11765
11766    -  Advanced Notice : A notice in advance of the patron's items being
11767       due (The patron can choose the number of days in advance)
11768
11769 .. _extendedpatronattributes-label:
11770
11771 ExtendedPatronAttributes
11772 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11773
11774 Default: Enable
11775
11776 Asks: \_\_\_ searching, editing and display of custom attributes on
11777 patrons.
11778
11779 Values:
11780
11781 -  Don't enable
11782
11783 -  Enable
11784
11785    -  Define attributes in Koha administration
11786
11787    -  Get there: More > Administration > :ref:`Patron Attribute
11788       Types <patron-attribute-types-label>`
11789
11790 Description:
11791
11792 -  Patron attributes are library-defined custom fields that can be
11793    applied to patron records.
11794
11795     **Note**
11796
11797     Use custom attributes for fields that the default patron record does
11798     not support such as driver's license number or student ID number.
11799
11800 .. _feeonchangepatroncategory-label:
11801
11802 FeeOnChangePatronCategory
11803 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11804
11805 Default: Do
11806
11807 Asks: \_\_\_ charge a fee when a patron changes to a category with an
11808 enrollment fee.
11809
11810 Values:
11811
11812 -  Do
11813
11814 -  Don't
11815
11816 .. _intranetreadinghistory-label:
11817
11818 intranetreadinghistory
11819 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11820
11821 Default: Allow
11822
11823 Asks: \_\_\_ staff to access a patron's checkout and hold history.
11824
11825     **Important**
11826
11827     If you have the :ref:`OPACPrivacy` preference set to
11828     'Allow' and the patron has decided to not have their history kept
11829     staff will only see currently checked out items.
11830
11831 Values:
11832
11833 -  Allow
11834
11835 -  Don't allow
11836
11837     **Important**
11838
11839     Reading history is still stored, regardless of staff being allowed
11840     access or not unless the patron has chosen to have their history
11841     anonymized via their :ref:`privacy page <my-privacy-label>`.
11842
11843 .. _maxfine-label:
11844
11845 MaxFine
11846 ^^^^^^^^^^^^^^^^^^^^^^
11847
11848 Default: 9999
11849
11850 Asks: The late fine for all checkouts will only go up to \_\_\_ USD.
11851
11852 Description:
11853
11854 -  This preference controls the default cap on fines accrued by the
11855    patron. Leaving this preference blank means that there is no cap on
11856    the amount of fines a patron can accrue. If you'd like, single item
11857    caps can be specified in the :ref:`circulation rules
11858    matrix <circulation-and-fine-rules-label>`.
11859
11860 .. _membershipexpirydaysnotice-label:
11861
11862 MembershipExpiryDaysNotice
11863 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11864
11865 Asks: Send an account expiration notice when a patron's card will expire
11866 in \_\_\_ days.
11867
11868 Description:
11869
11870 -  If you would like to notify patrons that their accounts are about to
11871    expire then you can enter a number of days before expiration in this
11872    preference. The notice text can be customized in the :ref:`Notices &
11873    Slips <notices-&-slips-label>` tool.
11874
11875     **Important**
11876
11877     You will need to enable the :ref:`membership expiry cron
11878     job <notify-patrons-of-expiration-label>` for this notice to send.
11879
11880 .. _minpasswordlength-label:
11881
11882 minPasswordLength
11883 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11884
11885 Default: 3
11886
11887 Asks: Login passwords for staff and patrons must be at least \_\_\_
11888 characters long.
11889
11890     **Important**
11891
11892     This applies to both the staff login and the patron OPAC login.
11893
11894 .. _notifyborrowerdeparture-label:
11895
11896 NotifyBorrowerDeparture
11897 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11898
11899 Default: 30
11900
11901 Asks: Show a notice that a patron is about to expire \_\_\_ days
11902 beforehand.
11903
11904 Description:
11905
11906 -  When the patron attempts to check out materials, a warning will
11907    appear in the check out window of the Staff Client telling the
11908    librarian that the patrons account is about to expire.
11909
11910     **Important**
11911
11912     This notice will appear on the patron's record in the staff client.
11913
11914 .. _patronimages-label:
11915
11916 patronimages
11917 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11918
11919 Default: Allow
11920
11921 Asks: \_\_\_ images to be uploaded and shown for patrons on the staff
11922 client.
11923
11924 Values:
11925
11926 -  Allow
11927
11928 -  Don't allow
11929
11930 Description:
11931
11932 -  If this preference is set to 'Allow' the staff will be able to upload
11933    images of patrons either :ref:`one by one <add-patron-images-label>` or :ref:`in
11934    bulk <upload-patron-images-label>`. Patrons images will show on the detail
11935    page to the left of the patron information. They can also show in the
11936    OPAC if you set the :ref:`OPACpatronimages` preference
11937    or in the self check out module if you set the
11938    :ref:`ShowPatronImageInWebBasedSelfCheck`
11939    preference.
11940
11941 .. _patronquickaddfields-label:
11942
11943 PatronQuickAddFields
11944 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11945
11946 Default: blank
11947
11948 Asks: \_\_\_ (separate columns with \|) add these fields to the patron
11949 quick add form when entering a new patron. Displays only mandatory fields
11950 and fields specified here. If applicable, the guarantor form will be shown
11951 as well, individual fields in that form will be ignored.
11952
11953     **Note**
11954
11955     See the :ref:`database schema (borrowers table) <http://schema.koha-
11956     community.org/>`_ to know the field names.
11957
11958     **Note**
11959     If either :ref:`PatronQuickAddFields` or :ref:`BorrowerMandatoryField`
11960     (or both) is set, a button labeled "Quick add new patron" will be displayed
11961     in the "Patrons" toolbar.
11962
11963     **Note**
11964
11965     It is possible to add custom :ref:`patron attributes <patron-attribute-types-
11966     label>` in the quick add form with the following syntax: patron_attr_N 
11967     (for example patron_attr_2). The N refers to the id of the attribute and 
11968     requires a bit of guesswork (normally it will be the order in which you
11969     entered them in the :ref:`patron attribute types section of the administration 
11970     module <patron-attribute-types-label>`).
11971
11972
11973 .. _patronsperpage-label:
11974
11975 PatronsPerPage
11976 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11977
11978 Default: 20
11979
11980 Asks: By default, show \_\_\_ results per page in the staff client.
11981
11982 Description:
11983
11984 -  This preference will let you define how many patrons to show on
11985    patron search results pages.
11986
11987 ProtectSuperLibrarianPrivileges
11988 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11989
11990 Default: Allow only superlibrarians
11991
11992 Asks: \_\_\_ to access/change superlibrarian privileges. Note: A permitted user
11993       needs to have the 'permissions' flag (if no superlibrarian)
11994       
11995 Values:
11996
11997 -  Allow all permitted users
11998
11999 -  Allow only superlibrarians
12000
12001 .. _requirestrongpassword-label:
12002
12003 RequireStrongPassword
12004 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12005
12006 Default: Don't require
12007
12008 Asks: \_\_\_ a strong password for staff and patrons
12009
12010 Values:
12011
12012 -  Don't require
12013
12014 -  Require
12015
12016 Description:
12017
12018 -  If set to 'require' this system preference will require patron and staff passwords to contain at least one digit, one lowercase and one uppercase.
12019
12020 .. _smssenddriver,-smssendusername,-and-smssendpassword-label:
12021
12022 SMSSendDriver, SMSSendUsername, and SMSSendPassword
12023 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12024
12025 Asks: Use the SMS::Send:: \_\_\_ driver to send SMS messages. Define a
12026 username/login \_\_\_ and a password \_\_\_.
12027
12028     **Note**
12029
12030     This may not work with all providers.
12031
12032     **Important**
12033
12034     Please refer to your national laws concerning the sending of bulk
12035     SMS messages before enabling this feature.
12036
12037 Description:
12038
12039 -  There are two options for using SMS in Koha. You can use the Email
12040    protocol for free by entering 'Email' as the SMSSendDriver or you can
12041    pay for a SMS driver. Some examples of values for the driver are:
12042
12043    -  SMS::Send::Us::Ipipi
12044
12045    -  SMS::Send::US::TMobile
12046
12047    -  SMS::Send::US::Verizon
12048
12049    -  SMS::Send::IN::Unicel
12050
12051    Additional values can be found here:
12052    http://search.cpan.org/search?query=sms%3A%3Asend&mode=all
12053
12054        **Important**
12055
12056        Only drivers available as Perl modules will work in this
12057        preference, so make sure a Perl module is available before
12058        choosing an SMS service.
12059
12060    Once a driver is entered in the preference an option will appear in
12061    the staff client and the OPAC on the patron messaging form to choose
12062    to receive messages as SMS
12063
12064    |image105|
12065
12066     **Important**
12067
12068     You must allow
12069     :ref:`EnhancedMessagingPreferences` for
12070     this to work.
12071
12072 .. _statisticsfields-label:
12073
12074 StatisticsFields
12075 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12076
12077 Default: location\|itype\|ccode
12078
12079 Asks: Show the following fields from the items database table as columns
12080 on the statistics tab on the patron record: \_\_\_
12081
12082 |image106|
12083
12084     **Important**
12085
12086     Enter the values separated by bars (\|)
12087
12088 Description:
12089
12090 -  This preference lets you set which fields will show on the patron
12091    record on the Statistics tab.
12092
12093 .. _talkingtechitivaphonenotification-label:
12094
12095 TalkingTechItivaPhoneNotification
12096 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12097
12098 Default: Disable
12099
12100 Asks: \_\_\_ patron phone notifications using Talking Tech i-tiva
12101 (overdues, predues and holds notices currently supported).
12102
12103 Values:
12104
12105 -  Disable
12106
12107 -  Enable
12108
12109 Description:
12110
12111 -  To learn more about setting up this third party product view the
12112    :ref:`Talking Tech <talking-tech-label>` chapter.
12113
12114     **Important**
12115
12116     Requires that you have
12117     :ref:`EnhancedMessagingPreferences` set
12118     to Allow to use.
12119
12120 .. _tracklastpatronactivity-label:
12121
12122 TrackLastPatronActivity
12123 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12124
12125 Default: Don't
12126
12127 Asks: \_\_\_ track last patron activity. Everytime a patron will connect,
12128 the borrowers.lastseen will be updated with the current time.
12129
12130 Values:
12131
12132 -  Don't
12133
12134 -  Do
12135
12136 .. _uppercasesurnames-label:
12137
12138 uppercasesurnames
12139 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12140
12141 Default: Don't
12142
12143 Asks: \_\_\_ store and display surnames (last names) in upper case.
12144
12145 Values:
12146
12147 -  Do
12148
12149 -  Don't
12150    
12151 .. _useemailreceipts-label:
12152
12153 UseEmailReceipts
12154 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12155
12156 Default: Don't send
12157
12158 Asks: \_\_\_ email receipts to patrons for payments and writeoffs.
12159
12160 Values:
12161
12162 -  Don't send
12163    
12164 -  Send
12165    
12166 Description:
12167
12168 -  If set to 'Send', Koha will send emails to the patrons for each 
12169    payment or writeoff done in their account.
12170
12171      **Note**
12172
12173      -  The letters used are ACCOUNT\_PAYMENT and ACCOUNT\_WRITEOFF
12174         
12175      -  You can edit them in the :ref:`Notices and slips<notices-&-slips-label>` 
12176         tool.
12177
12178 .. _usedischarge-label:
12179
12180 useDischarge
12181 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12182
12183 Default: Don't allow
12184
12185 Asks: \_\_\_ librarians to discharge borrowers and borrowers to request
12186 a discharge.
12187
12188 Values:
12189
12190 -  Allow
12191
12192 -  Don't allow
12193
12194 Description:
12195
12196 -  A discharge is a certificate that says the patron has no current
12197    checkouts, no holds and owe no money.
12198
12199        **Note**
12200
12201        In France a "quitus" ("discharge") is needed if you want to
12202        register for an account in a library or a university).
12203
12204        **Note**
12205
12206        Academic libraries often require that you have a clear record at
12207        the library before you can graduate.
12208
12209 .. _norwegian-patron-database-label:
12210
12211 Norwegian patron database
12212 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12213
12214 .. _failedloginattempts-label:
12215
12216 FailedLoginAttempts
12217 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12218
12219 Default: blank
12220
12221 Asks: Block a patron's account if it reaches \_\_\_ failed login attempts.
12222
12223 .. _norwegianpatrondbenable-&-norwegianpatrondbendpoint-label:
12224
12225 NorwegianPatronDBEnable & NorwegianPatronDBEndpoint
12226 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12227
12228 NorwegianPatronDBEnable Default: Disable
12229
12230 Asks: \_\_\_ the ability to communicate with the Norwegian national
12231 patron database via the \_\_\_ endpoint.
12232
12233 Values:
12234
12235 -  Disable
12236
12237 -  Enable
12238
12239 .. _norwegianpatrondbsearchnlafterlocalhit-label:
12240
12241 NorwegianPatronDBSearchNLAfterLocalHit
12242 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12243
12244 Default: Don't
12245
12246 Asks: \_\_\_ search the Norwegian national patron database after a local
12247 search result was found.
12248
12249 Values:
12250
12251 -  Do
12252
12253 -  Don't
12254
12255 .. _norwegianpatrondbusername-&-norwegianpatrondbpassword-label:
12256
12257 NorwegianPatronDBUsername & NorwegianPatronDBPassword
12258 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12259
12260 Asks: Communicate with the Norwegian national patron database using the
12261 username \_\_\_ and the password \_\_\_.
12262
12263 Description:
12264
12265 -  You can get these from "Base Bibliotek", which is maintained by the
12266    Norwegian National Library.
12267
12268 .. _searching-label:
12269
12270 Searching
12271 -------------------------------
12272
12273 *Get there:* More > Administration > Global System Preferences >
12274 Searching
12275
12276 .. _searchingfeatures-label:
12277
12278 Features
12279 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12280
12281 .. _browseresultselection-label:
12282
12283 BrowseResultSelection
12284 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12285
12286 Default: Disable
12287
12288 Asks: \_\_\_ browsing search results fromt the bibliographic record detail page in staff client.
12289
12290 Values:
12291
12292 -  Disable
12293
12294 -  Enable
12295
12296 Description:
12297
12298 -  Enabling this system preference makes a button appear in the intranet search
12299    results page to browse the selected records.
12300
12301 .. _enablesearchhistory-label:
12302
12303 EnableSearchHistory
12304 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12305
12306 Default: Don't keep
12307
12308 Asks: \_\_\_ patron search history in the staff client.
12309
12310 Values:
12311
12312 -  Don't keep
12313
12314 -  Keep
12315
12316     |image1197|
12317
12318 Description:
12319
12320 -  This preference controls whether the staff client keeps search
12321    history for logged in users. Search history will be accessible under
12322    the link to your account in the top right of the staff client.
12323
12324 .. _includeseefrominsearches-label:
12325
12326 IncludeSeeFromInSearches
12327 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12328
12329 Default: Don't include
12330
12331 Asks: \_\_\_ *see from* (non-preferred form) headings in bibliographic
12332 searches.
12333
12334 Values:
12335
12336 -  Don't include
12337
12338 -  Include
12339
12340 Description:
12341
12342 -  When this preference is set to include the search engine indexer will
12343    insert *see from* headings from authority records into bibliographic
12344    records when indexing, so that a search on an obsolete term will turn
12345    up relevant records. For example when you search for cookery (the old
12346    term) you get titles with the heading of cooking (the new term).
12347
12348     **Important**
12349
12350     You will need to reindex your bibliographic database when changing
12351     this preference.
12352
12353 .. _opacgroupresults-label:
12354
12355 OpacGroupResults
12356 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12357
12358 Default: Don't use
12359
12360 Asks: \_\_\_ PazPar2 to group similar results on the OPAC.
12361
12362 Values:
12363
12364 -  Don't use
12365
12366 -  Use
12367
12368     **Important**
12369
12370     This requires that `PazPar2 <http://www.indexdata.com/pazpar2>`__ is
12371     set up and running.
12372
12373 .. _queryautotruncate-label:
12374
12375 QueryAutoTruncate
12376 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12377
12378 Default: automatically
12379
12380 Asks: Perform wildcard searching (where, for example, Har would match
12381 Harry and harp) \_\_\_ (The \* character would be used like so: Har\* or
12382 \*logging.)
12383
12384 Values:
12385
12386 -  automatically
12387
12388 -  only if \* is added
12389
12390 Description:
12391
12392 -  This setting allows for searches to be automatically truncated or for
12393    additional characters to be added to the end of a search string. When
12394    set to "automatically" the search string automatically ends with a
12395    wildcard function. For example, a search for the word "invent" with
12396    auto truncation enabled will also retrieve results for inventor,
12397    invention, inventory, etc. If you don't want this to happen
12398    automatically you can still be perform wildcard searches manually by
12399    adding an asterisk (\*). Typing "invent\*" even with auto truncation
12400    disabled will retrieve the same inventor, invention, inventory
12401    results. Auto truncation bypasses the necessity to type long search
12402    strings in their entirety.
12403
12404 .. _queryfuzzy-label:
12405
12406 QueryFuzzy
12407 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12408
12409 Default: Try
12410
12411 Asks: \_\_\_ to match similarly spelled words in a search (for example,
12412 a search for flang would also match flange and fang)
12413
12414 Values:
12415
12416 -  Don't try
12417
12418 -  Try
12419
12420 Description:
12421
12422 -  This preference enables "fuzzy" searching, in which the search engine
12423    returns results that are similar to, but not exactly matching, the
12424    word or words entered by the user. This preference enables the search
12425    function to compensate for slightly misspelled names or phrases.
12426
12427     **Important**
12428
12429     Requires that :ref:`UseICU` set to 'Not using'
12430
12431 .. _querystemming-label:
12432
12433 QueryStemming
12434 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12435
12436 Default: Try
12437
12438 Asks: \_\_\_ to match words of the same base in a search
12439
12440 Values:
12441
12442 -  Don't try
12443
12444 -  Try
12445
12446    -  A search for enabling would also match enable and enabled
12447
12448 Description:
12449
12450 -  This preference enables word stemming. Stemming allows the search
12451    function to return multiple versions of the same word, as well as
12452    related terms (i.e., both fish and fishing would be returned).
12453
12454 .. _queryweightfields-label:
12455
12456 QueryWeightFields
12457 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12458
12459 Default: Enable
12460
12461 Asks: \_\_\_ ranking of search results by relevance
12462
12463 Values:
12464
12465 -  Disable
12466
12467 -  Enable
12468
12469 .. _tracecompletesubfields-label:
12470
12471 TraceCompleteSubfields
12472 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12473
12474 Default: Force
12475
12476 Asks: \_\_\_ subject tracings in the OPAC and Staff Client to search
12477 only for complete-subfield matches.
12478
12479 Values:
12480
12481 -  Don't force
12482
12483    -  Searches for subject keywords (example:
12484       opac-search.pl?q=su:World%20Wide%20Web)
12485
12486 -  Force
12487
12488    -  Searches for complete subject fields (example:
12489       opac-search.pl?q=su,complete-subfield:World%20Wide%20Web)
12490
12491 Description:
12492
12493 -  When TraceCompleteSubfields is set to "force," clicking on links in
12494    non-authority controlled subject tracings will only find other
12495    records where the entire subfields match. Leaving it at "don't force"
12496    does a keyword search of the subject indexes.
12497
12498     **Important**
12499
12500     This preference assumes that you're using XSLT stylesheets as set in
12501     the :ref:`OPACXSLTDetailsDisplay` preference.
12502
12503 .. _tracesubjectsubdivisions-label:
12504
12505 TraceSubjectSubdivisions
12506 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12507
12508 Default: Include
12509
12510 Asks: \_\_\_ subdivisions for searches generated by clicking on subject
12511 tracings.
12512
12513 Values:
12514
12515 -  Don't include
12516
12517    -  Searches for subject keywords (example:
12518       opac-search.pl?q=su,complete-subfield:%22Web%20sites%22)
12519
12520 -  Include
12521
12522    -  Searches for complete subject fields (example:
12523       opac-search.pl?q=(su,complete-subfield:%22Web%20sites%22)%20and%20(su,complete-subfield:%22Design.%22))
12524
12525 Description:
12526
12527 -  When TraceSubjectSubdivisions is set to "Include," if you click on a
12528    subject with subdivisions (subfields other than 'a') they will be
12529    searched along with the subject heading (subfield 'a'). To have only
12530    the subject heading (subfield 'a') searched, set this preference to
12531    "Don't include."
12532
12533     **Important**
12534
12535     This preference assumes that you're using XSLT stylesheets as set in
12536     the :ref:`OPACXSLTDetailsDisplay` preference.
12537
12538 .. _useicu-label:
12539
12540 UseICU
12541 ^^^^^^^^^^^^^^^^^^^^
12542
12543 Default: Not using
12544
12545 Asks: \_\_\_ ICU Zebra indexing.
12546
12547 Values:
12548
12549 -  Not using
12550
12551 -  Using
12552
12553 Description:
12554
12555 -  ICU is a set of code libraries providing Unicode and Globalization
12556    support for software applications. What this means is ICU Zebra
12557    indexing is only necessary if you use non-roman characters in your
12558    cataloging. If using ICU Zebra indexing you will want to not use
12559    :ref:`QueryFuzzy`.
12560
12561     **Important**
12562
12563     This setting will not affect Zebra indexing, it should only be used
12564     to tell Koha that you have activated ICU indexing if you have
12565     actually done so, since there is no way for Koha to figure this out
12566     on its own.
12567
12568     **Important**
12569
12570     Talk to your system administrator when changing this preference to
12571     make sure that your system is set up properly for this to work.
12572
12573 .. _usequeryparser-label:
12574
12575 UseQueryParser
12576 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12577
12578 Default: Do not try
12579
12580 Asks: \_\_\_ to use the QueryParser module for parsing queries.
12581
12582     **Note**
12583
12584     Enabling this will have no impact if you do not have QueryParser
12585     installed, and everything will continue to work as usual.
12586
12587 Values:
12588
12589 -  Do not try
12590
12591 -  Try
12592
12593 Description:
12594
12595 -  This preference enables an experimental new query parser which opens
12596    the door for a more expressive and more-effective search syntax.
12597
12598 .. _results-display-label:
12599
12600 Results Display
12601 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12602
12603 .. _defaultsortfield-&-defaultsortorder-label:
12604
12605 defaultSortField & defaultSortOrder
12606 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12607
12608 defaultSortField Default: author
12609
12610 defaultSortOrder Default: ascending
12611
12612 Asks: By default, sort search results in the staff client by \_\_\_,
12613 \_\_\_
12614
12615 Description:
12616
12617 -  These preferences set the default sort field and sort order for
12618    searches on the staff side. Regardless of your choice, the other sort
12619    options are still available in the drop down list on the advanced
12620    search page.
12621
12622 defaultSortField Values:
12623
12624 -  author
12625
12626 -  call number
12627
12628 -  date added
12629
12630 -  date of publication
12631
12632 -  relevance
12633
12634 -  title
12635
12636 -  total number of checkouts
12637
12638 defaultSortOrder Values:
12639
12640 -  ascending
12641
12642 -  descending
12643
12644 -  from A to Z
12645
12646 -  from Z to A
12647
12648 .. _displayfacetcount-label:
12649
12650 displayFacetCount
12651 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12652
12653 Default: Don't show
12654
12655 Asks: \_\_\_ facet counts.
12656
12657 Description:
12658
12659 -  This preference lets you decide if you show how many times a facet is
12660    used in your search results in the OPAC and the staff client. The
12661    relevance of these numbers highly depends on the value of the
12662    :ref:`maxRecordsForFacets` preference. Showing
12663    these numbers can potentially effect the performance of your
12664    searching, so test your system with different values for this
12665    preference to see what works best.
12666
12667 Values:
12668
12669 -  Don't show
12670
12671 -  Show
12672
12673    |image107|
12674
12675 .. _displaylibraryfacets-label:
12676
12677 DisplayLibraryFacets
12678 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12679
12680 Default: holding library
12681
12682 Asks: Show facets for \_\_\_
12683
12684 Values:
12685
12686 -  both home and holding library
12687
12688 -  holding library
12689
12690 -  home library
12691
12692 Description:
12693
12694 -  This preferenc controls the libraries facet that displays on search
12695    results in the staff and opac. The value selected here will determine
12696    which library(s) show in the facets when a search is run.
12697
12698 .. _facetlabeltruncationlength-label:
12699
12700 FacetLabelTruncationLength
12701 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12702
12703 Default: 20
12704
12705 Asks: Truncate facets length to \_\_\_ characters, in OPAC/staff
12706 interface.
12707
12708 Description:
12709
12710 -  In the OPAC and the staff client your facets are cut off at 20
12711    characters by default. Depending on your layout this may be too many
12712    or two few letters, this preference lets you decide what number is
12713    best for your library's design.
12714
12715 .. _facetmaxcount-label:
12716
12717 FacetMaxCount
12718 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12719
12720 Default: 20
12721
12722 Asks: Show up \_\_\_ to facets for each category.
12723
12724 Description:
12725
12726 -  This preference allows you to control how many possible limits show
12727    under each heading (Author, Series, Topics, etc) on the facets in the
12728    OPAC.
12729
12730 .. _maxitemsinsearchresults-label:
12731
12732 maxItemsInSearchResults
12733 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12734
12735 Default: 20
12736
12737 Asks: Show up to \_\_\_ items per biblio in the search results
12738
12739 Description:
12740
12741 -  This preference will let you set how many results display by default
12742    when a search is run on the Staff Client.
12743
12744 .. _maxrecordsforfacets-label:
12745
12746 maxRecordsForFacets
12747 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12748
12749 Default: 20
12750
12751 Asks: Build facets based on \_\_\_ records from the search results.
12752
12753 Description:
12754
12755 -  By default Koha only bases facets on the first page of results
12756    (usually 20 results). This preference lets you tell Koha to based the
12757    facet descriptions and numbers on any number of search results
12758    returned. The higher this number the longer it will take for your
12759    search results to return, so test with various different values to
12760    find the best balance for your library.
12761
12762 .. _maxsearchresultsitemsperrecordstatuscheck-label:
12763
12764 MaxSearchResultsItemsPerRecordStatusCheck
12765 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12766
12767 Default: 20
12768
12769 Asks: For records with many items, only check the availability status
12770 for the first \_\_\_ items.
12771
12772 Description:
12773
12774 -  Availability statuses may show incorrectly in search results if a
12775    record has more items than the limit set. Statuses will display
12776    correctly in the record details. Leave empty for no limit.
12777
12778 .. _numsearchresults-label:
12779
12780 numSearchResults
12781 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12782
12783 Default: 20
12784
12785 Asks: By default, show \_\_\_ results per page in the staff client.
12786
12787 .. _opacdefaultsortfield-and-opacdefaultsortorder-label:
12788
12789 OPACdefaultSortField & OPACdefaultSortOrder
12790 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12791
12792 OPACdefaultSortField Default: relevance
12793
12794 OPACdefaultSortOrder Default: ascending
12795
12796 Asks: By default, sort search results in the OPAC by \_\_\_, \_\_\_
12797
12798 Description:
12799
12800 -  These preferences set the default sort field and sort order for
12801    searches on the OPAC. Regardless of your choice, the other sort
12802    options are still available in the drop down list on the advanced
12803    search page.
12804
12805 OPACdefaultSortField Values:
12806
12807 -  author
12808
12809 -  call number
12810
12811 -  date added
12812
12813 -  date of publication
12814
12815 -  relevance
12816
12817 -  title
12818
12819 -  total number of checkouts
12820
12821 OPACdefaultSortOrder Values:
12822
12823 -  ascending
12824
12825 -  descending
12826
12827 -  from A to Z
12828
12829 -  from Z to A
12830
12831 .. _opacitemsresultsdisplay-label:
12832
12833 OPACItemsResultsDisplay
12834 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12835
12836 Default: Don't show
12837
12838 Asks: \_\_\_ an item's library, location and call number in OPAC search results.
12839 results.
12840
12841 Values:
12842
12843 -  Don't show
12844
12845 -  Show
12846
12847 Description:
12848
12849 -  This setting selects the information about an item that will display
12850    in the search results page of the OPAC. The results can display the
12851    status of an item and/or full details including branch, location, and
12852    call number. While the 'Show' option allows for more information to
12853    be displayed on the search results page, the information can be
12854    overwhelming for large collections with multiple branches.
12855
12856 .. _opacnumsearchresults-label:
12857
12858 OPACnumSearchResults
12859 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12860
12861 Default: 20
12862
12863 Asks: By default, show \_\_\_ results per page in the OPAC.
12864
12865 .. _searchwithisbnvariations-label:
12866
12867 SearchWithISBNVariations
12868 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12869
12870 Default: don't search
12871
12872 Asks: When searching on the ISBN index, \_\_\_ on all variations of the
12873 ISBN.
12874
12875 Values:
12876
12877 -  don't search
12878
12879 -  search
12880
12881 Descriptions:
12882
12883 -  With this preference set to search you'll be able to search for ISBNs
12884    even if there are dashes or spaces in the field. So if you search for
12885    9781843345855 but the ISBN was cataloged as 978-1843345855 you'll
12886    still be able to find it if this preference is set to 'search'.
12887
12888     **Important**
12889
12890     This preference has no effect if
12891     :ref:`UseQueryParser` is on
12892
12893 .. _unimarcauthorsfacetsseparator-label:
12894
12895 UNIMARCAuthorsFacetsSeparator
12896 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12897
12898 Default: , (comma)
12899
12900 Asks: Use the following text as separator for UNIMARC authors facets \_\_\_
12901
12902 .. _search-form-label:
12903
12904 Search Form
12905 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12906
12907 .. _advancedsearchlanguages-label:
12908
12909 AdvancedSearchLanguages
12910 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12911
12912 Asks: Limit the languages listed in the advanced search drop-down to the
12913 \_\_\_ ISO 639-2 language codes (separate values with \| or ,).
12914
12915 Description:
12916
12917 -  This preference will allow you to decide what languages show in the
12918    pull down menu on the advanced search page in the OPAC and the staff
12919    client. If this preference is left blank, all languages will show. To
12920    limit the languages that are shown enter their `ISO 639-2 language
12921    codes <http://www.loc.gov/standards/iso639-2/php/code_list.php>`__
12922    separated by comma ( , ) or bar ( \| ). For example to limit listing
12923    to French and Italian, enter ita\|fre.
12924
12925 .. _advancedsearchtypes-label:
12926
12927 AdvancedSearchTypes
12928 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12929
12930 Default: itemtype
12931
12932 Asks: Show tabs in OPAC and staff-side advanced search for limiting
12933 searches on the \_\_\_ fields (separate values with \|).
12934
12935 Description:
12936
12937 -  On the advanced search page you can choose to allow filters on one or
12938    all of the following: Item types (itemtypes), Collection Codes
12939    (ccode) and Shelving Location (loc). If you would like to be able to
12940    limit searches on item type and shelving location for example you
12941    would enter itemtypes\|loc in the preference input box. The order of
12942    these fields will determine the order of the tabs in the OPAC and
12943    staff client advanced search screens. Values within the search type
12944    are OR'ed together, while each different search type is AND'ed
12945    together in the query limits. The current stored values are supported
12946    without any required modification.Each set of advanced search fields
12947    are displayed in tabs in both the OPAC and staff client. The first
12948    value in the AdvancedSearchTypes syspref is the selected tab; if no
12949    values are present, "itemtypes" is used. For non-itemtype values, the
12950    value in AdvancedSearchTypes must match the Authorised Value name,
12951    and must be indexed with 'mc-^ prefixing that name.
12952
12953    |image108|
12954
12955 .. _expandedsearchoption-label:
12956
12957 expandedSearchOption
12958 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12959
12960 Default: don't show
12961
12962 Asks: By default, \_\_\_ "More options" on the OPAC and staff advanced
12963 search pages.
12964
12965 Values:
12966
12967 -  don't show
12968
12969 -  show
12970
12971 .. _intranetnumberspreferphrase-label:
12972
12973 IntranetNumbersPreferPhrase
12974 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12975
12976 Default: don't use
12977
12978 Asks: By default, \_\_\_ the operator "phr" in the callnumber and
12979 standard number staff client searches
12980
12981 Values:
12982
12983 -  don't use
12984
12985 -  use
12986
12987 Description:
12988
12989 -  When searching by call number and standard number (biblionumber) in
12990    Koha Staff Client you can choose to force the search to be a phrase
12991    search by setting this preference to 'use.^ This will allow for more
12992    accurate results over doing a general keyword field search.
12993
12994 .. _loadsearchhistorytothefirstloggeduser-label:
12995
12996 LoadSearchHistoryToTheFirstLoggedUser
12997 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12998
12999 Default: Load
13000
13001 Asks: Load the unlogged history to the next user. \_\_\_ history to the next client.
13002
13003 Values:
13004
13005 -  Don't load
13006
13007 -  Load
13008
13009 .. _opacnumberspreferphrase-label:
13010
13011 OPACNumbersPreferPhrase
13012 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13013
13014 Default: don't use
13015
13016 Asks: By default, \_\_\_ the operator "phr" in the callnumber and
13017 standard number OPAC searches
13018
13019 Values:
13020
13021 -  don't use
13022
13023 -  use
13024
13025 Description:
13026
13027 -  When searching by call number and standard number (biblionumber) in
13028    the Koha OPAC you can choose to force the search to be a phrase
13029    search by setting this preference to 'use.^ This will allow for more
13030    accurate results over doing a general keyword field search.
13031
13032 .. _serials-label:
13033
13034 Serials
13035 ---------------------------
13036
13037 *Get there:* More > Administration > Global System Preferences > Serials
13038
13039 .. _makepreviousserialavailable-label:
13040
13041 makePreviousSerialAvailable
13042 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13043
13044 Default: Do not make
13045
13046 Asks: \_\_\_ previous serial automatically available when receiving a
13047 new serial issue. The previous issue can also be set to another item
13048 type when receiving a new one. Please note that the :ref:`item-level\_itypes <item-level\_itypes-label>`
13049 syspref must be set to specific item.
13050
13051 Values:
13052
13053 -  Do not make
13054
13055 -  Make
13056
13057 .. _opacserialdefaulttab-label:
13058
13059 opacSerialDefaultTab
13060 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13061
13062 Default: Subscriptions tab
13063
13064 Asks: Show \_\_\_ as default tab for serials in OPAC.
13065
13066 Values:
13067
13068 -  Holdings tab
13069
13070 -  Serial Collection tab
13071
13072        **Important**
13073
13074        Please note that the Serial Collection tab is currently available
13075        only for systems using the UNIMARC standard.
13076
13077    |image109|
13078
13079 -  Subscriptions tab
13080
13081    |image110|
13082
13083 .. _opacserialissuedisplaycount-label:
13084
13085 OPACSerialIssueDisplayCount
13086 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13087
13088 Default: 3
13089
13090 Asks: Show the \_\_\_ previous issues of a serial on the OPAC.
13091
13092 Description:
13093
13094 -  This preference allows the administrator to select the number of
13095    recent issues for each serial which appear in the OPAC when the
13096    serial is accessed. This is just the default value, patrons can
13097    always click to see a full list of serials.
13098
13099 .. _renewserialaddssuggestion-label:
13100
13101 RenewSerialAddsSuggestion
13102 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13103
13104 Default: Don't add
13105
13106 Asks: \_\_\_ a suggestion for a biblio when its attached serial is
13107 renewed.
13108
13109 Values:
13110
13111 -  Add
13112
13113 -  Don't add
13114
13115 Description:
13116
13117 -  If set to "Add", this preference will automatically add a serial to
13118    the Acquisitions Purchase Suggestions menu when clicking the 'renew'
13119    option. If you don't use the Acquisitions module to manage serials
13120    purchases it's best to leave this set as 'Don't add.^
13121
13122 .. _routinglistaddreserves-label:
13123
13124 RoutingListAddReserves
13125 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13126
13127 Default: Place
13128
13129 Asks: \_\_\_ received serials on hold if they are on a routing list.
13130
13131 Values:
13132
13133 -  Place
13134
13135 -  Don't place
13136
13137 .. _routinglistnote-label:
13138
13139 RoutingListNote
13140 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13141
13142 Asks: Include following note on all routing lists
13143
13144 Description:
13145
13146 -  Text entered in this box will appear below the routing list
13147    information.
13148
13149 .. _routingserials-label:
13150
13151 RoutingSerials
13152 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13153
13154 Default: Don't add
13155
13156 Asks: \_\_\_ received serials to the routing list.
13157
13158 Description:
13159
13160 -  This preference determines if serials routing lists are enabled or
13161    disabled for the library. When set to "Add", serials routing is
13162    enabled and a serial can be directed through a list of people by
13163    identifying who should receive it next. The list of people can be
13164    established for each serial to be passed using the Serials module.
13165    This preference can be used to ensure each person who needs to see a
13166    serial when it arrives at the library will get it. Learn more in the
13167    :ref:`routing list <create-a-routing-list-label>` section of this manual.
13168
13169 Values:
13170
13171 -  Add
13172
13173 -  Don't add
13174
13175 .. _staffserialissuedisplaycount-label:
13176
13177 StaffSerialIssueDisplayCount
13178 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13179
13180 Default: 3
13181
13182 Asks: Show the \_\_\_ previous issues of a serial on the staff client.
13183
13184 Description:
13185
13186 -  This preference allows the administrator to select the number of
13187    recent issues for each serial which appear in the Staff Client when
13188    the serial is accessed. This is just the default value, staff members
13189    can always click to see a full list of serials.
13190
13191 .. _subscriptionduplicatedroppedinput-label:
13192
13193 SubscriptionDuplicateDroppedInput
13194 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13195
13196 Asks: List of fields which must not be rewritten when a subscription is
13197 duplicated (Separated by pipe \|) \_\_\_
13198
13199 Description:
13200
13201 -  When duplicating a subscription sometimes you don't want all of the
13202    fields duplicated, using this preference you can list the fields that
13203    you don't want to be duplicated. These field names come from the
13204    subscription table in the Koha database. Learn what fields are in
13205    that table on the `Koha DB
13206    Schema <http://schema.koha-community.org/tables/subscription.html>`__
13207    site.
13208
13209 .. _subscriptionhistory-label:
13210
13211 SubscriptionHistory
13212 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13213
13214 Default: full history
13215
13216 Asks: When showing the subscription information for a bibliographic
13217 record, preselect \_\_\_ view of serial issues.
13218
13219 Values:
13220
13221 -  brief history
13222
13223    |image111|
13224
13225 -  full history
13226
13227    |image112|
13228
13229 Description:
13230
13231 -  This preference determines what information appears in the OPAC when
13232    the user clicks the More Details option. The 'brief' option displays
13233    a one-line summary of the volume and issue numbers of all issues of
13234    that serial held by the library. The 'full' option displays a more
13235    detailed breakdown of issues per year, including information such as
13236    the issue date and the status of each issue.
13237
13238 .. _staff-client-label:
13239
13240 Staff client
13241 ------------------------------
13242
13243 *Get there:* More > Administration > Global system preferences > Staff
13244 client
13245
13246 .. _staffappearance-label:
13247
13248 Appearance
13249 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13250
13251 .. _display856uasimage-label:
13252
13253 Display856uAsImage
13254 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13255
13256 Default: Neither details or results page
13257
13258 Asks: Display the URI in the 856u field as an image on: \_\_\_
13259
13260 Values:
13261
13262 -  Both results and details pages
13263
13264    -  **Important**
13265
13266           Both :ref:`XSLTDetailsDisplay` and 
13267           :ref:`XSLTResultsDisplay` need to
13268           have values in order for this preference to work.
13269
13270    -  **Important**
13271
13272           This is only implemented for MARC21.
13273
13274 -  Detail page only
13275
13276    -  **Important**
13277
13278           :ref:`XSLTDetailsDisplay` needs to
13279           have a value in it for this preference to work.
13280
13281    -  **Important**
13282
13283           This is only implemented for MARC21 and UNIMARC.
13284
13285    |image113|
13286
13287 -  Neither details or results page
13288
13289 -  Results page only
13290
13291    -  **Important**
13292
13293           :ref:`XSLTResultsDisplay` needs to
13294           have a value in it for this preference to work.
13295
13296    -  **Important**
13297
13298           This is only implemented for MARC21 and NORMARC.
13299
13300 Description:
13301
13302 -  In addition to this option being set, the corresponding XSLT option
13303    must be turned on. Also, the corresponding 856q field must have a
13304    valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
13305    starting with "image/"), or the generic indicator "img" entered in
13306    the field. When all of the requirements are met, an image file will
13307    be displayed instead of the standard link text. Clicking on the image
13308    will open it in the same way as clicking on the link text. When you
13309    click on the image it should open to full size, in the current window.
13310
13311    |image114|
13312
13313 .. _displayiconsxslt-label:
13314
13315 DisplayIconsXSLT
13316 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13317
13318 Default: Show
13319
13320 Asks: \_\_\_ the format, audience, and material type icons in XSLT
13321 MARC21 results and detail pages in the staff client.
13322
13323     **Important**
13324
13325     :ref:`XSLTResultsDisplay` and/or
13326     :ref:`XSLTDetailsDisplay` must be set to use an
13327     XSLT stylesheet (default or custom) for these icons to show.
13328
13329 Values:
13330
13331 -  Don't show
13332
13333 -  Show
13334
13335    |image115|
13336
13337     **Note**
13338
13339     See the :ref:`XSLT material type icons <material-type-cataloging-guide-label>`
13340     for more information on these icons.
13341
13342 .. _intranet\_includes-label:
13343
13344 intranet\_includes
13345 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13346
13347 Default: includes
13348
13349 Asks: Use include files from the \_\_\_ directory in the template
13350 directory, instead of includes/. (Leave blank to disable)
13351
13352 .. _intranetcirculationhomehtml-label:
13353
13354 IntranetCirculationHomeHTML
13355 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13356
13357 Asks: Show the following HTML in its own div on the bottom of the home
13358 page of the circulation module:
13359
13360     |image1198|
13361
13362 .. _intranetcolorstylesheet-label:
13363
13364 intranetcolorstylesheet
13365 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13366
13367 Asks: Include the additional CSS stylesheet \_\_\_ to override specified
13368 settings from the default stylesheet
13369
13370 Description:
13371
13372 -  This preference is used to set the background color and style of the
13373    staff client. The value is a .css file. The system administrator
13374    should determine which file is appropriate. Enter just a filename, a
13375    full local path or a complete URL starting with http:// (if the file
13376    lives on a remote server). Please note that if you just enter a
13377    filename, the file should be in the css subdirectory for each active
13378    theme and language within the Koha templates directory. A full local
13379    path is expected to start from your HTTP document root.
13380
13381     **Important**
13382
13383     Leave this field blank to disable.
13384
13385 .. _intranetfavicon-label:
13386
13387 IntranetFavicon
13388 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13389
13390 Asks: Use the image at \_\_\_ for the staff client's favicon.
13391
13392     **Important**
13393
13394     This should be a complete URL, starting with http://
13395
13396     **Note**
13397
13398     Turn your logo into a favicon with the `Favicon
13399     Generator <http://antifavicon.com/>`__.
13400
13401 Description:
13402
13403 -  The favicon is the little icon that appears next to the URL in the
13404    address bar in most browsers. The default value for this field (if
13405    left blank) is the small 'K' in the Koha logo.
13406
13407    |image116|
13408
13409 .. _intranetmainuserblock-label:
13410
13411 IntranetmainUserblock
13412 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13413
13414 Asks: Show the following HTML in its own column on the main page of the
13415 staff client
13416
13417 |image117|
13418
13419 |image118|
13420
13421 .. _intranetnav-label:
13422
13423 IntranetNav
13424 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13425
13426 Asks: Show the following HTML in the More menu at the top of each page
13427 on the staff client (should be a list of links or blank)
13428
13429 .. _intranetreportshomehtml-label:
13430
13431 IntranetReportsHomeHTML
13432 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13433
13434 Asks: Show the following HTML in its own div on the bottom of the home
13435 page of the reports module:
13436
13437     |image1199|
13438
13439 .. _intranetslipprinterjs-label:
13440
13441 IntranetSlipPrinterJS
13442 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13443
13444 Asks: Use the following JavaScript for printing slips.
13445
13446 Description:
13447
13448 -  The most logical use of this preference is in conjunction with the
13449    `jsPrintSetup <http://jsprintsetup.mozdev.org/>`__ Firefox add-on.
13450    Learn more about this preference and the add-on setup on the Koha
13451    wiki at
13452    http://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently.
13453
13454 .. _intranetstylesheet-label:
13455
13456 intranetstylesheet
13457 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13458
13459 Asks: Use the CSS stylesheet \_\_\_ on all pages in the staff interface,
13460 instead of the default css (used when leaving this field blank).
13461
13462 Description:
13463
13464 -  The Intranetstylesheet preference is a layout and design feature for
13465    the intranet or staff client. This preference allows a library to
13466    customize the appearance of the Staff Client. Enter just a filename,
13467    a full local path or a complete URL starting with http:// (if the
13468    file lives on a remote server). Please note that if you just enter a
13469    filename, the file should be in the css subdirectory for each active
13470    theme and language within the Koha templates directory. A full local
13471    path is expected to start from your HTTP document root.
13472
13473 .. _intranetusercss-label:
13474
13475 IntranetUserCSS
13476 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13477
13478 Asks: Include the following CSS on all pages in the staff client
13479
13480 .. _intranetuserjs-label:
13481
13482 IntranetUserJS
13483 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13484
13485 Asks: Include the following JavaScript on all pages in the staff
13486 interface
13487
13488 Description:
13489
13490 -  This preference allows the administrator to enter JavaScript or
13491    JQuery that will be embedded across all pages of the staff client.
13492    Administrators may use this preference to customize some of the
13493    interactive sections of Koha, customizing the text for the login
13494    prompts, for example. Sample JQuery scripts used by Koha libraries
13495    can be found on the wiki:
13496    http://wiki.koha-community.org/wiki/JQuery_Library.
13497
13498 .. _slipcss-label:
13499
13500 SlipCSS
13501 ^^^^^^^^^^^^^^^^^^^^^^
13502
13503 Asks: Include the stylesheet at \_\_\_ on Issue and Reserve Slips.
13504
13505     **Important**
13506
13507     This should be a complete URL, starting with http://
13508
13509 Description:
13510
13511 -  If you would like to style your receipts or slips with a consistent
13512    set of fonts and colors you can use this preference to point Koha to
13513    a stylesheet specifically for your slips.
13514
13515 .. _staffclientbaseurl-label:
13516
13517 staffClientBaseURL
13518 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13519
13520 Asks: The staff client is located at \_\_\_
13521
13522     **Important**
13523
13524     This should be a complete URL, starting with http:// or https://. 
13525     Do not include a trailing slash in the URL.
13526
13527     **Note**
13528
13529     This must be filled in correctly for CAS, svc, and load_testing to work.
13530
13531 .. _stafflangselectormode-label:
13532
13533 StaffLangSelectorMode
13534 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13535
13536 Default: only footer
13537
13538 Asks: Display language selector on \_\_\_
13539
13540 Values:
13541
13542 -  both top and footer
13543
13544 -  only footer
13545
13546 -  top
13547
13548 .. _stafflogininstructions-label:
13549
13550 StaffLoginInstructions
13551 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13552
13553 Asks: Show the following HTML on the staff client login page
13554
13555 Description:
13556
13557 -  HTML entered in this field will appear above the login form 
13558    of your staff client
13559
13560 |image1345|
13561
13562 .. _template-label:
13563
13564 template
13565 ^^^^^^^^^^^^^^^^^^^^^^^^
13566
13567 Default: prog
13568
13569 Asks: Use the \_\_\_ theme on the staff interface.
13570
13571 Values:
13572
13573 -  prog
13574
13575     **Important**
13576
13577     Do not include a trailing slash in the URL this will break links
13578     created using this URL. (example: www.google.com not
13579     www.google.com/)
13580
13581 .. _xsltdetailsdisplay-label:
13582
13583 XSLTDetailsDisplay
13584 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13585
13586 Default: default
13587
13588 Asks: Display details in the staff client using XSLT stylesheet at
13589 \_\_\_
13590
13591 Values:
13592
13593 -  leave empty to not use the XSLT stylesheet
13594
13595    -  In previous versions of Koha this was the setting that read
13596       'normally'
13597
13598       |image119|
13599
13600 -  enter "default" for the default one
13601
13602    |image120|
13603
13604 -  put a path to define a XSLT file
13605
13606    -  ex: /path/to/koha/and/your/stylesheet.xsl
13607
13608    -  If in a multi-language system you can enter {langcode} in the path
13609       to tell Koha to look in the right language folder
13610
13611       -  ex:
13612          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13613
13614       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13615
13616 -  put an URL for an external specific stylesheet
13617
13618    -  ex: http://mykoha.org/stylesheet.xsl
13619
13620 Description:
13621
13622 -  XSLT stylesheets allow for the customization of the details shown on
13623    the screen when viewing a bib record. This preference will allow you
13624    either use the default look that comes with Koha or design your own
13625    stylesheet.
13626
13627 .. _xsltlistsdisplay-label:
13628
13629 XSLTListsDisplay
13630 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13631
13632 Default: default
13633
13634 Asks: Display lists in the staff client using XSLT stylesheet at
13635 \_\_\_
13636
13637 Values:
13638
13639 -  leave empty to not use the XSLT stylesheet
13640
13641    -  In previous versions of Koha this was the setting that read
13642       'normally'
13643
13644 -  enter "default" for the default one
13645
13646 -  put a path to define a XSLT file
13647
13648    -  ex: /path/to/koha/and/your/stylesheet.xsl
13649
13650    -  If in a multi-language system you can enter {langcode} in the path
13651       to tell Koha to look in the right language folder
13652
13653       -  ex:
13654          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13655
13656       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13657
13658 -  put an URL for an external specific stylesheet
13659
13660    -  ex: http://mykoha.org/stylesheet.xsl
13661
13662 Description:
13663
13664 -  XSLT stylesheets allow for the customization of the details shown on
13665    the screen when viewing a list. This preference will allow you
13666    either use the default look that comes with Koha or design your own
13667    stylesheet.
13668
13669 .. _xsltresultsdisplay-label:
13670
13671 XSLTResultsDisplay
13672 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13673
13674 Default: default
13675
13676 Asks: Display results in the staff client using XSLT stylesheet at
13677 \_\_\_
13678
13679 Values:
13680
13681 -  leave empty to not use the XSLT stylesheet
13682
13683    -  In previous versions of Koha this was the setting that read
13684       'normally'
13685
13686 -  enter "default" for the default one
13687
13688 -  put a path to define a XSLT file
13689
13690    -  ex: /path/to/koha/and/your/stylesheet.xsl
13691
13692    -  If in a multi-language system you can enter {langcode} in the path
13693       to tell Koha to look in the right language folder
13694
13695       -  ex:
13696          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13697
13698       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13699
13700 -  put an URL for an external specific stylesheet
13701
13702    -  ex: http://mykoha.org/stylesheet.xsl
13703
13704 Description:
13705
13706 -  XSLT stylesheets allow for the customization of the details shown on
13707    the screen when viewing the search results. This preference will
13708    allow you either use the default look that comes with Koha or design
13709    your own stylesheet.
13710
13711 .. _options-label:
13712
13713 Options
13714 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13715
13716 .. _audioalerts-label:
13717
13718 AudioAlerts
13719 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13720
13721 Default: Don't enable
13722
13723 Asks: \_\_\_ audio alerts for events defined in the audio alerts section
13724 of administration.
13725
13726 Values:
13727
13728 -  Don't enable
13729
13730 -  Enable
13731
13732     **Important**
13733
13734     This feature is not supported by all browsers. Requires an HTML5
13735     compliant browser.
13736
13737 .. _hidepatronname-label:
13738
13739 HidePatronName
13740 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13741
13742 Default: Show
13743
13744 Asks: \_\_\_ the names of patrons that have items checked out or on hold
13745 on detail pages or the "Place Hold" screen.
13746
13747 Values:
13748
13749 -  Don't show
13750
13751 -  Show
13752
13753 .. _intranetbookbag-label:
13754
13755 intranetbookbag
13756 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13757
13758 Default: Show
13759
13760 Asks: \_\_\_ the cart option in the staff client.
13761
13762 Values:
13763
13764 -  Don't show
13765
13766 -  Show
13767
13768 .. _intranetcatalogsearchpulldown-label:
13769
13770 IntranetCatalogSearchPulldown
13771 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13772
13773 Default: Don't show
13774
13775 Asks: \_\_\_ a search field pulldown for 'Search the catalog' boxes.
13776
13777 Values:
13778
13779 -  Don't show
13780
13781 -  Show
13782
13783 .. _staffdetailitemselection-label:
13784
13785 StaffDetailItemSelection
13786 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13787
13788 Default: Enable
13789
13790 Asks: \_\_\_ item selection in record detail page.
13791
13792 Values:
13793
13794 -  Disable
13795
13796 -  Enable
13797
13798 Description:
13799
13800 -  This preference lets you choose to show (or not show) checkboxes to
13801    the left of every item in the holdings tab on the detail display of a
13802    record in the staff client. Showing these checkboxes allows the staff
13803    members to select multiple items to edit or delete at once.
13804
13805    |image121|
13806
13807 .. _usewysiwyginsystempreferences-label:
13808
13809 UseWYSIWYGinSystemPreferences
13810 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13811
13812 Default: Don't show
13813
13814 Asks: \_\_\_ WYSIWYG editor when editing certain HTML system
13815 preferences.
13816
13817 Values:
13818
13819 -  Don't show
13820
13821 -  Show
13822
13823     |image1200|
13824
13825 Description:
13826
13827 -  This preference allows you to chang system preferences with HTML in
13828    them to WYSIWYG editors instead of plain text boxes.
13829
13830 .. _viewisbd-label:
13831
13832 viewISBD
13833 ^^^^^^^^^^^^^^^^^^^^^^^^
13834
13835 Default: Allow
13836
13837 Asks: \_\_\_ staff to view records in ISBD form on the staff client.
13838
13839 Values:
13840
13841 -  Allow
13842
13843 -  Don't allow
13844
13845 .. _viewlabeledmarc-label:
13846
13847 viewLabeledMARC
13848 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13849
13850 Default: Allow
13851
13852 Asks: \_\_\_ staff to view records in labeled MARC form on the staff
13853 client.
13854
13855 Values:
13856
13857 -  Allow
13858
13859 -  Don't allow
13860
13861 .. _viewmarc-label:
13862
13863 viewMARC
13864 ^^^^^^^^^^^^^^^^^^^^^^^^
13865
13866 Default: Allow
13867
13868 Asks: \_\_\_ staff to view records in plain MARC form on the staff
13869 client.
13870
13871 Values:
13872
13873 -  Allow
13874
13875 -  Don't allow
13876
13877 .. _tools-label:
13878
13879 Tools
13880 -----------------------
13881
13882 *Get there:* More > Administration > Global System Preferences > Tools
13883
13884 .. _batch-item-label:
13885
13886 Batch Item
13887 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13888
13889 These preferences are in reference to the :ref:`Batch Item
13890 Modification <batch-item-modification-label>` tool.
13891
13892 .. _maxitemsforbatchdel-label:
13893
13894 MaxItemsForBatchDel
13895 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13896
13897 Default: 1000
13898
13899 Asks: Display up to \_\_\_ items in a single deletion batch.
13900
13901 Description:
13902
13903 -  In the :ref:`batch item delete tool <batch-item-deletion-label>` this will
13904    prevent the display of more than the items you entered in this
13905    preference, but you will be able to delete more than the number you
13906    enter here.
13907
13908 .. _maxitemsforbatchmod-label:
13909
13910 MaxItemsForBatchMod
13911 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13912
13913 Default: 1000
13914
13915 Asks: Process up to \_\_\_ items in a single modification batch.
13916
13917 Description:
13918
13919 -  In the :ref:`batch item modification
13920    tool <batch-item-modification-label>` this preference will prevent the editing
13921    of more than the number entered here.
13922
13923 .. _news-label:
13924
13925 News
13926 ~~~~~~~~~~~~~~~~~~~~~~~~~
13927
13928 .. _newsauthordisplay-label:
13929
13930 NewsAuthorDisplay
13931 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13932
13933 Default: not at all
13934
13935 Asks: Show the author for news items: \_\_\_
13936
13937 Values:
13938
13939 -  Both OPAC and staff client
13940
13941 -  Not at all
13942
13943 -  OPAC only
13944
13945 -  Staff client only
13946
13947 .. _patron-cards-label:
13948
13949 Patron Cards
13950 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13951
13952 These preferences are in reference to the :ref:`Patron Card
13953 Creator <patron-card-creator-label>` tool.
13954
13955 .. _imagelimit-label:
13956
13957 ImageLimit
13958 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13959
13960 Asks: Limit the number of creator images stored in the database to
13961 \_\_\_ images.
13962
13963 .. _reports-label:
13964
13965 Reports
13966 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13967
13968 These preferences are in reference to the Reports module.
13969
13970 .. _numsavedreports-label:
13971
13972 NumSavedReports
13973 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13974
13975 Default: 20
13976
13977 Asks: By default, show \_\_\_ reports on the Saved Reports page.
13978
13979 .. _upload-label:
13980
13981 Upload
13982 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13983
13984 .. _uploadpurgetemporaryfilesdays-label:
13985
13986 UploadPurgeTemporaryFilesDays
13987 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13988
13989 Default: blank
13990
13991 Asks: Automatically delete temporary uploads older than \_\_\_ days in
13992 cleanup_database cron job.
13993
13994 .. _web-services-label:
13995
13996 Web services
13997 -----------------------------------
13998
13999 *Get there:* More > Administration > Global system preferences > Web
14000 services
14001
14002 .. _ils-di-label:
14003
14004 ILS-DI
14005 ~~~~~~~~~~~~~~~~~~~~~~~~
14006
14007 .. _ils-di-pref-label:
14008
14009 ILS-DI
14010 ^^^^^^^^^^^^^^^^^^^^
14011
14012 Default: Disable
14013
14014 Asks: \_\_\_ ILS-DI services for OPAC users
14015
14016 Values:
14017
14018 -  Disable
14019
14020 -  Enable
14021
14022 .. _ils-di:authorizedips-label:
14023
14024 ILS-DI:AuthorizedIPs
14025 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14026
14027 Asks: Allow IP addresses \_\_\_ to use the ILS-DI services (when enabled).
14028
14029     **Note**
14030
14031     Separate the IP addresses with commas and without spaces.
14032     For example: 15.78.193.62,197.85.10.1
14033
14034     **Important**
14035
14036     Leave the field blank to allow any IP address. 
14037
14038 .. _idref-pref-label:
14039
14040 IdRef
14041 ~~~~~~~~~~~~~~~~~~~~~~~
14042
14043 .. _idref-label:
14044
14045 IdRef
14046 ^^^^^^^^^^^^^^^^^^
14047
14048 Default: Disable
14049
14050 Asks: \_\_\_ the IdRef webservice from the opac detail page. IdRef
14051 allows to request authorities from the Sudoc database.
14052
14053 Values:
14054
14055 -  Disable
14056
14057 -  Enable
14058
14059 Description:
14060
14061 -  IdRef is a French service for Sudoc autorities. Using the `Sudoc
14062    database <http://www.sudoc.abes.fr/>`__, it allows to request /
14063    modify / add authorities. If a record comes from the Sudoc (so 009 is
14064    filled with an integer), at the OPAC you will see "Author: Idref" if
14065    a 7..$3 (unimarc author) if filled with a ppn. On clicking on the
14066    Idref link, a popup will display.
14067
14068     |image1201|
14069
14070    The Idref webservice is requested and all records (by roles) for this
14071    author will be displayed
14072
14073    |image1202|
14074
14075    There is 1 line / record and 2 links at the end. 1 will request Koha
14076    (cgi-bin/koha/opac-search.pl?q=ident:003381862), the other one will
14077    redirect to the sudoc page (http://www.sudoc.fr/003381862).
14078
14079 -  **Important**
14080
14081        Please note that this feature is available only for libraries
14082        using UNIMARC.
14083
14084 -  **Note**
14085
14086        The French Sudoc database should not be confused with the US
14087        Superintendent of Documents (SuDocs) Classification Scheme.
14088
14089 .. _oai-pmh-label:
14090
14091 OAI-PMH
14092 ~~~~~~~~~~~~~~~~~~~~~~~
14093
14094 .. _oai-pmh-pref-label:
14095
14096 OAI-PMH
14097 ^^^^^^^^^^^^^^^^^^^^^^
14098
14099 Default: Disable
14100
14101 Asks: \_\_\_ Koha's OAI-PMH server.
14102
14103 Values:
14104
14105 -  Disable
14106
14107 -  Enable
14108
14109 Description:
14110
14111 -  Once enabled you can visit http://YOURKOHACATALOG/cgi-bin/koha/oai.pl
14112    to see your file. For the Open Archives Initiative-Protocol for
14113    Metadata Harvesting (OAI-PMH) there are two groups of 'participants':
14114    Data Providers and Service Providers. Data Providers (open archives,
14115    repositories) provide free access to metadata, and may, but do not
14116    necessarily, offer free access to full texts or other resources.
14117    OAI-PMH provides an easy to implement, low barrier solution for Data
14118    Providers. Service Providers use the OAI interfaces of the Data
14119    Providers to harvest and store metadata. Note that this means that
14120    there are no live search requests to the Data Providers; rather,
14121    services are based on the harvested data via OAI-PMH. Koha at present
14122    can only act as a Data Provider. It can not harvest from other
14123    repositories. The biggest stumbling block to having Koha harvest from
14124    other repositories is that MARC is the only metadata format that Koha
14125    indexes natively. Visit
14126    http://www.oaforum.org/tutorial/english/page3.htm for diagrams of how
14127    OAI-PMH works.
14128
14129 Learn more about OAI-PMH at: http://www.openarchives.org/pmh/
14130
14131 .. _oai-pmh:archiveid-label:
14132
14133 OAI-PMH:archiveID
14134 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14135
14136 Default: KOHA-OAI-TEST
14137
14138 Asks: Identify records at this site with the prefix \_\_\_ :
14139
14140 .. _oai-pmh:autoupdatesets-label:
14141
14142 OAI-PMH:AutoUpdateSets
14143 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14144
14145 Default: Disable
14146
14147 Asks: \_\_\_ automatic update of OAI-PMH sets when a bibliographic
14148 record is created or updated.
14149
14150 Values:
14151
14152 -  Disable
14153
14154 -  Enable
14155
14156 .. _oai-pmh:conffile-label:
14157
14158 OAI-PMH:ConfFile
14159 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14160
14161 If this preference is left empty, Koha's OAI Server operates in normal
14162 mode, otherwise it operates in extended mode. In extended mode, it's
14163 possible to parameter other formats than marcxml or Dublin Core.
14164 OAI-PMH:ConfFile specify a YAML configuration file which list available
14165 metadata formats and XSL file used to create them from marcxml records.
14166
14167 For more information, see the :ref:`sample conf file <sample-oai-conf-file-label>`
14168 section.
14169
14170 .. _oai-pmh:deletedrecord-label:
14171
14172 OAI-PMH:DeletedRecord
14173 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14174
14175 Default: will never be emptied or truncated (persistent)
14176
14177 Asks: Koha's deletedbiblio table \_\_\_
14178
14179 Values:
14180
14181 -  will never have any data in it (no)
14182
14183 -  will never be emptied or truncated (persistent)
14184
14185 -  might be emptied or truncated at some point (transient)
14186
14187 .. _oai-pmh:maxcount-label:
14188
14189 OAI-PMH:MaxCount
14190 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14191
14192 Default: 50
14193
14194 Asks: Only return \_\_\_ records at a time in response to a ListRecords
14195 or ListIdentifiers query.
14196
14197 Description:
14198
14199 -  This is the maximum number of records that would be returned based on
14200    ListRecord or ListIdentifier queries from harvesters. ListRecords
14201    harvest the entire records while the ListIdentifier is an abbreviated
14202    form of ListRecords, retrieving only headers rather than records.
14203
14204 .. _rest-api-prefs-label:
14205
14206 REST API
14207 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14208
14209 .. _restdefaultpagesize-label:
14210
14211 RESTdefaultPageSize
14212 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14213
14214 Default: 20
14215
14216 Asks: Set the default number of results returned by the REST API endpoints 
14217 to \_\_\_ per page.
14218
14219 Description:
14220
14221 -  This preference lets you choose the number of results per page you want
14222
14223 .. _restoauth2clientcredentials-label:
14224
14225 RESTOAuth2ClientCredentials 
14226 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14227
14228 Default: Disable
14229
14230 Asks: \_\_\_ the OAuth2 client credentials grant for the REST API. 
14231
14232     **Note**
14233  
14234     Requires Net::OAuth2::AuthorizationServer installed. 
14235
14236     **Important**
14237
14238     This system preference is experimental. 
14239
14240 .. _reporting-label:
14241
14242 Reporting
14243 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14244
14245 .. _svcmaxreportrows-label:
14246
14247 SvcMaxReportRows
14248 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14249
14250 Default: 10
14251
14252 Asks: Only return \_\_\_ rows of a report requested via the reports web
14253 service.
14254
14255 Description:
14256
14257 -  This value will be used to limit the number of results returned by
14258    `public reports <#publicreport>`__.