Merge branch 'master' into 'master'
[kohadocs.git] / en / source / 02_administration.rst
1 .. include:: images.rst
2
3 Administration
4 ==============
5
6 .. _global-system-preferences-label:
7
8 Global System Preferences
9 -----------------------------------------------
10
11 Global system preferences control the way your Koha system works in
12 general. Set these preferences before anything else in Koha.
13
14 -  *Get there:* More > Administration > Global System Preferences
15
16 Global System Preferences Link and Search
17 |image0|
18
19 System preferences can be searched (using any part of the preference
20 name or description) using the search box on the 'Administration' page
21 or the search box at the top of each system preferences page.
22
23 Preferences search at the top of System Preference page
24 |image1|
25
26 When editing preferences a '(modified)' tag will appear next to items
27 you change until you click the 'Save All' button:
28
29 After editing TagsModeration the '(modified)' label appears
30 |image2|
31
32 After saving your preferences you'll get a confirmation message telling
33 you what preferences were saved:
34
35 Preference save confirmation message
36 |image3|
37
38 Each section of preferences can be sorted alphabetically by clicking the
39 small down arrow to the right of the word 'Preference' in the header
40 column
41
42 Sort option at the top right of each section of preferences
43 |image4|
44
45 If the preference refers to monetary values (like
46 :ref:`maxoutstanding`) the currency displayed will be the
47 default you set in your :ref:`Currencies and Exchange Rates` 
48 administration area. In the examples to
49 follow they will all read USD for U.S. Dollars.
50
51     **Important**
52
53     For libraries systems with unique URLs for each site the system
54     preference can be overridden by editing your koha-http.conf file
55     this has to be done by a system administrator or someone with access
56     to your system files. For example if all libraries but one want to
57     have search terms highlighted in results you set the
58     OpacHighlightedWords preference to 'Highlight' then edit the
59     koha-http.conf for the library that wants this turned off by adding
60     'SetEnv OVERRIDE\_SYSPREF\_OpacHighlightedWords "0"'. After
61     restarting the web server that one library will no longer see
62     highlighted terms. Consult with your system administrator for more
63     information.
64
65 .. _acquisitions-label:
66
67 Acquisitions
68 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69
70 *Get there:* More > Administration > Global System Preferences >
71 Acquisitions
72
73 .. _policy-label:
74
75 Policy
76 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
77
78 .. _acqcreateitem-label:
79
80 AcqCreateItem
81 ''''''''''''''''''''''''''''''''''
82
83 Default: placing an order
84
85 Asks: Create an item when \_\_\_.
86
87 Values:
88
89 -  cataloging a record
90
91 -  placing an order
92
93 -  receiving an order
94
95 Description:
96
97 -  This preference lets you decide when you'd like to create an item
98    record in Koha. If you choose to add an item record when 'placing an
99    order' then you will enter item information in as you place records
100    in your basket. If you choose to add the item when 'receiving an
101    order' you will be asked for item record information when you're
102    receiving orders in acquisitions. If you choose to add the item when
103    'cataloging a record' then item records will not be created in
104    acquisitions at all, you will need to go to the cataloging module to
105    add the items.
106
107 .. _acqenablefiles-label:
108
109 AcqEnableFiles
110 ''''''''''''''''''''''''''''''''''''
111
112 Default: Don't
113
114 Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
115 invoices.
116
117 Values:
118
119 -  Do
120
121 -  Don't
122
123 Description:
124
125 -  This preference controls whether or not you allow the uploading of
126    invoice files via the acquisitions module.
127
128 .. _acqitemsetsubfieldswhenreceiptiscancelled-label:
129
130 AcqItemSetSubfieldsWhenReceiptIsCancelled
131 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
132
133 Asks: Upon cancelling a receipt, update the item's subfields if they
134 were created when placing an order (e.g. o=5\|a="bar foo""). \_\_\_
135
136 Description:
137
138 -  This preference is used in conjunction with the
139    :ref:`AcqItemSetSubfieldsWhenReceived`
140    preference. If you have the system set to enter default values when
141    you receive you will want to have those values revert back if reeipt
142    is cancelled. This preference allows you to do that.
143
144 `AcqItemSetSubfieldsWhenReceived`
145 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
146
147 Asks: Upon receiving items, update their subfields if they were created
148 when placing an order (e.g. o=5\|a="foo bar"). \_\_\_
149
150 Description:
151
152 -  This preference allows you to set default values for items that you
153    receive via acquisitions. Enter the data as subfield=value and split
154    your values with a bar ( \| ). For example you can remove the Ordered
155    status on the item automatically when you receive it just by entering
156    7=0 in this preference. That will set the Not for Loan status
157    (subfield 7) to 0 which is available.
158
159 .. _acqviewbaskets-label:
160
161 AcqViewBaskets
162 ''''''''''''''''''''''''''''''''''''
163
164 Default: created by staff member
165
166 Asks: Show baskets \_\_\_
167
168 Values:
169
170 -  created by staff member
171
172 -  from staff member's branch
173
174 -  in system, regardless of owner
175
176 Description:
177
178 -  When in acquisitions this preference allows you to control whose
179    baskets you can see when looking at a vendor. The default value of
180    'created by staff member' makes it so that you only see the baskets
181    you created. Choosing to see baskets 'from staff member's branch'
182    will show you the baskets created by anyone at the branch you're
183    logged in at. Finally, you can choose to set this preference to show
184    you all baskets regardless of who created it ('in system, regardless
185    of owner). Regardless of which value you choose for this preference,
186    superlibrarians can see all baskets created in the system.
187
188 .. _acqwarnonduplicateinvoice-label:
189
190 AcqWarnOnDuplicateInvoice
191 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
192
193 Default: Do not warn
194
195 Asks: \_\_\_ when the librarian tries to create an invoice with a
196 duplicate number.
197
198 Values:
199
200 -  Do not warn
201
202 -  Warn
203
204 .. _basketconfirmations-label:
205
206 BasketConfirmations
207 ''''''''''''''''''''''''''''''''''''''''''''''
208
209 Default: always ask for confirmation
210
211 Asks: When closing or reopening a basket, \_\_\_.
212
213 Values:
214
215 -  always ask for confirmation
216
217 -  do not ask for confirmation
218
219 Descriptions:
220
221 -  This preference adds the option to skip confirmations on closing and
222    reopening a basket. If you skip the confirmation, you do not create a
223    new basket group.
224
225 .. _claimsbcccopy-label:
226
227 ClaimsBccCopy
228 ''''''''''''''''''''''''''''''''''
229
230 Default: Don't send
231
232 Asks: \_\_\_ blind copy (BCC) to logged in user when sending serial or
233 acquisitions claims notices.
234
235 Values:
236
237 -  Don't send
238
239 -  Send
240
241 Description:
242
243 -  When filing a claim in the :ref:`Claim Late Serials` or
244    Acquisitions module this preference will allow for
245    the sending of a copy of the email to the librarian.
246
247 .. _currencyformat-label:
248
249 CurrencyFormat
250 ''''''''''''''''''''''''''''''''''''
251
252 Default: 360,000.00 (US)
253
254 Asks: Display currencies using the following format \_\_\_
255
256 Values:
257
258 -  360,000.00 (US)
259
260 -  360 000,00 (FR)
261
262 .. _gist-label:
263
264 gist
265 ''''''''''''''''
266
267 Default: 0
268
269 Asks: The default tax rate is \_\_\_
270
271 Description:
272
273 -  This preference will allow the library to define a default Goods and
274    Services Tax rate. The default of value of 0 will disable this
275    preference.
276
277     **Note**
278
279     Enter this value as a number (.06) versus a percent (6%).
280
281 .. _marcfieldstoorder-label:
282
283 MarcFieldsToOrder
284 ''''''''''''''''''''''''''''''''''''''''''
285
286 Asks: Set the mapping values for a new order line created from a MARC
287 record in a staged file.
288
289 Description:
290
291 -  This preference includes MARC fields to check for order information
292    to use when you are trying to :ref:`Order from a staged file` in
293    acquisitions. You can use the following fields: price, quantity,
294    budget\_code, discount, sort1, sort2.
295
296    For example:
297
298    ::
299
300        price: 947$a|947$c
301        quantity: 969$h
302        budget_code: 922$a
303
304 .. _marcitemfieldstoorder-label:
305
306 MarcItemFieldsToOrder
307 ''''''''''''''''''''''''''''''''''''''''''''''''''
308
309 Asks: Set the mapping values for new item records created from a MARC record
310 in a staged file.
311
312 Description: 
313
314 - This preference automatically generates items in Koha with populated 
315 information based on a 9XX field and subfield. You can use the following 
316 fields: homebranch, holdingbranch, itype, nonpublic_note, public_note, loc, 
317 ccode, notforloan, uri, copyno, price, replacementprice and itemcallnumber. 
318 Special fields: quantity and budget_code 
319
320 For example: 
321
322 ::
323
324        homebranch: 975$a
325        holdingbranch: 975$b
326        public_note: 975$z
327        loc: 975$c
328
329 .. _uniqueitemfields-label:
330
331 UniqueItemFields
332 ''''''''''''''''''''''''''''''''''''''''
333
334 Default: barcode
335
336 Asks:\_\_\_ (space-separated list of fields that should be unique for
337 items, must be valid SQL fields of
338 `items <http://schema.koha-community.org/tables/items.html>`__ table)
339
340 Description:
341
342 -  If this preference is left blank when adding items in acquisitions
343    there will be no check for uniqueness. This means that a duplicate
344    barcode can be created in acquisitions which will cause errors later
345    when checking items in and out.
346
347 .. _printing-label:
348
349 Printing
350 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
351
352 .. _orderpdfformat-label:
353
354 OrderPdfFormat
355 ''''''''''''''''''''''''''''''''''''
356
357 Default: pdfformat::layout2pages
358
359 Asks: Use \_\_\_ when printing basket groups.
360
361 .. _administration-label:
362
363 Administration
364 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
365
366 These preferences are general settings for your system.
367
368 *Get there:* More > Administration > Global System Preferences >
369 Administration
370
371 .. _cas-authentication-label:
372
373 CAS Authentication
374 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
375
376 The Central Authentication Service (CAS) is a single sign-on protocol
377 for the web. If you don't know what this is, leave these preferences set
378 to their defaults.
379
380 .. _casauthentication-label:
381
382 casAuthentication
383 ''''''''''''''''''''''''''''''''''''''''''
384
385 Default: Don't use
386
387 Asks: \_\_\_ CAS for login authentication.
388
389 .. _caslogout-label:
390
391 casLogout
392 ''''''''''''''''''''''''''
393
394 Default: Don't logout
395
396 Asks: \_\_\_ of CAS when logging out of Koha.
397
398 .. _casserverurl-label:
399
400 casServerUrl
401 ''''''''''''''''''''''''''''''''
402
403 Asks: The CAS Authentication Server can be found at \_\_\_
404
405 .. _google-openid-connect-label:
406
407 Google OpenID Connect
408 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
409
410 Visit the `Google Developers
411 Console <https://console.developers.google.com/>`__ to obtain OAuth 2.0
412 credentials such as a client ID and client secret that are known to both
413 Google and your application.Developers Console
414
415 -  Create a project, and give it some details to help you identify it
416    later
417
418    New Project
419    |image5|
420
421 -  Next search for the Google Identity and Access Management API
422
423    API Search
424    |image6|
425
426 -  Enable the Google Identity and Access Management API
427
428    Enable Google Identity
429    |image7|
430
431 -  Go to 'Credentials' and set the OAuth cosent screen values
432
433    OAuth Consent Screen
434    |image8|
435
436 -  Next choose to 'Create credentials' from the 'Credentials' page
437
438    Create credentials
439    |image9|
440
441 -  Choose 'Web application' from the 'Application type' menu and fill in
442    the form presented
443
444    Create Client ID
445    |image10|
446
447    -  Set 'Authorized JavaScript origins' to your OPACBaseURL
448
449    -  Change the 'Authorized Redirect URIs' to
450       http://YOUROPAC/cgi-bin/koha/svc/auth/googleopenidconnect
451
452 -  You will be presented with your values for your client ID and your
453    client secret after saving
454
455    OAuth Client ID and Secret
456    |image11|
457
458 .. _googleoauth2clientid-label:
459
460 GoogleOAuth2ClientID
461 ''''''''''''''''''''''''''''''''''''''''''''''''
462
463 Asks: Google OAuth2 Client ID \_\_\_
464
465 .. _googleoauth2clientsecret-label:
466
467 GoogleOAuth2ClientSecret
468 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
469
470 Asks: Google OAuth2 Client Secret \_\_\_
471
472 .. _googleopenidconnect-label:
473
474 GoogleOpenIDConnect
475 ''''''''''''''''''''''''''''''''''''''''''''''
476
477 Default: Don't use
478
479 Asks \_\_\_ Google OpenID Connect login.
480
481     **Important**
482
483     You will need to select OAuth2 when creating an app in the google
484     cloud console, and set the web origin to your\_opac\_url and the
485     redirect url to
486     your\_opac\_url/cgi-bin/koha/svc/auth/googleopenidconnect .
487
488     Create Client ID
489     |image12|
490
491 Values:
492
493 -  Don't use
494
495 -  Use
496
497 .. _googleopenidconnectdomain-label:
498
499 GoogleOpenIDConnectDomain
500 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
501
502 Asks: Google OpenID Connect Restrict to domain (or subdomain of this
503 domain) \_\_\_.
504
505     **Note**
506
507     Leave blank for all google domains
508
509 .. _interface-options-label:
510
511 Interface options
512 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
513
514 These preference are related to your Koha interface
515
516 .. _debuglevel-label:
517
518 DebugLevel
519 ''''''''''''''''''''''''''''
520
521 Default: lots of
522
523 Asks: Show \_\_\_ debugging information in the browser when an internal
524 error occurs.
525
526 Values:
527
528 -  lots of - will show as much information as possible
529
530 -  no - will only show basic error messages
531
532 -  some - will show only some of the information available
533
534 Description:
535
536 -  This preference determines how much information will be sent to the
537    user's screen when the system encounters an error. The most detail
538    will be sent when the value level is set at 2, some detail will be
539    sent when the value is set at 1, and only a basic error message will
540    display when the value is set at 0. This setting is especially
541    important when a system is new and the administration is interested
542    in working out the bugs (errors or problems) quickly. Having detailed
543    error messages makes quick fixes more likely in problem areas.
544
545 .. _defaulttologgedinlibrarycircrules-label:
546
547 DefaultToLoggedInLibraryCircRules
548 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
549
550 Default: all libraries
551
552 Asks: When editing circulation rules show \_\_\_ the rules by default.
553
554 Values:
555
556 -  all libraries
557
558 -  logged in library's
559
560 Description:
561
562 -  This preference controls the default value in the branch pull down
563    found at the top of the :ref:`Circulation and Fine
564    Rules`.
565
566 .. _defaulttologgedinlibrarynoticesslips-label:
567
568 DefaultToLoggedInLibraryNoticesSlips
569 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
570
571 Default: all libraries
572
573 Asks: When editing notices and slips show the \_\_\_ notices and slips
574 by default.
575
576 Values:
577
578 -  all libraries
579
580 -  logged in library's
581
582 Description:
583
584 -  This preference controls the default value in the branch pull down
585    found at the top of the :ref:`Notices & Slips` tool.
586
587 .. _defaulttologgedinlibraryoverduetriggers-label:
588
589 DefaultToLoggedInLibraryOverdueTriggers
590 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
591
592 Default: all libraries
593
594 Asks: When editing overdue notice/status triggers show the \_\_\_ rules
595 by default.
596
597 Values:
598
599 -  all libraries
600
601 -  logged in library's
602
603 Description:
604
605 -  This preference controls the default value in the branch pull down
606    found at the top of the :ref:`Overdue Notice/Status Triggers`.
607
608 .. _delimiter-label:
609
610 delimiter
611 ''''''''''''''''''''''''''
612
613 Default: semicolons
614
615 Asks: Separate columns in an exported report file with \_\_\_ by
616 default.
617
618 Values:
619
620 -  #'s
621
622 -  backslashes
623
624 -  commas
625
626 -  semicolons
627
628 -  slashes
629
630 -  tabs
631
632 Description:
633
634 -  This preference determines how reports exported from Koha will
635    separate data. In many cases you will be able to change this option
636    when exporting if you'd like.
637
638 .. _kohaadminemailaddress-label:
639
640 KohaAdminEmailAddress
641 ''''''''''''''''''''''''''''''''''''''''''''''''''
642
643 This is the default 'From' address for emails unless there is one for
644 the particular branch, and is referred to when an internal error occurs.
645
646 Asks: Use \_\_\_ as the email address for the administrator of Koha.
647
648 Description:
649
650 -  This preference allows one email address to be used in warning
651    messages set to the OPAC. If no email address is set for the branch
652    this address will receive messages from patrons regarding
653    modification requests, purchase suggestions, and questions or
654    information regarding overdue notices. It is recommended that a email
655    address that can be accessed by multiple staff members be used for
656    this purpose so that if one librarian is out the others can address
657    these requests. This email address can be changed when needed.
658
659 .. _noitemtypeimages-label:
660
661 noItemTypeImages
662 ''''''''''''''''''''''''''''''''''''''''
663
664 Default: Show
665
666 Asks: \_\_\_ itemtype icons in the catalog.
667
668 Values:
669
670 -  Shows
671
672 -  Don't show
673
674 Description:
675
676 -  This preference allows the system administrator to determine if users
677    will be able to set and see an :ref:`item type icon`
678    the catalog on both the OPAC and the Staff Client. The images will
679    display in both the OPAC and the Staff Client/Intranet. If images of
680    item types are disabled, text labels for item types will still appear
681    in the OPAC and Staff Client.
682
683 .. _replytodefault-label:
684
685 ReplytoDefault
686 ''''''''''''''''''''''''''''''''''''
687
688 Asks: Use \_\_\_ as the email address that will be set as the replyto in
689 emails
690
691 Description:
692
693 -  By default replies to notice emails will go to the `library email
694    address <#libraries-groups>`__, if you would like to specify a default
695    email address for all replies to notices you can do that here.
696
697 .. _returnpathdefault-label:
698
699 ReturnpathDefault
700 ''''''''''''''''''''''''''''''''''''''''''
701
702 Asks: Use \_\_\_ as the email address set as the return path, if you
703 leave this empty the KohaAdminEmailAddress will be used.
704
705 Description:
706
707 -  The return path is the email address that bounces will be delivered
708    to. By default bounced notices will go to the `library email
709    address <#libraries-groups>`__, if you would like to specify a default
710    email address for bounces to go to then fill in this preference.
711
712 .. _virtualshelves-label:
713
714 virtualshelves
715 ''''''''''''''''''''''''''''''''''''
716
717 Default: Allow
718
719 Asks: \_\_\_ staff and patrons to create and view saved lists of books.
720
721 Values:
722
723 -  Allow
724
725 -  Don't Allow
726
727 Description:
728
729 -  This preference controls whether the lists functionality will be
730    available in the staff client and OPAC. If this is set to "Don't
731    allow" then no one will be able to save items to public or private
732    lists.
733
734 .. _login-options-label:
735
736 Login options
737 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
738
739 These preferences are related to logging into your Koha system
740
741 .. _autolocation-label:
742
743 AutoLocation
744 ''''''''''''''''''''''''''''''''
745
746 Default: Don't require
747
748 Asks: \_\_\_ staff to log in from a computer in the IP address range
749 specified by their library (if any).
750
751 -  Set IP address range in the library administration area
752
753    -  *Get there:* More > Administration > Basic Parameters > :ref:`Libraries & Groups`
754
755 Values:
756
757 -  Don't require
758
759 -  Require
760
761 Description:
762
763 -  This preference protects the system by blocking unauthorized users
764    from accessing the staff client program and settings. Authorized and
765    unauthorized users are determined by their computer's IP addresses.
766    When the preference is set to 'Require', IP authorization is in
767    effect and unauthorized IP addresses will be blocked. This means that
768    staff cannot work from home unless their IP address has been
769    authorized. When set to 'Don't require', anyone with a staff client
770    login will have access no matter which IP address they are using.
771
772 .. _independentbranches-label:
773
774 IndependentBranches
775 ''''''''''''''''''''''''''''''''''''''''''''''
776
777 Default: Don't prevent
778
779 Asks: \_\_\_ staff (but not superlibrarians) from modifying objects
780 (holds, items, patrons, etc.) belonging to other libraries.
781
782 Values:
783
784 -  Don't prevent
785
786 -  Prevent
787
788 Description:
789
790 -  This preference should only be used by library systems which are
791    sharing a single Koha installation among multiple branches but are
792    considered independent organizations, meaning they do not share
793    material or patrons with other branches and do not plan to change
794    that in the future. If set to 'Prevent' it increases the security
795    between library branches by: prohibiting staff users from logging
796    into another branch from within the staff client, filtering out
797    patrons from patron searches who are not a part of the login branch
798    conducting the search, limiting the location choices to the login
799    branch when adding or modifying an item record, preventing users from
800    other branch locations from placing holds or checking out materials
801    from library branches other than their own, and preventing staff from
802    editing item records which belong to other library branches. All of
803    these security safeguards can be overridden only by the
804    superlibrarian, the highest level of privileges.
805
806     **Important**
807
808     It is important that this value be set before going live and that it
809     NOT be changed
810
811 .. _independentbranchespatronmodifications-label:
812
813 IndependentBranchesPatronModifications
814 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
815
816 Default: No
817
818 Asks: Prevent staff (but not superlibrarians) from viewing and
819 approving/denying patron modification requests for patrons
820 belonging to other libraries. \_\_\_
821
822 Values:
823
824 -  No
825
826 -  Yes
827
828 .. _sessionrestrictionbyip-label:
829
830 SessionRestrictionByIP
831 ''''''''''''''''''''''''''''''''''''''''''''''''''''
832
833 Default: Enable
834
835 Asks: \_\_\_ check for change in remote IP address for session security.
836 Disable only when remote IP address changes frequently.
837
838 Values:
839
840 -  Disable
841
842 -  Enable
843
844 Description:
845
846 -  When this preference is set to 'Enable' Koha will log you out of the
847    staff client if your IP address changes as a security measure. For
848    some systems the IP address changes frequently so you'll want to set
849    this preference to 'Disable' to prevent Koha from logging you out of
850    the staff client every time that happens.
851
852     **Important**
853
854     This is meant to help those whose IP address changes several times
855     during the day, setting this preference to 'Disable' is not
856     recommended otherwise because it is removing important security
857     features from your staff client.
858
859 .. _sessionstorage-label:
860
861 SessionStorage
862 ''''''''''''''''''''''''''''''''''''
863
864 Default: in the MySQL database
865
866 Asks: Store login session information \_\_\_
867
868 Values:
869
870 -  as temporary files
871
872 -  in the MySQL database
873
874 -  in the PostgreSQL database
875
876    -  **Important**
877
878           PostgreSQL is not yet supported
879
880 Description:
881
882 -  This preference allows administrators to choose what format session
883    data is stored in during web sessions.
884
885 .. _timeout-label:
886
887 timeout
888 ''''''''''''''''''''''
889
890 Default: 12000000
891
892 Asks: Automatically log out users after \_\_\_ seconds of inactivity.
893
894 Description:
895
896 -  This preference sets the length of time the Staff Client or OPAC
897    accounts can be left inactive before re-logging in is necessary. The
898    value of this preference is in seconds. At this time, the amount of
899    time before a session times out must be the same for both the Staff
900    Client and the OPAC.
901
902 .. _ssl-client-certificate-authentication-label:
903
904 SSL client certificate authentication
905 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
906
907 .. _allowpkiauth-label:
908
909 AllowPKIAuth
910 ''''''''''''''''''''''''''''''''
911
912 Default: no
913
914 Asks: Use \_\_\_ field for SSL client certificate authentication
915
916 Values:
917
918 -  no
919
920 -  the common name
921
922 -  the email address
923
924 .. _search-engine-label:
925
926 Search Engine
927 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
928
929 .. _searchengine-label:
930
931 SearchEngine
932 ''''''''''''''''''''''''''''''''
933
934 Default: Zebra
935
936 Asks: Use following search engine: \_\_\_
937
938 Values:
939
940 -  Elasticsearch
941
942 -  Zebra
943
944 .. _share-anonymous-usage-statistics-label:
945
946 Share anonymous usage statistics
947 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
948
949 As an open source project Koha is used all over the world. These
950 preference will help us keep more accurate statistics on where Koha is
951 being used. If you choose to share your information, it will be
952 published on the `Hea Koha community
953 website <http://hea.koha-community.org>`__. You will need to enable the
954 :ref:`Share Usage Stats` cronjob to send this information at regular
955 intervals to the community.
956
957 .. _usagestats-label:
958
959 UsageStats
960 ''''''''''''''''''''''''''''
961
962 Default: Don't share
963
964 Asks: \_\_\_ anonymous Koha usage data with the Koha community.
965
966 Values:
967
968 -  Don't share
969
970 -  Share
971
972 Description:
973
974 -  This data is stored to help track usage of Koha around the world. If
975    you choose to share your information, it will be published on the
976    `Hea Koha community website <http://hea.koha-community.org>`__. This
977    information is sent using the :ref:`Share Usage Stats` cronjob.
978
979 .. _usagestatscountry-label:
980
981 UsageStatsCountry
982 ''''''''''''''''''''''''''''''''''''''''''
983
984 Asks: The country where your library is located: \_\_\_
985
986 Description:
987
988 -  This data is stored to help track usage of Koha around the world. If
989    you choose to share your information, it will be published on the
990    `Hea Koha community website <http://hea.koha-community.org>`__. This
991    information is sent using the :ref:`Share Usage Stats` cronjob.
992
993     **Important**
994
995     This preference depends on the `UsageStats <#usagestats>`__
996     preference. Set that to 'Share' to share your information.
997
998 .. _usagestatsgeolocation-label:
999
1000 UsageStatsGeolocation
1001 ''''''''''''''''''''''''''''''''''''''''''''''''''
1002
1003 Default: blank
1004
1005 Asks: Geolocation of the main library: \_\_\_ Note that this value has no effect
1006 if the :ref:`UsageStats` systemp preference is set to "Don't share"
1007
1008 .. _usagestatslibrariesinfo-label:
1009
1010 UsageStatsLibrariesInfo
1011 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
1012
1013 Default: Do not Share
1014
1015 Asks: \_\_\_ libraries information (name, url, country) Note that this value
1016 has no effect if the :ref:`UsageStats` system preference is set to
1017 "Don't share"
1018
1019 Values:
1020
1021 -  Do not Share
1022
1023 -  Share
1024
1025 .. _usagestatslibraryname-label:
1026
1027 UsageStatsLibraryName
1028 ''''''''''''''''''''''''''''''''''''''''''''''''''
1029
1030 Asks: The library name \_\_\_ will be shown on the `Hea Koha community
1031 website <http://hea.koha-community.org>`__.
1032
1033 Description:
1034
1035 -  This data is stored to help track usage of Koha around the world. If
1036    you choose to share your information, it will be published on the
1037    `Hea Koha community website <http://hea.koha-community.org>`__. This
1038    information is sent using the :ref:`Share Usage Stats` cron job.
1039
1040     **Important**
1041
1042     This preference depends on the `UsageStats <#usagestats>`__
1043     preference. Set that to 'Share' to share your information. If this
1044     field is empty data will be sent anonymously if you choose 'Share'
1045     for the `UsageStats <#usagestats>`__ preference.
1046
1047 .. _usagestatslibrarytype-label:
1048
1049 UsageStatsLibraryType
1050 ''''''''''''''''''''''''''''''''''''''''''''''''''
1051
1052 Default: public
1053
1054 Asks: The library type \_\_\_ will be shown on the `Hea Koha community
1055 website <http://hea.koha-community.org>`__.
1056
1057 Values:
1058
1059 -  academic
1060
1061 -  corporate
1062
1063 -  government
1064
1065 -  private
1066
1067 -  public
1068
1069 -  religious organization
1070
1071 -  research
1072
1073 -  school
1074
1075 -  society or association
1076
1077 -  subscription
1078
1079 Description:
1080
1081 -  This data is stored to help track usage of Koha around the world. If
1082    you choose to share your information, it will be published on the
1083    `Hea Koha community website <http://hea.koha-community.org>`__. This
1084    information is sent using the :ref:`Share Usage Stats` cronjob.
1085
1086     **Important**
1087
1088     This preference depends on the `UsageStats <#usagestats>`__
1089     preference. Set that to 'Share' to share your information.
1090
1091 .. _usagestatslibraryurl-label:
1092
1093 UsageStatsLibraryUrl
1094 ''''''''''''''''''''''''''''''''''''''''''''''''
1095
1096 Asks: The library URL \_\_\_ will be shown on the `Hea Koha community
1097 website <http://hea.koha-community.org>`__.
1098
1099 Description:
1100
1101 -  This data is stored to help track usage of Koha around the world. If
1102    you choose to share your information, it will be published on the
1103    `Hea Koha community website <http://hea.koha-community.org>`__. This
1104    information is sent using the :ref:`Share Usage Stats` cronjob.
1105
1106     **Important**
1107
1108     This preference depends on the `UsageStats <#usagestats>`__
1109     preference. Set that to 'Share' to share your information.
1110
1111 .. _authorities-label:
1112
1113 Authorities
1114 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1115
1116 *Get there:* More > Administration > Global System Preferences >
1117 Authorities
1118
1119 .. _general-label:
1120
1121 General
1122 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1123
1124 .. _authdisplayhierarchy-label:
1125
1126 AuthDisplayHierarchy
1127 ''''''''''''''''''''''''''''''''''''''''''''''''
1128
1129 Default: Don't display
1130
1131 Asks: \_\_\_ broader term/narrower term hierarchies when viewing
1132 authorities.
1133
1134 Values:
1135
1136 -  Display
1137
1138    AuthDisplayHierarchy
1139    |image14|
1140
1141 -  Don't display
1142
1143 Description:
1144
1145 -  If your authority records includes 5xx fields with linked references
1146    to broader and/or narrower see also references this preference will
1147    turn on a display of those authorities at the top of the record.
1148
1149 .. _authoritymergelimit-label:
1150
1151 AuthorityMergeLimit
1152 ''''''''''''''''''''''''''''''''''''''''''''''
1153
1154 Default: 50
1155
1156 Asks: When modifying an authority record, do not update attached biblio
1157 records if the number exceeds \_\_\_ records. (Above this limit, the merge_authority
1158 cron job will merge them.)
1159
1160 .. _authoritymergemode-label:
1161
1162 AuthorityMergeMode
1163 ''''''''''''''''''''''''''''''''''''''''''''
1164
1165 Default: loose
1166
1167 Asks: When updating biblio records from an attached authority record ("merging"),
1168 handle subfields of relevant biblio record fields in \_\_\_ mode. In strict mode
1169 subfields that are not found in the authority record, are deleted. Loose mode
1170 will keep them. Loose mode is the historical behavior and still the default.
1171
1172 Values:
1173
1174 -  loose
1175
1176 -  strict
1177
1178 .. _autocreateauthorities-label:
1179
1180 AutoCreateAuthorities
1181 ''''''''''''''''''''''''''''''''''''''''''''''''''
1182
1183 Default: do not generate
1184
1185 Asks: When editing records, \_\_\_ authority records that are missing.
1186
1187 Values:
1188
1189 -  do not generate
1190
1191 -  generate
1192
1193     **Important**
1194
1195     `BiblioAddsAuthorities <#biblioaddsauthorities>`__ must be set to
1196     "allow" for this to have any effect
1197
1198 Description:
1199
1200 -  When this and `BiblioAddsAuthorities <#biblioaddsauthorities>`__ are
1201    both turned on, automatically create authority records for headings
1202    that don't have any authority link when cataloging. When
1203    BiblioAddsAuthorities is on and AutoCreateAuthorities is turned off,
1204    do not automatically generate authority records, but allow the user
1205    to enter headings that don't match an existing authority. When
1206    BiblioAddsAuthorities is off, this has no effect.
1207
1208 .. _biblioaddsauthorities-label:
1209
1210 BiblioAddsAuthorities
1211 ''''''''''''''''''''''''''''''''''''''''''''''''''
1212
1213 Default: allow
1214
1215 Asks: When editing records, \_\_\_ them to automatically create new
1216 authority records if needed, rather than having to reference existing
1217 authorities.
1218
1219 Values:
1220
1221 -  allow
1222
1223    -  This setting allows you to type values in the fields controlled by
1224       authorities and then adds a new authority if one does not exist
1225
1226 -  don't allow
1227
1228    -  This setting will lock the authority controlled fields, forcing
1229       you to search for an authority versus allowing you to type the
1230       information in yourself.
1231
1232 .. _marcauthoritycontrolfield008-label:
1233
1234 MARCAuthorityControlField008
1235 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
1236
1237 Default: \|\| aca\|\|aabn \| a\|a d
1238
1239 Asks: Use the following text for the contents of MARC21 authority
1240 control field 008 position 06-39 (fixed length data elements).
1241
1242     **Important**
1243
1244     Do not include the date (position 00-05) in this preference, Koha
1245     will calculate automatically and put that in before the values in
1246     this preference.
1247
1248 Description:
1249
1250 -  This preference controls the default value in the 008 field on
1251    Authority records. It does not effect bibliographic records.
1252
1253 .. _unimarcauthorityfield100-label:
1254
1255 UNIMARCAuthorityField100
1256 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
1257
1258 Default: afrey50 ba0
1259
1260 Asks: Use the following text for the contents of UNIMARC authority field
1261 100 position (fixed length data elements).
1262
1263     **Important**
1264
1265     Do not include the date (position 00-07) in this preference, Koha
1266     will calculate automatically and put that in before the values in
1267     this preference.
1268
1269 Description:
1270
1271 -  This preference controls the default value in the 100 field on
1272    Authority records cataloged in UNIMARC. It does not effect
1273    bibliographic records.
1274
1275 .. _useauthoritiesfortracings-label:
1276
1277 UseAuthoritiesForTracings
1278 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
1279
1280 Default: Don't use
1281
1282 Asks: \_\_\_ authority record numbers instead of text strings for
1283 searches from subject tracings.
1284
1285 Values:
1286
1287 -  Don't use
1288
1289    -  Search links look for subject/author keywords (example:
1290       opac-search.pl?q=su:Business%20networks)
1291
1292 -  Use
1293
1294    -  Search links look for an authority record (example:
1295       opac-search.pl?q=an:354)
1296
1297 Description:
1298
1299 -  For libraries that have authority files, they may want to make it so
1300    that when a link to an authorized subject or author is clicked on the
1301    OPAC or staff client it takes the searcher only to a list of results
1302    with that authority record. Most libraries do not have complete
1303    authority files and so setting this preference to 'Don't use' will
1304    allow searchers to click on links to authors and subject headings and
1305    perform a keyword search against those fields, finding all possible
1306    relevant results instead.
1307
1308 .. _linker-label:
1309
1310 Linker
1311 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1312
1313 These preferences will control how Koha links bibliographic records to
1314 authority records. All bibliographic records added to Koha after these
1315 preferences are set will link automatically to authority records, for
1316 records added before these preferences are set there is a script
1317 (misc/link\_bibs\_to\_authorities.pl) that your system administrator can
1318 run to link records together.
1319
1320 .. _catalogmodulerelink-label:
1321
1322 CatalogModuleRelink
1323 ''''''''''''''''''''''''''''''''''''''''''''''
1324
1325 Default: Do not
1326
1327 Asks: \_\_\_ automatically relink headings that have previously been
1328 linked when saving records in the cataloging module.
1329
1330 Values:
1331
1332 -  Do
1333
1334 -  Do not
1335
1336 Description:
1337
1338 -  Longtime users of Koha don't expect the authority and bib records to
1339    link consistently. This preference makes it possible to disable
1340    authority relinking in the cataloging module only (i.e. relinking is
1341    still possible if link\_bibs\_to\_authorities.pl is run). Note that
1342    though the default behavior matches the previous behavior of Koha
1343    (retaining links to outdated authority records), it does not match
1344    the intended behavior (updating biblio/authority link after
1345    bibliographic record is edited). Libraries that want the intended
1346    behavior of authority control rather than the way Koha used to handle
1347    linking should set CatalogModuleRelink to 'Do'. Once setting this to
1348    'Do' the following preferences can also be set.
1349
1350 .. _linkerkeepstale-label:
1351
1352 LinkerKeepStale
1353 ''''''''''''''''''''''''''''''''''''''
1354
1355 Default: Do not
1356
1357 Asks: \_\_\_ keep existing links to authority records for headings where
1358 the linker is unable to find a match.
1359
1360 Values:
1361
1362 -  Do
1363
1364 -  Do not
1365
1366 Description:
1367
1368 -  When set to 'Do', the linker will never remove a link to an authority
1369    record, though, depending on the value of
1370    :ref:`LinkerRelink`, it may change the link.
1371
1372 .. _linkermodule-label:
1373
1374 LinkerModule
1375 ''''''''''''''''''''''''''''''''
1376
1377 Default: Default
1378
1379 Asks: Use the \_\_\_ linker module for matching headings to authority
1380 records.
1381
1382 Values:
1383
1384 -  Default
1385
1386    -  Retains Koha's previous behavior of only creating links when there
1387       is an exact match to one and only one authority record; if the
1388       :ref:`LinkerOptions` preference is set to
1389       'broader\_headings', it will try to link headings to authority
1390       records for broader headings by removing subfields from the end of
1391       the heading
1392
1393 -  First match
1394
1395    -  Creates a link to the first authority record that matches a given
1396       heading, even if there is more than one authority record that
1397       matches
1398
1399 -  Last match
1400
1401    -  Creates a link to the last authority record that matches a given
1402       heading, even if there is more than one record that matches
1403
1404 Description:
1405
1406 -  This preference tells Koha which match to use when searching for
1407    authority matches when saving a record.
1408
1409 .. _linkeroptions-label:
1410
1411 LinkerOptions
1412 ''''''''''''''''''''''''''''''''''
1413
1414 Asks: Set the following options for the authority linker \_\_\_
1415
1416     **Important**
1417
1418     This feature is experimental and shouldn't be used in a production
1419     environment until further expanded upon.
1420
1421 Description:
1422
1423 -  This is a pipe separated (\|) list of options. At the moment, the
1424    only option available is "broader\_headings." With this option set to
1425    "broader\_headings", the linker will try to match the following
1426    heading as follows:
1427
1428    ::
1429
1430        =600 10$aCamins-Esakov, Jared$xCoin collections$vCatalogs$vEarly works to 1800.
1431
1432    First: Camins-Esakov, Jared--Coin collections--Catalogs--Early works
1433    to 1800
1434
1435    Next: Camins-Esakov, Jared--Coin collections--Catalogs
1436
1437    Next: Camins-Esakov, Jared--Coin collections
1438
1439    Next: Camins-Esakov, Jared (matches! if a previous attempt had
1440    matched, it would not have tried this)
1441
1442 .. _linkerrelink-label:
1443
1444 LinkerRelink
1445 ''''''''''''''''''''''''''''''''
1446
1447 Default: Do
1448
1449 Asks: \_\_\_ relink headings that have previously been linked to
1450 authority records.
1451
1452 Values:
1453
1454 -  Do
1455
1456 -  Do not
1457
1458 Description:
1459
1460 -  When set to 'Do', the linker will confirm the links for headings that
1461    have previously been linked to an authority record when it runs,
1462    correcting any incorrect links it may find. When set to 'Do not', any
1463    heading with an existing link will be ignored, even if the existing
1464    link is invalid or incorrect.
1465
1466 .. _cataloging-label:
1467
1468 Cataloging
1469 ~~~~~~~~~~~~~~~~~~~~~~~~~~
1470
1471 *Get there:* More > Administration > Global System Preferences >
1472 Cataloging
1473
1474 .. _display-label:
1475
1476 Display
1477 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1478
1479 .. _acquisitiondetails-label:
1480
1481 AcquisitionDetails
1482 ''''''''''''''''''''''''''''''''''''''''''''
1483
1484 Default: Display
1485
1486 Asks: \_\_\_ acquisition details on the biblio detail page.
1487
1488 Values:
1489
1490 -  Display
1491
1492 -  Don't display
1493
1494 Description:
1495
1496 -  This preference controls whether a tab will show on the detail page
1497    in the staff client that includes detailed acquisitions information
1498    for the title. This tab will include links to order information
1499    stored in the acquisitions module.
1500
1501 .. _authorityseparator-label:
1502
1503 AuthoritySeparator
1504 ''''''''''''''''''''''''''''''''''''''
1505
1506 Default: --
1507
1508 Asks: Separate multiple displayed authors, series or subjects with
1509 \_\_\_.
1510
1511 .. _hide\_marc-label:
1512
1513 hide\_marc
1514 '''''''''''''''''''''''''''
1515
1516 Default: Display
1517
1518 Asks: \_\_\_ MARC tag numbers, subfield codes and indicators in MARC
1519 views.
1520
1521 Values:
1522
1523 -  Display -- shows the tag numbers on the cataloging interface
1524
1525    MARC editor with tags showing
1526    |image15|
1527
1528 -  Don't display -- shows just descriptive text when cataloging
1529
1530    MARC editor without tags showing
1531    |image16|
1532
1533 .. _intranetbibliodefaultview-label:
1534
1535 IntranetBiblioDefaultView
1536 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
1537
1538 Default: ISBD form
1539
1540 Asks: By default, display biblio records in \_\_\_
1541
1542 Values:
1543
1544 -  ISBD form -- displays records in the staff client in the old card
1545    catalog format
1546
1547    -  See :ref:`ISBD` preference for more information
1548
1549 -  Labelled MARC form -- displays records in the staff client in MARC
1550    with text labels to explain the different fields
1551
1552 -  MARC form -- displays records in the staff client in MARC
1553
1554 -  normal form -- visual display in the staff client (for the average
1555    person)
1556
1557 Description:
1558
1559 -  This setting determines the bibliographic record display when
1560    searching the catalog on the staff client. This setting does not
1561    affect the display in the OPAC which is changed using the
1562    :ref:`BiblioDefaultView` preference under the OPAC
1563    preference tab. This setting changes the look of the record when
1564    first displayed. The MARC and ISBD views can still be seen by
1565    clicking in the sidebar.
1566
1567 .. _isbd-label:
1568
1569 ISBD
1570 ''''''''''''''''''''
1571
1572 Default: :ref:`MARC21 Default Appendix <marc-default-label>` or :ref:`UNIMARC Default
1573 Appendix <unimarc-default-label>`
1574
1575 Asks: Use the following as the ISBD template:
1576
1577 Description:
1578
1579 -  This determines how the ISBD information will display in the staff
1580    client. Elements in the list can be reordered to produce a different
1581    ISBD view. ISBD, the International Standard Bibliographic
1582    Description, was first introduced by IFLA (International Federation
1583    of Library Associations) in 1969 in order to provide guidelines for
1584    descriptive cataloging. The purpose of ISBD is to aid the
1585    international exchange of bibliographic records for a variety of
1586    materials.
1587
1588 .. _labelmarcview-label:
1589
1590 LabelMARCView
1591 ''''''''''''''''''''''''''''''''''
1592
1593 Default: Don't
1594
1595 Asks: \_\_\_ collapse repeated tags of the same type into one tag entry.
1596
1597 Values:
1598
1599 -  Do -- will combine all identical tag numbers under one heading in the
1600    MARC view in the OPAC and Staff Client
1601
1602    MARC View in the Staff Client with LabelMARCView set to Do
1603    |image17|
1604
1605 -  Don't -- will list all of the tags individually in the MARC view in
1606    the OPAC and Staff Client
1607
1608    MARC View in the Staff Client with LabelMARCView set to Don't
1609    |image18|
1610
1611 .. _mergereportfields-label:
1612
1613 MergeReportFields
1614 ''''''''''''''''''''''''''''''''''''''''''
1615
1616 Asks: \_\_\_ fields to display for deleted records after merge
1617
1618 Description:
1619
1620 -  When merging records together you can receive a report of the merge
1621    process once it's done, this preference lets you set the default
1622    values for this report.
1623
1624 Example: '001,245ab,600' displays:
1625
1626 -  value of 001
1627
1628 -  subfields a and b of fields 245
1629
1630 -  all subfields of fields 600
1631
1632 .. _notesblacklist-label:
1633
1634 NotesBlacklist
1635 ''''''''''''''''''''''''''''''''''''
1636
1637 Asks: Don't show these \_\_\_ note fields in title notes separator (OPAC
1638 record details) and in the description separator (Staff client record
1639 details).
1640
1641 Description:
1642
1643 -  This preference lets you define which of your note fields are hidden
1644    from the title notes (OPAC) and descriptions (Staff) tabs. Enter the
1645    values as a comma separated list. For example to hide the local note
1646    and the bibliography note in MARC21 enter 504, 590.
1647
1648 .. _opacsuppression,-opacsuppressionbyiprange,-opacsuppressionredirect,-and-opacsuppressionmessage-label:
1649
1650 OpacSuppression, OpacSuppressionByIPRange, OpacSuppressionRedirect, and OpacSuppressionMessage
1651 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
1652
1653 OpacSuppression Default: Don't hide
1654
1655 Asks: \_\_\_ items marked as suppressed from OPAC search results. 
1656 Restrict the suppression to IP addressesoutside of the IP range \_\_\_ 
1657 (Leave blank if not used. Define a range like 192.168..) Redirect the opac detail
1658 page for suppressed records to \_\_\_ Display the following message on
1659 the redirect page for suppressed biblios \_\_\_.
1660
1661 OpacSuppression Values:
1662
1663 -  Don't hide
1664
1665    -  Will show records in OPAC search results if they are marked
1666       suppressed
1667
1668 -  Hide
1669
1670    -  Will not show records in OPAC search results if they're marked as
1671       suppressed
1672
1673 OpacSuppressionRedirect Values:
1674
1675 -  an explanatory page ('This record is blocked').
1676
1677 -  the 404 error page ('Not found').
1678
1679 Description:
1680
1681 -  These preferences control hiding of bibliographic records from
1682    display in the OPAC. Each bibliographic record you want to hide from
1683    the OPAC simply needs to have the value "1" in the field mapped with
1684    Suppress index (942$n field in MARC21, no official field in UNIMARC).
1685    The indexer then hides it from display in OPAC but will still display
1686    it in the Staff Client. If you want to further control suppression
1687    you can set an IP address range to still show suppressed items to.
1688    Define a range like 192.168.. If you don't want to limit suppression
1689    in this way, leave the IP field blank. You can also decide what the
1690    patrons will see in the OPAC when a title is suppressed by setting
1691    the OpacSuppressionRedirect and OpacSuppressionMessage preferences.
1692    You can either show the patron a 404 page if they try to see a
1693    suppressed record or you can create a custom page by entering the
1694    HTML in the OpacSuppressionMessage part of this preference.
1695
1696        **Note**
1697
1698        An :ref:`authorized value <authorized-values-label>` for the MARC21 942$n
1699        field (or the equivalent UNIMARC field) should be set to
1700        eliminate errors. One example would be to create an authorized
1701        value titled SUPPRESS with a value of 0 for don't suppress and 1
1702        for suppress.
1703
1704     **Important**
1705
1706     If this preference is set to 'hide' and you have the 942n field set
1707     to 1, it will hide the entire bib record - not just an individual
1708     item.
1709
1710     **Note**
1711
1712     Suppressed records will show a note in the staff client indicating
1713     that they are suppressed from view in the OPAC.Suppressed in Staff
1714
1715     This note can be styled by using the
1716     :ref:`IntranetUserCSS` preference to stand out more
1717     if you'd like.Style suppression note
1718
1719 .. _separateholdings-&-separateholdingsbranch-label:
1720
1721 SeparateHoldings & SeparateHoldingsBranch
1722 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
1723
1724 SeparateHoldings default: Don't separate
1725
1726 SeparateHoldingsBranch default: home library
1727
1728 Asks: \_\_\_ items display into two tabs, where the first tab contains
1729 items whose \_\_\_ is the logged in user's library. The second tab will
1730 contain all other items.
1731
1732 SeparateHoldings values:
1733
1734 -  Don't separate
1735
1736 -  Separate
1737
1738 SeparateHoldingsBranch values:
1739
1740 -  holding library
1741
1742 -  home library
1743
1744 Description:
1745
1746 -  This preference lets you decide if you would like to have the holding
1747    information on the bibliographic detail page in the staff client
1748    split in to multiple tabs. The default is to show all holdings on one
1749    tab.
1750
1751    Separate holdings tabs
1752    |image19|
1753
1754 .. _urllinktext-label:
1755
1756 URLLinkText
1757 ''''''''''''''''''''''''''''''
1758
1759 Default: Online Resource
1760
1761 Asks: Show \_\_\_ as the text of links embedded in MARC records.
1762
1763 Description:
1764
1765 -  If the 856 field does not have a subfield 3 or y defined, the OPAC
1766    will say 'Click here to access online.' If you would like the field
1767    to say something else enter that in this field.
1768
1769 .. _usecontrolnumber-label:
1770
1771 UseControlNumber
1772 ''''''''''''''''''''''''''''''''''''''''
1773
1774 Default: Don't use
1775
1776 Asks: \_\_\_ record control number ($w subfields) and control number
1777 (001) for linking of bibliographic records.
1778
1779 Values:
1780
1781 -  Don't use
1782
1783    -  When clicking on links to titles that appear next to 'Continues'
1784       and 'Continued by' in the detail display Koha will perform a title
1785       search
1786
1787 -  Use
1788
1789    -  When clicking on links to titles that appear next to 'Continues'
1790       and 'Continued by' in the detail display Koha will perform a
1791       control number (MARC field 001) search
1792
1793     **Important**
1794
1795     Unless you are going in and manually changing 773$w to match your
1796     rigorously-defined bibliographic relationships, you should set this
1797     preference to "Don't use" and instead set
1798     :ref:`EasyAnalyticalRecords` to "Display"
1799
1800 Description:
1801
1802 -  If you have a serial called "Journal of Interesting Things" which has
1803    a separate record from when it was called "Transactions of the
1804    Interesting Stuff Society," you could add linking fields to indicate
1805    the relationship between the two records. UseControlNumber allows you
1806    to use your local accession numbers for those links. In MARC21, the
1807    relevant sections of the two records might look like this:
1808
1809    ::
1810
1811            =001    12345
1812            =110  2_$aInteresting Stuff Society.
1813            =245  10$aTransactions of the Interesting Stuff Society.
1814            =785  00$aInteresting Stuff Society$tJournal of Interesting Things.$w12346
1815
1816            =001    12346
1817            =110  2_$aInteresting Stuff Society.
1818            =245  10$aJournal of Interesting Things.
1819            =780  00$aInteresting Stuff Society$tTransactions of the Interesting Stuff Society.$w12345
1820
1821    With UseControlNumber set to 'Use', the 78x links will use the
1822    Control Numbers is subfield $w, instead of doing a title search on
1823    "Journal of Interesting Things" and "Transactions of the Interesting
1824    Stuff Society" respectively.
1825
1826 .. _exporting-label:
1827
1828 Exporting
1829 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1830
1831 .. _bibtexexportadditionalfields-label:
1832
1833 BibtexExportAdditionalFields
1834 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
1835
1836 Asks: Include following fields when exporting BibTeX
1837
1838 Description:
1839
1840 -  Use one line per tag in the format BT\_TAG: TAG$SUBFIELD ( e.g. lccn:
1841    010$a )
1842
1843 -  To specify multiple marc tags/subfields as targets for a repeating
1844    BibTex tag, use the following format: BT\_TAG: [TAG2$SUBFIELD1,
1845    TAG2$SUBFIELD2] ( e.g. notes: [501$a, 505$g] )
1846
1847 -  All values of repeating tags and subfields will be printed with the
1848    given BibTeX tag.
1849
1850 -  Use '@' ( with quotes ) as the BT\_TAG to replace the bibtex record
1851    type with a field value of your choosing.
1852
1853 .. _risexportadditionalfields-label:
1854
1855 RisExportAdditionalFields
1856 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
1857
1858 Asks: Include following fields when exporting RIS
1859
1860 Description:
1861
1862 -  Use one line per tag in the format RIS\_TAG: TAG$SUBFIELD ( e.g. LC:
1863    010$a )
1864
1865 -  To specificy multiple marc tags/subfields as targets for a repeating
1866    RIS tag, use the following format: RIS\_TAG: [TAG2$SUBFIELD1,
1867    TAG2$SUBFIELD2] ( e.g. NT: [501$a, 505$g] )
1868
1869 -  All values of repeating tags and subfields will be printed with the
1870    given RIS tag.
1871
1872 -  Use of TY ( record type ) as a key will *replace* the default TY with
1873    the field value of your choosing.
1874
1875 .. _importing-label:
1876
1877 Importing
1878 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1879
1880 .. _aggressivematchonisbn-label:
1881
1882 AggressiveMatchOnISBN
1883 ''''''''''''''''''''''''''''''''''''''''''''''''''
1884
1885 Default: don't
1886
1887 Asks: When matching on ISBN with the record import tool, \_\_\_ attempt
1888 to match aggressively by trying all variations of the ISBNs in the
1889 imported record as a phrase in the ISBN fields of already cataloged
1890 records.
1891
1892 Values:
1893
1894 -  do
1895
1896 -  don't
1897
1898 Description:
1899
1900 -  This preference allows you to choose to alter the ISBN matching rule
1901    used when staging records for import to be more aggressive. This
1902    means that all text will be stripped from the ISBN field so that a
1903    pure number match is possible. If this preference is set to "Don't"
1904    then Koha will find a match only if the ISBN fields are identical.
1905
1906     **Important**
1907
1908     Note that this preference has no effect if
1909     :ref:`UseQueryParser` is on.
1910
1911 .. _aggressivematchonissn-label:
1912
1913 AggressiveMatchOnISSN
1914 ''''''''''''''''''''''''''''''''''''''''''''''''''
1915
1916 Default: don't
1917
1918 Asks: When matching on ISSN with the record import tool, \_\_\_ attempt
1919 to match aggressively by trying all variations of the ISSNs in the imported
1920 record as a phrase in the ISSN fields of already cataloged records. Note that
1921 this preference has no effect if :ref:`UseQueryParser` is on.
1922
1923 .. _interface-label:
1924
1925 Interface
1926 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1927
1928 .. _advancedmarceditor-label:
1929
1930 advancedMARCeditor
1931 ''''''''''''''''''''''''''''''''''''''''''''
1932
1933 Default: Don't display
1934
1935 Asks: \_\_\_ descriptions of fields and subfields in the MARC editor.
1936
1937 Description:
1938
1939 -  This preference determines whether or not MARC field names will be
1940    present when editing or creating MARC records.
1941
1942 Values:
1943
1944 -  Display
1945
1946    MARC editor with text labels
1947    |image20|
1948
1949 -  Don't display
1950
1951    MARC editor without text labels
1952    |image21|
1953
1954 .. _defaultclassificationsource-label:
1955
1956 DefaultClassificationSource
1957 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
1958
1959 Default: Dewey Decimal System
1960
1961 Asks: Use \_\_\_ as the default classification source.
1962
1963 Values:
1964
1965 -  ANSCR (Sound Recordings)
1966
1967 -  Dewey Decimal Classification
1968
1969 -  Library of Congress Classification
1970
1971 -  Other/Generic Classification Scheme
1972
1973 -  SuDoc Classification (U.S. GPO)
1974
1975 -  Universal Decimal Classification
1976
1977     **Note**
1978     
1979     Adding another classification under Administration > Classification Sources
1980     will make it show up in this list as well.
1981
1982 .. _easyanalyticalrecords-label:
1983
1984 EasyAnalyticalRecords
1985 ''''''''''''''''''''''''''''''''''''''''''''''''''
1986
1987 Default: Don't Display
1988
1989 Asks: \_\_\_ easy ways to create analytical record relationships
1990
1991 Values:
1992
1993 -  Display
1994
1995 -  Don't Display
1996
1997     **Important**
1998
1999     If you decide to use this feature you'll want to make sure that your
2000     :ref:`UseControlNumber` preference is set to "Don't
2001     use" or else the "Show analytics" links in the staff client and the
2002     OPAC will be broken.
2003
2004 Description:
2005
2006 -  An analytic entry in a catalog is one that describes a part of a
2007    larger work that is also described in the catalog. In bibliographic
2008    cataloging, analytic entries may be made for chapters in books or
2009    special issues of articles in periodicals. In archival cataloging,
2010    analytic entries may be made for series or items within a collection.
2011    This feature in Koha allows for an easy way of linking analytic
2012    entries to the host records, and this system preference adds several
2013    new menu options to the staff cataloging detail pages to allow that
2014    to happen.
2015
2016 .. _record-structure-label:
2017
2018 Record Structure
2019 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2020
2021 .. _alternateholdingsfield-&-alternateholdingsseparator-label:
2022
2023 AlternateHoldingsField & AlternateHoldingsSeparator
2024 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2025
2026 Asks: Display MARC subfield \_\_\_ as holdings information for records
2027 that do not have items, with the subfields separated by \_\_\_.
2028
2029 Description:
2030
2031 -  Sometimes libraries migrate to Koha with their holding info in the
2032    852 field (OCLC holdings information field) and choose not to
2033    transfer that information into the 952 (Koha holdings information
2034    field) because they don't plan on circulating those items. For those
2035    libraries or other libraries that have data in the 852 fields of
2036    their records that they want to display, these preferences let you
2037    choose to display holdings info from a field other than the 952
2038    field. The AlternateHoldingsField preference can contain multiple
2039    subfields to look in; for instance 852abhi would look in 852
2040    subfields a, b, h, and i.
2041
2042 -  With AlternateHoldingsField set to 852abhi and
2043    AlternateHoldingsSeparator set to a space the holdings would look
2044    like the following:
2045
2046    Alternate Holdings Display
2047    |image22|
2048
2049 .. _autobarcode-label:
2050
2051 autoBarcode
2052 ''''''''''''''''''''''''''''''
2053
2054 Default: generated in the form <branchcode>yymm0001
2055
2056 Asks: Barcodes are \_\_\_
2057
2058 Values:
2059
2060 -  generated in the form <branchcode>yymm0001
2061
2062 -  generated in the form <year>-0001, <year>-0002
2063
2064 -  generated in the form 1, 2, 3
2065
2066 -  incremental EAN-13 barcodes
2067
2068 -  not generated automatically
2069
2070 Description:
2071
2072 -  This setting is for libraries wishing to generate barcodes from
2073    within Koha (as opposed to scanning in pre-printed barcodes or
2074    manually assigning them). The default behavior makes it so that when
2075    you click in the barcode field (952$p in MARC21) it will populate
2076    with the automatic barcode you have chosen. If you would rather it
2077    only enter an automatic barcode when you click on the plugin (the ...
2078    to the right of the field) you can change the plugin used for that
2079    field in the framework. Set the plugin for 952$p (if using MARC21 or
2080    equivalent field mapped to items.barcode in your local MARC format)
2081    for your frameworks to barcode\_manual.pl instead of barcode.pl.
2082    Learn more about editing frameworks under the :ref:`MARC Bibliographic
2083    Frameworks <marc-bibliographic-frameworks-label>` section of this manual.
2084
2085 .. _defaultlanguagefield008-label:
2086
2087 DefaultLanguageField008
2088 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
2089
2090 Default: Empty defaults to eng
2091
2092 Asks: Fill in the default language for field 008 Range 35-37 of MARC21
2093 records \_\_\_.
2094
2095 Description:
2096
2097 -  This preference will allow you to set the language for your MARC21
2098    008 field by default. If this is left empty it will default to
2099    English (eng). See the `MARC Code List for
2100    Languages <http://www.loc.gov/marc/languages/language_code.html>`__
2101    for additional values for this preference.
2102
2103     **Note**
2104
2105     This preference won't have any effect if your records are in
2106     UNIMARC.
2107
2108 .. _item-level\_itypes-label:
2109
2110 item-level\_itypes
2111 '''''''''''''''''''''''''''''''''''''''''''
2112
2113 Default: specific item
2114
2115 Asks: Use the item type of the \_\_\_ as the authoritative item type
2116 (for determining circulation and fines rules, etc).
2117
2118 Values:
2119
2120 -  biblio record
2121
2122 -  specific item
2123
2124 Description:
2125
2126 -  This preference determines whether the item type Koha uses for
2127    issuing rules will be an attribute of the bibliographic record or the
2128    item record. Most libraries refer to the item record for item types.
2129    It also determines if the item type icon appears on the OPAC search
2130    results. If you have the preference set to 'biblio record' then Koha
2131    displays the item type icon on the search results to the left of the
2132    result info.
2133
2134    Item Type Icons to the Left of Result Information
2135    |image23|
2136
2137 .. _itemcallnumber-label:
2138
2139 itemcallnumber
2140 ''''''''''''''''''''''''''''''''''''
2141
2142 Default: 082ab
2143
2144 Asks: Map the MARC subfield to an item's callnumber.
2145
2146     **Note**
2147
2148     This can contain multiple subfields to look in; for instance 082ab
2149     would look in 082 subfields a and b.
2150
2151 Description:
2152
2153 -  This setting determines which MARC field will be used to determine
2154    the call number that will be entered into item records automatically
2155    (952$o). The value is set by providing the MARC field code (050, 082,
2156    090, 852 are all common in MARC21) and the subfield codes without the
2157    delimiters ($a, $b would be ab).
2158
2159 Examples:
2160
2161 -  Dewey: 082ab or 092ab; LOC: 050ab or 090ab; from the item record:
2162    852hi
2163
2164 .. _marcflavour-label:
2165
2166 marcflavour
2167 ''''''''''''''''''''''''''''''
2168
2169 Default: MARC21
2170
2171 Asks: Interpret and store MARC records in the \_\_\_ format.
2172
2173 Values:
2174
2175 -  MARC21
2176
2177    -  The standard style for the US, Canada, Australia, New Zealand,
2178       United Kingdom, Germany and other countries
2179
2180 -  UNIMARC
2181
2182    -  The standard style used in France, Italy, Portugal, Russia, and
2183       other countries
2184
2185 -  NORMARC
2186
2187    -  The standard style for Norway
2188
2189 Description:
2190
2191 -  This preference defines global MARC style (MARC21, UNIMARC or
2192    NORMARC) used for encoding.
2193
2194     **Important**
2195
2196     Changing the value of this preference will not convert your records
2197     from one MARC style to an other.
2198
2199 .. _marcorgcode-label:
2200
2201 MARCOrgCode
2202 ''''''''''''''''''''''''''''''
2203
2204 Default: OSt
2205
2206 Asks: Fill in the MARC organization code \_\_\_ by default in new MARC21
2207 records (leave blank to disable).
2208
2209 Description:
2210
2211 -  The MARC Organization Code is used to identify libraries with
2212    holdings of titles and more.
2213
2214 Learn more and find your library's MARC21 code on the `MARC Code list
2215 for
2216 Organizations <http://www.loc.gov/marc/organizations/orgshome.html>`__
2217 or in Canada on the `Canadian Symbols
2218 Directory <http://www.collectionscanada.gc.ca/illcandir-bin/illsear/l=0/c=1>`__.
2219
2220     **Note**
2221
2222     This preference won't have any effect if your records are in
2223     UNIMARC.
2224
2225 .. _newitemsdefaultlocation-label:
2226
2227 NewItemsDefaultLocation
2228 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
2229
2230 Asks: When items are created, give them the temporary location of \_\_\_
2231 (should be a location code, or blank to disable).
2232
2233 .. _prefillitem-label:
2234
2235 PrefillItem
2236 ''''''''''''''''''''''''''''''
2237
2238 Default: the new item is not prefilled with last created item values.
2239
2240 Asks: When a new item is added \_\_\_
2241
2242 Values:
2243
2244 -  the new item is not prefilled with last created item values.
2245
2246 -  the new item is prefilled with last created item values.
2247
2248 Description:
2249
2250 -  This preference controls the behavior used when adding new items.
2251    Using the options here you can choose to have your next new item
2252    prefill with the values used in the last item was added to save time
2253    typing values or to have the item form appear completely blank. Using
2254    :ref:`SubfieldsToUseWhenPrefill` you can
2255    control specifically which fields are prefilled.
2256
2257 .. _subfieldstoallowforrestrictedbatchmod-label:
2258
2259 SubfieldsToAllowForRestrictedBatchmod
2260 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2261
2262 Asks: Define a list of subfields for which editing is authorized when
2263 `items\_batchmod\_restricted <#items_batchmod_restricted>`__ permission
2264 is enabled, separated by spaces. \_\_\_
2265
2266 Examples:
2267
2268 -  UNIMARC: "995$f 995$h 995$j"
2269
2270 -  MARC21: "952$a 952$b 952$c"
2271
2272 Description:
2273
2274 -  This preference lets you define what fields can be edited via the
2275    :ref:`batch item modification tool <batch-item-modification-label>` if the
2276    items\_batchmod\_restricted permission is enabled.
2277
2278        **Note**
2279
2280        The FA framework is excluded from the permission. If the pref is
2281        empty, no fields are restricted.
2282
2283 .. _subfieldstoallowforrestrictedediting-label:
2284
2285 SubfieldsToAllowForRestrictedEditing
2286 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2287
2288 Asks: Define a list of subfields for which editing is authorized when
2289 edit\_items\_restricted permission is enabled, separated by spaces.
2290 \_\_\_
2291
2292 Examples:
2293
2294 -  UNIMARC: "995$f 995$h 995$j"
2295
2296 -  MARC21: "952$a 952$b 952$c"
2297
2298 Description:
2299
2300 -  This preference lets you define what fields can be edited via
2301    cataloging if the
2302    `edit\_items\_restricted <#edit_items_restricted>`__ permission is
2303    enabled
2304
2305        **Note**
2306
2307        The Fast Add (FA) framework is excluded from the permission. If
2308        the pref is empty, no fields are restricted.
2309
2310 .. _subfieldstousewhenprefill-label:
2311
2312 SubfieldsToUseWhenPrefill
2313 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2314
2315 Asks: Define a list of subfields to use when prefilling items \_\_\_
2316
2317     **Important**
2318
2319     Separate values with a space.
2320
2321 Description:
2322
2323 -  When the :ref:`PrefillItem` preference is set to prefill
2324    item values with those from the last added item, this preference can
2325    control which fields are prefilled (and which are not). Enter a space
2326    separated list of fields that you would like to prefill when adding a
2327    new item.
2328
2329 .. _unimarcfield100language-label:
2330
2331 UNIMARCField100Language
2332 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
2333
2334 Default: fre
2335
2336 Asks: Use the language (ISO 690-2) \_\_\_ as default language in the
2337 UNIMARC field 100 when creating a new record or in the field plugin.
2338
2339 .. _z3950normalizeauthor-&-z3950authorauthfields-label:
2340
2341 z3950NormalizeAuthor & z3950AuthorAuthFields
2342 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2343
2344 Defaults: Don't copy & 701,702,700
2345
2346 Asks: \_\_\_ authors from the UNIMARC \_\_\_ tags (separated by commas)
2347 to the correct author tags when importing a record using Z39.50.
2348
2349 Description for z3950NormalizeAuthor:
2350
2351 -  This preference allows for 'Personal Name Authorities' to replace
2352    authors as the bibliographic authority. This preference should only
2353    be considered by libraries using UNIMARC.
2354
2355 Values for z3950NormalizeAuthor:
2356
2357 -  Copy
2358
2359 -  Don't copy
2360
2361 Description for z3950AuthorAuthFields:
2362
2363 -  This preference defines which MARC fields will be used for 'Personal
2364    Name Authorities' to replace authors as the bibliographic
2365    authorities. This preference only applies to those using UNIMARC
2366    encoding. The MARC fields selected here will only be used if
2367    'z3950NormalizeAuthor' is set to "Copy". The default field are 700,
2368    701, and 702.
2369
2370 .. _spine-labels-label:
2371
2372 Spine Labels
2373 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2374
2375 .. _spinelabelautoprint-label:
2376
2377 SpineLabelAutoPrint
2378 ''''''''''''''''''''''''''''''''''''''''''''''
2379
2380 Default: don't
2381
2382 Asks: When using the quick spine label printer, \_\_\_ automatically pop
2383 up a print dialog.
2384
2385 Values:
2386
2387 -  do
2388
2389 -  don't
2390
2391 .. _spinelabelformat-label:
2392
2393 SpineLabelFormat
2394 ''''''''''''''''''''''''''''''''''''''''
2395
2396 Default: <itemcallnumber><copynumber>
2397
2398 Asks: Include the following fields on a quick-printed spine label:
2399 (Enter in columns from the biblio, biblioitems or items tables,
2400 surrounded by < and >.)
2401
2402 .. _spinelabelshowprintonbibdetails-label:
2403
2404 SpineLabelShowPrintOnBibDetails
2405 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2406
2407 Default: Don't display
2408
2409 Asks: \_\_\_ buttons on the bib details page to print item spine labels.
2410
2411 Values:
2412
2413 -  Display
2414
2415    'Print Label' link appears on bibliographic record in the staff
2416    client
2417    |image24|
2418
2419 -  Don't display
2420
2421 .. _circulation-label:
2422
2423 Circulation
2424 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2425
2426 *Get there:* More > Administration > Global System Preferences >
2427 Circulation
2428
2429
2430
2431
2432 .. _article-requests-label:
2433
2434 Article Requests
2435 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2436
2437 .. _articlerequests-label:
2438
2439 ArticleRequests
2440 ''''''''''''''''''''''''''''''''''''''
2441
2442 Default: Don't enable
2443
2444 Asks: \_\_\_ patrons to place article requests.
2445
2446 Values:
2447
2448 -  Enable
2449
2450 -  Don't enable
2451
2452 Description:
2453
2454 -  This preference controls whether or not article requests are allowed to be placed by patrons in the OPAC.
2455
2456 .. _articlerequestsmandatoryfields-label:
2457
2458 ArticleRequestsMandatoryFields
2459 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2460
2461 Default: None selected
2462
2463 Asks: For records that are record level or item level requestable, make the following fields mandatory \_\_\_
2464
2465 Values:
2466
2467 -  [Select all]
2468
2469 -  Author
2470
2471 -  Chapters
2472
2473 -  Date
2474
2475 -  Issue
2476
2477 -  Pages
2478
2479 -  Title
2480
2481 -  Volume
2482
2483 Description:
2484
2485 -  This preference controls what fields must be filled in before an article request can be placed
2486    for either a record level or item level request. Choosing [Select all] indicates that all fields
2487    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2488    request can be placed.
2489
2490 .. _articlerequestsmandatoryfieldsitemsonly-label:
2491
2492 ArticleRequestsMandatoryFieldsItemsOnly
2493 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2494
2495 Default: None selected
2496
2497 Asks: For records that are only item level requestable, make the following fields mandatory \_\_\_
2498
2499 Values:
2500
2501 -  [Select all]
2502
2503 -  Author
2504
2505 -  Chapters
2506
2507 -  Date
2508
2509 -  Issue
2510
2511 -  Pages
2512
2513 -  Title
2514
2515 -  Volume
2516
2517 Description:
2518
2519 -  This preference controls what fields must be filled in before an article request can be placed
2520    for an item level request only. Choosing [Select all] indicates that all fields
2521    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2522    request can be placed.
2523
2524 .. _articlerequestsmandatoryfieldsrecordonly-label:
2525
2526 ArticleRequestsMandatoryFieldsRecordOnly
2527 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2528
2529 Default: None selected
2530
2531 Asks: For records that are only record level requestable, make the following fields mandatory \_\_\_
2532
2533 Values:
2534
2535 -  [Select all]
2536
2537 -  Author
2538
2539 -  Chapters
2540
2541 -  Date
2542
2543 -  Issue
2544
2545 -  Pages
2546
2547 -  Title
2548
2549 -  Volume
2550
2551 Description:
2552
2553 -  This preference controls what fields must be filled in before an article request can be placed
2554    for a record level request only. Choosing [Select all] indicates that all fields
2555    listed (Author, Chapters, Date, Issue, Pages, Title, Volume) must be completed before the article
2556    request can be placed.
2557
2558
2559 .. _batch-checkout-label:
2560
2561 Batch Checkout
2562 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2563
2564 .. _batchcheckouts-label:
2565
2566 BatchCheckouts
2567 ''''''''''''''''''''''''''''''''''''
2568
2569 Default: Don't allow
2570
2571 Asks: \_\_\_ batch checkouts
2572
2573 Values:
2574
2575 -  Allow
2576
2577 -  Don't allow
2578
2579 .. _batchcheckoutsvalidcategories-label:
2580
2581 BatchCheckoutsValidCategories
2582 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2583
2584 Asks: Patron categories allowed to checkout in a batch \_\_\_ (list of
2585 patron categories separated with a pipe '\|')
2586
2587 .. _checkin-policy-label:
2588
2589 Checkin Policy
2590 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2591
2592 .. _blockreturnofwithdrawnitems-label:
2593
2594 BlockReturnOfWithdrawnItems
2595 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2596
2597 Default: Block
2598
2599 Asks: \_\_\_ returning of items that have been withdrawn.
2600
2601 Values:
2602
2603 -  Block
2604
2605 -  Don't block
2606
2607 Description:
2608
2609 -  This preference controls whether and item with a withdrawn status
2610    (952$0 in MARC21) can be checked in or not.
2611
2612 .. _calculatefinesonreturn-label:
2613
2614 CalculateFinesOnReturn
2615 ''''''''''''''''''''''''''''''''''''''''''''''''''''
2616
2617 Default: Do
2618
2619 Asks: \_\_\_ calculate and update overdue charges when an item is
2620 returned.
2621
2622 Values:
2623
2624 -  Do
2625
2626 -  Don't
2627
2628 Description:
2629
2630 -  If this preference is set to "Do" and the :ref:`fines cron
2631    job <fines-label>` is off then Koha will calculate fines only
2632    when items are returned. If you have the fines cron job on and this
2633    preference set to "Do" then this preference will calculate fines
2634    based on the cron (usually run nightly) and then again when you check
2635    the item in. This option is best for those who are doing hourly
2636    loans. If this preference is set to "Don't" then fines will only be
2637    accrued if the fines cron job is running.
2638
2639     **Important**
2640
2641     If you are doing hourly loans then you should have this set to 'Do'.
2642
2643 .. _cumulativerestrictionperiods-label:
2644
2645 CumulativeRestrictionPeriods
2646 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2647
2648 Default: Don't cumulate
2649
2650 Asks: \_\_\_ the restriction periods.
2651
2652 Values:
2653
2654 -  Don't cumulate
2655
2656 -  Cumulate
2657
2658 .. _updatenotforloanstatusoncheckin-label:
2659
2660 UpdateNotForLoanStatusOnCheckin
2661 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2662
2663 Asks: This is a list of value pairs. When an item is checked in, if the
2664 not for loan value on the left matches the items not for loan value it
2665 will be updated to the right-hand value. E.g. '-1: 0' will cause an item
2666 that was set to 'Ordered' to now be available for loan. Each pair of
2667 values should be on a separate line.
2668
2669 .. _checkout-policy-label:
2670
2671 Checkout Policy
2672 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2673
2674 .. _agerestrictionmarker-label:
2675
2676 AgeRestrictionMarker
2677 ''''''''''''''''''''''''''''''''''''''''''''''''
2678
2679 Asks: Restrict patrons with the following target audience values from
2680 checking out inappropriate materials: \_\_\_
2681
2682 Description:
2683
2684 -  This preference defines certain keywords that will trigger Koha to
2685    restrict checkout based on age. These restrictions can be overridden
2686    by the :ref:`AgeRestrictionOverride`
2687    preference. Enter in this field a series of keywords separated by bar
2688    (\|) with no spaces. For example PG\|R\|E\|EC\|Age\| will look for PG
2689    followed by an age number, R folllowed by an age number, Age followed
2690    by an age number, and so on. These values can appear in any MARC
2691    field, but Library of Congress recommends the 521$a (Target Audience
2692    Note). Whatever field you decide to use you must map the word
2693    agerestriction in the biblioitems table to that field in the :ref:`Koha to
2694    MARC Mapping <koha-to-marc-mapping-label>`. When cataloging you can enter
2695    values like PG 13 or E 10 in the 521$a and Koha will then notify
2696    circulation librarians that the material may not be recommended for
2697    the patron based on their age.
2698
2699        **Important**
2700
2701        You must map the word agerestriction in the biblioitems table to
2702        the MARC field where this information will appear via the :ref:`Koha
2703        to MARC Mapping <koha-to-marc-mapping-label>` administration area.
2704
2705 .. _agerestrictionoverride-label:
2706
2707 AgeRestrictionOverride
2708 ''''''''''''''''''''''''''''''''''''''''''''''''''''
2709
2710 Default: Don't allow
2711
2712 Asks: \_\_\_ staff to check out an item with age restriction.
2713
2714 Values:
2715
2716 -  Allow
2717
2718    Allow age restriction override
2719    |image25|
2720
2721 -  Don't allow
2722
2723    Don't allow age restriction override
2724    |image26|
2725
2726 Description:
2727
2728 -  When the :ref:`AgeRestrictionMarker` preference
2729    is set, Koha will try to warn circulation librarians before checking
2730    out an item that might have an age restriction listed in the MARC
2731    record. This preference asks if you would like the staff to be able
2732    to still check out these items to patrons under the age limit.
2733
2734 .. _allfinesneedoverride-label:
2735
2736 AllFinesNeedOverride
2737 ''''''''''''''''''''''''''''''''''''''''''''''''
2738
2739 Default: Require
2740
2741 Asks: \_\_\_ staff to manually override all fines, even fines less than
2742 :ref:`noissuescharge`.
2743
2744 Values:
2745
2746 -  Don't require
2747
2748 -  Require
2749
2750 Description:
2751
2752 -  This preference let's you decide if you want to always be warned that
2753    the patron has fines when checking out. If you have it set to
2754    'Require' then no matter how much money the patron owes a message
2755    will pop up warning you that the patron owes money.
2756
2757 .. _allowfineoverride-label:
2758
2759 AllowFineOverride
2760 ''''''''''''''''''''''''''''''''''''''''''
2761
2762 Default: Don't allow
2763
2764 Asks: \_\_\_ staff to manually override and check out items to patrons
2765 who have more than :ref:`noissuescharge` in fines.
2766
2767 Values:
2768
2769 -  Allow
2770
2771 -  Don't allow
2772
2773 Description:
2774
2775 -  This preference lets you decide if you staff can check out to patrons
2776    who owe more money than you usually let them carry on their account.
2777    If set to 'Allow' staff will be warned that the patrons owes money,
2778    but it won't stop the staff from checking out to the patron.
2779
2780 .. _allowitemsonholdcheckout-label:
2781
2782 AllowItemsOnHoldCheckout
2783 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2784
2785 Default: Don't allow
2786
2787 Asks: \_\_\_ checkouts of items reserved to someone else. If allowed do
2788 not generate RESERVE\_WAITING and RESERVED warning. This allows self
2789 checkouts for those items.
2790
2791 Values:
2792
2793 -  Allow
2794
2795 -  Don't allow
2796
2797     **Important**
2798
2799     This system preference relates only to SIP based self checkout, not
2800     Koha's web based self checkout.
2801
2802 Description:
2803
2804 -  When this preference is set to 'Allow' patrons will be able to use
2805    your external self check machine to check out a book to themselves
2806    even if it's on hold for someone else. If you would like Koha to
2807    prevent people from checking out books that are on hold for someone
2808    else set this preference to "Don't allow."
2809    
2810 .. _allowitemsonholdcheckoutsco-label:
2811
2812 AllowItemsOnHoldCheckoutSCO
2813 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2814
2815 Default: Don't allow
2816
2817 Asks: \_\_\_ checkouts of items reserved to someone else in the SCO module.
2818 If allowed do not generate RESERVE_WAITING and RESERVED warning. This
2819 allows self checkouts for those items.
2820
2821 Values:
2822
2823 -  Allow
2824
2825 -  Don't allow
2826
2827     **Important**
2828     
2829     This system preference relates only to Koha's web based self checkout.
2830
2831 Description:
2832
2833 -  When this preference is set to 'Allow' patrons will be able to use
2834    Koha's web based self checkout to check out a book to themselves
2835    even if it's on hold for someone else. If you would like Koha to
2836    prevent people from checking out books that are on hold for someone
2837    else set this preference to "Don't allow".
2838
2839 .. _allowmultipleissuesonabiblio-label:
2840
2841 AllowMultipleIssuesOnABiblio
2842 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2843
2844 Default: Allow
2845
2846 Asks: \_\_\_ patrons to check out multiple items from the same record.
2847
2848 Values:
2849
2850 -  Allow
2851
2852 -  Don't allow
2853
2854 Description:
2855
2856 -  If this preference is set to 'Allow' then patrons will be able to
2857    check out multiple copies of the same title at the same time. If it's
2858    set to "Don't allow" then patrons will only be allowed to check out
2859    one item attached to a record at a time. Regardless of the option
2860    chosen in this preference records with subscriptions attached will
2861    allow multiple check outs.
2862
2863        **Important**
2864
2865        This will only effect records without a subscription attached.
2866
2867 .. _allownotforloanoverride-label:
2868
2869 AllowNotForLoanOverride
2870 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
2871
2872 Default: Allow
2873
2874 Asks: \_\_\_ staff to override and check out items that are marked as
2875 not for loan.
2876
2877 Values:
2878
2879 -  Allow
2880
2881 -  Don't allow
2882
2883 Description:
2884
2885 -  This parameter is a binary setting which controls the ability of
2886    staff (patrons will always be prevented from checking these items
2887    out) to check out items that are marked as "not for loan". Setting it
2888    to "Allow" would allow such items to be checked out, setting it to
2889    "Don't allow" would prevent this. This setting determines whether
2890    items meant to stay in the library, such as reference materials, and
2891    other library resources can be checked out by patrons.
2892
2893 .. _allowrenewallimitoverride-label:
2894
2895 AllowRenewalLimitOverride
2896 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2897
2898 Default: Allow
2899
2900 Asks: \_\_\_ staff to manually override the renewal limit and renew a
2901 checkout when it would go over the renewal limit.
2902
2903 Values:
2904
2905 -  Allow
2906
2907 -  Don't allow
2908
2909 Description:
2910
2911 -  This preference is a binary setting which controls the ability of
2912    staff to override the limits placed on the number of times an item
2913    can be renewed. Setting it to "Allow" would allow such limits to be
2914    overridden, setting it to "Don't allow" would prevent this. This is a
2915    preference in which if it is set to "allow" it would allow the
2916    library staff to use their judgment for overriding the renew limit
2917    for special cases, setting it to "Don't allow" prevents an
2918    opportunity for abuse by the library staff.
2919
2920 .. _allowreturntobranch-label:
2921
2922 AllowReturnToBranch
2923 ''''''''''''''''''''''''''''''''''''''''''''''
2924
2925 Default: to any library
2926
2927 Asks: Allow materials to be returned to \_\_\_
2928
2929 Values:
2930
2931 -  either the library the item is from or the library it was checked out
2932    from.
2933
2934 -  only the library the item is from.
2935
2936 -  only the library the item was checked out from.
2937
2938 -  to any library.
2939
2940 Description:
2941
2942 -  This preference lets the library system decide how they will accept
2943    returns. Some systems allow for items to be returned to any library
2944    in the system (the default value of this preference) others want to
2945    limit item returns to only specific branches. This preference will
2946    allow you to limit item returns (checkins) to the branch(es) set in
2947    the value.
2948
2949 .. _allowtoomanyoverride-label:
2950
2951 AllowTooManyOverride
2952 ''''''''''''''''''''''''''''''''''''''''''''''''
2953
2954 Default: Allow
2955
2956 Asks: \_\_\_ staff to override and check out items when the patron has
2957 reached the maximum number of allowed checkouts.
2958
2959 Values:
2960
2961 -  Allow
2962
2963    Allow too many checkouts override
2964    |image27|
2965
2966 -  Don't allow
2967
2968    Don't allow too many checkouts override
2969    |image28|
2970
2971 Description:
2972
2973 -  If this preference is set to "Allow" then staff all will be presented
2974    with an option to checkout more items to a patron than are normally
2975    allowed in the :ref:`Circulation and Fine Rules`. If
2976    this preference is set to "Don't allow" then no staff member will be
2977    able to check out more than the circulation limit.
2978
2979 .. _automaticitemreturn-label:
2980
2981 AutomaticItemReturn
2982 ''''''''''''''''''''''''''''''''''''''''''''''
2983
2984 Default: Do
2985
2986 Asks: \_\_\_ automatically transfer items to their home branch when they
2987 are returned.
2988
2989 Values:
2990
2991 -  Do
2992
2993 -  Don't
2994
2995 Description:
2996
2997 -  This preference is a binary setting which determines whether an item
2998    is returned to its home branch automatically or not. If set to
2999    "Don't", the staff member checking an item in at a location other
3000    than the item's home branch will be asked whether the item will
3001    remain at the non-home branch (in which case the new location will be
3002    marked as a holding location) or returned. Setting it to "Do" will
3003    ensure that items checked in at a branch other than their home branch
3004    will be sent to that home branch.
3005
3006 .. _autoremoveoverduesrestrictions-label:
3007
3008 AutoRemoveOverduesRestrictions
3009 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
3010
3011 Default: Do not
3012
3013 Asks: \_\_\_ allow OVERDUES restrictions triggered by sent notices to be
3014 cleared automatically when all overdue items are returned by a patron.
3015
3016 Values:
3017
3018 -  Do
3019
3020 -  Do not
3021
3022 Description:
3023
3024 -  Using the :ref:`Overdue Notice/Status Triggers` you
3025    can restrict patrons after they receive an overdue notice. This
3026    preference lets you define whether Koha will automatically remove
3027    that restriction once the overdue items in question are returned or
3028    not.
3029
3030 .. _circcontrol-label:
3031
3032 CircControl
3033 ''''''''''''''''''''''''''''''
3034
3035 Default: the library the item is from
3036
3037 Asks: Use the checkout and fines rules of \_\_\_
3038
3039 Values:
3040
3041 -  the library the item is from
3042
3043    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3044       determined by the item's library where
3045       :ref:`HomeOrHoldingBranch` chooses if item's
3046       home library is used or holding library is used.
3047
3048 -  the library the patron is from
3049
3050    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3051       determined the patron's home library
3052
3053 -  the library you are logged in at
3054
3055    -  The :ref:`circulation and fines policies <circulation-and-fine-rules-label>` will be
3056       determined by the library that checked the item out to the patron
3057
3058 .. _consideronsitecheckoutsasnormalcheckouts-label:
3059
3060 ConsiderOnSiteCheckoutsAsNormalCheckouts
3061 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
3062
3063 Default: Consider
3064
3065 Asks: \_\_\_ on-site checkouts as normal checkouts. If enabled, the
3066 number of checkouts allowed will be normal checkouts + on-site
3067 checkouts. If disabled, both values will be checked separately.
3068
3069 Values:
3070
3071 -  Consider
3072
3073 -  Don't consider
3074
3075 Description:
3076
3077 -  This preference allows you to decide if checkouts that are
3078    :ref:`OnSiteCheckouts` are counted toward the total
3079    checkouts a patron can have. You can also set your :ref:`circulation and
3080    fine rules <circulation-and-fine-rules-label>` to allow only a certain number of
3081    normal and OnSite checkouts.
3082
3083 .. _defaultlongoverduechargevalue-label:
3084
3085 DefaultLongOverdueChargeValue
3086 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
3087
3088 Asks: Charge a lost item to the borrower's account when the LOST value
3089 of the item changes to \_\_\_
3090
3091 Description:
3092
3093 -  Leave this field empty if you don't want to charge the user for lost
3094    items. If you want the user to be charged enter the `LOST authorized
3095    value <#lost>`__ you are using in the
3096    :ref:`DefaultLongOverdueLostValue <defaultlongoverduelostvalue-&-defaultlongoverduedays-label>`
3097    preference. This preference is used when the :ref:`longoverdue cron
3098    job <long-overdues-label>` is called without the --charge parameter.
3099
3100 .. _defaultlongoverduelostvalue-&-defaultlongoverduedays-label:
3101
3102 DefaultLongOverdueLostValue & DefaultLongOverdueDays
3103 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
3104
3105 Asks: By default, set the LOST value of an item to \_\_\_ when the item
3106 has been overdue for more than \_\_\_ days.
3107
3108 Description:
3109
3110 -  These preferences are used when the :ref:`longoverdue cron
3111    job <long-overdues-label>` is called without the --lost parameter. It
3112    allows users to set the values of the :ref:`longoverdue
3113    cron <long-overdues-label>` without having to edit the crontab.
3114    Setting the values to 1 and 30 for example will mark the item with
3115    the `LOST authorized value <#lost>`__ of 1 after the item is 30 days
3116    overdue.
3117
3118 .. _holdsinnoissuescharge-label:
3119
3120 HoldsInNoissuesCharge
3121 ''''''''''''''''''''''''''''''''''''''''''''''''''
3122
3123 Default: Don't include
3124
3125 Asks: \_\_\_ hold charges when summing up charges for noissuescharge.
3126
3127 Values:
3128
3129 -  Don't include
3130
3131 -  Include
3132
3133 .. _homeorholdingbranch-label:
3134
3135 HomeOrHoldingBranch
3136 ''''''''''''''''''''''''''''''''''''''''''''''
3137
3138 Default: the library the item was checked out from
3139
3140 Asks: Use the checkout and fines rules of \_\_\_
3141
3142 Values:
3143
3144 -  the library the item is from
3145
3146    -  This is equivalent to 'home library'
3147
3148 -  the library the item was checked out from
3149
3150    -  This is equivalent to 'holding library'
3151
3152 Description:
3153
3154 -  This preference does several things.
3155
3156    -  If :ref:`CircControl` is set to 'the library the item
3157       is from' then the :ref:`circulation and fines
3158       policies <circulation-and-fine-rules-label>` will be determined by the item's
3159       library where HomeOrHoldingBranch chooses if item's home library
3160       is used or holding library is used.
3161
3162    -  If :ref:`IndependentBranches` is set to
3163       'Prevent' then the value of this preference is used in figuring
3164       out if the item can be checked out. If the item's home library
3165       does not match the logged in library, the item cannot be checked
3166       out unless you are a :ref:`superlibrarian <patron-permissions-defined-label>`.
3167
3168     **Important**
3169
3170     It is not recommend that this setting be changed after initial setup
3171     of Koha because it will change the behavior of items already checked
3172     out.
3173
3174 .. _inprocessingtoshelvingcart-label:
3175
3176 InProcessingToShelvingCart
3177 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
3178
3179 Default: Don't move
3180
3181 Asks: \_\_\_ items that have the location PROC to the location CART when
3182 they are checked in.
3183
3184 Values:
3185
3186 -  Don't move
3187
3188 -  Move
3189
3190 Description:
3191
3192 -  This preference is used to manage automatically changing item
3193    locations from processing (PROC) to the book cart (CART). A :ref:`cron
3194    job <in-processing/book-cart-label>` needs to be set to run at specified intervals
3195    to age items from CART to the permanent shelving location. (For
3196    example, an hourly cron entry of cart\_to\_shelf.pl --hours 3 where
3197    --hours is the amount of time an item should spend on the cart before
3198    aging to its permanent location.) More information can be found in
3199    the :ref:`related chapter <in-processing-/-book-cart-locations-label>` in this manual.
3200
3201    -  **Note**
3202
3203           If the :ref:`ReturnToShelvingCart` system
3204           preference is turned on, any newly checked-in item is also
3205           automatically put into the shelving cart, to be covered by the
3206           same script run.
3207
3208    -  **Important**
3209
3210           Checkins with confirmed holds will not go into the shelving
3211           cart. If items on the shelving cart are checked out, the cart
3212           location will be cleared.
3213
3214 .. _issuelostitem-label:
3215
3216 IssueLostItem
3217 ''''''''''''''''''''''''''''''''''
3218
3219 Default: display a message
3220
3221 Asks: When issuing an item that has been marked as lost, \_\_\_.
3222
3223 Values:
3224
3225 -  display a message
3226
3227    Lost message when checking out
3228    |image29|
3229
3230 -  do nothing
3231
3232    -  This option will just check the item out without notifying you
3233       that the item was marked lost.
3234
3235 -  require confirmation
3236
3237    Confirm checkout of lost item
3238    |image30|
3239
3240 Description:
3241
3242 -  This preference lets you define how library staff are notified that
3243    an item with a lost status is being checked out. This will help staff
3244    mark items as 'available' if you choose to 'display a message' or
3245    'require confirmation.' If you choose to 'do nothing,' there will be
3246    no notification that the item being checked out is marked as 'lost.'
3247
3248 .. _issuinginprocess-label:
3249
3250 IssuingInProcess
3251 ''''''''''''''''''''''''''''''''''''''''
3252
3253 Default: Don't prevent
3254
3255 Asks: \_\_\_ patrons from checking out an item whose rental charge would
3256 take them over the limit.
3257
3258 Values:
3259
3260 -  Don't prevent
3261
3262 -  Prevent
3263
3264 Description:
3265
3266 -  This preference determines if a patron can check items out if there
3267    is an overdue fine on the account and any of the materials the patron
3268    wishes to check out will potentially tip the account balance over the
3269    maximum fines policy the library has in place.
3270
3271 Example: Your library has a $5 limit set for 'fines' (ie, after
3272 incurring $5 in fines, a patron can no longer check out items). A patron
3273 comes to the desk with 5 items to check out (4 books and a video) The
3274 patron has $4 in charges already on their account. One of the videos has
3275 a rental charge of $1, therefore making the total fines on the patron's
3276 account suddenly $5 (the limit).
3277
3278 .. _maninvinnoissuescharge-label:
3279
3280 ManInvInNoissuesCharge
3281 ''''''''''''''''''''''''''''''''''''''''''''''''''''
3282
3283 Default: Include
3284
3285 Asks: \_\_\_ MANUAL\_INV charges when summing up charges for
3286 noissuescharge.
3287
3288 Values:
3289
3290 -  Don't include
3291
3292 -  Include
3293
3294 Description:
3295
3296 -  This preference lets you decide if charges entered as manual invoices
3297    are included when calculating the
3298    :ref:`noissuescharge`. If this is set to include then
3299    Koha will include all manual invoices when deciding if the patron
3300    owes too much money to check anything else out of the library. If
3301    it's set to Don't include then Koha will ignore all manual invoice
3302    charges when figuring out if the patron owes too much money to
3303    checkout additional materials.
3304
3305 .. _maxoutstanding-label:
3306
3307 maxoutstanding
3308 ''''''''''''''''''''''''''''''''''''
3309
3310 Default: 5
3311
3312 Asks: Prevent patrons from making holds on the OPAC if they owe more
3313 than \_\_\_ USD in fines.
3314
3315 .. _noissuescharge-label:
3316
3317 noissuescharge
3318 ''''''''''''''''''''''''''''''''''''
3319
3320 Default: 5
3321
3322 Asks: Prevent patrons from checking out books if they have more than
3323 \_\_\_ USD in fines.
3324
3325 Description:
3326
3327 -  This preference is the maximum amount of money owed to the library
3328    before the user is banned from borrowing more items. Using the
3329    :ref:`ManInvInNoissuesCharge` and
3330    :ref:`RentalsInNoissuesCharge` preferences
3331    you can control which types of charges are considered in this total.
3332    This also coincides with :ref:`maxoutstanding` that
3333    limits patrons from placing holds when the maximum amount is owed to
3334    the library.
3335
3336 .. _noissueschargeguarantees-label:
3337
3338 NoIssuesChargeGuarantees
3339 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
3340
3341 Asks: Prevent a patron from checking out if the patron has guarantees
3342 owing in total more than \_\_\_ USD in fines.
3343
3344 Description:
3345
3346 -  Allows a library to prevent patrons from checking out items if his or
3347    her guarantees owe too much in fines.
3348
3349 .. _norenewalbeforeprecision-label:
3350
3351 NoRenewalBeforePrecision
3352 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
3353
3354 Default: date
3355
3356 Asks: Calculate "No renewal before" based on \_\_\_.
3357
3358 Values:
3359
3360 -  date
3361
3362 -  exact time
3363
3364     **Note**
3365
3366     Only relevant for loans calculated in days, hourly loans are not
3367     affected.
3368
3369 Description:
3370
3371 -  This preference allows you to control how the 'No renewal before"
3372    option in the :ref:`Circulation and fine rules <circulation-and-fine-rules-label>`
3373    administration area.
3374
3375 .. _noticebcc-label:
3376
3377 NoticeBcc
3378 ''''''''''''''''''''''''''''''''''''''''
3379
3380 Asks: Send all notices as a BCC to this email address \_\_\_
3381
3382 This preference makes it so that a librarian can get a copy of every
3383 notice sent out to patrons.
3384
3385     **Note**
3386
3387     If you'd like more than one person to receive the blind copy you can
3388     simply enter in multiple email addresses separated by commas.
3389
3390 .. _onsitecheckouts-label:
3391
3392 OnSiteCheckouts
3393 ''''''''''''''''''''''''''''''''''''''
3394
3395 Default: Disable
3396
3397 Asks: \_\_\_ the on-site checkouts feature.
3398
3399 Values:
3400
3401 -  Disable
3402
3403 -  EnableOnSiteCheckouts
3404
3405 Description:
3406
3407 -  This preference lets you check out items that are 'not for loan' to
3408    patrons. A checkbox is added to the checkout screen when this
3409    preference is set to 'Enable' labeled 'On-site checkout'. This allows
3410    you to track who's using items that are normally not for loan or are
3411    in a closed stack setting.
3412
3413 .. _onsitecheckoutsforce-label:
3414
3415 OnSiteCheckoutsForce
3416 ''''''''''''''''''''''''''''''''''''''''''''''''
3417
3418 Default: Disable
3419
3420 Asks: \_\_\_ the on-site for all cases (Even if a user is debarred,
3421 etc.).
3422
3423 Values:
3424
3425 -  Disable
3426
3427 -  Enable
3428
3429    Force checkouts on restricted patrons
3430    |image31|
3431
3432 Description:
3433
3434 -  This preference lets the staff override any restrictions a patron
3435    might have and check out items for use within the library. The
3436    :ref:`OnSiteCheckouts` preference must first be set
3437    to 'Enable' for this preference to be considered.
3438
3439 .. _opacfinenorenewalsblockautorenew-label:
3440
3441 OPACFineNoRenewalsBlockAutoRenew
3442 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
3443
3444 Default: Allow
3445
3446 Asks: If a patron owes more than the value of :ref:`OPACFineNoRenewals`,
3447 \_\_\_ his/her auto renewals.
3448
3449 Values:
3450
3451 -  Allow
3452
3453 -  Block
3454
3455 .. _overduenoticecalendar-label:
3456
3457 OverdueNoticeCalendar
3458 ''''''''''''''''''''''''''''''''''''''''''''''''''
3459
3460 Default: Ignore calendar
3461
3462 Asks: \_\_\_ when working out the period for overdue notices
3463
3464 Values:
3465
3466 -  Ignore calendar
3467
3468    -  Notices do not take holidays into account, so they will be sent
3469       even if holidays have meant the item is not actually overdue yet
3470
3471 -  Use calendar
3472
3473    -  Notices take holidays into account, so they will not be sent if
3474       holidays mean the item is not actually overdue yet
3475
3476 .. _overduesblockcirc-label:
3477
3478 OverduesBlockCirc
3479 ''''''''''''''''''''''''''''''''''''''''''
3480
3481 Default: Ask for confirmation
3482
3483 Asks: \_\_\_ when checking out to a borrower that has overdues
3484 outstanding
3485
3486 Values:
3487
3488 -  Ask for confirmation
3489
3490    -  Will not let you check an item out to patrons with overdues until
3491       a librarian confirms that it is okay
3492
3493 -  Block
3494
3495    -  Block all patrons with overdue items from being able to check out
3496
3497 -  Don't block
3498
3499    -  Allow all patrons with overdue items to continue to check out
3500
3501 .. _overduesblockrenewing-label:
3502
3503 OverduesBlockRenewing
3504 ''''''''''''''''''''''''''''''''''''''''''''''''''
3505
3506 Default: allow renewing
3507
3508 Asks: When a patron's checked out item is overdue, \_\_\_
3509
3510 Values:
3511
3512 -  allow renewing
3513
3514 -  block renewing for all the patron's items
3515
3516 -  block renewing for only this item
3517
3518 .. _printnoticesmaxlines-label:
3519
3520 PrintNoticesMaxLines
3521 ''''''''''''''''''''''''''''''''''''''''''''''''
3522
3523 Asks: Include up to \_\_\_ item lines in a printed overdue notice.
3524
3525     **Note**
3526
3527     If the number of items is greater than this number, the notice will
3528     end with a warning asking the borrower to check their online account
3529     for a full list of overdue items.
3530
3531     **Note**
3532
3533     Set to 0 to include all overdue items in the notice, no matter how
3534     many there are.
3535
3536     **Important**
3537
3538     This preference only refers to the print notices, not those sent via
3539     email.
3540
3541 .. _renewalperiodbase-label:
3542
3543 RenewalPeriodBase
3544 ''''''''''''''''''''''''''''''''''''''''''
3545
3546 Default: the old due date of the checkout
3547
3548 Asks: When renewing checkouts, base the new due date on \_\_\_
3549
3550 Values:
3551
3552 -  the old due date of the checkout
3553
3554 -  the current date
3555
3556 .. _renewalsendnotice-label:
3557
3558 RenewalSendNotice
3559 ''''''''''''''''''''''''''''''''''''''''''
3560
3561 Default: Don't send
3562
3563 Asks: \_\_\_\_ a renewal notice according to patron checkout alert
3564 preferences.
3565
3566 Values:
3567
3568 -  Don't send
3569
3570 -  Send
3571
3572 Description:
3573
3574 -  If a patron has chosen to receive a check out notice in their
3575    messaging preferences and this preference is set to 'Send' then those
3576    patrons will also receive a notice when they renew materials. You
3577    will want to set up a :ref:`new notice <adding-notices-&-slips-label>` with the code of
3578    RENEWAL (if you don't already have it) with custom text for renewing
3579    items.
3580
3581        **Important**
3582
3583        This preference requires that you have
3584        :ref:`EnhancedMessagingPreferences`
3585        set to 'Allow'
3586
3587 .. _rentalfeescheckoutconfirmation-label:
3588
3589 RentalFeesCheckoutConfirmation
3590 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
3591
3592 Default: do not ask
3593
3594 Asks: When checking out an item with rental fees, \_\_\_ for
3595 confirmation.
3596
3597 Values:
3598
3599 -  askRentalFeesCheckoutConfirmation
3600
3601 -  do not ask
3602
3603 Description:
3604
3605 -  If you are charging rental fees for items this preference will make
3606    it so that you can show (or not show) a confirmation before checking
3607    out an item that will incur a rental charge.
3608
3609 .. _rentalsinnoissuescharge-label:
3610
3611 RentalsInNoissuesCharge
3612 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
3613
3614 Default: Include
3615
3616 Asks: \_\_\_ rental charges when summing up charges for noissuescharge.
3617
3618 Values:
3619
3620 -  Don't include
3621
3622 -  Include
3623
3624 Description:
3625
3626 -  This preference lets you decide if rental charges are included when
3627    calculating the :ref:`noissuescharge`. If this is set
3628    to include then Koha will include all rental charges when deciding if
3629    the patron owes too much money to check anything else out of the
3630    library. If it's set to Don't include then Koha will ignore all
3631    rental charges when figuring out if the patron owes too much money to
3632    checkout additional materials.
3633
3634 .. _restrictionblockrenewing-label:
3635
3636 RestrictionBlockRenewing
3637 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
3638
3639 Default: Allow
3640
3641 Asks: If patron is restricted, \_\_\_ renewing of items.
3642
3643 Values:
3644
3645 -  Allow
3646
3647 -  Block
3648
3649 .. _returnbeforeexpiry-label:
3650
3651 ReturnBeforeExpiry
3652 ''''''''''''''''''''''''''''''''''''''''''''
3653
3654 Default: Don't require
3655
3656 Asks: \_\_\_ patrons to return books before their accounts expire (by
3657 restricting due dates to before the patron's expiration date).
3658
3659 Values:
3660
3661 -  Don't require
3662
3663 -  Require
3664
3665 Description:
3666
3667 -  This is preference may prevent a patron from having items checked out
3668    after their library card has expired. If this is set to "Require",
3669    then a due date of any checked out item can not be set for a date
3670    which falls after the patron's card expiration. If the setting is
3671    left "Don't require" then item check out dates may exceed the
3672    expiration date for the patron's library card.
3673
3674 .. _returntoshelvingcart-label:
3675
3676 ReturnToShelvingCart
3677 ''''''''''''''''''''''''''''''''''''''''''''''''
3678
3679 Default: Don't move
3680
3681 Asks: \_\_\_ all items to the location CART when they are checked in.
3682
3683 Values:
3684
3685 -  Don't move
3686
3687 -  Move
3688
3689 Description:
3690
3691 -  More information can be found in the :ref:`related
3692    chapter <in-processing-/-book-cart-locations-label>` in this manual.
3693
3694 .. _staffsearchresultsdisplaybranch-label:
3695
3696 StaffSearchResultsDisplayBranch
3697 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
3698
3699 Default: the library the item is held by
3700
3701 Asks: For search results in the staff client, display the branch of
3702 \_\_\_
3703
3704 Values:
3705
3706 -  the library the item is from
3707
3708 -  the library the items is held by
3709
3710 .. _switchonsitecheckouts-label:
3711
3712 SwitchOnSiteCheckouts
3713 ''''''''''''''''''''''''''''''''''''''''''''''''''
3714
3715 Default: Don't switch
3716
3717 Asks: \_\_\_ on-site checkouts to normal checkouts when checked out.
3718
3719 Values:
3720
3721 -  Don't switch
3722
3723 -  Switch
3724
3725 .. _transfersmaxdayswarning-label:
3726
3727 TransfersMaxDaysWarning
3728 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
3729
3730 Default: 3
3731
3732 Asks: Show a warning on the "Transfers to Receive" screen if the
3733 transfer has not been received \_\_\_ days after it is sent.
3734
3735 Description:
3736
3737 -  The TransferMaxDaysWarning preference is set at a default number of
3738    days. This preference allows for a warning to appear after a set
3739    amount of time if an item being transferred between library branches
3740    has not been received. The warning will appear in the :ref:`Transfers to
3741    Receive <transfers-to-receive-label>` report.
3742
3743 .. _usebranchtransferlimits-&-branchtransferlimitstype-label:
3744
3745 UseBranchTransferLimits & BranchTransferLimitsType
3746 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
3747
3748 Defaults: Don't enforce & collection code
3749
3750 Asks: \_\_\_ branch transfer limits based on \_\_\_
3751
3752 UseBranchTransferLimits Values:
3753
3754 -  Don't enforce
3755
3756 -  Enforce
3757
3758 BranchTransferLimitsType Values:
3759
3760 -  collection code
3761
3762 -  item type
3763
3764 BranchTransferLimitsType Description:
3765
3766 -  This parameter is a binary setting which determines whether items are
3767    transferred according to item type or collection code. This value
3768    determines how the library manager is able to restrict what items can
3769    be transferred between the branches.
3770
3771 .. _usedaysmode-label:
3772
3773 useDaysMode
3774 ''''''''''''''''''''''''''''''
3775
3776 Default: Don't include
3777
3778 Asks: Calculate the due date using \_\_\_.
3779
3780 Values:
3781
3782 -  circulation rules only.
3783
3784 -  the calendar to push the due date to the next open day.
3785
3786 -  the calendar to skip all days the library is closed.
3787
3788 Description:
3789
3790 -  This preference controls how scheduled library closures affect the
3791    due date of a material. The 'the calendar to skip all days the
3792    library is closed' setting allows for a scheduled closure not to
3793    count as a day in the loan period, the 'circulation rules only'
3794    setting would not consider the scheduled closure at all, and 'the
3795    calendar to push the due date to the next open day' would only effect
3796    the due date if the day the item is due would fall specifically on
3797    the day of closure.
3798
3799 Example:
3800
3801 -  The library has put December 24th and 25th in as closures on the
3802    calendar. A book checked out by a patron has a due date of December
3803    25th according to the circulation and fine rules. If this preference
3804    is set to 'circulation rules only' then the item will remain due on
3805    the 25th. If the preference is set to 'the calendar to push the due
3806    date to the next open day' then the due date will be December 26th.
3807    If the preference is set to 'the calendar to skip all days the
3808    library is closed' then the due date will be pushed to the 27th of
3809    December to accommodate for the two closed days.
3810
3811 The calendar is defined on a branch by branch basis. To learn more about
3812 the calendar, check out the ':ref:`Calendar & Holidays <calendar-label>`'
3813 section of this manual.
3814
3815 .. _usetransportcostmatrix-label:
3816
3817 UseTransportCostMatrix
3818 ''''''''''''''''''''''''''''''''''''''''''''''''''''
3819
3820 Default: Don't use
3821
3822 Asks: \_\_\_ Transport Cost Matrix for calculating optimal holds filling
3823 between branches.
3824
3825 Values:
3826
3827 -  Don't use
3828
3829 -  Use
3830
3831 Description:
3832
3833 -  If the system is configured to use the :ref:`Transport cost
3834    matrix <transport-cost-matrix-label>` for filling holds, then when
3835    attempting to fill a hold, the system will search for the lowest cost
3836    branch, and attempt to fill the hold with an item from that branch
3837    first. Branches of equal cost will be selected from randomly. The
3838    branch or branches of the next highest cost shall be selected from
3839    only if all the branches in the previous group are unable to fill the
3840    hold.
3841
3842    The system will use the item's current holding branch when
3843    determining whether the item can fulfill a hold using the Transport
3844    Cost Matrix.
3845
3846 .. _course-reserves-label:
3847
3848 Course Reserves
3849 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3850
3851 .. _usecoursereserves-label:
3852
3853 UseCourseReserves
3854 ''''''''''''''''''''''''''''''''''''''''''
3855
3856 Default: Don't use
3857
3858 Asks: \_\_\_ course reserves
3859
3860 Values:
3861
3862 -  Don't use
3863
3864 -  Use
3865
3866 Description:
3867
3868 -  The `Course Reserves <#coursereserves>`__ module in Koha allows you
3869    to temporarily move items to 'reserve' and assign different
3870    circulation rules to these items while they are being used for a
3871    specific course.
3872
3873 .. _fines-policy-label:
3874
3875 Fines Policy
3876 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3877
3878 .. _finescalendar-label:
3879
3880 finesCalendar
3881 ''''''''''''''''''''''''''''''''''
3882
3883 Default: not including the days the library is closed
3884
3885 Asks: Calculate fines based on days overdue \_\_\_
3886
3887 Values:
3888
3889 -  directly
3890
3891 -  not including the days the library is closed
3892
3893 Description:
3894
3895 -  This preference will determine whether or not fines will be accrued
3896    during instances when the library is closed. Examples include
3897    holidays, library in-service days, etc. Choosing "not including the
3898    days the library is closed" setting will enable Koha to access its
3899    :ref:`Calendar` module and be considerate of dates when
3900    the library is closed. To make use of this setting the administrator
3901    must first access Koha's calendar and mark certain days as "holidays"
3902    ahead of time.
3903
3904 The calendar is defined on a branch by branch basis. To learn more about
3905 the calendar, check out the ':ref:`Calendar & Holidays <calendar-label>`'
3906 section of this manual.
3907
3908 .. _finesincludegraceperiod-label:
3909
3910 FinesIncludeGracePeriod
3911 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
3912
3913 Default: Include
3914
3915 Asks: \_\_\_ the grace period when calculating the fine for an overdue
3916 item.
3917
3918 Values:
3919
3920 -  Don't include
3921
3922 -  Include
3923
3924 Description:
3925
3926 -  This preference lets you control how Koha calculates fines when there
3927    is a grace period. If you choose to include the grace period when
3928    calculating fines then Koha will charge for the days in the grace
3929    period should the item be overdue more than those days. If you choose
3930    not to include the grace period then Koha will only charge for the
3931    days overdue after the grace period.
3932
3933 .. _finesmode-label:
3934
3935 finesMode
3936 ''''''''''''''''''''''''''
3937
3938 Default: Calculate (but only for mailing to the admin)
3939
3940 Asks: \_\_\_ fines
3941
3942 Values:
3943
3944 -  Calculate (but only for mailing to the admin)
3945
3946 -  Calculate and charge
3947
3948 -  Don't calculate
3949
3950     **Important**
3951
3952     Requires that you have the fines cron job running
3953     (misc/cronjobs/fines.pl)
3954
3955 .. _holdfeemode-label:
3956
3957 HoldFeeMode
3958 ''''''''''''''''''''''''''''''
3959
3960 Default: only if all items are checked out and the record has at least one hold already.
3961
3962 Asks: Charge a hold fee \_\_\_
3963
3964 Values:
3965
3966 -  any time a hold is collected.
3967
3968 -  any time a hold is placed.
3969
3970 -  only if all items are checked out and the record has at least one hold already.
3971
3972 .. _refundlostonreturncontrol-label:
3973
3974 RefundLostOnReturnControl
3975 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
3976
3977 Default: check-in library.
3978
3979 Asks: If a lost item is returned, apply the refunding rules defined
3980 in the \_\_\_
3981
3982 Values:
3983
3984 -  check-in library.
3985
3986 -  item holding branch.
3987
3988 -  item home branch.
3989
3990 .. _whenlostchargereplacementfee-label:
3991
3992 WhenLostChargeReplacementFee
3993 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
3994
3995 Default: Charge
3996
3997 Asks: \_\_\_ the replacement price when a patron loses an item.
3998
3999 Values:
4000
4001 -  Charge
4002
4003 -  Don't charge
4004
4005 Description:
4006
4007 -  This preference lets you tell Koha what to do with an item is marked
4008    lost. If you want Koha can 'Charge' the patron the replacement fee
4009    listed on the item they lost or it can do nothing in reference to the
4010    patron and just mark the item lost in the catalog.
4011
4012 .. _whenlostforgivefine-label:
4013
4014 WhenLostForgiveFine
4015 ''''''''''''''''''''''''''''''''''''''''''''''
4016
4017 Default: Don't forgive
4018
4019 Asks: \_\_\_ the fines on an item when it is lost.
4020
4021 Values:
4022
4023 -  Don't forgive
4024
4025 -  Forgive
4026
4027 Description:
4028
4029 -  This preference allows the library to decide if fines are charged in
4030    addition to the replacement fee when an item is marked as lost. If
4031    this preference is set to 'Forgive' then the patron won't be charged
4032    fines in addition to the replacement fee.
4033
4034 .. _holds-policy-label:
4035
4036 Holds Policy
4037 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4038
4039 .. _allowholddateinfuture-label:
4040
4041 AllowHoldDateInFuture
4042 ''''''''''''''''''''''''''''''''''''''''''''''''''
4043
4044 Default: Allow
4045
4046 Asks: \_\_\_ hold requests to be placed that do not enter the waiting
4047 list until a certain future date.
4048
4049 Values:
4050
4051 -  Allow
4052
4053 -  Don't allow
4054
4055 .. _allowholditemtypeselection-label:
4056
4057 AllowHoldItemTypeSelection
4058 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4059
4060 Default: Don't allow
4061
4062 Asks: \_\_\_ hold fulfillment to be limited by itemtype.
4063
4064 Values:
4065
4066 -  Allow
4067
4068 -  Don't allow
4069
4070 .. _allowholdpolicyoverride-label:
4071
4072 AllowHoldPolicyOverride
4073 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
4074
4075 Default: Allow
4076
4077 Asks: \_\_\_ staff to override hold policies when placing holds.
4078
4079 Values:
4080
4081 -  Allow
4082
4083 -  Don't allow
4084
4085 Description:
4086
4087 -  This preference is a binary setting which controls whether or not the
4088    library staff can override the circulation and fines rules as they
4089    pertain to the placement of holds. Setting this value to "Don't
4090    allow" will prevent anyone from overriding, setting it to "Allow"
4091    will allow it. This setting is important because it determines how
4092    strict the libraries rules for placing holds are. If this is set to
4093    "Allow", exceptions can be made for patrons who are otherwise
4094    normally in good standing with the library, but there is opportunity
4095    for the staff to abuse this function. If it is set to "Don't allow",
4096    no abuse of the system is possible, but it makes the system entirely
4097    inflexible in respect to holds.
4098
4099 .. _allowholdsondamageditems-label:
4100
4101 AllowHoldsOnDamagedItems
4102 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4103
4104 Default: Allow
4105
4106 Asks: \_\_\_ hold requests to be placed on damaged items.
4107
4108 Values:
4109
4110 -  Allow
4111
4112 -  Don't allow
4113
4114 Description:
4115
4116 -  This parameter is a binary setting which controls whether or not hold
4117    requests can be placed on items that are marked as "damaged" (items
4118    are marked as damaged by editing subfield 4 on the item record).
4119    Setting this value to "Don't allow" will prevent anyone from placing
4120    a hold on such items, setting it to "Allow" will allow it. This
4121    preference is important because it determines whether or not a patron
4122    can place a request for an item that might be in the process of being
4123    repaired or not in good condition. The library may wish to set this
4124    to "Don't allow" if they were concerned about their patrons not
4125    receiving the item in a timely manner or at all (if it is determined
4126    that the item is beyond repair). Setting it to "Allow" would allow a
4127    patron to place a hold on an item and therefore receive it as soon as
4128    it becomes available.
4129
4130 .. _allowholdsonpatronspossessions-label:
4131
4132 AllowHoldsOnPatronsPossessions
4133 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4134
4135 Default: Allow
4136
4137 Asks: \_\_\_\_ a patron to place a hold on a record where the patron
4138 already has one or more items attached to that record checked out.
4139
4140 Values:
4141
4142 -  Allow
4143
4144 -  Don't allow
4145
4146 Description:
4147
4148 -  By setting to "Don't allow," you can prevent patrons from placing
4149    holds on items they already have out, thus preventing them from
4150    blocking anyone else from getting an item.
4151
4152 .. _allowrenewalifotheritemsavailable-label:
4153
4154 AllowRenewalIfOtherItemsAvailable
4155 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4156
4157 Default: Don't allow
4158
4159 Asks: \_\_\_ a patron to renew an item with unfilled holds if other
4160 available items can fill that hold.
4161
4162 Values:
4163
4164 -  Allow
4165
4166 -  Don't allow
4167
4168 .. _autoresumesuspendedholds-label:
4169
4170 AutoResumeSuspendedHolds
4171 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4172
4173 Default: Allow
4174
4175 Asks: \_\_\_ suspended holds to be automatically resumed by a set date.
4176
4177 Values:
4178
4179 -  Allow
4180
4181 -  Don't allow
4182
4183 Description:
4184
4185 -  If this preference is set to 'Allow' then all suspended holds will be
4186    able to have a date at after which they automatically become
4187    unsuspended. If you have this preference set to 'Allow' you will also
4188    need the :ref:`Unsuspend Holds` cron job running.
4189
4190     **Important**
4191
4192     The holds will become unsuspended the date after that entered by the
4193     patron.
4194
4195 .. _canreservefromotherbranches-label:
4196
4197 canreservefromotherbranches
4198 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4199
4200 Default: Allow
4201
4202 Asks: \_\_\_ a user from one library to place a hold on an item from
4203 another library
4204
4205 Description:
4206
4207 -  This preference is a binary setting which determines whether patrons
4208    can place holds on items from other branches. If the preference is
4209    set to "Allow" patrons can place such holds, if it is set to "Don't
4210    allow" they cannot. This is an important setting because it
4211    determines if users can use Koha to request items from another
4212    branch. If the library is sharing an installation of Koha with other
4213    independent libraries which do not wish to allow interlibrary
4214    borrowing it is recommended that this parameter be set to "Don't
4215    allow".
4216
4217 Values:
4218
4219 -  Allow
4220
4221 -  Don't allow (with :ref:`independent branches <independentbranches-label>`)
4222
4223 .. _confirmfutureholds-label:
4224
4225 ConfirmFutureHolds
4226 ''''''''''''''''''''''''''''''''''''''''''''
4227
4228 Default: 0
4229
4230 Asks: Confirm future hold requests (starting no later than \_\_\_ days
4231 from now) at checkin time.
4232
4233 Description:
4234
4235 -  When confirming a hold at checkin time, the number of days in this
4236    preference is taken into account when deciding which holds to show
4237    alerts for. This preference does not interfere with renewing,
4238    checking out or transferring a book.
4239
4240     **Note**
4241
4242     This number of days will be used too in calculating the default end
4243     date for the Holds to pull-report. But it does not interfere with
4244     issuing, renewing or transferring books.
4245
4246     **Important**
4247
4248     This preference is only looked at if you're allowing hold dates in
4249     the future with :ref:`AllowHoldDateInFuture`
4250     or :ref:`OPACAllowHoldDateInFuture`
4251
4252 .. _decreaseloanhighholds,-decreaseloanhighholdsduration,-decreaseloanhighholdsvalue,-decreaseloanhighholdscontrol,-and-decreaseloanhighholdsignorestatuses-label:
4253
4254 decreaseLoanHighHolds, decreaseLoanHighHoldsDuration, decreaseLoanHighHoldsValue, decreaseLoanHighHoldsControl, and decreaseLoanHighHoldsIgnoreStatuses
4255 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4256
4257 Asks: \_\_\_ the reduction of loan period \_\_\_ to days for items with
4258 more than \_\_\_ holds \_\_\_ . Ignore items with the following statuses
4259 when counting items \_\_\_
4260
4261 decreaseLoanHighHolds default: Don't enable
4262
4263 decreaseLoanHighHoldsControl default: on the record
4264
4265 decreaseLoanHighHolds values:
4266
4267 -  Enable
4268
4269 decreaseLoanHighHoldsControl values:
4270
4271 -  over the number of holdable items on the records
4272
4273 -  on the record
4274
4275 decreaseLoanHighHoldsIgnoreStatuses values:
4276
4277 -  [Select All]
4278
4279 -  Damages
4280
4281 -  Lost
4282
4283 -  Not for loan
4284
4285 -  Withdrawn
4286
4287 Description:
4288
4289 -  These preferences let you change the loan length for items that have
4290    many holds on them. This will not effect items that are already
4291    checked out, but items that are checked out after the
4292    decreaseLoanHighHoldsValue is met will only be checked out for the
4293    number of days entered in the decreaseLoanHighHoldsDuration
4294    preference.
4295
4296    Warning on checkout
4297    |image32|
4298
4299 .. _displaymultiplacehold-label:
4300
4301 DisplayMultiPlaceHold
4302 ''''''''''''''''''''''''''''''''''''''''''''''''''
4303
4304 Default: Don't enable
4305
4306 Asks: \_\_\_ the ability to place holds on multiple biblio from the
4307 search results
4308
4309 Values:
4310
4311 -  Don't enable
4312
4313 -  Enable
4314
4315 .. _emaillibrarianwhenholdisplaced-label:
4316
4317 emailLibrarianWhenHoldIsPlaced
4318 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4319
4320 Default: Don't enable
4321
4322 Asks: \_\_\_ sending an email to the Koha administrator email address
4323 whenever a hold request is placed.
4324
4325 Values:
4326
4327 -  Don't enable
4328
4329 -  Enable
4330
4331 Description:
4332
4333 -  This preference enables Koha to email the library staff whenever a
4334    patron requests an item to be held. While this function will
4335    immediately alert the librarian to the patron's need, it is extremely
4336    impractical in most library settings. In most libraries the hold
4337    lists are monitored and maintained from a separate interface. That
4338    said, many libraries that allow on shelf holds prefer to have this
4339    preference turned on so that they are alerted to pull an item from
4340    the shelf.
4341
4342     **Important**
4343
4344     In order for this email to send you must have a
4345     :ref:`notice <notices-&-slips-label>` template with the code of HOLDPLACED
4346
4347     **Important**
4348
4349     This notice will only be sent if the :ref:`process\_message\_queue.pl
4350     cronjob <message-queue-label>` being run periodically to send the
4351     messages.
4352     
4353 .. _excludeholidaysfrommaxpickupdelay-label:
4354
4355 ExcludeHolidaysFromMaxPickUpDelay
4356 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4357
4358 Default: Don't allow
4359
4360 Asks: \_\_\_ Closed days to be taken into account in reserves max pickup delay.
4361
4362 Values:
4363
4364 -  Don't allow
4365
4366 -  Allow
4367
4368 .. _expirereservesmaxpickupdelay-label:
4369
4370 ExpireReservesMaxPickUpDelay
4371 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4372
4373 Default: Don't allow
4374
4375 Asks: \_\_\_ holds to expire automatically if they have not been picked
4376 by within the time period specified in
4377 :ref:`ReservesMaxPickUpDelay`
4378
4379 Values:
4380
4381 -  Allow
4382
4383 -  Don't allow
4384
4385 Description:
4386
4387 -  If set to 'allow' this will cancel holds that have been waiting for
4388    longer than the number of days specified in the
4389    :ref:`ReservesMaxPickUpDelay` system
4390    preference. Holds will only be cancelled if the :ref:`Expire Holds cron
4391    job <expired-holds-label>` is runnning.
4392
4393 .. _expirereservesmaxpickupdelaycharge-label:
4394
4395 ExpireReservesMaxPickUpDelayCharge
4396 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4397
4398 Default: 0
4399
4400 Asks: If using
4401 :ref:`ExpireReservesMaxPickUpDelay`, charge
4402 a borrower who allows his or her waiting hold to expire a fee of \_\_\_
4403 USD
4404
4405 Description:
4406
4407 -  If you are expiring holds that have been waiting too long you can use
4408    this preference to charge the patron for not picking up their hold.
4409    If you don't charge patrons for items that aren't picked up you can
4410    leave this set to the default which is 0. Holds will only be
4411    cancelled and charged if the :ref:`Expire Holds cron
4412    job <expired-holds-label>` is running.
4413
4414 .. _expirereservesonholidays-label:
4415
4416 ExpireReservesOnHolidays
4417 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4418
4419 Default: Allow
4420
4421 Asks: \_\_\_ expired holds to be cancelled on days the library is
4422 closed.
4423
4424 Values:
4425
4426 -  Allow
4427
4428 -  Don't allow
4429
4430 .. _localholdspriority,-localholdsprioritypatroncontrol,-localholdspriorityitemcontrol-label:
4431
4432 LocalHoldsPriority, LocalHoldsPriorityPatronControl, LocalHoldsPriorityItemControl
4433 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4434
4435 Asks: \_\_\_ priority for filling holds to patrons whose \_\_\_ matches
4436 the item's \_\_\_
4437
4438 LocalHoldsPriority Values:
4439
4440 -  Don't give
4441
4442 -  Give
4443
4444 LocalHoldsPriorityPatronControl Values:
4445
4446 -  home library
4447
4448 -  pickup library
4449
4450 LocalHoldsPriorityItemControl Values:
4451
4452 -  holding library
4453
4454 -  home library
4455
4456 Description:
4457
4458 -  This feature will allow libraries to specify that, when an item is
4459    returned, a local hold may be given priority for fulfillment even
4460    though it is of lower priority in the list of unfilled holds.
4461
4462 .. _maxreserves-label:
4463
4464 maxreserves
4465 ''''''''''''''''''''''''''''''
4466
4467 Default: 50
4468
4469 Asks: Patrons can only have \_\_\_ holds at once.
4470
4471 .. _opacallowholddateinfuture-label:
4472
4473 OPACAllowHoldDateInFuture
4474 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4475
4476 Default: Allow
4477
4478 Asks: \_\_\_ patrons to place holds that don't enter the waiting list
4479 until a certain future date.
4480
4481 Values:
4482
4483 -  Allow
4484
4485    -  :ref:`AllowHoldDateInFuture` must also be
4486       enabled for this to work
4487
4488 -  Don't allow
4489
4490 .. _opacallowusertochoosebranch-label:
4491
4492 OPACAllowUserToChooseBranch
4493 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4494
4495 Default: Allow
4496
4497 Asks: \_\_\_ a user to choose the branch to pick up a hold from.
4498
4499 Values:
4500
4501 -  Allow
4502
4503 -  Don't allow
4504
4505 Description:
4506
4507 -  Changing this preference will not prevent staff from being able to
4508    transfer titles from one branch to another to fill a hold, it will
4509    only prevent patrons from saying they plan on picking a book up at a
4510    branch other than their home branch.
4511
4512 .. _opacholdsifavailableatpickup-label:
4513
4514 OPACHoldsIfAvailableAtPickup
4515 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4516
4517 Default: Allow
4518
4519 Asks: \_\_\_ to pickup holds at libraries where the item is available.
4520
4521 Values:
4522
4523 -  Don't allow
4524
4525 -  Allow
4526
4527 .. _opacholdsifavailableatpickupexceptions-label:
4528
4529 OPACHoldsIfAvailableAtPickupExceptions
4530 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4531
4532 Default: blank
4533
4534 Asks: Patron categories not affected by :ref:`OPACHoldsIfAvailableAtPickup`
4535 \_\_\_ (list of patron categories separated with a pipe '|')
4536
4537 .. _reservescontrolbranch-label:
4538
4539 ReservesControlBranch
4540 ''''''''''''''''''''''''''''''''''''''''''''''''''
4541
4542 Default: item's home library
4543
4544 Asks: Check the \_\_\_ to see if the patron can place a hold on the
4545 item.
4546
4547 Values:
4548
4549 -  item's home library.
4550
4551 -  patron's home library.
4552
4553 .. _reservesmaxpickupdelay-label:
4554
4555 ReservesMaxPickUpDelay
4556 ''''''''''''''''''''''''''''''''''''''''''''''''''''
4557
4558 Default: 7
4559
4560 Asks: Mark a hold as problematic if it has been waiting for more than
4561 \_\_\_ days.
4562
4563 Description:
4564
4565 -  This preference (based on calendar days, not the :ref:`Koha holiday
4566    calendar <calendar-label>`) puts an expiration date on an item a
4567    patron has on hold. After this expiration date the staff will have
4568    the option to release the unclaimed hold which then may be returned
4569    to the library shelf or issued to the next patron on the item's hold
4570    list. Items that are 'expired' by this preference are moved to the
4571    'Holds Over' tab on the ':ref:`Holds Awaiting Pickup <holds-awaiting-pickup-label>`'
4572    report.
4573
4574 .. _reservesneedreturns-label:
4575
4576 ReservesNeedReturns
4577 ''''''''''''''''''''''''''''''''''''''''''''''
4578
4579 Default: Don't automatically
4580
4581 Asks: \_\_\_ mark holds as found and waiting when a hold is placed
4582 specifically on them and they are already checked in.
4583
4584 Values:
4585
4586 -  Automatically
4587
4588 -  Don't automatically
4589
4590 Description:
4591
4592 -  This preference refers to 'item specific' holds where the item is
4593    currently on the library shelf. This preference allows a library to
4594    decide whether an 'item specific' hold is marked as "Waiting" at the
4595    time the hold is placed or if the item will be marked as "Waiting"
4596    after the item is checked in. This preference will tell the patron
4597    that their item is 'Waiting' for them at their library and ready for
4598    check out.
4599
4600 .. _staticholdsqueueweight,-holdsqueueskipclosed-&-randomizeholdsqueueweight-label:
4601
4602 StaticHoldsQueueWeight, HoldsQueueSkipClosed & RandomizeHoldsQueueWeight
4603 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4604
4605 StaticHoldsQueueWeight Default: 0
4606
4607 HoldsQueueSkipClosed Default: open or closed
4608
4609 RandomizeHoldsQueueWeight Default: in that order
4610
4611 Asks: Satisfy holds using items from the libraries \_\_\_ (as
4612 branchcodes, separated by commas; if empty, uses all libraries) when
4613 they are \_\_\_ \_\_\_.
4614
4615 HoldsQueueSkipClosed Values:
4616
4617 -  open or closed
4618
4619 -  open
4620
4621 RandomizeHoldsQueueWeight Values:
4622
4623 -  in random order
4624
4625    -  If StaticHoldsQueueWeight is left at the default Koha will
4626       randomize all libraries, otherwise it will randomize the libraries
4627       listed.
4628
4629 -  in that order
4630
4631    -  If StaticHoldsQueueWeight is left at the default then this will
4632       use all of your branches in alphabetical order, otherwise it will
4633       use the branches in the order that you entered them in the
4634       StaticHoldsQueueWeight preference.
4635
4636 Descriptions:
4637
4638 -  These preferences control how the :ref:`Holds Queue
4639    report <holds-queue-label>` is generated using :ref:`a cron
4640    job <holds-queue-label>`.
4641
4642    If you do not want all of your libraries to participate in the
4643    on-shelf holds fulfillment process, you should list the the libraries
4644    that \*do\* participate in the process here by inputting all the
4645    participating library's branchcodes, separated by commas ( e.g.
4646    "MPL,CPL,SPL,BML" etc. ).
4647
4648    By default, the holds queue will be generated such that the system
4649    will first attempt to hold fulfillment using items already at the
4650    pickup library if possible. If there are no items available at the
4651    pickup library to fill a hold, build\_holds\_queue.pl will then use
4652    the list of libraries defined in StaticHoldsQueueWeight. If
4653    RandomizeHoldsQueueWeight is disabled ( which it is by default ), the
4654    script will assign fulfillment requests in the order the branches are
4655    placed in the StaticHoldsQueueWeight system preference.
4656
4657    For example, if your system has three libraries, of varying sizes (
4658    small, medium and large ) and you want the burden of holds
4659    fulfillment to be on larger libraries before smaller libraries, you
4660    would want StaticHoldsQueueWeight to look something like
4661    "LRG,MED,SML".
4662
4663    If you want the burden of holds fulfillment to be spread out equally
4664    throughout your library system, simply enable
4665    RandomizeHoldsQueueWeight. When this system preference is enabled,
4666    the order in which libraries will be requested to fulfill an on-shelf
4667    hold will be randomized each time the list is regenerated.
4668
4669    Leaving StaticHoldsQueueWeight empty is contraindicated at this time.
4670    Doing so will cause the build\_holds\_queue script to ignore
4671    RandomizeHoldsQueueWeight, causing the script to request hold
4672    fulfillment not randomly, but by alphabetical order.
4673
4674     **Important**
4675
4676     The :ref:`Transport Cost Matrix <transport-cost-matrix-label>` takes
4677     precedence in controlling where holds are filled from, if the matrix
4678     is not used then Koha checks the StaticHoldsQueueWeight. To use the
4679     Transport Cost Matrix simply set your
4680     :ref:`UseTransportCostMatrix` preference to
4681     'Use'
4682
4683 .. _suspendholdsintranet-label:
4684
4685 SuspendHoldsIntranet
4686 ''''''''''''''''''''''''''''''''''''''''''''''''
4687
4688 Default: Allow
4689
4690 Asks: \_\_\_ holds to be suspended from the intranet.
4691
4692 Values:
4693
4694 -  Allow
4695
4696 -  Don't allow
4697
4698 Description:
4699
4700 -  The holds suspension feature can be turned on and off in the staff
4701    client by altering this system preference. If this is set to 'allow'
4702    you will want to set the
4703    :ref:`AutoResumeSuspendedHolds` system
4704    preference.
4705
4706 .. _suspendholdsopac-label:
4707
4708 SuspendHoldsOpac
4709 ''''''''''''''''''''''''''''''''''''''''
4710
4711 Default: Allow
4712
4713 Asks: \_\_\_ holds to be suspended from the OPAC.
4714
4715 Values:
4716
4717 -  Allow
4718
4719 -  Don't allow
4720
4721 Description:
4722
4723 -  The holds suspension feature can be turned on and off in the OPAC by
4724    altering this system preference. If this is set to 'allow' you will
4725    want to set the
4726    :ref:`AutoResumeSuspendedHolds` system
4727    preference.
4728
4729 .. _transferwhencancelallwaitingholds-label:
4730
4731 TransferWhenCancelAllWaitingHolds
4732 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4733
4734 Default: Don't transfer
4735
4736 Asks: \_\_\_ items when cancelling all waiting holds.
4737
4738 Values:
4739
4740 -  Don't transfer
4741
4742 -  Transfer
4743
4744 Description:
4745
4746 -  When TransferWhenCancelAllWaitingHolds is set to "Don't transfer", no
4747    branch transfer records are created. Koha will not allow the holds to
4748    be transferred, because that would orphan the items at the library
4749    where the holds were awaiting pickup, without any further instruction
4750    to staff as to what items are at the library or where they need to
4751    go. When that system preference set to "Transfer", branch transfers
4752    are created, so the holds may be cancelled.
4753
4754 .. _housebound-module-label:
4755
4756 Housebound module
4757 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4758
4759 .. _houseboundmodule-label:
4760
4761 HouseboundModule
4762 ''''''''''''''''''''''''''''''''''''''''
4763
4764 Default: Disable
4765
4766 Asks: \_\_\_ housebound module
4767
4768 Values:
4769
4770 -  Disable
4771
4772 -  Enable
4773
4774 Description:
4775
4776 -  This preference enables or disables the Housebound module which
4777    handles management of circulation to Housebound readers.
4778
4779 .. _interface-label:
4780
4781 Interface
4782 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4783
4784 .. _allowallmessagedeletion-label:
4785
4786 AllowAllMessageDeletion
4787 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
4788
4789 Default: Don't allow
4790
4791 Asks: \_\_\_ staff to delete messages added from other libraries.
4792
4793 Values:
4794
4795 -  Allow
4796
4797 -  Don't allow
4798
4799 .. _allowcheckoutnotes-label:
4800
4801 AllowCheckoutNotes
4802 ''''''''''''''''''''''''''''''''''''''''''''
4803
4804 Default: Don't allow
4805
4806 Asks: \_\_\_ patrons to submit notes about checked out items.
4807
4808 Values:
4809
4810 -  Don't allow
4811
4812 -  Allow
4813
4814 .. _allowofflinecirculation-label:
4815
4816 AllowOfflineCirculation
4817 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
4818
4819 Default: Do not enable
4820
4821 Asks: \_\_\_ offline circulation on regular circulation computers.
4822
4823 Values:
4824
4825 -  Do not enable
4826
4827 -  Enable
4828
4829 Description:
4830
4831 -  Setting this preference to 'Enable' allows you to use the Koha
4832    interface for :ref:`offline circulation <offline-circulation-utilities-label>`. This system
4833    preference does not affect the :ref:`Firefox
4834    plugin <firefox-plugin-label>` or the :ref:`desktop
4835    application <offline-circ-tool-for-windows-label>`, any of these three options can
4836    be used for offline circulation without effecting the other.
4837
4838 .. _circautocompl-label:
4839
4840 CircAutocompl
4841 ''''''''''''''''''''''''''''''''''
4842
4843 Default: Try
4844
4845 Asks: \_\_\_ to automatically fill in the member when entering a patron
4846 search on the circulation screen.
4847
4848 Description:
4849
4850 -  This preference is a binary setting which determines whether
4851    auto-completion of fields is enabled or disabled for the circulation
4852    input field. Setting it to "Try" would enable a staff member to begin
4853    typing a name or other value into the field and have a menu pop up
4854    with suggestions for completing it. Setting it to "Don't try" would
4855    disable this feature. This preference can make staff members' jobs
4856    easier or it could potentially slow down the page loading process.
4857
4858 Values:
4859
4860 -  Don't try
4861
4862 -  Try
4863
4864    When CircAutocompl is turned on search results will appear below the
4865    search box
4866    |image33|
4867
4868 .. _circautoprintquickslip-label:
4869
4870 CircAutoPrintQuickSlip
4871 ''''''''''''''''''''''''''''''''''''''''''''''''''''
4872
4873 Default: open a print quick slip window
4874
4875 Asks: When an empty barcode field is submitted in circulation \_\_\_
4876
4877 Values:
4878
4879 -  clear the screen
4880
4881 -  open a print quick slip window
4882
4883 -  open a print slip window
4884
4885 Description:
4886
4887 -  If this preference is set to open a quick slip
4888    (:ref:`ISSUEQSLIP <existing-notices-&-slips-label>`) or open a slip
4889    (:ref:`ISSUESLIP <existing-notices-&-slips-label>`) for printing it will eliminate the
4890    need for the librarian to click the print button to generate a
4891    checkout receipt for the patron they're checking out to. If the
4892    preference is set to clear the screen then "checking out" an empty
4893    barcode will clear the screen of the patron you were last working
4894    with.
4895    
4896 .. _circsidebar-label:
4897
4898 CircSidebar
4899 ''''''''''''''''''''''''''''''
4900
4901 Default: Deactivate
4902
4903 Asks: \_\_\_ the navigation sidebar on all Circulation pages.
4904
4905 Values:
4906
4907 -  Deactivate
4908
4909 -  Activate
4910
4911 .. _displayclearscreenbutton-label:
4912
4913 DisplayClearScreenButton
4914 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4915
4916 Default: Show
4917
4918 Asks: \_\_\_ a button to clear the current patron from the screen on the
4919 circulation screen.
4920
4921 Values:
4922
4923 -  Don't show
4924
4925    No X in the top right
4926    |image36|
4927
4928 -  Show
4929
4930    X in the top right will clear the screen
4931    |image37|
4932
4933 .. _exportcirchistory-label:
4934
4935 ExportCircHistory
4936 ''''''''''''''''''''''''''''''''''''''''''
4937
4938 Default: Don't show
4939
4940 Asks: \_\_\_ the export patron checkout history options.
4941
4942 Values:
4943
4944 -  Don't show
4945
4946 -  Show
4947
4948 .. _exportremovefields-label:
4949
4950 ExportRemoveFields
4951 ''''''''''''''''''''''''''''''''''''''''''''
4952
4953 Asks: The following fields should be excluded from the patron checkout
4954 history CSV or iso2709 export \_\_\_
4955
4956 Description:
4957
4958 -  This space separated list of fields (e.g. 100a 245b) will
4959    automatically be excluded when exporting the patron's current
4960    checkout history.
4961
4962    ExportRemoveFields
4963    |image38|
4964
4965 .. _filterbeforeoverduereport-label:
4966
4967 FilterBeforeOverdueReport
4968 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4969
4970 Default: Don't require
4971
4972 Asks: \_\_\_ staff to choose which checkouts to show before running the
4973 overdues report.
4974
4975 Description:
4976
4977 -  Koha's overdue report shows you all of the overdue items in your
4978    library system. If you have a large library system you'll want to set
4979    this preference to 'Require' to force those running the report to
4980    first limit the data generated to a branch, date range, patron
4981    category or other such filter. Requiring that the report be filtered
4982    before it's run prevents your staff from running a system heavy
4983    report and slowing down other operations in the system.
4984
4985    Overdue Report Filters
4986    |image34|
4987
4988 Values:
4989
4990 -  Don't require
4991
4992 -  Require
4993
4994 .. _finenotifyatcheckin-label:
4995
4996 FineNotifyAtCheckin
4997 ''''''''''''''''''''''''''''''''''''''''''''''
4998
4999 Default: Don't notify
5000
5001 Asks: \_\_\_ librarians of overdue fines on the items they are checking
5002 in.
5003
5004 Values:
5005
5006 -  Don't notify
5007
5008 -  Notify
5009
5010 Description:
5011
5012 -  With this preference set to 'Notify' all books that have overdue
5013    fines owed on them will pop up a warning when checking them in. This
5014    warning will need to acknowledged before you can continue checking
5015    items in. With this preference set to 'Don't notify,' you will still
5016    see fines owed on the patron record, you just won't have an
5017    additional notification at check in.
5018
5019    Fine notification at checkin
5020    |image35|
5021
5022 .. _holdstopullstartdate-label:
5023
5024 HoldsToPullStartDate
5025 ''''''''''''''''''''''''''''''''''''''''''''''''
5026
5027 Default: 2
5028
5029 Asks: Set the default start date for the Holds to pull list to \_\_\_
5030 day(s) ago.
5031
5032 Description:
5033
5034 -  The :ref:`Holds to Pull <holds-to-pull-label>` report in circulation defaults to
5035    filtering holds placed 2 days ago. This preference allows you to set
5036    this default filter to any number of days.
5037
5038 .. _itembarcodefallbacksearch-label:
5039
5040 itemBarcodeFallbackSearch
5041 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
5042
5043 Default: Don't enable
5044
5045 Asks: \_\_\_ the automatic use of a keyword catalog search if the phrase
5046 entered as a barcode on the checkout page does not turn up any results
5047 during an item barcode search.
5048
5049 Values:
5050
5051 -  Don't enable
5052
5053 -  Enable
5054
5055    Checkout by keyword
5056    |image40|
5057
5058 Description:
5059
5060 -  Sometimes libraries want to checkout using something other than the
5061    barcode. Enabling this preference will do a keyword search of Koha to
5062    find the item you're trying to check out. You can use the call
5063    number, barcode, part of the title or anything you'd enter in the
5064    keyword search when this preference is enabled and Koha will ask you
5065    which item you're trying to check out.
5066
5067     **Important**
5068
5069     While you're not searching by barcode a barcode is required on every
5070     title you check out. Only titles with barcodes will appear in the
5071     search results.
5072
5073 .. _itembarcodeinputfilter-label:
5074
5075 itemBarcodeInputFilter
5076 ''''''''''''''''''''''''''''''''''''''''''''''''''''
5077
5078 Default: Don't filter
5079
5080 Asks: \_\_\_ scanned item barcodes.
5081
5082 Values:
5083
5084 -  Convert from CueCat format
5085
5086 -  Convert from Libsuite8 form
5087
5088 -  Don't filter
5089
5090 -  EAN-13 or zero-padded UPC-A from
5091
5092 -  Remove spaces from
5093
5094 -  Remove the first number from T-prefix style
5095
5096    -  This format is common among those libraries migrating from Follett
5097       systems
5098
5099 .. _noticecss-label:
5100
5101 NoticeCSS
5102 ''''''''''''''''''''''''''
5103
5104 Asks: Include the stylesheet at \_\_\_ on Notices.
5105
5106     **Important**
5107
5108     This should be a complete URL, starting with http://
5109
5110 Description:
5111
5112 -  If you would like to style your notices with a consistent set of
5113    fonts and colors you can use this preference to point Koha to a
5114    stylesheet specifically for your notices.
5115
5116 .. _numreturneditemstoshow-label:
5117
5118 numReturnedItemsToShow
5119 ''''''''''''''''''''''''''''''''''''''''''''''''''''
5120
5121 Default: 20
5122
5123 Asks : Show the \_\_\_ last returned items on the checkin screen.
5124
5125 .. _previousissuesdefaultsortorder-label:
5126
5127 previousIssuesDefaultSortOrder
5128 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
5129
5130 Default: earliest to latest
5131
5132 Asks: Sort previous checkouts on the circulation page from \_\_\_ due
5133 date.
5134
5135 Values:
5136
5137 -  earliest to latest
5138
5139 -  latest to earliest
5140
5141 .. _recordlocaluseonreturn-label:
5142
5143 RecordLocalUseOnReturn
5144 ''''''''''''''''''''''''''''''''''''''''''''''''''''
5145
5146 Default: Don't record
5147
5148 Asks: \_\_\_ local use when an unissued item is checked in.
5149
5150 Values:
5151
5152 -  Don't record
5153
5154 -  Record
5155
5156 Description:
5157
5158 -  When this preference is set to "Don't record" you can record local
5159    use of items by checking items out to the statistical patron. With
5160    this preference set to "Record" you can record local use by checking
5161    out to the statistical patron and/or by checking in a book that is
5162    not currently checked out.
5163
5164 .. _showallcheckins-label:
5165
5166 ShowAllCheckins
5167 ''''''''''''''''''''''''''''''''''''''
5168
5169 Default: Do not show
5170
5171 Asks: \_\_\_ all items in the "Checked-in items" list, even items that
5172 were not checked out.
5173
5174 Values:
5175
5176 -  Do not show
5177
5178 -  Show
5179
5180 Description:
5181
5182 -  When items that are not currently checked out are checked in they
5183    don't show on the list of checked in items. This preference allows
5184    you to choose how you'd like the log of checked in items displays.
5185
5186 .. _specifyduedate-label:
5187
5188 SpecifyDueDate
5189 ''''''''''''''''''''''''''''''''''''
5190
5191 Default: Allow
5192
5193 Asks: \_\_\_ staff to specify a due date for a checkout.
5194
5195 Due dates are calculated using your circulation and fines rules, but
5196 staff can override that if you allow them to specify a due date at
5197 checkout.
5198
5199 Description:
5200
5201 -  This preference allows for circulation staff to change a due date
5202    from the automatic due date to another calendar date. This option
5203    would be used for circumstances in which the due date may need to be
5204    decreased or extended in a specific circumstance. The "Allow" setting
5205    would allow for this option to be utilized by staff, the "Don't
5206    allow" setting would bar staff from changing the due date on
5207    materials.
5208
5209 Values:
5210
5211 -  Allow
5212
5213    Specify Due Date Box Shows
5214    |image41|
5215
5216 -  Don't allow
5217
5218    Specify Due Date Box Doesn't Show
5219    |image42|
5220
5221 .. _specifyreturndate-label:
5222
5223 SpecifyReturnDate
5224 ''''''''''''''''''''''''''''''''''''''''''
5225
5226 Default: Don't allow
5227
5228 Asks: \_\_\_ staff to specify a return date for a check in.
5229
5230 Values:
5231
5232 -  AllowAllow return date edits
5233
5234 -  Don't allowDon't allow return date edits
5235
5236 Description:
5237
5238 -  This preference lets you decide if staff can specify an arbitrary
5239    return date when checking in items. If an arbitrary return date is
5240    specified then fines are recalculated accordingly.
5241
5242 .. _todaysissuesdefaultsortorder-label:
5243
5244 todaysIssuesDefaultSortOrder
5245 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
5246
5247 Default: latest to earliest
5248
5249 Asks: Sort today's checkouts on the circulation page from \_\_\_ due
5250 date.
5251
5252 Values:
5253
5254 -  earliest to latest
5255
5256 -  latest to earliest
5257
5258 .. _updatetotalissuesoncirc-label:
5259
5260 UpdateTotalIssuesOnCirc
5261 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
5262
5263 Default: Do not
5264
5265 Asks: \_\_\_ update a bibliographic record's total issues count whenever
5266 an item is issued
5267
5268 Values:
5269
5270 -  Do
5271
5272        **Important**
5273
5274        This increases server load significantly; if performance is a
5275        concern, use the :ref:`cron job <track-total-checkouts-label>` to update the
5276        total issues count instead.
5277
5278 -  Do not
5279
5280 Description:
5281
5282 -  Koha can track the number of times and item is checked out and store
5283    that on the item record in the database. This information is not
5284    stored by default. Setting this preference to 'Do' will tell Koha to
5285    track that info everytime the item is checked out in real time.
5286    Otherwise you could use the :ref:`cron job <track-total-checkouts-label>` to have
5287    Koha update that field nightly.
5288
5289 .. _waitingnotifyatcheckin-label:
5290
5291 WaitingNotifyAtCheckin
5292 ''''''''''''''''''''''''''''''''''''''''''''''''''''
5293
5294 Default: Don't notify
5295
5296 Asks: \_\_\_ librarians of waiting holds for the patron whose items they
5297 are checking in.
5298
5299 Values:
5300
5301 -  Don't notify
5302
5303 -  Notify
5304
5305    Notification that a hold is waiting
5306    |image43|
5307
5308 Description:
5309
5310 -  When checking in books you can choose whether or not to have a notice
5311    pop up if the patron who returned the book has a hold waiting for
5312    pick up. If you choose 'Notify' for WaitingNotifyAtCheckin then every
5313    time a hold is found for the patron who had the book out last a
5314    message will appear on your check in screen.
5315
5316 .. _self-checkout-label:
5317
5318 Self Checkout
5319 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5320
5321 .. _allowselfcheckreturns-label:
5322
5323 AllowSelfCheckReturns
5324 ''''''''''''''''''''''''''''''''''''''''''''''''''
5325
5326 Default: Don't allow
5327
5328 Asks: \_\_\_ patrons to return items through web-based self checkout
5329 system.
5330
5331 Values:
5332
5333 -  Allow
5334
5335 -  Don't allow
5336
5337 Description:
5338
5339 -  This preference is used to determine if you want patrons to be
5340    allowed to return items through your self check machines. By default
5341    Koha's self check interface is simply for checking items out.
5342
5343 .. _autoselfcheckallowed,-autoselfcheckid-&-autoselfcheckpass-label:
5344
5345 AutoSelfCheckAllowed, AutoSelfCheckID & AutoSelfCheckPass
5346 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
5347
5348     **Important**
5349
5350     Most libraries will want to leave this set to 'Don't allow.' This
5351     preference turns off the requirement to log into the self checkout
5352     machine with a staff username and password by storing the username
5353     and password for automatic login.
5354
5355 AutoSelfCheckAllowed Default: Don't allow
5356
5357 Asks: \_\_\_ the web-based self checkout system to automatically login
5358 with this staff login \_\_\_ and this password \_\_\_ .
5359
5360 AutoSelfCheckAllowed Values:
5361
5362 -  Allow
5363
5364 -  Don't allow
5365
5366 AutoSelfCheckID Value:
5367
5368 -  The username of a staff patron with 'circulate'
5369    :ref:`permissions <patron-permissions-label>`.
5370
5371 AutoSelfCheckPass Value:
5372
5373 -  The password of a staff patron with 'circulate'
5374    :ref:`permissions <patron-permissions-label>`.
5375
5376 .. _scousercss-label:
5377
5378 SCOUserCSS
5379 ''''''''''''''''''''''''''''
5380
5381 Asks: Include the following CSS on all pages in the web-based self
5382 checkout
5383
5384 Description:
5385
5386 -  The CSS entered in this preference will be used on all of your Koha
5387    self checkout screens.
5388
5389 .. _scouserjs-label:
5390
5391 SCOUserJS
5392 ''''''''''''''''''''''''''
5393
5394 Asks: Include the following JavaScript on all pages in the web-based
5395 self checkout
5396
5397 Description:
5398
5399 -  The JavaScript entered in this preference will effect all of your
5400    Koha self checkout screens.
5401
5402 .. _selfcheckhelpmessage-label:
5403
5404 SelfCheckHelpMessage
5405 ''''''''''''''''''''''''''''''''''''''''''''''''
5406
5407 Asks: Include the following HTML in the Help page of the web-based self
5408 checkout system
5409
5410 Description:
5411
5412 -  Clicking the 'Help' link in the top right of the self checkout
5413    interface opens up a three step process for using the self check
5414    interface. Adding HTML to this system preference will print that
5415    additional help text above what's already included.
5416
5417 .. _selfcheckoutbylogin-label:
5418
5419 SelfCheckoutByLogin
5420 ''''''''''''''''''''''''''''''''''''''''''''''
5421
5422 Default: Barcode
5423
5424 Asks: Have patrons login into the web-based self checkout system with
5425 their \_\_\_
5426
5427 Values:
5428
5429 -  Barcode
5430
5431    Self Checkout Patron Card Number
5432    |image44|
5433
5434 -  Username and password
5435
5436    Shelf checkout by login
5437    |image45|
5438
5439 Description:
5440
5441 -  This preference lets you decide how your patrons will log in to the
5442    self checkout machine. Barcode is the patron's card number and their
5443    username and password is set using the opac/staff username and
5444    password fields on the patron record.
5445
5446 .. _selfcheckreceiptprompt-label:
5447
5448 SelfCheckReceiptPrompt
5449 ''''''''''''''''''''''''''''''''''''''''''''''''''''
5450
5451 Default: Show
5452
5453 Asks: \_\_\_ the print receipt popup dialog when self checkout is
5454 finished.
5455
5456 Values:
5457
5458 -  Don't show
5459
5460 -  Show
5461
5462 Description:
5463
5464 -  This preference controls whether a prompt shows up on the web based
5465    self check out when the patron clicks the 'Finish' button.
5466
5467 .. _selfchecktimeout-label:
5468
5469 SelfCheckTimeout
5470 ''''''''''''''''''''''''''''''''''''''''
5471
5472 Default: 120
5473
5474 Asks: Time out the current patron's web-based self checkout system login
5475 after \_\_\_ seconds.
5476
5477 Description:
5478
5479 -  After the machine is idle for the time entered in this preference the
5480    self check out system will log out the current patron and return to
5481    the starting screen.
5482
5483 .. _showpatronimageinwebbasedselfcheck-label:
5484
5485 ShowPatronImageInWebBasedSelfCheck
5486 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
5487
5488 Default: Don't show
5489
5490 Asks: \_\_\_ the patron's picture (if one has been added) when they use
5491 the web-based self checkout.
5492
5493 Values:
5494
5495 -  Don't show
5496
5497 -  Show
5498
5499 .. _webbasedselfcheck-label:
5500
5501 WebBasedSelfCheck
5502 ''''''''''''''''''''''''''''''''''''''''''
5503
5504 Default: Don't enable
5505
5506 Asks: \_\_\_ the web-based self checkout system.
5507
5508 Values:
5509
5510 -  Don't enable
5511
5512 -  Enable
5513
5514 Enabling this preference will allow access to the :ref:`self
5515 checkout <self-checkout-label>` module in Koha.
5516
5517 .. _enhanced-content-label:
5518
5519 Enhanced Content
5520 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5521
5522 *Get there:* More > Administration > Global System Preferences >
5523 Enhanced Content
5524
5525     **Important**
5526
5527     Always read the terms of service associated with external data
5528     sources to be sure that you are using the products within the
5529     allowed limits.
5530
5531     **Note**
5532
5533     You cannot have more than one service for cover images (including
5534     local cover images) set up. If you set up more than one you will get
5535     multiple cover images. Instead choose only one source for cover
5536     images.
5537
5538 .. _all-label:
5539
5540 All
5541 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5542
5543 .. _frbrizeeditions-label:
5544
5545 FRBRizeEditions
5546 ''''''''''''''''''''''''''''''''''''''
5547
5548 Default: Don't show
5549
5550 Asks: \_\_\_ other editions of an item on the staff client
5551
5552 Values:
5553
5554 -  Don't show
5555
5556 -  Show
5557
5558    Editions tab in staff client
5559    |image46|
5560
5561 Description:
5562
5563 -  Using the rules set forth in the Functional Requirements for
5564    Bibliographic records, this option, when enabled, pulls all editions
5565    of the same title available in your collection regardless of material
5566    type. Items will appear under an 'Editions' tab on the detail page
5567    for the title in question.. According to *Libraries Unlimited's
5568    Online Dictionary for Library and Information Science*
5569    (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
5570    records of similar materials. FRBRization brings together entities
5571    (sets of Works, Expressions, or Manifestations), rather than just
5572    sets of Items. It can aid patrons in selecting related items,
5573    expressions, and manifestations that will serve their needs. When it
5574    is set to "Show", the OPAC will query one or more ISBN web services
5575    for associated ISBNs and display an Editions tab on the details
5576    pages. Once this preference is enabled, the library must select one
5577    of the ISBN options (:ref:`ThingISBN` and/or
5578    :ref:`XISBN`). This option is only for the Staff Client; the
5579    :ref:`OPACFRBRizeEditions` option must be enabled
5580    to have the Editions tab appear on the OPAC.
5581
5582     **Important**
5583
5584     Requires that you turn on one or more of the ISBN services
5585     (:ref:`ThingISBN` and/or :ref:`XISBN`)
5586
5587 .. _opacfrbrizeeditions-label:
5588
5589 OPACFRBRizeEditions
5590 ''''''''''''''''''''''''''''''''''''''''''''''
5591
5592 Default: Don't show
5593
5594 Asks: \_\_\_ other editions of an item on the OPAC.
5595
5596 Description:
5597
5598 -  Using the rules set forth in the Functional Requirements for
5599    Bibliographic records, this option, when enabled, pulls all editions
5600    of the same title available in your collection regardless of material
5601    type. Items will appear under an 'Editions' tab on the detail page
5602    for the title in question.. According to *Libraries Unlimited's
5603    Online Dictionary for Library and Information Science*
5604    (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
5605    records of similar materials. FRBRization brings together entities
5606    (sets of Works, Expressions, or Manifestations), rather than just
5607    sets of Items. It can aid patrons in selecting related items,
5608    expressions, and manifestations that will serve their needs. When it
5609    is set to "Show", the OPAC will query one or more ISBN web services
5610    for associated ISBNs and display an Editions tab on the details
5611    pages. Once this preference is enabled, the library must select one
5612    of the ISBN options (:ref:`ThingISBN` and/or
5613    :ref:`XISBN`). This option is only for the OPAC; the
5614    :ref:`FRBRizeEditions` option must be turned "On" to
5615    have the Editions tab appear on the Staff Client.
5616
5617 Values:
5618
5619 -  Don't show
5620
5621 -  Show
5622
5623    Editions tab in the OPAC
5624    |image47|
5625
5626 This preference pulls all editions of the same title available in your
5627 collection regardless of material type. Items will appear under an
5628 'Editions' tab on the detail page for the title in question.
5629
5630     **Important**
5631
5632     Requires that you turn on one or more of the ISBN services
5633     (:ref:`ThingISBN` and/or :ref:`XISBN`)
5634
5635 .. _amazon-label:
5636
5637 Amazon
5638 ^^^^^^^^^^^^^^^^^^^^^^^^^
5639
5640 .. _amazonassoctag-label:
5641
5642 AmazonAssocTag
5643 ''''''''''''''''''''''''''''''''''''
5644
5645 Asks: Put the associate tag \_\_\_ on links to Amazon.
5646
5647     **Note**
5648
5649     This can net your library referral fees if a patron decides to buy
5650     an item after clicking through to Amazon from your site.
5651
5652 Description:
5653
5654 -  An Amazon Associates Tag allows a library to earn a percentage of all
5655    purchases made on Amazon when a patron accesses Amazon's site via
5656    links on the library's website. More information about the Amazon
5657    Associates program is available at Amazon's Affiliate Program's
5658    website, https://affiliate-program.amazon.com/. Before a tag can be
5659    obtained, however, the library must first apply for an Amazon Web
5660    Services (AWS) account. Applications are free of charge and can be
5661    made at http://aws.amazon.com. Once an AWS account has been
5662    established, the library can then obtain the Amazon Associates Tag.
5663
5664 Sign up at: https://affiliate-program.amazon.com/
5665
5666 .. _amazoncoverimages-label:
5667
5668 AmazonCoverImages
5669 ''''''''''''''''''''''''''''''''''''''''''
5670
5671 Default: Don't show
5672
5673 Asks: \_\_\_ cover images from Amazon on search results and item detail
5674 pages on the staff interface.
5675
5676 Values:
5677
5678 -  Don't show
5679
5680 -  Show
5681
5682 Description:
5683
5684 -  This preference makes it possible to either allow or prevent Amazon
5685    cover images from being displayed in the Staff Client. Cover images
5686    are retrieved by Amazon, which pulls the content based on the first
5687    ISBN number in the item's MARC record. Amazon offers this service
5688    free of charge. If the value for this preference is set to "Show",
5689    the cover images will appear in the Staff Client, and if it is set to
5690    "Don't show", the images will not appear. Finally, if you're using
5691    Amazon cover images, all other cover image services must be disabled.
5692    If they are not disabled, they will prevent AmazonCoverImages from
5693    functioning properly.
5694
5695 .. _amazonlocale-label:
5696
5697 AmazonLocale
5698 ''''''''''''''''''''''''''''''''
5699
5700 Default: American
5701
5702 Asks: Use Amazon data from its \_\_\_ website.
5703
5704 Value:
5705
5706 -  American
5707
5708 -  British
5709
5710 -  Canadian
5711
5712 -  French
5713
5714 -  German
5715
5716 -  Japanese
5717
5718 .. _opacamazoncoverimages-label:
5719
5720 OPACAmazonCoverImages
5721 ''''''''''''''''''''''''''''''''''''''''''''''''''
5722
5723 Default: Don't show
5724
5725 Asks: \_\_\_ cover images from Amazon on search results and item detail
5726 pages on the OPAC.
5727
5728 Values:
5729
5730 -  Don't show
5731
5732 -  Show
5733
5734 Description:
5735
5736 -  This preference makes it possible to either allow or prevent Amazon
5737    cover images from being displayed in the OPAC. Cover images are
5738    retrieved by Amazon, which pulls the content based on the first ISBN
5739    number in the item's MARC record. Amazon offers this service free of
5740    charge. If the value for this preference is set to "Show", the cover
5741    images will appear in the OPAC, and if it is set to "Don't show", the
5742    images will not appear. Finally, if you're using Amazon cover images,
5743    all other cover image services must be disabled. If they are not
5744    disabled, they will prevent AmazonCoverImages from functioning
5745    properly.
5746
5747 .. _babelthã¨que-label:
5748
5749 Babelthèque
5750 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5751
5752 .. _babeltheque-label:
5753
5754 Babeltheque
5755 ''''''''''''''''''''''''''''''
5756
5757 Default: Don't
5758
5759 Asks: \_\_\_ include information (such as reviews and citations) from
5760 Babelthèque in item detail pages on the OPAC.
5761
5762 Description:
5763
5764 -  This preference makes it possible to display a Babeltheque tab in the
5765    OPAC, allowing patrons to access tags, reviews, and additional title
5766    information provided by Babeltheque. The information which
5767    Babeltheque supplies is drawn from the French language-based
5768    `Babelio.com <http://www.babelio.com/>`__, a French service similar
5769    to LibraryThing for Libraries. More information about Babeltheque is
5770    available through its website,
5771    `http://www.babeltheque.com <http://www.babeltheque.com/>`__.
5772    Libraries that wish to allow access to this information must first
5773    register for the service at http://www.babeltheque.com. Please note
5774    that this information is only provided in French.
5775
5776 Values:
5777
5778 -  Do
5779
5780    Data from Babelthèque on the bib record
5781    |image48|
5782
5783 -  Don't
5784
5785 .. _babeltheque\_url\_js-label:
5786
5787 Babeltheque\_url\_js
5788 ''''''''''''''''''''''''''''''''''''''''''''''
5789
5790 Asks: \_\_\_ Defined the url for the Babeltheque javascript file (eg.
5791 http://www.babeltheque.com/bw\_XX.js)
5792
5793 .. _babeltheque\_url\_update-label:
5794
5795 Babeltheque\_url\_update
5796 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
5797
5798 Asks: \_\_\_ Defined the url for the Babeltheque update periodically
5799 (eq. http://www.babeltheque.com/.../file.csv.bz2).
5800
5801 .. _baker-&-taylor-label:
5802
5803 Baker & Taylor
5804 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5805
5806     **Important**
5807
5808     This is a pay service, you must contact Baker & Taylor to subscribe
5809     to this service before setting these options.
5810
5811 .. _bakertaylorbookstoreurl-label:
5812
5813 BakerTaylorBookstoreURL
5814 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
5815
5816 Asks: Baker and Taylor "My Library Bookstore" links should be accessed
5817 at https:// \_\_\_ isbn
5818
5819 Description:
5820
5821 -  Some libraries generate additional funding for the library by selling
5822    books and other materials that are purchased from or have been
5823    previously leased from Baker & Taylor. These materials can be
5824    accessed via a link on the library's website. This service is often
5825    referred to as "My Library Bookstore." In order to participate in
5826    this program, the library must first register and pay for the service
5827    with Baker & Taylor. Additional information about this and other
5828    services provided by Baker & Taylor is available at the Baker &
5829    Taylor website, http://www.btol.com. The BakerTaylorBookstoreURL
5830    preference establishes the URL in order to link to the library's
5831    Baker & Taylor-backed online bookstore, if such a bookstore has been
5832    established. The default for this field is left blank; if no value is
5833    entered, the links to My Library Bookstore will remain inactive. If
5834    enabling this preference, enter the library's Hostname and Parent
5835    Number in the appropriate location within the URL. The "key" value
5836    (key=) should be appended to the URL, and https:// should be
5837    prepended.
5838
5839 This should be filled in with something like
5840 koha.mylibrarybookstore.com/MLB/actions/searchHandler.do?nextPage=bookDetails&parentNum=10923&key=
5841
5842     **Note**
5843
5844     Leave it blank to disable these links.
5845
5846     **Important**
5847
5848     Be sure to get this information from Baker & Taylor when
5849     subscribing.
5850
5851 .. _bakertaylorenabled-label:
5852
5853 BakerTaylorEnabled
5854 ''''''''''''''''''''''''''''''''''''''''''''
5855
5856 Default: Don't add
5857
5858 Asks: \_\_\_ Baker and Taylor links and cover images to the OPAC and
5859 staff client. This requires that you have entered in a username and
5860 password (which can be seen in image links).
5861
5862 Values:
5863
5864 -  Add
5865
5866 -  Don't add
5867
5868 Description:
5869
5870 -  This preference makes it possible to display Baker & Taylor content
5871    (book reviews, descriptions, cover images, etc.) in both the Staff
5872    Client and the OPAC. Libraries that wish to display Baker & Taylor
5873    content must first register and pay for this service with Baker &
5874    Taylor (http://www.btol.com). If Baker & Taylor content is enabled be
5875    sure to turn off other cover and review services to prevent
5876    interference.
5877
5878     **Important**
5879
5880     To use this you will need to also set the :ref:`BakerTaylorUsername &
5881     BakerTaylorPassword <bakertaylorusername-&-bakertaylorpassword-label>` system preferences
5882
5883 .. _bakertaylorusername-&-bakertaylorpassword-label:
5884
5885 BakerTaylorUsername & BakerTaylorPassword
5886 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
5887
5888 Asks: Access Baker and Taylor using username \_\_\_ and password \_\_\_
5889
5890 Descriptions:
5891
5892 -  This setting in only applicable if the library has a paid
5893    subscription to the external Content Café service from Baker &
5894    Taylor. Use the box provided to enter in the library's Content Café
5895    username and password. Also, ensure that the
5896    :ref:`BakerTaylorBookstoreURL` and
5897    :ref:`BakerTaylorEnabled` settings are properly
5898    set. The Content Café service is a feed of enhanced content such as
5899    cover art, professional reviews, and summaries that is displayed
5900    along with Staff Client/OPAC search results. For more information on
5901    this service please see the Baker & Taylor website:
5902    http://www.btol.com
5903
5904     **Important**
5905
5906     Be sure to get this information from Baker & Taylor when
5907     subscribing.
5908
5909 .. _coce-cover-images-cache-label:
5910
5911 Coce Cover images cache
5912 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5913
5914 Coce is a remote image URL cache. With this option, cover images are not
5915 fetched directly from Amazon, Google, and so on. Their URLs are
5916 requested via a web service to Coce which manages a cache of URLs.
5917
5918 .. _coce-label:
5919
5920 Coce
5921 ''''''''''''''''
5922
5923 Default: Don't enable
5924
5925 Asks: \_\_\_ a Coce image cache service.
5926
5927 Values:
5928
5929 -  Don't enable
5930
5931 -  Enable
5932
5933 Description:
5934
5935 -  Coce has many benefits when it comes to choosing and displaying cover
5936    images in Koha:
5937
5938    -  If a book cover is not available from a provider, but is available
5939       from another one, Koha will be able to display a book cover, which
5940       isn't the case now
5941
5942    -  Since URLs are cached, it isn't necessary for each book cover to
5943       request, again and again, the provider, and several of them if
5944       necessary.
5945
5946    -  Amazon book covers are retrieved with Amazon Product Advertising
5947       API, which means that more covers are retrieved (ISBN13).
5948
5949        **Important**
5950
5951        Coce does not come bundled with Koha. Your Koha install will not
5952        already have a Coce server set up. Before enabling this
5953        functionality you will want to be sure to have a Coce server set
5954        up. Instructions on installing and setting up Coce can be found
5955        on the official github page at https://github.com/fredericd/coce.
5956
5957 .. _cocehost-label:
5958
5959 CoceHost
5960 ''''''''''''''''''''''''
5961
5962 Asks: Coce server URL \_\_\_
5963
5964 Description:
5965
5966 -  This will be the full URL (starting with http://) to your Coce
5967    server.
5968
5969 .. _coceproviders-label:
5970
5971 CoceProviders
5972 ''''''''''''''''''''''''''''''''''
5973
5974 Asks: Use the following providers to fetch the covers \_\_\_
5975
5976 Values:
5977
5978 -  [Select all]
5979
5980 -  Amazon Web Services
5981
5982 -  Google Books
5983
5984 -  Open Library
5985
5986 Description:
5987
5988 -  The providers chosen here will be used to gather cover images for
5989    display in your Koha catalog.
5990
5991 .. _google-label:
5992
5993 Google
5994 ^^^^^^^^^^^^^^^^^^^^^^^^^
5995
5996 .. _googlejackets-label:
5997
5998 GoogleJackets
5999 ''''''''''''''''''''''''''''''''''
6000
6001 Default: Don't add
6002
6003 Asks: \_\_\_ cover images from Google Books to search results and item
6004 detail pages on the OPAC.
6005
6006 Values:
6007
6008 -  Add
6009
6010 -  Don't add
6011
6012 Description:
6013
6014 -  This setting controls the display of applicable cover art from the
6015    free Google Books database, via the Google Books API. Please note
6016    that to use this feature, all other cover services should be turned
6017    off.
6018
6019 .. _html5-media-label:
6020
6021 HTML5 Media
6022 ^^^^^^^^^^^^^^^^^^^^^^^^
6023
6024 .. _html5mediaenabled-label:
6025
6026 HTML5MediaEnabled
6027 ''''''''''''''''''''''''''''''''''''''''''
6028
6029 Default: not at all
6030
6031 Asks: Show a tab with a HTML5 media player for files catalogued in field
6032 856 \_\_\_
6033
6034 Values:
6035
6036 -  in OPAC and staff client
6037
6038 -  in the OPAC
6039
6040    HTML5 Media in the OPAC
6041    |image49|
6042
6043 -  in the staff client
6044
6045    HTML5 Media in the staff client
6046    |image50|
6047
6048 -  not at all
6049
6050 Description:
6051
6052 -  If you have media elements in the 856 of your MARC record this
6053    preference can run/show those media files in a separate tab using
6054    HTML5.
6055
6056 .. _html5mediaextensions-label:
6057
6058 HTML5MediaExtensions
6059 ''''''''''''''''''''''''''''''''''''''''''''''''
6060
6061 Default: webm\|ogg\|ogv\|oga\|vtt
6062
6063 Asks: Media file extensions \_\_\_
6064
6065 Description:
6066
6067 -  Enter in file extensions separated with bar (\|)
6068
6069 .. _html5mediayoutube-label:
6070
6071 HTML5MediaYouTube
6072 ''''''''''''''''''''''''''''''''''''''''''
6073
6074 Default: Don't embed
6075
6076     **Important**
6077
6078     To turn this on first enable
6079     :ref:`HTML5MediaEnabled`
6080
6081 Asks: \_\_\_ YouTube links as videos.
6082
6083 Values:
6084
6085 -  Don't embed
6086
6087 -  Embed
6088
6089 Description:
6090
6091 -  This preference will allow MARC21 856$u that points to YouTube to
6092    appear as a playable video on the pages defined in
6093    :ref:`HTML5MediaEnabled`.
6094
6095 .. _idreamlibraries-label:
6096
6097 IDreamLibraries
6098 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6099
6100 `IDreamBooks.com <http://idreambooks.com/>`__ aggregates book reviews by
6101 critics to help you discover the very best of what's coming out each
6102 week. These preferences let you integrated content from
6103 `IDreamBooks.com <http://IDreamBooks.com>`__ in to your Koha OPAC.
6104
6105     **Note**
6106
6107     This is a new website and has limited content, so you may only see
6108     these features on new popular titles until the database grows some
6109     more.
6110
6111 .. _idreambooksreadometer-label:
6112
6113 IDreamBooksReadometer
6114 ''''''''''''''''''''''''''''''''''''''''''''''''''
6115
6116 Default: Don't add
6117
6118 Asks: \_\_\_ a "Readometer" that summarizes the reviews gathered by
6119 IDreamBooks.com to the OPAC details page.
6120
6121 Values:
6122
6123 -  Add
6124
6125    Readometer on the details page
6126    |image51|
6127
6128 -  Don't add
6129
6130 .. _idreambooksresults-label:
6131
6132 IDreamBooksResults
6133 ''''''''''''''''''''''''''''''''''''''''''''
6134
6135 Default: Don't add
6136
6137 Asks: \_\_\_ the rating from IDreamBooks.com to OPAC search results.
6138
6139 Values:
6140
6141 -  Add
6142
6143    iDreamBooks rating on search results
6144    |image52|
6145
6146 -  Don't add
6147
6148 .. _idreambooksreviews-label:
6149
6150 IDreamBooksReviews
6151 ''''''''''''''''''''''''''''''''''''''''''''
6152
6153 Default: Don't add
6154
6155 Asks: \_\_\_ a tab on the OPAC details with book reviews from critics
6156 aggregated by IDreamBooks.com.
6157
6158 Values:
6159
6160 -  Add
6161
6162    Reviews tab on the detail page
6163    |image53|
6164
6165 -  Don't add
6166
6167 .. _librarything-label:
6168
6169 LibraryThing
6170 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6171
6172 LibraryThing for Libraries is a pay service. You must first contact
6173 LibraryThing directly for pricing and subscription information. Learn
6174 more at http://www.librarything.com/forlibraries. Also, for further
6175 configuration instructions please see the LibraryThing Wiki:
6176 http://www.librarything.com/wiki/index.php/Koha
6177
6178 .. _librarythingforlibrariesenabled-label:
6179
6180 LibraryThingForLibrariesEnabled
6181 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
6182
6183 Default: Don't show
6184
6185 Asks: \_\_\_ reviews, similar items, and tags from Library Thing for
6186 Libraries on item detail pages on the OPAC.
6187
6188 Values:
6189
6190 -  Don't show
6191
6192 -  Show
6193
6194 Description:
6195
6196 -  This setting is only applicable if the library has a paid
6197    subscription to the external LibraryThing for Libraries service. This
6198    service can provide patrons with the display of expanded information
6199    on catalog items such as book recommendations. It also can offer
6200    advanced features like tagged browsing, patron written reviews, and a
6201    virtual library display accessed from the details tab.
6202
6203     **Important**
6204
6205     If this is set to 'show' you will need to enter a value in the
6206     ':ref:`LibraryThingForLibrariesID`'
6207     system preference.
6208
6209 .. _librarythingforlibrariesid-label:
6210
6211 LibraryThingForLibrariesID
6212 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
6213
6214 Asks: Access Library Thing for Libraries using the customer ID \_\_\_
6215
6216 Description:
6217
6218 -  This setting is only applicable if the library has a paid
6219    subscription to the external LibraryThing for Libraries service. Use
6220    the box provided to enter in the library's LibraryThing for Libraries
6221    ID as provided to the library by LibraryThing. The ID number is a
6222    series of numbers in the form ###-#########, and can be found on the
6223    library's account page at LibraryThing for Libraries. This service
6224    can provide patrons with the display of expanded information on
6225    catalog items such as book recommendations and cover art. It also can
6226    offer advanced features like tagged browsing, patron written reviews,
6227    and a virtual library display accessed from the details tab.
6228
6229 .. _librarythingforlibrariestabbedview-label:
6230
6231 LibraryThingForLibrariesTabbedView
6232 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
6233
6234 Default: in line with bibliographic information
6235
6236 Asks: Show Library Thing for Libraries content \_\_\_
6237
6238 Values:
6239
6240 -  in line with bibliographic information
6241
6242 -  in tabs
6243
6244 Description:
6245
6246 -  This setting is only applicable if the library has a paid
6247    subscription to the external LibraryThing for Libraries service. This
6248    service can provide patrons with the display of expanded information
6249    on catalog items such as book recommendations and cover art. It also
6250    can offer advanced features like tagged browsing, patron written
6251    reviews, and a virtual library display accessed from the details tab.
6252
6253 .. _thingisbn-label:
6254
6255 ThingISBN
6256 ''''''''''''''''''''''''''
6257
6258 Default: Don't use
6259
6260 Asks: \_\_\_ the ThingISBN service to show other editions of a title
6261
6262 Values:
6263
6264 -  Don't use
6265
6266 -  Use
6267
6268 Description:
6269
6270 -  Set to 'Use' to display an "Editions" tab on the item's detail page.
6271    Editions are listed, complete with cover art (if you have one of the
6272    cover services enabled) and bibliographic information. The feed comes
6273    from LibraryThing's ThingISBN web service. This is a free service to
6274    non-commercial sites with fewer than 1,000 requests per day.
6275
6276     **Important**
6277
6278     Requires :ref:`FRBRizeEditions` and/or
6279     :ref:`OPACFRBRizeEditions` set to 'show'
6280
6281     **Important**
6282
6283     This is separate from Library Thing for Libraries and does not have
6284     a cost associated with it.
6285
6286 .. _local-cover-images-label:
6287
6288 Local Cover Images
6289 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6290
6291 .. _allowmultiplecovers-label:
6292
6293 AllowMultipleCovers
6294 ''''''''''''''''''''''''''''''''''''''''''''''
6295
6296 Default: Don't allow
6297
6298 Asks: \_\_\_ multiple images to be attached to each bibliographic
6299 record.
6300
6301 Values:
6302
6303 -  Allow
6304
6305 -  Don't allow
6306
6307 Description:
6308
6309 -  If this preference is set to 'Allow' then you can upload multiple
6310    images that will appear in the images tab on the bib record in the
6311    OPAC and the staff client. This preference requires that either one
6312    or both :ref:`LocalCoverImages` and
6313    :ref:`OPACLocalCoverImages` are set to
6314    'Display.'
6315
6316    Multiple cover images
6317    |image54|
6318
6319 .. _localcoverimages-label:
6320
6321 LocalCoverImages
6322 ''''''''''''''''''''''''''''''''''''''''
6323
6324 Default: Don't display
6325
6326 Asks: \_\_\_ local cover images on intranet search and details pages.
6327
6328 Values:
6329
6330 -  Display
6331
6332 -  Don't display
6333
6334 Description:
6335
6336 -  Setting this preference to 'Display' allows you to upload your own
6337    cover images to bib records and display them on the detail page in
6338    the staff client. At this time the cover will only show under the
6339    'Images' tab on the holdings table on the detail display, not next to
6340    the title at the top left or on the search results.
6341
6342 .. _opaclocalcoverimages-label:
6343
6344 OPACLocalCoverImages
6345 ''''''''''''''''''''''''''''''''''''''''''''''''
6346
6347 Default: Don't display
6348
6349 Asks: \_\_\_ local cover images on OPAC search and details pages.
6350
6351 Values:
6352
6353 -  Display
6354
6355 -  Don't display
6356
6357 Description:
6358
6359 -  Setting this preference to 'Display' allows you to upload your own
6360    cover images to bib records and display them on the detail page and
6361    search results in the OPAC.
6362
6363 .. _novelist-select-label:
6364
6365 Novelist Select
6366 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6367
6368 Novelist Select is not a free service. Contact your Ebsco representative
6369 to get your log in information to embed this content in the OPAC.
6370
6371     **Important**
6372
6373     Novelist Select does not include cover images for the search results
6374     and bibliographic detail pages. You can choose any other cover image
6375     service for this content or you can contract with Ebsco to get
6376     access to the :ref:`Baker & Taylor Content Cafe <baker-&-taylor-label>` for
6377     an added fee.
6378
6379 .. _novelistselectenabled-label:
6380
6381 NovelistSelectEnabled
6382 ''''''''''''''''''''''''''''''''''''''''''''''''''
6383
6384 Default: Don't add
6385
6386 Asks: \_\_\_ Novelist Select content to the OPAC.
6387
6388 Values:
6389
6390 -  Add
6391
6392 -  Don't add
6393
6394     **Important**
6395
6396     Enabling this requires that you have entered in a user profile and
6397     password in the :ref:`NovelistSelectProfile &
6398     NovelistSelectPassword <novelistselectprofile-&-novelistselectpassword-label>` preferences
6399
6400 Description:
6401
6402 -  Novelist Select from Ebsco is a subscription service that can provide
6403    additional content in the OPAC.
6404
6405 .. _novelistselectprofile-&-novelistselectpassword-label:
6406
6407 NovelistSelectProfile & NovelistSelectPassword
6408 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
6409
6410 Asks: Access Novelist Select using user profile \_\_\_ and password
6411 \_\_\_.
6412
6413     **Important**
6414
6415     This information will be visible if someone views the source code on
6416     your OPAC.
6417
6418 Description:
6419
6420 -  Novelist Select from Ebsco is a subscription service that can provide
6421    additional content in the OPAC.
6422    
6423 .. _novelistselectstaffenabled-label:
6424
6425 NovelistSelectStaffEnabled
6426 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
6427
6428 Default: Don't add
6429
6430 Asks: \_\_\_ Novelist Select content to the Staff client (requires that
6431 you have entered in a user profile and password, which can be seen in
6432 image links).
6433
6434 Values:
6435
6436 -  Don't add
6437
6438 -  Add
6439
6440 .. _novelistselectstaffview-label:
6441
6442 NovelistSelectStaffView
6443 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
6444
6445 Default: in a tab
6446
6447 Asks: Display Novelist Select staff content \_\_\_.
6448
6449 Values:
6450
6451 -  above the holdings table
6452
6453 -  below the holdings table
6454
6455 -  in a tab
6456
6457 .. _novelistselectview-label:
6458
6459 NovelistSelectView
6460 ''''''''''''''''''''''''''''''''''''''''''''
6461
6462 Default: in an OPAC tab
6463
6464 Asks: Display Novelist Select content \_\_\_
6465
6466 Description:
6467
6468 -  Novelist Select provides a lot of content, for that reason you have
6469    four choices of where to display this content. The default view is in
6470    a tab in the holdings table.
6471
6472    Novelist Select in a tab
6473    |image55|
6474
6475    The content is the same if you choose to show it above the holdings
6476    table or below it. If shown in the right column of the page it's the
6477    same content, but displays a bit differently since space is limited.
6478
6479    Novelist Select on the side
6480    |image56|
6481
6482 Values:
6483
6484 -  above the holdings table
6485
6486 -  below the holdings table
6487
6488 -  in an OPAC tab
6489
6490 -  under the Save Record dropdown on the right
6491
6492 .. _oclc-label:
6493
6494 OCLC
6495 ^^^^^^^^^^^^^^^^^^^^^
6496
6497 .. _oclcaffiliateid-label:
6498
6499 OCLCAffiliateID
6500 ''''''''''''''''''''''''''''''''''''''
6501
6502 Asks: Use the OCLC affiliate ID \_\_\_ to access the xISBN service.
6503
6504 Description:
6505
6506 -  This setting is only applicable if the library has an OCLC Affiliate
6507    ID. This allows WorldCat searching in the OPAC via the XISBN
6508    programming interface. Simply enter the library's OCLC Affiliate ID
6509    in the box provided. Please note that using this data is only
6510    necessary if :ref:`FRBRizeEditions` and/or
6511    :ref:`OPACFRBRizeEditions` and :ref:`XISBN`
6512    settings are enabled. For more information on this service please
6513    visit the OCLC website:
6514    http://www.worldcat.org/affiliate/default.jsp.
6515
6516     **Important**
6517
6518     Unless you have signed up for an ID with OCLC, you are limited to
6519     1000 requests per day. Available at:
6520     http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
6521
6522 .. _xisbn-label:
6523
6524 XISBN
6525 ''''''''''''''''''
6526
6527 Default: Don't use
6528
6529 Asks: \_\_\_ the OCLC xISBN service to show other editions of a title
6530
6531 Description:
6532
6533 -  Set to 'Use' to display an "Editions" tab on the item's detail page.
6534    Editions are listed, complete with cover art and bibliographic
6535    information. The feed comes from OCLC's xISBN web service. The feed
6536    limit for non-commercial sites is 1000 requests per day.
6537
6538 Values:
6539
6540 -  Don't use
6541
6542 -  Use
6543
6544     **Important**
6545
6546     Requires :ref:`FRBRizeEditions` and/or
6547     :ref:`OPACFRBRizeEditions` set to 'show'
6548
6549 .. _xisbndailylimit-label:
6550
6551 XISBNDailyLimit
6552 ''''''''''''''''''''''''''''''''''''''
6553
6554 Default: 999
6555
6556 Asks: Only use the xISBN service \_\_\_ times a day.
6557
6558     **Important**
6559
6560     Unless you have signed up for an ID with OCLC, you are limited to
6561     1000 requests per day. Available at:
6562     http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
6563
6564 .. _open-library-label:
6565
6566 Open Library
6567 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6568
6569 .. _openlibrarycovers-label:
6570
6571 OpenLibraryCovers
6572 ''''''''''''''''''''''''''''''''''''''''''
6573
6574 Default: Don't add
6575
6576 Asks: \_\_\_ cover images from Open Library to search results and item
6577 detail pages on the OPAC.
6578
6579 Values:
6580
6581 -  Add
6582
6583 -  Don't add
6584
6585 Description:
6586
6587 -  This setting controls the display of applicable cover art from the
6588    free Open Library database, via the Open Library API. Please note
6589    that to use this feature, all other cover services should be turned
6590    off.
6591
6592 .. _openlibrarysearch-label:
6593
6594 OpenLibrarySearch
6595 ''''''''''''''''''''''''''''''''''''''''''
6596
6597 Default: Don't show
6598
6599 Asks: \_\_\_ search results from Open Library on the OPAC.
6600
6601 Values:
6602
6603 -  Don't show
6604
6605 -  ShowOpen Library results
6606
6607 .. _overdrive-label:
6608
6609 Overdrive
6610 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6611
6612 OverDrive is an pay service. You must first contact OverDrive directly
6613 for pricing and subscription information. Enabling this service will
6614 integrate Overdrive results in to your OPAC searches. You will have to
6615 apply for these 3 pieces of information through an application as an API
6616 developer. Overdrive API applications are evaluated once a week so you
6617 may not be able to use this feature immediately after signing up. To
6618 learn more please contact your OverDrive representative.
6619
6620 Overdrive results
6621 |image57|
6622
6623 .. _overdrivecirculation-label:
6624
6625 OverDriveCirculation
6626 ''''''''''''''''''''''''''''''''''''''''''''''''
6627
6628 Default: Don't enable
6629
6630 Asks: \_\_\_ users to access their OverDrive circulation history, and circulate
6631 items. If you enable access, you must register auth return url of
6632 http(s)://my.opac.hostname/cgi-bin/koha/external/overdrive/auth.pl with OverDrive.
6633
6634 Values:
6635
6636 -  Don't enable
6637
6638 -  Enable
6639
6640 .. _overdriveclientkey-and-overdriveclientsecret-label:
6641
6642 OverDriveClientKey and OverDriveClientSecret
6643 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
6644
6645 Asks: Include OverDrive availability information with the client key
6646 \_\_ and client secret \_\_\_
6647
6648 Description:
6649
6650 -  OverDrive customers can get this information by visiting the
6651    `OverDrive Developer
6652    Portal <https://developer.overdrive.com/docs/getting-started>`__ and
6653    following the instructions found there to apply as an API developer.
6654    Once this data and the :ref:`OverDriveLibraryID`
6655    are populated you will see OverDrive results on your OPAC searches.
6656
6657 .. _overdrivelibraryid-label:
6658
6659 OverDriveLibraryID
6660 ''''''''''''''''''''''''''''''''''''''''''''
6661
6662 Asks: Show items from the OverDrive catalog of library # \_\_\_
6663
6664 Description:
6665
6666 -  OverDrive customers can get this information by visiting the
6667    `OverDrive Developer
6668    Portal <https://developer.overdrive.com/docs/getting-started>`__ and
6669    following the instructions found there to apply as an API developer.
6670    Once this data and the :ref:`OverDriveClientKey and
6671    OverDriveClientSecret <overdriveclientkey-and-overdriveclientsecret-label>` are populated you will
6672    see OverDrive results on your OPAC searches.
6673
6674 .. _plugins-label:
6675
6676 Plugins
6677 ^^^^^^^^^^^^^^^^^^^^^^^^^^
6678
6679 .. _usekohaplugins-label:
6680
6681 UseKohaPlugins
6682 ''''''''''''''''''''''''''''''''''''
6683
6684 Default: Don't enable
6685
6686 Asks: \_\_\_ the ability to use Koha Plugins.
6687
6688 Values:
6689
6690 -  Don't enable
6691
6692 -  Enable
6693
6694     **Note**
6695
6696     The plugin system must also be enabled in the Koha configuration
6697     file to be fully enabled. Learn more in the `Plugins
6698     chapter <#pluginsystem>`__.
6699
6700 .. _syndetics-label:
6701
6702 Syndetics
6703 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6704
6705 Syndetics is a pay service. You must first contact Syndetics directly
6706 for pricing and subscription information.
6707
6708 .. _syndeticsauthornotes-label:
6709
6710 SyndeticsAuthorNotes
6711 ''''''''''''''''''''''''''''''''''''''''''''''''
6712
6713 Default: Don't show
6714
6715 Asks: \_\_\_ notes about the author of a title from Syndetics on item
6716 detail pages on the OPAC.
6717
6718 Values:
6719
6720 -  Don't show
6721
6722 -  Show
6723
6724 Description:
6725
6726 -  When this option is set to "Show", Syndetics provides notes and short
6727    author biographies for more that 300,000 authors, in both fiction and
6728    nonfiction. With this option enabled the library can display
6729    Syndetics Author Notes on the OPAC. According to the Syndetics
6730    Solutions website (http://www.bowker.com/syndetics/), Author Notes
6731    include lists of contributors for many multi-author texts and
6732    compilations. The :ref:`SyndeticsClientCode` must
6733    be entered and the :ref:`SyndeticsEnabled` option
6734    must be activated before this service can be used.
6735
6736 .. _syndeticsawards-label:
6737
6738 SyndeticsAwards
6739 ''''''''''''''''''''''''''''''''''''''
6740
6741 Default: Don't show
6742
6743 Asks: \_\_\_ information from Syndetics about the awards a title has won
6744 on item detail pages on the OPAC.
6745
6746 Values:
6747
6748 -  Don't show
6749
6750 -  Show
6751
6752 Description:
6753
6754 -  When this option is set to "Show", Syndetics provides its clients
6755    with a list of awards that any title has won. With this service
6756    enabled the library can display those awards for each book on its
6757    website. For each book or item that comes up during a user search,
6758    the list of awards for that title will be displayed. When a user
6759    clicks on a given award, information about that award is presented
6760    along with a list of the other titles that have won that award. If
6761    the user clicks on any title in the list, they will see holdings
6762    information about that title in their region. This option is a paid
6763    subscription service. The
6764    :ref:`SyndeticsClientCode` must be entered and
6765    the :ref:`SyndeticsEnabled` option must be activated
6766    before this service can be used.
6767
6768 .. _syndeticsclientcode-label:
6769
6770 SyndeticsClientCode
6771 ''''''''''''''''''''''''''''''''''''''''''''''
6772
6773 Asks: Use the client code \_\_\_ to access Syndetics.
6774
6775 Description:
6776
6777 -  Once the library signs up for Syndetics' services, Syndetics will
6778    provide the library with an access code. (Visit the Syndetics
6779    homepage at http://www.bowker.com/syndetics/ for more information.)
6780    This is the code that must be entered to access Syndetics'
6781    subscription services. Syndetics is a paid subscription service. This
6782    value must be entered before
6783    :ref:`SyndeticsEditions` can be enabled. If the
6784    code is lost, corrupted, or forgotten, a new one can be obtained from
6785    http://www.bowker.com/syndetics/.
6786
6787     **Important**
6788
6789     You will need to get your client code directly from Syndetics.
6790
6791 .. _syndeticscoverimages-&-syndeticscoverimagesize-label:
6792
6793 SyndeticsCoverImages & SyndeticsCoverImageSize
6794 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
6795
6796 SyndeticsCoverImages Default: Don't show
6797
6798 SyndeticsCoverImageSize Default: medium
6799
6800 Asks: \_\_\_ cover images from Syndetics on search results and item
6801 detail pages on the OPAC in a \_\_\_ size.
6802
6803 Descriptions:
6804
6805 -  When enabled, SyndeticsCoverImages, allows libraries to display
6806    Syndetics' collection of full-color cover images for books, videos,
6807    DVDs and CDs on their OPAC. For each book or item that comes up
6808    during a user search, the cover image for that title will be
6809    displayed. Since these cover images come in three sizes, the optimum
6810    size must be selected using the SyndeticsCoverImageSize preference
6811    after SyndeticsCoverImages are enabled. Syndetics cover images come
6812    in two sizes: mid-size (187 x 187 pixels), and large (400 x 400
6813    pixels). Syndetics is a paid subscription service. The
6814    :ref:`SyndeticsClientCode` must be entered and
6815    the :ref:`SyndeticsEnabled` option must be activated
6816    before this service can be used. Other cover image preferences should
6817    also be disabled to avoid interference.
6818
6819 SyndeticsCoverImages Values:
6820
6821 -  Don't show
6822
6823 -  Show
6824
6825 SyndeticsCoverImageSize Values:
6826
6827 -  medium
6828
6829 -  large
6830
6831 .. _syndeticseditions-label:
6832
6833 SyndeticsEditions
6834 ''''''''''''''''''''''''''''''''''''''''''
6835
6836 Default: Don't show
6837
6838 Asks: \_\_\_ information about other editions of a title from Syndetics
6839 on item detail pages on the OPAC
6840
6841 Description:
6842
6843 -  When enabled this option shows information on other editions of a
6844    title from Syndetics on the item detail pages of the OPAC. Syndetics
6845    is a paid subscription service. The
6846    :ref:`SyndeticsClientCode` must be entered and
6847    the :ref:`SyndeticsEnabled` option must be activated
6848    before this service can be used.
6849
6850 Values:
6851
6852 -  Don't show
6853
6854 -  Show
6855
6856     **Important**
6857
6858     Requires :ref:`OPACFRBRizeEditions` set to
6859     'show'
6860
6861 .. _syndeticsenabled-label:
6862
6863 SyndeticsEnabled
6864 ''''''''''''''''''''''''''''''''''''''''
6865
6866 Default: Don't use
6867
6868 Asks: \_\_\_ content from Syndetics.
6869
6870 Values:
6871
6872 -  Don't use
6873
6874 -  Use
6875
6876 Description:
6877
6878 -  When this option is enabled any of the Syndetics options can be used.
6879
6880     **Important**
6881
6882     Requires that you enter your
6883     :ref:`SyndeticsClientCode` before this content
6884     will appear.
6885
6886 .. _syndeticsexcerpt-label:
6887
6888 SyndeticsExcerpt
6889 ''''''''''''''''''''''''''''''''''''''''
6890
6891 Default: Don't show
6892
6893 Asks: \_\_\_ excerpts from of a title from Syndetics on item detail
6894 pages on the OPAC.
6895
6896 Values:
6897
6898 -  Don't show
6899
6900 -  Show
6901
6902 Description:
6903
6904 -  This preference allows Syndetics to display excerpts given to them
6905    from selected publishers. The excerpts are available from prominently
6906    reviewed new titles, both fiction and non-fiction. The excerpts
6907    include poems, essays, recipes, forwards and prefaces. Automatic
6908    links provided by the ISBNs within local MARC records are required to
6909    integrate Syndetics secured, high-speed Internet servers to the
6910    library OPACs. For more information see
6911    (http://www.bowker.com/syndetics/).
6912
6913 .. _syndeticsreviews-label:
6914
6915 SyndeticsReviews
6916 ''''''''''''''''''''''''''''''''''''''''
6917
6918 Default: Don't show
6919
6920 Asks: \_\_\_ reviews of a title from Syndetics on item detail pages on
6921 the OPAC.
6922
6923 Values:
6924
6925 -  Don't show
6926
6927 -  Show
6928
6929 Description:
6930
6931 -  Syndetics Reviews is an accumulation of book reviews available from a
6932    variety of journals and serials. The reviews page displays colored
6933    images of reviewed books dust jackets, partnered with the names of
6934    the journal or serial providing the review. Clicking on an icon opens
6935    a window revealing the book title, author's name, book cover icon and
6936    the critic's opinion of the book. Automatic links provided by the
6937    ISBNs within local MARC records are required to integrate Syndetics
6938    secured, high-speed Internet servers to the library OPACs. For more
6939    information see (http://www.bowker.com/syndetics/).
6940
6941 .. _syndeticsseries-label:
6942
6943 SyndeticsSeries
6944 ''''''''''''''''''''''''''''''''''''''
6945
6946 Default: Don't show
6947
6948 Asks: \_\_\_ information on other books in a title's series from
6949 Syndetics on item detail pages on the OPAC.
6950
6951 Values:
6952
6953 -  Don't show
6954
6955 -  Show
6956
6957 Description:
6958
6959 -  Each fiction title within a series is linked to the complete series
6960    record. The record displays each title in reading order and also
6961    displays the publication order, if different. Alternate series titles
6962    are also displayed. Automatic links provided by the ISBNs within
6963    local MARC records are required to integrate Syndetics secured, high-
6964    speed Internet servers to the library OPACs. For more information see
6965    (http://www.bowker.com/syndetics/).
6966
6967 .. _syndeticssummary-label:
6968
6969 SyndeticsSummary
6970 ''''''''''''''''''''''''''''''''''''''''
6971
6972 Default: Don't show
6973
6974 Asks: \_\_\_ a summary of a title from Syndetics on item detail pages on
6975 the OPAC.
6976
6977 Values:
6978
6979 -  Don't show
6980
6981 -  Show
6982
6983 Description:
6984
6985 -  Providing more than 5.6 million summaries and annotations derived
6986    from book jackets, edited publisher copy, or independently written
6987    annotations from Book News, Inc. Covering fiction and non-fiction,
6988    this summaries option provides annotations on both trade and
6989    scholarly titles. For more information see
6990    (http://www.bowker.com/syndetics/).
6991
6992 .. _syndeticstoc-label:
6993
6994 SyndeticsTOC
6995 ''''''''''''''''''''''''''''''''
6996
6997 Default: Don't show
6998
6999 Asks: \_\_\_ the table of contents of a title from Syndetics on item
7000 detail pages on the OPAC.
7001
7002 Values:
7003
7004 -  Don't show
7005
7006 -  Show
7007
7008 Description:
7009
7010 -  This preference allows staff and patrons to review the Table of
7011    Contents from a wide variety of publications from popular self-help
7012    books to conference proceedings. Specific Information access is the
7013    main purpose for this option, allowing patrons guidance to their
7014    preferred section of the book. Special arrangements with selected
7015    book services is used to obtain the table of contents for new
7016    publications each year. Automatic links provided by the ISBNs within
7017    local MARC records are required to integrate Syndetics secured,
7018    high-speed Internet servers to the library OPACs. For more
7019    information see (http://www.bowker.com/syndetics/).
7020
7021 .. _tagging-label:
7022
7023 Tagging
7024 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
7025
7026 .. _tagsenabled-label:
7027
7028 TagsEnabled
7029 ''''''''''''''''''''''''''''''
7030
7031 Default: Allow
7032
7033 Asks: \_\_\_ patrons and staff to put tags on items.
7034
7035 Values:
7036
7037 -  Allow
7038
7039 -  Don't allow
7040
7041 Description:
7042
7043 -  Set to 'Allow' enable tagging. A tag is metadata, a word added to
7044    identify an item. Tags allow patrons to classify materials on their
7045    own. TagsEnabled is the main switch that permits the tagging
7046    features. TagsEnable must be set to 'Allow' to allow for other
7047    tagging features.
7048
7049 .. _tagsexternaldictionary-label:
7050
7051 TagsExternalDictionary
7052 ''''''''''''''''''''''''''''''''''''''''''''''''''''
7053
7054 Asks: Allow tags in the dictionary of the ispell executable \_\_\_ on
7055 the server to be approved without moderation.
7056
7057 Description:
7058
7059 -  The dictionary includes a list of accepted and rejected tags. The
7060    accepted list includes all the tags that have been pre-allowed. The
7061    rejected list includes tags that are not allowed. This preference
7062    identifies the "accepted" dictionary used. Ispell is an open source
7063    dictionary which can be used as a list of accepted terms. Since the
7064    dictionary allows for accurately spelled obscenities, the libraries
7065    policy may dictate that modifications are made to the Ispell
7066    dictionary if this preference is use. For more information about
7067    Ispell http://www.gnu.org/software/ispell/ispell.html. Enter the path
7068    on your server to a local ispell executable, used to set
7069    $Lingua::Ispell::path.
7070
7071 .. _tagsinputondetail-label:
7072
7073 TagsInputOnDetail
7074 ''''''''''''''''''''''''''''''''''''''''''
7075
7076 Default: Allow
7077
7078 Asks: \_\_\_ patrons to input tags on item detail pages on the OPAC.
7079
7080 Values:
7081
7082 -  Allow
7083
7084    Add Tags on Detail
7085    |image59|
7086
7087 -  Don't allow
7088
7089 .. _tagsinputonlist-label:
7090
7091 TagsInputOnList
7092 ''''''''''''''''''''''''''''''''''''''
7093
7094 Default: Allow
7095
7096 Asks: \_\_\_ patrons to input tags on search results on the OPAC.
7097
7098 Values:
7099
7100 -  Allow
7101
7102    Tags on Search Results
7103    |image58|
7104
7105 -  Don't allow
7106
7107 .. _tagsmoderation-label:
7108
7109 TagsModeration
7110 ''''''''''''''''''''''''''''''''''''
7111
7112 Default: Don't require
7113
7114 Asks: \_\_\_ that tags submitted by patrons be reviewed by a staff
7115 member before being shown.
7116
7117 Values:
7118
7119 -  Don't require
7120
7121 -  Require
7122
7123 Description:
7124
7125 -  When set to 'Require,' all tags to be first filtered by the tag
7126    moderator. Only approved tags will be visible to patrons. When set to
7127    'Don't require' tags will bypass the tag moderator and patrons' tags
7128    to be immediately visible. When this preference is enabled the
7129    moderator, a staff member, would approve the tag in the Staff Client.
7130    The moderator will have the option to approve or reject each pending
7131    tag suggestion.
7132
7133 When moderation is required all tags go through the tag moderation tool
7134 before becoming visible.
7135
7136 -  *Get there:* More > Tools > :ref:`Tags <tag-moderation-label>`
7137
7138 .. _tagsshowondetail-label:
7139
7140 TagsShowOnDetail
7141 ''''''''''''''''''''''''''''''''''''''''
7142
7143 Default: 10
7144
7145 Asks: Show \_\_\_ tags on item detail pages on the OPAC.
7146
7147     **Note**
7148
7149     Set the value to 0 (zero) to turn this feature off.
7150
7151 .. _tagsshowonlist-label:
7152
7153 TagsShowOnList
7154 ''''''''''''''''''''''''''''''''''''
7155
7156 Default: 6
7157
7158 Asks: Show \_\_\_ tags on search results on the OPAC.
7159
7160     **Note**
7161
7162     Set the value to 0 (zero) to turn this feature off.
7163
7164 .. _i18n/l10n-label:
7165
7166 I18N/L10N
7167 ~~~~~~~~~~~~~~~~~~~~~~~~~~
7168
7169 These preferences control your Internationalization and Localization
7170 settings.
7171
7172 *Get there:* More > Administration > Global System Preferences >
7173 I18N/L10N
7174
7175 .. _addressformat-label:
7176
7177 AddressFormat
7178 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7179
7180 Default: US style ([Street number], [Address] - [City], [Zip/Postal
7181 Code], [Country])
7182
7183 Asks: Format postal addresses using \_\_\_
7184
7185 Values:
7186
7187 -  German style ([Address] [Street number] - [Zip/Postal Code] [City] -
7188    [Country])
7189
7190 -  French style ([Street number] [Address] - [ZIP/Postal Code] [City] -
7191    [Country])
7192
7193 -  US style ([Street number], [Address] - [City], [Zip/Postal Code],
7194    [Country])
7195
7196 Description:
7197
7198 -  This preference will let you control how Koha displays patron
7199    addresses given the information entered in the various fields on
7200    their record.
7201
7202 .. _alphabet-label:
7203
7204 alphabet
7205 ^^^^^^^^^^^^^^^^^^^^^^^^
7206
7207 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
7208
7209 Asks: Use the alphabet \_\_\_ for lists of browsable letters. This
7210 should be a space separated list of uppercase letters.
7211
7212 Description:
7213
7214 -  This preference allows you define your own alphabet for browsing
7215    patrons in Koha.
7216
7217    Alphabet browse on patron module
7218    |image60|
7219
7220 .. _calendarfirstdayofweek-label:
7221
7222 CalendarFirstDayOfWeek
7223 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7224
7225 Default: Sunday
7226
7227 Asks: Use \_\_\_ as the first day of week in the calendar.
7228
7229 Values:
7230
7231 -  Sunday
7232
7233 -  Monday
7234
7235 -  Tuesday
7236
7237 -  Wednesday
7238
7239 -  Thursday
7240
7241 -  Friday
7242
7243 -  Saturday
7244
7245 Description:
7246
7247 -  Using this preference you can control what day shows as the first day
7248    of the week in the calendar pop ups throughout Koha and on the
7249    Calendar tool. If you change this preference and don't see a change
7250    in your browser try clearing your cache since it makes changes to the
7251    Javascript on these pages.
7252
7253 .. _dateformat-label:
7254
7255 dateformat
7256 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7257
7258 Default: mm/dd/yyyy
7259
7260 Asks: Format dates like \_\_\_
7261
7262 Values:
7263
7264 -  dd.mm.yyyy
7265
7266 -  dd/mm/yyyy
7267
7268 -  mm/dd/yyyy
7269
7270 -  yyyy/mm/dd
7271
7272 Description:
7273
7274 -  This preference controls how the date is displayed. The options are
7275    the United States method, mm/dd/yyyy (04/24/2010), the metric method,
7276    dd/mm/yyyy (24/04/2010) or ISO, which is the International Standard
7277    of Organization, yyyy/mm/dd (2010/04/24). The International Standard
7278    of Organization would primarily be used by libraries with locations
7279    in multiple nations that may use different date formats, to have a
7280    single display type, or if the library would be in a region that does
7281    not use the United States or metric method. More information
7282    regarding the ISO date format can be found at
7283    http://www.iso.org/iso/iso_catalogue.htm.
7284
7285 .. _language-label:
7286
7287 language
7288 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7289
7290 Default: English
7291
7292 Asks: Enable the following languages on the staff interface
7293
7294 Values:
7295
7296 -  English
7297
7298 To install additional languages please refer to
7299 http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client
7300
7301 .. _opaclanguages-label:
7302
7303 opaclanguages
7304 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7305
7306 Default: English
7307
7308 Asks: Enable the following languages on the OPAC
7309
7310 Values:
7311
7312 -  English
7313
7314     **Note**
7315
7316     To install additional languages you need to run
7317     misc/translation/install-code.pl. For example, to install French you
7318     would run the following command install-code.pl fr-FR to make the
7319     templates, once they exist and are in the right place then they will
7320     show up as an option in this preference.
7321
7322 .. _opaclanguagesdisplay-label:
7323
7324 opaclanguagesdisplay
7325 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7326
7327 Default: Don't allow
7328
7329 Asks: \_\_\_ patrons to select their language on the OPAC.
7330
7331 Values:
7332
7333 -  Allow
7334
7335    -  Patrons can choose their language from a list at the bottom of the
7336       public catalog
7337
7338       Language selector in OPAC
7339       |image61|
7340
7341 -  Don't allow
7342
7343    -  The public catalog will not give an option to choose a language
7344
7345 Description:
7346
7347 -  Using the :ref:`OpacLangSelectorMode` preference
7348    you can decide where these language options will appear in the public
7349    catalog.
7350
7351 .. _timeformat-label:
7352
7353 TimeFormat
7354 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7355
7356 Default: 24 hour format
7357
7358 Asks: Format times in \_\_\_
7359
7360 Values:
7361
7362 -  12 hour format (eg 02:18PM)
7363
7364 -  24 hour format (eg 14:18)
7365
7366 .. _translatenotices-label:
7367
7368 TranslateNotices
7369 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7370
7371 Default: Don't allow
7372
7373 Asks: \_\_\_ notices to be translated. If set, notices will be translatable from
7374 the "Notices and Slips" interface. The language used to send a notice to a patron
7375 will be the one defined for the patron.
7376
7377 Values:
7378
7379 -  Don't allow
7380
7381 -  Allow
7382
7383 .. _labs-label:
7384
7385 Labs
7386 ~~~~~~~~~~~~~~~~~~~~~
7387
7388 *Get there:* More > Administration > Global System Preferences > Labs
7389
7390 The preferences in this section are for experimental features that need
7391 additional testing and debugging.
7392
7393 .. _enableadvancedcatalogingeditor-label:
7394
7395 EnableAdvancedCatalogingEditor
7396 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7397
7398 Default: Don't enable
7399
7400 Asks: \_\_\_ the advanced cataloging editor.
7401
7402 Description:
7403
7404 -  This preference will allow you to choose between a basic editor and a
7405    advanced editor for cataloging.
7406
7407     **Important**
7408
7409     This feature is currently experimental, and may have bugs that cause
7410     corruption of records. It also does not include any support for
7411     UNIMARC or NORMARC fixed fields. Please help us test it and report
7412     any bugs, but do so at your own risk.
7413
7414 .. _local-use-label:
7415
7416 Local Use
7417 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
7418
7419 These preferences are defined locally.
7420
7421 *Get there:* More > Administration > Global System Preferences > Local
7422 Use
7423
7424     **Note**
7425
7426     Sometimes preferences which are either new or outdated will appear
7427     in this tab, if you didn't add any preferences to this tab then it's
7428     best to ignore preferences listed here.
7429
7430 .. _articlerequestsmandatoryfieldsitemsonly-label:
7431
7432 ArticleRequestsMandatoryFieldsItemsOnly
7433 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7434
7435 Default: blank
7436
7437 Asks: Comma delimited list of required fields for bibs where artciel requests
7438 rule = "item_only"
7439
7440 .. _intradidyoumean-label:
7441
7442 INTRAdidyoumean
7443 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7444
7445 Default: blank
7446
7447 Asks: Did you mean? configuration for the Intranet. Do not change, as this is
7448 controlled by /cgi-bin/koha/admin/didyoumean.pl.
7449
7450 .. _opacdidyoumean-label:
7451
7452 OPACdidyoumean
7453 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7454
7455 Default: blank
7456
7457 Asks: Did you mean? configuration for the OPAC. Do not change, as this is
7458 controlled by /cgi-bin/koha/admin/didyoumean.pl.
7459
7460 .. _printcirculationships-label:
7461
7462 printcirculationships
7463 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7464
7465 Default: ON
7466
7467 Asks: If ON, enable printing circulation receipts
7468
7469 Values:
7470
7471 -  ON
7472
7473 -  OFF
7474
7475 .. _usagestatsid-label:
7476
7477 UsageStatsID
7478 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7479
7480 Default: blank
7481
7482 Asks: This preference is part of Koha but it should not be deleted or
7483 updated manually.
7484
7485 .. _usagestatslastupdatetime-label:
7486
7487 UsageStatsLastUpdateTime
7488 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7489
7490 Default: blank
7491
7492 Asks: This preference is part of Koha but it should not be deleted or
7493 updated manually.
7494
7495 .. _usagestatspublicid-label:
7496
7497 UsageStatsPublicID
7498 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7499
7500 Default: blank
7501
7502 Asks: Public ID for Hea website
7503
7504 .. _version-label:
7505
7506 Version
7507 ^^^^^^^^^^^^^^^^^^^^^^
7508
7509 Default: automatically generated
7510
7511 Asks: The Koha database version. WARNING: Do not change this value
7512 manually. It is maintained by the webinstaller
7513
7514 .. _logs-label:
7515
7516 Logs
7517 ~~~~~~~~~~~~~~~~
7518
7519 Logs keep track of transaction on the system. You can decide which
7520 actions you want to log and which you don't using these preferences.
7521 Logs can then be viewed in the :ref:`Log Viewer` under Tools.
7522
7523 *Get there:* More > Administration > Global System Preferences > Logs
7524
7525 .. _debugging-label:
7526
7527 Debugging
7528 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7529
7530 .. _dumptemplatevarsintranet-label:
7531
7532 DumpTemplateVarsIntranet
7533 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
7534
7535 Default: Don't
7536
7537 Asks: \_\_\_ dump all Template Toolkit variable to a comment in the HTML
7538 source for the staff intranet.
7539
7540 Value:
7541
7542 -  Don't
7543
7544 -  Do
7545
7546 .. _dumptemplatevarsopac-label:
7547
7548 DumpTemplateVarsOpac
7549 ''''''''''''''''''''''''''''''''''''''''''''''''
7550
7551 Default: Don't
7552
7553 Asks: \_\_\_ dump all Template Toolkit variable to a comment in the HTML
7554 source for the OPAC.
7555
7556 Value:
7557
7558 -  Don't
7559
7560 -  Do
7561
7562 .. _logging-label:
7563
7564 Logging
7565 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
7566
7567 .. _authoritieslog-label:
7568
7569 AuthoritiesLog
7570 ''''''''''''''''''''''''''''''''''''
7571
7572 Default: Don't log
7573
7574 Asks: \_\_\_ changes to authority records.
7575
7576 Values:
7577
7578 -  Don't log
7579
7580 -  Log
7581
7582 .. _borrowerslog-label:
7583
7584 BorrowersLog
7585 ''''''''''''''''''''''''''''''''
7586
7587 Default: Log
7588
7589 Asks: \_\_\_ changes to patron records.
7590
7591 Values:
7592
7593 -  Don't log
7594
7595 -  Log
7596
7597 .. _cataloguinglog-label:
7598
7599 CataloguingLog
7600 ''''''''''''''''''''''''''''''''''''
7601
7602 Default: Don't log
7603
7604 Asks: \_\_\_ any changes to bibliographic or item records.
7605
7606 Values:
7607
7608 -  Don't log
7609
7610 -  Log
7611
7612     **Important**
7613
7614     Since this occurs whenever a book is cataloged, edited, or checked
7615     in or out it can be very resource intensive - slowing down your
7616     system.
7617
7618 .. _cronjoblog-label:
7619
7620 CronjobLog
7621 ''''''''''''''''''''''''''''
7622
7623 Default: Don't log
7624
7625 Asks: \_\_\_ information from cron jobs.
7626
7627 Values:
7628
7629 -  Don't log
7630
7631 -  Log
7632
7633 .. _fineslog-label:
7634
7635 FinesLog
7636 ''''''''''''''''''''''''
7637
7638 Default: Log
7639
7640 Asks: \_\_\_ when overdue fines are charged or automatically forgiven.
7641
7642 Values:
7643
7644 -  Don't log
7645
7646 -  Log
7647
7648 .. _holdslog-label:
7649
7650 HoldsLog
7651 ''''''''''''''''''''''''
7652
7653 Default: Don't log
7654
7655 Asks: \_\_\_ any actions on holds (create, cancel, suspend, resume, etc.).
7656
7657 Values:
7658
7659 -  Don't log
7660
7661 -  Log
7662
7663 .. _issuelog-label:
7664
7665 IssueLog
7666 ''''''''''''''''''''''''
7667
7668 Default: Log
7669
7670 Asks: \_\_\_ when items are checked out.
7671
7672 Values:
7673
7674 -  Don't log
7675
7676 -  Log
7677
7678 .. _letterlog-label:
7679
7680 LetterLog
7681 ''''''''''''''''''''''''''
7682
7683 Default: Log
7684
7685 Asks: \_\_\_ when an automatic claim notice is sent.
7686
7687 Values:
7688
7689 -  Don't log
7690
7691 -  Log
7692
7693     **Note**
7694
7695     This log tracks all notices that go to patrons including the overdue
7696     notices.
7697
7698 .. _renewallog-label:
7699
7700 RenewalLog
7701 ''''''''''''''''''''''''''''
7702
7703 Default:  Don't log
7704
7705 Asks: \_\_\_ when items are renewed.
7706
7707 Values:
7708
7709 - Don't log
7710
7711 - Log
7712
7713 .. _reportslog-label:
7714
7715 ReportsLog
7716 ''''''''''''''''''''''''''''
7717
7718 Default: Don't log
7719
7720 Asks: \_\_\_ when reports are added, deleted or changed.
7721
7722 Values:
7723
7724 -  Don't log
7725
7726 -  Log
7727
7728 .. _returnlog-label:
7729
7730 ReturnLog
7731 ''''''''''''''''''''''''''
7732
7733 Default: Log
7734
7735 Asks: \_\_\_ when items are returned.
7736
7737 Values:
7738
7739 -  Don't log
7740
7741 -  Log
7742
7743 .. _subscriptionlog-label:
7744
7745 SubscriptionLog
7746 ''''''''''''''''''''''''''''''''''''''
7747
7748 Default: Log
7749
7750 Asks: \_\_\_ when serials are added, deleted or changed.
7751
7752 Values:
7753
7754 -  Don't log
7755
7756 -  Log
7757
7758 .. _opac-label:
7759
7760 OPAC
7761 ~~~~~~~~~~~~~~~~~~~~~
7762
7763 *Get there:* More > Administration > Global System Preferences > OPAC
7764
7765 .. _advanced-search-options-label:
7766
7767 Advanced Search Options
7768 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7769
7770 .. _opacadvsearchmoreoptions-label:
7771
7772 OpacAdvSearchMoreOptions
7773 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
7774
7775 Default: Select All
7776
7777 Asks: Show search options for the expanded view \_\_\_
7778
7779 Values:
7780
7781 -  [Select all]
7782
7783 -  Item types
7784
7785 -  Language
7786
7787 -  Location and availability
7788
7789 -  Publication date
7790
7791 -  Sorting
7792
7793 -  Subtypes
7794
7795 Description:
7796
7797 -  The settings in this preference will determine which search fields
7798    will show when the patron is using the 'More options' mode on the
7799    advanced search page.
7800
7801 .. _opacadvsearchoptions-label:
7802
7803 OpacAdvSearchOptions
7804 ''''''''''''''''''''''''''''''''''''''''''''''''
7805
7806 Default: Item types, Language, Location and availability, Publication
7807 date, Sorting
7808
7809 Asks: Show search options \_\_\_
7810
7811 Values:
7812
7813 -  [Select all]
7814
7815 -  Item types
7816
7817 -  Language
7818
7819 -  Location and availability
7820
7821 -  Publication date
7822
7823 -  Sorting
7824
7825 -  Subtypes
7826
7827 Description:
7828
7829 -  The settings in this preference will determine which search fields
7830    will show when the patron is using the 'Fewer options' mode on the
7831    advanced search page.
7832
7833 .. _appearance-label:
7834
7835 Appearance
7836 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7837
7838 These preferences control how things appear in the OPAC.
7839
7840 .. _authorisedvalueimages-label:
7841
7842 AuthorisedValueImages
7843 ''''''''''''''''''''''''''''''''''''''''''''''''''
7844
7845 Default: Don't show
7846
7847 Asks: \_\_\_ images for authorized values (such as lost statuses and
7848 locations) in search results and item detail pages on the OPAC.
7849
7850 Values:
7851
7852 -  Don't show
7853
7854 -  Show
7855
7856 *Get there:* More > Administration > :ref:`Authorized
7857 Values <authorized-values-label>`
7858
7859 .. _bibliodefaultview-label:
7860
7861 BiblioDefaultView
7862 ''''''''''''''''''''''''''''''''''''''''''
7863
7864 Default: in simple form
7865
7866 Asks: By default, show bib records \_\_\_
7867
7868 Values:
7869
7870 -  as specified in the ISBD template.
7871
7872    -  See :ref:`ISBD` preference for more information
7873
7874 -  in simple form.
7875
7876 -  in their MARC format.
7877
7878 Description:
7879
7880 -  This preference determines the level of bibliographic detail that the
7881    patron will see on the OPAC detail page. The simple form displays the
7882    graphical interface; MARC format displays the MARC21 cataloging view;
7883    ISBD displays the ISBD (International Standard Bibliographic
7884    Description, AACR2) view.
7885
7886 .. _coinsinopacresults-label:
7887
7888 COinSinOPACResults
7889 ''''''''''''''''''''''''''''''''''''''''''''
7890
7891 Default: Include
7892
7893 Asks: \_\_\_ COinS / OpenURL / Z39.88 in OPAC search results.
7894
7895 Values:
7896
7897 -  Don't include
7898
7899    -  If you choose not to include COinS on the search results, it will
7900       still be loaded on the individual bibliographic records.
7901
7902 -  Include
7903
7904    -  Enabling this feature will slow OPAC search response times.
7905
7906 Description:
7907
7908 -  COinS stands for ContextObjects in Spans. COinS is a method to embed
7909    bibliographic metadata in the HTML code of web pages. This allows
7910    bibliographic software to publish machine-readable bibliographic
7911    items and client reference management software (such as Zotero) to
7912    retrieve bibliographic metadata. The metadata can also be sent to an
7913    OpenURL resolver. This allows, for instance, searching for a copy of
7914    a book in one's own library.
7915
7916 .. _displayopaciconsxslt-label:
7917
7918 DisplayOPACiconsXSLT
7919 ''''''''''''''''''''''''''''''''''''''''''''''''
7920
7921 Default: Don't show
7922
7923 Asks: On pages displayed with XSLT stylesheets on the OPAC, \_\_\_ icons
7924 for itemtype and authorized values.
7925
7926     **Important**
7927
7928     :ref:`OPACXSLTResultsDisplay` and/or
7929     :ref:`OPACXSLTDetailsDisplay` must be set to
7930     use an XSLT stylesheet for this to show (default or custom)
7931
7932 Values:
7933
7934 -  Don't show
7935
7936 -  Show
7937
7938    DisplayOPACiconsXSLT
7939    |image62|
7940
7941     **Note**
7942
7943     See the `XSLT Icon Guide <#XSLTiTypes>`__ for more information on
7944     these icons.
7945
7946 .. _googleindictransliteration-label:
7947
7948 GoogleIndicTransliteration
7949 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
7950
7951 Default: Don't show
7952
7953 Asks: \_\_\_ GoogleIndicTransliteration on the OPAC.
7954
7955 Values:
7956
7957 -  Don't show
7958
7959 -  Show
7960
7961 .. _hidelostitems-label:
7962
7963 hidelostitems
7964 ''''''''''''''''''''''''''''''''''
7965
7966 Default: Don't show
7967
7968 Asks: \_\_\_ lost items on search and detail pages.
7969
7970 Description:
7971
7972 -  Items that are marked lost by the library can either be shown or not
7973    shown on the OPAC. By setting the value to "Don't show," the lost
7974    item is not shown on the OPAC. By setting the value "Show," the lost
7975    item is shown on the OPAC for patrons to view with a status of
7976    'lost.'
7977
7978 Values:
7979
7980 -  Don't show
7981
7982 -  Show
7983
7984    Lost item showing in the OPAC
7985    |image63|
7986
7987 .. _highlightownitemsonopac-&-highlightownitemsonopacwhich-label:
7988
7989 HighlightOwnItemsOnOPAC & HighlightOwnItemsOnOPACWhich
7990 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
7991
7992 HighlightOwnItemsOnOPAC Default: Don't emphasize
7993
7994 HighlightOwnItemsOnOPACWhich Default: patron's home library
7995
7996 Asks: \_\_\_ results from the \_\_\_ by moving the results to the front
7997 and increasing the size or highlighting the rows for those results.
7998
7999 HighlightOwnItemsOnOPAC Values:
8000
8001 -  Don't emphasize
8002
8003 -  Emphasize
8004
8005 HighlightOwnItemsOnOPACWhich Values:
8006
8007 -  OPAC's branch based via the URL
8008
8009    -  The library is chosen based on the Apache environment variable
8010       BRANCHCODE. For example, this could be added to the OPAC section
8011       of koha-httpd.conf: SetEnv BRANCHCODE "CPL"
8012
8013 -  patron's home library
8014
8015    -  The items emphasized will be those of the same library as the
8016       patron's library. If no one is logged into the OPAC, no items will
8017       be highlighted.
8018
8019     **Important**
8020
8021     This preference will only effect sites that are not using an XSLT
8022     stylesheet. XSLT stylesheets are defined in the
8023     :ref:`OPACXSLTResultsDisplay` and
8024     :ref:`OPACXSLTDetailsDisplay` preferences.
8025
8026 .. _libraryname-label:
8027
8028 LibraryName
8029 ''''''''''''''''''''''''''''''
8030
8031 Asks: Show \_\_\_ as the name of the library on the OPAC.
8032
8033     **Note**
8034
8035     This value will appear in the title bar of the browser
8036
8037     **Note**
8038
8039     Edit ':ref:`opacheader`' if you'd like to add a library
8040     name above your search box on the OPAC
8041
8042 Browser title and address bar
8043 |image64|
8044
8045 .. _nologininstructions-label:
8046
8047 NoLoginInstructions
8048 ''''''''''''''''''''''''''''''''''''''''''''''
8049
8050 Asks: Show the following HTML on the OPAC login form when a patron is
8051 not logged in:
8052
8053 Description:
8054
8055 -  This preference allows you to override the default text seen on the
8056    log in page in the Koha OPAC. The default HTML is:
8057
8058    ::
8059
8060        <h5>Don't have a password yet?</h5>
8061        <p> If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.</p>
8062        <h5>Don't have a library card?</h5>
8063        <p> If you don't have a library card, stop by your local library to sign up.</p>
8064
8065    Any HTML in this box will replace the above text below the log in
8066    box.No login instructions
8067
8068 .. _opacadditionalstylesheet-label:
8069
8070 OpacAdditionalStylesheet
8071 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
8072
8073 Asks: Include the additional CSS stylesheet \_\_\_ to override specified
8074 settings from the default stylesheet.
8075
8076 Description:
8077
8078 -  The preference can look for stylesheets in the template directory for
8079    your OPAC language, for instance: /koha-tmpl/opac-tmpl/prog/en/css.
8080    If you upload a custom file, opac-mystyles.css to this directory, you
8081    can specify it by entering opac-mystyles.css in your
8082    opaccolorstylesheet system preference. This adds your custom
8083    stylesheet as a linked stylesheet alongside the OPAC's default CSS
8084    files. This method is preferable because linked stylesheets are
8085    cached by the user's browser, meaning upon repeat visits to your site
8086    the user's browser will not have to re-download the stylesheet,
8087    instead using the copy in the browser's cache.
8088
8089 -  If you would rather, you can upload your CSS to another server and
8090    enter the full URL pointing to it's location remember to begin the
8091    URL with http://
8092
8093     **Note**
8094
8095     Leave this field blank to disable it
8096
8097     **Note**
8098
8099     This file will add a linked CSS, not replace the existing default
8100     CSS.
8101
8102 .. _opacaddmastheadlibrarypulldown-label:
8103
8104 OpacAddMastheadLibraryPulldown
8105 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
8106
8107 Default: Don't add
8108
8109 Asks: \_\_\_ a library select pulldown menu on the OPAC masthead.
8110
8111 Values:
8112
8113 -  Add
8114
8115    Library select box on Koha OPAC
8116    |image65|
8117
8118 -  Don't Add
8119
8120    No library select box on Koha OPAC
8121    |image66|
8122
8123 .. _opacbaseurl-label:
8124
8125 OPACBaseURL
8126 ''''''''''''''''''''''''''''''
8127
8128 Asks: The OPAC is located at \_\_\_
8129
8130 Description:
8131
8132 -  This preference is looking for the URL of your public catalog (OPAC)
8133    with the http:// in front of it (enter http://www.mycatalog.com
8134    instead of www.mycatalog.com). Once it is filled in Koha will use it
8135    to generate permanent links in your RSS feeds, for your social
8136    network share buttons and in your staff client when generating links
8137    to bib records in the OPAC.
8138
8139     **Important**
8140
8141     Do not include a trailing slash in the URL this will break links
8142     created using this URL. (example: http://www.google.com not
8143     http://www.google.com/)
8144
8145     **Important**
8146
8147     This must be filled in with the URL of your public catalog for RSS,
8148     unAPI, and search plugins to work.
8149
8150     **Important**
8151
8152     This must be filled in with the URL of your public catalog to show
8153     'OPAC View' links from bib records in the staff client:
8154
8155 With OPACBaseURL set, links to the OPAC will appear on each individual
8156 bib record in the staff client
8157 |image67|
8158
8159 .. _opaccredits-label:
8160
8161 opaccredits
8162 ''''''''''''''''''''''''''''''
8163
8164 Asks: Include the following HTML in the footer of all pages in the OPAC:
8165
8166     **Note**
8167
8168     Click the 'Click to edit; link to enter HTML to appear at the bottom
8169     of every page in the OPAC
8170
8171 HTML version of a footer for your OPAC
8172 |image68|
8173
8174 A sample of what can appear in your OPAC credits/footer
8175 |image69|
8176
8177 Description:
8178
8179 -  This setting is for credits that will appear at the bottom of your
8180    OPAC pages. Credits traditionally encompass copyright information,
8181    last date updated, hyperlinks or other information represented in an
8182    HTML format. This is static information and any updates must be
8183    entered manually.
8184
8185 Learn more in the :ref:`OPAC Editable Regions <editable-opac-regions-label>` section.
8186
8187 .. _opaccustomsearch-label:
8188
8189 OpacCustomSearch
8190 ''''''''''''''''''''''''''''''''''''''''
8191
8192 Asks: Replace the search box at the top of OPAC pages with the following
8193 HTML
8194
8195 Description:
8196
8197 -  This preference allows you to replace the default search box at the
8198    top of the OPAC : Default search box
8199
8200    with any HTML you would like :Edited search box area
8201
8202 .. _opacdisplay856uasimage-label:
8203
8204 OPACDisplay856uAsImage
8205 ''''''''''''''''''''''''''''''''''''''''''''''''''''
8206
8207 Default: Neither details or results page
8208
8209 Asks: Display the URI in the 856u field as an image on: \_\_\_
8210
8211 Values:
8212
8213 -  Both results and details pages
8214
8215    -  **Important**
8216
8217           Not implemented yet
8218
8219 -  Detail page only
8220
8221    -  **Important**
8222
8223           :ref:`OPACXSLTDetailsDisplay` needs to
8224           have a value in it for this preference to work.
8225
8226    Showing the 856u as an image
8227    |image70|
8228
8229 -  Neither details or results page
8230
8231 -  Results page only
8232
8233    -  **Important**
8234
8235           Not yet implemented
8236
8237 Description:
8238
8239 -  In addition to this option being set, the corresponding XSLT option
8240    must be turned on. Also, the corresponding 856q field must have a
8241    valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
8242    starting with "image/"), or the generic indicator "img" entered in
8243    the field. When all of the requirements are met, an image file will
8244    be displayed instead of the standard link text. Clicking on the image
8245    will open it in the same way as clicking on the link text. When you
8246    click on the image it should open to full size, in the current window
8247    or in a new window depending on the value in the system pref
8248    :ref:`OPACURLOpenInNewWindow`.
8249
8250    Sample 856 in MARC Record
8251    |image71|
8252
8253 .. _opacexportoptions-label:
8254
8255 OpacExportOptions
8256 ''''''''''''''''''''''''''''''''''''''''''
8257
8258 Default: Default OpacExportOptions options
8259
8260 Asks: List export options that should be available from OPAC detail page
8261 : \_\_\_
8262
8263 Description:
8264
8265 -  In the OPAC on the right of each bib record there is a menu that
8266    allows for saving the record in various formats. This patch will
8267    allow you to define which options are in the pull down menu.
8268    Available options are: BIBTEX (bibtex), Dublin Core (dc), MARCXML
8269    (marcxml), MARC-8 encoded MARC (marc8), Unicode/UTF-8 encoded MARC
8270    (utf8), Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9-
8271    fields and subfields (marcstd), MODS (mods), and RIS (ris).
8272
8273 .. _opacfallback-label:
8274
8275 OPACFallback
8276 ''''''''''''''''''''''''''''''''
8277
8278 Default: bootstrap
8279
8280 Asks: Use the \_\_\_ theme as the fallback theme on the OPAC.
8281
8282 Description:
8283
8284 -  This preference has no use right now, as Koha has only one theme, but
8285    if your library has a custom theme it will show here as an option.
8286    The purpose of this preference is to provide a way to choose to what
8287    theme to fallback on when you have a partial theme in place.
8288
8289 .. _opacfavicon-label:
8290
8291 OpacFavicon
8292 ''''''''''''''''''''''''''''''
8293
8294 Asks: Use the image at \_\_\_ for the OPAC's favicon.
8295
8296     **Important**
8297
8298     This should be a complete URL, starting with http://
8299
8300     **Note**
8301
8302     Turn your logo into a favicon with the `Favicon
8303     Generator <http://antifavicon.com/>`__.
8304
8305 Description:
8306
8307 -  The favicon is the little icon that appears next to the URL in the
8308    address bar in most browsers. The default value for this field (if
8309    left blank) is the small 'K' in the Koha logo.
8310
8311    Default Koha Favicon
8312    |image72|
8313
8314 .. _opacheader-label:
8315
8316 opacheader
8317 ''''''''''''''''''''''''''''
8318
8319 Asks: Include the following HTML in the header of all pages in the OPAC
8320
8321 Sample HTML to be displayed at the top of my OPAC
8322 |image73|
8323
8324     **Note**
8325
8326     This value will appear above the main content of your page
8327
8328 OPAC display of the value from 'opacheader'
8329 |image74|
8330
8331     **Note**
8332
8333     Edit ':ref:`LibraryName`' if you'd like to edit the
8334     contents of the <title> tag
8335
8336 Learn more in the :ref:`OPAC Editable Regions <editable-opac-regions-label>` section.
8337
8338 .. _opachighlightedwords-&-nothighlightedwords-label:
8339
8340 OpacHighlightedWords & NotHighlightedWords
8341 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
8342
8343 OpacHighlightedWords Default: Don't highlight
8344
8345 NotHighlightedWords Default: and\|or\|not
8346
8347 Asks: \_\_\_ words the patron searched for in their search results and
8348 detail pages; To prevent certain words from ever being highlighted,
8349 enter a list of stopwords here \_\_\_ (separate columns with \|)
8350
8351 OpacHighlightedWords Values:
8352
8353 -  Don't highlight
8354
8355 -  Highlight
8356
8357 .. _opacholdingsdefaultsortfield-label:
8358
8359 OPACHoldingsDefaultSortField
8360 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
8361
8362 Default: First column of the table
8363
8364 Asks: \_\_\_ is the default sort field for the holdings table
8365
8366 Values:
8367
8368 -  First column of the table
8369
8370 -  Holding library
8371
8372 -  Home library
8373
8374 .. _opackohaurl-label:
8375
8376 OpacKohaUrl
8377 ''''''''''''''''''''''''''''''
8378
8379 Default: Don't show
8380
8381 Values:
8382
8383 -  Don't show
8384
8385 -  Show
8386
8387 Description:
8388
8389 -  When this preference is set to 'Show' text will appear in the bottom
8390    right of the OPAC footer stating 'Powered by Koha' and linking to the
8391    official Koha website.
8392
8393    Powered by Koha
8394    |image75|
8395
8396 .. _opaclangselectormode-label:
8397
8398 OpacLangSelectorMode
8399 ''''''''''''''''''''''''''''''''''''''''''''''''
8400
8401 Default: only footer
8402
8403 Asks: Display language selector on \_\_\_.
8404
8405 Values:
8406
8407 -  both top and footer
8408
8409 -  only footer
8410
8411 -  top
8412
8413 Description:
8414
8415 -  If you have the :ref:`opaclanguagesdisplay`
8416    preference set to display language options in the public catlaog,
8417    then this preference will allow you to control where the language
8418    selector shows. You can choose to show it only on the top or bottom
8419    or in both places.
8420
8421 .. _opaclayoutstylesheet-label:
8422
8423 opaclayoutstylesheet
8424 ''''''''''''''''''''''''''''''''''''''''''''''''
8425
8426 Default: opac.css
8427
8428 Asks: Use the CSS stylesheet /css/ \_\_\_ on all pages in the OPAC,
8429 instead of the default
8430
8431 Description:
8432
8433 -  This setting's function is to point to the \*.css file used to define
8434    the OPAC layout. A \*.css file is a cascading stylesheet which is
8435    used in conjunction with HTML to set how the HTML page is formatted
8436    and will look on the OPAC. There are two stylesheets that come with
8437    the system; opac.css and opac2.css. A custom stylesheet may also be
8438    used. The stylesheets listed in the opaclayoutstylesheet preference
8439    are held on the Koha server.
8440
8441     **Note**
8442
8443     Leave this field blank to disable it and let Koha use the default
8444     file instead
8445
8446     **Important**
8447
8448     Using a custom value in this preference causes Koha to completely
8449     ignore the default layout stylesheet.
8450
8451 .. _opaclocationbranchtodisplay-label:
8452
8453 OpacLocationBranchToDisplay
8454 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
8455
8456 Default: holding library
8457
8458 Asks: Display the \_\_\_ for items on the OPAC record details page.
8459
8460 Values:
8461
8462 -  holding library
8463
8464 -  home and holding library
8465
8466 -  home library
8467
8468 Description:
8469
8470 -  Defines whether to display the holding library, the home library, or
8471    both for the opac details page.
8472
8473 .. _opaclocationbranchtodisplayshelving-label:
8474
8475 OpacLocationBranchToDisplayShelving
8476 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
8477
8478 Default: holding library
8479
8480 Asks: Display the shelving location under the \_\_\_ for items on the
8481 OPAC record details page.
8482
8483 Values:
8484
8485 -  holding library
8486
8487 -  home and holding library
8488
8489 -  home library
8490
8491 Description:
8492
8493 -  Defines where the shelving location should be displayed, under the
8494    home library, the holding library, or both.
8495
8496 .. _opacmaintenance-label:
8497
8498 OpacMaintenance
8499 ''''''''''''''''''''''''''''''''''''''
8500
8501 Default: Don't show
8502
8503 Asks: \_\_\_ a warning that the OPAC is under maintenance, instead of
8504 the OPAC itself.
8505
8506     **Note**
8507
8508     this shows the same warning as when the database needs to be
8509     upgraded, but unconditionally.
8510
8511 Description:
8512
8513 -  This preference allows the system administrator to turn off the OPAC
8514    during maintenance and display a message to users. When this
8515    preference is switched to "Show" the OPAC is not usable. The text of
8516    this message is not editable at this time.
8517
8518 Values:
8519
8520 -  Don't show
8521
8522 -  Show
8523
8524    -  When this preference is set to show the maintenance message the
8525       ability to search the OPAC is disabled and a message appears. The
8526       default message can be altered by using the
8527       :ref:`OpacMaintenanceNotice` preference.
8528
8529       OPAC Maintenance Message
8530       |image76|
8531
8532 .. _opacmaintenancenotice-label:
8533
8534 OpacMaintenanceNotice
8535 ''''''''''''''''''''''''''''''''''''''''''''''''''
8536
8537 Asks: Show the following HTML when OpacMaintenance is enabled
8538
8539 Descritpion:
8540
8541 -  This preference will allow you to set the text the OPAC displays when
8542    the :ref:`OpacMaintenance` preference is set to
8543    'Show.'
8544
8545 .. _opacmainuserblock-label:
8546
8547 OpacMainUserBlock
8548 ''''''''''''''''''''''''''''''''''''''''''
8549
8550 Default: Welcome to Koha... <hr>
8551
8552 Asks: Show the following HTML in its own column on the main page of the
8553 OPAC
8554
8555 Description:
8556
8557 -  HTML entered in this field will appear in the center of the main page
8558    of your OPAC
8559
8560 Sample OpacMainUserBlock appears below the search bar
8561 |image77|
8562
8563 Learn more in the :ref:`OPAC Editable Regions <editable-opac-regions-label>` section.
8564
8565 .. _opacmaxitemstodisplay-label:
8566
8567 OpacMaxItemsToDisplay
8568 ''''''''''''''''''''''''''''''''''''''''''''''''''
8569
8570 Default: 50
8571
8572 Asks: Display up to \_\_\_ items on the biblio detail page
8573
8574 Description:
8575
8576 -  This preference will help with slow load times on the bibliographic
8577    detail pages by limiting the number of items to display by default.
8578    If the biblio has more items than this, a link is displayed instead
8579    that allows the user to choose to display all items.
8580
8581 .. _opacmysummaryhtml-label:
8582
8583 OPACMySummaryHTML
8584 ''''''''''''''''''''''''''''''''''''''''''
8585
8586 Asks: Include a "Links" column on the "my summary" tab when a user is
8587 logged in to the OPAC, with the following HTML (leave blank to disable).
8588
8589 Description:
8590
8591 -  In this preference you can enter HTML that will appear on the
8592    'Checked Out' tab on the 'My Summary' section when logged in to the
8593    OPAC. The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR}
8594    will be replaced with information from the displayed record. This can
8595    be used to enter in 'share' links for social networks or generate
8596    searches against other library catalogs.
8597
8598    Example of 'Links' column with a value in the OPACMySummaryHTML
8599    preference
8600    |image78|
8601
8602 Sample Data:
8603
8604 ::
8605
8606     <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>
8607     <br />TITLE: {TITLE}
8608     <br />AUTHOR: {AUTHOR}
8609     <br />ISBN: {ISBN}
8610     <br />BIBLIONUMBER: {BIBLIONUMBER}</p>
8611
8612 .. _opacmysummarynote-label:
8613
8614 OPACMySummaryNote
8615 ''''''''''''''''''''''''''''''''''''''''''
8616
8617 Asks: Note to display on the patron summary page.
8618
8619 Description:
8620
8621 -  This preference will display text above the patron's summary and
8622    below the welcome message when the patron logs in to the OPAC and
8623    view their 'my summary' tab.OPACMySummaryNote in the OPAC
8624
8625 .. _opacnav-label:
8626
8627 OpacNav
8628 ''''''''''''''''''''''
8629
8630 Default: Important links here.
8631
8632 Asks: Show the following HTML on the left hand column of the main page
8633 and patron account on the OPAC (generally navigation links)
8634
8635 Sample navigation links
8636 |image79|
8637
8638 Learn more in the :ref:`OPAC Editable Regions <editable-opac-regions-label>` section.
8639
8640 .. _opacnavbottom-label:
8641
8642 OpacNavBottom
8643 ''''''''''''''''''''''''''''''''''
8644
8645 Asks: Show the following HTML on the left hand column of the main page
8646 and patron account on the OPAC, after :ref:`OpacNav`, and before
8647 patron account links if available:
8648
8649 Description: When a patron is logged in to their account they see a
8650 series of tabs to access their account information.
8651 :ref:`OpacNav` appears above this list of tabs and OpacNavBottom
8652 will appear below them. When not on the patron account pages the HTML in
8653 OpacNavBottom will just appear right below :ref:`OpacNav`.
8654
8655 OpacNav and OpacNavBottom on Patron Account
8656 |image80|
8657
8658 .. _opacnavright-label:
8659
8660 OpacNavRight
8661 ''''''''''''''''''''''''''''''''
8662
8663 Asks: Show the following HTML in the right hand column of the main page
8664 under the main login form.
8665
8666 Description: HTML entered in this preference will appear on the right
8667 hand side of the OPAC under the log in form. If the log in form is not
8668 visible this content will move up on the right column.
8669
8670 OpacNavRight
8671 |image81|
8672
8673 .. _opacnoresultsfound-label:
8674
8675 OPACNoResultsFound
8676 ''''''''''''''''''''''''''''''''''''''''''''
8677
8678 No Default
8679
8680 Asks: Display this HTML when no results are found for a search in the
8681 OPAC
8682
8683 This HTML will display below the existing notice that no results were
8684 found for your search.
8685
8686 HTML in OPACNoResultsFound will appear below lines that look like this
8687 |image82|
8688
8689     **Note**
8690
8691     You can insert placeholders {QUERY\_KW} that will be replaced with
8692     the keywords of the query.
8693
8694 .. _opacpublic-label:
8695
8696 OpacPublic
8697 ''''''''''''''''''''''''''''
8698
8699 Default: Enable
8700
8701 Asks: \_\_\_ Koha OPAC as public. Private OPAC requires authentication
8702 before accessing the OPAC.
8703
8704 Values:
8705
8706 -  Don't enable
8707
8708 -  Enable
8709
8710 Description:
8711
8712 -  This preference determines if your OPAC is accessible and searchable
8713    by anyone or only by members of the library. If set to 'Don't enable'
8714    only members who are logged into the OPAC can search. Most libraries
8715    will leave this setting at its default of 'Enable' to allow their
8716    OPAC to be searched by anyone and only require login for access to
8717    personalized content.
8718
8719 .. _opacresultslibrary-label:
8720
8721 OPACResultsLibrary
8722 ''''''''''''''''''''''''''''''''''''''''''''
8723
8724 Default: home library
8725
8726 Asks: For search results in the OPAC, show the item's \_\_\_. Please
8727 note that this feature is currently available for MARC21 and UNIMARC.
8728
8729 Values:
8730
8731 -  current location
8732
8733 -  home library
8734
8735 .. _opacresultssidebar-label:
8736
8737 OPACResultsSidebar
8738 ''''''''''''''''''''''''''''''''''''''''''''
8739
8740 Asks: Include the following HTML under the facets in OPAC search results
8741
8742 Description:
8743
8744 -  The HTML entered in this preference will appear on the search results
8745    pages below the list of facets on the left side of the screen.
8746
8747 .. _opacsearchfortitlein-label:
8748
8749 OPACSearchForTitleIn
8750 ''''''''''''''''''''''''''''''''''''''''''''''''
8751
8752 Default: <li><a href="http://worldcat.org/search?q={TITLE}"
8753 target="\_blank">Other Libraries (WorldCat)</a></li> <li><a
8754 href="http://www.scholar.google.com/scholar?q={TITLE}"
8755 target="\_blank">Other Databases (Google Scholar)</a></li> <li><a
8756 href="http://www.bookfinder.com/search/?author={AUTHOR}&title={TITLE}&st=xl&ac=qr"
8757 target="\_blank">Online Stores (Bookfinder.com)</a></li>
8758
8759 Asks: Include a "More Searches" box on the detail pages of items on the
8760 OPAC, with the following HTML (leave blank to disable)
8761
8762     **Note**
8763
8764     The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE}, {ISBN},
8765     {ISSN} and {AUTHOR} will be replaced with information from the
8766     displayed record.
8767
8768 .. _opacseparateholdings-&-opacseparateholdingsbranch-label:
8769
8770 OpacSeparateHoldings & OpacSeparateHoldingsBranch
8771 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
8772
8773 OpacSeparateHoldings default: Don't separate
8774
8775 OpacSeparateHoldingsBranch default: home library
8776
8777 Asks: \_\_\_ items display into two tabs, where the first tab contains
8778 items whose \_\_\_ is the logged in user's library. The second tab will
8779 contain all other items.
8780
8781 OpacSeparateHoldings values:
8782
8783 -  Don't separate
8784
8785 -  Separate
8786
8787 OpacSeparateHoldingsBranch values:
8788
8789 -  holding library
8790
8791 -  home library
8792
8793 Description:
8794
8795 -  This preference lets you decide if you would like to have the holding
8796    information on the bibliographic detail page in the OPAC split in to
8797    multiple tabs. The default is to show all holdings on one tab.
8798
8799    Separate holdings tabs
8800    |image83|
8801
8802 .. _opacshowbarcode-label:
8803
8804 OPACShowBarcode
8805 ''''''''''''''''''''''''''''''''''''''
8806
8807 Default: Don't show
8808
8809 Asks: \_\_\_ the item's barcode on the holdings tab.
8810
8811 Values:
8812
8813 -  Don't show
8814
8815    Barcode not shown in the OPAC
8816    |image84|
8817
8818 -  Show
8819
8820    Barcode shown in the OPAC
8821    |image85|
8822
8823 Description:
8824
8825 -  This preference allows you to control whether patrons can see items'
8826    barcodes in the OPAC.
8827
8828 .. _opacshowcheckoutname-label:
8829
8830 OPACShowCheckoutName
8831 ''''''''''''''''''''''''''''''''''''''''''''''''
8832
8833 Default: Don't show
8834
8835 Asks: \_\_\_ the name of the patron that has an item checked out on item
8836 detail pages on the OPAC.
8837
8838 Values:
8839
8840 -  Don't show
8841
8842 -  Show
8843
8844 Description:
8845
8846 -  This preference allows all patrons to see who has the item checked
8847    out if it is checked out. In small corporate libraries (where the
8848    OPAC is behind a firewall and not publicly available) this can be
8849    helpful so coworkers can just contact the patron with the book
8850    themselves. In larger public and academic libraries setting this to
8851    'Show' would pose serious privacy issues.
8852
8853 .. _opacshowholdqueuedetails-label:
8854
8855 OPACShowHoldQueueDetails
8856 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
8857
8858 Default: Don't show any hold details
8859
8860 Asks: \_\_\_ to patrons in the OPAC.
8861
8862 Values:
8863
8864 -  Don't show any hold details
8865
8866 -  Show holds
8867
8868    The holdings table on the bibliographic record will show the number
8869    of holds
8870    |image86|
8871
8872 -  Show holds and priority level
8873
8874 -  Show priority level
8875
8876    Patron record in the OPAC shows where in line the patron waits for
8877    their hold.
8878    |image87|
8879
8880    -  :ref:`opacuserlogin` needs to be set to 'allow'
8881
8882 .. _opacshowrecentcomments-label:
8883
8884 OpacShowRecentComments
8885 ''''''''''''''''''''''''''''''''''''''''''''''''''''
8886
8887 Default: Don't show
8888
8889 Asks: \_\_\_ a link to recent comments in the OPAC masthead.
8890
8891 Values:
8892
8893 -  Don't show
8894
8895 -  Show
8896
8897 Description:
8898
8899 -  If you have chosen to allow comments in your OPAC by setting
8900    :ref:`reviewson` to 'Allow' you can include a link to the
8901    recent comments under the search box at the top of your OPAC with
8902    this preference.
8903
8904    Recent Comments link on OPAC
8905    |image88|
8906
8907 .. _opacshowunusedauthorities-label:
8908
8909 OPACShowUnusedAuthorities
8910 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
8911
8912 Default: Show
8913
8914 Asks: \_\_\_ unused authorities in the OPAC authority browser.
8915
8916 Values:
8917
8918 -  Do not show
8919
8920 -  Show
8921
8922    -  **Important**
8923
8924           Requires that the :ref:`OpacAuthorities`
8925           preference is set to 'Allow'
8926
8927 Description:
8928
8929 -  When patrons search your authority file via the OPAC they will see
8930    all authorities in your system even if you don't have them linked to
8931    any bibliographic records. This preference lets you determine what
8932    the default behavior is when searching authorities via the OPAC. If
8933    you choose 'Do not show' it will only show patrons authority records
8934    that are linked to bib records in the search results. Otherwise the
8935    system will show all authority records even if they aren't linked to
8936    records.
8937
8938 .. _opacstarratings-label:
8939
8940 OpacStarRatings
8941 ''''''''''''''''''''''''''''''''''''''
8942
8943 Default: no
8944
8945 Asks: Show star-ratings on \_\_\_ pages.
8946
8947 Values:
8948
8949 -  no
8950
8951 -  only details
8952
8953    Star Ratings on the Details Page
8954    |image89|
8955
8956 -  results and details
8957
8958    OPAC Star Ratings on the Search Results
8959    |image90|
8960
8961 Description:
8962
8963 -  Star ratings are a way for your patrons to leave ratings without
8964    having to leave a full review. Patrons who are not logged in will
8965    only be able to see the stars, once logged in patrons can click on
8966    the stars on the details page to leave their own rating. Clicking on
8967    the stars on the search results will not submit a rating.
8968
8969 .. _opacsuggestionmanagedby-label:
8970
8971 OpacSuggestionManagedBy
8972 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
8973
8974 Default: Show
8975
8976 Asks: \_\_\_ the name of the staff member who managed a suggestion in
8977 OPAC.
8978
8979 Values:
8980
8981 -  Don't show
8982
8983 -  Show
8984
8985 Description:
8986
8987 -  If you're :ref:`allowing patrons to make purchase
8988    suggestions <suggestion-label>` then they will see the 'my
8989    suggestions' tab when logged in. This tab shows the patron the
8990    librarian who approved or rejected the purchase suggestion. This
8991    preference controls if the patron sees the librarian's name or not.
8992
8993 .. _opacthemes-label:
8994
8995 opacthemes
8996 ''''''''''''''''''''''''''''
8997
8998 Default: bootstrap
8999
9000 Asks: Use the \_\_\_ theme on the OPAC.
9001
9002 Values:
9003
9004 -  bootstrap
9005
9006    Bootstrap Theme
9007
9008    This theme is completely responsive
9009
9010 .. _opacurlopeninnewwindow-label:
9011
9012 OPACURLOpenInNewWindow
9013 ''''''''''''''''''''''''''''''''''''''''''''''''''''
9014
9015 Default: don't
9016
9017 Asks: When patrons click on a link to another website from your OPAC
9018 (like Amazon or OCLC), \_\_\_ open the website in a new window.
9019
9020 Values:
9021
9022 -  do
9023
9024 -  don't
9025
9026 Description:
9027
9028 -  This preference determines if URLs in the OPAC will open in a new
9029    window or not. When clicking on a link in the OPAC, a patron does not
9030    need to worry about navigating away from their search results.
9031
9032 .. _opacusercss-label:
9033
9034 OPACUserCSS
9035 ''''''''''''''''''''''''''''''
9036
9037 Asks: Include the following CSS on all pages in the OPAC
9038
9039 Description:
9040
9041 -  OPACUserCSS allows the administrator to enter styles that will
9042    overwrite the OPAC's default CSS as defined in 'opaclayoutstylesheet'
9043    or 'opacstylesheet'. Styles may be entered for any of the selectors
9044    found in the default style sheet. The default stylesheet will likely
9045    be found at
9046    http://your\_koha\_address/opac-tmpl/bootstrap/css/opac.css. Unlike
9047    :ref:`OpacAdditionalStylesheet` and
9048    :ref:`opaclayoutstylesheet` this preference will
9049    embed the CSS directly on your OPAC pages.
9050
9051 .. _opacuserjs-label:
9052
9053 OPACUserJS
9054 ''''''''''''''''''''''''''''
9055
9056 Asks: Include the following JavaScript on all pages in the OPAC
9057
9058 OPAC login box before OPACUserJS edit
9059 |image91|
9060
9061 JavaScript in OPACUserJS to change the OPAC login box
9062 |image92|
9063
9064 New OPAC login box after editing OPACUserJS
9065 |image93|
9066
9067 Description:
9068
9069 -  This preference allows the administrator to enter JavaScript or
9070    JQuery that will be embedded across all pages of the OPAC.
9071    Administrators may use this preference to customize some of the
9072    interactive sections of Koha, customizing the text for the login
9073    prompts, for example. Sample JQuery scripts used by Koha libraries
9074    can be found on the wiki:
9075    http://wiki.koha-community.org/wiki/JQuery_Library.
9076
9077 .. _opacxsltdetailsdisplay-label:
9078
9079 OPACXSLTDetailsDisplay
9080 ''''''''''''''''''''''''''''''''''''''''''''''''''''
9081
9082 Default: default
9083
9084 Asks: Display OPAC details using XSLT stylesheet at \_\_\_
9085
9086 Values:
9087
9088 -  leave empty to not use the XSLT stylesheet
9089
9090    -  In previous versions of Koha this was the setting that read
9091       'normally'
9092
9093 -  enter "default" for the default one
9094
9095 -  put a path to define a XSLT file
9096
9097    -  ex: /path/to/koha/and/your/stylesheet.xsl
9098
9099    -  If in a multi-language system you can enter {langcode} in the path
9100       to tell Koha to look in the right language folder
9101
9102       -  ex:
9103          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACDetail.xsl
9104
9105       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9106
9107 -  put an URL for an external specific stylesheet
9108
9109    -  ex: http://mykohaopac.org/stylesheet.xsl
9110
9111 Description:
9112
9113 -  XSLT stylesheets allow for the customization of the details shows on
9114    the screen when viewing a bib record. This preference will allow you
9115    either use the default look that comes with Koha or design your own
9116    stylesheet.
9117    
9118 .. _opacxsltlistsdisplay-label:
9119
9120 OPACXSLTListsDisplay
9121 ''''''''''''''''''''''''''''''''''''''''''''''''
9122
9123 Default: default
9124
9125 Asks: Display lists in the OPAC using XSLT stylesheet at \_\_\_
9126
9127 Values:
9128
9129 -  leave empty to not use the XSLT stylesheet
9130
9131    -  In previous versions of Koha this was the setting that read
9132       'normally'
9133
9134 -  enter "default" for the default one
9135
9136 -  put a path to define a XSLT file
9137
9138    -  ex: /path/to/koha/and/your/stylesheet.xsl
9139
9140    -  If in a multi-language system you can enter {langcode} in the path
9141       to tell Koha to look in the right language folder
9142
9143       -  ex:
9144          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
9145
9146       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9147
9148 -  put an URL for an external specific stylesheet
9149
9150    -  ex: http://mykohaopac.org/stylesheet.xsl
9151
9152 Description:
9153
9154 -  XSLT stylesheets allow for the customization of the details shows on
9155    the screen when viewing lists. This preference will
9156    allow you either use the default look that comes with Koha or design
9157    your own stylesheet.
9158
9159 .. _opacxsltresultsdisplay-label:
9160
9161 OPACXSLTResultsDisplay
9162 ''''''''''''''''''''''''''''''''''''''''''''''''''''
9163
9164 Default: default
9165
9166 Asks: Display OPAC results using XSLT stylesheet at \_\_\_
9167
9168 Values:
9169
9170 -  leave empty to not use the XSLT stylesheet
9171
9172    -  In previous versions of Koha this was the setting that read
9173       'normally'
9174
9175 -  enter "default" for the default one
9176
9177 -  put a path to define a XSLT file
9178
9179    -  ex: /path/to/koha/and/your/stylesheet.xsl
9180
9181    -  If in a multi-language system you can enter {langcode} in the path
9182       to tell Koha to look in the right language folder
9183
9184       -  ex:
9185          /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
9186
9187       -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
9188
9189 -  put an URL for an external specific stylesheet
9190
9191    -  ex: http://mykohaopac.org/stylesheet.xsl
9192
9193 Description:
9194
9195 -  XSLT stylesheets allow for the customization of the details shows on
9196    the screen when viewing the search results. This preference will
9197    allow you either use the default look that comes with Koha or design
9198    your own stylesheet.
9199
9200 .. _features-label:
9201
9202 Features
9203 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9204
9205 .. _numsearchrssresults-label:
9206
9207 numSearchRSSResults
9208 ''''''''''''''''''''''''''''''''''''''''''''''
9209
9210 Default: 50
9211
9212 Asks: Display \_\_\_ search results in the RSS feed.
9213
9214 Description:
9215
9216 -  By default the RSS feed that is automatically generated for every
9217    search results page will list 50 items. This can sometimes be too
9218    much for some RSS feed readers and for some people this isn't enough.
9219    This preference allows you to adjust this number to show the best
9220    number of results for your patrons.
9221
9222 .. _opacacquisitiondetails-label:
9223
9224 OPACAcquisitionDetails
9225 ''''''''''''''''''''''''''''''''''''''''''''''''''''
9226
9227 Default: Don't display
9228
9229 Asks: \_\_\_ the acquisition details on OPAC detail pages.
9230
9231 Values:
9232
9233 -  DisplayAcquisitions details in the OPAC
9234
9235 -  Don't display
9236
9237 Description:
9238
9239 -  This preference shows the patrons how many items are on order in the
9240    Holdings tab if you have the :ref:`AcqCreateItem` set
9241    to 'cataloging the record'
9242
9243 .. _opacauthorities-label:
9244
9245 OpacAuthorities
9246 ''''''''''''''''''''''''''''''''''''''
9247
9248 Default: Allow
9249
9250 Asks: \_\_\_ patrons to search your authority records.
9251
9252 Description:
9253
9254 -  This preference displays the link on the OPAC for the authority
9255    search. By setting the preference to "Allow" patrons can use this
9256    search link of the OPAC.
9257
9258 Values:
9259
9260 -  Allow
9261
9262    -  A link labeled 'Authority search' will appear at the top of your
9263       OPAC under the search box
9264
9265       'Browse by Subject' link under search box on OPAC
9266       |image94|
9267
9268 -  Don't allow
9269
9270 .. _opacbookbag-label:
9271
9272 opacbookbag
9273 ''''''''''''''''''''''''''''''
9274
9275 Default: Allow
9276
9277 Asks: \_\_\_ patrons to store items in a temporary "Cart" on the OPAC.
9278
9279 Values:
9280
9281 -  Allow
9282
9283 -  Don't allow
9284
9285 Description:
9286
9287 -  This preference allows the user to temporarily save a list of items
9288    found on the catalog. By using the Book Bag, or Cart, the user can
9289    print out or email a list of items found. The user does not need to
9290    be logged in. This list is temporary and will be emptied, or cleared,
9291    at the end of the session.
9292
9293 .. _opacbrowser-label:
9294
9295 OpacBrowser
9296 ''''''''''''''''''''''''''''''
9297
9298     **Important**
9299
9300     This preference only applies to installations using UNIMARC at this time.
9301
9302 Default: Don't allow
9303
9304 Asks: \_\_\_ patrons to browse subject authorities on OPAC
9305
9306 Values:
9307
9308 -  Allow
9309
9310 -  Don't allow
9311
9312     **Important**
9313
9314     run the :ref:`Authorities Browser Cron Job <authorities-browser-label>` to
9315     create the browser list
9316
9317 .. _opacbrowseresults-label:
9318
9319 OpacBrowseResults
9320 ''''''''''''''''''''''''''''''''''''''''''
9321
9322 Default: enable
9323
9324 Asks: \_\_\_ browsing and paging search results from the OPAC detail
9325 page.
9326
9327 Values:
9328
9329 -  disable
9330
9331 -  enable
9332
9333    Browsing and Paging Search Results
9334    |image95|
9335
9336 Description:
9337
9338 -  This preference will control the option to return to your results
9339    and/or browse them from the detail page in the OPAC.
9340
9341 .. _opaccloud-label:
9342
9343 OpacCloud
9344 ''''''''''''''''''''''''''
9345
9346     **Important**
9347
9348     This preference only applies to French systems at this time.
9349
9350 Default: Don't show
9351
9352 Asks: \_\_\_ a subject cloud on OPAC
9353
9354 Values:
9355
9356 -  Don't show
9357
9358 -  Show
9359
9360     **Important**
9361
9362     run the :ref:`Authorities Browser Cron Job <authorities-browser-label>` to
9363     create the browser list
9364
9365 .. _opacfinestab-label:
9366
9367 OPACFinesTab
9368 ''''''''''''''''''''''''''''''''
9369
9370 Default: Allow
9371
9372 Asks: \_\_\_ patrons to access the Fines tab on the My Account page on
9373 the OPAC.
9374
9375 Values:
9376
9377 -  Allow
9378
9379    -  :ref:`opacuserlogin` needs to be set to 'allow'
9380
9381 -  Don't allow
9382
9383 .. _opacholdnotes-label:
9384
9385 OpacHoldNotes
9386 ''''''''''''''''''''''''''''''''''
9387
9388 Default: Do not allow
9389
9390 Asks: \_\_\_ users to add a note when placing a hold.
9391
9392 Values:
9393
9394 -  Allow
9395
9396    Holds notes in the OPAC
9397    |image96|
9398
9399 -  Do not allow
9400
9401 .. _opacisbd-label:
9402
9403 OPACISBD
9404 ''''''''''''''''''''''''
9405
9406 Default: :ref:`MARC21 Default Appendix <marc-label>`
9407
9408 Asks: Use the following as the OPAC ISBD template:
9409
9410 Description:
9411
9412 -  This determines how the ISBD information will display in the OPAC.
9413    Elements in the list can be reordered to produce a different ISBD
9414    view. ISBD, the International Standard Bibliographic Description, was
9415    first introduced by IFLA (International Federation of Library
9416    Associations) in 1969 in order to provide guidelines for descriptive
9417    cataloging. The purpose of ISBD is to aid the international exchange
9418    of bibliographic records for a variety of materials.
9419
9420 .. _opacitemlocation-label:
9421
9422 OpacItemLocation
9423 ''''''''''''''''''''''''''''''''''''''''
9424
9425 Default: call number only
9426
9427 Asks: Show \_\_\_\_ for items on the OPAC search results.
9428
9429 Values:
9430
9431 -  call number only
9432
9433 -  collection code
9434
9435 -  location
9436
9437 Description:
9438
9439 -  This setting allows users of the OPAC results XSLT stylesheet to
9440    choose to display collection code or location in addition to call
9441    number.
9442
9443 .. _opacnewslibraryselect-label:
9444
9445 OpacNewsLibrarySelect
9446 ''''''''''''''''''''''''''''''''''''''''''''''''''
9447
9448 Default: Don't display
9449
9450 Asks: \_\_\_ a branch selection list for news items in the OPAC.
9451
9452 Values:
9453
9454 -  Don't display
9455
9456 -  Display
9457
9458 .. _opacpasswordchange-label:
9459
9460 OpacPasswordChange
9461 ''''''''''''''''''''''''''''''''''''''''''''
9462
9463 Default: Allow
9464
9465 Asks: \_\_\_ patrons to change their own password on the OPAC.
9466
9467 Values:
9468
9469 -  Allow
9470
9471    -  :ref:`opacuserlogin` needs to be set to 'allow'
9472
9473 -  Don't allow
9474
9475     **Important**
9476
9477     Enabling this will break LDAP authentication.
9478
9479 .. _opacpatrondetails-label:
9480
9481 OPACPatronDetails
9482 ''''''''''''''''''''''''''''''''''''''''''
9483
9484 Default: Allow
9485
9486 Asks: \_\_\_ patrons to notify the library of changes to their contact
9487 information from the OPAC.
9488
9489 Values:
9490
9491 -  Allow
9492
9493    -  :ref:`opacuserlogin` needs to be set to 'allow'
9494
9495 -  Don't allow
9496
9497 Description:
9498
9499 -  If patrons are allowed to notify the library of changes to their
9500    account then staff will need to approve the changes via the staff
9501    client. Notification of patron account requests will appear on the
9502    dashaboard below the list of modules with other pending actions.
9503
9504    Patrons requesting modifications
9505    |image97|
9506
9507    Once you click the notification you will be presented with the
9508    changes the patron would like to make to their account and from there
9509    you can choose how to proceed.
9510
9511    Patrons modifications
9512    |image98|
9513
9514        **Note**
9515
9516        You can control what fields patrons see and can modify via the
9517        OPAC by setting the
9518        :ref:`PatronSelfRegistrationBorrowerMandatoryField`
9519        :ref:`PatronSelfRegistrationBorrowerUnwantedField`
9520        preferences.
9521
9522 .. _opacpatronimages-label:
9523
9524 OPACpatronimages
9525 ''''''''''''''''''''''''''''''''''''''
9526
9527 Default: Don't show
9528
9529 Asks: \_\_\_ patron images on the patron information page in the OPAC.
9530
9531 Values:
9532
9533 -  Don't show
9534
9535 -  Show
9536
9537 Description:
9538
9539 -  If :ref:`patronimages` is set to allow the upload of
9540    patron images via the staff client, then setting this preference to
9541    'show' will show the patron what image you have on file for them when
9542    they view their personal information on their account in the OPAC.
9543
9544 .. _opacpopupauthorssearch-label:
9545
9546 OPACPopupAuthorsSearch
9547 ''''''''''''''''''''''''''''''''''''''''''''''''''''
9548
9549 Default: Don't display
9550
9551 Asks: \_\_\_ the list of authors/subjects in a popup for a combined
9552 search on OPAC detail pages.
9553
9554 Values:
9555
9556 -  Display
9557
9558    Subject search pop up
9559
9560    -  **Important**
9561
9562           This will only display the pop up if you are not using an XSLT
9563           stylesheet. Review your
9564           :ref:`OPACXSLTDetailsDisplay` to find
9565           out what stylesheet you're using.
9566
9567 -  Don't display
9568
9569    -  Authors and subjects will display as search links instead of pop
9570       up menus.
9571
9572 Description:
9573
9574 -  If this preference is set to 'Display' then clicking a subject or
9575    author from the details page in the OPAC will present the searcher
9576    with a pop up box. From this box you can check off any of the
9577    subjects or authors listed and search them all at once by clicking
9578    'Search' at the bottom of the pop up. The default behavior is for
9579    Koha to search just the clicked author or subject.
9580
9581 .. _opacresetpassword-label:
9582
9583 OpacResetPassword
9584 ''''''''''''''''''''''''''''''''''''''''''
9585
9586 Default: not allowed
9587
9588 Asks: Library users are \_\_\_ to recover their password via e-mail in
9589 the OPAC.
9590
9591 Values:
9592
9593 -  allowedForgot your password link
9594
9595 -  not allowed
9596
9597 Description:
9598
9599 -  This preference controls whether you present users of the public
9600    catalog with a 'Forgot your password' link or not. Learn more in the
9601    :ref:`OPAC section <resetting-your-password-label>` of this manual.
9602
9603 .. _opactopissue-label:
9604
9605 OpacTopissue
9606 ''''''''''''''''''''''''''''''''
9607
9608 Default: Don't allow
9609
9610 Asks: \_\_\_ patrons to access a list of the most checked out items on
9611 the OPAC.
9612
9613 Values:
9614
9615 -  Allow
9616
9617    -  A link to 'Most Popular' will appear at the top of your OPAC
9618
9619       'Most Popular' link under the search box
9620       |image99|
9621
9622 -  Don't allow
9623
9624 Description:
9625
9626 -  This preference allows the administrator to choose to show the "Most
9627    Popular" link at the top of the OPAC under the search box. The "Most
9628    Popular" page shows the top circulated items in the library, as
9629    determined by the number of times a title has been circulated. This
9630    allows users to see what titles are popular in their community. It is
9631    recommended that you leave this preference set to 'Don't allow' until
9632    you have been live on Koha for a couple of months, otherwise the data
9633    that it shows will not be an accurate portrayal of what's popular in
9634    your library.
9635
9636    Sample top issues page
9637    |image100|
9638
9639 .. _opacuserlogin-label:
9640
9641 opacuserlogin
9642 ''''''''''''''''''''''''''''''''''
9643
9644 Default: Allow
9645
9646 Asks: \_\_\_ patrons to log in to their accounts on the OPAC.
9647
9648 Values:
9649
9650 -  Allow
9651
9652 -  Don't allow
9653
9654    -  The OPAC will still be searchable if patrons can't log in, this
9655       just disables the patron account access via the OPAC
9656
9657 .. _quoteoftheday-label:
9658
9659 QuoteOfTheDay
9660 ''''''''''''''''''''''''''''''''''
9661
9662 Default: Disable
9663
9664 Asks: \_\_\_ Quote of the Day display on OPAC home page
9665
9666 Values:
9667
9668 -  Disable
9669
9670 -  Enable
9671
9672 Description:
9673
9674 -  This feature will allow you to enter a series of quotes that will
9675    then show on the OPAC homepage in random order. To add/edit quotes,
9676    visit the :ref:`Quote of the Day Editor <quote-of-the-day-(qotd)-editor-label>` under Tools.
9677
9678 .. _requestonopac-label:
9679
9680 RequestOnOpac
9681 ''''''''''''''''''''''''''''''''''
9682
9683 Default: Allow
9684
9685 Asks: \_\_\_ patrons to place holds on items from the OPAC.
9686
9687 Values:
9688
9689 -  Allow
9690
9691    -  :ref:`opacuserlogin` needs to be set to 'allow'
9692
9693 -  Don't allow
9694
9695 .. _reviewson-label:
9696
9697 reviewson
9698 ''''''''''''''''''''''''''
9699
9700 Default: Allow
9701
9702 Asks: \_\_\_ patrons to make comments on items on the OPAC.
9703
9704 Values:
9705
9706 -  Allow
9707
9708    -  Patrons comments/reviews all require moderation before they appear
9709       in the OPAC
9710
9711    -  :ref:`opacuserlogin` needs to be set to 'Allow'
9712
9713 -  Don't allow
9714
9715 Description:
9716
9717 -  This button allows the patrons to submit comments on books they have
9718    read via the OPAC. If this preference is set to "Allow" reviews are
9719    first sent to the staff client for staff approval before the review
9720    is displayed in the OPAC. The staff member who reviews and approves
9721    comments may find the pending comments on the
9722    :ref:`Comments` tool. The staff member can then choose to
9723    approve or delete the comments.
9724
9725 .. _showreviewer-label:
9726
9727 ShowReviewer
9728 ''''''''''''''''''''''''''''''''
9729
9730 Default: full name
9731
9732 Asks: Show \_\_\_ of commenter with comments in OPAC.
9733
9734 Values:
9735
9736 -  first name
9737
9738 -  first name and last initial
9739
9740 -  full name
9741
9742 -  last name
9743
9744 -  no name
9745
9746 -  username
9747
9748 Description:
9749
9750 -  If you would like to protect your patron's privacy in the OPAC you
9751    can choose to hide their names or parts of their names from any of
9752    the comments they leave on bib records in your system.
9753    :ref:`reviewson` needs to be set to 'Allow' for this to
9754    preference to come in to play
9755
9756 .. _showreviewerphoto-label:
9757
9758 ShowReviewerPhoto
9759 ''''''''''''''''''''''''''''''''''''''''''
9760
9761 Default: Show
9762
9763 Asks: \_\_\_ reviewer's photo beside comments in OPAC.
9764
9765 Values:
9766
9767 -  Hide
9768
9769 -  Show
9770
9771    -  :ref:`reviewson` needs to be set to 'Allow' and
9772       :ref:`ShowReviewer` needs to be set to 'Show' for
9773       this to preference to come in to play
9774
9775       ShowReviewerPhoto set to 'Show'
9776       |image101|
9777
9778 Description:
9779
9780 -  This system preference allows libraries to show avatars next to
9781    patron's comments in the OPAC. These avatars are pulled from the
9782    `Libravatar <https://www.libravatar.org>`__ library, an open source
9783    powered product that allows Internet users to choose a small icon to
9784    display next to their name on various different websites. The library
9785    has no control over the images the patron chooses to display.
9786
9787 .. _socialnetworks-label:
9788
9789 SocialNetworks
9790 ''''''''''''''''''''''''''''''''''''
9791
9792 Default: Disable
9793
9794 Asks: \_\_\_ social network links in opac detail pages
9795
9796 Values:
9797
9798 -  Disable
9799
9800 -  Enable
9801
9802    Social Networks
9803    |image102|
9804
9805 Description:
9806
9807 -  This preference will enable a line of social network share buttons
9808    below the right hand column on the detail pages of records in the
9809    OPAC.
9810
9811     **Important**
9812
9813     In order for these share buttons to work when clicked you must have
9814     filled in your :ref:`OPACBaseURL` preference.
9815
9816 .. _suggestion-label:
9817
9818 suggestion
9819 '''''''''''''''''''''''''''''''''
9820
9821 Default: Allow
9822
9823 Asks: \_\_\_ patrons to make purchase suggestions on the OPAC.
9824
9825 Values:
9826
9827 -  Allow
9828
9829    -  :ref:`opacuserlogin` needs to be set to 'allow'
9830       unless :ref:`AnonSuggestions` is set to 'allow'
9831
9832 -  Don't allow
9833
9834 .. _payments-label:
9835
9836 Payments
9837 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9838
9839 These preferences will allow you control the tools you use to accept
9840 online payments from your patrons via the OPAC.
9841
9842 .. _enablepaypalopacpayments-&-paypalsandboxmode-label:
9843
9844 EnablePayPalOpacPayments & PayPalSandboxMode
9845 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
9846
9847 EnablePayPalOpacPayments Default: Don't all
9848
9849 PayPalSandboxMode Default: Sandbox
9850
9851 Asks: \_\_\_ patrons to make payments from the OPAC via PayPal in \_\_\_
9852 mode.
9853
9854 EnablePayPalOpacPayments values:
9855
9856 -  Allow
9857
9858 -  Don't allow
9859
9860 PayPalSandboxMode values:
9861
9862 -  Production
9863
9864    -  Visit https://developer.paypal.com/ to get information for
9865       accepting payments in production
9866
9867 -  Sandbox
9868
9869    -  Visit https://developer.paypal.com/developer/accounts/ to get
9870       information for your sandbox account
9871
9872 Description:
9873
9874 -  This preference will allow you to accept credit card payments via the
9875    OPAC for fines via PayPal. You will need to set up your PayPal
9876    account and it is recommended that you run tests before using this in
9877    production.
9878
9879     **Important**
9880
9881     PayPayl's terms of service state that you cannot charge your patrons
9882     for the processing fees and so this plugin will not add additional
9883     fees to the charges.
9884
9885 .. _paypalchargedescription-label:
9886
9887 PayPalChargeDescription
9888 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
9889
9890 Default: Koha fee payment
9891
9892 Asks: The patron should see the charge description as \_\_\_
9893
9894 Description
9895
9896 -  This preference controls what the patron will see on their PayPal
9897    account/Bank account for this charge.
9898
9899 .. _paypalpwd-label:
9900
9901 PayPalPwd
9902 ''''''''''''''''''''''''''
9903
9904 Asks: The password for the PayPal account to receive payments is \_\_\_
9905
9906 .. _paypalsignature-label:
9907
9908 PayPalSignature
9909 ''''''''''''''''''''''''''''''''''''''
9910
9911 Asks: The signature for the PayPal account to receive payments is \_\_\_
9912
9913 .. _paypaluser-label:
9914
9915 PayPalUser
9916 ''''''''''''''''''''''''''''
9917
9918 Asks: The email address to receive PayPal payments is \_\_\_
9919
9920 .. _policy-label:
9921
9922 Policy
9923 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9924
9925 .. _allowpurchasesuggestionbranchchoice-label:
9926
9927 AllowPurchaseSuggestionBranchChoice
9928 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
9929
9930 Default: Don't allow
9931
9932 Asks: \_\_\_ patrons to select branch when making a purchase suggestion
9933
9934 Values:
9935
9936 -  Allow
9937
9938 -  Don't allow
9939
9940 Description:
9941
9942 -  If your library system lets patrons make purchase suggestions for a
9943    specific branch you can set this preference to 'Allow' to add a
9944    branch selection option to the purchase suggestion form.
9945
9946 .. _blockexpiredpatronopacactions-label:
9947
9948 BlockExpiredPatronOpacActions
9949 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
9950
9951 Default: Don't block
9952
9953 Asks: \_\_\_ expired patrons from OPAC actions such as placing a hold or
9954 renewing.
9955
9956 Values:
9957
9958 -  Block
9959
9960 -  Don't block
9961
9962 Description:
9963
9964 -  This preference lets you set a default value for how Koha handles
9965    permissions for patrons who are expired. This preference can be
9966    overwritten by the setting on :ref:`individual patron
9967    categories <patron-categories-label>`.
9968
9969 .. _maxopensuggestions-label:
9970
9971 MaxOpenSuggestions
9972 ''''''''''''''''''''''''''''''''''''''''''''
9973
9974 Default: blank
9975
9976 Asks: Limit patrons to \_\_\_ open suggestions. Leave empty for no limit.
9977 **Note: this setting does not affect anonymous suggestions.
9978
9979 .. _opacallowpubliclistcreation-label:
9980
9981 OpacAllowPublicListCreation
9982 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
9983
9984 Default: Allow
9985
9986 Asks: \_\_\_ opac users to create public lists
9987
9988 Values:
9989
9990 -  Allow
9991
9992 -  Don't allow
9993
9994 Description:
9995
9996 -  Public lists are visible to anyone who visits your OPAC. With this
9997    preference you can control whether or now patrons are allowed to
9998    create these public lists. If this is set to "Don't allow" then only
9999    staff will be able to create public lists.
10000
10001     **Important**
10002
10003     This preference will only be taken in to account if you have
10004     :ref:`virtualshelves` set to 'Allow'
10005
10006 .. _opacallowsharingprivatelists-label:
10007
10008 OpacAllowSharingPrivateLists
10009 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10010
10011 Default: Don't allow
10012
10013 Asks: \_\_\_ opac users to share private lists with other patrons.
10014
10015 Values:
10016
10017 -  Allow
10018
10019 -  Don't allow
10020
10021 Description:
10022
10023 -  This feature will add the option for patrons to share their lists
10024    with other patrons. When this is set to 'Allow' patrons will see a
10025    share link at the top of their list. When they click that link it
10026    will ask for the email of the patron they would like to share with.
10027    Koha will then email the patron an invitation to see the list.
10028
10029 .. _opacfinenorenewals-label:
10030
10031 OPACFineNoRenewals
10032 ''''''''''''''''''''''''''''''''''''''''''''
10033
10034 Default: 99999
10035
10036 Asks: Only allow patrons to renew their own books on the OPAC if they
10037 have less than \_\_\_ USD in fines
10038
10039     **Note**
10040
10041     Leave this field blank to disable
10042
10043     **Important**
10044
10045     To allow renewals in the OPAC, :ref:`opacuserlogin`
10046     needs to be set to 'allow'
10047
10048 .. _opachiddenitems-label:
10049
10050 OpacHiddenItems
10051 ''''''''''''''''''''''''''''''''''''''
10052
10053 Asks: Allows to define custom rules for hiding specific items at opac.
10054
10055     **Note**
10056
10057     See docs/opac/OpacHiddenItems.txt in your Koha install directory for
10058     more information
10059
10060 Description:
10061
10062 -  In this field you can enter criteria for items you would like to hide
10063    from display in the OPAC. This field takes any combination of item
10064    fields (from the items table in the Koha database) for blocking. For
10065    example a value of:
10066
10067    ::
10068
10069        itype: [07, 10]
10070        location: [STAFF, ISO]
10071
10072    Will block items with an itype code of 07 or 10 as well as items that
10073    have a shelving location of STAFF or ISO.
10074
10075    In items my items.itype 07 is defined in Item Types Administration as
10076    Staff Assigned My items.itype 10 in Item Types is Archival Copy The
10077    locations STAFF and ISO are in Authorized Values for category=LOC
10078    STAFF means it's assigned to the staff reading room and ISO means it
10079    is in the isolation room.
10080
10081 .. _opacrenewalallowed-label:
10082
10083 OpacRenewalAllowed
10084 ''''''''''''''''''''''''''''''''''''''''''''
10085
10086 Default: Don't allow
10087
10088 Asks: \_\_\_ patrons to renew their own books on the OPAC.
10089
10090 Values:
10091
10092 -  Allow
10093
10094    -  :ref:`opacuserlogin` needs to be set to 'allow'
10095
10096 -  Don't allow
10097
10098    -  Staff will still be able to renew items for patrons via the staff
10099       client
10100
10101 Description:
10102
10103 -  This preference allows the administration to choose if patrons can
10104    renew their checked out materials via their checked out history in
10105    the OPAC. It allows patrons to renew their materials without having
10106    to contact the library or having to return to the library.
10107
10108 .. _opacrenewalbranch-label:
10109
10110 OpacRenewalBranch
10111 ''''''''''''''''''''''''''''''''''''''''''
10112
10113 Default: the branch the item was checked out from
10114
10115 Asks: Use \_\_\_ as branchcode to store in the statistics table
10116
10117 Values:
10118
10119 -  NULL
10120
10121 -  'OPACRenew'
10122
10123 -  the item's home branch
10124
10125 -  the patron's home branch
10126
10127 -  the branch the item was checked out from
10128
10129 Description:
10130
10131 -  This value is used in the statistics table to help with reporting.
10132    The statistics table in Koha keeps track of all checkouts and
10133    renewals, this preference defines which branch is entered in to the
10134    table when a patron renews an item for themselves via the OPAC.
10135
10136 .. _opacsuggestionmandatoryfields-label:
10137
10138 OPACSuggestionMandatoryFields
10139 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10140
10141 Default: blank
10142
10143 Asks: Fields that should be mandatory for patron purchase suggestions:
10144 \_\_\_ Note: if none of the above options are selected, 'Title' field
10145 would be mandatory anyway, by default.
10146
10147 Values:
10148
10149 -  [Select all]
10150
10151 -  Author
10152
10153 -  Collection title
10154
10155 -  Copyright or publication date
10156
10157 -  ISBN, ISSN or other standard number
10158
10159 -  Item type
10160
10161 -  Library or branch
10162
10163 -  Note
10164
10165 -  Patron reason
10166
10167 -  Publication place
10168
10169 -  Publisher name
10170
10171 -  Title
10172
10173 .. _opacviewotherssuggestions-label:
10174
10175 OPACViewOthersSuggestions
10176 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10177
10178 Default: Don't show
10179
10180 Asks: \_\_\_ purchase suggestions from other patrons on the OPAC.
10181
10182 Values:
10183
10184 -  Don't show
10185
10186 -  Show
10187
10188    -  :ref:`opacuserlogin` needs to be set to 'allow'
10189
10190 .. _searchmylibraryfirst-label:
10191
10192 SearchMyLibraryFirst
10193 ''''''''''''''''''''''''''''''''''''''''''''''''
10194
10195 Default: Don't limit
10196
10197 Asks: \_\_\_ patrons' searches to the library they are registered at.
10198
10199 Values:
10200
10201 -  Don't limit
10202
10203    -  Searching the OPAC will show results from all libraries
10204
10205    -  If you're a one branch system, choose 'Don't limit'
10206
10207 -  Limit
10208
10209    -  Patrons will still be able to search other libraries via the
10210       Advanced search page - but will be limited to searches for their
10211       library only from the basic search box
10212
10213    -  :ref:`opacuserlogin` needs to be set to 'allow'
10214
10215 .. _privacy-label:
10216
10217 Privacy
10218 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10219
10220 .. _allowpatrontosetcheckoutsvisibilityforguarantor-label:
10221
10222 AllowPatronToSetCheckoutsVisibilityForGuarantor
10223 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10224
10225 Default: Don't allow
10226
10227 Asks: \_\_\_ patrons to choose their own privacy settings for showing
10228 the patron's checkouts to the patron's guarantor".
10229
10230 Values:
10231
10232 -  Allow
10233
10234 -  Don't allow
10235
10236 Description:
10237
10238 -  By default staff can see checkouts to family members via the staff
10239    client. This preference will allow guarantees (children) to grant
10240    permission to guarantors (guardians) to view their current checkouts
10241    via the public catalog. This preference requires that you allow
10242    patrons to se their own privacy with the
10243    :ref:`OPACPrivacy` preference.
10244
10245 .. _anonsuggestions-label:
10246
10247 AnonSuggestions
10248 ''''''''''''''''''''''''''''''''''''''
10249
10250 Default: Don't allow
10251
10252 Asks: \_\_\_ patrons that aren't logged in to make purchase suggestions.
10253
10254     **Important**
10255
10256     If set to 'Allow', suggestions are connected to the
10257     :ref:`AnonymousPatron`
10258
10259 Values:
10260
10261 -  Allow
10262
10263 -  Don't allow
10264
10265 .. _anonymouspatron-label:
10266
10267 AnonymousPatron
10268 ''''''''''''''''''''''''''''''''''''''
10269
10270 Default: 0
10271
10272 Asks: Use borrowernumber \_\_\_ as the Anonymous Patron (for anonymous
10273 suggestions and reading history)
10274
10275     **Note**
10276
10277     Before setting this preference :ref:`create a patron <add-a-new-patron-label>`
10278     to be used for all anonymous suggestions and/or reading history
10279     items. This patron can be any type and should be named something to
10280     make it clear to you that they're anonymous (ex. Anonymous Patron).
10281
10282     **Important**
10283
10284     Remember to use the borrowernumber note the patron's cardnumber for
10285     this value. The borrowernumber can be found on the patron record
10286     under 'Library use' on the right.Borrowernumber
10287
10288 .. _enableopacsearchhistory-label:
10289
10290 EnableOpacSearchHistory
10291 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
10292
10293 Default: Keep
10294
10295 Asks: \_\_\_ patron search history in the OPAC.
10296
10297 Values:
10298
10299 -  Don't keep
10300
10301 -  Keep
10302
10303 .. _opacprivacy-label:
10304
10305 OPACPrivacy
10306 ''''''''''''''''''''''''''''''
10307
10308 Default: Don't allow
10309
10310 Asks: \_\_\_ patrons to choose their own privacy settings for their
10311 reading history.
10312
10313     **Important**
10314
10315     This requires :ref:`opacreadinghistory` set to
10316     'Allow' and :ref:`AnonymousPatron` to be set to your
10317     anonymous patron's borrowernumber.
10318
10319 Values:
10320
10321 -  Allow
10322
10323 -  Don't allow
10324
10325 Description:
10326
10327 -  The default privacy setting for each patron category can be set in
10328    the :ref:`Patrons Categories <patron-categories-label>` area. If you set this
10329    preference to 'allow' then patrons can change that for themselves via
10330    the OPAC.
10331
10332     **Important**
10333
10334     If patron has chosen to have their reading history anonymized and
10335     you have :ref:`StoreLastBorrower` set to "Don't
10336     store" then as soon as the item is checked in the last borrower will
10337     be anonymized.
10338
10339 .. _opacreadinghistory-label:
10340
10341 opacreadinghistory
10342 ''''''''''''''''''''''''''''''''''''''''''''
10343
10344 Default: Allow
10345
10346 Asks: \_\_\_ patrons to see what books they have checked out in the
10347 past.
10348
10349     **Important**
10350
10351     Enabling this will make it so that patrons can view their
10352     circulation history in the OPAC unless you have
10353     :ref:`OPACPrivacy` set to 'Allow.'
10354
10355     **Important**
10356
10357     This data is stored in the system regardless of your choice, unless
10358     your patrons have chosen to never have their reading history kept.
10359
10360 .. _storelastborrower-label:
10361
10362 StoreLastBorrower
10363 ''''''''''''''''''''''''''''''''''''''''''
10364
10365 Default: Don't store
10366
10367 Asks: \_\_\_ the last patron to return an item.
10368
10369 Values:
10370
10371 -  Don't store
10372
10373 -  Store
10374
10375 Description:
10376
10377 -  This preference allows you to store the last patron to borrow an item
10378    even if the patron has chosen to have their reading history
10379    anonymized.
10380
10381     **Note**
10382
10383     This setting is independent of
10384     :ref:`opacreadinghistory` and/or
10385     :ref:`AnonymousPatron`.
10386
10387 .. _trackclicks-label:
10388
10389 TrackClicks
10390 ''''''''''''''''''''''''''''''
10391
10392 Default: Don't track
10393
10394 Asks: \_\_\_ links that patrons click on.
10395
10396 Values:
10397
10398 -  Don't track
10399
10400 -  Track
10401
10402 -  Track anonymously
10403
10404 Description:
10405
10406 -  By setting this preference to one of the track options you will allow
10407    Koha to track every link clicked in Koha. This data will be stored in
10408    a database table so that you can run reports against that data. If
10409    you choose to 'Track' clicks then Koha will record both the link
10410    clicked and the logged in user who clicked the link. If you choose to
10411    'Track anonymously' then the borrowernumber will not be recorded, but
10412    the rest of the data will.
10413
10414        **Note**
10415
10416        Remember to update your local privacy policies and link to them
10417        from the OPAC to notify your users that you are tracking their
10418        information.
10419
10420 .. _restricted-page-label:
10421
10422 Restricted Page
10423 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10424
10425 Using the following preference you can create a page within your Koha
10426 system that is accessible by only specific IP addresses. This can be
10427 used to house links to databases that can only be accessed from with the
10428 library or other licensed content.
10429
10430 .. _restrictedpagecontent-label:
10431
10432 RestrictedPageContent
10433 ''''''''''''''''''''''''''''''''''''''''''''''''''
10434
10435 Asks: HTML content of your restricted page.
10436
10437 .. _restrictedpagelocalips-label:
10438
10439 RestrictedPageLocalIPs
10440 ''''''''''''''''''''''''''''''''''''''''''''''''''''
10441
10442 Asks: Access from IP addresses beginning with \_\_\_ do not need to be
10443 authenticated
10444
10445 Description:
10446
10447 -  You can enter individual IPS as a comma separated list (ex:
10448    '127.0.0,127.0.1') or just the beginning of the IP range allowed (ex:
10449    '127.0.')
10450
10451 .. _restrictedpagetitle-label:
10452
10453 RestrictedPageTitle
10454 ''''''''''''''''''''''''''''''''''''''''''''''
10455
10456 Asks: Use \_\_\_ as title of your restricted page
10457
10458 Description:
10459
10460 -  This title will appear in the breadcrumb and on the top of the
10461    restricted page.
10462
10463 .. _self-registration-label:
10464
10465 Self Registration
10466 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10467
10468 .. _patronselfmodificationborrowerunwantedfield-label:
10469
10470 PatronSelfModificationBorrowerUnwantedField
10471 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10472
10473 Default: password
10474
10475 Asks: The following `database
10476 columns <http://schema.koha-community.org/tables/borrowers.html>`__ will
10477 not appear on the patron self-modification screen: \_\_\_
10478
10479 Description:
10480
10481 -  This preference allows you to define what fields patrons can edit if
10482    you're allowing them to update their personal information via the
10483    public catalog with the :ref:`OPACPatronDetails`
10484    preference.
10485
10486     **Important**
10487
10488     Separate columns with \|
10489
10490 .. _patronselfregistration-label:
10491
10492 PatronSelfRegistration
10493 ''''''''''''''''''''''''''''''''''''''''''''''''''''
10494
10495 Default: Don't allow
10496
10497 Asks: \_\_\_ library patrons to register an account via the OPAC.
10498
10499 Values:
10500
10501 -  Allow
10502
10503 -  Don't allow
10504
10505 Description:
10506
10507 -  Setting this preference to 'Allow' will provide a link on the OPAC to
10508    register for a new account. Using the other :ref:`Self
10509    Registration <self-registration-label>` system preferences you
10510    can control how this preference will function.
10511
10512    Register link in the OPAC
10513    |image103|
10514
10515     **Important**
10516
10517     Patrons registering via the OPAC will not need to be approved by a
10518     librarian. For this reason it is recommended that you set up a
10519     provisional :ref:`patron category <patron-categories-label>` with no :ref:`circulation
10520     rights <circulation-and-fine-rules-label>`. That way patrons will have to come in to
10521     the library to verify their identity before given circulation rights
10522     at the library. Once the patron confirms their identity the library
10523     staff can change the category to one with permissions to check items
10524     out and place holds.
10525
10526 .. _patronselfregistrationadditionalinstructions-label:
10527
10528 PatronSelfRegistrationAdditionalInstructions
10529 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10530
10531 Asks: Display the following additional instructions for patrons who self
10532 register via the OPAC ( HTML is allowed ):
10533
10534 Description:
10535
10536 -  This preference takes any HTML you'd like to display on the page the
10537    patron sees after successfully registering for their library card.
10538
10539 .. _patronselfregistrationborrowermandatoryfield-label:
10540
10541 PatronSelfRegistrationBorrowerMandatoryField
10542 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10543
10544 Default: surname\|firstname
10545
10546 Asks: The following database columns must be filled in on the patron
10547 entry screen: \_\_\_
10548
10549 Description:
10550
10551 -  This preference allows you to define what fields patrons must fill in
10552    on their self registration form. If any of the required fields are
10553    blank Koha will not let the patron register.
10554
10555     **Important**
10556
10557     Separate columns with \|
10558
10559     **Note**
10560
10561     For help with field names, ask your system administrator or `view
10562     the database
10563     structure <http://schema.koha-community.org/tables/borrowers.html>`__
10564     associated with the borrowers table.
10565
10566     **Note**
10567
10568     If you're going to require that patrons verify their accounts via
10569     email with the
10570     :ref:`PatronSelfRegistrationVerifyByEmail`
10571     preference the email field will automatically be marked as required.
10572
10573 .. _patronselfregistrationborrowerunwantedfield-label:
10574
10575 PatronSelfRegistrationBorrowerUnwantedField
10576 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10577
10578 Default: password
10579
10580 Asks: The following database columns will not appear on the patron entry
10581 screen: \_\_\_
10582
10583 Description:
10584
10585 -  Using this preference you can hide fields from the patron registration
10586    and update form in the OPAC.
10587
10588     **Important**
10589
10590     Separate columns with \|
10591
10592     **Note**
10593
10594     For help with field names, ask your system administrator or `view
10595     the database
10596     structure <http://schema.koha-community.org/tables/borrowers.html>`__
10597     associated with the borrowers table.
10598
10599 .. _patronselfregistrationdefaultcategory-label:
10600
10601 PatronSelfRegistrationDefaultCategory
10602 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10603
10604 Asks: Use the patron category code \_\_\_ as the default patron category
10605 for patrons registered via the OPAC.
10606
10607 Description:
10608
10609 -  Enter in the patron category code for the category that all new
10610    patrons registered via the OPAC will be put in to.
10611
10612     **Important**
10613
10614     Patrons registering via the OPAC will not need to be approved by a
10615     librarian. For this reason it is recommended that you set up a
10616     provisional :ref:`patron category <patron-categories-label>` with no :ref:`circulation
10617     rights <circulation-and-fine-rules-label>`. That way patrons will have to come in to
10618     the library to verify their identity before given circulation rights
10619     at the library. Once the patron confirms their identiy the library
10620     staff can change the category to one with permissions to check items
10621     out and place holds.
10622
10623     **Important**
10624
10625     If you leave this blank or enter in an invalid code your patrons
10626     will still be able to register but will not be given a username.
10627     There will be no errors on the page to explain this, so be sure to
10628     enter a valid patron category code.
10629     
10630 .. _patronselfregistrationemailmustbeunique-label:
10631
10632 PatronSelfRegistrationEmailMustBeUnique
10633 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10634
10635 Default: Do not consider
10636
10637 Asks: \_\_\_ patron's email (borrowers.email) as unique on self registering.
10638 An email won't be accepted if it already exists in the database.
10639
10640 Values:
10641
10642 -  Do not consider
10643
10644 -  Consider
10645
10646 .. _patronselfregistrationexpiretemporaryaccountsdelay-label:
10647
10648 PatronSelfRegistrationExpireTemporaryAccountsDelay
10649 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10650
10651 Default: 0
10652
10653 Asks: Delete patrons registered via the OPAC, but not yet verified after
10654 \_\_\_ days.
10655
10656 Description:
10657
10658 -  This preference links to the :ref:`delete\_expired\_opac\_registrations.pl
10659    cron job <unverified-registrations-label>`. If that cron is set to
10660    run nightly it will clean up any registrations that have not been
10661    verified via email in the number of days entered on this preference.
10662    This is dependent on
10663    :ref:`PatronSelfRegistrationVerifyByEmail`
10664    preference.
10665
10666 .. _patronselfregistrationlibrarylist-label:
10667
10668 PatronSelfRegistrationLibraryList
10669 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10670
10671 Default: blank
10672
10673 Asks: Enable the self registration for the following libraries: \_\_\_
10674 (separate branchcode with |). If empty, all libraries will be listed.
10675
10676 .. _patronselfregistrationprefillform-label:
10677
10678 PatronSelfRegistrationPrefillForm
10679 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10680
10681 Default: Display and prefill
10682
10683 Asks: \_\_\_ password and login form after a patron has self registered.
10684
10685 Values:
10686
10687 -  Do not display and prefill
10688
10689 -  Display and prefill
10690
10691 .. _patronselfregistrationverifybyemail-label:
10692
10693 PatronSelfRegistrationVerifyByEmail
10694 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10695
10696 Default: Don't require
10697
10698 Asks: \_\_\_ that a self-registering patron verify his or herself via
10699 email.
10700
10701 Values:
10702
10703 -  Don't require
10704
10705 -  Require
10706
10707 Description:
10708
10709 -  If you require patrons to verify their accounts via email they will
10710    not be able to log in to the OPAC until they acknowledge the email
10711    sent by Koha. If you don't require this then patrons will be able to
10712    log in as soon as they fill in the registration form. You can set the
10713    :ref:`PatronSelfRegistrationExpireTemporaryAccountsDelay`
10714    preference to delete the un-verified self registrations after a
10715    certain number of days.
10716
10717     **Note**
10718
10719     If you're going to require that patrons verify their accounts via
10720     email then the email field will automatically be marked as required.
10721
10722 .. _shelf-browser-label:
10723
10724 Shelf Browser
10725 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10726
10727 .. _opacshelfbrowser-label:
10728
10729 OPACShelfBrowser
10730 ''''''''''''''''''''''''''''''''''''''''
10731
10732 Default: Show
10733
10734 Asks: \_\_\_ a shelf browser on item details pages, allowing patrons to
10735 see what's near that item on the shelf.
10736
10737 Values:
10738
10739 -  Don't show
10740
10741 -  Show
10742
10743    OPACShelfBrowser
10744    |image104|
10745
10746 Description:
10747
10748 -  This preference allows patrons to view what is located on the shelf
10749    near the item they looked up. The shelf browser option appears on the
10750    details page to the right of each items' call number. Clicking the
10751    'Browse Shelf' link allows for a virtual shelf browsing experience
10752    via the OPAC and lets patrons see other books that may relate to
10753    their search and items that sit on the shelf near the item they are
10754    looking at.
10755
10756     **Important**
10757
10758     This uses up a fairly large amount of resources on your server, and
10759     should be avoided if your collection has a large number of items.
10760
10761 .. _shelfbrowserusesccode-label:
10762
10763 ShelfBrowserUsesCcode
10764 ''''''''''''''''''''''''''''''''''''''''''''''''''
10765
10766 Default: Don't use
10767
10768 Asks: \_\_\_ the item collection code when finding items for the shelf
10769 browser.
10770
10771 Values:
10772
10773 -  Don't use
10774
10775 -  Use
10776
10777 Description:
10778
10779 -  If your library uses collection codes then you might want the shelf
10780    browser to take into consideration what collection the books belong
10781    to when populating the virtual shelf browser.
10782
10783 .. _shelfbrowseruseshomebranch-label:
10784
10785 ShelfBrowserUsesHomeBranch
10786 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10787
10788 Default: Use
10789
10790 Asks: \_\_\_ the item home branch when finding items for the shelf
10791 browser.
10792
10793 Values:
10794
10795 -  Don't use
10796
10797 -  Use
10798
10799 Description:
10800
10801 -  If you have a multiple branch system you may want to make sure that
10802    Koha takes into consideration what branch owns the books when
10803    populating the virtual shelf browser for accuracy.
10804
10805 .. _shelfbrowseruseslocation-label:
10806
10807 ShelfBrowserUsesLocation
10808 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10809
10810 Default: Use
10811
10812 Asks: \_\_\_ the item location when finding items for the shelf browser.
10813
10814 Values:
10815
10816 -  Don't use
10817
10818 -  Use
10819
10820 Description:
10821
10822 -  If your library uses shelving locations then you might want the shelf
10823    browser to take into consideration what shelving location the books
10824    belong to when populating the virtual shelf browser.
10825
10826 .. _patrons-label:
10827
10828 Patrons
10829 ~~~~~~~~~~~~~~~~~~~~~~~~~~
10830
10831 *Get there:* More > Administration > Global System Preferences > Patrons
10832
10833 .. _general-label:
10834
10835 General
10836 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10837
10838 .. _allowstafftosetcheckoutsvisibilityforguarantor-label:
10839
10840 AllowStaffToSetCheckoutsVisibilityForGuarantor
10841 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10842
10843 Default: Don't allow
10844
10845 Asks: \_\_\_ staff to set the ability for a patron's checkouts to be
10846 viewed by linked patrons in the OPAC.
10847
10848 Values:
10849
10850 -  Don't allow
10851
10852 -  Allow
10853
10854 .. _autoemailopacuser-label:
10855
10856 AutoEmailOpacUser
10857 ''''''''''''''''''''''''''''''''''''''''''
10858
10859 Default: Don't send
10860
10861 Asks: \_\_\_ an email to newly created patrons with their account
10862 details.
10863
10864 Description:
10865
10866 -  AutoEmailOpacUser allows library users to be notified by email of
10867    their account details when a new account is opened at the email
10868    address specified in the
10869    :ref:`AutoEmailPrimaryAddress` preference.
10870    The email contains the username and password given to or chosen by
10871    the patron when signing up for their account and can be customized by
10872    editing the `ACCTDETAILS <#ACCTDETAILS>`__ notice.
10873
10874 Values:
10875
10876 -  Don't send
10877
10878 -  Send
10879
10880 .. _autoemailprimaryaddress-label:
10881
10882 AutoEmailPrimaryAddress
10883 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
10884
10885 Default: alternate
10886
10887 Asks: Use \_\_\_ patron email address for sending out emails.
10888
10889 Values:
10890
10891 -  alternate
10892
10893 -  first valid
10894
10895 -  home
10896
10897 -  work
10898
10899 Description:
10900
10901 -  If you choose 'first valid' as the value for AutoEmailPrimaryAddress
10902    the system will check the email fields in this order: home, work,
10903    then alternate. Otherwise the system will use the email address you
10904    specify.
10905
10906 .. _automembernum-label:
10907
10908 autoMemberNum
10909 ''''''''''''''''''''''''''''''''''
10910
10911 Default: Do
10912
10913 Asks: \_\_\_ default the card number field on the patron addition screen
10914 to the next available card number
10915
10916 Values:
10917
10918 -  Do
10919
10920    -  If the largest currently used card number is 26345000012941, then
10921       this field will default to 26345000012942 for the next patron
10922
10923 -  Don't
10924
10925 Description:
10926
10927 -  This preference determines if the patron's barcode is automatically
10928    calculated. This prevents the person setting up the library card
10929    account from having to assign a number to the new card. If set to
10930    'Do' the system will calculate a new patron barcode by adding 1 to
10931    the maximum barcode already present in the database.
10932
10933 .. _borrowermandatoryfield-label:
10934
10935 BorrowerMandatoryField
10936 ''''''''''''''''''''''''''''''''''''''''''''''''''''
10937
10938 Default: surname\|cardnumber\|barcode
10939
10940 Asks: The following database columns must be filled in on the patron
10941 entry screen: \_\_\_
10942
10943 Description:
10944
10945 -  This preference enables the system administrator to choose which
10946    fields your library would like required for patron accounts. Enter
10947    field names separated by \| (bar). This ensures that basic
10948    information is included in each patron record. If a patron leaves one
10949    of the required fields blank an error message will issue and the
10950    account will not be created.
10951
10952     **Important**
10953
10954     Separate columns with \|
10955
10956     **Note**
10957
10958     For help with field names, ask your system administrator or `view
10959     the database
10960     structure <http://schema.koha-community.org/tables/borrowers.html>`__
10961     associated with the borrowers table.
10962
10963 .. _borrowerrelationship-label:
10964
10965 borrowerRelationship
10966 ''''''''''''''''''''''''''''''''''''''''''''''''
10967
10968 Default: father\|mother
10969
10970 Asks: Guarantors can be the following of those they guarantee \_\_\_
10971
10972 Description:
10973
10974 -  This preference enables the system administrator to define valid
10975    relationships between a guarantor (usually a parent) & a guarantee
10976    (usually a child). Defining values for this field does not make the
10977    guarantor field required when adding a guarantee type patron. This
10978    preference creates a drop down list identifying the relationship of
10979    the guarantor to the guarantee. To disable the ability to add
10980    children types in Koha you can leave this field blank.
10981
10982     **Important**
10983
10984     Input multiple choices separated by \|
10985
10986 .. _borrowerrenewalperiodbase-label:
10987
10988 BorrowerRenewalPeriodBase
10989 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10990
10991 Default: current date
10992
10993 Asks: When renewing borrowers, base the new expiry date on \_\_\_
10994
10995 Values:
10996
10997 -  current date.
10998
10999 -  current membership expiry date.
11000
11001 Description:
11002
11003 -  This preference controls what the patron's new expiration date will
11004    be when you renew their card. Using the 'current date' will add the
11005    subscription period to today's date when calculating the new
11006    expiration date. Using 'current membership expiry date' will add the
11007    subscription period to the old expiration date for the patron when
11008    renewing their account.
11009
11010 .. _borrowerstitles-label:
11011
11012 BorrowersTitles
11013 ''''''''''''''''''''''''''''''''''''''
11014
11015 Default: Mr\|Mrs\|Miss\|Ms
11016
11017 Asks: Borrowers can have the following titles \_\_\_
11018
11019 Description:
11020
11021 -  This preference allows the staff to choose the titles that can be
11022    assigned to patrons. The choices present as a drop down list when
11023    creating a patron record.
11024
11025     **Important**
11026
11027     Input multiple choices separated by \|
11028
11029 .. _borrowerunwantedfield-label:
11030
11031 BorrowerUnwantedField
11032 ''''''''''''''''''''''''''''''''''''''''''''''''''
11033
11034 Asks: The following database columns will not appear on the patron entry
11035 screen: \_\_\_
11036
11037 Description:
11038
11039 -  This preference enables the system administrator to choose which
11040    fields your library doesn't need to see on the patron entry form.
11041    Enter field names separated by \| (bar).
11042
11043     **Important**
11044
11045     Separate columns with \|
11046
11047     **Note**
11048
11049     For help with field names, ask your system administrator or `view
11050     the database
11051     structure <http://schema.koha-community.org/tables/borrowers.html>`__
11052     associated with the borrowers table.
11053
11054 .. _cardnumberlength-label:
11055
11056 CardnumberLength
11057 ''''''''''''''''''''''''''''''''''''''''
11058
11059 Asks: Card numbers for patrons must be \_\_\_ characters long.
11060
11061 Description:
11062
11063 -  The length can be a single number to specify an exact length, a range
11064    separated by a comma (i.e., 'Min,Max'), or a maximum with no minimum
11065    (i.e., ',Max'). If 'cardnumber' is included in the
11066    :ref:`BorrowerMandatoryField` list, the
11067    minimum length, if not specified here, defaults to one.
11068
11069 .. _checkdigit-label:
11070
11071 checkdigit
11072 ''''''''''''''''''''''''''''
11073
11074 Default: Don't
11075
11076 Asks: \_\_\_ check and construct borrower card numbers in the Katipo
11077 style.
11078
11079 Values:
11080
11081 -  Do
11082
11083 -  Don't
11084
11085     **Important**
11086
11087     This overrides :ref:`autoMemberNum` if on.
11088     
11089 .. _checkprevcheckout-label:
11090
11091 CheckPrevCheckout
11092 ''''''''''''''''''''''''''''''''''''''''''
11093
11094 Default: Do not
11095
11096 Asks: \_\_\_ check borrower checkout history to see if the current item has been checked out before.
11097
11098 Values:
11099
11100 -  Do
11101
11102 -  Do not
11103
11104 -  Unless overridden, do
11105
11106 -  Unless overridden, do not
11107
11108 Description:
11109
11110 When the value of this system preference is set to 'do', Koha will look at the 
11111 patron's circulation history to see if they have checked this item out before. 
11112 An alert will show up on the screen indicating that patron has indeed checked 
11113 this item out.  Staff will be prompted to allow the checkout to occur.
11114 If the vaulue is set to 'don't', Koha will not check the patron's circulation 
11115 history. When the value is set to 'Unless overridden, do', this will check the 
11116 patron's circulation history even if there are fines, fees, and/or holds on the 
11117 patron's account.  Lastly, if the value is set to 'Unless overridden, don't', 
11118 Koha will not check circulation history regardless of fines, fees, and/or holds. 
11119
11120      **Note** 
11121
11122 This system preference will not work for patrons that have chosen to anonymize 
11123 their reading history.
11124
11125 .. _defaultpatronsearchfields-label:
11126
11127 DefaultPatronSearchFields
11128 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
11129
11130 Default: surname,firstname,othernames,cardnumber,userid
11131
11132 Asks: \_\_\_ Comma separated list defining the default fields to be used during a patron search
11133
11134     **Important** possible values can be found in the borrowers table of Koha's schema
11135     located at http://schema.koha-community.org/
11136
11137 .. _enableborrowerfiles-label:
11138
11139 EnableBorrowerFiles
11140 ''''''''''''''''''''''''''''''''''''''''''''''
11141
11142 Default: Don't
11143
11144 Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
11145 a borrower record.
11146
11147 Values:
11148
11149 -  Do
11150
11151 -  Don't
11152
11153 Description:
11154
11155 -  When enabled this will add a 'Files' tab to the left of the patron
11156    detail page where you can view and upload files to the patron record.
11157
11158 .. _enhancedmessagingpreferences-label:
11159
11160 EnhancedMessagingPreferences
11161 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
11162
11163 Default: Allow
11164
11165 Asks: \_\_\_ staff to manage which notices patrons will receive and when
11166 they will receive them.
11167
11168 Values:
11169
11170 -  Allow
11171
11172 -  Don't allow
11173
11174     **Important**
11175
11176     This only applies to certain kinds of notices, overdue notices will
11177     be sent based on the library's rules, not the patron's choice.
11178
11179     **Note**
11180
11181     To manage if patrons have also access to these settings, use
11182     :ref:`EnhancedMessagingPreferencesOPAC`.
11183
11184 Description:
11185
11186 -  These messages are in addition to the overdue notices that the
11187    library sends. The difference between these notices and overdues is
11188    that the patron can opt-in and out of these. Setting this preference
11189    to 'Allow' will allow staff to choose for patrons to receive any one
11190    of the following messages:
11191
11192    -  Item Checkout : A notice that lists all the of the items the
11193       patron has just checked out and/or renewed, this is an electronic
11194       form of the checkout receipt
11195
11196    -  Item Due : A notice on the day and item is due back at the library
11197
11198    -  Hold Filled : A notice when you have confirmed the hold is waiting
11199       for the patron
11200
11201    -  Item Checkin : A notice that lists all the of the items the patron
11202       has just checked in
11203
11204    -  Advanced Notice : A notice in advance of the patron's items being
11205       due (Staff can choose the number of days in advance)
11206
11207 .. _enhancedmessagingpreferencesopac-label:
11208
11209 EnhancedMessagingPreferencesOPAC
11210 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
11211
11212 Default: Show
11213
11214 Asks: \_\_\_ patron messaging setting on the OPAC
11215
11216 Values:
11217
11218 -  Don't show
11219
11220 -  Show
11221
11222     **Important**
11223
11224     :ref:`EnhancedMessagingPreferences`
11225     must be enabled for messaging options to show in the OPAC
11226
11227 Description:
11228
11229 -  These messages are in addition to the overdue notices that the
11230    library sends. The difference between these notices and overdues is
11231    that the patron can opt-in and out of these. Setting this preference
11232    to 'Allow' will allow patrons to choose to receive any one of the
11233    following messages:
11234
11235    -  Item Checkout : A notice that lists all the of the items the
11236       patron has just checked out and/or renewed, this is an electronic
11237       form of the checkout receipt
11238
11239    -  Item Due : A notice on the day and item is due back at the library
11240
11241    -  Hold Filled : A notice when you have confirmed the hold is waiting
11242       for the patron
11243
11244    -  Item Checkin : A notice that lists all the of the items the patron
11245       has just checked in
11246
11247    -  Advanced Notice : A notice in advance of the patron's items being
11248       due (The patron can choose the number of days in advance)
11249
11250 .. _extendedpatronattributes-label:
11251
11252 ExtendedPatronAttributes
11253 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
11254
11255 Default: Enable
11256
11257 Asks: \_\_\_ searching, editing and display of custom attributes on
11258 patrons.
11259
11260 Values:
11261
11262 -  Don't enable
11263
11264 -  Enable
11265
11266    -  Define attributes in Koha administration
11267
11268    -  Get there: More > Administration > :ref:`Patron Attribute
11269       Types <patron-attribute-types-label>`
11270
11271 Description:
11272
11273 -  Patron attributes are library-defined custom fields that can be
11274    applied to patron records.
11275
11276     **Note**
11277
11278     Use custom attributes for fields that the default patron record does
11279     not support such as driver's license number or student ID number.
11280
11281 .. _feeonchangepatroncategory-label:
11282
11283 FeeOnChangePatronCategory
11284 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
11285
11286 Default: Do
11287
11288 Asks: \_\_\_ charge a fee when a patron changes to a category with an
11289 enrollment fee.
11290
11291 Values:
11292
11293 -  Do
11294
11295 -  Don't
11296
11297 .. _intranetreadinghistory-label:
11298
11299 intranetreadinghistory
11300 ''''''''''''''''''''''''''''''''''''''''''''''''''''
11301
11302 Default: Allow
11303
11304 Asks: \_\_\_ staff to access a patron's checkout history.
11305
11306     **Important**
11307
11308     If you have the :ref:`OPACPrivacy` preference set to
11309     'Allow' and the patron has decided to not have their history kept
11310     staff will only see currently checked out items.
11311
11312 Values:
11313
11314 -  Allow
11315
11316 -  Don't allow
11317
11318     **Important**
11319
11320     Reading history is still stored, regardless of staff being allowed
11321     access or not unless the patron has chosen to have their history
11322     anonymized via their :ref:`privacy page <my-privacy-label>`.
11323
11324 .. _maxfine-label:
11325
11326 MaxFine
11327 ''''''''''''''''''''''
11328
11329 Default: 9999
11330
11331 Asks: The late fine for all checkouts will only go up to \_\_\_ USD.
11332
11333 Description:
11334
11335 -  This preference controls the default cap on fines accrued by the
11336    patron. Leaving this preference blank means that there is no cap on
11337    the amount of fines a patron can accrue. If you'd like, single item
11338    caps can be specified in the :ref:`circulation rules
11339    matrix <circulation-and-fine-rules-label>`.
11340
11341 .. _membershipexpirydaysnotice-label:
11342
11343 MembershipExpiryDaysNotice
11344 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
11345
11346 Asks: Send an account expiration notice when a patron's card will expire
11347 in \_\_\_ days.
11348
11349 Description:
11350
11351 -  If you would like to notify patrons that their accounts are about to
11352    expire then you can enter a number of days before expiration in this
11353    preference. The notice text can be customized in the :ref:`Notices &
11354    Slips <notices-&-slips-label>` tool.
11355
11356     **Important**
11357
11358     You will need to enable the :ref:`membership expiry cron
11359     job <notify-patrons-of-expiration-label>` for this notice to send.
11360
11361 .. _minpasswordlength-label:
11362
11363 minPasswordLength
11364 ''''''''''''''''''''''''''''''''''''''''''
11365
11366 Default: 3
11367
11368 Asks: Login passwords for staff and patrons must be at least \_\_\_
11369 characters long.
11370
11371     **Important**
11372
11373     This applies to both the staff login and the patron OPAC login.
11374
11375 .. _notifyborrowerdeparture-label:
11376
11377 NotifyBorrowerDeparture
11378 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
11379
11380 Default: 30
11381
11382 Asks: Show a notice that a patron is about to expire \_\_\_ days
11383 beforehand.
11384
11385 Description:
11386
11387 -  When the patron attempts to check out materials, a warning will
11388    appear in the check out window of the Staff Client telling the
11389    librarian that the patrons account is about to expire.
11390
11391     **Important**
11392
11393     This notice will appear on the patron's record in the staff client.
11394
11395 .. _patronimages-label:
11396
11397 patronimages
11398 ''''''''''''''''''''''''''''''''
11399
11400 Default: Allow
11401
11402 Asks: \_\_\_ images to be uploaded and shown for patrons on the staff
11403 client.
11404
11405 Values:
11406
11407 -  Allow
11408
11409 -  Don't allow
11410
11411 Description:
11412
11413 -  If this preference is set to 'Allow' the staff will be able to upload
11414    images of patrons either :ref:`one by one <add-patron-images-label>` or :ref:`in
11415    bulk <upload-patron-images-label>`. Patrons images will show on the detail
11416    page to the left of the patron information. They can also show in the
11417    OPAC if you set the :ref:`OPACpatronimages` preference
11418    or in the self check out module if you set the
11419    :ref:`ShowPatronImageInWebBasedSelfCheck`
11420    preference.
11421
11422 .. _patronquickaddfields-label:
11423
11424 PatronQuickAddFields
11425 ''''''''''''''''''''''''''''''''''''''''''''''''
11426
11427 Default: blank
11428
11429 Asks: \_\_\_ (separate columns with |) add these fields to the patron
11430 quick add form when entering a new patron. Displays only mandatory fields
11431 and fields specified here. If applicable, the guarantor form will be shown
11432 as well, individual fields in that form will be ignored.
11433
11434 .. _patronsperpage-label:
11435
11436 PatronsPerPage
11437 ''''''''''''''''''''''''''''''''''''
11438
11439 Default: 20
11440
11441 Asks: By default, show \_\_\_ results per page in the staff client.
11442
11443 Description:
11444
11445 -  This preference will let you define how many patrons to show on
11446    patron search results pages.
11447
11448 .. _smssenddriver,-smssendusername,-and-smssendpassword-label:
11449
11450 SMSSendDriver, SMSSendUsername, and SMSSendPassword
11451 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
11452
11453 Asks: Use the SMS::Send:: \_\_\_ driver to send SMS messages. Define a
11454 username/login \_\_\_ and a password \_\_\_.
11455
11456     **Important**
11457
11458     Please refer to your national laws concerning the sending of bulk
11459     SMS messages before enabling this feature.
11460
11461 Description:
11462
11463 -  There are two options for using SMS in Koha. You can use the Email
11464    protocol for free by entering 'Email' as the SMSSendDriver or you can
11465    pay for a SMS driver. Some examples of values for the driver are:
11466
11467    -  SMS::Send::Us::Ipipi
11468
11469    -  SMS::Send::US::TMobile
11470
11471    -  SMS::Send::US::Verizon
11472
11473    -  SMS::Send::IN::Unicel
11474
11475    Additional values can be found here:
11476    http://search.cpan.org/search?query=sms%3A%3Asend&mode=all
11477
11478        **Important**
11479
11480        Only drivers available as Perl modules will work in this
11481        preference, so make sure a Perl module is available before
11482        choosing an SMS service.
11483
11484    Once a driver is entered in the preference an option will appear in
11485    the staff client and the OPAC on the patron messaging form to choose
11486    to receive messages as SMS
11487
11488    SMSSendDriver Options
11489    |image105|
11490
11491     **Important**
11492
11493     You must allow
11494     :ref:`EnhancedMessagingPreferences` for
11495     this to work.
11496
11497 .. _statisticsfields-label:
11498
11499 StatisticsFields
11500 ''''''''''''''''''''''''''''''''''''''''
11501
11502 Default: location\|itype\|ccode
11503
11504 Asks: Show the following fields from the items database table as columns
11505 on the statistics tab on the patron record: \_\_\_
11506
11507 Statistics on Patron Record
11508 |image106|
11509
11510     **Important**
11511
11512     Enter the values separated by bars (\|)
11513
11514 Description:
11515
11516 -  This preference lets you set which fields will show on the patron
11517    record on the Statistics tab.
11518
11519 .. _talkingtechitivaphonenotification-label:
11520
11521 TalkingTechItivaPhoneNotification
11522 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
11523
11524 Default: Disable
11525
11526 Asks: \_\_\_ patron phone notifications using Talking Tech i-tiva
11527 (overdues, predues and holds notices currently supported).
11528
11529 Values:
11530
11531 -  Disable
11532
11533 -  Enable
11534
11535 Description:
11536
11537 -  To learn more about setting up this third party product view the
11538    `Talking Tech Appendix <#talkingtechappendix>`__.
11539
11540     **Important**
11541
11542     Requires that you have
11543     :ref:`EnhancedMessagingPreferences` set
11544     to Allow to use.
11545     
11546 .. _tracklastpatronactivity-label:
11547
11548 TrackLastPatronActivity
11549 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
11550
11551 Default: Don't
11552
11553 Asks: \_\_\_ track last patron activity. Everytime a patron will connect,
11554 the borrowers.lastseen will be updated with the current time.
11555
11556 Values:
11557
11558 -  Don't
11559
11560 -  Do
11561
11562 .. _uppercasesurnames-label:
11563
11564 uppercasesurnames
11565 ''''''''''''''''''''''''''''''''''''''''''
11566
11567 Default: Don't
11568
11569 Asks: \_\_\_ store and display surnames (last names) in upper case.
11570
11571 Values:
11572
11573 -  Do
11574
11575 -  Don't
11576
11577 .. _usedischarge-label:
11578
11579 useDischarge
11580 ''''''''''''''''''''''''''''''''
11581
11582 Default: Don't allow
11583
11584 Asks: \_\_\_ librarians to discharge borrowers and borrowers to request
11585 a discharge.
11586
11587 Values:
11588
11589 -  Allow
11590
11591 -  Don't allow
11592
11593 Description:
11594
11595 -  A discharge is a certificate that says the patron has no current
11596    checkouts, no holds and owe no money.
11597
11598        **Note**
11599
11600        In France a "quitus" ("discharge") is needed if you want to
11601        register for an account in a library or a university).
11602
11603        **Note**
11604
11605        Academic libraries often require that you have a clear record at
11606        the library before you can graduate.
11607
11608 .. _norwegian-patron-database-label:
11609
11610 Norwegian patron database
11611 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11612
11613 .. _failedloginattempts-label:
11614
11615 FailedLoginAttempts
11616 ''''''''''''''''''''''''''''''''''''''''''''''
11617
11618 Default: blank
11619
11620 Asks: Block a patron's account if it reaches \_\_\_ failed login attempts.
11621
11622 .. _norwegianpatrondbenable-&-norwegianpatrondbendpoint-label:
11623
11624 NorwegianPatronDBEnable & NorwegianPatronDBEndpoint
11625 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
11626
11627 NorwegianPatronDBEnable Default: Disable
11628
11629 Asks: \_\_\_ the ability to communicate with the Norwegian national
11630 patron database via the \_\_\_ endpoint.
11631
11632 Values:
11633
11634 -  Disable
11635
11636 -  Enable
11637
11638 .. _norwegianpatrondbsearchnlafterlocalhit-label:
11639
11640 NorwegianPatronDBSearchNLAfterLocalHit
11641 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
11642
11643 Default: Don't
11644
11645 Asks: \_\_\_ search the Norwegian national patron database after a local
11646 search result was found.
11647
11648 Values:
11649
11650 -  Do
11651
11652 -  Don't
11653
11654 .. _norwegianpatrondbusername-&-norwegianpatrondbpassword-label:
11655
11656 NorwegianPatronDBUsername & NorwegianPatronDBPassword
11657 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
11658
11659 Asks: Communicate with the Norwegian national patron database using the
11660 username \_\_\_ and the password \_\_\_.
11661
11662 Description:
11663
11664 -  You can get these from "Base Bibliotek", which is maintained by the
11665    Norwegian National Library.
11666
11667 .. _searching-label:
11668
11669 Searching
11670 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11671
11672 *Get there:* More > Administration > Global System Preferences >
11673 Searching
11674
11675 .. _features-label:
11676
11677 Features
11678 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11679
11680 .. _enablesearchhistory-label:
11681
11682 EnableSearchHistory
11683 ''''''''''''''''''''''''''''''''''''''''''''''
11684
11685 Default: Don't keep
11686
11687 Asks: \_\_\_ patron search history in the staff client.
11688
11689 Values:
11690
11691 -  Don't keep
11692
11693 -  KeepEnableSearchHistory
11694
11695 Description:
11696
11697 -  This preference controls whether the staff client keeps search
11698    history for logged in users. Search history will be accessible under
11699    the link to your account in the top right of the staff client.
11700
11701 .. _includeseefrominsearches-label:
11702
11703 IncludeSeeFromInSearches
11704 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
11705
11706 Default: Don't include
11707
11708 Asks: \_\_\_ *see from* (non-preferred form) headings in bibliographic
11709 searches.
11710
11711 Values:
11712
11713 -  Don't include
11714
11715 -  Include
11716
11717 Description:
11718
11719 -  When this preference is set to include the search engine indexer will
11720    insert *see from* headings from authority records into bibliographic
11721    records when indexing, so that a search on an obsolete term will turn
11722    up relevant records. For example when you search for cookery (the old
11723    term) you get titles with the heading of cooking (the new term).
11724
11725     **Important**
11726
11727     You will need to reindex your bibliographic database when changing
11728     this preference.
11729
11730 .. _opacgroupresults-label:
11731
11732 OpacGroupResults
11733 ''''''''''''''''''''''''''''''''''''''''
11734
11735 Default: Don't use
11736
11737 Asks: \_\_\_ PazPar2 to group similar results on the OPAC.
11738
11739 Values:
11740
11741 -  Don't use
11742
11743 -  Use
11744
11745     **Important**
11746
11747     This requires that `PazPar2 <http://www.indexdata.com/pazpar2>`__ is
11748     set up and running.
11749
11750 .. _queryautotruncate-label:
11751
11752 QueryAutoTruncate
11753 ''''''''''''''''''''''''''''''''''''''''''
11754
11755 Default: automatically
11756
11757 Asks: Perform wildcard searching (where, for example, Har would match
11758 Harry and harp) \_\_\_ (The \* character would be used like so: Har\* or
11759 \*logging.)
11760
11761 Values:
11762
11763 -  automatically
11764
11765 -  only if \* is added
11766
11767 Description:
11768
11769 -  This setting allows for searches to be automatically truncated or for
11770    additional characters to be added to the end of a search string. When
11771    set to "automatically" the search string automatically ends with a
11772    wildcard function. For example, a search for the word "invent" with
11773    auto truncation enabled will also retrieve results for inventor,
11774    invention, inventory, etc. If you don't want this to happen
11775    automatically you can still be perform wildcard searches manually by
11776    adding an asterisk (\*). Typing "invent\*" even with auto truncation
11777    disabled will retrieve the same inventor, invention, inventory
11778    results. Auto truncation bypasses the necessity to type long search
11779    strings in their entirety.
11780
11781 .. _queryfuzzy-label:
11782
11783 QueryFuzzy
11784 ''''''''''''''''''''''''''''
11785
11786 Default: Try
11787
11788 Asks: \_\_\_ to match similarly spelled words in a search (for example,
11789 a search for flang would also match flange and fang)
11790
11791 Values:
11792
11793 -  Don't try
11794
11795 -  Try
11796
11797 Description:
11798
11799 -  This preference enables "fuzzy" searching, in which the search engine
11800    returns results that are similar to, but not exactly matching, the
11801    word or words entered by the user. This preference enables the search
11802    function to compensate for slightly misspelled names or phrases.
11803
11804     **Important**
11805
11806     Requires that :ref:`UseICU` set to 'Not using'
11807
11808 .. _querystemming-label:
11809
11810 QueryStemming
11811 ''''''''''''''''''''''''''''''''''
11812
11813 Default: Try
11814
11815 Asks: \_\_\_ to match words of the same base in a search
11816
11817 Values:
11818
11819 -  Don't try
11820
11821 -  Try
11822
11823    -  A search for enabling would also match enable and enabled
11824
11825 Description:
11826
11827 -  This preference enables word stemming. Stemming allows the search
11828    function to return multiple versions of the same word, as well as
11829    related terms (i.e., both fish and fishing would be returned).
11830
11831 .. _queryweightfields-label:
11832
11833 QueryWeightFields
11834 ''''''''''''''''''''''''''''''''''''''''''
11835
11836 Default: Enable
11837
11838 Asks: \_\_\_ ranking of search results by relevance
11839
11840 Values:
11841
11842 -  Disable
11843
11844 -  Enable
11845
11846 .. _tracecompletesubfields-label:
11847
11848 TraceCompleteSubfields
11849 ''''''''''''''''''''''''''''''''''''''''''''''''''''
11850
11851 Default: Force
11852
11853 Asks: \_\_\_ subject tracings in the OPAC and Staff Client to search
11854 only for complete-subfield matches.
11855
11856 Values:
11857
11858 -  Don't force
11859
11860    -  Searches for subject keywords (example:
11861       opac-search.pl?q=su:World%20Wide%20Web)
11862
11863 -  Force
11864
11865    -  Searches for complete subject fields (example:
11866       opac-search.pl?q=su,complete-subfield:World%20Wide%20Web)
11867
11868 Description:
11869
11870 -  When TraceCompleteSubfields is set to "force," clicking on links in
11871    non-authority controlled subject tracings will only find other
11872    records where the entire subfields match. Leaving it at "don't force"
11873    does a keyword search of the subject indexes.
11874
11875     **Important**
11876
11877     This preference assumes that you're using XSLT stylesheets as set in
11878     the :ref:`OPACXSLTDetailsDisplay` preference.
11879
11880 .. _tracesubjectsubdivisions-label:
11881
11882 TraceSubjectSubdivisions
11883 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
11884
11885 Default: Include
11886
11887 Asks: \_\_\_ subdivisions for searches generated by clicking on subject
11888 tracings.
11889
11890 Values:
11891
11892 -  Don't include
11893
11894    -  Searches for subject keywords (example:
11895       opac-search.pl?q=su,complete-subfield:%22Web%20sites%22)
11896
11897 -  Include
11898
11899    -  Searches for complete subject fields (example:
11900       opac-search.pl?q=(su,complete-subfield:%22Web%20sites%22)%20and%20(su,complete-subfield:%22Design.%22))
11901
11902 Description:
11903
11904 -  When TraceSubjectSubdivisions is set to "Include," if you click on a
11905    subject with subdivisions (subfields other than 'a') they will be
11906    searched along with the subject heading (subfield 'a'). To have only
11907    the subject heading (subfield 'a') searched, set this preference to
11908    "Don't include."
11909
11910     **Important**
11911
11912     This preference assumes that you're using XSLT stylesheets as set in
11913     the :ref:`OPACXSLTDetailsDisplay` preference.
11914
11915 .. _useicu-label:
11916
11917 UseICU
11918 ''''''''''''''''''''
11919
11920 Default: Not using
11921
11922 Asks: \_\_\_ ICU Zebra indexing.
11923
11924 Values:
11925
11926 -  Not using
11927
11928 -  Using
11929
11930 Description:
11931
11932 -  ICU is a set of code libraries providing Unicode and Globalization
11933    support for software applications. What this means is ICU Zebra
11934    indexing is only necessary if you use non-roman characters in your
11935    cataloging. If using ICU Zebra indexing you will want to not use
11936    :ref:`QueryFuzzy`.
11937
11938     **Important**
11939
11940     This setting will not affect Zebra indexing, it should only be used
11941     to tell Koha that you have activated ICU indexing if you have
11942     actually done so, since there is no way for Koha to figure this out
11943     on its own.
11944
11945     **Important**
11946
11947     Talk to your system administrator when changing this preference to
11948     make sure that your system is set up properly for this to work.
11949
11950 .. _usequeryparser-label:
11951
11952 UseQueryParser
11953 ''''''''''''''''''''''''''''''''''''
11954
11955 Default: Do not try
11956
11957 Asks: \_\_\_ to use the QueryParser module for parsing queries.
11958
11959     **Note**
11960
11961     Enabling this will have no impact if you do not have QueryParser
11962     installed, and everything will continue to work as usual.
11963
11964 Values:
11965
11966 -  Do not try
11967
11968 -  Try
11969
11970 Description:
11971
11972 -  This preference enables an experimental new query parser which opens
11973    the door for a more expressive and more-effective search syntax.
11974
11975 .. _results-display-label:
11976
11977 Results Display
11978 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11979
11980 .. _defaultsortfield-&-defaultsortorder-label:
11981
11982 defaultSortField & defaultSortOrder
11983 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
11984
11985 defaultSortField Default: author
11986
11987 defaultSortOrder Default: ascending
11988
11989 Asks: By default, sort search results in the staff client by \_\_\_,
11990 \_\_\_\_
11991
11992 Description:
11993
11994 -  These preferences set the default sort field and sort order for
11995    searches on the staff side. Regardless of your choice, the other sort
11996    options are still available in the drop down list on the advanced
11997    search page.
11998
11999 defaultSortField Values:
12000
12001 -  author
12002
12003 -  call number
12004
12005 -  date added
12006
12007 -  date of publication
12008
12009 -  relevance
12010
12011 -  title
12012
12013 -  total number of checkouts
12014
12015 defaultSortOrder Values:
12016
12017 -  ascending
12018
12019 -  descending
12020
12021 -  from A to Z
12022
12023 -  from Z to A
12024
12025 .. _displayfacetcount-label:
12026
12027 displayFacetCount
12028 ''''''''''''''''''''''''''''''''''''''''''
12029
12030 Default: Don't show
12031
12032 Asks: \_\_\_ facet counts.
12033
12034 Description:
12035
12036 -  This preference lets you decide if you show how many times a facet is
12037    used in your search results in the OPAC and the staff client. The
12038    relevance of these numbers highly depends on the value of the
12039    :ref:`maxRecordsForFacets` preference. Showing
12040    these numbers can potentially effect the performance of your
12041    searching, so test your system with different values for this
12042    preference to see what works best.
12043
12044 Values:
12045
12046 -  Don't show
12047
12048 -  Show
12049
12050    Number of times each Facet is found in results
12051    |image107|
12052
12053 .. _displaylibraryfacets-label:
12054
12055 DisplayLibraryFacets
12056 ''''''''''''''''''''''''''''''''''''''''''''''''
12057
12058 Default: holding library
12059
12060 Asks: Show facets for \_\_\_
12061
12062 Values:
12063
12064 -  both home and holding library
12065
12066 -  holding library
12067
12068 -  home library
12069
12070 Description:
12071
12072 -  This preferenc controls the libraries facet that displays on search
12073    results in the staff and opac. The value selected here will determin
12074    which library(s) show in the facets when a search is run.
12075
12076 .. _facetlabeltruncationlength-label:
12077
12078 FacetLabelTruncationLength
12079 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
12080
12081 Default: 20
12082
12083 Asks: Truncate facets length to \_\_\_ characters, in OPAC/staff
12084 interface.
12085
12086 Description:
12087
12088 -  In the OPAC and the staff client your facets are cut off at 20
12089    characters by default. Depending on your layout this may be too many
12090    or two few letters, this preference lets you decide what number is
12091    best for your library's design.
12092
12093 .. _facetmaxcount-label:
12094
12095 FacetMaxCount
12096 ''''''''''''''''''''''''''''''''''
12097
12098 Default: 20
12099
12100 Asks: Show up \_\_\_ to facets for each category.
12101
12102 Description:
12103
12104 -  This preference allows you to control how many possible limits show
12105    under each heading (Author, Series, Topics, etc) on the facets in the
12106    OPAC.
12107
12108 .. _maxitemsinsearchresults-label:
12109
12110 maxItemsInSearchResults
12111 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
12112
12113 Default: 20
12114
12115 Asks: Show up to \_\_\_ items per biblio in the search results
12116
12117 Description:
12118
12119 -  This preference will let you set how many results display by default
12120    when a search is run on the Staff Client.
12121
12122 .. _maxrecordsforfacets-label:
12123
12124 maxRecordsForFacets
12125 ''''''''''''''''''''''''''''''''''''''''''''''
12126
12127 Default: 20
12128
12129 Asks: Build facets based on \_\_\_ records from the search results.
12130
12131 Description:
12132
12133 -  By default Koha only bases facets on the first page of results
12134    (usually 20 results). This preference lets you tell Koha to based the
12135    facet descriptions and numbers on any number of search results
12136    returned. The higher this number the longer it will take for your
12137    search results to return, so test with various different values to
12138    find the best balance for your library.
12139
12140 .. _maxsearchresultsitemsperrecordstatuscheck-label:
12141
12142 MaxSearchResultsItemsPerRecordStatusCheck
12143 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
12144
12145 Default: 20
12146
12147 Asks: For records with many items, only check the availability status
12148 for the first \_\_\_ items.
12149
12150 Description:
12151
12152 -  Availability statuses may show incorrectly in search results if a
12153    record has more items than the limit set. Statuses will display
12154    correctly in the record details. Leave empty for no limit.
12155
12156 .. _numsearchresults-label:
12157
12158 numSearchResults
12159 ''''''''''''''''''''''''''''''''''''''''
12160
12161 Default: 20
12162
12163 Asks: By default, show \_\_\_ results per page in the staff client.
12164
12165 .. _opacdefaultsortfield-and-opacdefaultsortorder-label:
12166
12167 OPACdefaultSortField & OPACdefaultSortOrder
12168 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
12169
12170 OPACdefaultSortField Default: relevance
12171
12172 OPACdefaultSortOrder Default: ascending
12173
12174 Asks: By default, sort search results in the OPAC by \_\_\_, \_\_\_
12175
12176 Description:
12177
12178 -  These preferences set the default sort field and sort order for
12179    searches on the OPAC. Regardless of your choice, the other sort
12180    options are still available in the drop down list on the advanced
12181    search page.
12182
12183 OPACdefaultSortField Values:
12184
12185 -  author
12186
12187 -  call number
12188
12189 -  date added
12190
12191 -  date of publication
12192
12193 -  relevance
12194
12195 -  title
12196
12197 -  total number of checkouts
12198
12199 OPACdefaultSortOrder Values:
12200
12201 -  ascending
12202
12203 -  descending
12204
12205 -  from A to Z
12206
12207 -  from Z to A
12208
12209 .. _opacitemsresultsdisplay-label:
12210
12211 OPACItemsResultsDisplay
12212 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
12213
12214 Default: Don't show
12215
12216 Asks: \_\_\_ an item's branch, location and call number in OPAC search
12217 results.
12218
12219 Values:
12220
12221 -  Don't show
12222
12223 -  Show
12224
12225 Description:
12226
12227 -  This setting selects the information about an item that will display
12228    in the search results page of the OPAC. The results can display the
12229    status of an item and/or full details including branch, location, and
12230    call number. While the 'Show' option allows for more information to
12231    be displayed on the search results page, the information can be
12232    overwhelming for large collections with multiple branches.
12233
12234 .. _opacnumsearchresults-label:
12235
12236 OPACnumSearchResults
12237 ''''''''''''''''''''''''''''''''''''''''''''''''
12238
12239 Default: 20
12240
12241 Asks: By default, show \_\_\_ results per page in the OPAC.
12242
12243 .. _searchwithisbnvariations-label:
12244
12245 SearchWithISBNVariations
12246 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
12247
12248 Default: don't search
12249
12250 Asks: When searching on the ISBN index, \_\_\_ on all variations of the
12251 ISBN.
12252
12253 Values:
12254
12255 -  don't search
12256
12257 -  search
12258
12259 Descriptions:
12260
12261 -  With this preference set to search you'll be able to search for ISBNs
12262    even if there are dashes or spaces in the field. So if you search for
12263    9781843345855 but the ISBN was cataloged as 978-1843345855 you'll
12264    still be able to find it if this preference is set to 'search'.
12265
12266     **Important**
12267
12268     This preference has no effect if
12269     :ref:`UseQueryParser` is on
12270
12271 .. _unimarcauthorsfacetsseparator-label:
12272
12273 UNIMARCAuthorsFacetsSeparator
12274 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
12275
12276 Default: , (comma)
12277
12278 Asks: Use the following text as separator for UNIMARC authors facets \_\_\_
12279
12280 .. _search-form-label:
12281
12282 Search Form
12283 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12284
12285 .. _advancedsearchlanguages-label:
12286
12287 AdvancedSearchLanguages
12288 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
12289
12290 Asks: Limit the languages listed in the advanced search drop-down to the
12291 \_\_\_ ISO 639-2 language codes (separate values with \| or ,).
12292
12293 Description:
12294
12295 -  This preference will allow you to decide what languages show in the
12296    pull down menu on the advanced search page in the OPAC and the staff
12297    client. If this preference is left blank, all languages will show. To
12298    limit the languages that are shown enter their `ISO 639-2 language
12299    codes <http://www.loc.gov/standards/iso639-2/php/code_list.php>`__
12300    separated by comma ( , ) or bar ( \| ). For example to limit listing
12301    to French and Italian, enter ita\|fre.
12302
12303 .. _advancedsearchtypes-label:
12304
12305 AdvancedSearchTypes
12306 ''''''''''''''''''''''''''''''''''''''''''''''
12307
12308 Default: itemtype
12309
12310 Asks: Show tabs in OPAC and staff-side advanced search for limiting
12311 searches on the \_\_\_ fields (separate values with \|).
12312
12313 Description:
12314
12315 -  On the advanced search page you can choose to allow filters on one or
12316    all of the following: Item types (itemtypes), Collection Codes
12317    (ccode) and Shelving Location (loc). If you would like to be able to
12318    limit searches on item type and shelving location for example you
12319    would enter itemtypes\|loc in the preference input box. The order of
12320    these fields will determine the order of the tabs in the OPAC and
12321    staff client advanced search screens. Values within the search type
12322    are OR'ed together, while each different search type is AND'ed
12323    together in the query limits. The current stored values are supported
12324    without any required modification.Each set of advanced search fields
12325    are displayed in tabs in both the OPAC and staff client. The first
12326    value in the AdvancedSearchTypes syspref is the selected tab; if no
12327    values are present, "itemtypes" is used. For non-itemtype values, the
12328    value in AdvancedSearchTypes must match the Authorised Value name,
12329    and must be indexed with 'mc-' prefixing that name.
12330
12331    Searching by Item Type and Shelving Location
12332    |image108|
12333
12334 .. _expandedsearchoption-label:
12335
12336 expandedSearchOption
12337 ''''''''''''''''''''''''''''''''''''''''''''''''
12338
12339 Default: don't show
12340
12341 Asks: By default, \_\_\_ "More options" on the OPAC and staff advanced
12342 search pages.
12343
12344 Values:
12345
12346 -  don't show
12347
12348 -  show
12349
12350 .. _intranetnumberspreferphrase-label:
12351
12352 IntranetNumbersPreferPhrase
12353 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
12354
12355 Default: don't use
12356
12357 Asks: By default, \_\_\_ the operator "phr" in the callnumber and
12358 standard number staff client searches
12359
12360 Values:
12361
12362 -  don't use
12363
12364 -  use
12365
12366 Description:
12367
12368 -  When searching by call number and standard number (biblionumber) in
12369    Koha Staff Client you can choose to force the search to be a phrase
12370    search by setting this preference to 'use.' This will allow for more
12371    accurate results over doing a general keyword field search.
12372
12373 .. _loadsearchhistorytothefirstloggeduser-label:
12374
12375 LoadSearchHistoryToTheFirstLoggedUser
12376 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
12377
12378 Default: Load
12379
12380 Asks: Load the unlogged history to the next user. \_\_\_ history to the next client.
12381
12382 Values:
12383
12384 -  Don't load
12385
12386 -  Load
12387
12388 .. _opacnumberspreferphrase-label:
12389
12390 OPACNumbersPreferPhrase
12391 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
12392
12393 Default: don't use
12394
12395 Asks: By default, \_\_\_ the operator "phr" in the callnumber and
12396 standard number OPAC searches
12397
12398 Values:
12399
12400 -  don't use
12401
12402 -  use
12403
12404 Description:
12405
12406 -  When searching by call number and standard number (biblionumber) in
12407    the Koha OPAC you can choose to force the search to be a phrase
12408    search by setting this preference to 'use.' This will allow for more
12409    accurate results over doing a general keyword field search.
12410
12411 .. _serials-label:
12412
12413 Serials
12414 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
12415
12416 *Get there:* More > Administration > Global System Preferences > Serials
12417
12418 .. _makepreviousserialavailable-label:
12419
12420 makePreviousSerialAvailable
12421 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12422
12423 Default: Do not make
12424
12425 Asks: \_\_\_ previous serial automatically available when receiving a
12426 new serial issue. The previous issue can also be set to another item
12427 type when receiving a new one. Please note that the :ref:`item-level\_itypes <item-level\_itypes-label>`
12428 syspref must be set to specific item.
12429
12430 Values:
12431
12432 -  Do not make
12433
12434 -  Make
12435
12436 .. _opacserialdefaulttab-label:
12437
12438 opacSerialDefaultTab
12439 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12440
12441 Default: Subscriptions tab
12442
12443 Asks: Show \_\_\_ as default tab for serials in OPAC.
12444
12445 Values:
12446
12447 -  Holdings tab
12448
12449 -  Serial Collection tab
12450
12451        **Important**
12452
12453        Please note that the Serial Collection tab is currently available
12454        only for systems using the UNIMARC standard.
12455
12456    Serial Collection tab
12457    |image109|
12458
12459 -  Subscriptions tab
12460
12461    Subscriptions tab
12462    |image110|
12463
12464 .. _opacserialissuedisplaycount-label:
12465
12466 OPACSerialIssueDisplayCount
12467 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12468
12469 Default: 3
12470
12471 Asks: Show the \_\_\_ previous issues of a serial on the OPAC.
12472
12473 Description:
12474
12475 -  This preference allows the administrator to select the number of
12476    recent issues for each serial which appear in the OPAC when the
12477    serial is accessed. This is just the default value, patrons can
12478    always click to see a full list of serials.
12479
12480 .. _renewserialaddssuggestion-label:
12481
12482 RenewSerialAddsSuggestion
12483 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12484
12485 Default: Don't add
12486
12487 Asks: \_\_\_ a suggestion for a biblio when its attached serial is
12488 renewed.
12489
12490 Values:
12491
12492 -  Add
12493
12494 -  Don't add
12495
12496 Description:
12497
12498 -  If set to "Add", this preference will automatically add a serial to
12499    the Acquisitions Purchase Suggestions menu when clicking the 'renew'
12500    option. If you don't use the Acquisitions module to manage serials
12501    purchases it's best to leave this set as 'Don't add.'
12502
12503 .. _routinglistaddreserves-label:
12504
12505 RoutingListAddReserves
12506 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12507
12508 Default: Place
12509
12510 Asks: \_\_\_ received serials on hold if they are on a routing list.
12511
12512 Values:
12513
12514 -  Place
12515
12516 -  Don't place
12517
12518 .. _routinglistnote-label:
12519
12520 RoutingListNote
12521 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12522
12523 Asks: Include following note on all routing lists
12524
12525 Description:
12526
12527 -  Text entered in this box will appear below the routing list
12528    information.
12529
12530 .. _routingserials-label:
12531
12532 RoutingSerials
12533 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12534
12535 Default: Don't add
12536
12537 Asks: \_\_\_ received serials to the routing list.
12538
12539 Description:
12540
12541 -  This preference determines if serials routing lists are enabled or
12542    disabled for the library. When set to "Add", serials routing is
12543    enabled and a serial can be directed through a list of people by
12544    identifying who should receive it next. The list of people can be
12545    established for each serial to be passed using the Serials module.
12546    This preference can be used to ensure each person who needs to see a
12547    serial when it arrives at the library will get it. Learn more in the
12548    :ref:`routing list <create-a-routing-list-label>` section of this manual.
12549
12550 Values:
12551
12552 -  Add
12553
12554 -  Don't add
12555
12556 .. _staffserialissuedisplaycount-label:
12557
12558 StaffSerialIssueDisplayCount
12559 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12560
12561 Default: 3
12562
12563 Asks: Show the \_\_\_ previous issues of a serial on the staff client.
12564
12565 Description:
12566
12567 -  This preference allows the administrator to select the number of
12568    recent issues for each serial which appear in the Staff Client when
12569    the serial is accessed. This is just the default value, staff members
12570    can always click to see a full list of serials.
12571
12572 .. _subscriptionduplicatedroppedinput-label:
12573
12574 SubscriptionDuplicateDroppedInput
12575 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12576
12577 Asks: List of fields which must not be rewritten when a subscription is
12578 duplicated (Separated by pipe \|) \_\_\_
12579
12580 Description:
12581
12582 -  When duplicating a subscription sometimes you don't want all of the
12583    fields duplicated, using this preference you can list the fields that
12584    you don't want to be duplicated. These field names come from the
12585    subscription table in the Koha database. Learn what fields are in
12586    that table on the `Koha DB
12587    Schema <http://schema.koha-community.org/tables/subscription.html>`__
12588    site.
12589
12590 .. _subscriptionhistory-label:
12591
12592 SubscriptionHistory
12593 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12594
12595 Default: full history
12596
12597 Asks: When showing the subscription information for a bibliographic
12598 record, preselect \_\_\_ view of serial issues.
12599
12600 Values:
12601
12602 -  brief history
12603
12604    Brief History
12605    |image111|
12606
12607 -  full history
12608
12609    Full History
12610    |image112|
12611
12612 Description:
12613
12614 -  This preference determines what information appears in the OPAC when
12615    the user clicks the More Details option. The 'brief' option displays
12616    a one-line summary of the volume and issue numbers of all issues of
12617    that serial held by the library. The 'full' option displays a more
12618    detailed breakdown of issues per year, including information such as
12619    the issue date and the status of each issue.
12620
12621 .. _staff-client-label:
12622
12623 Staff Client
12624 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12625
12626 *Get there:* More > Administration > Global System Preferences > Staff
12627 Client
12628
12629 .. _appearance-label:
12630
12631 Appearance
12632 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12633
12634 .. _display856uasimage-label:
12635
12636 Display856uAsImage
12637 ''''''''''''''''''''''''''''''''''''''''''''
12638
12639 Default: Neither details or results page
12640
12641 Asks: Display the URI in the 856u field as an image on: \_\_\_
12642
12643 Values:
12644
12645 -  Both results and details pages
12646
12647    -  **Important**
12648
12649           Not implemented yet
12650
12651 -  Detail page only
12652
12653    -  **Important**
12654
12655           :ref:`XSLTDetailsDisplay` needs to be on
12656           for this preference to work.
12657
12658    Showing the 856u as an image
12659    |image113|
12660
12661 -  Neither details or results page
12662
12663 -  Results page only
12664
12665    -  **Important**
12666
12667           Not yet implemented
12668
12669 Description:
12670
12671 -  In addition to this option being set, the corresponding XSLT option
12672    must be turned on. Also, the corresponding 856q field must have a
12673    valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
12674    starting with "image/"), or the generic indicator "img" entered in
12675    the field. When all of the requirements are met, an image file will
12676    be displayed instead of the standard link text. Clicking on the image
12677    will open it in the same way as clicking on the link text. When you
12678    click on the image it should open to full size, in the current window
12679    or in a new window depending on the value in the system pref
12680    :ref:`OPACURLOpenInNewWindow`.
12681
12682    Sample 856 Field
12683    |image114|
12684
12685 .. _displayiconsxslt-label:
12686
12687 DisplayIconsXSLT
12688 ''''''''''''''''''''''''''''''''''''''''
12689
12690 Default: Show
12691
12692 Asks: \_\_\_ the format, audience, and material type icons in XSLT
12693 MARC21 results and detail pages in the staff client.
12694
12695     **Important**
12696
12697     :ref:`XSLTResultsDisplay` and/or
12698     :ref:`XSLTDetailsDisplay` must be set to use an
12699     XSLT stylesheet (default or custom) for these icons to show.
12700
12701 Values:
12702
12703 -  Don't show
12704
12705 -  Show
12706
12707    DisplayIconsXSLT
12708    |image115|
12709
12710     **Note**
12711
12712     See the `XSLT Icon Guide <#XSLTiTypes>`__ for more information on
12713     these icons.
12714
12715 .. _intranet\_includes-label:
12716
12717 intranet\_includes
12718 '''''''''''''''''''''''''''''''''''''''''''
12719
12720 Default: includes
12721
12722 Asks: Use include files from the \_\_\_ directory in the template
12723 directory, instead of includes/. (Leave blank to disable)
12724
12725 .. _intranetcirculationhomehtml-label:
12726
12727 IntranetCirculationHomeHTML
12728 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
12729
12730 Asks: Show the following HTML in its own div on the bottom of the home
12731 page of the circulation module: IntranetCirculationHomeHTML
12732
12733 .. _intranetcolorstylesheet-label:
12734
12735 intranetcolorstylesheet
12736 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
12737
12738 Asks: Include the additional CSS stylesheet \_\_\_ to override specified
12739 settings from the default stylesheet
12740
12741 Description:
12742
12743 -  This preference is used to set the background color and style of the
12744    Staff Client. The value is a .css file. The system administrator
12745    should determine which file is appropriate. Enter just a filename, a
12746    full local path or a complete URL starting with http:// (if the file
12747    lives on a remote server). Please note that if you just enter a
12748    filename, the file should be in the css subdirectory for each active
12749    theme and language within the Koha templates directory. A full local
12750    path is expected to start from your HTTP document root.
12751
12752     **Important**
12753
12754     Leave this field blank to disable.
12755
12756 .. _intranetfavicon-label:
12757
12758 IntranetFavicon
12759 ''''''''''''''''''''''''''''''''''''''
12760
12761 Asks: Use the image at \_\_\_ for the Staff Client's favicon.
12762
12763     **Important**
12764
12765     This should be a complete URL, starting with http://
12766
12767     **Note**
12768
12769     Turn your logo into a favicon with the `Favicon
12770     Generator <http://antifavicon.com/>`__.
12771
12772 Description:
12773
12774 -  The favicon is the little icon that appears next to the URL in the
12775    address bar in most browsers. The default value for this field (if
12776    left blank) is the small 'K' in the Koha logo.
12777
12778    Default Koha Favicon
12779    |image116|
12780
12781 .. _intranetmainuserblock-label:
12782
12783 IntranetmainUserblock
12784 ''''''''''''''''''''''''''''''''''''''''''''''''''
12785
12786 Asks: Show the following HTML in its own column on the main page of the
12787 staff client
12788
12789 Sample HTML for IntranetmainUserblock
12790 |image117|
12791
12792 Message from IntranetmainUserblock as it appears on the Staff Client
12793 main page
12794 |image118|
12795
12796 .. _intranetnav-label:
12797
12798 IntranetNav
12799 ''''''''''''''''''''''''''''''
12800
12801 Asks: Show the following HTML in the More menu at the top of each page
12802 on the staff client (should be a list of links or blank)
12803
12804 .. _intranetreportshomehtml-label:
12805
12806 IntranetReportsHomeHTML
12807 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
12808
12809 Asks: Show the following HTML in its own div on the bottom of the home
12810 page of the reports module: HTML on Reports page
12811
12812 .. _intranetslipprinterjs-label:
12813
12814 IntranetSlipPrinterJS
12815 ''''''''''''''''''''''''''''''''''''''''''''''''''
12816
12817 Asks: Use the following JavaScript for printing slips.
12818
12819 Description:
12820
12821 -  The most logical use of this preference is in conjunction with the
12822    `jsPrintSetup <http://jsprintsetup.mozdev.org/>`__ Firefox add-on.
12823    Learn more about this preference and the add-on setup on the Koha
12824    wiki at
12825    http://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently.
12826
12827 .. _intranetstylesheet-label:
12828
12829 intranetstylesheet
12830 ''''''''''''''''''''''''''''''''''''''''''''
12831
12832 Asks: Use the CSS stylesheet \_\_\_ on all pages in the staff interface,
12833 instead of the default css (used when leaving this field blank).
12834
12835 Description:
12836
12837 -  The Intranetstylesheet preference is a layout and design feature for
12838    the intranet or staff client. This preference allows a library to
12839    customize the appearance of the Staff Client. Enter just a filename,
12840    a full local path or a complete URL starting with http:// (if the
12841    file lives on a remote server). Please note that if you just enter a
12842    filename, the file should be in the css subdirectory for each active
12843    theme and language within the Koha templates directory. A full local
12844    path is expected to start from your HTTP document root.
12845
12846 .. _intranetusercss-label:
12847
12848 IntranetUserCSS
12849 ''''''''''''''''''''''''''''''''''''''
12850
12851 Asks: Include the following CSS on all pages in the staff client
12852
12853 .. _intranetuserjs-label:
12854
12855 IntranetUserJS
12856 ''''''''''''''''''''''''''''''''''''
12857
12858 Asks: Include the following JavaScript on all pages in the staff
12859 interface
12860
12861 Description:
12862
12863 -  This preference allows the administrator to enter JavaScript or
12864    JQuery that will be embedded across all pages of the Staff Client.
12865    Administrators may use this preference to customize some of the
12866    interactive sections of Koha, customizing the text for the login
12867    prompts, for example. Sample JQuery scripts used by Koha libraries
12868    can be found on the wiki:
12869    http://wiki.koha-community.org/wiki/JQuery_Library.
12870
12871 .. _slipcss-label:
12872
12873 SlipCSS
12874 ''''''''''''''''''''''
12875
12876 Asks: Include the stylesheet at \_\_\_ on Issue and Reserve Slips.
12877
12878     **Important**
12879
12880     This should be a complete URL, starting with http://
12881
12882 Description:
12883
12884 -  If you would like to style your receipts or slips with a consistent
12885    set of fonts and colors you can use this preference to point Koha to
12886    a stylesheet specifically for your slips.
12887
12888 .. _staffclientbaseurl-label:
12889
12890 staffClientBaseURL
12891 ''''''''''''''''''''''''''''''''''''''''''''
12892
12893 Asks: The staff client is located at http:// \_\_\_
12894
12895 .. _template-label:
12896
12897 template
12898 ''''''''''''''''''''''''
12899
12900 Default: prog
12901
12902 Asks: Use the \_\_\_ theme on the staff interface.
12903
12904 Values:
12905
12906 -  prog
12907
12908     **Important**
12909
12910     Do not include a trailing slash in the URL this will break links
12911     created using this URL. (example: www.google.com not
12912     www.google.com/)
12913
12914 .. _xsltdetailsdisplay-label:
12915
12916 XSLTDetailsDisplay
12917 ''''''''''''''''''''''''''''''''''''''''''''
12918
12919 Default: default
12920
12921 Asks: Display details in the staff client using XSLT stylesheet at
12922 \_\_\_
12923
12924 Values:
12925
12926 -  leave empty to not use the XSLT stylesheet
12927
12928    -  In previous versions of Koha this was the setting that read
12929       'normally'
12930
12931       Detail display without XSLT stylesheets
12932       |image119|
12933
12934 -  enter "default" for the default one
12935
12936    Detail display using XSLT stylesheets
12937    |image120|
12938
12939 -  put a path to define a XSLT file
12940
12941    -  ex: /path/to/koha/and/your/stylesheet.xsl
12942
12943    -  If in a multi-language system you can enter {langcode} in the path
12944       to tell Koha to look in the right language folder
12945
12946       -  ex:
12947          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
12948
12949       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
12950
12951 -  put an URL for an external specific stylesheet
12952
12953    -  ex: http://mykoha.org/stylesheet.xsl
12954
12955 Description:
12956
12957 -  XSLT stylesheets allow for the customization of the details shown on
12958    the screen when viewing a bib record. This preference will allow you
12959    either use the default look that comes with Koha or design your own
12960    stylesheet.
12961    
12962 .. _xsltlistsdisplay-label:
12963
12964 XSLTListsDisplay
12965 ''''''''''''''''''''''''''''''''''''''''
12966
12967 Default: default
12968
12969 Asks: Display lists in the staff client using XSLT stylesheet at
12970 \_\_\_
12971
12972 Values:
12973
12974 -  leave empty to not use the XSLT stylesheet
12975
12976    -  In previous versions of Koha this was the setting that read
12977       'normally'
12978
12979 -  enter "default" for the default one
12980
12981 -  put a path to define a XSLT file
12982
12983    -  ex: /path/to/koha/and/your/stylesheet.xsl
12984
12985    -  If in a multi-language system you can enter {langcode} in the path
12986       to tell Koha to look in the right language folder
12987
12988       -  ex:
12989          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
12990
12991       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
12992
12993 -  put an URL for an external specific stylesheet
12994
12995    -  ex: http://mykoha.org/stylesheet.xsl
12996
12997 Description:
12998
12999 -  XSLT stylesheets allow for the customization of the details shown on
13000    the screen when viewing a list. This preference will allow you
13001    either use the default look that comes with Koha or design your own
13002    stylesheet.
13003
13004 .. _xsltresultsdisplay-label:
13005
13006 XSLTResultsDisplay
13007 ''''''''''''''''''''''''''''''''''''''''''''
13008
13009 Default: default
13010
13011 Asks: Display results in the staff client using XSLT stylesheet at
13012 \_\_\_
13013
13014 Values:
13015
13016 -  leave empty to not use the XSLT stylesheet
13017
13018    -  In previous versions of Koha this was the setting that read
13019       'normally'
13020
13021 -  enter "default" for the default one
13022
13023 -  put a path to define a XSLT file
13024
13025    -  ex: /path/to/koha/and/your/stylesheet.xsl
13026
13027    -  If in a multi-language system you can enter {langcode} in the path
13028       to tell Koha to look in the right language folder
13029
13030       -  ex:
13031          /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
13032
13033       -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
13034
13035 -  put an URL for an external specific stylesheet
13036
13037    -  ex: http://mykoha.org/stylesheet.xsl
13038
13039 Description:
13040
13041 -  XSLT stylesheets allow for the customization of the details shown on
13042    the screen when viewing the search results. This preference will
13043    allow you either use the default look that comes with Koha or design
13044    your own stylesheet.
13045
13046 .. _options-label:
13047
13048 Options
13049 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13050
13051 .. _audioalerts-label:
13052
13053 AudioAlerts
13054 ''''''''''''''''''''''''''''''
13055
13056 Default: Don't enable
13057
13058 Asks: \_\_\_ audio alerts for events defined in the audio alerts section
13059 of administration.
13060
13061 Values:
13062
13063 -  Don't enable
13064
13065 -  Enable
13066
13067     **Important**
13068
13069     This feature is not supported by all browsers. Requires an HTML5
13070     compliant browser.
13071
13072 .. _hidepatronname-label:
13073
13074 HidePatronName
13075 ''''''''''''''''''''''''''''''''''''
13076
13077 Default: Show
13078
13079 Asks: \_\_\_ the names of patrons that have items checked out or on hold
13080 on detail pages or the "Place Hold" screen.
13081
13082 Values:
13083
13084 -  Don't show
13085
13086 -  Show
13087
13088 .. _intranetbookbag-label:
13089
13090 intranetbookbag
13091 ''''''''''''''''''''''''''''''''''''''
13092
13093 Default: Show
13094
13095 Asks: \_\_\_ the cart option in the staff client.
13096
13097 Values:
13098
13099 -  Don't show
13100
13101 -  Show
13102
13103 .. _intranetcatalogsearchpulldown-label:
13104
13105 IntranetCatalogSearchPulldown
13106 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
13107
13108 Default: Don't show
13109
13110 Asks: \_\_\_ a search field pulldown for 'Search the catalog' boxes.
13111
13112 Values:
13113
13114 -  Don't show
13115
13116 -  Show
13117
13118 .. _staffdetailitemselection-label:
13119
13120 StaffDetailItemSelection
13121 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
13122
13123 Default: Enable
13124
13125 Asks: \_\_\_ item selection in record detail page.
13126
13127 Values:
13128
13129 -  Disable
13130
13131 -  Enable
13132
13133 Description:
13134
13135 -  This preference lets you choose to show (or not show) checkboxes to
13136    the left of every item in the holdings tab on the detail display of a
13137    record in the staff client. Showing these checkboxes allows the staff
13138    members to select multiple items to edit or delete at once.
13139
13140    Items with the checkboxes enabled
13141    |image121|
13142
13143 .. _usewysiwyginsystempreferences-label:
13144
13145 UseWYSIWYGinSystemPreferences
13146 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
13147
13148 Default: Don't show
13149
13150 Asks: \_\_\_ WYSIWYG editor when editing certain HTML system
13151 preferences.
13152
13153 Values:
13154
13155 -  Don't show
13156
13157 -  ShowWYSIWYG Editor in Sys Prefs
13158
13159 Description:
13160
13161 -  This preference allows you to chang system preferences with HTML in
13162    them to WYSIWYG editors instead of plain text boxes.
13163
13164 .. _viewisbd-label:
13165
13166 viewISBD
13167 ''''''''''''''''''''''''
13168
13169 Default: Allow
13170
13171 Asks: \_\_\_ staff to view records in ISBD form on the staff client.
13172
13173 Values:
13174
13175 -  Allow
13176
13177 -  Don't allow
13178
13179 .. _viewlabeledmarc-label:
13180
13181 viewLabeledMARC
13182 ''''''''''''''''''''''''''''''''''''''
13183
13184 Default: Allow
13185
13186 Asks: \_\_\_ staff to view records in labeled MARC form on the staff
13187 client.
13188
13189 Values:
13190
13191 -  Allow
13192
13193 -  Don't allow
13194
13195 .. _viewmarc-label:
13196
13197 viewMARC
13198 ''''''''''''''''''''''''
13199
13200 Default: Allow
13201
13202 Asks: \_\_\_ staff to view records in plain MARC form on the staff
13203 client.
13204
13205 Values:
13206
13207 -  Allow
13208
13209 -  Don't allow
13210
13211 .. _tools-label:
13212
13213 Tools
13214 ~~~~~~~~~~~~~~~~~~~~~~~
13215
13216 *Get there:* More > Administration > Global System Preferences > Tools
13217
13218 .. _batch-item-label:
13219
13220 Batch Item
13221 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13222
13223 These preferences are in reference to the :ref:`Batch Item
13224 Modification <batch-item-modification-label>` tool.
13225
13226 .. _maxitemsforbatchdel-label:
13227
13228 MaxItemsForBatchDel
13229 ''''''''''''''''''''''''''''''''''''''''
13230
13231 Default: 1000
13232
13233 Asks: Display up to \_\_\_ items in a single deletion batch.
13234
13235 Description:
13236
13237 -  In the :ref:`batch item delete tool <batch-item-deletion-label>` this will
13238    prevent the display of more than the items you entered in this
13239    preference, but you will be able to delete more than the number you
13240    enter here.
13241
13242 .. _maxitemsforbatchmod-label:
13243
13244 MaxItemsForBatchMod
13245 ''''''''''''''''''''''''''''''''''''''''
13246
13247 Default: 1000
13248
13249 Asks: Process up to \_\_\_ items in a single modification batch.
13250
13251 Description:
13252
13253 -  In the :ref:`batch item modification
13254    tool <batch-item-modification-label>` this preference will prevent the editing
13255    of more than the number entered here.
13256
13257 .. _news-label:
13258
13259 News
13260 ^^^^^^^^^^^^^^^^^^^^^^^^^
13261
13262 .. _newsauthordisplay-label:
13263
13264 NewsAuthorDisplay
13265 ''''''''''''''''''''''''''''''''''''''''''
13266
13267 Default: not at all
13268
13269 Asks: Show the author for news items: \_\_\_
13270
13271 Values:
13272
13273 -  Both OPAC and staff client
13274
13275 -  Not at all
13276
13277 -  OPAC only
13278
13279 -  Staff client only
13280
13281 .. _patron-cards-label:
13282
13283 Patron Cards
13284 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13285
13286 These preferences are in reference to the :ref:`Patron Card
13287 Creator <patron-card-creator-label>` tool.
13288
13289 .. _imagelimit-label:
13290
13291 ImageLimit
13292 ''''''''''''''''''''''''''''
13293
13294 Asks: Limit the number of creator images stored in the database to
13295 \_\_\_ images.
13296
13297 .. _reports-label:
13298
13299 Reports
13300 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13301
13302 These preferences are in reference to the Reports module.
13303
13304 .. _numsavedreports-label:
13305
13306 NumSavedReports
13307 ''''''''''''''''''''''''''''''''''''''
13308
13309 Default: 20
13310
13311 Asks: By default, show \_\_\_ reports on the Saved Reports page.
13312
13313 .. _upload-label:
13314
13315 Upload
13316 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13317
13318 .. _uploadpurgetemporaryfilesdays-label:
13319
13320 UploadPurgeTemporaryFilesDays
13321 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
13322
13323 Default: blank
13324
13325 Asks: Automatically delete temporary uploads older than \_\_\_ days in
13326 cleanup_database cron job.
13327
13328 .. _web-services-label:
13329
13330 Web Services
13331 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13332
13333 *Get there:* More > Administration > Global System Preferences > Web
13334 Services
13335
13336 .. _ils-di-label:
13337
13338 ILS-DI
13339 ^^^^^^^^^^^^^^^^^^^^^^^^
13340
13341 .. _ils-di-label:
13342
13343 ILS-DI
13344 ''''''''''''''''''''
13345
13346 Default: Disable
13347
13348 Asks: \_\_\_ ILS-DI services for OPAC users
13349
13350 Values:
13351
13352 -  Disable
13353
13354 -  Enable
13355
13356 .. _ils-di:authorizedips-label:
13357
13358 ILS-DI:AuthorizedIPs
13359 ''''''''''''''''''''''''''''''''''''''''''''''''
13360
13361 Asks: \_\_\_ allowed IPs to use the ILS-DI services
13362
13363 .. _idref-label:
13364
13365 IdRef
13366 ^^^^^^^^^^^^^^^^^^^^^^^
13367
13368 .. _idref-label:
13369
13370 IdRef
13371 ''''''''''''''''''
13372
13373 Default: Disable
13374
13375 Asks: \_\_\_ the IdRef webservice from the opac detail page. IdRef
13376 allows to request authorities from the Sudoc database.
13377
13378 Values:
13379
13380 -  Disable
13381
13382 -  Enable
13383
13384 Description:
13385
13386 -  IdRef is a French service for Sudoc autorities. Using the `Sudoc
13387    database <http://www.sudoc.abes.fr/>`__, it allows to request /
13388    modify / add authorities. If a record comes from the Sudoc (so 009 is
13389    filled with an integer), at the OPAC you will see "Author: Idref" if
13390    a 7..$3 (unimarc author) if filled with a ppn. On clicking on the
13391    Idref link, a popup will display. IdRef link
13392
13393    The Idref webservice is requested and all records (by roles) for this
13394    author will be displayedSudoc
13395
13396    There is 1 line / record and 2 links at the end. 1 will request Koha
13397    (cgi-bin/koha/opac-search.pl?q=ident:003381862), the other one will
13398    redirect to the sudoc page (http://www.sudoc.fr/003381862).
13399
13400 -  **Important**
13401
13402        Please note that this feature is available only for libraries
13403        using UNIMARC.
13404
13405 -  **Note**
13406
13407        The French Sudoc database should not be confused with the US
13408        Superintendent of Documents (SuDocs) Classification Scheme.
13409
13410 .. _oai-pmh-label:
13411
13412 OAI-PMH
13413 ^^^^^^^^^^^^^^^^^^^^^^^
13414
13415 .. _oai-pmh-label:
13416
13417 OAI-PMH
13418 ''''''''''''''''''''''
13419
13420 Default: Disable
13421
13422 Asks: \_\_\_ Koha's OAI-PMH server.
13423
13424 Values:
13425
13426 -  Disable
13427
13428 -  Enable
13429
13430 Description:
13431
13432 -  Once enabled you can visit http://YOURKOHACATALOG/cgi-bin/koha/oai.pl
13433    to see your file. For the Open Archives Initiative-Protocol for
13434    Metadata Harvesting (OAI-PMH) there are two groups of 'participants':
13435    Data Providers and Service Providers. Data Providers (open archives,
13436    repositories) provide free access to metadata, and may, but do not
13437    necessarily, offer free access to full texts or other resources.
13438    OAI-PMH provides an easy to implement, low barrier solution for Data
13439    Providers. Service Providers use the OAI interfaces of the Data
13440    Providers to harvest and store metadata. Note that this means that
13441    there are no live search requests to the Data Providers; rather,
13442    services are based on the harvested data via OAI-PMH. Koha at present
13443    can only act as a Data Provider. It can not harvest from other
13444    repositories. The biggest stumbling block to having Koha harvest from
13445    other repositories is that MARC is the only metadata format that Koha
13446    indexes natively. Visit
13447    http://www.oaforum.org/tutorial/english/page3.htm for diagrams of how
13448    OAI-PMH works.
13449
13450 Learn more about OAI-PMH at: http://www.openarchives.org/pmh/
13451
13452 .. _oai-pmh:archiveid-label:
13453
13454 OAI-PMH:archiveID
13455 '''''''''''''''''''''''''''''''''''''''''
13456
13457 Default: KOHA-OAI-TEST
13458
13459 Asks: Identify records at this site with the prefix \_\_\_ :
13460
13461 .. _oai-pmh:autoupdatesets-label:
13462
13463 OAI-PMH:AutoUpdateSets
13464 '''''''''''''''''''''''''''''''''''''''''''''''''''
13465
13466 Default: Disable
13467
13468 Asks: \_\_\_ automatic update of OAI-PMH sets when a bibliographic
13469 record is created or updated.
13470
13471 Values:
13472
13473 -  Disable
13474
13475 -  Enable
13476
13477 .. _oai-pmh:conffile-label:
13478
13479 OAI-PMH:ConfFile
13480 '''''''''''''''''''''''''''''''''''''''
13481
13482 If this preference is left empty, Koha's OAI Server operates in normal
13483 mode, otherwise it operates in extended mode. In extended mode, it's
13484 possible to parameter other formats than marcxml or Dublin Core.
13485 OAI-PMH:ConfFile specify a YAML configuration file which list available
13486 metadata formats and XSL file used to create them from marcxml records.
13487
13488 For more information, see the :ref:`sample conf file <sample-oai-conf-file-label>` in
13489 the appendix.
13490
13491 .. _oai-pmh:deletedrecord-label:
13492
13493 OAI-PMH:DeletedRecord
13494 '''''''''''''''''''''''''''''''''''''''''''''''''
13495
13496 Default: will never be emptied or truncated (persistent)
13497
13498 Asks: Koha's deletedbiblio table \_\_\_
13499
13500 Values:
13501
13502 -  will never have any data in it (no)
13503
13504 -  will never be emptied or truncated (persistent)
13505
13506 -  might be emptied or truncated at some point (transient)
13507
13508 .. _oai-pmh:maxcount-label:
13509
13510 OAI-PMH:MaxCount
13511 '''''''''''''''''''''''''''''''''''''''
13512
13513 Default: 50
13514
13515 Asks: Only return \_\_\_ records at a time in response to a ListRecords
13516 or ListIdentifiers query.
13517
13518 Description:
13519
13520 -  This is the maximum number of records that would be returned based on
13521    ListRecord or ListIdentifier queries from harvesters. ListRecords
13522    harvest the entire records while the ListIdentifier is an abbreviated
13523    form of ListRecords, retrieving only headers rather than records.
13524
13525 .. _reporting-label:
13526
13527 Reporting
13528 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13529
13530 .. _svcmaxreportrows-label:
13531
13532 SvcMaxReportRows
13533 ''''''''''''''''''''''''''''''''''''''''
13534
13535 Default: 10
13536
13537 Asks: Only return \_\_\_ rows of a report requested via the reports web
13538 service.
13539
13540 Description:
13541
13542 -  This value will be used to limit the number of results returned by
13543    `public reports <#publicreport>`__.
13544
13545 .. _basic-parameters-label:
13546
13547 Basic Parameters
13548 -----------------------------------
13549
13550 *Get there:* More > Administration
13551
13552     **Important**
13553
13554     Configure all 'parameters' in the order they appear.
13555
13556 .. _libraries-&-groups-label:
13557
13558 Libraries & Groups
13559 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13560
13561 When setting up your Koha system you will want to add information for
13562 every library that will be sharing your system. This data is used in
13563 several areas of Koha.
13564
13565 -  *Get there:* More > Administration > Basic Parameters > Libraries and
13566    Groups
13567
13568 When visiting this page you are presented with a list of the libraries
13569 and groups that have already been added to the system.
13570
13571 Library List
13572 |image122|
13573
13574 Group Lists
13575 |image123|
13576
13577 .. _adding-a-library-label:
13578
13579 Adding a Library
13580 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13581
13582 To add a new library:
13583
13584 -  Click 'New Library'
13585
13586 -  The top of the form asks for some basics about the library
13587
13588    Basic Library Info
13589    |image124|
13590
13591    -  The library code should not contain any spaces and be 10 or fewer
13592       characters. This code will be used as a unique identifier in the
13593       database.
13594
13595    -  The name will be displayed on the OPAC wherever the library name
13596       displays to the public and should be a name that makes sense to
13597       your patrons.
13598
13599    -  If you have :ref:`groups <adding-a-group-label>` set up you can choose
13600       what group this library belongs to after entering in the code and
13601       name
13602
13603 -  Next you can enter basic contact info about the branch
13604
13605    Library Contact Info
13606    |image125|
13607
13608    -  The address and contact fields can be used to make notices custom
13609       for each library
13610
13611    -  The email address field is not required, but it should be filled
13612       for every library in your system
13613
13614       -  **Important**
13615
13616              Be sure to enter a library email address to make sure that
13617              notices are sent to and from the right address
13618
13619    -  If you'd like you can enter a different 'Reply-To' email address.
13620       This is the email address that all replies will go to.
13621
13622       -  **Note**
13623
13624              If you do not fill in this value Koha will use the address
13625              in the :ref:`ReplytoDefault` preference
13626
13627    -  If you'd like you can also enter a different 'Return-Path' email
13628       address. This is the email address that all bounced messages will
13629       go to.
13630
13631       -  **Note**
13632
13633              If you do not fill in this value Koha will use the address
13634              in the :ref:`ReturnpathDefault`
13635              preference
13636
13637    -  If the URL field is populated then the library name will be linked
13638       in the holdings table on the OPAC
13639
13640       Linked Library Name
13641       |image126|
13642
13643    -  The OPAC Info box is for you to put information about the library
13644       that will appear in the OPAC when the branch name is moused over
13645       in the holdings table
13646
13647       OPAC Info
13648       |image127|
13649
13650    -  IP Address does not have be filled in unless you plan on limiting
13651       access to your staff client to a specific IP Address
13652
13653       -  **Important**
13654
13655              An IP address is required if you have enabled
13656              :ref:`AutoLocation`
13657
13658    -  Finally, if you have any notes you can put them here. These will
13659       not show in the OPAC
13660
13661     **Note**
13662
13663     Of the fields listed, only 'Library code' and 'Name' are required
13664
13665 .. _editing/deleting-a-library-label:
13666
13667 Editing/Deleting a Library
13668 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13669
13670 You will be unable to delete any library that has patrons or items
13671 attached to it.
13672
13673 Staff will be presented with a warning when trying to delete a library
13674 that is being used
13675 |image128|
13676
13677 Each library will have an 'Edit' link to the right of it. Click this
13678 link to edit/alter details associated with the library in question.
13679
13680     **Important**
13681
13682     You will be unable to edit the 'Library code'
13683
13684 .. _adding-a-group-label:
13685
13686 Adding a group
13687 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13688
13689 To add a Search Domain or Library Property Group click the 'New Group'
13690 button at the top of the screen
13691
13692 Add group form
13693 |image129|
13694
13695 Give the group a 'Category type; of 'searchdomain' and if you would like
13696 the group to show up in the library pull down at the top of the OPAC
13697 (with
13698 :ref:`OpacAddMastheadLibraryPulldown` set
13699 to 'Add') and on the advanced search page you can check the 'Show in
13700 search pulldown' box.
13701
13702 Of the fields on the group form, 'Category code', 'Name', and 'Category
13703 type' are the only required fields
13704
13705 .. _search-domain-groups-label:
13706
13707 Search Domain Groups
13708 ''''''''''''''''''''''''''''''''''''''''''''''
13709
13710 Search Domain Groups allow you to search a group of libraries at the
13711 same time instead of searching just one library or all libraries.
13712
13713 Search Domain Groups
13714 |image130|
13715
13716 To see Search Domain Groups in action visit the staff client advanced
13717 search page in your Koha system:
13718
13719 Library group search on staff client
13720 |image131|
13721
13722 .. _library-property-groups-label:
13723
13724 Library Property Groups
13725 ''''''''''''''''''''''''''''''''''''''''''''''''
13726
13727 You can assign specific categories to your libraries by adding groups
13728 for them
13729
13730 Library Property Groups
13731 |image132|
13732
13733 Properties are then applied to libraries via the add or edit library
13734 form
13735
13736 Groups on the Add/Modify library form
13737 |image133|
13738
13739 .. _item-types-label:
13740
13741 Item Types
13742 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13743
13744 Koha allows you to organize your collection by item types and collection
13745 codes.
13746
13747 -  *Get there:* More > Administration > Basic Parameters > Item Types
13748
13749 Item types typically refer to the material type (book, cd, dvd, etc),
13750 but can be used in any way that works for your library.
13751
13752 Item Types
13753 |image134|
13754
13755 .. _adding-item-types-label:
13756
13757 Adding Item Types
13758 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13759
13760 To add a new item type, simply click the 'New Item Type' button at the
13761 top of the Item Types page.
13762
13763 New Item Type
13764 |image135|
13765
13766 -  In the 'Item Type' field, enter a short code for your item type
13767
13768 -  The description is the plain text definition of the item type (for
13769    those with multiple languages installed you can translate the item
13770    type description in to all of those languages using the 'Translate in
13771    to other languages' link)
13772
13773 -  Item types and can grouped together for searching at the same time.
13774    For example you can put DVDs and Bluray in to a group called Movie
13775    and then they can be searched together. These groups are defined in
13776    the ITEMTYPECAT authorized value.
13777
13778 -  You can choose to have an image associated with your item type
13779
13780    -  You can choose from a series of image collections
13781
13782    -  You can link to a remote image
13783
13784    -  Or you can just have no image associated with the item type
13785
13786    -  **Important**
13787
13788           To have your item type images appear in the OPAC you need to
13789           set :ref:`noItemTypeImages` to 'Show'
13790
13791       -  *Get there:*\ More > Administration > Global System Preferences
13792          > :ref:`Admin <administration-label>`
13793
13794 -  For items that you are suppressing from the OPAC you can hide their
13795    item type from being searched in the OPAC
13796
13797 -  For items that do not circulate, check the 'Not for loan' options
13798
13799    -  Items marked 'Not for loan' will appear in the catalog, but cannot
13800       be checked out to patrons
13801
13802 -  For items that you charge a rental fee for, enter the total fee you
13803    charge in the 'Rental charge' field
13804
13805    -  **Important**
13806
13807           Do not enter symbols in this field, only numbers and decimal
13808           points (ex. $5.00 should be entered as 5 or 5.00)
13809
13810    -  This will charge the patron on checkout
13811
13812 -  If you would like a message or alert to appear when items of this
13813    type are checked in you can enter that in the 'Checkin message' box
13814
13815    Checkin message setup
13816    |image136|
13817
13818    -  The Checkin message type can be a Message or an Alert. The only
13819       difference between these two is the styling. By default a Message
13820       is blue
13821
13822       Checkin Message
13823       |image137|
13824
13825       and an Alert is yellow.
13826
13827       Checkin Alert
13828       |image138|
13829
13830 -  Some SIP devices need you to use a SIP-specific media type instead of
13831    Koha's item type (usually lockers and sorters need this media type),
13832    if you use a device like this you'll want to enter the SIP media
13833    type.
13834
13835 -  When finished, click 'Save Changes'
13836
13837    -  **Note**
13838
13839           All fields, with the exception of the 'Item Type' will be
13840           editable from the Item Types list
13841
13842 -  Your new item type will now appear on the list
13843
13844    New DVD Item Type
13845    |image139|
13846
13847 .. _editing-item-types-label:
13848
13849 Editing Item Types
13850 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13851
13852 Each item type has an Edit button beside it. To edit an item simply
13853 click the 'Edit' link.
13854
13855     **Important**
13856
13857     You will not be able to edit the code you assigned as the 'Item
13858     Type' but you will be able to edit the description for the item.
13859
13860 .. _deleting-item-types-label:
13861
13862 Deleting Item Types
13863 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13864
13865 Each item has a Delete button beside it. To delete an item, simply click
13866 the 'Delete' link.
13867
13868     **Important**
13869
13870     You will not be able to delete item types that are being used by
13871     items within your system.
13872
13873 Warning when you try to delete an item that is in use
13874 |image140|
13875
13876 .. _authorized-values-label:
13877
13878 Authorized Values
13879 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13880
13881 Authorized values can be used in several areas of Koha. One reason you
13882 would add an authorized value category would be to control the values
13883 that can be entered into MARC fields by catalogers.
13884
13885 -  *Get there:* More > Administration > Basic Parameters > Authorized
13886    Values
13887
13888 .. _existing-values-label:
13889
13890 Existing Values
13891 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13892
13893 Koha installs with pre-defined values that your library is likely to
13894 use, for instance 'Lost'.
13895
13896 -  Asort1
13897
13898    -  Used for acquisitions statistical purposes
13899
13900 -  Asort2
13901
13902    -  Used for acquisitions statistical purposes
13903
13904 -  BOR\_NOTES
13905
13906    -  Values for custom patron messages that appear on the circulation
13907       screen and the OPAC. The value in the Description field should be
13908       the message text and is limited to 200 characters.
13909
13910       Borrower messages
13911       |image141|
13912
13913 -  Bsort1
13914
13915    -  Values that can be entered to fill in the patron's sort 1 field
13916
13917 -  Bsort2
13918
13919    -  Values that can be entered to fill in the patron's sort 2 field
13920
13921 -  CART
13922
13923    -  Is the shelving cart location, used by
13924       :ref:`InProcessingToShelvingCart` and
13925       :ref:`ReturnToShelvingCart`
13926
13927 -  CCODE
13928
13929    -  Collection codes (appears when cataloging and working with items)
13930
13931 -  DAMAGED
13932
13933    -  Descriptions for items marked as damaged (appears when cataloging
13934       and working with items)
13935
13936 -  DEPARTMENT
13937
13938    -  Departments are required by and will be used in the `Course
13939       Reserves <#coursereserves>`__ module
13940
13941 -  HINGS\_AS
13942
13943    -  General Holdings: Acquisition Status Designator :: This data
13944       element specifies acquisition status for the unit at the time of
13945       the holdings report.
13946
13947 -  HINGS\_C
13948
13949    -  General Holdings: Completeness Designator
13950
13951 -  HINGS\_PF
13952
13953    -  Physical Form Designators
13954
13955 -  HINGS\_RD
13956
13957    -  General Holdings: Retention Designator :: This data element
13958       specifies the retention policy for the unit at the time of the
13959       holdings report.
13960
13961 -  HINGS\_UT
13962
13963    -  General Holdings: Type of Unit Designator
13964
13965 -  LOC
13966
13967    -  Shelving location (usually appears when adding or editing an item)
13968
13969 -  LOST
13970
13971    -  Descriptions for the items marked as lost (appears when adding or
13972       editing an item)
13973
13974    -  **Important**
13975
13976           Values given to lost statuses should be numeric and not
13977           alphabetical in order for statuses to appear properly
13978
13979 -  MANUAL\_INV
13980
13981    -  Values for manual invoicing types
13982
13983    -  **Important**
13984
13985           The value set as the Authorized Value for the MANUAL\_INV
13986           authorized value category will appear as the Description and
13987           the Authorized Value Description will be used as the amount.
13988           Enter monetary amounts in the description without currency
13989           symbols.
13990
13991 -  NOT\_LOAN
13992
13993    -  Reasons why a title is not for loan
13994
13995    -  **Important**
13996
13997           Values given to lost statuses should be numeric and not
13998           alphabetical in order for statuses to appear properly
13999
14000    -  **Note**
14001
14002           Negative number values will still allow holds (use for on
14003           order statuses for example) where as positive numbers will not
14004           allow holds or checkouts
14005
14006 -  ORDER\_CANCELLATION\_REASON
14007
14008    -  Reasons why an order might have been cancelled
14009
14010 -  PROC
14011
14012    -  The location to be used for
14013       :ref:`NewItemsDefaultLocation` (change
14014       description as desired), also the location expected by
14015       :ref:`InProcessingToShelvingCart`.
14016
14017 -  REPORT\_GROUP
14018
14019    -  A way to sort and filter your reports, the default values in this
14020       category include the Koha modules (Accounts, Acquitisions,
14021       Catalog, Circulation, Patrons)
14022
14023       Report Groups
14024       |image142|
14025
14026 -  REPORT\_SUBGROUP
14027
14028    -  Can be used to further sort and filter your reports. This category
14029       is empty by default. Values here need to include the authorized
14030       value code from REPORT\_GROUP in the Description (OPAC) field to
14031       link the subgroup to the appropriate group.
14032
14033       Report Subgroups
14034       |image143|
14035
14036 -  RESTRICTED
14037
14038    -  Restricted status of an item
14039
14040 -  ROADTYPE
14041
14042    -  Road types to be used in patron addresses
14043
14044 -  SIP\_MEDIA\_TYPE
14045
14046    -  Used when :ref:`creating <adding-item-types-label>` or
14047       :ref:`editing <editing-item-types-label>` an item type to assign a SIP specific
14048       media type for devices like lockers and sorters.
14049
14050 -  SUGGEST
14051
14052    -  List of patron suggestion reject or accept reasons (appears when
14053       managing suggestions)
14054
14055 -  WITHDRAWN
14056
14057    -  Description of a withdrawn item (appears when adding or editing an
14058       item)
14059
14060 -  YES\_NO
14061
14062    -  A generic authorized value field that can be used anywhere you
14063       need a simple yes/no pull down menu.
14064
14065 .. _add-new-authorized-value-category-label:
14066
14067 Add new Authorized Value Category
14068 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14069
14070 In addition to the existing categories that come by default with Koha,
14071 librarians can add their own authorized value categories to control data
14072 that is entered into the system. To add a new category:
14073
14074 -  Click 'New Category'
14075
14076    New Authorized Category form
14077    |image144|
14078
14079 -  Limit your Category to 10 characters (something short to make it
14080    clear what the category is for)
14081
14082    -  **Important**
14083
14084           Category cannot have spaces or special characters other than
14085           underscores and hyphens in it.
14086
14087 -  When adding a new category you're asked to create at least one
14088    authorized value
14089
14090    -  Enter a code for your Authorized Value into the 'Authorized value'
14091       field
14092
14093       -  **Important**
14094
14095              Authorized value is limited to 80 characters and cannot
14096              have spaces or special characters other than underscores
14097              and hyphens in it.
14098
14099    -  Use the Description field for the actual value that will be
14100       displayed. If you want something different to show in the OPAC,
14101       enter a 'Description (OPAC)'
14102
14103    -  If you would like to limit this authorized value category to only
14104       specific libraries you can choose them from the 'Branches
14105       limitation' menu. To have it show for all libraries just choose
14106       'All branches' at the top of the list.
14107
14108    -  If you have
14109       `StaffAuthorisedValueImages <#StaffAuthorisedValueImages>`__
14110       and/or :ref:`AuthorisedValueImages` set to
14111       show images for authorized values you can choose the image under
14112       'Choose an icon'
14113
14114 -  Click 'Save'
14115
14116 -  Your new category and value will appear on the list of Authorized
14117    Values
14118
14119    Custom Authorized Value on list of values
14120    |image145|
14121
14122 .. _add-new-authorized-value-label:
14123
14124 Add new Authorized Value
14125 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14126
14127 New authorized values can be added to any existing or new category. To
14128 add a value:
14129
14130 -  Click 'New authorized value for ...'
14131
14132    New Authorized Value form
14133    |image146|
14134
14135 -  Enter a code for your Authorized Value into the 'Authorized value'
14136    field
14137
14138    -  **Important**
14139
14140           Authorized value is limited to 80 characters and cannot have
14141           spaces or special characters other than underscores and
14142           hyphens in it.
14143
14144 -  Use the Description field for the actual value that will be
14145    displayed. If you want something different to show in the OPAC, enter
14146    a 'Description (OPAC)'
14147
14148 -  If you would like to limit this authorized value category to only
14149    specific libraries you can choose them from the 'Branches limitation'
14150    menu. To have it show for all libraries just choose 'All branches' at
14151    the top of the list.
14152
14153 -  If you have
14154    `StaffAuthorisedValueImages <#StaffAuthorisedValueImages>`__ and/or
14155    :ref:`AuthorisedValueImages` set to show images
14156    for authorized values you can choose the image under 'Choose an icon'
14157
14158 -  Click 'Save'
14159
14160 -  The new value will appear in the list along with existing values
14161
14162    List of authorized values in MARC504 category
14163    |image147|
14164
14165 .. _patrons-&-circulation-label:
14166
14167 Patrons & Circulation
14168 -------------------------------------
14169
14170 Settings for controlling circulation and patron information.
14171
14172 .. _patron-categories-label:
14173
14174 Patron Categories
14175 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14176
14177 Patron categories allow you to organize your patrons into different
14178 roles, age groups, and patron types.
14179
14180 -  *Get there:* More > Administration > Patrons & Circulation > Patron
14181    Categories
14182
14183 Patron category list
14184 |image148|
14185
14186 Patrons are assigned to one of six main categories:
14187
14188 -  Adult
14189
14190    -  Most common patron type, usually used for a general 'Patron'
14191       category.
14192
14193 -  Child
14194
14195    -  Children patrons can have a guardian to be attached to them.
14196
14197 -  Staff
14198
14199    -  Librarians (and library workers) should be assigned the staff
14200       category so that you can :ref:`set their
14201       permissions <patron-permissions-label>` and give them access to the
14202       staff client.
14203
14204 -  Organizational
14205
14206    -  Organizational patrons are organizations. Organizations can be
14207       used as guarantors for Professional patrons.
14208
14209 -  Professional
14210
14211    -  Professional patrons can be linked to Organizational patrons
14212
14213 -  Statistical
14214
14215    -  This patron type is used strictly for statistical purposes, such
14216       as in house use of items.
14217
14218 .. _adding-a-patron-category-label:
14219
14220 Adding a patron category
14221 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14222
14223 To add a new patron category click 'New Category' at the top of the page
14224
14225 New patron category form
14226 |image149|
14227
14228 -  The 'Category Code' is an identifier for your new code.
14229
14230    -  **Important**
14231
14232           The category code is limited to 10 characters (numbers and
14233           letters)
14234
14235    -  **Important**
14236
14237           This field is required in order to save your patron category.
14238           If left blank you will be presented with an error.
14239
14240           Missing fields error
14241           |image150|
14242
14243 -  Enter a plain text version of the category in the 'Description'
14244    field.
14245
14246    -  **Important**
14247
14248           This field is required in order to save your patron category.
14249           If left blank you will be presented with an error.
14250
14251           Missing fields error
14252           |image151|
14253
14254 -  Enrollment period (in months) should be filled in if you have a
14255    limited enrollment period for your patrons (eg. Student cards expire
14256    after 9 months or until a specific date)
14257
14258    -  **Important**
14259
14260           You cannot enter both a month limit and a date until. Choose
14261           to enter either one or the other.
14262
14263    -  **Important**
14264
14265           This field is required in order to save your patron category.
14266           If left blank you will be presented with an error.
14267
14268           Missing fields error
14269           |image152|
14270
14271 -  Some patron categories can have a minimum age (in years) requirement
14272    associated with them, enter this age in the 'Age required'
14273
14274    -  **Important**
14275
14276           This value will only be checked if
14277           :ref:`BorrowerMandatoryField` defines
14278           the dateofbirth as a required field on the patron record
14279
14280 -  Patron categories can also have a maximum age (in years) associated
14281    with them (such as children), enter this age in the 'Upperage limit'
14282
14283    -  **Important**
14284
14285           This value will only be checked if
14286           :ref:`BorrowerMandatoryField` defines
14287           the dateofbirth as a required field on the patron record
14288
14289 -  If you charge a membership fee for your patrons (such as those who
14290    live in another region) you can enter that in the 'Enrollment fee'
14291    field.
14292
14293    -  **Important**
14294
14295           Only enter numbers and decimals in this field
14296
14297    -  **Note**
14298
14299           Depending on your value for the
14300           :ref:`FeeOnChangePatronCategory`
14301           preference this fee will be charged on patron renewal as well
14302           as when they are first enrolled.
14303
14304 -  If you want your patron to receive overdue notices, set the 'Overdue
14305    notice required' to 'Yes'
14306
14307 -  You can decide on a patron category basis if lost items are shown in
14308    the staff client by making a choice from the 'Lost items in staff
14309    client' pull down
14310
14311    Choose a value for 'Hide Lost Items'
14312    |image153|
14313
14314    -  **Important**
14315
14316           Note that this is only applicable in the staff client, so
14317           changing this value on patron categories who do not have
14318           access to the staff client won't make any difference
14319
14320 -  If you charge patrons for placing holds on items, enter the fee
14321    amount in the 'Hold fee' field.
14322
14323    -  **Important**
14324
14325           Only enter numbers and decimals in this field
14326
14327 -  In the 'Category type' field choose one of the six main parent
14328    categories
14329
14330    Six main patron categories
14331    |image154|
14332
14333    -  **Important**
14334
14335           This field is required in order to save your patron category.
14336           If left blank you will be presented with an error.
14337
14338           Missing fields error
14339           |image155|
14340
14341 -  The Branch Limitations let you limit this patron category to only
14342    some branches in your library system. Select 'All branches' if you
14343    would like any library to be able to use this category.
14344
14345 -  You can decide if this patron category is blocked from performing
14346    actions in the OPAC if their card is expired using the next option.
14347    By default it will follow the rule set in the
14348    :ref:`BlockExpiredPatronOpacActions`
14349    preferenceBlock expired patrons
14350
14351 -  Next you can choose the default privacy settings for this patron
14352    category. This setting can be edited by the patron via the OPAC if
14353    you allow it with the :ref:`OPACPrivacy` system
14354    preference.Default privacy
14355
14356 -  Finally you can assign advanced messaging preferences by default to a
14357    patron category
14358
14359    -  **Important**
14360
14361           Requires that you have
14362           :ref:`EnhancedMessagingPreferences`
14363           enabled
14364
14365    -  These defaults will be applied to new patrons that are added to
14366       the system. They will not edit the preferences of the existing
14367       patrons. Also, these can be changed for individual patrons, this
14368       setting is just a default to make it easier to set up messages for
14369       an entire category.
14370
14371       -  **Note**
14372
14373              After setting the default for the patron category you can
14374              force those changes to all existing patrons by running the
14375              *borrowers-force-messaging-defaults* script found in the
14376              *misc/maintenance* folder. Ask your system administrator
14377              for assistance with this script.
14378
14379 .. _circulation-and-fine-rules-label:
14380
14381 Circulation and Fine Rules
14382 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14383
14384 These rules define how your items are circulated, how/when fines are
14385 calculated and how holds are handled.
14386
14387 -  *Get there:* More > Administration > Patrons & Circulation >
14388    Circulation and fines rules
14389
14390 The rules are applied from most specific to less specific, using the
14391 first found in this order:
14392
14393 -  same library, same patron type, same item type
14394
14395 -  same library, same patron type, all item type
14396
14397 -  same library, all patron types, same item type
14398
14399 -  same library, all patron types, all item types
14400
14401 -  default (all libraries), same patron type, same item type
14402
14403 -  default (all libraries), same patron type, all item types
14404
14405 -  default (all libraries), all patron types, same item type
14406
14407 -  default (all libraries), all patron types, all item types
14408
14409 The :ref:`CircControl` and
14410 :ref:`HomeOrHoldingBranch` also come in to play when
14411 figuring out which circulation rule to follow.
14412
14413 -  If CircControl is set to "the library you are logged in at" circ
14414    rules will be selected based on the library you are logged in at
14415
14416 -  If CircControl is set to "the library the patron is from" circ rules
14417    will be selected based on the patron's library
14418
14419 -  If CircControl is set to "the library the item is from" circ rules
14420    will be selected based on the item's library where
14421    HomeOrHoldingBranch chooses if item's home library is used or holding
14422    library is used.
14423
14424 -  If :ref:`IndependentBranches` is set to 'Prevent'
14425    then the value of HomeOrHoldingBranch is used in figuring out if the
14426    item can be checked out. If the item's home library does not match
14427    the logged in library, the item cannot be checked out unless you are
14428    a :ref:`superlibrarian <patron-permissions-defined-label>`.
14429
14430     **Note**
14431
14432     If you are a single library system choose your branch name before
14433     creating rules (sometimes having only rules for the 'all libraries'
14434     option can cause issues with holds)
14435
14436     **Important**
14437
14438     At the very least you will need to set a default circulation rule.
14439     This rule should be set for all item types, all libraries and all
14440     patron categories. That will catch all instances that do not match a
14441     specific rule. When checking out if you do not have a rule for all
14442     libraries, all item types and all patron types then you may see
14443     patrons getting blocked from placing holds. You will also want a
14444     rule for your specific library set for all item types and all patron
14445     types to avoid this holds issue. Koha needs to know what rule to
14446     fall back on.
14447
14448 .. _default-circulation-rules-label:
14449
14450 Default Circulation Rules
14451 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14452
14453 Using the issuing rules matrix you can define rules that depend on
14454 patron/item type combos. To set your rules, choose a library from the
14455 pull down (or 'all libraries' if you want to apply these rules to all
14456 branches):
14457
14458 Libraries to apply the rules to
14459 |image156|
14460
14461 From the matrix you can choose any combination of patron categories and
14462 item types to apply the rules to
14463
14464 Setting issuing rules for your libraries
14465 |image157|
14466
14467 -  First choose which patron category you'd like the rule to be applied
14468    to. If you leave this to 'All' it will apply to all patron categories
14469
14470 -  Choose the 'Item type' you would like this rule to apply to. If you
14471    leave this to 'All' it will apply to all item types
14472
14473 -  Limit the number of items a patron can have checked out at the same
14474    time by entering a number in the 'Current checkouts allowed' field
14475
14476 -  If you're allowing :ref:`OnSiteCheckouts` then you
14477    may also want to set a limit on the number of items patron's can have
14478    onsite.
14479
14480    -  **Note**
14481
14482           This setting also depends on the
14483           :ref:`ConsiderOnSiteCheckoutsAsNormalCheckouts`
14484           preference
14485
14486 -  Define the period of time an item can be checked out to a patron by
14487    entering the number of units (days or hours) in the 'Loan period'
14488    box.
14489
14490 -  Choose which unit of time, Days or Hours, that the loan period and
14491    fines will be calculated in in the 'Unit' column
14492
14493 -  You can also define a hard due date for a specific patron category
14494    and item type. A hard due date ignores your usual circulation rules
14495    and makes it so that all items of the type defined are due on, before
14496    or after the date you specify.
14497
14498 -  'Fine amount' should have the amount you would like to charge for
14499    overdue items
14500
14501    -  **Important**
14502
14503           Enter only numbers and decimal points (no currency symbols).
14504
14505 -  Enter the 'Fine charging interval' in the unit you set (ex. charge
14506    fines every 1 day, or every 2 hours)
14507
14508 -  'When to charge' is most handy in libraries that have a fine charging
14509    interval of more than 1 day.
14510
14511    -  End of interval
14512
14513       -  Given a grace period of 2 days and a fine interval of 7 days,
14514          the first fine will appear 7 days after the due date, it will
14515          always take one fine interval (7 days), before the first fine
14516          is charged
14517
14518    -  Start of interval
14519
14520       -  Given a grace period of 2 days and a fine interval of 7 days,
14521          the first fine will appear 2 days after the due date and the
14522          second fine 7 days after the due date.
14523
14524 -  The 'Fine grace period' is the period of time an item can be overdue
14525    before you start charging fines.
14526
14527    -  **Important**
14528
14529           This can only be set for the Day unit, not in Hours
14530
14531 -  The 'Overdue fines cap' is the maximum fine for this patron and item
14532    combination
14533
14534    -  **Important**
14535
14536           If this field is left blank then Koha will not put a limit on
14537           the fines this item will accrue. A maximum fine amount can be
14538           set using the :ref:`MaxFine` system preference.
14539
14540 -  If you would like to prevent overcharging patrons for a lost items,
14541    you can check the box under 'Cap fine at replacement price.' This
14542    will prevent the patron's fines from going above the replacement
14543    price on the item.
14544
14545    -  **Note**
14546
14547           If the 'Overdue fines cap' is also set, the fine will be the
14548           lesser of the two, if both apply to the given overdue
14549           checkout.
14550
14551 -  If your library 'fines' patrons by suspending their account you can
14552    enter the number of days their fine should be suspended in the
14553    'Suspension in days' field
14554
14555    -  **Important**
14556
14557           This can only be set for the Day unit, not in Hours
14558
14559 -  You can also define the maximum number of days a patron will be
14560    suspended in the 'Max suspension duration' setting
14561
14562 -  Next decide if the patron can renew this item type and if so, enter
14563    how many times they can renew it in the 'Renewals allowed' box
14564
14565 -  If you're allowing renewals you can control how long the renewal loan
14566    period will be (in the units you have chosen) in the 'Renewal period'
14567    box
14568
14569 -  If you're allowing renewals you can control how soon before the due
14570    date patrons can renew their materials with the 'No renewals before'
14571    box.
14572
14573    -  Items can be renewed at any time if this value is left blank.
14574       Otherwise items can only be renewed if the item is due after the
14575       number in units (days/hours) entered in this box.
14576
14577    -  To control this value on a more granular level please set the
14578       :ref:`NoRenewalBeforePrecision`
14579       preference.
14580
14581 -  You can enable automatic renewals for certain items/patrons if you'd
14582    like. This will renew automatically following your circulation rules
14583    unless there is a hold on the item
14584
14585    -  **Important**
14586
14587           You will need to enable the :ref:`automatic renewal cron
14588           job <automatic-renewal-label>` for this to work.
14589
14590    -  **Important**
14591
14592           This feature needs to have the "no renewal before" column
14593           filled in or it will auto renew everyday after the due date
14594
14595 -  If the patron can place holds on this item type, enter the total
14596    numbers of items (of this type) that can be put on hold in the 'Holds
14597    allowed' field
14598
14599 -  Next you can decide if this patron/item combo are allowed to place
14600    holds on items that are on the shelf (or available in the library) or
14601    not. If you choose 'no' then items can only be placed on hold if
14602    checked out
14603
14604 -  You can also decide if patrons are allowed to place item specific
14605    holds on the item type in question. The options are:
14606
14607    -  Allow: Will allow patrons the option to choose next available or
14608       item specific
14609
14610    -  Don't allow: Will only allow patrons to choose next available
14611
14612    -  Force: Will only allow patrons to choose an specific item
14613
14614 -  Finally, if you charge a `rental fee <#rentalcharge>`__ for the item
14615    type and want to give a specific patron type a discount on that fee,
14616    enter the percentage discount (without the % symbol) in the 'Rental
14617    Discount' field
14618
14619 When finished, click 'Add' to save your changes. To modify a rule,
14620 simply click the 'Edit' link to the right of the fule and edit the
14621 values that appear filled in at the bottom of the form.
14622
14623 Edit circ and fine rule
14624 |image158|
14625
14626 If you would like to delete your rule, click the 'Delete' link to the
14627 right of the rule.
14628
14629 To save time you can clone rules from one library to another by choosing
14630 the clone option above the rules matrix.
14631
14632 Circulation & Fine Rules Clone Tool
14633 |image159|
14634
14635 After choosing to clone you will be presented with a confirmation
14636 message.
14637
14638 Circulation & Fine Rules Successfully Cloned Message
14639 |image160|
14640
14641 .. _default-checkouts-and-hold-policy-label:
14642
14643 Default Checkouts and Hold Policy
14644 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14645
14646 You can set a default maximum number of checkouts and hold policy that
14647 will be used if none is defined below for a particular item type or
14648 category. This is the fall back rule for defaults.
14649
14650 Default Checkouts and Hold Policy
14651 |image161|
14652
14653 From this menu you can set a default to apply to all item types and
14654 patrons in the library if no other option is set in the forms below.
14655
14656 -  In 'Total current checkouts allowed' enter the total number of items
14657    patrons can have checked out at one time
14658
14659 -  In 'Total current on-site checkouts allowed' enter the total number
14660    of items patrons can have checked out on site at a time
14661    (:ref:`OnSiteCheckouts` needs to be set to 'Enable')
14662
14663 -  Control where patrons can place holds from using the 'Hold Policy'
14664    menu
14665
14666    -  From Any Library: Patrons from any library may put this item on
14667       hold. (default if none is defined)
14668
14669    -  From Home Library: Only patrons from the item's home library may
14670       put this book on hold.
14671
14672    -  No Holds Allowed: No patron may put this book on hold.
14673
14674 -  Control if there is a limit to filling a hold based on the item's
14675    library
14676
14677    -  any library
14678
14679    -  item's home library
14680
14681    -  item's holding library
14682
14683    -  **Note**
14684
14685           The patron's home library should not affect whether a patron
14686           can place the hold, instead the hold will only be fillable
14687           when an item matching the pickup location becomes available.
14688
14689 -  Control where the item returns to once it is checked in
14690
14691    -  Item returns home
14692
14693    -  Item returns to issuing branch
14694
14695    -  Item floats
14696
14697       -  When an item floats it stays where it was checked in and does
14698          not ever return 'home'
14699
14700 -  Once your policy is set, you can unset it by clicking the 'Unset'
14701    link to the right of the rule
14702
14703 .. _checkouts-per-patron-label:
14704
14705 Checkouts Per Patron
14706 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14707
14708 For this library, you can specify the maximum number of loans that a
14709 patron of a given category can make, regardless of the item type.
14710
14711 Set default checkouts per patron category
14712 |image162|
14713
14714     **Note**
14715
14716     If the total amount loanable for a given patron category is left
14717     blank, no limit applies, except possibly for a limit you define for
14718     a specific item type.
14719
14720 For example, if you have a rule in the matrix that says Board patrons
14721 are allowed 10 books and 5 DVDs but you want to make it so that Board
14722 patrons only have a total of 12 things checked out at once. If you enter
14723 12 here and the patron has 10 books out already they will only be
14724 allowed 2 DVDs to equal the 12 total they're allowed.
14725
14726 .. _item-hold-policies-label:
14727
14728 Item Hold Policies
14729 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14730
14731 For this library, you can edit hold and return policies for a given item
14732 type, regardless of the patron's category.
14733
14734 Hold policies per item type
14735 |image163|
14736
14737 The various Hold Policies have the following effects:
14738
14739 -  From Any Library: Patrons from any library may put this item on hold.
14740    (default if none is defined)
14741
14742 -  From Home Library: Only patrons from the item's home library may put
14743    this book on hold.
14744
14745 -  No Holds Allowed: No patron may put this book on hold.
14746
14747     **Important**
14748
14749     Note that if the system preference
14750     :ref:`AllowHoldPolicyOverride` set to
14751     'allow', these policies can be overridden by your circulation staff.
14752
14753     **Important**
14754
14755     These policies are based on the patron's home branch, not the branch
14756     that the reserving staff member is from.
14757
14758 Control if there is a limit to filling a hold based on the item's
14759 library
14760
14761 -  any library
14762
14763 -  item's home library
14764
14765 -  item's holding library
14766
14767 -  **Note**
14768
14769        The patron's home library should not affect whether a patron can
14770        place the hold, instead the hold will only be fillable when an
14771        item matching the pickup location becomes available.
14772
14773 The various Return Policies have the following effects:
14774
14775 -  Item returns home: The item will prompt the librarian to transfer the
14776    item to its home library
14777
14778    -  **Important**
14779
14780           If the :ref:`AutomaticItemReturn`
14781           preference is set to automatically transfer the items home,
14782           then a prompt will not appear
14783
14784 -  Item returns to issuing branch: The item will prompt the librarian to
14785    transfer the item back to the library where it was checked out
14786
14787    -  **Important**
14788
14789           If the :ref:`AutomaticItemReturn`
14790           preference is set to automatically transfer the items home,
14791           then a prompt will not appear
14792
14793 -  Item floats: The item will not be transferred from the branch it was
14794    checked in at, instead it will remain there until transferred
14795    manually or checked in at another branch
14796
14797 For example you might allow holds at your libraries but not what New
14798 items or DVDs to be placed on hold by other branches so you can set the
14799 'Hold policy' to 'From home library' so that those items can only be
14800 placed on hold if the items' owning library and the patron's home
14801 library are the same. You can also block holds completely on specific
14802 item types from this form. This is also how you can set up floating item
14803 types and types that remain with their home library.
14804
14805 .. _patron-attribute-types-label:
14806
14807 Patron Attribute Types
14808 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14809
14810 Patron attributes can be used to define custom fields to associate with
14811 your patron records. In order to enable the use of custom fields you
14812 need to set the :ref:`ExtendedPatronAttributes`
14813 system preference.
14814
14815 -  *Get there:* More > Administration > Patrons & Circulation > Patron
14816    attribute types
14817
14818 A common use for this field would be for a student ID number or a
14819 Driver's license number.
14820
14821 List of Patron Attributes
14822 |image164|
14823
14824 .. _adding-patron-attributes-label:
14825
14826 Adding Patron Attributes
14827 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14828
14829 To add a new Patron Attribute Type, click the 'New Patron Attribute
14830 Type' button at the top of the page
14831
14832 Add Patron Attribute Type form
14833 |image165|
14834
14835 -  In the 'Patron attribute type code', enter a short code to identify
14836    this field
14837
14838    -  **Important**
14839
14840           This field is limited to 10 characters (numbers and letters
14841           only)
14842
14843    -  **Important**
14844
14845           This setting cannot be changed after an attribute is defined
14846
14847 -  In the 'Description' field, enter a longer (plain text) explanation
14848    of what this field will contain
14849
14850 -  Check the box next to 'Repeatable' to let a patron record have
14851    multiple values of this attribute.
14852
14853    -  **Important**
14854
14855           This setting cannot be changed after an attribute is defined
14856
14857 -  If 'Unique identifier' is checked, the attribute will be a unique
14858    identifier which means, if a value is given to a patron record, the
14859    same value cannot be given to a different record.
14860
14861    -  Unique attributes can be used as match points on the :ref:`patron
14862       import tool <patron-import-label>`
14863
14864    -  **Important**
14865
14866           This setting cannot be changed after an attribute is defined
14867
14868 -  Check 'Allow password' to make it possible to associate a password
14869    with this attribute.
14870
14871 -  Check 'Display in OPAC' to display this attribute on a patron's
14872    details page in the OPAC.
14873
14874 -  Check 'Searchable' to make this attribute searchable in the staff
14875    patron search.
14876
14877 -  Check 'Display in check-out' to make this attribute visible in the
14878    patron's short detail display on the left of the checkout screen and
14879    other patron pages
14880
14881    Show attribute in patron detail on the left
14882    |image166|
14883
14884 -  Authorized value category; if one is selected, the patron record
14885    input page will only allow values to be chosen from the authorized
14886    value list.
14887
14888    -  You will first need to add an authorized value list for it to
14889       appear in this menu
14890
14891       -  *Get there:*\ More > Administration > Basic Parameters >
14892          :ref:`Authorized Values`
14893
14894    -  **Important**
14895
14896           an authorized value list is not enforced during batch patron
14897           import.
14898
14899 -  If you would like this attribute to only be used by specific branches
14900    you can choose those branches from the 'Branches limitation' list.
14901    Choose 'All branches' to show it for all libraries.
14902
14903    -  **Important**
14904
14905           Note that items with locations already set on them will not be
14906           altered. The branch limitation only limits the choosing of an
14907           authorized value based on the home branch of the current staff
14908           login. All authorized values for item records (LOC, LOST,
14909           CCODE, etc) will show in the OPAC for all patrons.
14910
14911 -  If you'd like to only show this attribute on patrons of one type
14912    choose that patron type from the 'Category' pull down
14913
14914 -  If you have a lot of attributes it might be handy to group them so
14915    that you can easily find them for editing. If you create an
14916    :ref:`Authorized Value <authorized-values-label>` for PA\_CLASS it will show
14917    in the 'Class' pull down and you can then change your attributes page
14918    to have sections of attributes
14919
14920    Patron Attributes Sorted
14921    |image167|
14922
14923 -  Click Save to save your new attribute
14924
14925 Once added your attribute will appear on the list of attributes and also
14926 on the patron record add/edit form
14927
14928 Patron Attributes list on the Patron add/edit form
14929 |image168|
14930
14931 If you have set up classes for organizing attributes they will appear
14932 that way on the add/edit patron form
14933
14934 Grouped Attributes
14935 |image169|
14936
14937 .. _editing/deleting-patron-attributes-label:
14938
14939 Editing/Deleting Patron Attributes
14940 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14941
14942 Each patron attribute has an edit and a delete link beside it on the
14943 list of attributes.
14944
14945 Some fields in the attribute will not be editable once created:
14946
14947 -  Patron attribute type code
14948
14949 -  Repeatable
14950
14951 -  Unique identifier
14952
14953 You will be unable to delete an attribute if it's in use.
14954
14955 Warning when trying to delete an attribute that is in use
14956 |image170|
14957
14958 .. _library-transfer-limits-label:
14959
14960 Library Transfer Limits
14961 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14962
14963 Limit the ability to transfer items between libraries based on the
14964 library sending, the library receiving, and the collection code
14965 involved.
14966
14967 -  *Get there:* More > Administration > Patrons & Circulation > Library
14968    Transfer Limits
14969
14970 These rules only go into effect if the preference
14971 :ref:`UseBranchTransferLimits <usebranchtransferlimits-&-branchtransferlimitstype-label>` is set to
14972 'enforce'.
14973
14974 Before you begin you will want to choose which library you are setting
14975 these limits for.
14976
14977 Choose the library you're setting limits for
14978 |image171|
14979
14980 Transfer limits are set based on the collections codes you have applied
14981 via the :ref:`Authorized Value <authorized-values-label>` administration area.
14982
14983 Collection Code values assigned in the Authorized Value area
14984 |image172|
14985
14986 Collection codes will appear as tabs above the checkboxes:
14987
14988 Collection Code tabs
14989 |image173|
14990
14991 Check the boxes for the libraries that you accept checkins from for the
14992 item type you have selected at the top (in the example below - FIC)
14993
14994 Example transfer limits set up
14995 |image174|
14996
14997 In the above example, Centerville library will allow patrons to return
14998 items from all libraries except Liberty and Franklin to their branch.
14999
15000 .. _transport-cost-matrix-label:
15001
15002 Transport cost matrix
15003 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15004
15005 The Transport cost matrix lets a library system define relative costs to
15006 transport books to one another. In order for the system to use this
15007 matrix you must first set the
15008 :ref:`UseTransportCostMatrix` preference to
15009 'Use'.
15010
15011     **Important**
15012
15013     The Transport cost matrix takes precedence in controlling where
15014     holds are filled from, if the matrix is not used then Koha checks
15015     the :ref:`StaticHoldsQueueWeight <staticholdsqueueweight,-holdsqueueskipclosed-&-randomizeholdsqueueweight-label>`.
15016
15017 Costs are decimal values between some arbitrary maximum value (e.g. 1 or
15018 100) and 0 which is the minimum (no) cost. For example, you could just
15019 use the distance between each library in miles as your 'cost', if that
15020 would accurately reflect the cost of transferring them. Perhaps post
15021 offices would be a better measure. Libraries sharing a post office would
15022 have a cost of 1, adjacent post offices would have a cost of 2, etc.
15023
15024 To enter transport costs simply click in the cell you would like to
15025 alter, uncheck the 'Disable' box and enter your 'cost'
15026
15027 Transport cost matrix
15028 |image175|
15029
15030 After entering in your cost, hit 'Enter' on your keyboard or click the
15031 'Save' button at the bottom of the matrix to save your changes.
15032
15033     **Note**
15034
15035     A NULL value will make no difference where the From and To libraries
15036     are the same library. However, as a best practice, you should put a
15037     0 in there. For all other To/From combinations, a NULL value will
15038     cause that relationship to act as if it has been disabled. So, in
15039     summary, don't leave any of the values empty. It's best to always
15040     put a number in there ( even if you choose to disable that given
15041     To/From option ).
15042
15043 .. _item-circulation-alerts-label:
15044
15045 Item Circulation Alerts
15046 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15047
15048 Libraries can decide if they want to have patrons automatically notified
15049 of circulation events (check ins and check outs).
15050
15051 -  *Get there:* More > Administration > Patrons & Circulation > Item
15052    Circulation Alerts
15053
15054 These preferences are set based on patron types and item types.
15055
15056     **Important**
15057
15058     These preference can be overridden by changes in the individual
15059     patron's messaging preferences.
15060
15061 To set up circulation alerts:
15062
15063 -  Choose your library from the pull down at the top of the screen
15064
15065    Libraries to set Circulation Alerts
15066    |image176|
15067
15068    -  To set preferences for all libraries, keep the menu set to
15069       'Default'
15070
15071 -  By default all item types and all patrons are notified of check ins
15072    and check outs. To change this, click on the item/patron type combo
15073    that you would like to stop notices for.
15074
15075    Circulation Alert Matrix
15076    |image177|
15077
15078    -  In the above example, Juveniles and Kids will not receive check
15079       out notices.
15080
15081 .. _cities-and-towns-label:
15082
15083 Cities and Towns
15084 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15085
15086 To standardize patron input you can define cities or towns within your
15087 region so that when new patrons are added librarians simply have to
15088 select the town from a list instead of having to type the town and zip
15089 (or postal) code information.
15090
15091 -  *Get there:* More > Administration > Patrons & Circulation > Cities
15092    and Towns
15093
15094 .. _adding-a-city-label:
15095
15096 Adding a City
15097 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15098
15099 To add a new city, click the 'New City' button at the top of the page
15100 and enter the city name, state, zip/postal code and country.
15101
15102 New city entry form
15103 |image178|
15104
15105 One you click Submit, your city will be saved and will be listed on the
15106 Cities and Towns page
15107
15108 List of Cities
15109 |image179|
15110
15111 Cities can be edited or deleted at any time.
15112
15113 .. _viewing-cities-on-patron-add-form-label:
15114
15115 Viewing Cities on Patron Add Form
15116 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15117
15118 If you have defined local cities using the New city form, then when
15119 adding or editing a patron record you will see those cities in a pull
15120 down menu to make city selection easy.
15121
15122 Cities pull down on the patron record
15123 |image180|
15124
15125 This will allow for easy entry of local cities into the patron record
15126 without risking the potential for typos or mistaken zip/postal codes.
15127
15128 .. _catalog-administration-label:
15129
15130 Catalog Administration
15131 --------------------------------------
15132
15133 Set these controls before you start cataloging on your Koha system.
15134
15135 -  *Get there:* More > Administration > Catalog
15136
15137 .. _marc-bibliographic-frameworks-label:
15138
15139 MARC Bibliographic Frameworks
15140 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15141
15142 Think of Frameworks as templates for creating new bibliographic records.
15143 Koha comes with some predefined frameworks that can be edited or
15144 deleted, and librarians can create their own frameworks for content
15145 specific to their libraries.
15146
15147 -  *Get there:* More > Administration > Catalog > MARC Bibliographic
15148    Frameworks
15149
15150 Frameworks List
15151 |image181|
15152
15153     **Important**
15154
15155     Do not delete or edit the Default Framework since this will cause
15156     problems with your cataloging records - always create a new template
15157     based on the Default Framework, or alter the other Frameworks.
15158
15159 After clicking the 'MARC structure' link to the right of each framework
15160 you can decide how many fields you want to see on one screen by using
15161 the pagination options at the top of the table.
15162
15163 Pagination options
15164 |image182|
15165
15166 .. _add-new-framework-label:
15167
15168 Add New Framework
15169 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15170
15171 To add a new framework
15172
15173 -  Click 'New Framework'
15174
15175    Add Framework Form
15176    |image183|
15177
15178    -  Enter a code of 4 or fewer characters
15179
15180    -  Use the Description field to enter a more detailed definition of
15181       your framework
15182
15183 -  Click 'Submit'
15184
15185 -  Once your Framework is added click 'MARC structure' to the right of
15186    it on the list of Frameworks
15187
15188    Choose basis for new Framework
15189    |image184|
15190
15191    -  You will be asked to choose a Framework to base your new Framework
15192       off of, this will make it easier than starting from scratch
15193
15194 -  Once your Framework appears on the screen you can edit or delete each
15195    field by following the instructions for :ref:`editing
15196    subfields <edit-framework-subfields-label>`
15197
15198 .. _edit-existing-frameworks-label:
15199
15200 Edit Existing Frameworks
15201 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15202
15203 Clicking 'Edit' to the right of a Framework will only allow you to edit
15204 the Description for the Framework:
15205
15206 Edit Framework
15207 |image185|
15208
15209 To make edits to the fields associated with the Framework you must first
15210 click 'MARC Structure' and then follow the instructions for :ref:`editing
15211 subfields <edit-framework-subfields-label>`
15212
15213 .. _add-subfields-to-frameworks-label:
15214
15215 Add subfields to Frameworks
15216 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15217
15218 To add a field to a Framework click the 'New Tag' button at the top of
15219 the Framework definition
15220
15221 New Tag Button
15222 |image186|
15223
15224 This will open up a blank form for entering MARC field data
15225
15226 Add a new tag to framework
15227 |image187|
15228
15229 Enter the information about your new tag:
15230
15231 -  The 'Tag' is the MARC field number
15232
15233 -  The 'Label for lib' is the text that will appear in the staff client
15234    when in the cataloging module
15235
15236 -  The 'Label for OPAC' is the text that will appear in the OPAC when
15237    viewing the MARC version of the record
15238
15239 -  If this field can be repeated, check the 'Repeatable' box
15240
15241 -  If this field is mandatory, check the 'Mandatory' box
15242
15243 -  If you want this field to be a pull down with limited possible
15244    answers, choose which 'Authorized value' list you want to use
15245
15246 When you're finished, click 'Save Changes' and you will be presented
15247 with your new field
15248
15249 New tag and link to subfields
15250 |image188|
15251
15252 To the right of the new field is a link to 'Subfields,' you will need to
15253 add subfields before this tag will appear in your MARC editor. The
15254 process of entering the settings for the new subfield is the same as
15255 those found in the :ref:`editing subfields in frameworks <edit-framework-subfields-label>`
15256 section of this manual.
15257
15258 .. _edit-framework-subfields-label:
15259
15260 Edit Framework Subfields
15261 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15262
15263 Frameworks are made up of MARC fields and subfields. To make edits to
15264 most Frameworks you must edit the fields and subfields. Clicking 'Edit'
15265 to the right of each subfield will allow you to make changes to the text
15266 associated with the field
15267
15268 Modify MARC Field
15269 |image189|
15270
15271 -  Each field has a tag (which is the MARC tag) that is uneditable
15272
15273    -  The 'Label for lib' is what will show in the staff client if you
15274       have :ref:`advancedMARCeditor` set to display
15275       labels
15276
15277    -  The 'Label for OPAC' is what will show on the MARC view in the
15278       OPAC
15279
15280    -  If you check 'Repeatable' then the field will have a plus sign
15281       next to it allowing you to add multiples of that tag
15282
15283    -  If you check 'Mandatory' the record will not be allowed to save
15284       unless you have a value assigned to this tag
15285
15286    -  'Authorized value' is where you define an :ref:`authorized
15287       value <authorized-values-label>` that your catalogers can choose from
15288       a pull down to fill this field in
15289
15290 To edit the subfields associated with the tag, click 'Subfields' to the
15291 right of the tag on the 'MARC Structure' listing
15292
15293 -  From the list of subfields you can click 'Delete' to the right of
15294    each to delete the subfields
15295
15296 -  To edit the subfields click 'Edit Subfields'
15297
15298 -  For each subfield you can set the following Basic constraint values
15299
15300    Editing the 504 Subfield
15301    |image190|
15302
15303    -  Text for librarian
15304
15305       -  what appears before the subfield in the librarian interface
15306
15307    -  Text for OPAC
15308
15309       -  what appears before the field in the OPAC.
15310
15311          -  If left empty, the text for librarian is used instead
15312
15313    -  Repeatable
15314
15315       -  the field will have a plus sign next to it allowing you to add
15316          multiples of that tag
15317
15318    -  Mandatory
15319
15320       -  the record will not be allowed to save unless you have a value
15321          assigned to this tag
15322
15323    -  Managed in tab
15324
15325       -  defines the tab where the subfield is shown. All subfields of a
15326          given field must be in the same tab or ignored. Ignore means
15327          that the subfield is not managed.
15328
15329 -  For each subfield you can set the following Advanced constraint
15330    values
15331
15332    Advanced constraints
15333    |image191|
15334
15335    -  Default value
15336
15337       -  defines what you want to appear in the field by default, this
15338          will be editable, but it saves time if you use the same note
15339          over and over or the same value in a field often.
15340
15341       -  **Note**
15342
15343              If you would like a field to fill in with today's date you
15344              can use the YYYY MM DD syntax in the 'Default value'. For
15345              example: a default of "Year:YYYY Month:MM Day:DD" (without
15346              quotes) will print as "Year:2015 Month:11 Day:30"
15347
15348    -  Visibility
15349
15350       -  allows you to select from where this subfield is
15351          visible/hidden, simply check the boxes where you would like the
15352          field to show and uncheck the boxes where you would like it
15353          hidden.
15354
15355          Framework visibility
15356          |image192|
15357
15358    -  Is a URL
15359
15360       -  if checked, it means that the subfield is a URL and can be
15361          clicked
15362
15363    -  Link
15364
15365       -  If you enter a field/subfield here (200b), a link appears after
15366          the subfield in the MARC Detail view. This view is present only
15367          in the staff client, not the OPAC. If the librarian clicks on
15368          the link, a search is done on the database for the
15369          field/subfield with the same value. This can be used for 2 main
15370          topics :
15371
15372          -  on a field like author (200f in UNIMARC), put 200f here, you
15373             will be able to see all bib records with the same author.
15374
15375          -  on a field that is a link (4xx) to reach another bib record.
15376             For example, put 011a in 464$x, will find the serials that
15377             are with this ISSN.
15378
15379       -  **Warning**
15380
15381              This value should not change after data has been added to
15382              your catalog. If you need to change this value you must ask
15383              your system administrator to run
15384              misc/batchRebuildBiblioTables.pl.
15385
15386    -  Koha link
15387
15388       -  Koha is multi-MARC compliant. So, it does not know what the
15389          245$a means, neither what 200$f (those 2 fields being both the
15390          title in MARC21 and UNIMARC). So, in this list you can "map" a
15391          MARC subfield to its meaning. Koha constantly maintains
15392          consistency between a subfield and its meaning. When the user
15393          want to search on "title", this link is used to find what is
15394          searched (245 if you're MARC21, 200 if you're UNIMARC).
15395
15396 -  For each subfield you can set the following Other option values
15397
15398    |image193|
15399
15400    -  Authorized value
15401
15402       -  means the value cannot by typed by the librarian, but must be
15403          chosen from a pull down generated by the :ref:`authorized
15404          value <authorized-values-label>` list
15405
15406       -  In the example above, the 504a field will show the MARC504
15407          Authorized Values when cataloging
15408
15409          Example of an Authorized Subfield
15410          |image194|
15411
15412    -  Thesaurus
15413
15414       -  means that the value is not free text, but must be searched in
15415          the authority/thesaurus of the selected category
15416
15417    -  Plugin
15418
15419       -  means the value is calculated or managed by a plugin. Plugins
15420          can do almost anything.
15421
15422       -  Examples:
15423
15424          -  For call numbers there is an option to add a call number
15425             browser next to the the call number subfield so that you can
15426             identify which call numbers are in use and which are not.
15427             Simply choose the cn\_browser.pl plugin. Learn more in the
15428             :ref:`cataloging section <adding-items-label>` of this manual.
15429
15430          -  If you'd like to let file uploads via cataloging you can
15431             choose the upload.pl plugin and this will allow you to
15432             :ref:`upload files to Koha to link to your
15433             records <attaching-files-to-records-label>`.
15434
15435          -  In UNIMARC there are plugins for every 1xx fields that are
15436             coded fields. The plugin is a huge help for cataloger! There
15437             are also two plugins (unimarc\_plugin\_210c and
15438             unimarc\_plugin\_225a that can "magically" find the editor
15439             from an ISBN, and the collection list for the editor)
15440
15441 -  To save your changes simply click the 'Save Changes' button at the
15442    top of the screen
15443
15444 .. _import/export-frameworks-label:
15445
15446 Import/Export Frameworks
15447 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15448
15449 Next to each framework is a link to either import or export the
15450 framework.
15451
15452 .. _export-framework-label:
15453
15454 Export Framework
15455 ''''''''''''''''''''''''''''''''''''''''
15456
15457 To export a framework simply click the 'Export' link to the right of
15458 framework title.
15459
15460 Export link next to framework
15461 |image195|
15462
15463 When you click 'Export' you will be prompted to choose what format to
15464 export the file in.
15465
15466 Export formats
15467 |image196|
15468
15469 A framework exported this way can be imported into any other Koha
15470 installation using the import framework option.
15471
15472 .. _import-framework-label:
15473
15474 Import Framework
15475 ''''''''''''''''''''''''''''''''''''''''
15476
15477 An easy way to create a new framework is to import one created for your
15478 or another Koha installation. This framework would need to be exported
15479 from the other system :ref:`using the instructions
15480 above <export-framework-label>` to be available for import here.
15481
15482 To import a framework you first need to create :ref:`a new
15483 framework <add-new-framework-label>`. Once you have that framework, click
15484 'Import' to the right of the new framework.
15485
15486 Import link next to framework
15487 |image197|
15488
15489 You will be prompted to find a file on your computer to import into the
15490 framework.
15491
15492 Choose a file to import
15493 |image198|
15494
15495 You will be asked to confirm your actions before the file is imported.
15496
15497 Confirm your desire to import
15498 |image199|
15499
15500 As your file is uploaded you will see an image that will confirm that
15501 the system is working.
15502
15503 Import timer
15504 |image200|
15505
15506 Once your import is complete you will be brought to the framework edit
15507 tool where you can make any changes you need to the framework you
15508 imported.
15509
15510 .. _koha-to-marc-mapping-label:
15511
15512 Koha to MARC Mapping
15513 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15514
15515 While Koha stores the entire MARC record, it also stores common fields
15516 for easy access in various tables in the database. Koha to MARC Mapping
15517 is used to tell Koha where to find these values in the MARC record. In
15518 many cases you will not have to change the default values set by in this
15519 tool on installation, but it is important to know that the tool is here
15520 and can be used at any time.
15521
15522 -  *Get there:* More > Administration > Catalog > Koha to MARC Mapping
15523
15524 The Koha to MARC Mapping page offers you the option of choosing from one
15525 of three tables in the database to assign values to.
15526
15527 Koha to MARC Mapping Table Pull Down
15528 |image201|
15529
15530 After choosing the table you would like to view, click 'OK.' To edit any
15531 mapping click on the 'Koha Filed' or the 'Edit' link.
15532
15533 Map MARC Field to Koha Field
15534 |image202|
15535
15536 Choose which MARC field you would like to map to this Koha Field and
15537 click the 'OK' button. If you would like to clear all mappings, click
15538 the 'Click to "Unmap"' button.
15539
15540     **Important**
15541
15542     At this time you can map only 1 MARC field to 1 Koha field. This
15543     means that you won't be able to map both the 100a and the 700a to
15544     the author field, you need to choose one or the other.
15545
15546 .. _keywords-to-marc-mapping-label:
15547
15548 Keywords to MARC Mapping
15549 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15550
15551 This tool will allow you to map MARC fields to a set of predefined
15552 keywords.
15553
15554 -  *Get there:* More > Administration > Catalog > Keywords to MARC
15555    Mapping
15556
15557     **Important**
15558
15559     This tool only effects sites that are not using the XSLT
15560     Stylesheets.
15561
15562 At this time the only keyword in use is 'subtitle.'
15563
15564 Using this tool you can define what MARC field prints to the detail
15565 screen of the bibliographic record using keywords. The following example
15566 will use the subtitle field.
15567
15568 Using the Framework pull down menu, choose the
15569 :ref:`Framework <marc-bibliographic-frameworks-label>` you would like to apply this rule to.
15570 For example, the subtitle for books can be found in the 245$b field.
15571
15572 Assigning Book Subtitle
15573 |image203|
15574
15575 However the subtitle for DVDs appears in 245$p
15576
15577 Assigning DVD Subtitle
15578 |image204|
15579
15580 Using this tool you can tell Koha to print the right field as the
15581 subtitle when viewing the bibliographic record in the OPAC.
15582
15583 Subtitle display in the OPAC
15584 |image205|
15585
15586 This tool can be used to chain together pieces of the record as well. If
15587 you want the series number to show in the title on your search results
15588 you simply have to map 490 $v to 'subtitle' along with the 245 $b.
15589
15590     **Note**
15591
15592     Chain together the fields you want to show after the item title in
15593     the order in which you want them to appear.
15594
15595 Future developments will include additional keyword assigned fields.
15596
15597 .. _marc-bibliographic-framework-test-label:
15598
15599 MARC Bibliographic Framework Test
15600 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15601
15602 Checks the MARC structure.
15603
15604 -  *Get there:* More > Administration > Catalog > MARC Bibliographic
15605    Framework Test
15606
15607 If you change your MARC Bibliographic framework it's recommended that
15608 you run this tool to test for errors in your definition.
15609
15610 Framework Test
15611 |image206|
15612
15613 .. _authority-types-label:
15614
15615 Authority Types
15616 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15617
15618 Authority Types are basically MARC Frameworks for Authority records and
15619 because of that they follow the same editing rules found in the :ref:`MARC
15620 Bibliographic Frameworks <marc-bibliographic-frameworks-label>` section of this manual.
15621 Koha comes with many of the necessary Authority frameworks already
15622 installed. To learn how to add and edit Authority Types, simply review
15623 the :ref:`MARC Bibliographic Frameworks` section of
15624 this manual.
15625
15626 -  *Get there:* More > Administration > Catalog > Authority Types
15627
15628 .. _classification-sources-label:
15629
15630 Classification Sources
15631 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15632
15633 Source of classification or shelving scheme is an :ref:`Authorized
15634 Values <authorized-values-label>` category that is mapped to field 952$2 and
15635 942$2 in Koha's MARC Bibliographic frameworks and stored in the
15636 items.cn\_source field in the database.
15637
15638 -  *Get there:* More > Administration > Catalog > Classification sources
15639
15640 Classification Sources
15641 |image207|
15642
15643 Commonly used values of this field are:
15644
15645 -  ddc - Dewey Decimal Classification
15646
15647 -  lcc - Library of Congress Classification
15648
15649 If you chose to install classification sources during Koha's
15650 installation, you would see other values too:
15651
15652 -  ANSCR (sound recordings)
15653
15654 -  SuDOC classification
15655
15656 -  Universal Decimal Classification
15657
15658 -  Other/Generic Classification
15659
15660 .. _adding/editing-classification-sources-label:
15661
15662 Adding/Editing Classification Sources
15663 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15664
15665 You can add your own source of classification by using the New
15666 Classification Source button. To edit use the Edit link.
15667
15668 Add classification source
15669 |image208|
15670
15671 When creating or editing:
15672
15673 -  You will need to enter a code and a description.
15674
15675 -  Check the 'Source in use?' checkbox if you want the value to appear
15676    in the drop down list for this category.
15677
15678 -  Select the appropriate :ref:`filing rule <classification-filing-rules-label>` from the
15679    drop down list.
15680
15681 .. _classification-filing-rules-label:
15682
15683 Classification Filing Rules
15684 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15685
15686 Filing rules determine the order in which items are placed on shelves.
15687
15688 Values that are pre-configured in Koha are:
15689
15690 -  Dewey
15691
15692 -  LCC
15693
15694 -  Generic
15695
15696 Filing rules are mapped to :ref:`Classification
15697 sources <adding/editing-classification-sources-label>`. You can setup new filing rules by using
15698 the New Filing Rule button. To edit use the Edit link.
15699
15700 When creating or editing:
15701
15702 -  Enter a code and a description
15703
15704 -  Choose an appropriate filing routine - dewey, generic or lcc
15705
15706 .. _record-matching-rules-label:
15707
15708 Record Matching Rules
15709 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15710
15711 Record matching rules are used when importing MARC records into Koha.
15712
15713 -  *Get there:* More > Administration > Catalog > Record Matching Rules
15714
15715 The rules that you set up here will be referenced with you :ref:`Stage MARC
15716 Records for Import <stage-marc-records-for-import-label>`.
15717
15718 It is important to understand the difference between Match Points and
15719 Match Checks before adding new matching rules to Koha.
15720
15721 Match Points are the criteria that you enter that must be met in order
15722 for an incoming record to match an existing MARC record in your catalog.
15723 You can have multiple match points on an import rule each with its own
15724 score. An incoming record will be compared against your existing records
15725 (â\80\98one record at a timeâ\80\99) and given a score for each match point. When
15726 the total score of the matchpoints matches or exceeds the threshold
15727 given for the matching rule, Koha assumes a good match and
15728 imports/overlays according your specifications in the import process. An
15729 area to watch out for here is the sum of the match points. Doublecheck
15730 that the matches you want will add up to a successful match.
15731
15732 Example:
15733
15734 Threshold of 1000
15735
15736 Match Point on 020$a 1000
15737
15738 Match Point on 022$a 1000
15739
15740 Match Point on 245$a 500
15741
15742 Match Point on 100$a 100
15743
15744 In the example above, a match on either the 020$a or the 022$a will
15745 result in a successful match. A match on 245$a title and 100$a author
15746 (and not on 020$a or 022$a) will only add up to 600 and not be a match.
15747 And a match on 020$a and 245$a will result in 1500 and while this is a
15748 successful match, the extra 500 point for the 245$a title match are
15749 superfluous. The incoming record successfully matched on the 020$a
15750 without the need for the 245$a match. However, if you assigned a score
15751 of 500 to the 100$a Match Point, a match on 245$a title and 100$a author
15752 will be considered a successful match (total of 1000) even if the 020$a
15753 is not a match.
15754
15755 Match Checks are not commonly used in import rules. However, they can
15756 serve a couple of purposes in matching records. First, match checks can
15757 be used as the matching criteria instead of the match points if your
15758 indexes are stale and out of date. The match checks go right for the
15759 data instead of relying on the data in the indexes. (If you fear your
15760 indexes are out of date, a rebuild of your indexes would be a great idea
15761 and solve that situation!) The other use for a Match Check is as a
15762 â\80\9cdouble checkâ\80\9d or Ã¢\80\9cvetoâ\80\9d of your matching rule. For example, if you have
15763 a matching rule as below:
15764
15765 Threshold of 1000
15766
15767 Match Point on 020$a 1000
15768
15769 Match Check on 245$a
15770
15771 Koha will first look at the 020$a tag/subfield to see if the incoming
15772 record matches an existing record. If it does, it will then move on to
15773 the Match Check and look directly at the 245$a value in the incoming
15774 data and compare it to the 245$a in the existing Ã¢\80\98matchedâ\80\99 record in
15775 your catalog. If the 245$a matches, Koha continues on as if a match was
15776 successful. If the 245$a does not match, then Koha concludes that the
15777 two records are not a match after all. The Match Checks can be a really
15778 useful tool in confirming true matches.
15779
15780 When looking to create matching rules for your authority records the
15781 following indexes will be of use:
15782
15783 +--------------------------+--------------------+
15784 | Index name               | Matches Marc Tag   |
15785 +==========================+====================+
15786 | LC-cardnumber            | 010$a              |
15787 +--------------------------+--------------------+
15788 | Personal-name            | 100$a              |
15789 +--------------------------+--------------------+
15790 | Corporate-name-heading   | 110$a              |
15791 +--------------------------+--------------------+
15792 | Meeting-name             | 111$a              |
15793 +--------------------------+--------------------+
15794 | Title-uniform            | 130$a              |
15795 +--------------------------+--------------------+
15796 | Chronological-term       | 148$a              |
15797 +--------------------------+--------------------+
15798 | Subject-topical          | 150$a              |
15799 +--------------------------+--------------------+
15800 | Name-geographic          | 151$a              |
15801 +--------------------------+--------------------+
15802 | Term-genre-form          | 155$a              |
15803 +--------------------------+--------------------+
15804
15805 Table: Authority Indexes
15806
15807 .. _adding-matching-rules-label:
15808
15809 Adding Matching Rules
15810 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15811
15812 To create a new matching rule :
15813
15814 -  Click 'New Record Matching Rule'
15815
15816    Add record matching rule
15817    |image209|
15818
15819    -  Choose a unique name and enter it in the 'Matching rule code'
15820       field
15821
15822    -  'Description' can be anything you want to make it clear to you
15823       what rule you're picking
15824
15825    -  'Match threshold' is the total number of 'points' a biblio must
15826       earn to be considered a 'match'
15827
15828    -  'Record type' is the type of import this rule will be used for -
15829       either authority or bibliographic
15830
15831    -  Match points are set up to determine what fields to match on
15832
15833    -  'Search index' can be found by looking at the ccl.properties file
15834       on your system which tells the zebra indexing what data to search
15835       for in the MARC data".  Or you can review the index for standard 
15836       index names used.  :ref:`Koha Search Indexes`
15837
15838    -  'Score' - The number of 'points' a match on this field is worth.
15839       If the sum of each score is greater than the match threshold, the
15840       incoming record is a match to the existing record
15841
15842    -  Enter the MARC tag you want to match on in the 'Tag' field
15843
15844    -  Enter the MARC tag subfield you want to match on in the
15845       'Subfields' field
15846
15847    -  'Offset' - For use with control fields, 001-009
15848
15849    -  'Length' - For use with control fields, 001-009
15850
15851    -  Koha only has one 'Normalization rule' that removes extra
15852       characters such as commas and semicolons. The value you enter in
15853       this field is irrelevant to the normalization process.
15854
15855    -  'Required match checks' - ??
15856
15857 .. _sample-bibliographic-record-matching-rule:-control-number-label:
15858
15859 Sample Bibliographic Record Matching Rule: Control Number
15860 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15861
15862 LOC Matching Rule
15863 |image210|
15864
15865 -  Match threshold: 100
15866
15867 -  Record type: Bibliographic
15868
15869    -  **Note**
15870
15871           If you'd like a rule to match on the 001 in authority records
15872           you will need the repeat all of these values and change just
15873           the record type to 'Authority record'
15874
15875 -  Matchpoints (just the one):
15876
15877 -  Search index: Control-number
15878
15879 -  Score: 101
15880
15881 -  Tag: 001
15882
15883    -  **Note**
15884
15885           this field is for the control number assigned by the
15886           organization creating, using, or distributing the record
15887
15888 -  Subfields: a
15889
15890 -  Offset: 0
15891
15892 -  Length: 0
15893
15894 -  Normalization rule: Control-number
15895
15896 -  Required Match checks: none (remove the blank one)
15897
15898    Remove match check
15899    |image211|
15900
15901 .. _oai-sets-configuration-label:
15902
15903 OAI Sets Configuration
15904 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15905
15906 On this page you can create, modify and delete OAI-PMH sets
15907
15908 .. _create-a-set-label:
15909
15910 Create a set
15911 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15912
15913 To create a set:
15914
15915 -  Click on the link 'Add a new set'
15916
15917 -  Fill the mandatory fields 'setSpec' and 'setName'
15918
15919 -  Then you can add descriptions for this set. To do this click on 'Add
15920    description' and fill the newly created text box. You can add as many
15921    descriptions as you want.
15922
15923 -  Click on 'Save' button'
15924
15925 .. _modify/delete-a-set-label:
15926
15927 Modify/Delete a set
15928 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15929
15930 To modify a set, just click on the link 'Modify' on the same line of the
15931 set you want to modify. A form similar to set creation form will appear
15932 and allow you to modify the setSpec, setName and descriptions.
15933
15934 To delete a set, just click on the link 'Delete' on the same line of the
15935 set you want to delete.
15936
15937 .. _define-mappings-label:
15938
15939 Define mappings
15940 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15941
15942 Here you can define how a set will be build (what records will belong to
15943 this set) by defining mappings. Mappings are a list of conditions on
15944 record content. A record only need to match one condition to belong to
15945 the set.
15946
15947 -  Fill the fields 'Field', 'Subfield' and 'Value'. For example if you
15948    want to include in this set all records that have a 999$9 equal to
15949    'XXX'. Fill 'Field' with 999, 'Subfield' with 9 and 'Value' with XXX.
15950
15951 -  If you want to add another condition, click on 'OR' button and repeat
15952    step 1.
15953
15954 -  Click on 'Save'
15955
15956 To delete a condition, just leave at least one of 'Field', 'Subfield' or
15957 'Value' empty and click on 'Save'.
15958
15959     **Note**
15960
15961     Actually, a condition is true if value in the corresponding subfield
15962     is strictly equal to what is defined if 'Value'. A record having
15963     999$9 = 'XXX YYY' will not belong to a set where condition is 999$9
15964     = 'XXX'.
15965
15966 And it is case sensitive : a record having 999$9 = 'xxx' will not belong
15967 to a set where condition is 999$9 = 'XXX'.
15968
15969 .. _build-sets-label:
15970
15971 Build sets
15972 ^^^^^^^^^^^^^^^^^^^^^^^^^^
15973
15974 Once you have configured all your sets, you have to build the sets. This
15975 is done by calling the script misc/migration\_tools/build\_oai\_sets.pl.
15976
15977 .. _item-search-fields-label:
15978
15979 Item search fields
15980 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15981
15982 From here you can add custom search fields to the :ref:`item
15983 search <item-searching-label>` option in the staff client. Item
15984 search fields
15985
15986 To add a new search term simply click the 'New search field' buttonAdd
15987 new field
15988
15989 -  Name is a field for you to identify the search term
15990
15991 -  Label is what will appear on the item search page
15992
15993 -  MARC field allows you to pick which field you'd like to search in
15994
15995 -  MARC subfield is the subfield you'd like to search in
15996
15997 -  Authorised values category can be used to turn this search field in
15998    to a pull down instead of a free text field
15999
16000 Once your new field is added it will be visible at the top of this page
16001 and on the item search pageSearch option
16002
16003 .. _acquisitions-label:
16004
16005 Acquisitions
16006 ----------------------------
16007
16008 The Koha Acquisitions module provides a way for the library to record
16009 orders placed with vendors and manage purchase budgets.
16010
16011 Before using the `Acquisitions Module <#acqmodule>`__, you will want to
16012 make sure that you have completed all of the set up.
16013
16014 -  *Get there:* More > Administration > Acquisitions
16015
16016 .. _currencies-and-exchange-rates-label:
16017
16018 Currencies and Exchange Rates
16019 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16020
16021 If you place orders from more than one country you will want to input
16022 currency exchange rates so that your acquisitions module will properly
16023 calculate totals.
16024
16025 -  *Get there:* More > Administration > Acquisitions > Currencies and
16026    Exchange Rates
16027
16028 Currencies
16029 |image212|
16030
16031     **Note**
16032
16033     This data is not automatically updated, so be sure to keep it up to
16034     date so that your accounting is kept correct.
16035
16036 The ISO code you enter will be used when importing MARC files via the
16037 staging tools, the tool will attempt to find and use the price of the
16038 currently active currency.
16039
16040 The active currency is the main currency you use in your library. Your
16041 active currency will have a check mark in the 'Active' column. If you
16042 don't have an active currency you will see an error message telling you
16043 to choose an active currency.
16044
16045 No active currency warning
16046 |image213|
16047
16048 .. _budgets-label:
16049
16050 Budgets
16051 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16052
16053 Budgets are used for tracking accounting values related to acquisitions.
16054 For example you could create a Budget for the current year (ex. 2015)
16055 and then break that into :ref:`Funds` for different areas of the
16056 library (ex. Books, Audio, etc).
16057
16058 -  *Get there:* More > Administration > Acquisitions > Budgets
16059
16060 When visiting the main budget administration you will see two tabs, one
16061 for active and one for inactive budgets.
16062
16063 Budgets List
16064 |image214|
16065
16066 .. _adding-budgets-label:
16067
16068 Adding budgets
16069 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16070
16071 Budgets can either be created :ref:`from scratch <add-a-new-budget-label>`, by
16072 :ref:`duplicating the previous year's budget <duplicate-a-budget-label>` or by
16073 :ref:`closing a previous year's budget <close-a-budget-label>`.
16074
16075 .. _add-a-new-budget-label:
16076
16077 Add a new budget
16078 ''''''''''''''''''''''''''''''''''''
16079
16080 If you haven't used Koha before for acquisitions then you'll need to
16081 start fresh with a new budget. To add a new budget click the 'New
16082 Budget' button.
16083
16084 New Budget Form
16085 |image215|
16086
16087 -  Choose the time period this budget is for, whether it's an academic
16088    year, a fiscal year, a quarter, etc.
16089
16090 -  The Description should be something that will help you identify the
16091    budget when ordering
16092
16093 -  In the amount box do not use any symbols, simply enter the amount of
16094    the budget with numbers and decimals.
16095
16096 -  Marking a budget active makes it usable when placing orders in the
16097    acquisitions module, even if the order is placed after the budget end
16098    date. This will allow you to record orders that were places in a
16099    previous budget period.
16100
16101 -  Locking a budget means that Funds will not be able to be modified by
16102    librarians
16103
16104 Once you have made your edits, click the 'Save Changes' button. You will
16105 be brought to a list of your existing budgets.
16106
16107 List of Budgets
16108 |image216|
16109
16110 .. _duplicate-a-budget-label:
16111
16112 Duplicate a budget
16113 '''''''''''''''''''''''''''''''''''''''''
16114
16115 To duplicate a budget from a previous year, click on the link for the
16116 budget name from the list of budgets
16117
16118 Budgets List
16119 |image217|
16120
16121 On the screen listing the budget breakdown click the Edit button at the
16122 top and choose to Duplicate budget
16123
16124 Duplicate Budget
16125 |image218|
16126
16127 You can also click the 'Actions' button to the right of the budget and
16128 choose 'Duplicate'.Duplicate budget
16129
16130 In both cases you will be presented with a form where you simply need to
16131 enter the new start and end date and save the budget.
16132
16133 New Duplicate Budget
16134 |image219|
16135
16136 Check the box for 'Mark the original budget as inactive' if the original
16137 budget should no longer be used.
16138
16139 Check the box for 'Set all funds to zero' if you wish the new budget to
16140 contain all the same fund structures as the previous budget but no
16141 allocations until you manually enter an amount in the fund.
16142
16143 This will not only duplicate your budget, but all of the funds
16144 associated with that budget so that you can reuse budgets and funds from
16145 year to year and so that you can move unreceived orders and if desired
16146 unspent funds from a previous budget to the new budget.
16147
16148 .. _close-a-budget-label:
16149
16150 Close a budget
16151 '''''''''''''''''''''''''''''''''
16152
16153 Close a budget to move or roll over unreceived orders and if desired
16154 unspent funds from a previous budget to a new budget. Before closing
16155 your budget you might want to :ref:`duplicate the previous year's
16156 budget <duplicate-a-budget-label>` so that you have somewhere for the
16157 unreceived orders to roll to.
16158
16159 Find the previous budget with unreceived orders on the Active budgets or
16160 the Inactive budgets tab and select 'Close' under 'Actions'. Close a
16161 budget
16162
16163     **Note**
16164
16165     In order for the unreceived orders to be automatically moved to the
16166     new budget, the fund structures in the previous budget must exist in
16167     the new budget. Budgets without unreceived orders cannot be closed.
16168
16169 When you select 'Close' you will be presented with a form.Closing a
16170 budget
16171
16172 Use the 'Select a budget' drop down to choose the new budget for the
16173 unreceived orders.
16174
16175 Check the box for 'Move remaining unspent funds' to move the unspent
16176 amounts from the funds of the budget being closed to the selected
16177 budget.
16178
16179 Once you have made your choices, click the 'Move unreceived orders'
16180 button. You will be presented with a dialog box that says 'You have
16181 chosen to move all unreceived orders from 'Budget X' to 'Budget Y'. This
16182 action cannot be reversed. Do you wish to continue?' Budget X is the
16183 budget to be closed and Budget Y is the selected budget. Close warning
16184
16185 If everything seems correct click 'OK' and the unreceived orders and, if
16186 selected, unspent funds will be moved.
16187
16188 Wait until the 'Report after moving unreceived orders from budget X to
16189 Y' displays. This will list the order numbers which have been impacted
16190 (grouped by fund) and detail if the unreceived order was moved or if
16191 there was a problem. For example, if the new budget does not contain a
16192 fund with the same name as the previous budget, the order will not be
16193 moved.
16194
16195 Close report
16196 |image220|
16197
16198 .. _funds-label:
16199
16200 Funds
16201 ~~~~~~~~~~~~~~~~~~
16202
16203 -  *Get there:* More > Administration > Acquisitions > Funds
16204
16205 .. _add-a-fund-label:
16206
16207 Add a Fund
16208 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16209
16210 A fund is added to a budget.
16211
16212     **Important**
16213
16214     A :ref:`budget <adding-budgets-label>` must be defined before a fund can be
16215     created.
16216
16217 To add a new fund click the New button and then choose which Budget you
16218 would like to add the fund to.
16219
16220 Choose which budget to add a fund to
16221 |image221|
16222
16223 In the form that appears you want to enter the basics about your fund.
16224
16225 New Fund Form
16226 |image222|
16227
16228 The three first fields are required, the rest are optional
16229
16230 -  Fund Code is a unique identifier for your fund
16231
16232 -  The Fund Name should be something that librarians will understand
16233
16234 -  Amount should be entered with only numbers and decimals, no other
16235    characters
16236
16237 -  Warning at (%) or Warning at (amount) can be filled in to make Koha
16238    warn you before you spend a certain percentage or amount of your
16239    budget. This will prevent you from overspending.
16240
16241 -  You can choose to assign this fund to a librarian. Doing so will make
16242    it so that only that librarian can make changes to the Fund
16243
16244 -  Choose which library will be using this fund
16245
16246 -  You can restrict who can order from this fund by choosing either the
16247    'owner', 'owner and users' or 'owner, users and library' from the
16248    'Restrict access to' menu
16249
16250    Restrict Fund Access
16251    |image223|
16252
16253    -  **Important**
16254
16255           Without an owner, the access restriction will be ignored, be
16256           sure to enter an owner as well as choose a restriction
16257
16258 -  Notes are simply for any descriptive notes you might want to add so
16259    that librarians know when to use this fund
16260
16261 -  Planning categories are used for statistical purposes. If you will be
16262    using the Asort1 and/or Asort2 authorised values lists to track your orders 
16263    you need to select them when setting up the fund.  Select the Asort1/Asort2
16264    option from the dropdown lists for the Statiscal 1 done on: and 
16265    Statistical 2 done on: fields.  
16266    
16267 -  To learn more about planning categories, check out the :ref:`Planning Category
16268    FAQ <planning-categories-label>`.  
16269
16270 When complete, click 'Submit' and you will be brought to a list of all
16271 of the funds for the budget.
16272
16273 List of funds
16274 |image224|
16275
16276 The monetary columns in the fund table break down as follows:
16277
16278 1. Base-level allocated is the "Amount" value you defined when creating
16279    the fund
16280
16281 2. Base-level ordered is the ordered amount for this fund (without child
16282    funds)
16283
16284 3. Total ordered is the base-level ordered for this fund and all its
16285    child funds
16286
16287 4. Base-level spent is the spent amount for this fund (without child
16288    funds)
16289
16290 5. Total spent is the base-level spent for this fund and all its child
16291    funds
16292
16293 6. Base-level available is 1 - 2
16294
16295 7. Total available is 1 - 3
16296
16297 To the right of each fund you will find the 'Actions' button under which
16298 you will find the 'Edit,' 'Delete,' and 'Add Child Fund' options.
16299
16300 Fund actions
16301 |image225|
16302
16303 A child fund simply a sub-fund of the fund listed. An example would be
16304 to have a fund for 'Fiction' and under that have a fund for 'New
16305 Releases' and a fund for 'Science Fiction.' It is an optional way to
16306 further organize your finances.
16307
16308 Funds with children will show with a small arrow to the left. Clicking
16309 that will show you the children funds.
16310
16311 Child funds
16312 |image226|
16313
16314 .. _budget-planning-label:
16315
16316 Budget Planning
16317 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16318
16319 When viewing the list of funds click the 'Planning' button and choose
16320 how you would like to plan to spend your budget.
16321
16322 Planning pull down menu
16323 |image227|
16324
16325 If you choose 'Plan by MONTHS' you will see the budgeted amount broken
16326 down by months:
16327
16328 Budget Planning Formula
16329 |image228|
16330
16331 To hide some of the columns you can click the 'hide' link to the right
16332 (or below as in the screenshot above) the dates. To add more columns you
16333 can click the 'Show a column' link found below the 'Fund Remaining'
16334 heading.
16335
16336 Choose columns to add
16337 |image229|
16338
16339 From here you can plan your budget spending by manually entering values
16340 or by clicking the 'Auto-fill row' button. If you choose to auto-fill
16341 the form the system will try to divide the amount accordingly, you may
16342 have to make some edits to split things more accurately.
16343
16344 Auto-filled columns
16345 |image230|
16346
16347 Once your changes are made, click the 'Save' button. If you would like
16348 to export your data as a CSV file you can do so by entering a file name
16349 in the 'Output to a file named' field and clicking the 'Output' button.
16350
16351 Export planning as CSV
16352 |image231|
16353
16354 .. _edi-accounts-label:
16355
16356 EDI Accounts
16357 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16358
16359 From here you can set up the information needed to connect to your
16360 acquisitions vendors.
16361
16362     **Note**
16363
16364     Before you begin you will need at least one :ref:`Vendor set up in
16365     Acquisitions <add-a-vendor-label>`.
16366
16367 To add account information click the 'New account' button.New account
16368
16369 In the form that appears you will want to enter your vendor information.
16370
16371 New account information
16372
16373 Each vendor will have one account.
16374
16375 .. _library-eans-label:
16376
16377 Library EANs
16378 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16379
16380 A library EAN is the identifier the vendor gives the library to send
16381 back to them so they know which account to use when billing. One EDI
16382 account can have multiple EANs.
16383
16384 To add an EAN click the 'New EAN' button.
16385
16386 New EAN
16387
16388 In the form that appears enter the information provided by your vendor.
16389
16390 New EAN Form
16391
16392 .. _additional-parameters-label:
16393
16394 Additional Parameters
16395 --------------------------------------------
16396
16397 -  *Get there:* More > Administration > Additional Parameters
16398
16399 .. _z39.50/sru-servers-label:
16400
16401 Z39.50/SRU servers
16402 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16403
16404 Z39.50 is a clientâ\80\93server protocol for searching and retrieving
16405 information from remote computer databases, in short it's a tool used
16406 for copy cataloging.
16407
16408 SRU- Search/Retrieve via URL - is a standard XML-based protocol for
16409 search queries, utilizing CQL - Contextual Query Language - a standard
16410 syntax for representing queries.
16411
16412 Using Koha you can connect to any Z39.50 or SRU target that is publicly
16413 available or that you have the log in information to and copy both
16414 bibliographic and/or authority records from that source.
16415
16416 -  *Get there:* More > Administration > Additional Parameters >
16417    Z39.50/SRU Servers
16418
16419 Koha comes with a default list of Z39.50/SRU targets set up that you can
16420 add to, edit or delete
16421
16422 List of Z39.50 Servers in Koha
16423 |image232|
16424
16425 To find additional Z39.50 targets you use IndexData's IRSpy:
16426 `http://irspy.indexdata.com <http://irspy.indexdata.com/>`__ or the
16427 Library of Congress's List of Targets http://www.loc.gov/z3950/
16428
16429 .. _add-a-z39.50-target-label:
16430
16431 Add a Z39.50 Target
16432 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16433
16434 -  From the main Z39.50 page, click 'New Z39.50 Server'
16435
16436    New Z39.50 Server Form
16437    |image233|
16438
16439    -  'Z39.50 server' should be populated with a name that will help you
16440       identify the source (such as the library name).
16441
16442    -  'Hostname' will be the address to the Z39.50 target.
16443
16444    -  'Port' tells Koha what port to listen on to get results from this
16445       target.
16446
16447    -  'Userid' and 'Password' are only required for servers that are
16448       password protected.
16449
16450    -  Check the 'Preselected' box if you want this target to always be
16451       selected by default.
16452
16453    -  'Rank' lets you enter where in the list you'd like this target to
16454       appear.
16455
16456       -  If this is left blank the targets will be in alphabetical
16457          order.
16458
16459    -  'Syntax' is the MARC flavor you use.
16460
16461    -  'Encoding' tells the system how to read special characters.
16462
16463    -  'Timeout' is helpful for targets that take a long while. You can
16464       set the timeout so that it doesn't keep trying the target if
16465       results aren't found in a reasonable amount of time.
16466
16467    -  'Record type' lets you define if this is a bibliographic or an
16468       authority target.
16469
16470    -  'XSLT file(s)' lets enter one or more (comma-separated) XSLT file
16471       names that you want to apply on the search results.
16472
16473       -  When retrieving records from external targets you may wish to
16474          automate some changes to those records. XSLT's allow you to do
16475          this. Koha ships with some sample XSLT files in the
16476          /koha-tmpl/intranet-tmpl/prog/en/xslt/ directory ready for use:
16477
16478          -  Del952.xsl: Remove items (MARC21/NORMARC)
16479
16480          -  Del995.xsl: Remove items (UNIMARC)
16481
16482          -  Del9LinksExcept952.xsl: Remove $9 links. Skip item fields
16483             (MARC21/NORMARC)
16484
16485          -  Del9LinksExcept995.xsl: Remove $9 links. Skip item fields
16486             (UNIMARC)
16487
16488 .. _suggested-bibliographic-z39.50-targets-label:
16489
16490 Suggested Bibliographic Z39.50 Targets
16491 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16492
16493 Koha libraries with open Z39.50 targets can share and find connection
16494 information on the Koha wiki:
16495 http://wiki.koha-community.org/wiki/Koha_Open_Z39.50_Sources. You can
16496 also find open Z39.50 targets by visiting IRSpy:
16497 http://irspy.indexdata.com.
16498
16499 The following targets have been used successfully by other Koha
16500 libraries (in the Americas):
16501
16502 -  ACCESS PENNSYLVANIA 205.247.101.11:210 INNOPAC
16503
16504 -  CUYAHOGA COUNTY PUBLIC webcat.cuyahoga.lib.oh.us:210 INNOPAC
16505
16506 -  GREATER SUDBURY PUBLIC 216.223.90.51:210 INNOPAC
16507
16508 -  HALIFAX PUBLIC catalogue.halifaxpubliclibraries.ca:210 horizon
16509
16510 -  HALTON HILLS PUBLIC cat.hhpl.on.ca:210 halton\_hills
16511
16512 -  LIBRARY OF CONGRESS lx2.loc.gov: 210 LCDB
16513
16514 -  LONDON PUBLIC LIBRARY catalogue.londonpubliclibrary.ca:210 INNOPAC
16515
16516 -  MANITOBA PUBLIC library.gov.mb.ca:210 horizon
16517
16518 -  MILTON PL cat.mpl.on.ca:210 horizon
16519
16520 -  NATIONAL LIBRARY OF WALES cat.llgc.org.uk:210 default
16521
16522 -  NHUPAC 199.192.6.130:211 nh\_nhupac
16523
16524 -  OCEAN STATE LIBRARIES (RI) catalog.oslri.net:210 INNOPAC
16525
16526 -  OHIOLINK olc1.ohiolink.edu:210 INNOPAC
16527
16528 -  PUBCAT prod890.dol.state.vt.us:2300 unicorn
16529
16530 -  SAN JOAQUIN VALLEY PUBLIC LIBRARY SYSTEM (CA) hip1.sjvls.org:210
16531    ZSERVER
16532
16533 -  SEATTLE PUBLIC LIBRARY ZSERVER.SPL.ORG:210 HORIZON
16534
16535 -  TORONTO PUBLIC symphony.torontopubliclibrary.ca:2200 unicorn
16536
16537 -  TRI-UNI 129.97.129.194:7090 voyager
16538
16539 -  VANCOUVER PUBLIC LIBRARY z3950.vpl.ca:210 Horizon
16540
16541 .. _suggested-authority-z39.50-targets-label:
16542
16543 Suggested Authority Z39.50 Targets
16544 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16545
16546 The following targets have been used successfully by other Koha
16547 libraries (in the Americas):
16548
16549 -  LIBRARIESAUSTRALIA AUTHORITIES
16550    z3950-test.librariesaustralia.nla.gov.au:210 AuthTraining Userid:
16551    ANLEZ / Password: z39.50
16552
16553 -  LIBRARY OF CONGRESS NAME AUTHORITIES lx2.loc.gov:210 NAF
16554
16555 -  LIBRARY OF CONGRESS SUBJECT AUTHORITIES lx2.loc.gov:210 SAF
16556
16557 .. _add-a-sru-target-label:
16558
16559 Add a SRU Target
16560 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16561
16562 -  From the main Z39.50/SRU page, click 'New SRU Server'
16563
16564    New SRU Server Form
16565    |image234|
16566
16567    -  'Server name' should be populated with a name that will help you
16568       identify the source (such as the library name).
16569
16570    -  'Hostname' will be the address to the Z39.50 target.
16571
16572    -  'Port' tells Koha what port to listen on to get results from this
16573       target.
16574
16575    -  'Userid' and 'Password' are only required for servers that are
16576       password protected.
16577
16578    -  Check the 'Preselected' box if you want this target to always be
16579       selected by default.
16580
16581    -  'Rank' lets you enter where in the list you'd like this target to
16582       appear.
16583
16584       -  If this is left blank the targets will be in alphabetical
16585          order.
16586
16587    -  'Syntax' is the MARC flavor you use.
16588
16589    -  'Encoding' tells the system how to read special characters.
16590
16591    -  'Timeout' is helpful for targets that take a long while. You can
16592       set the timeout so that it doesn't keep trying the target if
16593       results aren't found in a reasonable amount of time.
16594
16595    -  'Additional SRU options' is where you can enter additional options
16596       of the external server here, like sru\_version=1.1 or
16597       schema=marc21, etc. Note that these options are server dependent.
16598
16599    -  'SRU Search field mapping' lets you add or update the mapping from
16600       the available fields on the Koha search form to the specific
16601       server dependent index names.
16602
16603       -  To further refine your searches, you could add the following
16604          index names to the SRU search field mappings. To do this, edit
16605          the server and click the Modify button next to this field.
16606
16607          +---------------+---------------------------+
16608          | Title         | dc.title                  |
16609          +---------------+---------------------------+
16610          | ISBN          | bath.isbn                 |
16611          +---------------+---------------------------+
16612          | Any           | cql.anywhere              |
16613          +---------------+---------------------------+
16614          | Author        | dc.author                 |
16615          +---------------+---------------------------+
16616          | ISSN          | bath.issn                 |
16617          +---------------+---------------------------+
16618          | Subject       | dc.subject                |
16619          +---------------+---------------------------+
16620          | Standard ID   | bath.standardIdentifier   |
16621          +---------------+---------------------------+
16622
16623          Table: SRU Mapping
16624
16625    -  'XSLT file(s)' lets enter one or more (comma-separated) XSLT file
16626       names that you want to apply on the search results.
16627
16628       -  When retrieving records from external targets you may wish to
16629          automate some changes to those records. XSLT's allow you to do
16630          this. Koha ships with some sample XSLT files in the
16631          /koha-tmpl/intranet-tmpl/prog/en/xslt/ directory ready for use:
16632
16633          -  Del952.xsl: Remove items (MARC21/NORMARC)
16634
16635          -  Del995.xsl: Remove items (UNIMARC)
16636
16637          -  Del9LinksExcept952.xsl: Remove $9 links. Skip item fields
16638             (MARC21/NORMARC)
16639
16640          -  Del9LinksExcept995.xsl: Remove $9 links. Skip item fields
16641             (UNIMARC)
16642
16643 .. _did-you-mean?-label:
16644
16645 Did you mean?
16646 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16647
16648 *Get there:* More > Administration > Additional Parameters > Did you
16649 mean?
16650
16651 Koha can offer 'Did you mean?' options on searches based on values in
16652 your :ref:`authorities <authorities-label>`.
16653
16654     **Important**
16655
16656     Did you mean? only works in the OPAC at this time. The Intranet
16657     options are here for future development.
16658
16659 Using this page you can control which options Koha gives patrons on
16660 their search results.
16661
16662 Did you mean?
16663 |image235|
16664
16665 To turn on the 'Did you mean?' bar on your search results you need to
16666 check the box next to each plugin you would like to use. The two plugins
16667 you have to choose from are:
16668
16669 -  The ExplodedTerms plugin suggests that the user try searching for
16670    broader/narrower/related terms for a given search (e.g. a user
16671    searching for "New York (State)" would click the link for narrower
16672    terms if they're also interested in "New York (City)"). This is only
16673    relevant for libraries with highly hierarchical authority data.
16674
16675 -  The AuthorityFile plugin searches the authority file and suggests the
16676    user might be interested in bibs linked to the top 5 authorities
16677
16678 If you want one plugin to take priority over another you simply drag it
16679 above the other.
16680
16681 Drag and drop options
16682 |image236|
16683
16684 If you choose both plugins you will see several options at the top of
16685 your search results
16686
16687 Both plugins
16688 |image237|
16689
16690 If you choose just the AuthorityFile you'll see just authorities.
16691
16692 AuthorityFile
16693 |image238|
16694
16695 .. _column-settings-label:
16696
16697 Column settings
16698 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16699
16700 This administration area will help you hide or display columns on fixed
16701 tables throughout the staff client.
16702
16703 -  *Get there:* Administration > Additional Parameters > Column settings
16704
16705 Column settings
16706 |image239|
16707
16708 Clicking on the module you'd like to edit tables for will show you the
16709 options available to you.
16710
16711 This area lets you control the columns that show in the table in
16712 question. If nothing is hidden you will see no check marks in the 'is
16713 hidden by default' column.
16714
16715 Column settings
16716 |image240|
16717
16718 And will see all of the columns when viewing the table on its regular
16719 page.
16720
16721 Columns on currency table
16722 |image241|
16723
16724 If columns are hidden they will have checks in the 'is hidden by
16725 default' column.
16726
16727 Column settings
16728 |image242|
16729
16730 And hidden when you view the table.
16731
16732 Columns on currency table
16733 |image243|
16734
16735 You can also toggle columns using the 'Show/Hide Columns button in the
16736 top right of the page
16737
16738 Toggle columns
16739 |image244|
16740
16741 .. _audio-alerts-label:
16742
16743 Audio alerts
16744 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16745
16746 If you have your :ref:`AudioAlerts` preference set to
16747 'Enable' you will be able to control the various alert sounds that Koha
16748 uses from this area.
16749
16750 -  *Get there:* More > Administration > Additional Parameters > Audio
16751    alerts
16752
16753 Each dialog box in Koha has a CSS class assigned to it that can be used
16754 as a selector for a sound.Audio alerts
16755
16756 You can edit the defaults by clicking the 'Edit' button to the right of
16757 each alertEdit alert
16758
16759 You can assign alerts to other CSS classes in Koha by entering that
16760 information in the selector box. For example if you enter
16761
16762 ::
16763
16764     body:contains('Check in message')
16765
16766 Then when you visit the checkin page you will hear an alert.
16767
16768 Every page in Koha has a unique ID in the body tag which can be used to
16769 limit a sound to a specific page
16770
16771 Any ID selector (where HTML contains id="name\_of\_id" ) and can also be
16772 a trigger as: #name\_of\_selector
16773
16774 .. _sms-cellular-providers-label:
16775
16776 SMS cellular providers
16777 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16778
16779     **Important**
16780
16781     This option will only appear if the
16782     :ref:`SMSSendDriver <smssenddriver,-smssendusername,-and-smssendpassword-label>` preference is set to 'Email'
16783
16784 From here you can enter as many cellular providers as you need to send
16785 SMS notices to your patrons using the email protocol.SMS Providers
16786
16787 Some examples in the US are:
16788
16789 +---------------------+-----------------------------+
16790 | Mobile Carrier      | SMS Gateway Domain          |
16791 +=====================+=============================+
16792 | Alltel              | sms.alltelwireless.com      |
16793 +---------------------+-----------------------------+
16794 | AT&T                | txt.att.net                 |
16795 +---------------------+-----------------------------+
16796 | Boost Mobile        | sms.myboostmobile.com       |
16797 +---------------------+-----------------------------+
16798 | Project Fi          | msg.fi.google.com           |
16799 +---------------------+-----------------------------+
16800 | Republic Wireless   | text.republicwireless.com   |
16801 +---------------------+-----------------------------+
16802 | Sprint              | messaging.sprintpcs.com     |
16803 +---------------------+-----------------------------+
16804 | T-Mobile            | tmomail.net                 |
16805 +---------------------+-----------------------------+
16806 | U.S. Cellular       | email.uscc.net              |
16807 +---------------------+-----------------------------+
16808 | Verizon Wireless    | vtext.com                   |
16809 +---------------------+-----------------------------+
16810 | Virgin Mobile       | vmobl.com                   |
16811 +---------------------+-----------------------------+
16812
16813 Table: SMS Provider Examples
16814
16815 To add new providers enter the details in the form and click 'Add new'
16816 to save.Add SMS Provider
16817
16818 These options will appear in the OPAC for patrons to choose from on the
16819 :ref:`messaging tab <my-messaging-label>` if you have
16820 :ref:`EnhancedMessagingPreferences`
16821 enabled.Options for providers in the OPAC